frm_Connection.Designer.cs 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. namespace RDClient
  2. {
  3. partial class frm_Connection
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frm_Connection));
  29. this.btn_Enter = new System.Windows.Forms.Button();
  30. this.btn_Cancel = new System.Windows.Forms.Button();
  31. this.txt_Hostname = new System.Windows.Forms.TextBox();
  32. this.groupBox1 = new System.Windows.Forms.GroupBox();
  33. this.nuprot = new System.Windows.Forms.NumericUpDown();
  34. this.label4 = new System.Windows.Forms.Label();
  35. this.label3 = new System.Windows.Forms.Label();
  36. this.groupBox2 = new System.Windows.Forms.GroupBox();
  37. this.label2 = new System.Windows.Forms.Label();
  38. this.txtDinfo = new System.Windows.Forms.TextBox();
  39. this.label1 = new System.Windows.Forms.Label();
  40. this.txtDName = new System.Windows.Forms.TextBox();
  41. this.groupBox1.SuspendLayout();
  42. ((System.ComponentModel.ISupportInitialize)(this.nuprot)).BeginInit();
  43. this.groupBox2.SuspendLayout();
  44. this.SuspendLayout();
  45. //
  46. // btn_Enter
  47. //
  48. this.btn_Enter.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  49. this.btn_Enter.Location = new System.Drawing.Point(99, 245);
  50. this.btn_Enter.Name = "btn_Enter";
  51. this.btn_Enter.Size = new System.Drawing.Size(87, 28);
  52. this.btn_Enter.TabIndex = 2;
  53. this.btn_Enter.Text = "确定";
  54. this.btn_Enter.UseVisualStyleBackColor = true;
  55. this.btn_Enter.Click += new System.EventHandler(this.btn_Enter_Click);
  56. //
  57. // btn_Cancel
  58. //
  59. this.btn_Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  60. this.btn_Cancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  61. this.btn_Cancel.Location = new System.Drawing.Point(237, 245);
  62. this.btn_Cancel.Name = "btn_Cancel";
  63. this.btn_Cancel.Size = new System.Drawing.Size(86, 28);
  64. this.btn_Cancel.TabIndex = 2;
  65. this.btn_Cancel.Text = "取消";
  66. this.btn_Cancel.UseVisualStyleBackColor = true;
  67. this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
  68. //
  69. // txt_Hostname
  70. //
  71. this.txt_Hostname.Location = new System.Drawing.Point(77, 25);
  72. this.txt_Hostname.Name = "txt_Hostname";
  73. this.txt_Hostname.Size = new System.Drawing.Size(210, 23);
  74. this.txt_Hostname.TabIndex = 4;
  75. //
  76. // groupBox1
  77. //
  78. this.groupBox1.Controls.Add(this.nuprot);
  79. this.groupBox1.Controls.Add(this.txt_Hostname);
  80. this.groupBox1.Controls.Add(this.label4);
  81. this.groupBox1.Controls.Add(this.label3);
  82. this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  83. this.groupBox1.Location = new System.Drawing.Point(12, 8);
  84. this.groupBox1.Name = "groupBox1";
  85. this.groupBox1.Size = new System.Drawing.Size(440, 71);
  86. this.groupBox1.TabIndex = 6;
  87. this.groupBox1.TabStop = false;
  88. this.groupBox1.Text = "输入要控制的主机IP或主机名:";
  89. //
  90. // nuprot
  91. //
  92. this.nuprot.Location = new System.Drawing.Point(344, 25);
  93. this.nuprot.Maximum = new decimal(new int[] {
  94. 99999999,
  95. 0,
  96. 0,
  97. 0});
  98. this.nuprot.Name = "nuprot";
  99. this.nuprot.Size = new System.Drawing.Size(80, 23);
  100. this.nuprot.TabIndex = 5;
  101. this.nuprot.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  102. //
  103. // label4
  104. //
  105. this.label4.AutoSize = true;
  106. this.label4.Location = new System.Drawing.Point(299, 30);
  107. this.label4.Name = "label4";
  108. this.label4.Size = new System.Drawing.Size(44, 17);
  109. this.label4.TabIndex = 0;
  110. this.label4.Text = "端口:";
  111. //
  112. // label3
  113. //
  114. this.label3.AutoSize = true;
  115. this.label3.Location = new System.Drawing.Point(6, 30);
  116. this.label3.Name = "label3";
  117. this.label3.Size = new System.Drawing.Size(72, 17);
  118. this.label3.TabIndex = 0;
  119. this.label3.Text = "主机名/IP:";
  120. //
  121. // groupBox2
  122. //
  123. this.groupBox2.Controls.Add(this.label2);
  124. this.groupBox2.Controls.Add(this.txtDinfo);
  125. this.groupBox2.Controls.Add(this.label1);
  126. this.groupBox2.Controls.Add(this.txtDName);
  127. this.groupBox2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  128. this.groupBox2.Location = new System.Drawing.Point(12, 92);
  129. this.groupBox2.Name = "groupBox2";
  130. this.groupBox2.Size = new System.Drawing.Size(440, 141);
  131. this.groupBox2.TabIndex = 6;
  132. this.groupBox2.TabStop = false;
  133. this.groupBox2.Text = "输入要控制的主机连接名称和描述说明";
  134. //
  135. // label2
  136. //
  137. this.label2.AutoSize = true;
  138. this.label2.Location = new System.Drawing.Point(14, 61);
  139. this.label2.Name = "label2";
  140. this.label2.Size = new System.Drawing.Size(56, 17);
  141. this.label2.TabIndex = 0;
  142. this.label2.Text = "描述说明";
  143. //
  144. // txtDinfo
  145. //
  146. this.txtDinfo.Location = new System.Drawing.Point(87, 56);
  147. this.txtDinfo.Multiline = true;
  148. this.txtDinfo.Name = "txtDinfo";
  149. this.txtDinfo.Size = new System.Drawing.Size(337, 79);
  150. this.txtDinfo.TabIndex = 4;
  151. //
  152. // label1
  153. //
  154. this.label1.AutoSize = true;
  155. this.label1.Location = new System.Drawing.Point(16, 26);
  156. this.label1.Name = "label1";
  157. this.label1.Size = new System.Drawing.Size(56, 17);
  158. this.label1.TabIndex = 0;
  159. this.label1.Text = "连接名称";
  160. //
  161. // txtDName
  162. //
  163. this.txtDName.Location = new System.Drawing.Point(87, 23);
  164. this.txtDName.MaxLength = 18;
  165. this.txtDName.Name = "txtDName";
  166. this.txtDName.Size = new System.Drawing.Size(200, 23);
  167. this.txtDName.TabIndex = 4;
  168. //
  169. // frm_Connection
  170. //
  171. this.AcceptButton = this.btn_Enter;
  172. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  173. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  174. this.CancelButton = this.btn_Cancel;
  175. this.ClientSize = new System.Drawing.Size(464, 281);
  176. this.Controls.Add(this.btn_Cancel);
  177. this.Controls.Add(this.btn_Enter);
  178. this.Controls.Add(this.groupBox2);
  179. this.Controls.Add(this.groupBox1);
  180. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  181. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  182. this.MaximizeBox = false;
  183. this.MinimizeBox = false;
  184. this.Name = "frm_Connection";
  185. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  186. this.Text = "添加主机";
  187. this.TopMost = true;
  188. this.groupBox1.ResumeLayout(false);
  189. this.groupBox1.PerformLayout();
  190. ((System.ComponentModel.ISupportInitialize)(this.nuprot)).EndInit();
  191. this.groupBox2.ResumeLayout(false);
  192. this.groupBox2.PerformLayout();
  193. this.ResumeLayout(false);
  194. }
  195. #endregion
  196. private System.Windows.Forms.Button btn_Enter;
  197. private System.Windows.Forms.Button btn_Cancel;
  198. private System.Windows.Forms.TextBox txt_Hostname;
  199. private System.Windows.Forms.GroupBox groupBox1;
  200. private System.Windows.Forms.GroupBox groupBox2;
  201. private System.Windows.Forms.Label label2;
  202. private System.Windows.Forms.TextBox txtDinfo;
  203. private System.Windows.Forms.Label label1;
  204. private System.Windows.Forms.TextBox txtDName;
  205. private System.Windows.Forms.NumericUpDown nuprot;
  206. private System.Windows.Forms.Label label4;
  207. private System.Windows.Forms.Label label3;
  208. }
  209. }