128 lines
5.5 KiB
C#
128 lines
5.5 KiB
C#
namespace FLSystem.Forms
|
|
{
|
|
partial class EncPlugin
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.groupBox1.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.linkLabel1);
|
|
this.groupBox1.Controls.Add(this.panel1);
|
|
this.groupBox1.Location = new System.Drawing.Point(19, 12);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(348, 130);
|
|
this.groupBox1.TabIndex = 0;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "应用封装";
|
|
this.groupBox1.DragDrop += new System.Windows.Forms.DragEventHandler(this.groupBox1_DragDrop);
|
|
this.groupBox1.DragEnter += new System.Windows.Forms.DragEventHandler(this.groupBox1_DragEnter);
|
|
//
|
|
// linkLabel1
|
|
//
|
|
this.linkLabel1.AutoSize = true;
|
|
this.linkLabel1.Location = new System.Drawing.Point(270, 0);
|
|
this.linkLabel1.Name = "linkLabel1";
|
|
this.linkLabel1.Size = new System.Drawing.Size(75, 14);
|
|
this.linkLabel1.TabIndex = 2;
|
|
this.linkLabel1.TabStop = true;
|
|
this.linkLabel1.Text = "选择应用DLL";
|
|
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.AllowDrop = true;
|
|
this.panel1.Controls.Add(this.label1);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel1.Location = new System.Drawing.Point(3, 18);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(342, 109);
|
|
this.panel1.TabIndex = 0;
|
|
this.panel1.DragDrop += new System.Windows.Forms.DragEventHandler(this.groupBox1_DragDrop);
|
|
this.panel1.DragEnter += new System.Windows.Forms.DragEventHandler(this.groupBox1_DragEnter);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.ForeColor = System.Drawing.Color.Gray;
|
|
this.label1.Location = new System.Drawing.Point(122, 47);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(99, 14);
|
|
this.label1.TabIndex = 1;
|
|
this.label1.Text = "请拖拽DLL到此处";
|
|
this.label1.DragDrop += new System.Windows.Forms.DragEventHandler(this.groupBox1_DragDrop);
|
|
this.label1.DragEnter += new System.Windows.Forms.DragEventHandler(this.groupBox1_DragEnter);
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(114, 153);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(156, 40);
|
|
this.button1.TabIndex = 1;
|
|
this.button1.Text = "申请可调试权限";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// EncPlugin
|
|
//
|
|
this.AcceptButton = this.button1;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(386, 206);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "EncPlugin";
|
|
this.Text = "应用封装";
|
|
this.Load += new System.EventHandler(this.EncPlugin_Load);
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.LinkLabel linkLabel1;
|
|
}
|
|
} |