namespace Casic.Birmm.RbFreqStandMeasure.info { partial class AddDevDlg { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.btnAddDevCancel = new DevComponents.DotNetBar.ButtonX(); this.buttonX1 = new DevComponents.DotNetBar.ButtonX(); this.labelX3 = new DevComponents.DotNetBar.LabelX(); this.labelX4 = new DevComponents.DotNetBar.LabelX(); this.labelX2 = new DevComponents.DotNetBar.LabelX(); this.labelX1 = new DevComponents.DotNetBar.LabelX(); this.textBoxX1 = new DevComponents.DotNetBar.Controls.TextBoxX(); this.textBoxX2 = new DevComponents.DotNetBar.Controls.TextBoxX(); this.textBoxX3 = new DevComponents.DotNetBar.Controls.TextBoxX(); this.textBoxX4 = new DevComponents.DotNetBar.Controls.TextBoxX(); this.SuspendLayout(); // // btnAddDevCancel // this.btnAddDevCancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnAddDevCancel.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnAddDevCancel.Location = new System.Drawing.Point(216, 228); this.btnAddDevCancel.Name = "btnAddDevCancel"; this.btnAddDevCancel.Size = new System.Drawing.Size(75, 23); this.btnAddDevCancel.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnAddDevCancel.TabIndex = 8; this.btnAddDevCancel.Text = "取消"; this.btnAddDevCancel.Click += new System.EventHandler(this.btnAddDevCancel_Click); // // buttonX1 // this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonX1.Location = new System.Drawing.Point(108, 228); this.buttonX1.Name = "buttonX1"; this.buttonX1.Size = new System.Drawing.Size(75, 23); this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX1.TabIndex = 9; this.buttonX1.Text = "添加"; // // labelX3 // // // // this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX3.Location = new System.Drawing.Point(60, 166); this.labelX3.Name = "labelX3"; this.labelX3.Size = new System.Drawing.Size(75, 23); this.labelX3.TabIndex = 3; this.labelX3.Text = "客户单位"; // // labelX4 // // // // this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX4.Location = new System.Drawing.Point(60, 121); this.labelX4.Name = "labelX4"; this.labelX4.Size = new System.Drawing.Size(75, 23); this.labelX4.TabIndex = 4; this.labelX4.Text = "仪器名称"; // // labelX2 // // // // this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX2.Location = new System.Drawing.Point(60, 79); this.labelX2.Name = "labelX2"; this.labelX2.Size = new System.Drawing.Size(75, 23); this.labelX2.TabIndex = 5; this.labelX2.Text = "仪器编号"; // // labelX1 // // // // this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX1.Location = new System.Drawing.Point(60, 35); this.labelX1.Name = "labelX1"; this.labelX1.Size = new System.Drawing.Size(75, 23); this.labelX1.TabIndex = 7; this.labelX1.Text = "仪器型号"; // // textBoxX1 // // // // this.textBoxX1.Border.Class = "TextBoxBorder"; this.textBoxX1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.textBoxX1.Location = new System.Drawing.Point(152, 35); this.textBoxX1.Name = "textBoxX1"; this.textBoxX1.PreventEnterBeep = true; this.textBoxX1.Size = new System.Drawing.Size(100, 21); this.textBoxX1.TabIndex = 10; // // textBoxX2 // // // // this.textBoxX2.Border.Class = "TextBoxBorder"; this.textBoxX2.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.textBoxX2.Location = new System.Drawing.Point(152, 79); this.textBoxX2.Name = "textBoxX2"; this.textBoxX2.PreventEnterBeep = true; this.textBoxX2.Size = new System.Drawing.Size(100, 21); this.textBoxX2.TabIndex = 10; // // textBoxX3 // // // // this.textBoxX3.Border.Class = "TextBoxBorder"; this.textBoxX3.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.textBoxX3.Location = new System.Drawing.Point(152, 121); this.textBoxX3.Name = "textBoxX3"; this.textBoxX3.PreventEnterBeep = true; this.textBoxX3.Size = new System.Drawing.Size(100, 21); this.textBoxX3.TabIndex = 10; // // textBoxX4 // // // // this.textBoxX4.Border.Class = "TextBoxBorder"; this.textBoxX4.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.textBoxX4.Location = new System.Drawing.Point(152, 166); this.textBoxX4.Name = "textBoxX4"; this.textBoxX4.PreventEnterBeep = true; this.textBoxX4.Size = new System.Drawing.Size(100, 21); this.textBoxX4.TabIndex = 10; // // AddDevDlg // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(400, 300); this.ControlBox = false; this.Controls.Add(this.textBoxX4); this.Controls.Add(this.textBoxX3); this.Controls.Add(this.textBoxX2); this.Controls.Add(this.textBoxX1); this.Controls.Add(this.btnAddDevCancel); this.Controls.Add(this.buttonX1); this.Controls.Add(this.labelX3); this.Controls.Add(this.labelX4); this.Controls.Add(this.labelX2); this.Controls.Add(this.labelX1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Name = "AddDevDlg"; this.Text = "添加检测设备"; this.ResumeLayout(false); } #endregion private DevComponents.DotNetBar.ButtonX btnAddDevCancel; private DevComponents.DotNetBar.ButtonX buttonX1; private DevComponents.DotNetBar.LabelX labelX3; private DevComponents.DotNetBar.LabelX labelX4; private DevComponents.DotNetBar.LabelX labelX2; private DevComponents.DotNetBar.LabelX labelX1; private DevComponents.DotNetBar.Controls.TextBoxX textBoxX1; private DevComponents.DotNetBar.Controls.TextBoxX textBoxX2; private DevComponents.DotNetBar.Controls.TextBoxX textBoxX3; private DevComponents.DotNetBar.Controls.TextBoxX textBoxX4; } }