FormConnectSelect.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252
  1. namespace OpcUaHelper.Forms
  2. {
  3. partial class FormConnectSelect
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose( bool disposing )
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose( );
  18. }
  19. base.Dispose( disposing );
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent( )
  27. {
  28. this.tabControl1 = new System.Windows.Forms.TabControl();
  29. this.tabPage1 = new System.Windows.Forms.TabPage();
  30. this.button1 = new System.Windows.Forms.Button();
  31. this.tabPage2 = new System.Windows.Forms.TabPage();
  32. this.textBox2 = new System.Windows.Forms.TextBox();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.textBox1 = new System.Windows.Forms.TextBox();
  35. this.label1 = new System.Windows.Forms.Label();
  36. this.button2 = new System.Windows.Forms.Button();
  37. this.tabPage3 = new System.Windows.Forms.TabPage();
  38. this.button4 = new System.Windows.Forms.Button();
  39. this.textBox3 = new System.Windows.Forms.TextBox();
  40. this.label3 = new System.Windows.Forms.Label();
  41. this.textBox4 = new System.Windows.Forms.TextBox();
  42. this.label4 = new System.Windows.Forms.Label();
  43. this.button3 = new System.Windows.Forms.Button();
  44. this.tabControl1.SuspendLayout();
  45. this.tabPage1.SuspendLayout();
  46. this.tabPage2.SuspendLayout();
  47. this.tabPage3.SuspendLayout();
  48. this.SuspendLayout();
  49. //
  50. // tabControl1
  51. //
  52. this.tabControl1.Controls.Add(this.tabPage1);
  53. this.tabControl1.Controls.Add(this.tabPage2);
  54. this.tabControl1.Controls.Add(this.tabPage3);
  55. this.tabControl1.Location = new System.Drawing.Point(12, 12);
  56. this.tabControl1.Name = "tabControl1";
  57. this.tabControl1.SelectedIndex = 0;
  58. this.tabControl1.Size = new System.Drawing.Size(407, 214);
  59. this.tabControl1.TabIndex = 0;
  60. //
  61. // tabPage1
  62. //
  63. this.tabPage1.Controls.Add(this.button1);
  64. this.tabPage1.Location = new System.Drawing.Point(4, 26);
  65. this.tabPage1.Name = "tabPage1";
  66. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  67. this.tabPage1.Size = new System.Drawing.Size(399, 184);
  68. this.tabPage1.TabIndex = 0;
  69. this.tabPage1.Text = "匿名登录";
  70. this.tabPage1.UseVisualStyleBackColor = true;
  71. //
  72. // button1
  73. //
  74. this.button1.Location = new System.Drawing.Point(142, 73);
  75. this.button1.Name = "button1";
  76. this.button1.Size = new System.Drawing.Size(104, 32);
  77. this.button1.TabIndex = 0;
  78. this.button1.Text = "登录";
  79. this.button1.UseVisualStyleBackColor = true;
  80. this.button1.Click += new System.EventHandler(this.button1_Click);
  81. //
  82. // tabPage2
  83. //
  84. this.tabPage2.Controls.Add(this.textBox2);
  85. this.tabPage2.Controls.Add(this.label2);
  86. this.tabPage2.Controls.Add(this.textBox1);
  87. this.tabPage2.Controls.Add(this.label1);
  88. this.tabPage2.Controls.Add(this.button2);
  89. this.tabPage2.Location = new System.Drawing.Point(4, 26);
  90. this.tabPage2.Name = "tabPage2";
  91. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  92. this.tabPage2.Size = new System.Drawing.Size(399, 184);
  93. this.tabPage2.TabIndex = 1;
  94. this.tabPage2.Text = "用户名登录";
  95. this.tabPage2.UseVisualStyleBackColor = true;
  96. //
  97. // textBox2
  98. //
  99. this.textBox2.Location = new System.Drawing.Point(130, 68);
  100. this.textBox2.Name = "textBox2";
  101. this.textBox2.Size = new System.Drawing.Size(202, 23);
  102. this.textBox2.TabIndex = 5;
  103. //
  104. // label2
  105. //
  106. this.label2.AutoSize = true;
  107. this.label2.Location = new System.Drawing.Point(68, 71);
  108. this.label2.Name = "label2";
  109. this.label2.Size = new System.Drawing.Size(44, 17);
  110. this.label2.TabIndex = 4;
  111. this.label2.Text = "密码:";
  112. //
  113. // textBox1
  114. //
  115. this.textBox1.Location = new System.Drawing.Point(130, 32);
  116. this.textBox1.Name = "textBox1";
  117. this.textBox1.Size = new System.Drawing.Size(202, 23);
  118. this.textBox1.TabIndex = 3;
  119. //
  120. // label1
  121. //
  122. this.label1.AutoSize = true;
  123. this.label1.Location = new System.Drawing.Point(68, 35);
  124. this.label1.Name = "label1";
  125. this.label1.Size = new System.Drawing.Size(56, 17);
  126. this.label1.TabIndex = 2;
  127. this.label1.Text = "用户名:";
  128. //
  129. // button2
  130. //
  131. this.button2.Location = new System.Drawing.Point(141, 117);
  132. this.button2.Name = "button2";
  133. this.button2.Size = new System.Drawing.Size(104, 32);
  134. this.button2.TabIndex = 1;
  135. this.button2.Text = "登录";
  136. this.button2.UseVisualStyleBackColor = true;
  137. this.button2.Click += new System.EventHandler(this.button2_Click);
  138. //
  139. // tabPage3
  140. //
  141. this.tabPage3.Controls.Add(this.button4);
  142. this.tabPage3.Controls.Add(this.textBox3);
  143. this.tabPage3.Controls.Add(this.label3);
  144. this.tabPage3.Controls.Add(this.textBox4);
  145. this.tabPage3.Controls.Add(this.label4);
  146. this.tabPage3.Controls.Add(this.button3);
  147. this.tabPage3.Location = new System.Drawing.Point(4, 26);
  148. this.tabPage3.Name = "tabPage3";
  149. this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
  150. this.tabPage3.Size = new System.Drawing.Size(399, 184);
  151. this.tabPage3.TabIndex = 2;
  152. this.tabPage3.Text = "证书登录";
  153. this.tabPage3.UseVisualStyleBackColor = true;
  154. //
  155. // button4
  156. //
  157. this.button4.Location = new System.Drawing.Point(338, 31);
  158. this.button4.Name = "button4";
  159. this.button4.Size = new System.Drawing.Size(32, 25);
  160. this.button4.TabIndex = 11;
  161. this.button4.Text = "...";
  162. this.button4.UseVisualStyleBackColor = true;
  163. this.button4.Click += new System.EventHandler(this.button4_Click);
  164. //
  165. // textBox3
  166. //
  167. this.textBox3.Location = new System.Drawing.Point(130, 68);
  168. this.textBox3.Name = "textBox3";
  169. this.textBox3.Size = new System.Drawing.Size(202, 23);
  170. this.textBox3.TabIndex = 10;
  171. //
  172. // label3
  173. //
  174. this.label3.AutoSize = true;
  175. this.label3.Location = new System.Drawing.Point(68, 71);
  176. this.label3.Name = "label3";
  177. this.label3.Size = new System.Drawing.Size(44, 17);
  178. this.label3.TabIndex = 9;
  179. this.label3.Text = "密钥:";
  180. //
  181. // textBox4
  182. //
  183. this.textBox4.Location = new System.Drawing.Point(130, 32);
  184. this.textBox4.Name = "textBox4";
  185. this.textBox4.Size = new System.Drawing.Size(202, 23);
  186. this.textBox4.TabIndex = 8;
  187. //
  188. // label4
  189. //
  190. this.label4.AutoSize = true;
  191. this.label4.Location = new System.Drawing.Point(68, 35);
  192. this.label4.Name = "label4";
  193. this.label4.Size = new System.Drawing.Size(44, 17);
  194. this.label4.TabIndex = 7;
  195. this.label4.Text = "证书:";
  196. //
  197. // button3
  198. //
  199. this.button3.Location = new System.Drawing.Point(141, 117);
  200. this.button3.Name = "button3";
  201. this.button3.Size = new System.Drawing.Size(104, 32);
  202. this.button3.TabIndex = 6;
  203. this.button3.Text = "登录";
  204. this.button3.UseVisualStyleBackColor = true;
  205. this.button3.Click += new System.EventHandler(this.button3_Click);
  206. //
  207. // FormConnectSelect
  208. //
  209. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  210. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  211. this.BackColor = System.Drawing.Color.AliceBlue;
  212. this.ClientSize = new System.Drawing.Size(431, 238);
  213. this.Controls.Add(this.tabControl1);
  214. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  215. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  216. this.Name = "FormConnectSelect";
  217. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  218. this.Text = "登录方式选择";
  219. this.Load += new System.EventHandler(this.FormConnectSelect_Load);
  220. this.tabControl1.ResumeLayout(false);
  221. this.tabPage1.ResumeLayout(false);
  222. this.tabPage2.ResumeLayout(false);
  223. this.tabPage2.PerformLayout();
  224. this.tabPage3.ResumeLayout(false);
  225. this.tabPage3.PerformLayout();
  226. this.ResumeLayout(false);
  227. }
  228. #endregion
  229. private System.Windows.Forms.TabControl tabControl1;
  230. private System.Windows.Forms.TabPage tabPage1;
  231. private System.Windows.Forms.Button button1;
  232. private System.Windows.Forms.TabPage tabPage2;
  233. private System.Windows.Forms.TextBox textBox2;
  234. private System.Windows.Forms.Label label2;
  235. private System.Windows.Forms.TextBox textBox1;
  236. private System.Windows.Forms.Label label1;
  237. private System.Windows.Forms.Button button2;
  238. private System.Windows.Forms.TabPage tabPage3;
  239. private System.Windows.Forms.Button button4;
  240. private System.Windows.Forms.TextBox textBox3;
  241. private System.Windows.Forms.Label label3;
  242. private System.Windows.Forms.TextBox textBox4;
  243. private System.Windows.Forms.Label label4;
  244. private System.Windows.Forms.Button button3;
  245. }
  246. }