frmMain.Designer.cs 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  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.button1 = new System.Windows.Forms.Button();
  37. this.plTopMenu = new System.Windows.Forms.Panel();
  38. this.tbResult = new System.Windows.Forms.TextBox();
  39. this.plLeftMenu.SuspendLayout();
  40. this.plContent.SuspendLayout();
  41. this.SuspendLayout();
  42. //
  43. // label1
  44. //
  45. this.label1.AutoSize = true;
  46. this.label1.Location = new System.Drawing.Point(46, 117);
  47. this.label1.Name = "label1";
  48. this.label1.Size = new System.Drawing.Size(65, 12);
  49. this.label1.TabIndex = 0;
  50. this.label1.Text = "Xmangager ";
  51. //
  52. // label2
  53. //
  54. this.label2.AutoSize = true;
  55. this.label2.Location = new System.Drawing.Point(46, 177);
  56. this.label2.Name = "label2";
  57. this.label2.Size = new System.Drawing.Size(65, 12);
  58. this.label2.TabIndex = 1;
  59. this.label2.Text = "TeamViewer";
  60. //
  61. // label3
  62. //
  63. this.label3.AutoSize = true;
  64. this.label3.Location = new System.Drawing.Point(46, 237);
  65. this.label3.Name = "label3";
  66. this.label3.Size = new System.Drawing.Size(59, 12);
  67. this.label3.TabIndex = 2;
  68. this.label3.Text = "FileZilla";
  69. //
  70. // label4
  71. //
  72. this.label4.AutoSize = true;
  73. this.label4.Location = new System.Drawing.Point(46, 297);
  74. this.label4.Name = "label4";
  75. this.label4.Size = new System.Drawing.Size(41, 12);
  76. this.label4.TabIndex = 3;
  77. this.label4.Text = "WinSCP";
  78. //
  79. // label5
  80. //
  81. this.label5.AutoSize = true;
  82. this.label5.Location = new System.Drawing.Point(46, 57);
  83. this.label5.Name = "label5";
  84. this.label5.Size = new System.Drawing.Size(47, 12);
  85. this.label5.TabIndex = 4;
  86. this.label5.Text = "Navicat";
  87. //
  88. // plLeftMenu
  89. //
  90. this.plLeftMenu.Controls.Add(this.label5);
  91. this.plLeftMenu.Controls.Add(this.label1);
  92. this.plLeftMenu.Controls.Add(this.label4);
  93. this.plLeftMenu.Controls.Add(this.label2);
  94. this.plLeftMenu.Controls.Add(this.label3);
  95. this.plLeftMenu.Dock = System.Windows.Forms.DockStyle.Left;
  96. this.plLeftMenu.Location = new System.Drawing.Point(0, 0);
  97. this.plLeftMenu.Name = "plLeftMenu";
  98. this.plLeftMenu.Size = new System.Drawing.Size(190, 469);
  99. this.plLeftMenu.TabIndex = 5;
  100. //
  101. // plContent
  102. //
  103. this.plContent.Controls.Add(this.tbResult);
  104. this.plContent.Controls.Add(this.button1);
  105. this.plContent.Dock = System.Windows.Forms.DockStyle.Fill;
  106. this.plContent.Location = new System.Drawing.Point(190, 0);
  107. this.plContent.Name = "plContent";
  108. this.plContent.Size = new System.Drawing.Size(621, 469);
  109. this.plContent.TabIndex = 6;
  110. //
  111. // button1
  112. //
  113. this.button1.Location = new System.Drawing.Point(182, 390);
  114. this.button1.Name = "button1";
  115. this.button1.Size = new System.Drawing.Size(205, 32);
  116. this.button1.TabIndex = 0;
  117. this.button1.Text = "确定";
  118. this.button1.UseVisualStyleBackColor = true;
  119. this.button1.Click += new System.EventHandler(this.button1_Click);
  120. //
  121. // plTopMenu
  122. //
  123. this.plTopMenu.Dock = System.Windows.Forms.DockStyle.Top;
  124. this.plTopMenu.Location = new System.Drawing.Point(190, 0);
  125. this.plTopMenu.Name = "plTopMenu";
  126. this.plTopMenu.Size = new System.Drawing.Size(621, 45);
  127. this.plTopMenu.TabIndex = 0;
  128. //
  129. // tbResult
  130. //
  131. this.tbResult.BorderStyle = System.Windows.Forms.BorderStyle.None;
  132. this.tbResult.Location = new System.Drawing.Point(30, 68);
  133. this.tbResult.Multiline = true;
  134. this.tbResult.Name = "tbResult";
  135. this.tbResult.Size = new System.Drawing.Size(567, 274);
  136. this.tbResult.TabIndex = 1;
  137. //
  138. // frmMain
  139. //
  140. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  141. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  142. this.ClientSize = new System.Drawing.Size(811, 469);
  143. this.Controls.Add(this.plTopMenu);
  144. this.Controls.Add(this.plContent);
  145. this.Controls.Add(this.plLeftMenu);
  146. this.Name = "frmMain";
  147. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  148. this.Text = "开发密码获取工具";
  149. this.plLeftMenu.ResumeLayout(false);
  150. this.plLeftMenu.PerformLayout();
  151. this.plContent.ResumeLayout(false);
  152. this.plContent.PerformLayout();
  153. this.ResumeLayout(false);
  154. }
  155. #endregion
  156. private System.Windows.Forms.Label label1;
  157. private System.Windows.Forms.Label label2;
  158. private System.Windows.Forms.Label label3;
  159. private System.Windows.Forms.Label label4;
  160. private System.Windows.Forms.Label label5;
  161. private System.Windows.Forms.Panel plLeftMenu;
  162. private System.Windows.Forms.Panel plContent;
  163. private System.Windows.Forms.Panel plTopMenu;
  164. private System.Windows.Forms.Button button1;
  165. private System.Windows.Forms.TextBox tbResult;
  166. }
  167. }