namespace POSV.WaiMai { partial class VisitorEditForm { /// /// 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() { DevComponents.DotNetBar.Keyboard.VirtualKeyboardColorTable virtualKeyboardColorTable2 = new DevComponents.DotNetBar.Keyboard.VirtualKeyboardColorTable(); DevComponents.DotNetBar.Keyboard.FlatStyleRenderer flatStyleRenderer2 = new DevComponents.DotNetBar.Keyboard.FlatStyleRenderer(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.keyboardControl = new DevComponents.DotNetBar.Keyboard.KeyboardControl(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.checkBoxX8 = new DevComponents.DotNetBar.Controls.CheckBoxX(); this.checkBoxX7 = new DevComponents.DotNetBar.Controls.CheckBoxX(); this.doubleBufferPanelX1 = new POSV.Component.DoubleBufferPanelX(); this.lblInputLanguage = new POSV.Component.TouchLabelX(); this.chkChinese = new DevComponents.DotNetBar.Controls.CheckBoxX(); this.chkEnglish = new DevComponents.DotNetBar.Controls.CheckBoxX(); this.chkNumber = new DevComponents.DotNetBar.Controls.CheckBoxX(); this.buttonX4 = new DevComponents.DotNetBar.ButtonX(); this.buttonX1 = new DevComponents.DotNetBar.ButtonX(); this.controlBox = new POSV.Component.ControlBox(); this.numericTextBox4 = new System.Windows.Forms.TextBox(); this.numericTextBox2 = new System.Windows.Forms.TextBox(); this.numericTextBox3 = new System.Windows.Forms.TextBox(); this.numericTextBox1 = new System.Windows.Forms.TextBox(); this.txtname = new System.Windows.Forms.TextBox(); this.panel1.SuspendLayout(); this.doubleBufferPanelX1.SuspendLayout(); this.SuspendLayout(); // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("微软雅黑", 15F); this.label6.Location = new System.Drawing.Point(343, 90); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(52, 27); this.label6.TabIndex = 320; this.label6.Text = "职位"; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("微软雅黑", 15F); this.label5.Location = new System.Drawing.Point(12, 184); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(52, 27); this.label5.TabIndex = 319; this.label5.Text = "性别"; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("微软雅黑", 15F); this.label4.Location = new System.Drawing.Point(12, 134); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(52, 27); this.label4.TabIndex = 318; this.label4.Text = "地址"; // // keyboardControl // this.keyboardControl.CaptionHeight = 0; virtualKeyboardColorTable2.BackgroundColor = System.Drawing.Color.Black; virtualKeyboardColorTable2.DarkKeysColor = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(28)))), ((int)(((byte)(33))))); virtualKeyboardColorTable2.DownKeysColor = System.Drawing.Color.White; virtualKeyboardColorTable2.DownTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32))))); virtualKeyboardColorTable2.KeysColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(47)))), ((int)(((byte)(55))))); virtualKeyboardColorTable2.LightKeysColor = System.Drawing.Color.FromArgb(((int)(((byte)(69)))), ((int)(((byte)(68)))), ((int)(((byte)(76))))); virtualKeyboardColorTable2.PressedKeysColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(161)))), ((int)(((byte)(81))))); virtualKeyboardColorTable2.TextColor = System.Drawing.Color.White; virtualKeyboardColorTable2.ToggleTextColor = System.Drawing.Color.Green; virtualKeyboardColorTable2.TopBarTextColor = System.Drawing.Color.White; this.keyboardControl.ColorTable = virtualKeyboardColorTable2; this.keyboardControl.Dock = System.Windows.Forms.DockStyle.Bottom; this.keyboardControl.ForeColor = System.Drawing.SystemColors.ActiveCaptionText; this.keyboardControl.IsTopBarVisible = false; this.keyboardControl.Location = new System.Drawing.Point(0, 240); this.keyboardControl.Name = "keyboardControl"; flatStyleRenderer2.ColorTable = virtualKeyboardColorTable2; flatStyleRenderer2.ForceAntiAlias = false; this.keyboardControl.Renderer = flatStyleRenderer2; this.keyboardControl.Size = new System.Drawing.Size(619, 200); this.keyboardControl.TabIndex = 317; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("微软雅黑", 15F); this.label3.Location = new System.Drawing.Point(12, 88); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(92, 27); this.label3.TabIndex = 316; this.label3.Text = "来电号码"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("微软雅黑", 15F); this.label2.Location = new System.Drawing.Point(343, 37); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(52, 27); this.label2.TabIndex = 315; this.label2.Text = "称谓"; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("微软雅黑", 15F); this.label1.Location = new System.Drawing.Point(12, 37); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(52, 27); this.label1.TabIndex = 314; this.label1.Text = "姓名"; // // panel1 // this.panel1.Controls.Add(this.checkBoxX8); this.panel1.Controls.Add(this.checkBoxX7); this.panel1.Location = new System.Drawing.Point(110, 180); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(210, 39); this.panel1.TabIndex = 313; // // checkBoxX8 // this.checkBoxX8.BackColor = System.Drawing.Color.Transparent; // // // this.checkBoxX8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.checkBoxX8.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton; this.checkBoxX8.Dock = System.Windows.Forms.DockStyle.Left; this.checkBoxX8.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.checkBoxX8.Location = new System.Drawing.Point(104, 0); this.checkBoxX8.Name = "checkBoxX8"; this.checkBoxX8.Size = new System.Drawing.Size(104, 39); this.checkBoxX8.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeXP; this.checkBoxX8.TabIndex = 312; this.checkBoxX8.Tag = ""; this.checkBoxX8.Text = "女"; // // checkBoxX7 // this.checkBoxX7.BackColor = System.Drawing.Color.Transparent; // // // this.checkBoxX7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.checkBoxX7.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton; this.checkBoxX7.Checked = true; this.checkBoxX7.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBoxX7.CheckValue = "Y"; this.checkBoxX7.Dock = System.Windows.Forms.DockStyle.Left; this.checkBoxX7.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.checkBoxX7.Location = new System.Drawing.Point(0, 0); this.checkBoxX7.Name = "checkBoxX7"; this.checkBoxX7.Size = new System.Drawing.Size(104, 39); this.checkBoxX7.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeXP; this.checkBoxX7.TabIndex = 311; this.checkBoxX7.Tag = ""; this.checkBoxX7.Text = "男"; // // doubleBufferPanelX1 // this.doubleBufferPanelX1.CanvasColor = System.Drawing.SystemColors.Control; this.doubleBufferPanelX1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.doubleBufferPanelX1.Controls.Add(this.lblInputLanguage); this.doubleBufferPanelX1.Controls.Add(this.chkChinese); this.doubleBufferPanelX1.Controls.Add(this.chkEnglish); this.doubleBufferPanelX1.Controls.Add(this.chkNumber); this.doubleBufferPanelX1.Controls.Add(this.buttonX4); this.doubleBufferPanelX1.Controls.Add(this.buttonX1); this.doubleBufferPanelX1.DisabledBackColor = System.Drawing.Color.Empty; this.doubleBufferPanelX1.Dock = System.Windows.Forms.DockStyle.Bottom; this.doubleBufferPanelX1.Location = new System.Drawing.Point(0, 440); this.doubleBufferPanelX1.Name = "doubleBufferPanelX1"; this.doubleBufferPanelX1.Padding = new System.Windows.Forms.Padding(2); this.doubleBufferPanelX1.Size = new System.Drawing.Size(619, 54); this.doubleBufferPanelX1.Style.Alignment = System.Drawing.StringAlignment.Center; this.doubleBufferPanelX1.Style.BackColor1.Alpha = ((byte)(0)); this.doubleBufferPanelX1.Style.BackColor1.Color = System.Drawing.Color.Transparent; this.doubleBufferPanelX1.Style.BackColor2.Alpha = ((byte)(0)); this.doubleBufferPanelX1.Style.BackColor2.Color = System.Drawing.Color.Transparent; this.doubleBufferPanelX1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.doubleBufferPanelX1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.doubleBufferPanelX1.Style.GradientAngle = 90; this.doubleBufferPanelX1.TabIndex = 87; // // lblInputLanguage // this.lblInputLanguage.BackColor = System.Drawing.Color.Transparent; this.lblInputLanguage.BackColor1 = System.Drawing.Color.Transparent; this.lblInputLanguage.BackColor2 = System.Drawing.Color.Tan; this.lblInputLanguage.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; // // // this.lblInputLanguage.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lblInputLanguage.BackgroundStyle.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblInputLanguage.BackgroundStyle.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.lblInputLanguage.Dock = System.Windows.Forms.DockStyle.Left; this.lblInputLanguage.EnableMarkup = false; this.lblInputLanguage.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblInputLanguage.ForeColor = System.Drawing.Color.Black; this.lblInputLanguage.ImageTextSpacing = 0; this.lblInputLanguage.Location = new System.Drawing.Point(194, 2); this.lblInputLanguage.Name = "lblInputLanguage"; this.lblInputLanguage.PaddingLeft = 2; this.lblInputLanguage.PaddingRight = 2; this.lblInputLanguage.PaddingTop = 5; this.lblInputLanguage.Size = new System.Drawing.Size(126, 50); this.lblInputLanguage.TabIndex = 41; this.lblInputLanguage.Text = "点击更换输入法"; this.lblInputLanguage.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.lblInputLanguage.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.lblInputLanguage.Visible = false; this.lblInputLanguage.Click += new System.EventHandler(this.lblInputLanguage_Click); // // chkChinese // // // // this.chkChinese.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.chkChinese.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton; this.chkChinese.Dock = System.Windows.Forms.DockStyle.Left; this.chkChinese.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.chkChinese.Location = new System.Drawing.Point(130, 2); this.chkChinese.Name = "chkChinese"; this.chkChinese.Size = new System.Drawing.Size(64, 50); this.chkChinese.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.chkChinese.TabIndex = 40; this.chkChinese.Tag = "中文"; this.chkChinese.Text = "中文"; this.chkChinese.CheckedChanged += new System.EventHandler(this.chkChinese_CheckedChanged); // // chkEnglish // // // // this.chkEnglish.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.chkEnglish.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton; this.chkEnglish.Dock = System.Windows.Forms.DockStyle.Left; this.chkEnglish.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.chkEnglish.Location = new System.Drawing.Point(66, 2); this.chkEnglish.Name = "chkEnglish"; this.chkEnglish.Size = new System.Drawing.Size(64, 50); this.chkEnglish.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.chkEnglish.TabIndex = 39; this.chkEnglish.Tag = "英文"; this.chkEnglish.Text = "英文"; this.chkEnglish.CheckedChanged += new System.EventHandler(this.chkChinese_CheckedChanged); // // chkNumber // // // // this.chkNumber.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.chkNumber.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton; this.chkNumber.Dock = System.Windows.Forms.DockStyle.Left; this.chkNumber.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.chkNumber.Location = new System.Drawing.Point(2, 2); this.chkNumber.Name = "chkNumber"; this.chkNumber.Size = new System.Drawing.Size(64, 50); this.chkNumber.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.chkNumber.TabIndex = 38; this.chkNumber.Tag = "数字"; this.chkNumber.Text = "数字"; this.chkNumber.CheckedChanged += new System.EventHandler(this.chkChinese_CheckedChanged); // // buttonX4 // this.buttonX4.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(92)))), ((int)(((byte)(86))))); this.buttonX4.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat; this.buttonX4.Cursor = System.Windows.Forms.Cursors.Hand; this.buttonX4.Dock = System.Windows.Forms.DockStyle.Right; this.buttonX4.FadeEffect = false; this.buttonX4.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.buttonX4.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None; this.buttonX4.Location = new System.Drawing.Point(375, 2); this.buttonX4.Name = "buttonX4"; this.buttonX4.Size = new System.Drawing.Size(114, 50); this.buttonX4.TabIndex = 35; this.buttonX4.Text = "取消"; this.buttonX4.TextColor = System.Drawing.Color.White; this.buttonX4.Click += new System.EventHandler(this.buttonX4_Click); // // buttonX1 // this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(127)))), ((int)(((byte)(42))))); this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat; this.buttonX1.Cursor = System.Windows.Forms.Cursors.Hand; this.buttonX1.Dock = System.Windows.Forms.DockStyle.Right; this.buttonX1.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.buttonX1.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None; this.buttonX1.Location = new System.Drawing.Point(489, 2); this.buttonX1.Name = "buttonX1"; this.buttonX1.Size = new System.Drawing.Size(128, 50); this.buttonX1.TabIndex = 37; this.buttonX1.Text = "提交"; this.buttonX1.TextColor = System.Drawing.Color.White; this.buttonX1.Click += new System.EventHandler(this.buttonX1_Click); // // controlBox // this.controlBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(162)))), ((int)(((byte)(84))))); this.controlBox.CloseBox = true; this.controlBox.Dock = System.Windows.Forms.DockStyle.Top; this.controlBox.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.controlBox.ForeColor = System.Drawing.Color.White; this.controlBox.Location = new System.Drawing.Point(0, 0); this.controlBox.Margin = new System.Windows.Forms.Padding(0); this.controlBox.MessageCenterStatus = false; this.controlBox.MinimizeBox = false; this.controlBox.Name = "controlBox"; this.controlBox.NetworkStatus = false; this.controlBox.NewForeColor = System.Drawing.Color.White; this.controlBox.SettingsBox = false; this.controlBox.ShowApplicationVersion = false; this.controlBox.ShowKeyboard = false; this.controlBox.ShowLockScreen = false; this.controlBox.ShowMessageCenter = false; this.controlBox.ShowNetworkStatus = false; this.controlBox.ShowQrCode = false; this.controlBox.Size = new System.Drawing.Size(619, 32); this.controlBox.TabIndex = 3; this.controlBox.CloseClick += new POSV.Component.ControlBox.EventHandler(this.controlBox_CloseClick); // // numericTextBox4 // this.numericTextBox4.Font = new System.Drawing.Font("宋体", 18F); this.numericTextBox4.ImeMode = System.Windows.Forms.ImeMode.On; this.numericTextBox4.Location = new System.Drawing.Point(110, 134); this.numericTextBox4.Name = "numericTextBox4"; this.numericTextBox4.Size = new System.Drawing.Size(495, 35); this.numericTextBox4.TabIndex = 340; // // numericTextBox2 // this.numericTextBox2.Font = new System.Drawing.Font("宋体", 18F); this.numericTextBox2.ImeMode = System.Windows.Forms.ImeMode.On; this.numericTextBox2.Location = new System.Drawing.Point(110, 85); this.numericTextBox2.Name = "numericTextBox2"; this.numericTextBox2.Size = new System.Drawing.Size(206, 35); this.numericTextBox2.TabIndex = 341; // // numericTextBox3 // this.numericTextBox3.Font = new System.Drawing.Font("宋体", 18F); this.numericTextBox3.ImeMode = System.Windows.Forms.ImeMode.On; this.numericTextBox3.Location = new System.Drawing.Point(399, 85); this.numericTextBox3.Name = "numericTextBox3"; this.numericTextBox3.Size = new System.Drawing.Size(206, 35); this.numericTextBox3.TabIndex = 342; // // numericTextBox1 // this.numericTextBox1.Font = new System.Drawing.Font("宋体", 18F); this.numericTextBox1.ImeMode = System.Windows.Forms.ImeMode.On; this.numericTextBox1.Location = new System.Drawing.Point(401, 34); this.numericTextBox1.Name = "numericTextBox1"; this.numericTextBox1.Size = new System.Drawing.Size(206, 35); this.numericTextBox1.TabIndex = 343; // // txtname // this.txtname.Font = new System.Drawing.Font("宋体", 18F); this.txtname.ImeMode = System.Windows.Forms.ImeMode.On; this.txtname.Location = new System.Drawing.Point(110, 34); this.txtname.Name = "txtname"; this.txtname.Size = new System.Drawing.Size(206, 35); this.txtname.TabIndex = 344; // // VisitorEditForm // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(619, 494); this.Controls.Add(this.txtname); this.Controls.Add(this.numericTextBox1); this.Controls.Add(this.numericTextBox3); this.Controls.Add(this.numericTextBox2); this.Controls.Add(this.numericTextBox4); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.keyboardControl); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.panel1); this.Controls.Add(this.doubleBufferPanelX1); this.Controls.Add(this.controlBox); this.ImeMode = System.Windows.Forms.ImeMode.On; this.Name = "VisitorEditForm"; this.Text = "VisitorEditForm"; this.Load += new System.EventHandler(this.VisitorEditForm_Load); this.panel1.ResumeLayout(false); this.doubleBufferPanelX1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Component.ControlBox controlBox; private Component.DoubleBufferPanelX doubleBufferPanelX1; private DevComponents.DotNetBar.ButtonX buttonX4; private DevComponents.DotNetBar.ButtonX buttonX1; private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX8; private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX7; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private DevComponents.DotNetBar.Keyboard.KeyboardControl keyboardControl; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private Component.TouchLabelX lblInputLanguage; private DevComponents.DotNetBar.Controls.CheckBoxX chkChinese; private DevComponents.DotNetBar.Controls.CheckBoxX chkEnglish; private DevComponents.DotNetBar.Controls.CheckBoxX chkNumber; private System.Windows.Forms.TextBox numericTextBox4; private System.Windows.Forms.TextBox numericTextBox2; private System.Windows.Forms.TextBox numericTextBox3; private System.Windows.Forms.TextBox numericTextBox1; private System.Windows.Forms.TextBox txtname; } }