namespace Dongke.IBOSS.PRD.Client { partial class F_SYS_0102 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_SYS_0102)); this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.gbxNetworkAddress = new System.Windows.Forms.GroupBox(); this.btnTest = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.txtPort = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital(); this.txtIP = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.lblPort = new System.Windows.Forms.Label(); this.lblIP = new System.Windows.Forms.Label(); this.gbxNetworkAddress.SuspendLayout(); this.SuspendLayout(); // // btnCancel // this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnCancel.BackColor = System.Drawing.Color.Transparent; this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage"))); this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnCancel.ForeColor = System.Drawing.Color.White; this.btnCancel.Location = new System.Drawing.Point(239, 122); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(85, 30); this.btnCancel.TabIndex = 1; this.btnCancel.Text = "取消"; this.btnCancel.UseVisualStyleBackColor = false; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnSave // this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnSave.BackColor = System.Drawing.Color.Transparent; this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage"))); this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnSave.ForeColor = System.Drawing.Color.White; this.btnSave.Location = new System.Drawing.Point(148, 122); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(85, 30); this.btnSave.TabIndex = 0; this.btnSave.Text = "保存"; this.btnSave.UseVisualStyleBackColor = false; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // gbxNetworkAddress // this.gbxNetworkAddress.BackColor = System.Drawing.Color.Transparent; this.gbxNetworkAddress.Controls.Add(this.btnTest); this.gbxNetworkAddress.Controls.Add(this.txtPort); this.gbxNetworkAddress.Controls.Add(this.txtIP); this.gbxNetworkAddress.Controls.Add(this.lblPort); this.gbxNetworkAddress.Controls.Add(this.lblIP); this.gbxNetworkAddress.Location = new System.Drawing.Point(12, 12); this.gbxNetworkAddress.Name = "gbxNetworkAddress"; this.gbxNetworkAddress.Size = new System.Drawing.Size(312, 101); this.gbxNetworkAddress.TabIndex = 6; this.gbxNetworkAddress.TabStop = false; this.gbxNetworkAddress.Text = "系统服务器设置"; // // btnTest // this.btnTest.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnTest.BackColor = System.Drawing.Color.Transparent; this.btnTest.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnTest.BackgroundImage"))); this.btnTest.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnTest.ForeColor = System.Drawing.Color.White; this.btnTest.Location = new System.Drawing.Point(198, 55); this.btnTest.Name = "btnTest"; this.btnTest.Size = new System.Drawing.Size(85, 30); this.btnTest.TabIndex = 2; this.btnTest.Text = "测试"; this.btnTest.UseVisualStyleBackColor = false; this.btnTest.Click += new System.EventHandler(this.btnTest_Click); // // txtPort // this.txtPort.AllowNegative = false; this.txtPort.AllowZero = false; this.txtPort.BackColor = System.Drawing.SystemColors.Window; this.txtPort.BackgroundColor = System.Drawing.SystemColors.Window; this.txtPort.ErrorMessage = ""; this.txtPort.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtPort.HasComma = false; this.txtPort.ImeMode = System.Windows.Forms.ImeMode.Off; this.txtPort.Location = new System.Drawing.Point(77, 60); this.txtPort.MaxLength = 5; this.txtPort.MaxValue = new decimal(new int[] { 99999, 0, 0, 0}); this.txtPort.MinValue = new decimal(new int[] { 0, 0, 0, 0}); this.txtPort.Name = "txtPort"; this.txtPort.Number = new System.Drawing.Point(5, 0); this.txtPort.ShowDecimal = false; this.txtPort.Size = new System.Drawing.Size(105, 21); this.txtPort.TabIndex = 1; this.txtPort.TextValue = ""; // // txtIP // this.txtIP.BackColor = System.Drawing.SystemColors.Window; this.txtIP.BackgroundColor = System.Drawing.SystemColors.Window; this.txtIP.ErrorMessage = ""; this.txtIP.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtIP.Location = new System.Drawing.Point(77, 25); this.txtIP.Name = "txtIP"; this.txtIP.Size = new System.Drawing.Size(206, 21); this.txtIP.TabIndex = 0; // // lblPort // this.lblPort.AutoSize = true; this.lblPort.BackColor = System.Drawing.Color.Transparent; this.lblPort.Location = new System.Drawing.Point(6, 64); this.lblPort.Name = "lblPort"; this.lblPort.Size = new System.Drawing.Size(65, 12); this.lblPort.TabIndex = 2; this.lblPort.Text = "服务器端口"; // // lblIP // this.lblIP.AutoSize = true; this.lblIP.BackColor = System.Drawing.Color.Transparent; this.lblIP.Location = new System.Drawing.Point(6, 28); this.lblIP.Name = "lblIP"; this.lblIP.Size = new System.Drawing.Size(65, 12); this.lblIP.TabIndex = 0; this.lblIP.Text = "服务器地址"; // // F_SYS_0102 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(338, 177); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnSave); this.Controls.Add(this.gbxNetworkAddress); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.IsSaveFormSize = false; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "F_SYS_0102"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.StatusSizingGrip = false; this.Text = "F_SYS_0102"; this.Load += new System.EventHandler(this.F_SYS_0102_Load); this.Controls.SetChildIndex(this.gbxNetworkAddress, 0); this.Controls.SetChildIndex(this.btnSave, 0); this.Controls.SetChildIndex(this.btnCancel, 0); this.gbxNetworkAddress.ResumeLayout(false); this.gbxNetworkAddress.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.GroupBox gbxNetworkAddress; private System.Windows.Forms.Label lblPort; private System.Windows.Forms.Label lblIP; private Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital txtPort; private Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox txtIP; private Basics.BaseControls.C_Button btnTest; private Basics.BaseControls.C_Button btnSave; private Basics.BaseControls.C_Button btnCancel; } }