|
@@ -36,9 +36,12 @@ namespace DecryptPwdGUI
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.plLeftMenu = new System.Windows.Forms.Panel();
|
|
this.plLeftMenu = new System.Windows.Forms.Panel();
|
|
this.plContent = new System.Windows.Forms.Panel();
|
|
this.plContent = new System.Windows.Forms.Panel();
|
|
- this.button1 = new System.Windows.Forms.Button();
|
|
|
|
- this.plTopMenu = new System.Windows.Forms.Panel();
|
|
|
|
|
|
+ this.label7 = new System.Windows.Forms.Label();
|
|
|
|
+ this.label6 = new System.Windows.Forms.Label();
|
|
|
|
+ this.cmbAppList = new System.Windows.Forms.ComboBox();
|
|
this.tbResult = new System.Windows.Forms.TextBox();
|
|
this.tbResult = new System.Windows.Forms.TextBox();
|
|
|
|
+ this.btnDecrypt = new System.Windows.Forms.Button();
|
|
|
|
+ this.plTopMenu = new System.Windows.Forms.Panel();
|
|
this.plLeftMenu.SuspendLayout();
|
|
this.plLeftMenu.SuspendLayout();
|
|
this.plContent.SuspendLayout();
|
|
this.plContent.SuspendLayout();
|
|
this.SuspendLayout();
|
|
this.SuspendLayout();
|
|
@@ -103,41 +106,73 @@ namespace DecryptPwdGUI
|
|
//
|
|
//
|
|
// plContent
|
|
// plContent
|
|
//
|
|
//
|
|
|
|
+ this.plContent.Controls.Add(this.label7);
|
|
|
|
+ this.plContent.Controls.Add(this.label6);
|
|
|
|
+ this.plContent.Controls.Add(this.cmbAppList);
|
|
this.plContent.Controls.Add(this.tbResult);
|
|
this.plContent.Controls.Add(this.tbResult);
|
|
- this.plContent.Controls.Add(this.button1);
|
|
|
|
|
|
+ this.plContent.Controls.Add(this.btnDecrypt);
|
|
this.plContent.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.plContent.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.plContent.Location = new System.Drawing.Point(190, 0);
|
|
this.plContent.Location = new System.Drawing.Point(190, 0);
|
|
this.plContent.Name = "plContent";
|
|
this.plContent.Name = "plContent";
|
|
this.plContent.Size = new System.Drawing.Size(621, 469);
|
|
this.plContent.Size = new System.Drawing.Size(621, 469);
|
|
this.plContent.TabIndex = 6;
|
|
this.plContent.TabIndex = 6;
|
|
//
|
|
//
|
|
- // button1
|
|
|
|
|
|
+ // label7
|
|
//
|
|
//
|
|
- this.button1.Location = new System.Drawing.Point(182, 390);
|
|
|
|
- this.button1.Name = "button1";
|
|
|
|
- this.button1.Size = new System.Drawing.Size(205, 32);
|
|
|
|
- this.button1.TabIndex = 0;
|
|
|
|
- this.button1.Text = "确定";
|
|
|
|
- this.button1.UseVisualStyleBackColor = true;
|
|
|
|
- this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
|
|
|
|
+ this.label7.AutoSize = true;
|
|
|
|
+ this.label7.Location = new System.Drawing.Point(37, 59);
|
|
|
|
+ this.label7.Name = "label7";
|
|
|
|
+ this.label7.Size = new System.Drawing.Size(41, 12);
|
|
|
|
+ this.label7.TabIndex = 6;
|
|
|
|
+ this.label7.Text = "软件:";
|
|
//
|
|
//
|
|
- // plTopMenu
|
|
|
|
|
|
+ // label6
|
|
//
|
|
//
|
|
- this.plTopMenu.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
|
- this.plTopMenu.Location = new System.Drawing.Point(190, 0);
|
|
|
|
- this.plTopMenu.Name = "plTopMenu";
|
|
|
|
- this.plTopMenu.Size = new System.Drawing.Size(621, 45);
|
|
|
|
- this.plTopMenu.TabIndex = 0;
|
|
|
|
|
|
+ this.label6.AutoSize = true;
|
|
|
|
+ this.label6.Location = new System.Drawing.Point(37, 159);
|
|
|
|
+ this.label6.Name = "label6";
|
|
|
|
+ this.label6.Size = new System.Drawing.Size(65, 12);
|
|
|
|
+ this.label6.TabIndex = 5;
|
|
|
|
+ this.label6.Text = "解密结果:";
|
|
|
|
+ //
|
|
|
|
+ // cmbAppList
|
|
|
|
+ //
|
|
|
|
+ this.cmbAppList.DropDownWidth = 567;
|
|
|
|
+ this.cmbAppList.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
+ this.cmbAppList.Font = new System.Drawing.Font("SimSun", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
+ this.cmbAppList.FormattingEnabled = true;
|
|
|
|
+ this.cmbAppList.Location = new System.Drawing.Point(30, 76);
|
|
|
|
+ this.cmbAppList.Name = "cmbAppList";
|
|
|
|
+ this.cmbAppList.Size = new System.Drawing.Size(567, 27);
|
|
|
|
+ this.cmbAppList.TabIndex = 2;
|
|
//
|
|
//
|
|
// tbResult
|
|
// tbResult
|
|
//
|
|
//
|
|
this.tbResult.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.tbResult.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
- this.tbResult.Location = new System.Drawing.Point(30, 68);
|
|
|
|
|
|
+ this.tbResult.Location = new System.Drawing.Point(30, 177);
|
|
this.tbResult.Multiline = true;
|
|
this.tbResult.Multiline = true;
|
|
this.tbResult.Name = "tbResult";
|
|
this.tbResult.Name = "tbResult";
|
|
- this.tbResult.Size = new System.Drawing.Size(567, 274);
|
|
|
|
|
|
+ this.tbResult.Size = new System.Drawing.Size(567, 253);
|
|
this.tbResult.TabIndex = 1;
|
|
this.tbResult.TabIndex = 1;
|
|
//
|
|
//
|
|
|
|
+ // btnDecrypt
|
|
|
|
+ //
|
|
|
|
+ this.btnDecrypt.Location = new System.Drawing.Point(181, 117);
|
|
|
|
+ this.btnDecrypt.Name = "btnDecrypt";
|
|
|
|
+ this.btnDecrypt.Size = new System.Drawing.Size(205, 32);
|
|
|
|
+ this.btnDecrypt.TabIndex = 0;
|
|
|
|
+ this.btnDecrypt.Text = "解密";
|
|
|
|
+ this.btnDecrypt.UseVisualStyleBackColor = true;
|
|
|
|
+ this.btnDecrypt.Click += new System.EventHandler(this.btnDecrypt_Click);
|
|
|
|
+ //
|
|
|
|
+ // plTopMenu
|
|
|
|
+ //
|
|
|
|
+ this.plTopMenu.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
|
+ this.plTopMenu.Location = new System.Drawing.Point(190, 0);
|
|
|
|
+ this.plTopMenu.Name = "plTopMenu";
|
|
|
|
+ this.plTopMenu.Size = new System.Drawing.Size(621, 45);
|
|
|
|
+ this.plTopMenu.TabIndex = 0;
|
|
|
|
+ //
|
|
// frmMain
|
|
// frmMain
|
|
//
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
@@ -149,6 +184,7 @@ namespace DecryptPwdGUI
|
|
this.Name = "frmMain";
|
|
this.Name = "frmMain";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "开发密码获取工具";
|
|
this.Text = "开发密码获取工具";
|
|
|
|
+ this.Load += new System.EventHandler(this.frmMain_Load);
|
|
this.plLeftMenu.ResumeLayout(false);
|
|
this.plLeftMenu.ResumeLayout(false);
|
|
this.plLeftMenu.PerformLayout();
|
|
this.plLeftMenu.PerformLayout();
|
|
this.plContent.ResumeLayout(false);
|
|
this.plContent.ResumeLayout(false);
|
|
@@ -167,8 +203,11 @@ namespace DecryptPwdGUI
|
|
private System.Windows.Forms.Panel plLeftMenu;
|
|
private System.Windows.Forms.Panel plLeftMenu;
|
|
private System.Windows.Forms.Panel plContent;
|
|
private System.Windows.Forms.Panel plContent;
|
|
private System.Windows.Forms.Panel plTopMenu;
|
|
private System.Windows.Forms.Panel plTopMenu;
|
|
- private System.Windows.Forms.Button button1;
|
|
|
|
|
|
+ private System.Windows.Forms.Button btnDecrypt;
|
|
private System.Windows.Forms.TextBox tbResult;
|
|
private System.Windows.Forms.TextBox tbResult;
|
|
|
|
+ private System.Windows.Forms.Label label7;
|
|
|
|
+ private System.Windows.Forms.Label label6;
|
|
|
|
+ private System.Windows.Forms.ComboBox cmbAppList;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|