namespace DataCollectionSystem
{
partial class DeviceSettingForm
{
///
/// 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(DeviceSettingForm));
this.groupBox8 = new System.Windows.Forms.GroupBox();
this.label6 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.label1 = new System.Windows.Forms.Label();
this.groupBox7 = new System.Windows.Forms.GroupBox();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.button2 = new System.Windows.Forms.Button();
this.BtnOK = new System.Windows.Forms.Button();
this.textBoxHostName1 = new System.Windows.Forms.TextBox();
this.textBoxHostName2 = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.label7 = new System.Windows.Forms.Label();
this.textBoxHostName3 = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.label11 = new System.Windows.Forms.Label();
this.textBoxHostName4 = new System.Windows.Forms.TextBox();
this.label14 = new System.Windows.Forms.Label();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.label15 = new System.Windows.Forms.Label();
this.checkBoxIP1 = new System.Windows.Forms.CheckBox();
this.checkBoxIP2 = new System.Windows.Forms.CheckBox();
this.checkBoxIP3 = new System.Windows.Forms.CheckBox();
this.checkBoxIP4 = new System.Windows.Forms.CheckBox();
this.label2 = new System.Windows.Forms.Label();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.checkBoxIP5 = new System.Windows.Forms.CheckBox();
this.textBoxHostName5 = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.cmbHostNames = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.labelX1 = new DevComponents.DotNetBar.LabelX();
this.groupBox7.SuspendLayout();
this.SuspendLayout();
//
// groupBox8
//
this.groupBox8.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
this.groupBox8.ForeColor = System.Drawing.Color.White;
this.groupBox8.Location = new System.Drawing.Point(0, -108);
this.groupBox8.Name = "groupBox8";
this.groupBox8.Size = new System.Drawing.Size(244, 2);
this.groupBox8.TabIndex = 31;
this.groupBox8.TabStop = false;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(88, 32);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(65, 12);
this.label6.TabIndex = 186;
this.label6.Text = "HostName:";
//
// groupBox1
//
this.groupBox1.Location = new System.Drawing.Point(86, 15);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(340, 2);
this.groupBox1.TabIndex = 217;
this.groupBox1.TabStop = false;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(2, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(83, 12);
this.label1.TabIndex = 216;
this.label1.Text = "采集板卡1设置";
//
// groupBox7
//
this.groupBox7.BackColor = System.Drawing.Color.Black;
this.groupBox7.Controls.Add(this.groupBox8);
this.groupBox7.Location = new System.Drawing.Point(-1, 429);
this.groupBox7.Name = "groupBox7";
this.groupBox7.Size = new System.Drawing.Size(431, 2);
this.groupBox7.TabIndex = 211;
this.groupBox7.TabStop = false;
//
// openFileDialog1
//
this.openFileDialog1.FileName = "FTHDB.accdb";
this.openFileDialog1.Filter = "|*.accdb";
this.openFileDialog1.Title = "请选择系统所需数据库文件";
//
// button2
//
this.button2.Image = ((System.Drawing.Image)(resources.GetObject("button2.Image")));
this.button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.button2.Location = new System.Drawing.Point(353, 437);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(73, 29);
this.button2.TabIndex = 189;
this.button2.Text = "关闭(&E)";
this.button2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// BtnOK
//
this.BtnOK.Image = ((System.Drawing.Image)(resources.GetObject("BtnOK.Image")));
this.BtnOK.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.BtnOK.Location = new System.Drawing.Point(271, 437);
this.BtnOK.Name = "BtnOK";
this.BtnOK.Size = new System.Drawing.Size(73, 29);
this.BtnOK.TabIndex = 188;
this.BtnOK.Text = "确定(&O)";
this.BtnOK.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.BtnOK.UseVisualStyleBackColor = true;
this.BtnOK.Click += new System.EventHandler(this.BtnOK_Click);
//
// textBoxHostName1
//
this.textBoxHostName1.Location = new System.Drawing.Point(156, 28);
this.textBoxHostName1.Name = "textBoxHostName1";
this.textBoxHostName1.Size = new System.Drawing.Size(161, 21);
this.textBoxHostName1.TabIndex = 218;
this.textBoxHostName1.Text = "192.168.0.126";
//
// textBoxHostName2
//
this.textBoxHostName2.Location = new System.Drawing.Point(156, 120);
this.textBoxHostName2.Name = "textBoxHostName2";
this.textBoxHostName2.Size = new System.Drawing.Size(161, 21);
this.textBoxHostName2.TabIndex = 226;
this.textBoxHostName2.Text = "192.168.0.127";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(88, 123);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 12);
this.label4.TabIndex = 221;
this.label4.Text = "HostName:";
//
// groupBox2
//
this.groupBox2.Location = new System.Drawing.Point(86, 104);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(340, 2);
this.groupBox2.TabIndex = 225;
this.groupBox2.TabStop = false;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(2, 99);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(83, 12);
this.label7.TabIndex = 224;
this.label7.Text = "采集板卡2设置";
this.label7.Click += new System.EventHandler(this.label7_Click);
//
// textBoxHostName3
//
this.textBoxHostName3.Location = new System.Drawing.Point(156, 211);
this.textBoxHostName3.Name = "textBoxHostName3";
this.textBoxHostName3.Size = new System.Drawing.Size(161, 21);
this.textBoxHostName3.TabIndex = 234;
this.textBoxHostName3.Text = "192.168.0.128";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(88, 214);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(65, 12);
this.label10.TabIndex = 229;
this.label10.Text = "HostName:";
//
// groupBox3
//
this.groupBox3.Location = new System.Drawing.Point(86, 194);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(340, 2);
this.groupBox3.TabIndex = 233;
this.groupBox3.TabStop = false;
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(2, 189);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(83, 12);
this.label11.TabIndex = 232;
this.label11.Text = "采集板卡3设置";
//
// textBoxHostName4
//
this.textBoxHostName4.Location = new System.Drawing.Point(156, 302);
this.textBoxHostName4.Name = "textBoxHostName4";
this.textBoxHostName4.Size = new System.Drawing.Size(161, 21);
this.textBoxHostName4.TabIndex = 242;
this.textBoxHostName4.Text = "192.168.0.129";
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(88, 305);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(65, 12);
this.label14.TabIndex = 237;
this.label14.Text = "HostName:";
//
// groupBox4
//
this.groupBox4.Location = new System.Drawing.Point(86, 284);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(340, 2);
this.groupBox4.TabIndex = 241;
this.groupBox4.TabStop = false;
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(2, 279);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(83, 12);
this.label15.TabIndex = 240;
this.label15.Text = "采集板卡4设置";
//
// checkBoxIP1
//
this.checkBoxIP1.AutoSize = true;
this.checkBoxIP1.Location = new System.Drawing.Point(369, 30);
this.checkBoxIP1.Name = "checkBoxIP1";
this.checkBoxIP1.Size = new System.Drawing.Size(48, 16);
this.checkBoxIP1.TabIndex = 245;
this.checkBoxIP1.Text = "启用";
this.checkBoxIP1.UseVisualStyleBackColor = true;
//
// checkBoxIP2
//
this.checkBoxIP2.AutoSize = true;
this.checkBoxIP2.Location = new System.Drawing.Point(369, 122);
this.checkBoxIP2.Name = "checkBoxIP2";
this.checkBoxIP2.Size = new System.Drawing.Size(48, 16);
this.checkBoxIP2.TabIndex = 246;
this.checkBoxIP2.Text = "启用";
this.checkBoxIP2.UseVisualStyleBackColor = true;
//
// checkBoxIP3
//
this.checkBoxIP3.AutoSize = true;
this.checkBoxIP3.Location = new System.Drawing.Point(369, 213);
this.checkBoxIP3.Name = "checkBoxIP3";
this.checkBoxIP3.Size = new System.Drawing.Size(48, 16);
this.checkBoxIP3.TabIndex = 247;
this.checkBoxIP3.Text = "启用";
this.checkBoxIP3.UseVisualStyleBackColor = true;
//
// checkBoxIP4
//
this.checkBoxIP4.AutoSize = true;
this.checkBoxIP4.Location = new System.Drawing.Point(369, 304);
this.checkBoxIP4.Name = "checkBoxIP4";
this.checkBoxIP4.Size = new System.Drawing.Size(48, 16);
this.checkBoxIP4.TabIndex = 248;
this.checkBoxIP4.Text = "启用";
this.checkBoxIP4.UseVisualStyleBackColor = true;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(2, 369);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(83, 12);
this.label2.TabIndex = 249;
this.label2.Text = "采集板卡5设置";
//
// groupBox5
//
this.groupBox5.Location = new System.Drawing.Point(86, 375);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(340, 2);
this.groupBox5.TabIndex = 242;
this.groupBox5.TabStop = false;
//
// checkBoxIP5
//
this.checkBoxIP5.AutoSize = true;
this.checkBoxIP5.Location = new System.Drawing.Point(369, 394);
this.checkBoxIP5.Name = "checkBoxIP5";
this.checkBoxIP5.Size = new System.Drawing.Size(48, 16);
this.checkBoxIP5.TabIndex = 252;
this.checkBoxIP5.Text = "启用";
this.checkBoxIP5.UseVisualStyleBackColor = true;
//
// textBoxHostName5
//
this.textBoxHostName5.Location = new System.Drawing.Point(156, 392);
this.textBoxHostName5.Name = "textBoxHostName5";
this.textBoxHostName5.Size = new System.Drawing.Size(161, 21);
this.textBoxHostName5.TabIndex = 251;
this.textBoxHostName5.Text = "192.168.0.129";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(88, 396);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 250;
this.label3.Text = "HostName:";
//
// cmbHostNames
//
this.cmbHostNames.DisplayMember = "Text";
this.cmbHostNames.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.cmbHostNames.ForeColor = System.Drawing.Color.Black;
this.cmbHostNames.FormattingEnabled = true;
this.cmbHostNames.ItemHeight = 15;
this.cmbHostNames.Location = new System.Drawing.Point(100, 439);
this.cmbHostNames.Name = "cmbHostNames";
this.cmbHostNames.Size = new System.Drawing.Size(150, 21);
this.cmbHostNames.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.cmbHostNames.TabIndex = 253;
//
// labelX1
//
//
//
//
this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX1.Location = new System.Drawing.Point(10, 439);
this.labelX1.Name = "labelX1";
this.labelX1.Size = new System.Drawing.Size(75, 23);
this.labelX1.TabIndex = 254;
this.labelX1.Text = "发现设备";
//
// DeviceSettingForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(429, 472);
this.Controls.Add(this.labelX1);
this.Controls.Add(this.cmbHostNames);
this.Controls.Add(this.checkBoxIP5);
this.Controls.Add(this.textBoxHostName5);
this.Controls.Add(this.label3);
this.Controls.Add(this.groupBox5);
this.Controls.Add(this.label2);
this.Controls.Add(this.checkBoxIP4);
this.Controls.Add(this.checkBoxIP3);
this.Controls.Add(this.checkBoxIP2);
this.Controls.Add(this.checkBoxIP1);
this.Controls.Add(this.textBoxHostName4);
this.Controls.Add(this.label14);
this.Controls.Add(this.groupBox4);
this.Controls.Add(this.label15);
this.Controls.Add(this.textBoxHostName3);
this.Controls.Add(this.label10);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.label11);
this.Controls.Add(this.textBoxHostName2);
this.Controls.Add(this.label4);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.label7);
this.Controls.Add(this.textBoxHostName1);
this.Controls.Add(this.label6);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.label1);
this.Controls.Add(this.groupBox7);
this.Controls.Add(this.button2);
this.Controls.Add(this.BtnOK);
this.DoubleBuffered = true;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "DeviceSettingForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "通信设置";
this.Load += new System.EventHandler(this.DeviceSettingForm_Load);
this.groupBox7.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.GroupBox groupBox8;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.GroupBox groupBox7;
private System.Windows.Forms.OpenFileDialog openFileDialog1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button BtnOK;
private System.Windows.Forms.TextBox textBoxHostName1;
private System.Windows.Forms.TextBox textBoxHostName2;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox textBoxHostName3;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.TextBox textBoxHostName4;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.CheckBox checkBoxIP1;
private System.Windows.Forms.CheckBox checkBoxIP2;
private System.Windows.Forms.CheckBox checkBoxIP3;
private System.Windows.Forms.CheckBox checkBoxIP4;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.GroupBox groupBox5;
private System.Windows.Forms.CheckBox checkBoxIP5;
private System.Windows.Forms.TextBox textBoxHostName5;
private System.Windows.Forms.Label label3;
private DevComponents.DotNetBar.Controls.ComboBoxEx cmbHostNames;
private DevComponents.DotNetBar.LabelX labelX1;
}
}