You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

856 lines
66 KiB
C#

9 months ago
using POS.Language.Language;
namespace POSV.Bill
{
partial class BillKeyboard
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.layoutPanel = new POSV1.Component.DoubleBufferTableLayoutPanel();
this.touchButtonX19 = new POSV.Component.TouchButtonX();
this.touchButtonX17 = new POSV.Component.TouchButtonX();
this.touchButtonX1 = new POSV.Component.TouchButtonX();
this.touchButtonX2 = new POSV.Component.TouchButtonX();
this.touchButtonX3 = 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.touchButtonX13 = new POSV.Component.TouchButtonX();
this.touchButtonX14 = new POSV.Component.TouchButtonX();
this.touchButtonX15 = new POSV.Component.TouchButtonX();
this.touchButtonX16 = new POSV.Component.TouchButtonX();
this.touchButtonX12 = new POSV.Component.TouchButtonX();
this.touchButtonX18 = new POSV.Component.TouchButtonX();
this.touchButtonX4 = new POSV.Component.TouchButtonX();
this.layoutPanel.SuspendLayout();
this.SuspendLayout();
//
// layoutPanel
//
this.layoutPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(190)))), ((int)(((byte)(182)))));
this.layoutPanel.ColumnCount = 5;
this.layoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.layoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.layoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.layoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.layoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.layoutPanel.Controls.Add(this.touchButtonX19, 4, 0);
this.layoutPanel.Controls.Add(this.touchButtonX17, 2, 3);
this.layoutPanel.Controls.Add(this.touchButtonX1, 0, 0);
this.layoutPanel.Controls.Add(this.touchButtonX2, 1, 0);
this.layoutPanel.Controls.Add(this.touchButtonX3, 2, 0);
this.layoutPanel.Controls.Add(this.touchButtonX5, 0, 1);
this.layoutPanel.Controls.Add(this.touchButtonX6, 1, 1);
this.layoutPanel.Controls.Add(this.touchButtonX7, 2, 1);
this.layoutPanel.Controls.Add(this.touchButtonX8, 0, 2);
this.layoutPanel.Controls.Add(this.touchButtonX9, 1, 2);
this.layoutPanel.Controls.Add(this.touchButtonX10, 2, 2);
this.layoutPanel.Controls.Add(this.touchButtonX13, 3, 0);
this.layoutPanel.Controls.Add(this.touchButtonX14, 3, 1);
this.layoutPanel.Controls.Add(this.touchButtonX15, 3, 2);
this.layoutPanel.Controls.Add(this.touchButtonX16, 3, 3);
this.layoutPanel.Controls.Add(this.touchButtonX12, 4, 2);
this.layoutPanel.Controls.Add(this.touchButtonX18, 0, 3);
this.layoutPanel.Controls.Add(this.touchButtonX4, 4, 1);
this.layoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.layoutPanel.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.layoutPanel.Location = new System.Drawing.Point(0, 0);
this.layoutPanel.Margin = new System.Windows.Forms.Padding(0);
this.layoutPanel.Name = "layoutPanel";
this.layoutPanel.Padding = new System.Windows.Forms.Padding(1);
this.layoutPanel.RowCount = 4;
this.layoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.layoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.layoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.layoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.layoutPanel.Size = new System.Drawing.Size(297, 225);
this.layoutPanel.TabIndex = 1;
//
// touchButtonX19
//
this.touchButtonX19.AutoScroll = true;
this.touchButtonX19.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(247)))), ((int)(((byte)(236)))));
this.touchButtonX19.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(162)))), ((int)(((byte)(84)))));
this.touchButtonX19.CanvasColor = System.Drawing.SystemColors.Control;
this.touchButtonX19.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.touchButtonX19.Cursor = System.Windows.Forms.Cursors.Hand;
this.touchButtonX19.DisabledBackColor = System.Drawing.Color.Empty;
this.touchButtonX19.Dock = System.Windows.Forms.DockStyle.Fill;
this.touchButtonX19.EnableFlyout = false;
this.touchButtonX19.FlyoutContent = null;
this.touchButtonX19.FlyoutSide = DevComponents.DotNetBar.Controls.ePointerSide.Left;
this.touchButtonX19.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.touchButtonX19.KeyCode = "back";
this.touchButtonX19.Location = new System.Drawing.Point(239, 3);
this.touchButtonX19.Lock = false;
this.touchButtonX19.LockSize = new System.Drawing.Size(26, 26);
this.touchButtonX19.Margin = new System.Windows.Forms.Padding(2);
this.touchButtonX19.Name = "touchButtonX19";
this.touchButtonX19.Notify = false;
this.touchButtonX19.NotifyColor = System.Drawing.Color.Red;
this.touchButtonX19.NotifySize = new System.Drawing.Size(30, 16);
this.touchButtonX19.NotifyText = "99+";
this.touchButtonX19.PermissionCode = "";
this.touchButtonX19.Size = new System.Drawing.Size(55, 51);
this.touchButtonX19.Style.Alignment = System.Drawing.StringAlignment.Center;
this.touchButtonX19.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(247)))), ((int)(((byte)(236)))));
this.touchButtonX19.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(247)))), ((int)(((byte)(236)))));
this.touchButtonX19.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.touchButtonX19.Style.BorderColor.Color = System.Drawing.Color.Tan;
this.touchButtonX19.Style.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.touchButtonX19.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.touchButtonX19.Style.GradientAngle = 90;
this.touchButtonX19.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
this.touchButtonX19.SymbolSize = 0F;
this.touchButtonX19.TabIndex = 49;
this.touchButtonX19.Text = "退格";
this.touchButtonX19.TouchClick += new POSV.Component.TouchButtonX.EventHandler(this.OnTouchClick);
this.touchButtonX19.TouchBeforeClick += new POSV.Component.TouchButtonX.EventHandler(this.OnTouchBeforeClick);
//
// touchButtonX17
//
this.touchButtonX17.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(247)))), ((int)(((byte)(236)))));
this.touchButtonX17.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(162)))), ((int)(((byte)(84)))));
this.touchButtonX17.CanvasColor = System.Drawing.SystemColors.Control;
this.touchButtonX17.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.touchButtonX17.Cursor = System.Windows.Forms.Cursors.Hand;
this.touchButtonX17.DisabledBackColor = System.Drawing.Color.Empty;
this.touchButtonX17.Dock = System.Windows.Forms.DockStyle.Fill;
this.touchButtonX17.EnableFlyout = false;
this.touchButtonX17.FlyoutContent = null;
this.touchButtonX17.FlyoutSide = DevComponents.DotNetBar.Controls.ePointerSide.Left;
this.touchButtonX17.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.touchButtonX17.KeyCode = "oem_period";
this.touchButtonX17.Location = new System.Drawing.Point(121, 168);
this.touchButtonX17.Lock = false;
this.touchButtonX17.LockSize = new System.Drawing.Size(26, 26);
this.touchButtonX17.Margin = new System.Windows.Forms.Padding(2);
this.touchButtonX17.Name = "touchButtonX17";
this.touchButtonX17.Notify = false;
this.touchButtonX17.NotifyColor = System.Drawing.Color.Red;
this.touchButtonX17.NotifySize = new System.Drawing.Size(30, 16);
this.touchButtonX17.NotifyText = "99+";
this.touchButtonX17.PermissionCode = "";
this.touchButtonX17.Size = new System.Drawing.Size(55, 54);
this.touchButtonX17.Style.Alignment = System.Drawing.StringAlignment.Center;
this.touchButtonX17.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(247)))), ((int)(((byte)(236)))));
this.touchButtonX17.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(247)))), ((int)(((byte)(236)))));
this.touchButtonX17.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.touchButtonX17.Style.BorderColor.Color = System.Drawing.Color.Tan;
this.touchButtonX17.Style.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.touchButtonX17.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.touchButtonX17.Style.GradientAngle = 90;
this.touchButtonX17.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
this.touchButtonX17.SymbolSize = 0F;
this.touchButtonX17.TabIndex = 47;
this.touchButtonX17.Text = ".";
this.touchButtonX17.TouchClick += new POSV.Component.TouchButtonX.EventHandler(this.OnTouchClick);
this.touchButtonX17.TouchBeforeClick += new POSV.Component.TouchButtonX.EventHandler(this.OnTouchBeforeClick);
//
// touchButtonX1
//
this.touchButtonX1.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(247)))), ((int)(((byte)(236)))));
this.touchButtonX1.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(162)))), ((int)(((byte)(84)))));
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.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.touchButtonX1.KeyCode = "7";
this.touchButtonX1.Location = new System.Drawing.Point(3, 3);
this.touchButtonX1.Lock = false;
this.touchButtonX1.LockSize = new System.Drawing.Size(26, 26);
this.touchButtonX1.Margin = new System.Windows.Forms.Padding(2);
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(55, 51);
this.touchButtonX1.Style.Alignment = System.Drawing.StringAlignment.Center;
this.touchButtonX1.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(247)))), ((int)(((byte)(236)))));
this.touchButtonX1.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(247)))), ((int)(((byte)(236)))));
this.touchButtonX1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.touchButtonX1.Style.BorderColor.Color = System.Drawing.Color.Tan;
this.touchButtonX1.Style.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, 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.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(247)))), ((int)(((byte)(236)))));
this.touchButtonX2.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(162)))), ((int)(((byte)(84)))));
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.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.touchButtonX2.KeyCode = "8";
this.touchButtonX2.Location = new System.Drawing.Point(62, 3);
this.touchButtonX2.Lock = false;
this.touchButtonX2.LockSize = new System.Drawing.Size(26, 26);
this.touchButtonX2.Margin = new System.Windows.Forms.Padding(2);
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(55, 51);
this.touchButtonX2.Style.Alignment = System.Drawing.StringAlignment.Center;
this.touchButtonX2.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(247)))), ((int)(((byte)(236)))));
this.touchButtonX2.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(247)))), ((int)(((byte)(236)))));
this.touchButtonX2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.touchButtonX2.Style.BorderColor.Color = System.Drawing.Color.Tan;
this.touchButtonX2.Style.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, 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.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(247)))), ((int)(((byte)(236)))));
this.touchButtonX3.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(162)))), ((int)(((byte)(84)))));
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.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.touchButtonX3.KeyCode = "9";
this.touchButtonX3.Location = new System.Drawing.Point(121, 3);
this.touchButtonX3.Lock = false;
this.touchButtonX3.LockSize = new System.Drawing.Size(26, 26);
this.touchButtonX3.Margin = new System.Windows.Forms.Padding(2);
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(55, 51);
this.touchButtonX3.Style.Alignment = System.Drawing.StringAlignment.Center;
this.touchButtonX3.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(247)))), ((int)(((byte)(236)))));
this.touchButtonX3.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(247)))), ((int)(((byte)(236)))));
this.touchButtonX3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.touchButtonX3.Style.BorderColor.Color = System.Drawing.Color.Tan;
this.touchButtonX3.Style.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, 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);
//
// touchButtonX5
//
this.touchButtonX5.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(247)))), ((int)(((byte)(236)))));
this.touchButtonX5.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(162)))), ((int)(((byte)(84)))));
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.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.touchButtonX5.KeyCode = "4";
this.touchButtonX5.Location = new System.Drawing.Point(3, 58);
this.touchButtonX5.Lock = false;
this.touchButtonX5.LockSize = new System.Drawing.Size(26, 26);
this.touchButtonX5.Margin = new System.Windows.Forms.Padding(2);
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(55, 51);
this.touchButtonX5.Style.Alignment = System.Drawing.StringAlignment.Center;
this.touchButtonX5.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(247)))), ((int)(((byte)(236)))));
this.touchButtonX5.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(247)))), ((int)(((byte)(236)))));
this.touchButtonX5.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.touchButtonX5.Style.BorderColor.Color = System.Drawing.Color.Tan;
this.touchButtonX5.Style.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, 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.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(247)))), ((int)(((byte)(236)))));
this.touchButtonX6.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(162)))), ((int)(((byte)(84)))));
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.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.touchButtonX6.KeyCode = "5";
this.touchButtonX6.Location = new System.Drawing.Point(62, 58);
this.touchButtonX6.Lock = false;
this.touchButtonX6.LockSize = new System.Drawing.Size(26, 26);
this.touchButtonX6.Margin = new System.Windows.Forms.Padding(2);
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(55, 51);
this.touchButtonX6.Style.Alignment = System.Drawing.StringAlignment.Center;
this.touchButtonX6.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(247)))), ((int)(((byte)(236)))));
this.touchButtonX6.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(247)))), ((int)(((byte)(236)))));
this.touchButtonX6.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.touchButtonX6.Style.BorderColor.Color = System.Drawing.Color.Tan;
this.touchButtonX6.Style.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, 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.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(247)))), ((int)(((byte)(236)))));
this.touchButtonX7.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(162)))), ((int)(((byte)(84)))));
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.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.touchButtonX7.KeyCode = "6";
this.touchButtonX7.Location = new System.Drawing.Point(121, 58);
this.touchButtonX7.Lock = false;
this.touchButtonX7.LockSize = new System.Drawing.Size(26, 26);
this.touchButtonX7.Margin = new System.Windows.Forms.Padding(2);
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(55, 51);
this.touchButtonX7.Style.Alignment = System.Drawing.StringAlignment.Center;
this.touchButtonX7.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(247)))), ((int)(((byte)(236)))));
this.touchButtonX7.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(247)))), ((int)(((byte)(236)))));
this.touchButtonX7.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.touchButtonX7.Style.BorderColor.Color = System.Drawing.Color.Tan;
this.touchButtonX7.Style.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, 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.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(247)))), ((int)(((byte)(236)))));
this.touchButtonX8.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(162)))), ((int)(((byte)(84)))));
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.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.touchButtonX8.KeyCode = "1";
this.touchButtonX8.Location = new System.Drawing.Point(3, 113);
this.touchButtonX8.Lock = false;
this.touchButtonX8.LockSize = new System.Drawing.Size(26, 26);
this.touchButtonX8.Margin = new System.Windows.Forms.Padding(2);
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(55, 51);
this.touchButtonX8.Style.Alignment = System.Drawing.StringAlignment.Center;
this.touchButtonX8.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(247)))), ((int)(((byte)(236)))));
this.touchButtonX8.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(247)))), ((int)(((byte)(236)))));
this.touchButtonX8.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.touchButtonX8.Style.BorderColor.Color = System.Drawing.Color.Tan;
this.touchButtonX8.Style.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, 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.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(247)))), ((int)(((byte)(236)))));
this.touchButtonX9.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(162)))), ((int)(((byte)(84)))));
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.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.touchButtonX9.KeyCode = "2";
this.touchButtonX9.Location = new System.Drawing.Point(62, 113);
this.touchButtonX9.Lock = false;
this.touchButtonX9.LockSize = new System.Drawing.Size(26, 26);
this.touchButtonX9.Margin = new System.Windows.Forms.Padding(2);
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(55, 51);
this.touchButtonX9.Style.Alignment = System.Drawing.StringAlignment.Center;
this.touchButtonX9.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(247)))), ((int)(((byte)(236)))));
this.touchButtonX9.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(247)))), ((int)(((byte)(236)))));
this.touchButtonX9.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.touchButtonX9.Style.BorderColor.Color = System.Drawing.Color.Tan;
this.touchButtonX9.Style.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, 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.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(247)))), ((int)(((byte)(236)))));
this.touchButtonX10.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(162)))), ((int)(((byte)(84)))));
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.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.touchButtonX10.KeyCode = "3";
this.touchButtonX10.Location = new System.Drawing.Point(121, 113);
this.touchButtonX10.Lock = false;
this.touchButtonX10.LockSize = new System.Drawing.Size(26, 26);
this.touchButtonX10.Margin = new System.Windows.Forms.Padding(2);
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(55, 51);
this.touchButtonX10.Style.Alignment = System.Drawing.StringAlignment.Center;
this.touchButtonX10.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(247)))), ((int)(((byte)(236)))));
this.touchButtonX10.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(247)))), ((int)(((byte)(236)))));
this.touchButtonX10.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.touchButtonX10.Style.BorderColor.Color = System.Drawing.Color.Tan;
this.touchButtonX10.Style.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, 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);
//
// touchButtonX13
//
this.touchButtonX13.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(247)))), ((int)(((byte)(236)))));
this.touchButtonX13.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(162)))), ((int)(((byte)(84)))));
this.touchButtonX13.CanvasColor = System.Drawing.SystemColors.Control;
this.touchButtonX13.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.touchButtonX13.Cursor = System.Windows.Forms.Cursors.Hand;
this.touchButtonX13.DisabledBackColor = System.Drawing.Color.Empty;
this.touchButtonX13.Dock = System.Windows.Forms.DockStyle.Fill;
this.touchButtonX13.EnableFlyout = false;
this.touchButtonX13.FlyoutContent = null;
this.touchButtonX13.FlyoutSide = DevComponents.DotNetBar.Controls.ePointerSide.Left;
this.touchButtonX13.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.touchButtonX13.KeyCode = "100";
this.touchButtonX13.Location = new System.Drawing.Point(180, 3);
this.touchButtonX13.Lock = false;
this.touchButtonX13.LockSize = new System.Drawing.Size(26, 26);
this.touchButtonX13.Margin = new System.Windows.Forms.Padding(2);
this.touchButtonX13.Name = "touchButtonX13";
this.touchButtonX13.Notify = false;
this.touchButtonX13.NotifyColor = System.Drawing.Color.Red;
this.touchButtonX13.NotifySize = new System.Drawing.Size(30, 16);
this.touchButtonX13.NotifyText = "99+";
this.touchButtonX13.PermissionCode = "";
this.touchButtonX13.Size = new System.Drawing.Size(55, 51);
this.touchButtonX13.Style.Alignment = System.Drawing.StringAlignment.Center;
this.touchButtonX13.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(247)))), ((int)(((byte)(236)))));
this.touchButtonX13.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(247)))), ((int)(((byte)(236)))));
this.touchButtonX13.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.touchButtonX13.Style.BorderColor.Color = System.Drawing.Color.Tan;
this.touchButtonX13.Style.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.touchButtonX13.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.touchButtonX13.Style.GradientAngle = 90;
this.touchButtonX13.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
this.touchButtonX13.SymbolSize = 0F;
this.touchButtonX13.TabIndex = 12;
this.touchButtonX13.Text = "100";
this.touchButtonX13.TouchClick += new POSV.Component.TouchButtonX.EventHandler(this.OnTouchClick);
this.touchButtonX13.TouchBeforeClick += new POSV.Component.TouchButtonX.EventHandler(this.OnTouchBeforeClick);
//
// touchButtonX14
//
this.touchButtonX14.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(247)))), ((int)(((byte)(236)))));
this.touchButtonX14.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(162)))), ((int)(((byte)(84)))));
this.touchButtonX14.CanvasColor = System.Drawing.SystemColors.Control;
this.touchButtonX14.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.touchButtonX14.Cursor = System.Windows.Forms.Cursors.Hand;
this.touchButtonX14.DisabledBackColor = System.Drawing.Color.Empty;
this.touchButtonX14.Dock = System.Windows.Forms.DockStyle.Fill;
this.touchButtonX14.EnableFlyout = false;
this.touchButtonX14.FlyoutContent = null;
this.touchButtonX14.FlyoutSide = DevComponents.DotNetBar.Controls.ePointerSide.Left;
this.touchButtonX14.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.touchButtonX14.KeyCode = "50";
this.touchButtonX14.Location = new System.Drawing.Point(180, 58);
this.touchButtonX14.Lock = false;
this.touchButtonX14.LockSize = new System.Drawing.Size(26, 26);
this.touchButtonX14.Margin = new System.Windows.Forms.Padding(2);
this.touchButtonX14.Name = "touchButtonX14";
this.touchButtonX14.Notify = false;
this.touchButtonX14.NotifyColor = System.Drawing.Color.Red;
this.touchButtonX14.NotifySize = new System.Drawing.Size(30, 16);
this.touchButtonX14.NotifyText = "99+";
this.touchButtonX14.PermissionCode = "";
this.touchButtonX14.Size = new System.Drawing.Size(55, 51);
this.touchButtonX14.Style.Alignment = System.Drawing.StringAlignment.Center;
this.touchButtonX14.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(247)))), ((int)(((byte)(236)))));
this.touchButtonX14.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(247)))), ((int)(((byte)(236)))));
this.touchButtonX14.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.touchButtonX14.Style.BorderColor.Color = System.Drawing.Color.Tan;
this.touchButtonX14.Style.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.touchButtonX14.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.touchButtonX14.Style.GradientAngle = 90;
this.touchButtonX14.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
this.touchButtonX14.SymbolSize = 0F;
this.touchButtonX14.TabIndex = 13;
this.touchButtonX14.Text = "50";
this.touchButtonX14.TouchClick += new POSV.Component.TouchButtonX.EventHandler(this.OnTouchClick);
this.touchButtonX14.TouchBeforeClick += new POSV.Component.TouchButtonX.EventHandler(this.OnTouchBeforeClick);
//
// touchButtonX15
//
this.touchButtonX15.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(247)))), ((int)(((byte)(236)))));
this.touchButtonX15.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(162)))), ((int)(((byte)(84)))));
this.touchButtonX15.CanvasColor = System.Drawing.SystemColors.Control;
this.touchButtonX15.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.touchButtonX15.Cursor = System.Windows.Forms.Cursors.Hand;
this.touchButtonX15.DisabledBackColor = System.Drawing.Color.Empty;
this.touchButtonX15.Dock = System.Windows.Forms.DockStyle.Fill;
this.touchButtonX15.EnableFlyout = false;
this.touchButtonX15.FlyoutContent = null;
this.touchButtonX15.FlyoutSide = DevComponents.DotNetBar.Controls.ePointerSide.Left;
this.touchButtonX15.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.touchButtonX15.KeyCode = "20";
this.touchButtonX15.Location = new System.Drawing.Point(180, 113);
this.touchButtonX15.Lock = false;
this.touchButtonX15.LockSize = new System.Drawing.Size(26, 26);
this.touchButtonX15.Margin = new System.Windows.Forms.Padding(2);
this.touchButtonX15.Name = "touchButtonX15";
this.touchButtonX15.Notify = false;
this.touchButtonX15.NotifyColor = System.Drawing.Color.Red;
this.touchButtonX15.NotifySize = new System.Drawing.Size(30, 16);
this.touchButtonX15.NotifyText = "99+";
this.touchButtonX15.PermissionCode = "";
this.touchButtonX15.Size = new System.Drawing.Size(55, 51);
this.touchButtonX15.Style.Alignment = System.Drawing.StringAlignment.Center;
this.touchButtonX15.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(247)))), ((int)(((byte)(236)))));
this.touchButtonX15.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(247)))), ((int)(((byte)(236)))));
this.touchButtonX15.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.touchButtonX15.Style.BorderColor.Color = System.Drawing.Color.Tan;
this.touchButtonX15.Style.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.touchButtonX15.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.touchButtonX15.Style.GradientAngle = 90;
this.touchButtonX15.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
this.touchButtonX15.SymbolSize = 0F;
this.touchButtonX15.TabIndex = 14;
this.touchButtonX15.Text = "20";
this.touchButtonX15.TouchClick += new POSV.Component.TouchButtonX.EventHandler(this.OnTouchClick);
this.touchButtonX15.TouchBeforeClick += new POSV.Component.TouchButtonX.EventHandler(this.OnTouchBeforeClick);
//
// touchButtonX16
//
this.touchButtonX16.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(247)))), ((int)(((byte)(236)))));
this.touchButtonX16.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(162)))), ((int)(((byte)(84)))));
this.touchButtonX16.CanvasColor = System.Drawing.SystemColors.Control;
this.touchButtonX16.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.touchButtonX16.Cursor = System.Windows.Forms.Cursors.Hand;
this.touchButtonX16.DisabledBackColor = System.Drawing.Color.Empty;
this.touchButtonX16.Dock = System.Windows.Forms.DockStyle.Fill;
this.touchButtonX16.EnableFlyout = false;
this.touchButtonX16.FlyoutContent = null;
this.touchButtonX16.FlyoutSide = DevComponents.DotNetBar.Controls.ePointerSide.Left;
this.touchButtonX16.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.touchButtonX16.KeyCode = "10";
this.touchButtonX16.Location = new System.Drawing.Point(180, 168);
this.touchButtonX16.Lock = false;
this.touchButtonX16.LockSize = new System.Drawing.Size(26, 26);
this.touchButtonX16.Margin = new System.Windows.Forms.Padding(2);
this.touchButtonX16.Name = "touchButtonX16";
this.touchButtonX16.Notify = false;
this.touchButtonX16.NotifyColor = System.Drawing.Color.Red;
this.touchButtonX16.NotifySize = new System.Drawing.Size(30, 16);
this.touchButtonX16.NotifyText = "99+";
this.touchButtonX16.PermissionCode = "";
this.touchButtonX16.Size = new System.Drawing.Size(55, 54);
this.touchButtonX16.Style.Alignment = System.Drawing.StringAlignment.Center;
this.touchButtonX16.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(247)))), ((int)(((byte)(236)))));
this.touchButtonX16.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(247)))), ((int)(((byte)(236)))));
this.touchButtonX16.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.touchButtonX16.Style.BorderColor.Color = System.Drawing.Color.Tan;
this.touchButtonX16.Style.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.touchButtonX16.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.touchButtonX16.Style.GradientAngle = 90;
this.touchButtonX16.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
this.touchButtonX16.SymbolSize = 0F;
this.touchButtonX16.TabIndex = 15;
this.touchButtonX16.Text = "10";
this.touchButtonX16.TouchClick += new POSV.Component.TouchButtonX.EventHandler(this.OnTouchClick);
this.touchButtonX16.TouchBeforeClick += new POSV.Component.TouchButtonX.EventHandler(this.OnTouchBeforeClick);
//
// touchButtonX12
//
this.touchButtonX12.AutoScroll = true;
this.touchButtonX12.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(162)))), ((int)(((byte)(84)))));
this.touchButtonX12.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(247)))), ((int)(((byte)(236)))));
this.touchButtonX12.CanvasColor = System.Drawing.SystemColors.Control;
this.touchButtonX12.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.touchButtonX12.Cursor = System.Windows.Forms.Cursors.Hand;
this.touchButtonX12.DisabledBackColor = System.Drawing.Color.Empty;
this.touchButtonX12.Dock = System.Windows.Forms.DockStyle.Fill;
this.touchButtonX12.EnableFlyout = false;
this.touchButtonX12.FlyoutContent = null;
this.touchButtonX12.FlyoutSide = DevComponents.DotNetBar.Controls.ePointerSide.Left;
this.touchButtonX12.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.touchButtonX12.KeyCode = "accept";
this.touchButtonX12.Location = new System.Drawing.Point(239, 113);
this.touchButtonX12.Lock = false;
this.touchButtonX12.LockSize = new System.Drawing.Size(26, 26);
this.touchButtonX12.Margin = new System.Windows.Forms.Padding(2);
this.touchButtonX12.Name = "touchButtonX12";
this.touchButtonX12.Notify = false;
this.touchButtonX12.NotifyColor = System.Drawing.Color.Red;
this.touchButtonX12.NotifySize = new System.Drawing.Size(30, 16);
this.touchButtonX12.NotifyText = "99+";
this.touchButtonX12.PermissionCode = "";
this.layoutPanel.SetRowSpan(this.touchButtonX12, 2);
this.touchButtonX12.Size = new System.Drawing.Size(55, 109);
this.touchButtonX12.Style.Alignment = System.Drawing.StringAlignment.Center;
this.touchButtonX12.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(162)))), ((int)(((byte)(84)))));
this.touchButtonX12.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(162)))), ((int)(((byte)(84)))));
this.touchButtonX12.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.touchButtonX12.Style.BorderColor.Color = System.Drawing.Color.Tan;
this.touchButtonX12.Style.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.touchButtonX12.Style.ForeColor.Color = System.Drawing.Color.White;
this.touchButtonX12.Style.GradientAngle = 90;
this.touchButtonX12.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
this.touchButtonX12.SymbolSize = 0F;
this.touchButtonX12.TabIndex = 11;
this.touchButtonX12.Text = "确定";
this.touchButtonX12.TouchClick += new POSV.Component.TouchButtonX.EventHandler(this.OnTouchClick);
this.touchButtonX12.TouchBeforeClick += new POSV.Component.TouchButtonX.EventHandler(this.OnTouchBeforeClick);
//
// touchButtonX18
//
this.touchButtonX18.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(247)))), ((int)(((byte)(236)))));
this.touchButtonX18.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(162)))), ((int)(((byte)(84)))));
this.touchButtonX18.CanvasColor = System.Drawing.SystemColors.Control;
this.touchButtonX18.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.layoutPanel.SetColumnSpan(this.touchButtonX18, 2);
this.touchButtonX18.Cursor = System.Windows.Forms.Cursors.Hand;
this.touchButtonX18.DisabledBackColor = System.Drawing.Color.Empty;
this.touchButtonX18.Dock = System.Windows.Forms.DockStyle.Fill;
this.touchButtonX18.EnableFlyout = false;
this.touchButtonX18.FlyoutContent = null;
this.touchButtonX18.FlyoutSide = DevComponents.DotNetBar.Controls.ePointerSide.Left;
this.touchButtonX18.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.touchButtonX18.KeyCode = "0";
this.touchButtonX18.Location = new System.Drawing.Point(3, 168);
this.touchButtonX18.Lock = false;
this.touchButtonX18.LockSize = new System.Drawing.Size(26, 26);
this.touchButtonX18.Margin = new System.Windows.Forms.Padding(2);
this.touchButtonX18.Name = "touchButtonX18";
this.touchButtonX18.Notify = false;
this.touchButtonX18.NotifyColor = System.Drawing.Color.Red;
this.touchButtonX18.NotifySize = new System.Drawing.Size(30, 16);
this.touchButtonX18.NotifyText = "99+";
this.touchButtonX18.PermissionCode = "";
this.touchButtonX18.Size = new System.Drawing.Size(114, 54);
this.touchButtonX18.Style.Alignment = System.Drawing.StringAlignment.Center;
this.touchButtonX18.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(247)))), ((int)(((byte)(236)))));
this.touchButtonX18.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(247)))), ((int)(((byte)(236)))));
this.touchButtonX18.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.touchButtonX18.Style.BorderColor.Color = System.Drawing.Color.Tan;
this.touchButtonX18.Style.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.touchButtonX18.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.touchButtonX18.Style.GradientAngle = 90;
this.touchButtonX18.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
this.touchButtonX18.SymbolSize = 0F;
this.touchButtonX18.TabIndex = 48;
this.touchButtonX18.Text = "0";
this.touchButtonX18.TouchClick += new POSV.Component.TouchButtonX.EventHandler(this.OnTouchClick);
this.touchButtonX18.TouchBeforeClick += new POSV.Component.TouchButtonX.EventHandler(this.OnTouchBeforeClick);
//
// touchButtonX4
//
this.touchButtonX4.AutoScroll = true;
this.touchButtonX4.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(247)))), ((int)(((byte)(236)))));
this.touchButtonX4.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(162)))), ((int)(((byte)(84)))));
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.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.touchButtonX4.KeyCode = "clear";
this.touchButtonX4.Location = new System.Drawing.Point(239, 58);
this.touchButtonX4.Lock = false;
this.touchButtonX4.LockSize = new System.Drawing.Size(26, 26);
this.touchButtonX4.Margin = new System.Windows.Forms.Padding(2);
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(55, 51);
this.touchButtonX4.Style.Alignment = System.Drawing.StringAlignment.Center;
this.touchButtonX4.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(247)))), ((int)(((byte)(236)))));
this.touchButtonX4.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(247)))), ((int)(((byte)(236)))));
this.touchButtonX4.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.touchButtonX4.Style.BorderColor.Color = System.Drawing.Color.Tan;
this.touchButtonX4.Style.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, 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 = "清空";
this.touchButtonX4.TouchClick += new POSV.Component.TouchButtonX.EventHandler(this.OnTouchClick);
this.touchButtonX4.TouchBeforeClick += new POSV.Component.TouchButtonX.EventHandler(this.OnTouchBeforeClick);
//
// BillKeyboard
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(190)))), ((int)(((byte)(182)))));
this.Controls.Add(this.layoutPanel);
this.Name = "BillKeyboard";
this.Size = new System.Drawing.Size(297, 225);
this.layoutPanel.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private POSV1.Component.DoubleBufferTableLayoutPanel layoutPanel;
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 touchButtonX12;
private Component.TouchButtonX touchButtonX13;
private Component.TouchButtonX touchButtonX14;
private Component.TouchButtonX touchButtonX15;
private Component.TouchButtonX touchButtonX16;
private Component.TouchButtonX touchButtonX19;
private Component.TouchButtonX touchButtonX17;
private Component.TouchButtonX touchButtonX18;
}
}