F_SYS_0102.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. namespace Dongke.IBOSS.PRD.Client.Public
  2. {
  3. partial class F_SYS_0102
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_SYS_0102));
  29. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  30. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  31. this.gbxNetworkAddress = new System.Windows.Forms.GroupBox();
  32. this.btnKey2 = new System.Windows.Forms.Button();
  33. this.btnKey1 = new System.Windows.Forms.Button();
  34. this.btnTest = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  35. this.txtPort = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
  36. this.txtIP = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  37. this.lblPort = new System.Windows.Forms.Label();
  38. this.lblIP = new System.Windows.Forms.Label();
  39. this.gbxNetworkAddress.SuspendLayout();
  40. this.SuspendLayout();
  41. //
  42. // btnCancel
  43. //
  44. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  45. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  46. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  47. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  48. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  49. this.btnCancel.ForeColor = System.Drawing.Color.White;
  50. this.btnCancel.Location = new System.Drawing.Point(239, 122);
  51. this.btnCancel.Name = "btnCancel";
  52. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  53. this.btnCancel.TabIndex = 1;
  54. this.btnCancel.Text = "取消";
  55. this.btnCancel.UseVisualStyleBackColor = false;
  56. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  57. //
  58. // btnSave
  59. //
  60. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  61. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  62. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  63. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  64. this.btnSave.ForeColor = System.Drawing.Color.White;
  65. this.btnSave.Location = new System.Drawing.Point(148, 122);
  66. this.btnSave.Name = "btnSave";
  67. this.btnSave.Size = new System.Drawing.Size(85, 30);
  68. this.btnSave.TabIndex = 0;
  69. this.btnSave.Text = "保存";
  70. this.btnSave.UseVisualStyleBackColor = false;
  71. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  72. //
  73. // gbxNetworkAddress
  74. //
  75. this.gbxNetworkAddress.BackColor = System.Drawing.Color.Transparent;
  76. this.gbxNetworkAddress.Controls.Add(this.btnKey2);
  77. this.gbxNetworkAddress.Controls.Add(this.btnKey1);
  78. this.gbxNetworkAddress.Controls.Add(this.btnTest);
  79. this.gbxNetworkAddress.Controls.Add(this.txtPort);
  80. this.gbxNetworkAddress.Controls.Add(this.txtIP);
  81. this.gbxNetworkAddress.Controls.Add(this.lblPort);
  82. this.gbxNetworkAddress.Controls.Add(this.lblIP);
  83. this.gbxNetworkAddress.Location = new System.Drawing.Point(12, 12);
  84. this.gbxNetworkAddress.Name = "gbxNetworkAddress";
  85. this.gbxNetworkAddress.Size = new System.Drawing.Size(312, 101);
  86. this.gbxNetworkAddress.TabIndex = 6;
  87. this.gbxNetworkAddress.TabStop = false;
  88. this.gbxNetworkAddress.Text = "系统服务器设置";
  89. //
  90. // btnKey2
  91. //
  92. this.btnKey2.Location = new System.Drawing.Point(188, 58);
  93. this.btnKey2.Name = "btnKey2";
  94. this.btnKey2.Size = new System.Drawing.Size(17, 23);
  95. this.btnKey2.TabIndex = 3;
  96. this.btnKey2.Text = "button1";
  97. this.btnKey2.UseVisualStyleBackColor = true;
  98. this.btnKey2.Click += new System.EventHandler(this.btnKey2_Click);
  99. //
  100. // btnKey1
  101. //
  102. this.btnKey1.Location = new System.Drawing.Point(289, 23);
  103. this.btnKey1.Name = "btnKey1";
  104. this.btnKey1.Size = new System.Drawing.Size(17, 23);
  105. this.btnKey1.TabIndex = 3;
  106. this.btnKey1.Text = "button1";
  107. this.btnKey1.UseVisualStyleBackColor = true;
  108. this.btnKey1.Click += new System.EventHandler(this.btnKey1_Click);
  109. //
  110. // btnTest
  111. //
  112. this.btnTest.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  113. this.btnTest.BackColor = System.Drawing.Color.Transparent;
  114. this.btnTest.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnTest.BackgroundImage")));
  115. this.btnTest.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  116. this.btnTest.ForeColor = System.Drawing.Color.White;
  117. this.btnTest.Location = new System.Drawing.Point(221, 55);
  118. this.btnTest.Name = "btnTest";
  119. this.btnTest.Size = new System.Drawing.Size(85, 30);
  120. this.btnTest.TabIndex = 2;
  121. this.btnTest.Text = "测试";
  122. this.btnTest.UseVisualStyleBackColor = false;
  123. this.btnTest.Click += new System.EventHandler(this.btnTest_Click);
  124. //
  125. // txtPort
  126. //
  127. this.txtPort.AllowNegative = false;
  128. this.txtPort.AllowZero = false;
  129. this.txtPort.BackColor = System.Drawing.SystemColors.Window;
  130. this.txtPort.BackgroundColor = System.Drawing.SystemColors.Window;
  131. this.txtPort.ErrorMessage = "";
  132. this.txtPort.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  133. this.txtPort.HasComma = false;
  134. this.txtPort.ImeMode = System.Windows.Forms.ImeMode.Off;
  135. this.txtPort.Location = new System.Drawing.Point(77, 60);
  136. this.txtPort.MaxLength = 5;
  137. this.txtPort.MaxValue = new decimal(new int[] {
  138. 99999,
  139. 0,
  140. 0,
  141. 0});
  142. this.txtPort.MinValue = new decimal(new int[] {
  143. 0,
  144. 0,
  145. 0,
  146. 0});
  147. this.txtPort.Name = "txtPort";
  148. this.txtPort.Number = new System.Drawing.Point(5, 0);
  149. this.txtPort.ShowDecimal = false;
  150. this.txtPort.Size = new System.Drawing.Size(105, 21);
  151. this.txtPort.TabIndex = 1;
  152. this.txtPort.TextValue = "";
  153. //
  154. // txtIP
  155. //
  156. this.txtIP.BackColor = System.Drawing.SystemColors.Window;
  157. this.txtIP.BackgroundColor = System.Drawing.SystemColors.Window;
  158. this.txtIP.ErrorMessage = "";
  159. this.txtIP.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  160. this.txtIP.Location = new System.Drawing.Point(77, 25);
  161. this.txtIP.MaxLength = 16;
  162. this.txtIP.Name = "txtIP";
  163. this.txtIP.Size = new System.Drawing.Size(206, 21);
  164. this.txtIP.TabIndex = 0;
  165. //
  166. // lblPort
  167. //
  168. this.lblPort.AutoSize = true;
  169. this.lblPort.BackColor = System.Drawing.Color.Transparent;
  170. this.lblPort.Location = new System.Drawing.Point(6, 64);
  171. this.lblPort.Name = "lblPort";
  172. this.lblPort.Size = new System.Drawing.Size(65, 12);
  173. this.lblPort.TabIndex = 2;
  174. this.lblPort.Text = "服务器端口";
  175. //
  176. // lblIP
  177. //
  178. this.lblIP.AutoSize = true;
  179. this.lblIP.BackColor = System.Drawing.Color.Transparent;
  180. this.lblIP.Location = new System.Drawing.Point(6, 28);
  181. this.lblIP.Name = "lblIP";
  182. this.lblIP.Size = new System.Drawing.Size(65, 12);
  183. this.lblIP.TabIndex = 0;
  184. this.lblIP.Text = "服务器地址";
  185. //
  186. // F_SYS_0102
  187. //
  188. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  189. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  190. this.CancelButton = this.btnCancel;
  191. this.ClientSize = new System.Drawing.Size(338, 177);
  192. this.Controls.Add(this.btnCancel);
  193. this.Controls.Add(this.btnSave);
  194. this.Controls.Add(this.gbxNetworkAddress);
  195. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  196. this.IsSaveFormSize = false;
  197. this.MaximizeBox = false;
  198. this.MinimizeBox = false;
  199. this.Name = "F_SYS_0102";
  200. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  201. this.StatusSizingGrip = false;
  202. this.Text = "F_SYS_0102";
  203. this.Load += new System.EventHandler(this.F_SYS_0102_Load);
  204. this.Controls.SetChildIndex(this.gbxNetworkAddress, 0);
  205. this.Controls.SetChildIndex(this.btnSave, 0);
  206. this.Controls.SetChildIndex(this.btnCancel, 0);
  207. this.gbxNetworkAddress.ResumeLayout(false);
  208. this.gbxNetworkAddress.PerformLayout();
  209. this.ResumeLayout(false);
  210. this.PerformLayout();
  211. }
  212. #endregion
  213. private System.Windows.Forms.GroupBox gbxNetworkAddress;
  214. private System.Windows.Forms.Label lblPort;
  215. private System.Windows.Forms.Label lblIP;
  216. private Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital txtPort;
  217. private Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox txtIP;
  218. private Basics.BaseControls.C_Button btnTest;
  219. private Basics.BaseControls.C_Button btnSave;
  220. private Basics.BaseControls.C_Button btnCancel;
  221. private System.Windows.Forms.Button btnKey1;
  222. private System.Windows.Forms.Button btnKey2;
  223. }
  224. }