frmMain.Designer.cs 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  1. 
  2. namespace DecryptPwdGUI
  3. {
  4. partial class frmMain
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.label3 = new System.Windows.Forms.Label();
  32. this.label4 = new System.Windows.Forms.Label();
  33. this.label5 = new System.Windows.Forms.Label();
  34. this.plLeftMenu = new System.Windows.Forms.Panel();
  35. this.plContent = new System.Windows.Forms.Panel();
  36. this.label7 = new System.Windows.Forms.Label();
  37. this.label6 = new System.Windows.Forms.Label();
  38. this.cmbAppList = new System.Windows.Forms.ComboBox();
  39. this.tbResult = new System.Windows.Forms.TextBox();
  40. this.btnDecrypt = new System.Windows.Forms.Button();
  41. this.plTopMenu = new System.Windows.Forms.Panel();
  42. this.plLeftMenu.SuspendLayout();
  43. this.plContent.SuspendLayout();
  44. this.SuspendLayout();
  45. //
  46. // label1
  47. //
  48. this.label1.AutoSize = true;
  49. this.label1.Location = new System.Drawing.Point(46, 117);
  50. this.label1.Name = "label1";
  51. this.label1.Size = new System.Drawing.Size(65, 12);
  52. this.label1.TabIndex = 0;
  53. this.label1.Text = "Xmangager ";
  54. //
  55. // label2
  56. //
  57. this.label2.AutoSize = true;
  58. this.label2.Location = new System.Drawing.Point(46, 177);
  59. this.label2.Name = "label2";
  60. this.label2.Size = new System.Drawing.Size(65, 12);
  61. this.label2.TabIndex = 1;
  62. this.label2.Text = "TeamViewer";
  63. //
  64. // label3
  65. //
  66. this.label3.AutoSize = true;
  67. this.label3.Location = new System.Drawing.Point(46, 237);
  68. this.label3.Name = "label3";
  69. this.label3.Size = new System.Drawing.Size(59, 12);
  70. this.label3.TabIndex = 2;
  71. this.label3.Text = "FileZilla";
  72. //
  73. // label4
  74. //
  75. this.label4.AutoSize = true;
  76. this.label4.Location = new System.Drawing.Point(46, 297);
  77. this.label4.Name = "label4";
  78. this.label4.Size = new System.Drawing.Size(41, 12);
  79. this.label4.TabIndex = 3;
  80. this.label4.Text = "WinSCP";
  81. //
  82. // label5
  83. //
  84. this.label5.AutoSize = true;
  85. this.label5.Location = new System.Drawing.Point(46, 57);
  86. this.label5.Name = "label5";
  87. this.label5.Size = new System.Drawing.Size(47, 12);
  88. this.label5.TabIndex = 4;
  89. this.label5.Text = "Navicat";
  90. //
  91. // plLeftMenu
  92. //
  93. this.plLeftMenu.Controls.Add(this.label5);
  94. this.plLeftMenu.Controls.Add(this.label1);
  95. this.plLeftMenu.Controls.Add(this.label4);
  96. this.plLeftMenu.Controls.Add(this.label2);
  97. this.plLeftMenu.Controls.Add(this.label3);
  98. this.plLeftMenu.Dock = System.Windows.Forms.DockStyle.Left;
  99. this.plLeftMenu.Location = new System.Drawing.Point(0, 0);
  100. this.plLeftMenu.Name = "plLeftMenu";
  101. this.plLeftMenu.Size = new System.Drawing.Size(190, 469);
  102. this.plLeftMenu.TabIndex = 5;
  103. //
  104. // plContent
  105. //
  106. this.plContent.Controls.Add(this.label7);
  107. this.plContent.Controls.Add(this.label6);
  108. this.plContent.Controls.Add(this.cmbAppList);
  109. this.plContent.Controls.Add(this.tbResult);
  110. this.plContent.Controls.Add(this.btnDecrypt);
  111. this.plContent.Dock = System.Windows.Forms.DockStyle.Fill;
  112. this.plContent.Location = new System.Drawing.Point(190, 0);
  113. this.plContent.Name = "plContent";
  114. this.plContent.Size = new System.Drawing.Size(621, 469);
  115. this.plContent.TabIndex = 6;
  116. //
  117. // label7
  118. //
  119. this.label7.AutoSize = true;
  120. this.label7.Location = new System.Drawing.Point(37, 59);
  121. this.label7.Name = "label7";
  122. this.label7.Size = new System.Drawing.Size(41, 12);
  123. this.label7.TabIndex = 6;
  124. this.label7.Text = "软件:";
  125. //
  126. // label6
  127. //
  128. this.label6.AutoSize = true;
  129. this.label6.Location = new System.Drawing.Point(37, 159);
  130. this.label6.Name = "label6";
  131. this.label6.Size = new System.Drawing.Size(65, 12);
  132. this.label6.TabIndex = 5;
  133. this.label6.Text = "解密结果:";
  134. //
  135. // cmbAppList
  136. //
  137. this.cmbAppList.DropDownWidth = 567;
  138. this.cmbAppList.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  139. this.cmbAppList.Font = new System.Drawing.Font("SimSun", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  140. this.cmbAppList.FormattingEnabled = true;
  141. this.cmbAppList.Location = new System.Drawing.Point(30, 76);
  142. this.cmbAppList.Name = "cmbAppList";
  143. this.cmbAppList.Size = new System.Drawing.Size(567, 27);
  144. this.cmbAppList.TabIndex = 2;
  145. //
  146. // tbResult
  147. //
  148. this.tbResult.BorderStyle = System.Windows.Forms.BorderStyle.None;
  149. this.tbResult.Location = new System.Drawing.Point(30, 177);
  150. this.tbResult.Multiline = true;
  151. this.tbResult.Name = "tbResult";
  152. this.tbResult.Size = new System.Drawing.Size(567, 253);
  153. this.tbResult.TabIndex = 1;
  154. //
  155. // btnDecrypt
  156. //
  157. this.btnDecrypt.Location = new System.Drawing.Point(181, 117);
  158. this.btnDecrypt.Name = "btnDecrypt";
  159. this.btnDecrypt.Size = new System.Drawing.Size(205, 32);
  160. this.btnDecrypt.TabIndex = 0;
  161. this.btnDecrypt.Text = "解密";
  162. this.btnDecrypt.UseVisualStyleBackColor = true;
  163. this.btnDecrypt.Click += new System.EventHandler(this.btnDecrypt_Click);
  164. //
  165. // plTopMenu
  166. //
  167. this.plTopMenu.Dock = System.Windows.Forms.DockStyle.Top;
  168. this.plTopMenu.Location = new System.Drawing.Point(190, 0);
  169. this.plTopMenu.Name = "plTopMenu";
  170. this.plTopMenu.Size = new System.Drawing.Size(621, 45);
  171. this.plTopMenu.TabIndex = 0;
  172. //
  173. // frmMain
  174. //
  175. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  176. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  177. this.ClientSize = new System.Drawing.Size(811, 469);
  178. this.Controls.Add(this.plTopMenu);
  179. this.Controls.Add(this.plContent);
  180. this.Controls.Add(this.plLeftMenu);
  181. this.Name = "frmMain";
  182. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  183. this.Text = "开发密码获取工具";
  184. this.Load += new System.EventHandler(this.frmMain_Load);
  185. this.plLeftMenu.ResumeLayout(false);
  186. this.plLeftMenu.PerformLayout();
  187. this.plContent.ResumeLayout(false);
  188. this.plContent.PerformLayout();
  189. this.ResumeLayout(false);
  190. }
  191. #endregion
  192. private System.Windows.Forms.Label label1;
  193. private System.Windows.Forms.Label label2;
  194. private System.Windows.Forms.Label label3;
  195. private System.Windows.Forms.Label label4;
  196. private System.Windows.Forms.Label label5;
  197. private System.Windows.Forms.Panel plLeftMenu;
  198. private System.Windows.Forms.Panel plContent;
  199. private System.Windows.Forms.Panel plTopMenu;
  200. private System.Windows.Forms.Button btnDecrypt;
  201. private System.Windows.Forms.TextBox tbResult;
  202. private System.Windows.Forms.Label label7;
  203. private System.Windows.Forms.Label label6;
  204. private System.Windows.Forms.ComboBox cmbAppList;
  205. }
  206. }