namespace Casic.Birmm.RbFreqStandMeasure.info { partial class AddDlg { /// <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.labelTitle = new System.Windows.Forms.Label(); this.btn_downTypeList = new System.Windows.Forms.Button(); this.text_devType = new DevComponents.DotNetBar.Controls.TextBoxX(); this.cbBox_devType = 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.btnSave = new Casic.Birmm.RbFreqStandMeasure.RoundButton(); this.btnCancelSetDev = new Casic.Birmm.RbFreqStandMeasure.RoundButton(); this.label14 = new System.Windows.Forms.Label(); this.inputDevName = new DevComponents.DotNetBar.Controls.TextBoxX(); this.label5 = new System.Windows.Forms.Label(); this.panel1.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.labelTitle); this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(401, 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(370, 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.btnAddDevCancel_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(155, 23); this.labelTitle.TabIndex = 0; this.labelTitle.Text = "添加"; // // btn_downTypeList // this.btn_downTypeList.BackColor = System.Drawing.Color.White; this.btn_downTypeList.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btn_downTypeList.FlatAppearance.BorderSize = 0; this.btn_downTypeList.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_downTypeList.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btn_downTypeList.ForeColor = System.Drawing.SystemColors.ControlDarkDark; this.btn_downTypeList.Location = new System.Drawing.Point(296, 96); this.btn_downTypeList.Margin = new System.Windows.Forms.Padding(0); this.btn_downTypeList.Name = "btn_downTypeList"; this.btn_downTypeList.Padding = new System.Windows.Forms.Padding(1, 2, 0, 0); this.btn_downTypeList.Size = new System.Drawing.Size(17, 23); this.btn_downTypeList.TabIndex = 52; this.btn_downTypeList.Text = "﹀"; this.btn_downTypeList.UseVisualStyleBackColor = false; // // text_devType // // // // this.text_devType.Border.Class = "TextBoxBorder"; this.text_devType.Border.CornerDiameter = 5; this.text_devType.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded; this.text_devType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.text_devType.Location = new System.Drawing.Point(234, 94); this.text_devType.Margin = new System.Windows.Forms.Padding(0); this.text_devType.Name = "text_devType"; this.text_devType.PreventEnterBeep = true; this.text_devType.Size = new System.Drawing.Size(81, 27); this.text_devType.TabIndex = 50; // // cbBox_devType // this.cbBox_devType.DisplayMember = "Text"; this.cbBox_devType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.cbBox_devType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.cbBox_devType.FormattingEnabled = true; this.cbBox_devType.ItemHeight = 18; this.cbBox_devType.Location = new System.Drawing.Point(236, 96); this.cbBox_devType.Name = "cbBox_devType"; this.cbBox_devType.Size = new System.Drawing.Size(77, 24); this.cbBox_devType.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.cbBox_devType.TabIndex = 54; // // 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"; // // 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(90, 165); 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(94, 30); this.btnSave.TabIndex = 17; this.btnSave.Text = "开始检测"; this.btnSave.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(216, 165); 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(94, 30); this.btnCancelSetDev.TabIndex = 18; this.btnCancelSetDev.Text = "取消"; this.btnCancelSetDev.UseVisualStyleBackColor = true; this.btnCancelSetDev.Click += new System.EventHandler(this.btnAddDevCancel_Click); // // label14 // this.label14.AutoSize = true; this.label14.BackColor = System.Drawing.Color.Transparent; this.label14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label14.ForeColor = System.Drawing.Color.OrangeRed; this.label14.Location = new System.Drawing.Point(38, 61); this.label14.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(17, 21); this.label14.TabIndex = 349; this.label14.Text = "*"; // // 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(54, 94); this.inputDevName.Margin = new System.Windows.Forms.Padding(0); this.inputDevName.Name = "inputDevName"; this.inputDevName.PreventEnterBeep = true; this.inputDevName.Size = new System.Drawing.Size(162, 27); this.inputDevName.TabIndex = 347; // // 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(50, 57); this.label5.Margin = new System.Windows.Forms.Padding(0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(124, 27); this.label5.TabIndex = 348; this.label5.Text = "请输入测试数据:"; this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // AddDlg // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(402, 233); this.ControlBox = false; this.Controls.Add(this.label14); this.Controls.Add(this.inputDevName); this.Controls.Add(this.label5); this.Controls.Add(this.btn_downTypeList); this.Controls.Add(this.text_devType); this.Controls.Add(this.btnSave); this.Controls.Add(this.btnCancelSetDev); this.Controls.Add(this.panel1); this.Controls.Add(this.cbBox_devType); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "AddDlg"; this.Text = "添加检测设备"; this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panel1_MouseDown); this.panel1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private RoundButton btnCancelSetDev; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button btnExitDev; private System.Windows.Forms.Label labelTitle; 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; private System.Windows.Forms.Button btn_downTypeList; private DevComponents.DotNetBar.Controls.ComboBoxEx cbBox_devType; public DevComponents.DotNetBar.Controls.TextBoxX text_devType; public RoundButton btnSave; private System.Windows.Forms.Label label14; public DevComponents.DotNetBar.Controls.TextBoxX inputDevName; private System.Windows.Forms.Label label5; } }