namespace C_Windows_1 { partial class configIP { /// /// 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() { this.Save = new System.Windows.Forms.Button(); this.FixedIP = new System.Windows.Forms.CheckBox(); this.label9 = new System.Windows.Forms.Label(); this.SubnetMask = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.IPGateway = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.IPAddress = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // Save // this.Save.Location = new System.Drawing.Point(36, 249); this.Save.Name = "Save"; this.Save.Size = new System.Drawing.Size(108, 42); this.Save.TabIndex = 247; this.Save.Text = "应用设置"; this.Save.UseVisualStyleBackColor = true; this.Save.Click += new System.EventHandler(this.Save_Click); // // FixedIP // this.FixedIP.AutoSize = true; this.FixedIP.Font = new System.Drawing.Font("宋体", 12F); this.FixedIP.Location = new System.Drawing.Point(12, 205); this.FixedIP.Name = "FixedIP"; this.FixedIP.Size = new System.Drawing.Size(74, 20); this.FixedIP.TabIndex = 246; this.FixedIP.Text = "固定IP"; this.FixedIP.UseVisualStyleBackColor = true; // // label9 // this.label9.AutoSize = true; this.label9.Font = new System.Drawing.Font("宋体", 11F); this.label9.Location = new System.Drawing.Point(9, 142); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(97, 15); this.label9.TabIndex = 245; this.label9.Text = "子网掩码地址"; // // SubnetMask // this.SubnetMask.Font = new System.Drawing.Font("宋体", 11F); this.SubnetMask.Location = new System.Drawing.Point(12, 160); this.SubnetMask.Name = "SubnetMask"; this.SubnetMask.Size = new System.Drawing.Size(153, 24); this.SubnetMask.TabIndex = 244; // // label8 // this.label8.AutoSize = true; this.label8.Font = new System.Drawing.Font("宋体", 11F); this.label8.Location = new System.Drawing.Point(9, 79); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(83, 15); this.label8.TabIndex = 243; this.label8.Text = "IP网关地址"; // // IPGateway // this.IPGateway.Font = new System.Drawing.Font("宋体", 11F); this.IPGateway.Location = new System.Drawing.Point(12, 97); this.IPGateway.Name = "IPGateway"; this.IPGateway.Size = new System.Drawing.Size(153, 24); this.IPGateway.TabIndex = 242; // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("宋体", 11F); this.label7.Location = new System.Drawing.Point(9, 23); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(53, 15); this.label7.TabIndex = 241; this.label7.Text = "IP地址"; // // IPAddress // this.IPAddress.Font = new System.Drawing.Font("宋体", 11F); this.IPAddress.Location = new System.Drawing.Point(12, 41); this.IPAddress.Name = "IPAddress"; this.IPAddress.Size = new System.Drawing.Size(153, 24); this.IPAddress.TabIndex = 240; // // configIP // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(180, 332); this.Controls.Add(this.Save); this.Controls.Add(this.FixedIP); this.Controls.Add(this.label9); this.Controls.Add(this.SubnetMask); this.Controls.Add(this.label8); this.Controls.Add(this.IPGateway); this.Controls.Add(this.label7); this.Controls.Add(this.IPAddress); this.Name = "configIP"; this.Text = "仪器IP设置"; this.Load += new System.EventHandler(this.configIP_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button Save; private System.Windows.Forms.CheckBox FixedIP; private System.Windows.Forms.Label label9; private System.Windows.Forms.TextBox SubnetMask; private System.Windows.Forms.Label label8; private System.Windows.Forms.TextBox IPGateway; private System.Windows.Forms.Label label7; private System.Windows.Forms.TextBox IPAddress; } }