namespace WindowsFormsApp { partial class FrmSetPenName { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.tabPage4 = new System.Windows.Forms.TabPage(); this.button1 = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.ShutdownTime = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.tabPage3 = new System.Windows.Forms.TabPage(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.radioclose = new System.Windows.Forms.RadioButton(); this.radioopen = new System.Windows.Forms.RadioButton(); this.radioonce = new System.Windows.Forms.RadioButton(); this.radioalways = new System.Windows.Forms.RadioButton(); this.label12 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.txtBuzzCount = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.txtBuzzinTerval = new System.Windows.Forms.TextBox(); this.label9 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.txtBuzzTime = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.btnBuzz = new System.Windows.Forms.Button(); this.txtBuzz = new System.Windows.Forms.TextBox(); this.lblBuzz = new System.Windows.Forms.Label(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.panel1 = new System.Windows.Forms.Panel(); this.txtDuration = new System.Windows.Forms.TextBox(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.radioNo = new System.Windows.Forms.RadioButton(); this.radioYes = new System.Windows.Forms.RadioButton(); this.label13 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.radioStop = new System.Windows.Forms.RadioButton(); this.radioFiring = new System.Windows.Forms.RadioButton(); this.label15 = new System.Windows.Forms.Label(); this.cmbLedType = new System.Windows.Forms.ComboBox(); this.label3 = new System.Windows.Forms.Label(); this.btnLamp = new System.Windows.Forms.Button(); this.cmbLamp = new System.Windows.Forms.ComboBox(); this.lblLamp = new System.Windows.Forms.Label(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.btnSetName = new System.Windows.Forms.Button(); this.txtSetName = new System.Windows.Forms.TextBox(); this.lblSetname = new System.Windows.Forms.Label(); this.transparentTabControl1 = new WindowsFormsApp.TransparentTabControl(); this.tabPage4.SuspendLayout(); this.tabPage3.SuspendLayout(); this.groupBox1.SuspendLayout(); this.tabPage2.SuspendLayout(); this.panel1.SuspendLayout(); this.groupBox3.SuspendLayout(); this.groupBox2.SuspendLayout(); this.tabPage1.SuspendLayout(); this.transparentTabControl1.SuspendLayout(); this.SuspendLayout(); // // tabPage4 // this.tabPage4.Controls.Add(this.button1); this.tabPage4.Controls.Add(this.label2); this.tabPage4.Controls.Add(this.ShutdownTime); this.tabPage4.Controls.Add(this.label1); this.tabPage4.Location = new System.Drawing.Point(4, 22); this.tabPage4.Name = "tabPage4"; this.tabPage4.Padding = new System.Windows.Forms.Padding(3); this.tabPage4.Size = new System.Drawing.Size(365, 203); this.tabPage4.TabIndex = 3; this.tabPage4.Text = "设置关机时间"; this.tabPage4.UseVisualStyleBackColor = true; // // button1 // this.button1.Location = new System.Drawing.Point(113, 98); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 3; this.button1.Text = "确定"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(229, 56); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(29, 12); this.label2.TabIndex = 2; this.label2.Text = "分钟"; // // ShutdownTime // this.ShutdownTime.Location = new System.Drawing.Point(124, 50); this.ShutdownTime.Name = "ShutdownTime"; this.ShutdownTime.Size = new System.Drawing.Size(100, 21); this.ShutdownTime.TabIndex = 1; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(37, 56); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(89, 12); this.label1.TabIndex = 0; this.label1.Text = "设置关机时间:"; // // tabPage3 // this.tabPage3.Controls.Add(this.groupBox1); this.tabPage3.Controls.Add(this.radioonce); this.tabPage3.Controls.Add(this.radioalways); this.tabPage3.Controls.Add(this.label12); this.tabPage3.Controls.Add(this.label11); this.tabPage3.Controls.Add(this.label10); this.tabPage3.Controls.Add(this.txtBuzzCount); this.tabPage3.Controls.Add(this.label8); this.tabPage3.Controls.Add(this.txtBuzzinTerval); this.tabPage3.Controls.Add(this.label9); this.tabPage3.Controls.Add(this.label6); this.tabPage3.Controls.Add(this.txtBuzzTime); this.tabPage3.Controls.Add(this.label7); this.tabPage3.Controls.Add(this.label5); this.tabPage3.Controls.Add(this.label4); this.tabPage3.Controls.Add(this.btnBuzz); this.tabPage3.Controls.Add(this.txtBuzz); this.tabPage3.Controls.Add(this.lblBuzz); this.tabPage3.Location = new System.Drawing.Point(4, 22); this.tabPage3.Name = "tabPage3"; this.tabPage3.Padding = new System.Windows.Forms.Padding(3); this.tabPage3.Size = new System.Drawing.Size(365, 203); this.tabPage3.TabIndex = 2; this.tabPage3.Text = "设置蜂鸣"; this.tabPage3.UseVisualStyleBackColor = true; // // groupBox1 // this.groupBox1.Controls.Add(this.radioclose); this.groupBox1.Controls.Add(this.radioopen); this.groupBox1.Location = new System.Drawing.Point(100, -75); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(106, 101); this.groupBox1.TabIndex = 19; this.groupBox1.TabStop = false; this.groupBox1.Text = "groupBox1"; // // radioclose // this.radioclose.AutoSize = true; this.radioclose.Location = new System.Drawing.Point(53, 79); this.radioclose.Name = "radioclose"; this.radioclose.Size = new System.Drawing.Size(35, 16); this.radioclose.TabIndex = 5; this.radioclose.TabStop = true; this.radioclose.Text = "关"; this.radioclose.UseVisualStyleBackColor = true; this.radioclose.Click += new System.EventHandler(this.on_off); // // radioopen // this.radioopen.AutoSize = true; this.radioopen.Location = new System.Drawing.Point(12, 79); this.radioopen.Name = "radioopen"; this.radioopen.Size = new System.Drawing.Size(35, 16); this.radioopen.TabIndex = 4; this.radioopen.TabStop = true; this.radioopen.Text = "开"; this.radioopen.UseVisualStyleBackColor = true; this.radioopen.Click += new System.EventHandler(this.on_off); // // radioonce // this.radioonce.AutoSize = true; this.radioonce.Location = new System.Drawing.Point(183, 144); this.radioonce.Name = "radioonce"; this.radioonce.Size = new System.Drawing.Size(71, 16); this.radioonce.TabIndex = 18; this.radioonce.TabStop = true; this.radioonce.Text = "单次有效"; this.radioonce.UseVisualStyleBackColor = true; this.radioonce.Click += new System.EventHandler(this.lifespanClick); // // radioalways // this.radioalways.AutoSize = true; this.radioalways.Location = new System.Drawing.Point(106, 144); this.radioalways.Name = "radioalways"; this.radioalways.Size = new System.Drawing.Size(71, 16); this.radioalways.TabIndex = 17; this.radioalways.TabStop = true; this.radioalways.Text = "持续有效"; this.radioalways.UseVisualStyleBackColor = true; this.radioalways.Click += new System.EventHandler(this.lifespanClick); // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(18, 146); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(77, 12); this.label12.TabIndex = 16; this.label12.Text = "参数有效期:"; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(6, 117); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(89, 12); this.label11.TabIndex = 15; this.label11.Text = "单次鸣响次数:"; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(210, 119); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(155, 12); this.label10.TabIndex = 14; this.label10.Text = "配置单次有效时生效:(1-8) "; // // txtBuzzCount // this.txtBuzzCount.Location = new System.Drawing.Point(98, 113); this.txtBuzzCount.Name = "txtBuzzCount"; this.txtBuzzCount.Size = new System.Drawing.Size(108, 21); this.txtBuzzCount.TabIndex = 13; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(210, 92); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(119, 12); this.label8.TabIndex = 12; this.label8.Text = "ms 范围:200 - 1600"; // // txtBuzzinTerval // this.txtBuzzinTerval.Location = new System.Drawing.Point(98, 86); this.txtBuzzinTerval.Name = "txtBuzzinTerval"; this.txtBuzzinTerval.Size = new System.Drawing.Size(108, 21); this.txtBuzzinTerval.TabIndex = 11; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(31, 90); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(65, 12); this.label9.TabIndex = 10; this.label9.Text = "鸣叫间隔:"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(210, 65); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(101, 12); this.label6.TabIndex = 9; this.label6.Text = "ms 范围:11-1000"; // // txtBuzzTime // this.txtBuzzTime.Location = new System.Drawing.Point(98, 59); this.txtBuzzTime.Name = "txtBuzzTime"; this.txtBuzzTime.Size = new System.Drawing.Size(108, 21); this.txtBuzzTime.TabIndex = 8; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(31, 63); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(65, 12); this.label7.TabIndex = 7; this.label7.Text = "鸣叫时间:"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(210, 38); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(113, 12); this.label5.TabIndex = 6; this.label5.Text = "Hz 范围:101-10000"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(23, 12); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(77, 12); this.label4.TabIndex = 3; this.label4.Text = "蜂鸣器开关:"; // // btnBuzz // this.btnBuzz.Location = new System.Drawing.Point(131, 172); this.btnBuzz.Name = "btnBuzz"; this.btnBuzz.Size = new System.Drawing.Size(75, 23); this.btnBuzz.TabIndex = 2; this.btnBuzz.Text = "确定"; this.btnBuzz.UseVisualStyleBackColor = true; this.btnBuzz.Click += new System.EventHandler(this.btnBuzz_Click); // // txtBuzz // this.txtBuzz.Location = new System.Drawing.Point(98, 32); this.txtBuzz.Name = "txtBuzz"; this.txtBuzz.Size = new System.Drawing.Size(108, 21); this.txtBuzz.TabIndex = 1; // // lblBuzz // this.lblBuzz.AutoSize = true; this.lblBuzz.Location = new System.Drawing.Point(31, 36); this.lblBuzz.Name = "lblBuzz"; this.lblBuzz.Size = new System.Drawing.Size(65, 12); this.lblBuzz.TabIndex = 0; this.lblBuzz.Text = "鸣叫频率:"; // // tabPage2 // this.tabPage2.Controls.Add(this.panel1); this.tabPage2.Controls.Add(this.cmbLedType); this.tabPage2.Controls.Add(this.label3); this.tabPage2.Controls.Add(this.btnLamp); this.tabPage2.Controls.Add(this.cmbLamp); this.tabPage2.Controls.Add(this.lblLamp); this.tabPage2.Location = new System.Drawing.Point(4, 22); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(365, 203); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "设置指示灯"; this.tabPage2.UseVisualStyleBackColor = true; // // panel1 // this.panel1.Controls.Add(this.txtDuration); this.panel1.Controls.Add(this.groupBox3); this.panel1.Controls.Add(this.label13); this.panel1.Controls.Add(this.label16); this.panel1.Controls.Add(this.label14); this.panel1.Controls.Add(this.groupBox2); this.panel1.Controls.Add(this.label15); this.panel1.Location = new System.Drawing.Point(6, 64); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(356, 100); this.panel1.TabIndex = 24; // // txtDuration // this.txtDuration.Location = new System.Drawing.Point(110, 3); this.txtDuration.Name = "txtDuration"; this.txtDuration.Size = new System.Drawing.Size(112, 21); this.txtDuration.TabIndex = 13; // // groupBox3 // this.groupBox3.Controls.Add(this.radioNo); this.groupBox3.Controls.Add(this.radioYes); this.groupBox3.Location = new System.Drawing.Point(111, 65); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(106, 32); this.groupBox3.TabIndex = 23; this.groupBox3.TabStop = false; // // radioNo // this.radioNo.AutoSize = true; this.radioNo.Location = new System.Drawing.Point(59, 11); this.radioNo.Name = "radioNo"; this.radioNo.Size = new System.Drawing.Size(35, 16); this.radioNo.TabIndex = 5; this.radioNo.TabStop = true; this.radioNo.Text = "否"; this.radioNo.UseVisualStyleBackColor = true; this.radioNo.Click += new System.EventHandler(this.Yes_No_click); // // radioYes // this.radioYes.AutoSize = true; this.radioYes.Location = new System.Drawing.Point(4, 11); this.radioYes.Name = "radioYes"; this.radioYes.Size = new System.Drawing.Size(35, 16); this.radioYes.TabIndex = 4; this.radioYes.TabStop = true; this.radioYes.Text = "是"; this.radioYes.UseVisualStyleBackColor = true; this.radioYes.Click += new System.EventHandler(this.Yes_No_click); // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(40, 7); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(65, 12); this.label13.TabIndex = 12; this.label13.Text = "持续时间:"; // // label16 // this.label16.AutoSize = true; this.label16.Location = new System.Drawing.Point(44, 78); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(65, 12); this.label16.TabIndex = 22; this.label16.Text = "是否持续:"; // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(225, 8); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(95, 12); this.label14.TabIndex = 14; this.label14.Text = "取值范围1-254秒"; // // groupBox2 // this.groupBox2.Controls.Add(this.radioStop); this.groupBox2.Controls.Add(this.radioFiring); this.groupBox2.Location = new System.Drawing.Point(111, 28); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(106, 32); this.groupBox2.TabIndex = 21; this.groupBox2.TabStop = false; // // radioStop // this.radioStop.AutoSize = true; this.radioStop.Location = new System.Drawing.Point(59, 11); this.radioStop.Name = "radioStop"; this.radioStop.Size = new System.Drawing.Size(47, 16); this.radioStop.TabIndex = 5; this.radioStop.TabStop = true; this.radioStop.Text = "停止"; this.radioStop.UseVisualStyleBackColor = true; this.radioStop.Click += new System.EventHandler(this.firing_stop_click); // // radioFiring // this.radioFiring.AutoSize = true; this.radioFiring.Location = new System.Drawing.Point(4, 11); this.radioFiring.Name = "radioFiring"; this.radioFiring.Size = new System.Drawing.Size(47, 16); this.radioFiring.TabIndex = 4; this.radioFiring.TabStop = true; this.radioFiring.Text = "启动"; this.radioFiring.UseVisualStyleBackColor = true; this.radioFiring.Click += new System.EventHandler(this.firing_stop_click); // // label15 // this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(64, 41); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(41, 12); this.label15.TabIndex = 20; this.label15.Text = "状态:"; // // cmbLedType // this.cmbLedType.FormattingEnabled = true; this.cmbLedType.Location = new System.Drawing.Point(116, 38); this.cmbLedType.Name = "cmbLedType"; this.cmbLedType.Size = new System.Drawing.Size(112, 20); this.cmbLedType.TabIndex = 4; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(36, 42); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(77, 12); this.label3.TabIndex = 3; this.label3.Text = "指示灯类型:"; // // btnLamp // this.btnLamp.Location = new System.Drawing.Point(116, 172); this.btnLamp.Name = "btnLamp"; this.btnLamp.Size = new System.Drawing.Size(75, 23); this.btnLamp.TabIndex = 2; this.btnLamp.Text = "确定"; this.btnLamp.UseVisualStyleBackColor = true; this.btnLamp.Click += new System.EventHandler(this.btnLamp_Click); // // cmbLamp // this.cmbLamp.FormattingEnabled = true; this.cmbLamp.Location = new System.Drawing.Point(116, 9); this.cmbLamp.Name = "cmbLamp"; this.cmbLamp.Size = new System.Drawing.Size(112, 20); this.cmbLamp.TabIndex = 1; // // lblLamp // this.lblLamp.AutoSize = true; this.lblLamp.Location = new System.Drawing.Point(36, 13); this.lblLamp.Name = "lblLamp"; this.lblLamp.Size = new System.Drawing.Size(77, 12); this.lblLamp.TabIndex = 0; this.lblLamp.Text = "指示灯状态:"; // // tabPage1 // this.tabPage1.BackColor = System.Drawing.Color.Transparent; this.tabPage1.Controls.Add(this.btnSetName); this.tabPage1.Controls.Add(this.txtSetName); this.tabPage1.Controls.Add(this.lblSetname); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(365, 203); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "设置笔名"; // // btnSetName // this.btnSetName.Location = new System.Drawing.Point(124, 95); this.btnSetName.Name = "btnSetName"; this.btnSetName.Size = new System.Drawing.Size(75, 23); this.btnSetName.TabIndex = 2; this.btnSetName.Text = "确定"; this.btnSetName.UseVisualStyleBackColor = true; this.btnSetName.Click += new System.EventHandler(this.btnSetName_Click); // // txtSetName // this.txtSetName.Location = new System.Drawing.Point(71, 47); this.txtSetName.Name = "txtSetName"; this.txtSetName.Size = new System.Drawing.Size(211, 21); this.txtSetName.TabIndex = 1; // // lblSetname // this.lblSetname.AutoSize = true; this.lblSetname.Location = new System.Drawing.Point(29, 51); this.lblSetname.Name = "lblSetname"; this.lblSetname.Size = new System.Drawing.Size(41, 12); this.lblSetname.TabIndex = 0; this.lblSetname.Text = "笔名:"; // // transparentTabControl1 // this.transparentTabControl1.Controls.Add(this.tabPage1); this.transparentTabControl1.Controls.Add(this.tabPage2); this.transparentTabControl1.Controls.Add(this.tabPage3); this.transparentTabControl1.Controls.Add(this.tabPage4); this.transparentTabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.transparentTabControl1.Location = new System.Drawing.Point(0, 0); this.transparentTabControl1.Name = "transparentTabControl1"; this.transparentTabControl1.SelectedIndex = 0; this.transparentTabControl1.Size = new System.Drawing.Size(373, 229); this.transparentTabControl1.TabIndex = 0; // // FrmSetPenName // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.GradientActiveCaption; this.ClientSize = new System.Drawing.Size(373, 229); this.Controls.Add(this.transparentTabControl1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "FrmSetPenName"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Load += new System.EventHandler(this.FrmSetPenName_Load); this.tabPage4.ResumeLayout(false); this.tabPage4.PerformLayout(); this.tabPage3.ResumeLayout(false); this.tabPage3.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.tabPage2.ResumeLayout(false); this.tabPage2.PerformLayout(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.tabPage1.ResumeLayout(false); this.tabPage1.PerformLayout(); this.transparentTabControl1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TabPage tabPage4; private System.Windows.Forms.Button button1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox ShutdownTime; private System.Windows.Forms.Label label1; private System.Windows.Forms.TabPage tabPage3; private System.Windows.Forms.Button btnBuzz; private System.Windows.Forms.TextBox txtBuzz; private System.Windows.Forms.Label lblBuzz; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.Button btnLamp; private System.Windows.Forms.ComboBox cmbLamp; private System.Windows.Forms.Label lblLamp; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.Button btnSetName; private System.Windows.Forms.TextBox txtSetName; private System.Windows.Forms.Label lblSetname; private TransparentTabControl transparentTabControl1; private System.Windows.Forms.ComboBox cmbLedType; private System.Windows.Forms.Label label3; private System.Windows.Forms.RadioButton radioonce; private System.Windows.Forms.RadioButton radioalways; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label11; private System.Windows.Forms.Label label10; private System.Windows.Forms.TextBox txtBuzzCount; private System.Windows.Forms.Label label8; private System.Windows.Forms.TextBox txtBuzzinTerval; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox txtBuzzTime; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label5; private System.Windows.Forms.RadioButton radioclose; private System.Windows.Forms.RadioButton radioopen; private System.Windows.Forms.Label label4; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.TextBox txtDuration; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.RadioButton radioNo; private System.Windows.Forms.RadioButton radioYes; private System.Windows.Forms.Label label13; private System.Windows.Forms.Label label16; private System.Windows.Forms.Label label14; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.RadioButton radioStop; private System.Windows.Forms.RadioButton radioFiring; private System.Windows.Forms.Label label15; } }