F_SYS_0102.Designer.cs 9.9 KB

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