F_SYS_0102.Designer.cs 10 KB

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