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.checkBox9 = new System.Windows.Forms.CheckBox(); this.btnSave = new Casic.Birmm.RbFreqStandMeasure.RoundButton(); this.label6 = new System.Windows.Forms.Label(); this.checkBox1 = new System.Windows.Forms.CheckBox(); this.checkBox2 = new System.Windows.Forms.CheckBox(); this.checkBox3 = new System.Windows.Forms.CheckBox(); this.checkBox4 = new System.Windows.Forms.CheckBox(); this.btnCancelSetDev = new Casic.Birmm.RbFreqStandMeasure.RoundButton(); this.panel4 = new System.Windows.Forms.Panel(); this.panel3 = new System.Windows.Forms.Panel(); this.endTimeEst = new DevComponents.Editors.DateTimeAdv.DateTimeInput(); this.startTime = new DevComponents.Editors.DateTimeAdv.DateTimeInput(); this.checkBox10 = new System.Windows.Forms.CheckBox(); this.checkBox11 = new System.Windows.Forms.CheckBox(); this.checkBox12 = new System.Windows.Forms.CheckBox(); this.checkBox13 = new System.Windows.Forms.CheckBox(); this.label3 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.inputDevName = new DevComponents.DotNetBar.Controls.TextBoxX(); this.label8 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.btnExitDev = new System.Windows.Forms.Button(); this.label11 = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); this.channelFree = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.channel1 = new DevComponents.Editors.ComboItem(); this.channel2 = new DevComponents.Editors.ComboItem(); this.channel3 = new DevComponents.Editors.ComboItem(); this.channel4 = new DevComponents.Editors.ComboItem(); this.channel5 = new DevComponents.Editors.ComboItem(); this.label4 = new System.Windows.Forms.Label(); this.inputCustName = new DevComponents.DotNetBar.Controls.TextBoxX(); this.label2 = new System.Windows.Forms.Label(); this.inputCustComp = new DevComponents.DotNetBar.Controls.TextBoxX(); this.inputDevModel = new DevComponents.DotNetBar.Controls.TextBoxX(); this.label1 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.inputDevCode = new DevComponents.DotNetBar.Controls.TextBoxX(); this.panel4.SuspendLayout(); this.panel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.endTimeEst)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.startTime)).BeginInit(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); this.SuspendLayout(); // // checkBox9 // this.checkBox9.AutoSize = true; this.checkBox9.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.checkBox9.Location = new System.Drawing.Point(506, 348); this.checkBox9.Name = "checkBox9"; this.checkBox9.Size = new System.Drawing.Size(84, 24); this.checkBox9.TabIndex = 19; this.checkBox9.Text = "立即开始"; this.checkBox9.UseVisualStyleBackColor = true; // // btnSave // this.btnSave.EnterBackColor = System.Drawing.Color.Blue; this.btnSave.EnterForeColor = System.Drawing.Color.White; this.btnSave.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.btnSave.FlatAppearance.BorderSize = 0; this.btnSave.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btnSave.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnSave.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnSave.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(111)))), ((int)(((byte)(198))))); this.btnSave.HoverForeColor = System.Drawing.Color.White; this.btnSave.Location = new System.Drawing.Point(150, 342); this.btnSave.Name = "btnSave"; this.btnSave.PressBackColor = System.Drawing.Color.DarkBlue; this.btnSave.PressForeColor = System.Drawing.Color.White; this.btnSave.Radius = 5; this.btnSave.Size = new System.Drawing.Size(120, 30); this.btnSave.TabIndex = 17; this.btnSave.Text = "开始检测"; this.btnSave.UseVisualStyleBackColor = true; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // label6 // this.label6.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.label6.Location = new System.Drawing.Point(0, 10); this.label6.Margin = new System.Windows.Forms.Padding(0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(100, 27); this.label6.TabIndex = 38; this.label6.Text = "频率稳定度"; this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkBox1 // this.checkBox1.AutoSize = true; this.checkBox1.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.checkBox1.Location = new System.Drawing.Point(420, 12); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(60, 24); this.checkBox1.TabIndex = 16; this.checkBox1.Text = "100S"; this.checkBox1.UseVisualStyleBackColor = true; // // checkBox2 // this.checkBox2.AutoSize = true; this.checkBox2.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.checkBox2.Location = new System.Drawing.Point(326, 12); this.checkBox2.Name = "checkBox2"; this.checkBox2.Size = new System.Drawing.Size(52, 24); this.checkBox2.TabIndex = 15; this.checkBox2.Text = "20S"; this.checkBox2.UseVisualStyleBackColor = true; // // checkBox3 // this.checkBox3.AutoSize = true; this.checkBox3.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.checkBox3.Location = new System.Drawing.Point(218, 12); this.checkBox3.Name = "checkBox3"; this.checkBox3.Size = new System.Drawing.Size(52, 24); this.checkBox3.TabIndex = 14; this.checkBox3.Text = "10S"; this.checkBox3.UseVisualStyleBackColor = true; // // checkBox4 // this.checkBox4.AutoSize = true; this.checkBox4.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.checkBox4.Location = new System.Drawing.Point(110, 12); this.checkBox4.Name = "checkBox4"; this.checkBox4.Size = new System.Drawing.Size(44, 24); this.checkBox4.TabIndex = 13; this.checkBox4.Text = "1S"; this.checkBox4.UseVisualStyleBackColor = true; // // btnCancelSetDev // this.btnCancelSetDev.EnterBackColor = System.Drawing.Color.Blue; this.btnCancelSetDev.EnterForeColor = System.Drawing.Color.White; this.btnCancelSetDev.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.btnCancelSetDev.FlatAppearance.BorderSize = 0; this.btnCancelSetDev.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btnCancelSetDev.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.btnCancelSetDev.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnCancelSetDev.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnCancelSetDev.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(86)))), ((int)(((byte)(163)))), ((int)(((byte)(242))))); this.btnCancelSetDev.HoverForeColor = System.Drawing.Color.White; this.btnCancelSetDev.Location = new System.Drawing.Point(310, 342); this.btnCancelSetDev.Name = "btnCancelSetDev"; this.btnCancelSetDev.PressBackColor = System.Drawing.Color.DarkBlue; this.btnCancelSetDev.PressForeColor = System.Drawing.Color.White; this.btnCancelSetDev.Radius = 5; this.btnCancelSetDev.Size = new System.Drawing.Size(120, 30); this.btnCancelSetDev.TabIndex = 18; this.btnCancelSetDev.Text = "取消"; this.btnCancelSetDev.UseVisualStyleBackColor = true; this.btnCancelSetDev.Click += new System.EventHandler(this.btnAddDevCancel_Click); // // panel4 // this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel4.Controls.Add(this.label6); this.panel4.Controls.Add(this.checkBox1); this.panel4.Controls.Add(this.checkBox2); this.panel4.Controls.Add(this.checkBox3); this.panel4.Controls.Add(this.checkBox4); this.panel4.Location = new System.Drawing.Point(10, 265); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(580, 47); this.panel4.TabIndex = 21; // // panel3 // this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel3.Controls.Add(this.endTimeEst); this.panel3.Controls.Add(this.startTime); this.panel3.Controls.Add(this.checkBox10); this.panel3.Controls.Add(this.checkBox11); this.panel3.Controls.Add(this.checkBox12); this.panel3.Controls.Add(this.checkBox13); this.panel3.Controls.Add(this.label3); this.panel3.Controls.Add(this.label12); this.panel3.Controls.Add(this.label13); this.panel3.Location = new System.Drawing.Point(10, 171); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(580, 84); this.panel3.TabIndex = 20; // // endTimeEst // // // // this.endTimeEst.BackgroundStyle.Class = "DateTimeInputBackground"; this.endTimeEst.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.endTimeEst.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown; this.endTimeEst.ButtonDropDown.Visible = true; this.endTimeEst.CustomFormat = "yyyy-MM-dd HH:mm"; this.endTimeEst.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.endTimeEst.Format = DevComponents.Editors.eDateTimePickerFormat.Custom; this.endTimeEst.IsPopupCalendarOpen = false; this.endTimeEst.Location = new System.Drawing.Point(390, 49); // // // // // // this.endTimeEst.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.endTimeEst.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1); this.endTimeEst.MonthCalendar.ClearButtonVisible = true; // // // this.endTimeEst.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2; this.endTimeEst.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90; this.endTimeEst.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground; this.endTimeEst.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid; this.endTimeEst.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder; this.endTimeEst.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1; this.endTimeEst.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.endTimeEst.MonthCalendar.DisplayMonth = new System.DateTime(2021, 3, 1, 0, 0, 0, 0); this.endTimeEst.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday; // // // this.endTimeEst.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.endTimeEst.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90; this.endTimeEst.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.endTimeEst.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.endTimeEst.MonthCalendar.TodayButtonVisible = true; this.endTimeEst.Name = "endTimeEst"; this.endTimeEst.ShowUpDown = true; this.endTimeEst.Size = new System.Drawing.Size(180, 23); this.endTimeEst.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.endTimeEst.TabIndex = 12; this.endTimeEst.Value = new System.DateTime(2021, 3, 24, 15, 59, 31, 0); // // startTime // // // // this.startTime.BackgroundStyle.Class = "DateTimeInputBackground"; this.startTime.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.startTime.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown; this.startTime.ButtonDropDown.Visible = true; this.startTime.CustomFormat = "yyyy-MM-dd HH:mm"; this.startTime.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.startTime.Format = DevComponents.Editors.eDateTimePickerFormat.Custom; this.startTime.IsPopupCalendarOpen = false; this.startTime.Location = new System.Drawing.Point(110, 49); // // // // // // this.startTime.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.startTime.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1); this.startTime.MonthCalendar.ClearButtonVisible = true; // // // this.startTime.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2; this.startTime.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90; this.startTime.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground; this.startTime.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid; this.startTime.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder; this.startTime.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1; this.startTime.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.startTime.MonthCalendar.DisplayMonth = new System.DateTime(2021, 3, 1, 0, 0, 0, 0); this.startTime.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday; // // // this.startTime.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.startTime.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90; this.startTime.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.startTime.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.startTime.MonthCalendar.TodayButtonVisible = true; this.startTime.Name = "startTime"; this.startTime.ShowUpDown = true; this.startTime.Size = new System.Drawing.Size(180, 23); this.startTime.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.startTime.TabIndex = 11; this.startTime.Value = new System.DateTime(2021, 3, 24, 15, 59, 31, 0); // // checkBox10 // this.checkBox10.AutoSize = true; this.checkBox10.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.checkBox10.Location = new System.Drawing.Point(420, 12); this.checkBox10.Name = "checkBox10"; this.checkBox10.Size = new System.Drawing.Size(84, 24); this.checkBox10.TabIndex = 10; this.checkBox10.Text = "日老化率"; this.checkBox10.UseVisualStyleBackColor = true; // // checkBox11 // this.checkBox11.AutoSize = true; this.checkBox11.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.checkBox11.Location = new System.Drawing.Point(326, 12); this.checkBox11.Name = "checkBox11"; this.checkBox11.Size = new System.Drawing.Size(84, 24); this.checkBox11.TabIndex = 9; this.checkBox11.Text = "开机特性"; this.checkBox11.UseVisualStyleBackColor = true; // // checkBox12 // this.checkBox12.AutoSize = true; this.checkBox12.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.checkBox12.Location = new System.Drawing.Point(218, 12); this.checkBox12.Name = "checkBox12"; this.checkBox12.Size = new System.Drawing.Size(98, 24); this.checkBox12.TabIndex = 8; this.checkBox12.Text = "频率准确度"; this.checkBox12.UseVisualStyleBackColor = true; // // checkBox13 // this.checkBox13.AutoSize = true; this.checkBox13.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.checkBox13.Location = new System.Drawing.Point(110, 12); this.checkBox13.Name = "checkBox13"; this.checkBox13.Size = new System.Drawing.Size(98, 24); this.checkBox13.TabIndex = 7; this.checkBox13.Text = "频率稳定度"; this.checkBox13.UseVisualStyleBackColor = true; // // label3 // this.label3.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.label3.Location = new System.Drawing.Point(280, 47); this.label3.Margin = new System.Windows.Forms.Padding(0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(100, 27); this.label3.TabIndex = 8; this.label3.Text = "预计结束时间"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label12 // this.label12.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.label12.Location = new System.Drawing.Point(0, 47); this.label12.Margin = new System.Windows.Forms.Padding(0); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(100, 27); this.label12.TabIndex = 37; this.label12.Text = "测量开始时间"; this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label13 // this.label13.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.label13.Location = new System.Drawing.Point(0, 10); this.label13.Margin = new System.Windows.Forms.Padding(0); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(100, 27); this.label13.TabIndex = 36; this.label13.Text = "检测项目"; this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // inputDevName // // // // this.inputDevName.Border.Class = "TextBoxBorder"; this.inputDevName.Border.CornerDiameter = 5; this.inputDevName.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded; this.inputDevName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.inputDevName.Location = new System.Drawing.Point(110, 10); this.inputDevName.Margin = new System.Windows.Forms.Padding(0); this.inputDevName.Name = "inputDevName"; this.inputDevName.PreventEnterBeep = true; this.inputDevName.Size = new System.Drawing.Size(150, 27); this.inputDevName.TabIndex = 1; // // label8 // this.label8.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.label8.Location = new System.Drawing.Point(290, 10); this.label8.Margin = new System.Windows.Forms.Padding(0); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(100, 27); this.label8.TabIndex = 31; this.label8.Text = "仪器编号"; this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label5 // this.label5.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.label5.Location = new System.Drawing.Point(0, 10); this.label5.Margin = new System.Windows.Forms.Padding(0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(100, 27); this.label5.TabIndex = 30; this.label5.Text = "仪器名称"; this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // panel1 // this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(132)))), ((int)(((byte)(215))))); this.panel1.Controls.Add(this.btnExitDev); this.panel1.Controls.Add(this.label11); this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(600, 32); this.panel1.TabIndex = 18; this.panel1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panel1_MouseDown); // // btnExitDev // this.btnExitDev.BackColor = System.Drawing.Color.Transparent; this.btnExitDev.BackgroundImage = global::Casic.Birmm.RbFreqStandMeasure.Properties.Resources.icon_exit; this.btnExitDev.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btnExitDev.FlatAppearance.BorderSize = 0; this.btnExitDev.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnExitDev.ForeColor = System.Drawing.SystemColors.ControlDarkDark; this.btnExitDev.Location = new System.Drawing.Point(570, 5); this.btnExitDev.Margin = new System.Windows.Forms.Padding(0); this.btnExitDev.Name = "btnExitDev"; this.btnExitDev.Size = new System.Drawing.Size(20, 20); this.btnExitDev.TabIndex = 2; this.btnExitDev.UseVisualStyleBackColor = false; this.btnExitDev.Click += new System.EventHandler(this.btnAddDevCancel_Click); // // label11 // this.label11.BackColor = System.Drawing.Color.Transparent; this.label11.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.label11.ForeColor = System.Drawing.Color.White; this.label11.Location = new System.Drawing.Point(10, 5); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(155, 23); this.label11.TabIndex = 0; this.label11.Text = "添加送检仪器"; // // panel2 // this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel2.Controls.Add(this.channelFree); this.panel2.Controls.Add(this.label4); this.panel2.Controls.Add(this.inputCustName); this.panel2.Controls.Add(this.label2); this.panel2.Controls.Add(this.inputCustComp); this.panel2.Controls.Add(this.inputDevModel); this.panel2.Controls.Add(this.label1); this.panel2.Controls.Add(this.label9); this.panel2.Controls.Add(this.inputDevCode); this.panel2.Controls.Add(this.inputDevName); this.panel2.Controls.Add(this.label8); this.panel2.Controls.Add(this.label5); this.panel2.Location = new System.Drawing.Point(10, 40); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(580, 121); this.panel2.TabIndex = 19; // // channelFree // this.channelFree.DisplayMember = "Text"; this.channelFree.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.channelFree.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.channelFree.FormattingEnabled = true; this.channelFree.ItemHeight = 18; this.channelFree.Items.AddRange(new object[] { this.channel1, this.channel2, this.channel3, this.channel4, this.channel5}); this.channelFree.Location = new System.Drawing.Point(400, 87); this.channelFree.Name = "channelFree"; this.channelFree.Size = new System.Drawing.Size(150, 24); this.channelFree.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.channelFree.TabIndex = 6; // // channel1 // this.channel1.Text = "通道1"; this.channel1.Value = "1"; // // channel2 // this.channel2.Text = "通道2"; this.channel2.Value = "2"; // // channel3 // this.channel3.Text = "通道3"; this.channel3.Value = "3"; // // channel4 // this.channel4.Text = "通道4"; this.channel4.Value = "4"; // // channel5 // this.channel5.Text = "通道5"; this.channel5.Value = "5"; // // label4 // this.label4.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.label4.Location = new System.Drawing.Point(290, 84); this.label4.Margin = new System.Windows.Forms.Padding(0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(100, 27); this.label4.TabIndex = 35; this.label4.Text = "选择通道"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // inputCustName // // // // this.inputCustName.Border.Class = "TextBoxBorder"; this.inputCustName.Border.CornerDiameter = 5; this.inputCustName.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded; this.inputCustName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.inputCustName.Location = new System.Drawing.Point(110, 84); this.inputCustName.Margin = new System.Windows.Forms.Padding(0); this.inputCustName.Name = "inputCustName"; this.inputCustName.PreventEnterBeep = true; this.inputCustName.Size = new System.Drawing.Size(150, 27); this.inputCustName.TabIndex = 5; // // label2 // this.label2.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.label2.Location = new System.Drawing.Point(0, 84); this.label2.Margin = new System.Windows.Forms.Padding(0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(100, 27); this.label2.TabIndex = 34; this.label2.Text = "联系人"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // inputCustComp // // // // this.inputCustComp.Border.Class = "TextBoxBorder"; this.inputCustComp.Border.CornerDiameter = 5; this.inputCustComp.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded; this.inputCustComp.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.inputCustComp.Location = new System.Drawing.Point(400, 47); this.inputCustComp.Margin = new System.Windows.Forms.Padding(0); this.inputCustComp.Name = "inputCustComp"; this.inputCustComp.PreventEnterBeep = true; this.inputCustComp.Size = new System.Drawing.Size(150, 27); this.inputCustComp.TabIndex = 4; // // inputDevModel // // // // this.inputDevModel.Border.Class = "TextBoxBorder"; this.inputDevModel.Border.CornerDiameter = 5; this.inputDevModel.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded; this.inputDevModel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.inputDevModel.Location = new System.Drawing.Point(110, 47); this.inputDevModel.Margin = new System.Windows.Forms.Padding(0); this.inputDevModel.Name = "inputDevModel"; this.inputDevModel.PreventEnterBeep = true; this.inputDevModel.Size = new System.Drawing.Size(150, 27); this.inputDevModel.TabIndex = 3; // // label1 // this.label1.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.label1.Location = new System.Drawing.Point(290, 47); this.label1.Margin = new System.Windows.Forms.Padding(0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(100, 27); this.label1.TabIndex = 33; this.label1.Text = "送检单位"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label9 // this.label9.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.label9.Location = new System.Drawing.Point(0, 47); this.label9.Margin = new System.Windows.Forms.Padding(0); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(100, 27); this.label9.TabIndex = 32; this.label9.Text = "仪器型号"; this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // inputDevCode // // // // this.inputDevCode.Border.Class = "TextBoxBorder"; this.inputDevCode.Border.CornerDiameter = 5; this.inputDevCode.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded; this.inputDevCode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.inputDevCode.Location = new System.Drawing.Point(400, 10); this.inputDevCode.Margin = new System.Windows.Forms.Padding(0); this.inputDevCode.Name = "inputDevCode"; this.inputDevCode.PreventEnterBeep = true; this.inputDevCode.Size = new System.Drawing.Size(150, 27); this.inputDevCode.TabIndex = 2; // // AddDevDlg // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(600, 392); this.ControlBox = false; this.Controls.Add(this.checkBox9); this.Controls.Add(this.btnSave); this.Controls.Add(this.btnCancelSetDev); this.Controls.Add(this.panel4); this.Controls.Add(this.panel3); this.Controls.Add(this.panel1); this.Controls.Add(this.panel2); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "AddDevDlg"; this.Text = "添加检测设备"; this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panel1_MouseDown); this.panel4.ResumeLayout(false); this.panel4.PerformLayout(); this.panel3.ResumeLayout(false); this.panel3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.endTimeEst)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.startTime)).EndInit(); this.panel1.ResumeLayout(false); this.panel2.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.CheckBox checkBox9; private RoundButton btnSave; private System.Windows.Forms.Label label6; private System.Windows.Forms.CheckBox checkBox1; private System.Windows.Forms.CheckBox checkBox2; private System.Windows.Forms.CheckBox checkBox3; private System.Windows.Forms.CheckBox checkBox4; private RoundButton btnCancelSetDev; private System.Windows.Forms.Panel panel4; private System.Windows.Forms.Panel panel3; private DevComponents.Editors.DateTimeAdv.DateTimeInput endTimeEst; private DevComponents.Editors.DateTimeAdv.DateTimeInput startTime; private System.Windows.Forms.CheckBox checkBox10; private System.Windows.Forms.CheckBox checkBox11; private System.Windows.Forms.CheckBox checkBox12; private System.Windows.Forms.CheckBox checkBox13; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label13; private DevComponents.DotNetBar.Controls.TextBoxX inputDevName; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label5; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button btnExitDev; private System.Windows.Forms.Label label11; private System.Windows.Forms.Panel panel2; private DevComponents.DotNetBar.Controls.ComboBoxEx channelFree; private System.Windows.Forms.Label label4; private DevComponents.DotNetBar.Controls.TextBoxX inputCustName; private System.Windows.Forms.Label label2; private DevComponents.DotNetBar.Controls.TextBoxX inputCustComp; private DevComponents.DotNetBar.Controls.TextBoxX inputDevModel; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label9; private DevComponents.DotNetBar.Controls.TextBoxX inputDevCode; private DevComponents.Editors.ComboItem channel1; private DevComponents.Editors.ComboItem channel2; private DevComponents.Editors.ComboItem channel3; private DevComponents.Editors.ComboItem channel4; private DevComponents.Editors.ComboItem channel5; } }