namespace Casic.Birmm.RbFreqStandMeasure.home { partial class SetDevTestDlg { /// <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.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.comboBoxEx1 = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.label4 = new System.Windows.Forms.Label(); this.textBoxX7 = new DevComponents.DotNetBar.Controls.TextBoxX(); this.label2 = new System.Windows.Forms.Label(); this.textBoxX6 = new DevComponents.DotNetBar.Controls.TextBoxX(); this.textBoxX5 = new DevComponents.DotNetBar.Controls.TextBoxX(); this.label1 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.textBoxX4 = new DevComponents.DotNetBar.Controls.TextBoxX(); this.textBoxX3 = new DevComponents.DotNetBar.Controls.TextBoxX(); this.label8 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.panel3 = new System.Windows.Forms.Panel(); this.dateTimeInput3 = new DevComponents.Editors.DateTimeAdv.DateTimeInput(); this.dateTimeInput4 = 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.panel4 = new System.Windows.Forms.Panel(); 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.checkBox9 = new System.Windows.Forms.CheckBox(); this.btnCancelSetDev = new Casic.Birmm.RbFreqStandMeasure.RoundButton(); this.btnSave = new Casic.Birmm.RbFreqStandMeasure.RoundButton(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); this.panel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput4)).BeginInit(); this.panel4.SuspendLayout(); this.SuspendLayout(); // // 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 = 11; 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.btnExitDev_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.comboBoxEx1); this.panel2.Controls.Add(this.label4); this.panel2.Controls.Add(this.textBoxX7); this.panel2.Controls.Add(this.label2); this.panel2.Controls.Add(this.textBoxX6); this.panel2.Controls.Add(this.textBoxX5); this.panel2.Controls.Add(this.label1); this.panel2.Controls.Add(this.label9); this.panel2.Controls.Add(this.textBoxX4); this.panel2.Controls.Add(this.textBoxX3); 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 = 12; // // comboBoxEx1 // this.comboBoxEx1.DisplayMember = "Text"; this.comboBoxEx1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.comboBoxEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.comboBoxEx1.FormattingEnabled = true; this.comboBoxEx1.ItemHeight = 18; this.comboBoxEx1.Location = new System.Drawing.Point(400, 87); this.comboBoxEx1.Name = "comboBoxEx1"; this.comboBoxEx1.Size = new System.Drawing.Size(150, 24); this.comboBoxEx1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.comboBoxEx1.TabIndex = 21; // // 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 = 20; this.label4.Text = "选择通道"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textBoxX7 // // // // this.textBoxX7.Border.Class = "TextBoxBorder"; this.textBoxX7.Border.CornerDiameter = 5; this.textBoxX7.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded; this.textBoxX7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.textBoxX7.Location = new System.Drawing.Point(110, 84); this.textBoxX7.Margin = new System.Windows.Forms.Padding(0); this.textBoxX7.Name = "textBoxX7"; this.textBoxX7.PreventEnterBeep = true; this.textBoxX7.ReadOnly = true; this.textBoxX7.Size = new System.Drawing.Size(150, 27); this.textBoxX7.TabIndex = 19; // // 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 = 18; this.label2.Text = "联系人"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textBoxX6 // // // // this.textBoxX6.Border.Class = "TextBoxBorder"; this.textBoxX6.Border.CornerDiameter = 5; this.textBoxX6.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded; this.textBoxX6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.textBoxX6.Location = new System.Drawing.Point(400, 47); this.textBoxX6.Margin = new System.Windows.Forms.Padding(0); this.textBoxX6.Name = "textBoxX6"; this.textBoxX6.PreventEnterBeep = true; this.textBoxX6.ReadOnly = true; this.textBoxX6.Size = new System.Drawing.Size(150, 27); this.textBoxX6.TabIndex = 16; // // textBoxX5 // // // // this.textBoxX5.Border.Class = "TextBoxBorder"; this.textBoxX5.Border.CornerDiameter = 5; this.textBoxX5.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded; this.textBoxX5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.textBoxX5.Location = new System.Drawing.Point(110, 47); this.textBoxX5.Margin = new System.Windows.Forms.Padding(0); this.textBoxX5.Name = "textBoxX5"; this.textBoxX5.PreventEnterBeep = true; this.textBoxX5.ReadOnly = true; this.textBoxX5.Size = new System.Drawing.Size(150, 27); this.textBoxX5.TabIndex = 17; // // 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 = 14; 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 = 15; this.label9.Text = "仪器型号"; this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textBoxX4 // // // // this.textBoxX4.Border.Class = "TextBoxBorder"; this.textBoxX4.Border.CornerDiameter = 5; this.textBoxX4.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded; this.textBoxX4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.textBoxX4.Location = new System.Drawing.Point(400, 10); this.textBoxX4.Margin = new System.Windows.Forms.Padding(0); this.textBoxX4.Name = "textBoxX4"; this.textBoxX4.PreventEnterBeep = true; this.textBoxX4.ReadOnly = true; this.textBoxX4.Size = new System.Drawing.Size(150, 27); this.textBoxX4.TabIndex = 12; // // textBoxX3 // // // // this.textBoxX3.Border.Class = "TextBoxBorder"; this.textBoxX3.Border.CornerDiameter = 5; this.textBoxX3.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded; this.textBoxX3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.textBoxX3.Location = new System.Drawing.Point(110, 10); this.textBoxX3.Margin = new System.Windows.Forms.Padding(0); this.textBoxX3.Name = "textBoxX3"; this.textBoxX3.PreventEnterBeep = true; this.textBoxX3.ReadOnly = true; this.textBoxX3.Size = new System.Drawing.Size(150, 27); this.textBoxX3.TabIndex = 13; // // 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 = 10; 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 = 11; this.label5.Text = "仪器名称"; this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // panel3 // this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel3.Controls.Add(this.dateTimeInput3); this.panel3.Controls.Add(this.dateTimeInput4); 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 = 13; // // dateTimeInput3 // // // // this.dateTimeInput3.BackgroundStyle.Class = "DateTimeInputBackground"; this.dateTimeInput3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.dateTimeInput3.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown; this.dateTimeInput3.ButtonDropDown.Visible = true; this.dateTimeInput3.CustomFormat = "yyyy-MM-dd HH:mm"; this.dateTimeInput3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.dateTimeInput3.Format = DevComponents.Editors.eDateTimePickerFormat.Custom; this.dateTimeInput3.IsPopupCalendarOpen = false; this.dateTimeInput3.Location = new System.Drawing.Point(390, 49); // // // // // // this.dateTimeInput3.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.dateTimeInput3.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1); this.dateTimeInput3.MonthCalendar.ClearButtonVisible = true; // // // this.dateTimeInput3.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2; this.dateTimeInput3.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90; this.dateTimeInput3.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground; this.dateTimeInput3.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid; this.dateTimeInput3.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder; this.dateTimeInput3.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1; this.dateTimeInput3.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.dateTimeInput3.MonthCalendar.DisplayMonth = new System.DateTime(2021, 3, 1, 0, 0, 0, 0); this.dateTimeInput3.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday; // // // this.dateTimeInput3.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.dateTimeInput3.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90; this.dateTimeInput3.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.dateTimeInput3.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.dateTimeInput3.MonthCalendar.TodayButtonVisible = true; this.dateTimeInput3.Name = "dateTimeInput3"; this.dateTimeInput3.ShowUpDown = true; this.dateTimeInput3.Size = new System.Drawing.Size(180, 23); this.dateTimeInput3.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.dateTimeInput3.TabIndex = 12; this.dateTimeInput3.Value = new System.DateTime(2021, 3, 24, 15, 59, 31, 0); // // dateTimeInput4 // // // // this.dateTimeInput4.BackgroundStyle.Class = "DateTimeInputBackground"; this.dateTimeInput4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.dateTimeInput4.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown; this.dateTimeInput4.ButtonDropDown.Visible = true; this.dateTimeInput4.CustomFormat = "yyyy-MM-dd HH:mm"; this.dateTimeInput4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.dateTimeInput4.Format = DevComponents.Editors.eDateTimePickerFormat.Custom; this.dateTimeInput4.IsPopupCalendarOpen = false; this.dateTimeInput4.Location = new System.Drawing.Point(110, 49); // // // // // // this.dateTimeInput4.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.dateTimeInput4.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1); this.dateTimeInput4.MonthCalendar.ClearButtonVisible = true; // // // this.dateTimeInput4.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2; this.dateTimeInput4.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90; this.dateTimeInput4.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground; this.dateTimeInput4.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid; this.dateTimeInput4.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder; this.dateTimeInput4.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1; this.dateTimeInput4.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.dateTimeInput4.MonthCalendar.DisplayMonth = new System.DateTime(2021, 3, 1, 0, 0, 0, 0); this.dateTimeInput4.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday; // // // this.dateTimeInput4.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.dateTimeInput4.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90; this.dateTimeInput4.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.dateTimeInput4.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.dateTimeInput4.MonthCalendar.TodayButtonVisible = true; this.dateTimeInput4.Name = "dateTimeInput4"; this.dateTimeInput4.ShowUpDown = true; this.dateTimeInput4.Size = new System.Drawing.Size(180, 23); this.dateTimeInput4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.dateTimeInput4.TabIndex = 12; this.dateTimeInput4.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 = 11; 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 = 10; 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 = 9; 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 = 9; 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 = 8; 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 = 8; this.label13.Text = "检测项目"; this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // 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 = 14; // // 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 = 8; 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 = 9; 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 = 9; 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 = 9; 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 = 9; this.checkBox4.Text = "1S"; this.checkBox4.UseVisualStyleBackColor = true; // // 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 = 15; this.checkBox9.Text = "立即开始"; this.checkBox9.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)(47)))), ((int)(((byte)(111)))), ((int)(((byte)(198))))); 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 = 16; this.btnCancelSetDev.Text = "取消"; this.btnCancelSetDev.UseVisualStyleBackColor = true; this.btnCancelSetDev.Click += new System.EventHandler(this.btnExitDev_Click); // // 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; // // SetDevTestDlg // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(600, 392); this.Controls.Add(this.checkBox9); this.Controls.Add(this.btnCancelSetDev); this.Controls.Add(this.btnSave); this.Controls.Add(this.panel4); this.Controls.Add(this.panel3); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "SetDevTestDlg"; this.Text = "设置仪器检测项目"; this.panel1.ResumeLayout(false); this.panel2.ResumeLayout(false); this.panel3.ResumeLayout(false); this.panel3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput4)).EndInit(); this.panel4.ResumeLayout(false); this.panel4.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion 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.TextBoxX textBoxX4; private DevComponents.DotNetBar.Controls.TextBoxX textBoxX3; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label5; private DevComponents.DotNetBar.Controls.TextBoxX textBoxX6; private DevComponents.DotNetBar.Controls.TextBoxX textBoxX5; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label9; private DevComponents.DotNetBar.Controls.TextBoxX textBoxX7; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label4; private DevComponents.DotNetBar.Controls.ComboBoxEx comboBoxEx1; private System.Windows.Forms.Panel panel3; private DevComponents.Editors.DateTimeAdv.DateTimeInput dateTimeInput3; private DevComponents.Editors.DateTimeAdv.DateTimeInput dateTimeInput4; 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 System.Windows.Forms.Panel panel4; 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 System.Windows.Forms.CheckBox checkBox9; private RoundButton btnCancelSetDev; private RoundButton btnSave; } }