namespace Casic.Birmm.RbFreqStandMeasure.info { partial class ReDetecDlg { /// <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.btnExitDev = new System.Windows.Forms.Button(); this.labelTitle = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.label_devCode = new System.Windows.Forms.Label(); this.label_devModel = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.btn_downChannelList = new System.Windows.Forms.Button(); this.text_channelNo = new DevComponents.DotNetBar.Controls.TextBoxX(); this.cbBox_channelFree = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.label4 = new System.Windows.Forms.Label(); this.btn_reDetec = new Casic.Birmm.RbFreqStandMeasure.RoundButton(); this.roundButton1 = new Casic.Birmm.RbFreqStandMeasure.RoundButton(); this.label1 = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // 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(431, 7); 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); // // labelTitle // this.labelTitle.BackColor = System.Drawing.Color.Transparent; this.labelTitle.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelTitle.ForeColor = System.Drawing.Color.White; this.labelTitle.Location = new System.Drawing.Point(10, 5); this.labelTitle.Name = "labelTitle"; this.labelTitle.Size = new System.Drawing.Size(80, 23); this.labelTitle.TabIndex = 0; this.labelTitle.Text = "重新检测 - "; // // panel1 // this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(132)))), ((int)(((byte)(215))))); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.btnExitDev); this.panel1.Controls.Add(this.labelTitle); this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(460, 32); this.panel1.TabIndex = 19; // // label_devCode // this.label_devCode.BackColor = System.Drawing.Color.Transparent; this.label_devCode.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.label_devCode.ForeColor = System.Drawing.SystemColors.GrayText; this.label_devCode.Location = new System.Drawing.Point(183, 115); this.label_devCode.Margin = new System.Windows.Forms.Padding(0); this.label_devCode.Name = "label_devCode"; this.label_devCode.Size = new System.Drawing.Size(127, 27); this.label_devCode.TabIndex = 83; this.label_devCode.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label_devModel // this.label_devModel.BackColor = System.Drawing.Color.Transparent; this.label_devModel.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.label_devModel.ForeColor = System.Drawing.SystemColors.GrayText; this.label_devModel.Location = new System.Drawing.Point(183, 70); this.label_devModel.Margin = new System.Windows.Forms.Padding(0); this.label_devModel.Name = "label_devModel"; this.label_devModel.Size = new System.Drawing.Size(127, 27); this.label_devModel.TabIndex = 82; this.label_devModel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label9 // this.label9.BackColor = System.Drawing.Color.Transparent; this.label9.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.label9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.label9.Location = new System.Drawing.Point(88, 70); this.label9.Margin = new System.Windows.Forms.Padding(0); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(87, 27); this.label9.TabIndex = 81; this.label9.Text = "仪器型号:"; this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label8 // this.label8.BackColor = System.Drawing.Color.Transparent; this.label8.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.label8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.label8.Location = new System.Drawing.Point(94, 115); this.label8.Margin = new System.Windows.Forms.Padding(0); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(81, 27); this.label8.TabIndex = 80; this.label8.Text = "仪器编号:"; this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // btn_downChannelList // this.btn_downChannelList.BackColor = System.Drawing.Color.White; this.btn_downChannelList.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btn_downChannelList.FlatAppearance.BorderSize = 0; this.btn_downChannelList.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_downChannelList.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btn_downChannelList.ForeColor = System.Drawing.SystemColors.ControlDarkDark; this.btn_downChannelList.Location = new System.Drawing.Point(322, 170); this.btn_downChannelList.Margin = new System.Windows.Forms.Padding(0); this.btn_downChannelList.Name = "btn_downChannelList"; this.btn_downChannelList.Padding = new System.Windows.Forms.Padding(1, 2, 0, 0); this.btn_downChannelList.Size = new System.Drawing.Size(17, 23); this.btn_downChannelList.TabIndex = 86; this.btn_downChannelList.Text = "﹀"; this.btn_downChannelList.UseVisualStyleBackColor = false; this.btn_downChannelList.Click += new System.EventHandler(this.btn_downChannelList_Click); // // text_channelNo // this.text_channelNo.BackColor = System.Drawing.Color.White; // // // this.text_channelNo.Border.Class = "TextBoxBorder"; this.text_channelNo.Border.CornerDiameter = 5; this.text_channelNo.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded; this.text_channelNo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.text_channelNo.Location = new System.Drawing.Point(183, 168); this.text_channelNo.Margin = new System.Windows.Forms.Padding(0); this.text_channelNo.Name = "text_channelNo"; this.text_channelNo.PreventEnterBeep = true; this.text_channelNo.ReadOnly = true; this.text_channelNo.Size = new System.Drawing.Size(162, 27); this.text_channelNo.TabIndex = 87; // // cbBox_channelFree // this.cbBox_channelFree.DisplayMember = "Text"; this.cbBox_channelFree.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.cbBox_channelFree.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.cbBox_channelFree.FormattingEnabled = true; this.cbBox_channelFree.ItemHeight = 18; this.cbBox_channelFree.Location = new System.Drawing.Point(183, 168); this.cbBox_channelFree.Name = "cbBox_channelFree"; this.cbBox_channelFree.Size = new System.Drawing.Size(150, 24); this.cbBox_channelFree.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.cbBox_channelFree.TabIndex = 84; this.cbBox_channelFree.SelectedIndexChanged += new System.EventHandler(this.cbBox_channelFree_SelectedIndexChanged); // // 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(89, 167); this.label4.Margin = new System.Windows.Forms.Padding(0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(86, 27); this.label4.TabIndex = 85; this.label4.Text = "选择通道:"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // btn_reDetec // this.btn_reDetec.EnterBackColor = System.Drawing.Color.Blue; this.btn_reDetec.EnterForeColor = System.Drawing.Color.White; this.btn_reDetec.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.btn_reDetec.FlatAppearance.BorderSize = 0; this.btn_reDetec.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btn_reDetec.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.btn_reDetec.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_reDetec.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btn_reDetec.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(111)))), ((int)(((byte)(198))))); this.btn_reDetec.HoverForeColor = System.Drawing.Color.White; this.btn_reDetec.Location = new System.Drawing.Point(94, 233); this.btn_reDetec.Name = "btn_reDetec"; this.btn_reDetec.PressBackColor = System.Drawing.Color.DarkBlue; this.btn_reDetec.PressForeColor = System.Drawing.Color.White; this.btn_reDetec.Radius = 5; this.btn_reDetec.Size = new System.Drawing.Size(120, 30); this.btn_reDetec.TabIndex = 88; this.btn_reDetec.Text = "开始重新检测"; this.btn_reDetec.UseVisualStyleBackColor = true; this.btn_reDetec.Click += new System.EventHandler(this.btn_reDetec_Click); // // roundButton1 // this.roundButton1.EnterBackColor = System.Drawing.Color.Blue; this.roundButton1.EnterForeColor = System.Drawing.Color.White; this.roundButton1.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.roundButton1.FlatAppearance.BorderSize = 0; this.roundButton1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.roundButton1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.roundButton1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.roundButton1.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.roundButton1.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(111)))), ((int)(((byte)(198))))); this.roundButton1.HoverForeColor = System.Drawing.Color.White; this.roundButton1.Location = new System.Drawing.Point(236, 233); this.roundButton1.Name = "roundButton1"; this.roundButton1.PressBackColor = System.Drawing.Color.DarkBlue; this.roundButton1.PressForeColor = System.Drawing.Color.White; this.roundButton1.Radius = 5; this.roundButton1.Size = new System.Drawing.Size(120, 30); this.roundButton1.TabIndex = 89; this.roundButton1.Text = "取消"; this.roundButton1.UseVisualStyleBackColor = true; this.roundButton1.Click += new System.EventHandler(this.roundButton1_Click); // // label1 // this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.label1.ForeColor = System.Drawing.Color.White; this.label1.Location = new System.Drawing.Point(81, 5); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(122, 23); this.label1.TabIndex = 3; this.label1.Text = "频率稳定度"; // // ReDetecDlg // this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(460, 297); this.Controls.Add(this.roundButton1); this.Controls.Add(this.btn_reDetec); this.Controls.Add(this.btn_downChannelList); this.Controls.Add(this.text_channelNo); this.Controls.Add(this.cbBox_channelFree); this.Controls.Add(this.label4); this.Controls.Add(this.label_devCode); this.Controls.Add(this.label_devModel); this.Controls.Add(this.label9); this.Controls.Add(this.label8); this.Controls.Add(this.panel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "ReDetecDlg"; this.panel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button btnExitDev; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label8; public System.Windows.Forms.Button btn_downChannelList; public DevComponents.DotNetBar.Controls.TextBoxX text_channelNo; private DevComponents.DotNetBar.Controls.ComboBoxEx cbBox_channelFree; private System.Windows.Forms.Label label4; public System.Windows.Forms.Label label_devCode; public System.Windows.Forms.Label label_devModel; private RoundButton btn_reDetec; private RoundButton roundButton1; public System.Windows.Forms.Label labelTitle; public System.Windows.Forms.Label label1; } }