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.

249 lines
16 KiB
C#

using POSV.Component;
namespace POSV.Template
{
partial class TxtKeyboardForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
DevComponents.DotNetBar.Keyboard.VirtualKeyboardColorTable virtualKeyboardColorTable1 = new DevComponents.DotNetBar.Keyboard.VirtualKeyboardColorTable();
DevComponents.DotNetBar.Keyboard.FlatStyleRenderer flatStyleRenderer1 = new DevComponents.DotNetBar.Keyboard.FlatStyleRenderer();
this.keyboardControl1 = new MyKeyboardControl();
this.txtContent = new DevComponents.DotNetBar.Controls.TextBoxX();
this.acceptButton = new POSV.Component.TouchButtonX();
this.doubleBufferPanelX1 = new POSV.Component.DoubleBufferPanelX();
this.touchButtonX5 = new POSV.Component.TouchButtonX();
this.checkBoxX2 = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.cnCheckBox = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.doubleBufferPanelX1.SuspendLayout();
this.SuspendLayout();
//
// keyboardControl1
//
virtualKeyboardColorTable1.BackgroundColor = System.Drawing.Color.Black;
virtualKeyboardColorTable1.DarkKeysColor = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(28)))), ((int)(((byte)(33)))));
virtualKeyboardColorTable1.DownKeysColor = System.Drawing.Color.White;
virtualKeyboardColorTable1.DownTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
virtualKeyboardColorTable1.KeysColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(47)))), ((int)(((byte)(55)))));
virtualKeyboardColorTable1.LightKeysColor = System.Drawing.Color.FromArgb(((int)(((byte)(69)))), ((int)(((byte)(68)))), ((int)(((byte)(76)))));
virtualKeyboardColorTable1.PressedKeysColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(161)))), ((int)(((byte)(81)))));
virtualKeyboardColorTable1.TextColor = System.Drawing.Color.White;
virtualKeyboardColorTable1.ToggleTextColor = System.Drawing.Color.Green;
virtualKeyboardColorTable1.TopBarTextColor = System.Drawing.Color.White;
this.keyboardControl1.ColorTable = virtualKeyboardColorTable1;
this.keyboardControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.keyboardControl1.ImeMode = System.Windows.Forms.ImeMode.On;
this.keyboardControl1.Location = new System.Drawing.Point(0, 100);
this.keyboardControl1.Name = "keyboardControl1";
flatStyleRenderer1.ColorTable = virtualKeyboardColorTable1;
flatStyleRenderer1.ForceAntiAlias = false;
this.keyboardControl1.Renderer = flatStyleRenderer1;
this.keyboardControl1.Size = new System.Drawing.Size(743, 250);
this.keyboardControl1.TabIndex = 0;
this.keyboardControl1.KeyboardClosed += new System.EventHandler(this.OnKeyboardClosed);
//
// txtContent
//
this.txtContent.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.txtContent.BackColor = System.Drawing.Color.White;
//
//
//
this.txtContent.Border.Class = "TextBoxBorder";
this.txtContent.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtContent.DisabledBackColor = System.Drawing.Color.White;
this.txtContent.ForeColor = System.Drawing.Color.Black;
this.txtContent.ImeMode = System.Windows.Forms.ImeMode.On;
this.txtContent.IsEnterInputKey = true;
this.txtContent.Location = new System.Drawing.Point(5, 6);
this.txtContent.Multiline = true;
this.txtContent.Name = "txtContent";
this.txtContent.PreventEnterBeep = true;
this.txtContent.Size = new System.Drawing.Size(416, 87);
this.txtContent.TabIndex = 1;
//
// acceptButton
//
this.acceptButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.acceptButton.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(135)))), ((int)(((byte)(184)))), ((int)(((byte)(127)))));
this.acceptButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(135)))), ((int)(((byte)(184)))), ((int)(((byte)(127)))));
this.acceptButton.CanvasColor = System.Drawing.SystemColors.Control;
this.acceptButton.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.acceptButton.Cursor = System.Windows.Forms.Cursors.Hand;
this.acceptButton.DisabledBackColor = System.Drawing.Color.Empty;
this.acceptButton.EnableFlyout = false;
this.acceptButton.FlyoutContent = null;
this.acceptButton.FlyoutSide = DevComponents.DotNetBar.Controls.ePointerSide.Left;
this.acceptButton.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.acceptButton.KeyCode = "";
this.acceptButton.Location = new System.Drawing.Point(612, 6);
this.acceptButton.Lock = false;
this.acceptButton.LockSize = new System.Drawing.Size(26, 26);
this.acceptButton.Name = "acceptButton";
this.acceptButton.Notify = false;
this.acceptButton.NotifyColor = System.Drawing.Color.Red;
this.acceptButton.NotifySize = new System.Drawing.Size(30, 16);
this.acceptButton.NotifyText = "99+";
this.acceptButton.PermissionCode = "";
this.acceptButton.Size = new System.Drawing.Size(120, 78);
this.acceptButton.Style.Alignment = System.Drawing.StringAlignment.Center;
this.acceptButton.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(135)))), ((int)(((byte)(184)))), ((int)(((byte)(127)))));
this.acceptButton.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(135)))), ((int)(((byte)(184)))), ((int)(((byte)(127)))));
this.acceptButton.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.acceptButton.Style.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.acceptButton.Style.ForeColor.Color = System.Drawing.Color.White;
this.acceptButton.Style.GradientAngle = 90;
this.acceptButton.SymbolColor = System.Drawing.Color.Orange;
this.acceptButton.SymbolSize = 0F;
this.acceptButton.TabIndex = 191;
this.acceptButton.Text = "确定";
this.acceptButton.TouchClick += new POSV.Component.TouchButtonX.EventHandler(this.OnAcceptTouchClick);
//
// doubleBufferPanelX1
//
this.doubleBufferPanelX1.CanvasColor = System.Drawing.SystemColors.Control;
this.doubleBufferPanelX1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.doubleBufferPanelX1.Controls.Add(this.touchButtonX5);
this.doubleBufferPanelX1.Controls.Add(this.checkBoxX2);
this.doubleBufferPanelX1.Controls.Add(this.cnCheckBox);
this.doubleBufferPanelX1.Controls.Add(this.keyboardControl1);
this.doubleBufferPanelX1.Controls.Add(this.txtContent);
this.doubleBufferPanelX1.Controls.Add(this.acceptButton);
this.doubleBufferPanelX1.DisabledBackColor = System.Drawing.Color.Empty;
this.doubleBufferPanelX1.Dock = System.Windows.Forms.DockStyle.Fill;
this.doubleBufferPanelX1.Location = new System.Drawing.Point(0, 0);
this.doubleBufferPanelX1.Name = "doubleBufferPanelX1";
this.doubleBufferPanelX1.Size = new System.Drawing.Size(743, 350);
this.doubleBufferPanelX1.Style.Alignment = System.Drawing.StringAlignment.Center;
this.doubleBufferPanelX1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
this.doubleBufferPanelX1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.doubleBufferPanelX1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
this.doubleBufferPanelX1.Style.GradientAngle = 90;
this.doubleBufferPanelX1.StyleMouseDown.Alignment = System.Drawing.StringAlignment.Center;
this.doubleBufferPanelX1.StyleMouseDown.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground;
this.doubleBufferPanelX1.StyleMouseDown.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBorder;
this.doubleBufferPanelX1.StyleMouseDown.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedText;
this.doubleBufferPanelX1.StyleMouseOver.Alignment = System.Drawing.StringAlignment.Center;
this.doubleBufferPanelX1.StyleMouseOver.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemHotBackground;
this.doubleBufferPanelX1.StyleMouseOver.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemHotBorder;
this.doubleBufferPanelX1.StyleMouseOver.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemHotText;
this.doubleBufferPanelX1.TabIndex = 200;
//
// touchButtonX5
//
this.touchButtonX5.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(156)))), ((int)(((byte)(207)))));
this.touchButtonX5.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(156)))), ((int)(((byte)(207)))));
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.EnableFlyout = false;
this.touchButtonX5.FlyoutContent = null;
this.touchButtonX5.FlyoutSide = DevComponents.DotNetBar.Controls.ePointerSide.Left;
this.touchButtonX5.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.touchButtonX5.KeyCode = "";
this.touchButtonX5.Location = new System.Drawing.Point(427, 6);
this.touchButtonX5.Lock = false;
this.touchButtonX5.LockSize = new System.Drawing.Size(26, 26);
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(169, 29);
this.touchButtonX5.Style.Alignment = System.Drawing.StringAlignment.Center;
this.touchButtonX5.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(156)))), ((int)(((byte)(207)))));
this.touchButtonX5.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(156)))), ((int)(((byte)(207)))));
this.touchButtonX5.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.touchButtonX5.Style.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.touchButtonX5.Style.ForeColor.Color = System.Drawing.Color.White;
this.touchButtonX5.Style.GradientAngle = 90;
this.touchButtonX5.SymbolColor = System.Drawing.Color.Orange;
this.touchButtonX5.SymbolSize = 0F;
this.touchButtonX5.TabIndex = 206;
this.touchButtonX5.Text = "切换输入法";
this.touchButtonX5.TouchClick += new POSV.Component.TouchButtonX.EventHandler(this.OnChangeInputTouchClick);
//
// checkBoxX2
//
//
//
//
this.checkBoxX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.checkBoxX2.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
this.checkBoxX2.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.checkBoxX2.Location = new System.Drawing.Point(516, 57);
this.checkBoxX2.Name = "checkBoxX2";
this.checkBoxX2.Size = new System.Drawing.Size(80, 23);
this.checkBoxX2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.checkBoxX2.TabIndex = 196;
this.checkBoxX2.Tag = "en";
this.checkBoxX2.Text = "英文";
this.checkBoxX2.CheckedChanged += new System.EventHandler(this.OnCheckChanged);
//
// cnCheckBox
//
//
//
//
this.cnCheckBox.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.cnCheckBox.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
this.cnCheckBox.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cnCheckBox.Location = new System.Drawing.Point(427, 57);
this.cnCheckBox.Name = "cnCheckBox";
this.cnCheckBox.Size = new System.Drawing.Size(83, 23);
this.cnCheckBox.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.cnCheckBox.TabIndex = 195;
this.cnCheckBox.Tag = "cn";
this.cnCheckBox.Text = "中文";
this.cnCheckBox.CheckedChanged += new System.EventHandler(this.OnCheckChanged);
//
// TxtKeyboardForm
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(743, 350);
this.Controls.Add(this.doubleBufferPanelX1);
this.Name = "TxtKeyboardForm";
this.Text = "TxtKetboardForm";
this.doubleBufferPanelX1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private MyKeyboardControl keyboardControl1;
private DevComponents.DotNetBar.Controls.TextBoxX txtContent;
private TouchButtonX acceptButton;
private DoubleBufferPanelX doubleBufferPanelX1;
private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX2;
private DevComponents.DotNetBar.Controls.CheckBoxX cnCheckBox;
private TouchButtonX touchButtonX5;
}
}