using POS.Language.Language; namespace POSV { partial class PasswdConfirm { /// /// 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.controlBox = new POSV.Component.ControlBox(); this.labelX6 = new DevComponents.DotNetBar.LabelX(); this.txtPasswd = new POSV.Component.NumericTextBox(); this.labelX1 = new DevComponents.DotNetBar.LabelX(); this.chkAccept = new DevComponents.DotNetBar.Controls.CheckBoxX(); this.lblTenant = new DevComponents.DotNetBar.LabelX(); this.lblStoreName = new DevComponents.DotNetBar.LabelX(); this.lblStoreNo = new DevComponents.DotNetBar.LabelX(); this.lblPosNo = new DevComponents.DotNetBar.LabelX(); this.bottomPanel = new POSV.Component.DoubleBufferPanelX(); this.buttonPanel = new POSV.Component.DoubleBufferPanelX(); this.ButtonCancel = new DevComponents.DotNetBar.ButtonX(); this.ButtonOK = new DevComponents.DotNetBar.ButtonX(); this.lblInfo = new DevComponents.DotNetBar.LabelX(); this.line1 = new DevComponents.DotNetBar.Controls.Line(); this.tableLayoutPanel = new POSV1.Component.DoubleBufferTableLayoutPanel(); this.touchButtonX1 = new POSV.Component.TouchButtonX(); this.touchButtonX2 = new POSV.Component.TouchButtonX(); this.touchButtonX3 = new POSV.Component.TouchButtonX(); this.touchButtonX4 = new POSV.Component.TouchButtonX(); this.touchButtonX5 = new POSV.Component.TouchButtonX(); this.touchButtonX6 = new POSV.Component.TouchButtonX(); this.touchButtonX7 = new POSV.Component.TouchButtonX(); this.touchButtonX8 = new POSV.Component.TouchButtonX(); this.touchButtonX9 = new POSV.Component.TouchButtonX(); this.touchButtonX10 = new POSV.Component.TouchButtonX(); this.touchButtonX11 = new POSV.Component.TouchButtonX(); this.bottomPanel.SuspendLayout(); this.buttonPanel.SuspendLayout(); this.tableLayoutPanel.SuspendLayout(); this.SuspendLayout(); // // controlBox // this.controlBox.BackColor = System.Drawing.Color.Chocolate; this.controlBox.CloseBox = true; this.controlBox.Dock = System.Windows.Forms.DockStyle.Top; this.controlBox.Location = new System.Drawing.Point(0, 0); this.controlBox.Margin = new System.Windows.Forms.Padding(0); this.controlBox.MinimizeBox = false; this.controlBox.Name = "controlBox"; this.controlBox.NetworkStatus = false; this.controlBox.SettingsBox = false; this.controlBox.ShowApplicationVersion = false; this.controlBox.ShowKeyboard = false; this.controlBox.ShowNetworkStatus = false; this.controlBox.Size = new System.Drawing.Size(512, 36); this.controlBox.TabIndex = 3; this.controlBox.CloseClick += new POSV.Component.ControlBox.EventHandler(this.OnControlBoxCloseClick); // // labelX6 // // // // this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX6.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelX6.Location = new System.Drawing.Point(12, 121); this.labelX6.Name = "labelX6"; this.labelX6.Size = new System.Drawing.Size(158, 23); this.labelX6.TabIndex = 233; this.labelX6.Text = LangProxy.ToLang("请输入安全密码:"); // // txtPasswd // this.txtPasswd.AllowDecimalSeparator = false; this.txtPasswd.AllowNegativeSign = false; this.txtPasswd.AllowSpace = false; this.txtPasswd.BackColor = System.Drawing.Color.White; // // // this.txtPasswd.Border.Class = "TextBoxBorder"; this.txtPasswd.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txtPasswd.DisabledBackColor = System.Drawing.Color.White; this.txtPasswd.Font = new System.Drawing.Font("宋体", 14.25F); this.txtPasswd.ForeColor = System.Drawing.Color.Black; this.txtPasswd.Location = new System.Drawing.Point(12, 150); this.txtPasswd.MaxDecimalDigit = 2; this.txtPasswd.MaxLength = 24; this.txtPasswd.Multiline = true; this.txtPasswd.Name = "txtPasswd"; this.txtPasswd.PasswordChar = '*'; this.txtPasswd.PreventEnterBeep = true; this.txtPasswd.Size = new System.Drawing.Size(221, 26); this.txtPasswd.TabIndex = 234; this.txtPasswd.WatermarkBehavior = DevComponents.DotNetBar.eWatermarkBehavior.HideNonEmpty; this.txtPasswd.WatermarkEnabled = false; this.txtPasswd.WatermarkFont = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtPasswd.OnEnterClick += new POSV.Component.NumericTextBox.EventHandler(this.OnPasswdEnterClick); // // labelX1 // this.labelX1.BackColor = System.Drawing.Color.White; // // // this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelX1.ForeColor = System.Drawing.Color.Black; this.labelX1.Location = new System.Drawing.Point(12, 234); this.labelX1.Name = "labelX1"; this.labelX1.Size = new System.Drawing.Size(221, 112); this.labelX1.TabIndex = 235; this.labelX1.Text = LangProxy.ToLang("重要提醒:\r\n\r\n1、本操作属于系统初始化操作;\r\n2、初始化过程清理历史交易数据;\r\n3、初始化过程清理移动支付参数;\r\n4、本操作属于不可恢复操") + LangProxy.ToLang("作;"); this.labelX1.TextLineAlignment = System.Drawing.StringAlignment.Near; // // chkAccept // this.chkAccept.BackColor = System.Drawing.Color.Transparent; // // // this.chkAccept.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.chkAccept.Checked = true; this.chkAccept.CheckState = System.Windows.Forms.CheckState.Checked; this.chkAccept.CheckValue = "Y"; this.chkAccept.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.chkAccept.Location = new System.Drawing.Point(12, 186); this.chkAccept.Name = "chkAccept"; this.chkAccept.Size = new System.Drawing.Size(221, 23); this.chkAccept.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.chkAccept.TabIndex = 236; this.chkAccept.Tag = ""; this.chkAccept.Text = LangProxy.ToLang("我已阅读并了解操作风险"); this.chkAccept.CheckedChanged += new System.EventHandler(this.OnAcceptCheckedChanged); // // lblTenant // // // // this.lblTenant.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lblTenant.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblTenant.Location = new System.Drawing.Point(12, 43); this.lblTenant.Name = "lblTenant"; this.lblTenant.Size = new System.Drawing.Size(221, 23); this.lblTenant.TabIndex = 238; this.lblTenant.Tag = "企业编码:{0}"; this.lblTenant.Text = LangProxy.ToLang("企业编码:{0}"); // // lblStoreName // // // // this.lblStoreName.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lblStoreName.Font = new System.Drawing.Font("宋体", 14.25F); this.lblStoreName.Location = new System.Drawing.Point(239, 75); this.lblStoreName.Name = "lblStoreName"; this.lblStoreName.Size = new System.Drawing.Size(261, 23); this.lblStoreName.TabIndex = 242; this.lblStoreName.Tag = "门店名称:{0}"; this.lblStoreName.Text = LangProxy.ToLang("门店名称:{0}"); this.lblStoreName.TextLineAlignment = System.Drawing.StringAlignment.Near; this.lblStoreName.WordWrap = true; // // lblStoreNo // // // // this.lblStoreNo.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lblStoreNo.Font = new System.Drawing.Font("宋体", 14.25F); this.lblStoreNo.Location = new System.Drawing.Point(239, 43); this.lblStoreNo.Name = "lblStoreNo"; this.lblStoreNo.Size = new System.Drawing.Size(261, 23); this.lblStoreNo.TabIndex = 239; this.lblStoreNo.Tag = "门店编码:{0}"; this.lblStoreNo.Text = LangProxy.ToLang("门店编码:{0}"); // // lblPosNo // // // // this.lblPosNo.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lblPosNo.Font = new System.Drawing.Font("宋体", 14.25F); this.lblPosNo.Location = new System.Drawing.Point(12, 76); this.lblPosNo.Name = "lblPosNo"; this.lblPosNo.Size = new System.Drawing.Size(221, 23); this.lblPosNo.TabIndex = 243; this.lblPosNo.Tag = " POS编号:{0}"; this.lblPosNo.Text = LangProxy.ToLang("POS编号:{0}"); // // bottomPanel // this.bottomPanel.CanvasColor = System.Drawing.SystemColors.Control; this.bottomPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.bottomPanel.Controls.Add(this.buttonPanel); this.bottomPanel.Controls.Add(this.lblInfo); this.bottomPanel.DisabledBackColor = System.Drawing.Color.Empty; this.bottomPanel.Dock = System.Windows.Forms.DockStyle.Bottom; this.bottomPanel.Location = new System.Drawing.Point(0, 355); this.bottomPanel.Name = "bottomPanel"; this.bottomPanel.Padding = new System.Windows.Forms.Padding(1); this.bottomPanel.Size = new System.Drawing.Size(512, 44); this.bottomPanel.Style.Alignment = System.Drawing.StringAlignment.Center; this.bottomPanel.Style.BackColor1.Alpha = ((byte)(0)); this.bottomPanel.Style.BackColor1.Color = System.Drawing.Color.Transparent; this.bottomPanel.Style.BackColor2.Alpha = ((byte)(0)); this.bottomPanel.Style.BackColor2.Color = System.Drawing.Color.Transparent; this.bottomPanel.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.bottomPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.bottomPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.bottomPanel.Style.GradientAngle = 90; this.bottomPanel.TabIndex = 247; // // buttonPanel // this.buttonPanel.CanvasColor = System.Drawing.SystemColors.Control; this.buttonPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonPanel.Controls.Add(this.ButtonCancel); this.buttonPanel.Controls.Add(this.ButtonOK); this.buttonPanel.DisabledBackColor = System.Drawing.Color.Empty; this.buttonPanel.Dock = System.Windows.Forms.DockStyle.Right; this.buttonPanel.Location = new System.Drawing.Point(290, 1); this.buttonPanel.Name = "buttonPanel"; this.buttonPanel.Padding = new System.Windows.Forms.Padding(2); this.buttonPanel.Size = new System.Drawing.Size(221, 42); this.buttonPanel.Style.Alignment = System.Drawing.StringAlignment.Center; this.buttonPanel.Style.BackColor1.Alpha = ((byte)(0)); this.buttonPanel.Style.BackColor1.Color = System.Drawing.Color.Transparent; this.buttonPanel.Style.BackColor2.Alpha = ((byte)(0)); this.buttonPanel.Style.BackColor2.Color = System.Drawing.Color.Transparent; this.buttonPanel.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.buttonPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.buttonPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.buttonPanel.Style.GradientAngle = 90; this.buttonPanel.TabIndex = 35; // // ButtonCancel // this.ButtonCancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.ButtonCancel.BackColor = System.Drawing.Color.Chocolate; this.ButtonCancel.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat; this.ButtonCancel.Cursor = System.Windows.Forms.Cursors.Hand; this.ButtonCancel.Dock = System.Windows.Forms.DockStyle.Right; this.ButtonCancel.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ButtonCancel.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None; this.ButtonCancel.Location = new System.Drawing.Point(134, 2); this.ButtonCancel.Name = "ButtonCancel"; this.ButtonCancel.Size = new System.Drawing.Size(85, 38); this.ButtonCancel.TabIndex = 33; this.ButtonCancel.Text = LangProxy.ToLang("关闭"); this.ButtonCancel.TextColor = System.Drawing.Color.White; this.ButtonCancel.Click += new System.EventHandler(this.OnButtonCancelClick); // // ButtonOK // this.ButtonOK.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.ButtonOK.BackColor = System.Drawing.Color.Maroon; this.ButtonOK.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat; this.ButtonOK.Cursor = System.Windows.Forms.Cursors.Hand; this.ButtonOK.Dock = System.Windows.Forms.DockStyle.Left; this.ButtonOK.FadeEffect = false; this.ButtonOK.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ButtonOK.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None; this.ButtonOK.Location = new System.Drawing.Point(2, 2); this.ButtonOK.Name = "ButtonOK"; this.ButtonOK.Size = new System.Drawing.Size(128, 38); this.ButtonOK.TabIndex = 30; this.ButtonOK.Text = LangProxy.ToLang("立即初始化"); this.ButtonOK.TextColor = System.Drawing.Color.White; this.ButtonOK.Click += new System.EventHandler(this.OnButtonOKClick); // // lblInfo // // // // this.lblInfo.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lblInfo.Dock = System.Windows.Forms.DockStyle.Left; this.lblInfo.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblInfo.Location = new System.Drawing.Point(1, 1); this.lblInfo.Name = "lblInfo"; this.lblInfo.Size = new System.Drawing.Size(285, 42); this.lblInfo.Symbol = ""; this.lblInfo.TabIndex = 31; this.lblInfo.Text = LangProxy.ToLang("输入安全密码"); this.lblInfo.WordWrap = true; // // line1 // this.line1.Location = new System.Drawing.Point(12, 100); this.line1.Name = "line1"; this.line1.Size = new System.Drawing.Size(488, 10); this.line1.TabIndex = 248; this.line1.Text = "line1"; // // tableLayoutPanel // this.tableLayoutPanel.ColumnCount = 4; this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel.Controls.Add(this.touchButtonX1, 0, 0); this.tableLayoutPanel.Controls.Add(this.touchButtonX2, 1, 0); this.tableLayoutPanel.Controls.Add(this.touchButtonX3, 2, 0); this.tableLayoutPanel.Controls.Add(this.touchButtonX4, 3, 0); this.tableLayoutPanel.Controls.Add(this.touchButtonX5, 0, 1); this.tableLayoutPanel.Controls.Add(this.touchButtonX6, 1, 1); this.tableLayoutPanel.Controls.Add(this.touchButtonX7, 2, 1); this.tableLayoutPanel.Controls.Add(this.touchButtonX8, 0, 2); this.tableLayoutPanel.Controls.Add(this.touchButtonX9, 1, 2); this.tableLayoutPanel.Controls.Add(this.touchButtonX10, 2, 2); this.tableLayoutPanel.Controls.Add(this.touchButtonX11, 3, 1); this.tableLayoutPanel.Location = new System.Drawing.Point(248, 121); this.tableLayoutPanel.Margin = new System.Windows.Forms.Padding(0); this.tableLayoutPanel.Name = "tableLayoutPanel"; this.tableLayoutPanel.Padding = new System.Windows.Forms.Padding(1); this.tableLayoutPanel.RowCount = 3; this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel.Size = new System.Drawing.Size(255, 225); this.tableLayoutPanel.TabIndex = 252; // // touchButtonX1 // this.touchButtonX1.BackColor1 = System.Drawing.Color.Tan; this.touchButtonX1.BackColor2 = System.Drawing.Color.Moccasin; this.touchButtonX1.CanvasColor = System.Drawing.SystemColors.Control; this.touchButtonX1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.touchButtonX1.Cursor = System.Windows.Forms.Cursors.Hand; this.touchButtonX1.DisabledBackColor = System.Drawing.Color.Empty; this.touchButtonX1.Dock = System.Windows.Forms.DockStyle.Fill; this.touchButtonX1.EnableFlyout = false; this.touchButtonX1.FlyoutContent = null; this.touchButtonX1.FlyoutSide = DevComponents.DotNetBar.Controls.ePointerSide.Left; this.touchButtonX1.KeyCode = "7"; this.touchButtonX1.Location = new System.Drawing.Point(1, 1); this.touchButtonX1.Lock = false; this.touchButtonX1.LockSize = new System.Drawing.Size(26, 26); this.touchButtonX1.Margin = new System.Windows.Forms.Padding(0); this.touchButtonX1.Name = "touchButtonX1"; this.touchButtonX1.Notify = false; this.touchButtonX1.NotifyColor = System.Drawing.Color.Red; this.touchButtonX1.NotifySize = new System.Drawing.Size(30, 16); this.touchButtonX1.NotifyText = "99+"; this.touchButtonX1.PermissionCode = ""; this.touchButtonX1.Size = new System.Drawing.Size(63, 74); this.touchButtonX1.Style.Alignment = System.Drawing.StringAlignment.Center; this.touchButtonX1.Style.BackColor1.Color = System.Drawing.Color.Tan; this.touchButtonX1.Style.BackColor2.Color = System.Drawing.Color.Tan; this.touchButtonX1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.touchButtonX1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.touchButtonX1.Style.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.touchButtonX1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.touchButtonX1.Style.GradientAngle = 90; this.touchButtonX1.SymbolColor = System.Drawing.SystemColors.ControlDarkDark; this.touchButtonX1.SymbolSize = 0F; this.touchButtonX1.TabIndex = 0; this.touchButtonX1.Text = "7"; this.touchButtonX1.TouchClick += new POSV.Component.TouchButtonX.EventHandler(this.OnTouchClick); this.touchButtonX1.TouchBeforeClick += new POSV.Component.TouchButtonX.EventHandler(this.OnTouchBeforeClick); // // touchButtonX2 // this.touchButtonX2.BackColor1 = System.Drawing.Color.Tan; this.touchButtonX2.BackColor2 = System.Drawing.Color.Moccasin; this.touchButtonX2.CanvasColor = System.Drawing.SystemColors.Control; this.touchButtonX2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.touchButtonX2.Cursor = System.Windows.Forms.Cursors.Hand; this.touchButtonX2.DisabledBackColor = System.Drawing.Color.Empty; this.touchButtonX2.Dock = System.Windows.Forms.DockStyle.Fill; this.touchButtonX2.EnableFlyout = false; this.touchButtonX2.FlyoutContent = null; this.touchButtonX2.FlyoutSide = DevComponents.DotNetBar.Controls.ePointerSide.Left; this.touchButtonX2.KeyCode = "8"; this.touchButtonX2.Location = new System.Drawing.Point(64, 1); this.touchButtonX2.Lock = false; this.touchButtonX2.LockSize = new System.Drawing.Size(26, 26); this.touchButtonX2.Margin = new System.Windows.Forms.Padding(0); this.touchButtonX2.Name = "touchButtonX2"; this.touchButtonX2.Notify = false; this.touchButtonX2.NotifyColor = System.Drawing.Color.Red; this.touchButtonX2.NotifySize = new System.Drawing.Size(30, 16); this.touchButtonX2.NotifyText = "99+"; this.touchButtonX2.PermissionCode = ""; this.touchButtonX2.Size = new System.Drawing.Size(63, 74); this.touchButtonX2.Style.Alignment = System.Drawing.StringAlignment.Center; this.touchButtonX2.Style.BackColor1.Color = System.Drawing.Color.Tan; this.touchButtonX2.Style.BackColor2.Color = System.Drawing.Color.Tan; this.touchButtonX2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.touchButtonX2.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.touchButtonX2.Style.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.touchButtonX2.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.touchButtonX2.Style.GradientAngle = 90; this.touchButtonX2.SymbolColor = System.Drawing.SystemColors.ControlDarkDark; this.touchButtonX2.SymbolSize = 0F; this.touchButtonX2.TabIndex = 1; this.touchButtonX2.Text = "8"; this.touchButtonX2.TouchClick += new POSV.Component.TouchButtonX.EventHandler(this.OnTouchClick); this.touchButtonX2.TouchBeforeClick += new POSV.Component.TouchButtonX.EventHandler(this.OnTouchBeforeClick); // // touchButtonX3 // this.touchButtonX3.BackColor1 = System.Drawing.Color.Tan; this.touchButtonX3.BackColor2 = System.Drawing.Color.Moccasin; this.touchButtonX3.CanvasColor = System.Drawing.SystemColors.Control; this.touchButtonX3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.touchButtonX3.Cursor = System.Windows.Forms.Cursors.Hand; this.touchButtonX3.DisabledBackColor = System.Drawing.Color.Empty; this.touchButtonX3.Dock = System.Windows.Forms.DockStyle.Fill; this.touchButtonX3.EnableFlyout = false; this.touchButtonX3.FlyoutContent = null; this.touchButtonX3.FlyoutSide = DevComponents.DotNetBar.Controls.ePointerSide.Left; this.touchButtonX3.KeyCode = "9"; this.touchButtonX3.Location = new System.Drawing.Point(127, 1); this.touchButtonX3.Lock = false; this.touchButtonX3.LockSize = new System.Drawing.Size(26, 26); this.touchButtonX3.Margin = new System.Windows.Forms.Padding(0); this.touchButtonX3.Name = "touchButtonX3"; this.touchButtonX3.Notify = false; this.touchButtonX3.NotifyColor = System.Drawing.Color.Red; this.touchButtonX3.NotifySize = new System.Drawing.Size(30, 16); this.touchButtonX3.NotifyText = "99+"; this.touchButtonX3.PermissionCode = ""; this.touchButtonX3.Size = new System.Drawing.Size(63, 74); this.touchButtonX3.Style.Alignment = System.Drawing.StringAlignment.Center; this.touchButtonX3.Style.BackColor1.Color = System.Drawing.Color.Tan; this.touchButtonX3.Style.BackColor2.Color = System.Drawing.Color.Tan; this.touchButtonX3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.touchButtonX3.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.touchButtonX3.Style.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.touchButtonX3.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.touchButtonX3.Style.GradientAngle = 90; this.touchButtonX3.SymbolColor = System.Drawing.SystemColors.ControlDarkDark; this.touchButtonX3.SymbolSize = 0F; this.touchButtonX3.TabIndex = 2; this.touchButtonX3.Text = "9"; this.touchButtonX3.TouchClick += new POSV.Component.TouchButtonX.EventHandler(this.OnTouchClick); this.touchButtonX3.TouchBeforeClick += new POSV.Component.TouchButtonX.EventHandler(this.OnTouchBeforeClick); // // touchButtonX4 // this.touchButtonX4.BackColor1 = System.Drawing.Color.Tan; this.touchButtonX4.BackColor2 = System.Drawing.Color.Moccasin; this.touchButtonX4.CanvasColor = System.Drawing.SystemColors.Control; this.touchButtonX4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.touchButtonX4.Cursor = System.Windows.Forms.Cursors.Hand; this.touchButtonX4.DisabledBackColor = System.Drawing.Color.Empty; this.touchButtonX4.Dock = System.Windows.Forms.DockStyle.Fill; this.touchButtonX4.EnableFlyout = false; this.touchButtonX4.FlyoutContent = null; this.touchButtonX4.FlyoutSide = DevComponents.DotNetBar.Controls.ePointerSide.Left; this.touchButtonX4.KeyCode = "clear"; this.touchButtonX4.Location = new System.Drawing.Point(190, 1); this.touchButtonX4.Lock = false; this.touchButtonX4.LockSize = new System.Drawing.Size(26, 26); this.touchButtonX4.Margin = new System.Windows.Forms.Padding(0); this.touchButtonX4.Name = "touchButtonX4"; this.touchButtonX4.Notify = false; this.touchButtonX4.NotifyColor = System.Drawing.Color.Red; this.touchButtonX4.NotifySize = new System.Drawing.Size(30, 16); this.touchButtonX4.NotifyText = "99+"; this.touchButtonX4.PermissionCode = ""; this.touchButtonX4.Size = new System.Drawing.Size(64, 74); this.touchButtonX4.Style.Alignment = System.Drawing.StringAlignment.Center; this.touchButtonX4.Style.BackColor1.Color = System.Drawing.Color.Tan; this.touchButtonX4.Style.BackColor2.Color = System.Drawing.Color.Tan; this.touchButtonX4.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.touchButtonX4.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.touchButtonX4.Style.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.touchButtonX4.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.touchButtonX4.Style.GradientAngle = 90; this.touchButtonX4.SymbolColor = System.Drawing.SystemColors.ControlDarkDark; this.touchButtonX4.SymbolSize = 0F; this.touchButtonX4.TabIndex = 3; this.touchButtonX4.Text = LangProxy.ToLang("清空"); this.touchButtonX4.TouchClick += new POSV.Component.TouchButtonX.EventHandler(this.OnTouchClick); this.touchButtonX4.TouchBeforeClick += new POSV.Component.TouchButtonX.EventHandler(this.OnTouchBeforeClick); // // touchButtonX5 // this.touchButtonX5.BackColor1 = System.Drawing.Color.Tan; this.touchButtonX5.BackColor2 = System.Drawing.Color.Moccasin; this.touchButtonX5.CanvasColor = System.Drawing.SystemColors.Control; this.touchButtonX5.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.touchButtonX5.Cursor = System.Windows.Forms.Cursors.Hand; this.touchButtonX5.DisabledBackColor = System.Drawing.Color.Empty; this.touchButtonX5.Dock = System.Windows.Forms.DockStyle.Fill; this.touchButtonX5.EnableFlyout = false; this.touchButtonX5.FlyoutContent = null; this.touchButtonX5.FlyoutSide = DevComponents.DotNetBar.Controls.ePointerSide.Left; this.touchButtonX5.KeyCode = "4"; this.touchButtonX5.Location = new System.Drawing.Point(1, 75); this.touchButtonX5.Lock = false; this.touchButtonX5.LockSize = new System.Drawing.Size(26, 26); this.touchButtonX5.Margin = new System.Windows.Forms.Padding(0); this.touchButtonX5.Name = "touchButtonX5"; this.touchButtonX5.Notify = false; this.touchButtonX5.NotifyColor = System.Drawing.Color.Red; this.touchButtonX5.NotifySize = new System.Drawing.Size(30, 16); this.touchButtonX5.NotifyText = "99+"; this.touchButtonX5.PermissionCode = ""; this.touchButtonX5.Size = new System.Drawing.Size(63, 74); this.touchButtonX5.Style.Alignment = System.Drawing.StringAlignment.Center; this.touchButtonX5.Style.BackColor1.Color = System.Drawing.Color.Tan; this.touchButtonX5.Style.BackColor2.Color = System.Drawing.Color.Tan; this.touchButtonX5.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.touchButtonX5.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.touchButtonX5.Style.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.touchButtonX5.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.touchButtonX5.Style.GradientAngle = 90; this.touchButtonX5.SymbolColor = System.Drawing.SystemColors.ControlDarkDark; this.touchButtonX5.SymbolSize = 0F; this.touchButtonX5.TabIndex = 4; this.touchButtonX5.Text = "4"; this.touchButtonX5.TouchClick += new POSV.Component.TouchButtonX.EventHandler(this.OnTouchClick); this.touchButtonX5.TouchBeforeClick += new POSV.Component.TouchButtonX.EventHandler(this.OnTouchBeforeClick); // // touchButtonX6 // this.touchButtonX6.BackColor1 = System.Drawing.Color.Tan; this.touchButtonX6.BackColor2 = System.Drawing.Color.Moccasin; this.touchButtonX6.CanvasColor = System.Drawing.SystemColors.Control; this.touchButtonX6.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.touchButtonX6.Cursor = System.Windows.Forms.Cursors.Hand; this.touchButtonX6.DisabledBackColor = System.Drawing.Color.Empty; this.touchButtonX6.Dock = System.Windows.Forms.DockStyle.Fill; this.touchButtonX6.EnableFlyout = false; this.touchButtonX6.FlyoutContent = null; this.touchButtonX6.FlyoutSide = DevComponents.DotNetBar.Controls.ePointerSide.Left; this.touchButtonX6.KeyCode = "5"; this.touchButtonX6.Location = new System.Drawing.Point(64, 75); this.touchButtonX6.Lock = false; this.touchButtonX6.LockSize = new System.Drawing.Size(26, 26); this.touchButtonX6.Margin = new System.Windows.Forms.Padding(0); this.touchButtonX6.Name = "touchButtonX6"; this.touchButtonX6.Notify = false; this.touchButtonX6.NotifyColor = System.Drawing.Color.Red; this.touchButtonX6.NotifySize = new System.Drawing.Size(30, 16); this.touchButtonX6.NotifyText = "99+"; this.touchButtonX6.PermissionCode = ""; this.touchButtonX6.Size = new System.Drawing.Size(63, 74); this.touchButtonX6.Style.Alignment = System.Drawing.StringAlignment.Center; this.touchButtonX6.Style.BackColor1.Color = System.Drawing.Color.Tan; this.touchButtonX6.Style.BackColor2.Color = System.Drawing.Color.Tan; this.touchButtonX6.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.touchButtonX6.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.touchButtonX6.Style.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.touchButtonX6.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.touchButtonX6.Style.GradientAngle = 90; this.touchButtonX6.SymbolColor = System.Drawing.SystemColors.ControlDarkDark; this.touchButtonX6.SymbolSize = 0F; this.touchButtonX6.TabIndex = 5; this.touchButtonX6.Text = "5"; this.touchButtonX6.TouchClick += new POSV.Component.TouchButtonX.EventHandler(this.OnTouchClick); this.touchButtonX6.TouchBeforeClick += new POSV.Component.TouchButtonX.EventHandler(this.OnTouchBeforeClick); // // touchButtonX7 // this.touchButtonX7.BackColor1 = System.Drawing.Color.Tan; this.touchButtonX7.BackColor2 = System.Drawing.Color.Moccasin; this.touchButtonX7.CanvasColor = System.Drawing.SystemColors.Control; this.touchButtonX7.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.touchButtonX7.Cursor = System.Windows.Forms.Cursors.Hand; this.touchButtonX7.DisabledBackColor = System.Drawing.Color.Empty; this.touchButtonX7.Dock = System.Windows.Forms.DockStyle.Fill; this.touchButtonX7.EnableFlyout = false; this.touchButtonX7.FlyoutContent = null; this.touchButtonX7.FlyoutSide = DevComponents.DotNetBar.Controls.ePointerSide.Left; this.touchButtonX7.KeyCode = "6"; this.touchButtonX7.Location = new System.Drawing.Point(127, 75); this.touchButtonX7.Lock = false; this.touchButtonX7.LockSize = new System.Drawing.Size(26, 26); this.touchButtonX7.Margin = new System.Windows.Forms.Padding(0); this.touchButtonX7.Name = "touchButtonX7"; this.touchButtonX7.Notify = false; this.touchButtonX7.NotifyColor = System.Drawing.Color.Red; this.touchButtonX7.NotifySize = new System.Drawing.Size(30, 16); this.touchButtonX7.NotifyText = "99+"; this.touchButtonX7.PermissionCode = ""; this.touchButtonX7.Size = new System.Drawing.Size(63, 74); this.touchButtonX7.Style.Alignment = System.Drawing.StringAlignment.Center; this.touchButtonX7.Style.BackColor1.Color = System.Drawing.Color.Tan; this.touchButtonX7.Style.BackColor2.Color = System.Drawing.Color.Tan; this.touchButtonX7.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.touchButtonX7.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.touchButtonX7.Style.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.touchButtonX7.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.touchButtonX7.Style.GradientAngle = 90; this.touchButtonX7.SymbolColor = System.Drawing.SystemColors.ControlDarkDark; this.touchButtonX7.SymbolSize = 0F; this.touchButtonX7.TabIndex = 6; this.touchButtonX7.Text = "6"; this.touchButtonX7.TouchClick += new POSV.Component.TouchButtonX.EventHandler(this.OnTouchClick); this.touchButtonX7.TouchBeforeClick += new POSV.Component.TouchButtonX.EventHandler(this.OnTouchBeforeClick); // // touchButtonX8 // this.touchButtonX8.BackColor1 = System.Drawing.Color.Tan; this.touchButtonX8.BackColor2 = System.Drawing.Color.Moccasin; this.touchButtonX8.CanvasColor = System.Drawing.SystemColors.Control; this.touchButtonX8.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.touchButtonX8.Cursor = System.Windows.Forms.Cursors.Hand; this.touchButtonX8.DisabledBackColor = System.Drawing.Color.Empty; this.touchButtonX8.Dock = System.Windows.Forms.DockStyle.Fill; this.touchButtonX8.EnableFlyout = false; this.touchButtonX8.FlyoutContent = null; this.touchButtonX8.FlyoutSide = DevComponents.DotNetBar.Controls.ePointerSide.Left; this.touchButtonX8.KeyCode = "1"; this.touchButtonX8.Location = new System.Drawing.Point(1, 149); this.touchButtonX8.Lock = false; this.touchButtonX8.LockSize = new System.Drawing.Size(26, 26); this.touchButtonX8.Margin = new System.Windows.Forms.Padding(0); this.touchButtonX8.Name = "touchButtonX8"; this.touchButtonX8.Notify = false; this.touchButtonX8.NotifyColor = System.Drawing.Color.Red; this.touchButtonX8.NotifySize = new System.Drawing.Size(30, 16); this.touchButtonX8.NotifyText = "99+"; this.touchButtonX8.PermissionCode = ""; this.touchButtonX8.Size = new System.Drawing.Size(63, 75); this.touchButtonX8.Style.Alignment = System.Drawing.StringAlignment.Center; this.touchButtonX8.Style.BackColor1.Color = System.Drawing.Color.Tan; this.touchButtonX8.Style.BackColor2.Color = System.Drawing.Color.Tan; this.touchButtonX8.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.touchButtonX8.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.touchButtonX8.Style.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.touchButtonX8.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.touchButtonX8.Style.GradientAngle = 90; this.touchButtonX8.SymbolColor = System.Drawing.SystemColors.ControlDarkDark; this.touchButtonX8.SymbolSize = 0F; this.touchButtonX8.TabIndex = 7; this.touchButtonX8.Text = "1"; this.touchButtonX8.TouchClick += new POSV.Component.TouchButtonX.EventHandler(this.OnTouchClick); this.touchButtonX8.TouchBeforeClick += new POSV.Component.TouchButtonX.EventHandler(this.OnTouchBeforeClick); // // touchButtonX9 // this.touchButtonX9.BackColor1 = System.Drawing.Color.Tan; this.touchButtonX9.BackColor2 = System.Drawing.Color.Moccasin; this.touchButtonX9.CanvasColor = System.Drawing.SystemColors.Control; this.touchButtonX9.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.touchButtonX9.Cursor = System.Windows.Forms.Cursors.Hand; this.touchButtonX9.DisabledBackColor = System.Drawing.Color.Empty; this.touchButtonX9.Dock = System.Windows.Forms.DockStyle.Fill; this.touchButtonX9.EnableFlyout = false; this.touchButtonX9.FlyoutContent = null; this.touchButtonX9.FlyoutSide = DevComponents.DotNetBar.Controls.ePointerSide.Left; this.touchButtonX9.KeyCode = "2"; this.touchButtonX9.Location = new System.Drawing.Point(64, 149); this.touchButtonX9.Lock = false; this.touchButtonX9.LockSize = new System.Drawing.Size(26, 26); this.touchButtonX9.Margin = new System.Windows.Forms.Padding(0); this.touchButtonX9.Name = "touchButtonX9"; this.touchButtonX9.Notify = false; this.touchButtonX9.NotifyColor = System.Drawing.Color.Red; this.touchButtonX9.NotifySize = new System.Drawing.Size(30, 16); this.touchButtonX9.NotifyText = "99+"; this.touchButtonX9.PermissionCode = ""; this.touchButtonX9.Size = new System.Drawing.Size(63, 75); this.touchButtonX9.Style.Alignment = System.Drawing.StringAlignment.Center; this.touchButtonX9.Style.BackColor1.Color = System.Drawing.Color.Tan; this.touchButtonX9.Style.BackColor2.Color = System.Drawing.Color.Tan; this.touchButtonX9.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.touchButtonX9.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.touchButtonX9.Style.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.touchButtonX9.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.touchButtonX9.Style.GradientAngle = 90; this.touchButtonX9.SymbolColor = System.Drawing.SystemColors.ControlDarkDark; this.touchButtonX9.SymbolSize = 0F; this.touchButtonX9.TabIndex = 8; this.touchButtonX9.Text = "2"; this.touchButtonX9.TouchClick += new POSV.Component.TouchButtonX.EventHandler(this.OnTouchClick); this.touchButtonX9.TouchBeforeClick += new POSV.Component.TouchButtonX.EventHandler(this.OnTouchBeforeClick); // // touchButtonX10 // this.touchButtonX10.BackColor1 = System.Drawing.Color.Tan; this.touchButtonX10.BackColor2 = System.Drawing.Color.Moccasin; this.touchButtonX10.CanvasColor = System.Drawing.SystemColors.Control; this.touchButtonX10.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.touchButtonX10.Cursor = System.Windows.Forms.Cursors.Hand; this.touchButtonX10.DisabledBackColor = System.Drawing.Color.Empty; this.touchButtonX10.Dock = System.Windows.Forms.DockStyle.Fill; this.touchButtonX10.EnableFlyout = false; this.touchButtonX10.FlyoutContent = null; this.touchButtonX10.FlyoutSide = DevComponents.DotNetBar.Controls.ePointerSide.Left; this.touchButtonX10.KeyCode = "3"; this.touchButtonX10.Location = new System.Drawing.Point(127, 149); this.touchButtonX10.Lock = false; this.touchButtonX10.LockSize = new System.Drawing.Size(26, 26); this.touchButtonX10.Margin = new System.Windows.Forms.Padding(0); this.touchButtonX10.Name = "touchButtonX10"; this.touchButtonX10.Notify = false; this.touchButtonX10.NotifyColor = System.Drawing.Color.Red; this.touchButtonX10.NotifySize = new System.Drawing.Size(30, 16); this.touchButtonX10.NotifyText = "99+"; this.touchButtonX10.PermissionCode = ""; this.touchButtonX10.Size = new System.Drawing.Size(63, 75); this.touchButtonX10.Style.Alignment = System.Drawing.StringAlignment.Center; this.touchButtonX10.Style.BackColor1.Color = System.Drawing.Color.Tan; this.touchButtonX10.Style.BackColor2.Color = System.Drawing.Color.Tan; this.touchButtonX10.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.touchButtonX10.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.touchButtonX10.Style.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.touchButtonX10.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.touchButtonX10.Style.GradientAngle = 90; this.touchButtonX10.SymbolColor = System.Drawing.SystemColors.ControlDarkDark; this.touchButtonX10.SymbolSize = 0F; this.touchButtonX10.TabIndex = 9; this.touchButtonX10.Text = "3"; this.touchButtonX10.TouchClick += new POSV.Component.TouchButtonX.EventHandler(this.OnTouchClick); this.touchButtonX10.TouchBeforeClick += new POSV.Component.TouchButtonX.EventHandler(this.OnTouchBeforeClick); // // touchButtonX11 // this.touchButtonX11.BackColor1 = System.Drawing.Color.Tan; this.touchButtonX11.BackColor2 = System.Drawing.Color.Moccasin; this.touchButtonX11.CanvasColor = System.Drawing.SystemColors.Control; this.touchButtonX11.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.touchButtonX11.Cursor = System.Windows.Forms.Cursors.Hand; this.touchButtonX11.DisabledBackColor = System.Drawing.Color.Empty; this.touchButtonX11.Dock = System.Windows.Forms.DockStyle.Fill; this.touchButtonX11.EnableFlyout = false; this.touchButtonX11.FlyoutContent = null; this.touchButtonX11.FlyoutSide = DevComponents.DotNetBar.Controls.ePointerSide.Left; this.touchButtonX11.KeyCode = "0"; this.touchButtonX11.Location = new System.Drawing.Point(190, 75); this.touchButtonX11.Lock = false; this.touchButtonX11.LockSize = new System.Drawing.Size(26, 26); this.touchButtonX11.Margin = new System.Windows.Forms.Padding(0); this.touchButtonX11.Name = "touchButtonX11"; this.touchButtonX11.Notify = false; this.touchButtonX11.NotifyColor = System.Drawing.Color.Red; this.touchButtonX11.NotifySize = new System.Drawing.Size(30, 16); this.touchButtonX11.NotifyText = "99+"; this.touchButtonX11.PermissionCode = ""; this.tableLayoutPanel.SetRowSpan(this.touchButtonX11, 2); this.touchButtonX11.Size = new System.Drawing.Size(64, 149); this.touchButtonX11.Style.Alignment = System.Drawing.StringAlignment.Center; this.touchButtonX11.Style.BackColor1.Color = System.Drawing.Color.Tan; this.touchButtonX11.Style.BackColor2.Color = System.Drawing.Color.Tan; this.touchButtonX11.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.touchButtonX11.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.touchButtonX11.Style.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.touchButtonX11.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.touchButtonX11.Style.GradientAngle = 90; this.touchButtonX11.SymbolColor = System.Drawing.SystemColors.ControlDarkDark; this.touchButtonX11.SymbolSize = 0F; this.touchButtonX11.TabIndex = 10; this.touchButtonX11.Text = "0"; this.touchButtonX11.TouchClick += new POSV.Component.TouchButtonX.EventHandler(this.OnTouchClick); this.touchButtonX11.TouchBeforeClick += new POSV.Component.TouchButtonX.EventHandler(this.OnTouchBeforeClick); // // PasswdConfirm // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(512, 399); this.Controls.Add(this.tableLayoutPanel); this.Controls.Add(this.line1); this.Controls.Add(this.bottomPanel); this.Controls.Add(this.lblPosNo); this.Controls.Add(this.lblStoreName); this.Controls.Add(this.lblStoreNo); this.Controls.Add(this.lblTenant); this.Controls.Add(this.chkAccept); this.Controls.Add(this.labelX1); this.Controls.Add(this.labelX6); this.Controls.Add(this.txtPasswd); this.Controls.Add(this.controlBox); this.Name = "PasswdConfirm"; this.Text = LangProxy.ToLang("系统初始化"); this.bottomPanel.ResumeLayout(false); this.buttonPanel.ResumeLayout(false); this.tableLayoutPanel.ResumeLayout(false); this.ResumeLayout(false); } #endregion private Component.ControlBox controlBox; private DevComponents.DotNetBar.LabelX labelX6; private Component.NumericTextBox txtPasswd; private DevComponents.DotNetBar.LabelX labelX1; private DevComponents.DotNetBar.Controls.CheckBoxX chkAccept; private DevComponents.DotNetBar.LabelX lblTenant; private DevComponents.DotNetBar.LabelX lblStoreName; private DevComponents.DotNetBar.LabelX lblStoreNo; private DevComponents.DotNetBar.LabelX lblPosNo; private Component.DoubleBufferPanelX bottomPanel; private Component.DoubleBufferPanelX buttonPanel; private DevComponents.DotNetBar.ButtonX ButtonOK; private DevComponents.DotNetBar.LabelX lblInfo; private DevComponents.DotNetBar.Controls.Line line1; private POSV1.Component.DoubleBufferTableLayoutPanel tableLayoutPanel; private Component.TouchButtonX touchButtonX1; private Component.TouchButtonX touchButtonX2; private Component.TouchButtonX touchButtonX3; private Component.TouchButtonX touchButtonX4; private Component.TouchButtonX touchButtonX5; private Component.TouchButtonX touchButtonX6; private Component.TouchButtonX touchButtonX7; private Component.TouchButtonX touchButtonX8; private Component.TouchButtonX touchButtonX9; private Component.TouchButtonX touchButtonX10; private Component.TouchButtonX touchButtonX11; private DevComponents.DotNetBar.ButtonX ButtonCancel; } }