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.

282 lines
16 KiB
C#

namespace POSV
{
partial class VirtualKeyboard
{
/// <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();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(VirtualKeyboard));
this.keyboardControl = new POSV.Component.MyKeyboardControl();
this.topPanel = new POSV.Component.DoubleBufferPanelX();
this.lblInputLanguage = new POSV.Component.TouchLabelX();
this.chkChinese = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.chkEnglish = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.chkNumber = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.lblClose = new POSV.Component.TouchLabelX();
this.lblTitle = new POSV.Component.TouchLabelX();
this.lblLogo = new POSV.Component.TouchLabelX();
this.topPanel.SuspendLayout();
this.SuspendLayout();
//
// keyboardControl
//
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.keyboardControl.ColorTable = virtualKeyboardColorTable1;
this.keyboardControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.keyboardControl.IsTopBarVisible = false;
this.keyboardControl.Location = new System.Drawing.Point(10, 52);
this.keyboardControl.Name = "keyboardControl";
flatStyleRenderer1.ColorTable = virtualKeyboardColorTable1;
flatStyleRenderer1.ForceAntiAlias = false;
this.keyboardControl.Renderer = flatStyleRenderer1;
this.keyboardControl.Size = new System.Drawing.Size(841, 321);
this.keyboardControl.TabIndex = 5;
this.keyboardControl.Text = "巨为屏幕键盘";
//
// topPanel
//
this.topPanel.CanvasColor = System.Drawing.SystemColors.Control;
this.topPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.topPanel.Controls.Add(this.lblInputLanguage);
this.topPanel.Controls.Add(this.chkChinese);
this.topPanel.Controls.Add(this.chkEnglish);
this.topPanel.Controls.Add(this.chkNumber);
this.topPanel.Controls.Add(this.lblClose);
this.topPanel.Controls.Add(this.lblTitle);
this.topPanel.Controls.Add(this.lblLogo);
this.topPanel.DisabledBackColor = System.Drawing.Color.Empty;
this.topPanel.Dock = System.Windows.Forms.DockStyle.Top;
this.topPanel.Location = new System.Drawing.Point(10, 0);
this.topPanel.Name = "topPanel";
this.topPanel.Padding = new System.Windows.Forms.Padding(1);
this.topPanel.Size = new System.Drawing.Size(841, 52);
this.topPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
this.topPanel.Style.BackColor1.Alpha = ((byte)(0));
this.topPanel.Style.BackColor1.Color = System.Drawing.Color.Transparent;
this.topPanel.Style.BackColor2.Alpha = ((byte)(0));
this.topPanel.Style.BackColor2.Color = System.Drawing.Color.Transparent;
this.topPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.topPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.topPanel.Style.GradientAngle = 90;
this.topPanel.TabIndex = 1;
//
// lblInputLanguage
//
this.lblInputLanguage.BackColor = System.Drawing.Color.Transparent;
this.lblInputLanguage.BackColor1 = System.Drawing.Color.Transparent;
this.lblInputLanguage.BackColor2 = System.Drawing.Color.Tan;
this.lblInputLanguage.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
//
//
//
this.lblInputLanguage.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblInputLanguage.BackgroundStyle.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblInputLanguage.BackgroundStyle.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.lblInputLanguage.Dock = System.Windows.Forms.DockStyle.Right;
this.lblInputLanguage.EnableMarkup = false;
this.lblInputLanguage.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblInputLanguage.ForeColor = System.Drawing.Color.Black;
this.lblInputLanguage.ImageTextSpacing = 0;
this.lblInputLanguage.Location = new System.Drawing.Point(476, 1);
this.lblInputLanguage.Name = "lblInputLanguage";
this.lblInputLanguage.PaddingLeft = 2;
this.lblInputLanguage.PaddingRight = 2;
this.lblInputLanguage.PaddingTop = 5;
this.lblInputLanguage.Size = new System.Drawing.Size(126, 50);
this.lblInputLanguage.TabIndex = 16;
this.lblInputLanguage.Text = "点击切换输入法";
this.lblInputLanguage.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.lblInputLanguage.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.lblInputLanguage.Visible = false;
this.lblInputLanguage.TouchClick += new POSV.Component.TouchLabelX.EventHandler(this.OnChangedLanguage);
//
// chkChinese
//
//
//
//
this.chkChinese.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.chkChinese.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
this.chkChinese.Dock = System.Windows.Forms.DockStyle.Right;
this.chkChinese.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.chkChinese.Location = new System.Drawing.Point(602, 1);
this.chkChinese.Name = "chkChinese";
this.chkChinese.Size = new System.Drawing.Size(64, 50);
this.chkChinese.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.chkChinese.TabIndex = 15;
this.chkChinese.Tag = "中文";
this.chkChinese.Text = "中文";
this.chkChinese.CheckedChanged += new System.EventHandler(this.KeyboardChanged);
//
// chkEnglish
//
//
//
//
this.chkEnglish.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.chkEnglish.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
this.chkEnglish.Dock = System.Windows.Forms.DockStyle.Right;
this.chkEnglish.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.chkEnglish.Location = new System.Drawing.Point(666, 1);
this.chkEnglish.Name = "chkEnglish";
this.chkEnglish.Size = new System.Drawing.Size(64, 50);
this.chkEnglish.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.chkEnglish.TabIndex = 14;
this.chkEnglish.Tag = "英文";
this.chkEnglish.Text = "英文";
this.chkEnglish.CheckedChanged += new System.EventHandler(this.KeyboardChanged);
//
// chkNumber
//
//
//
//
this.chkNumber.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.chkNumber.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
this.chkNumber.Dock = System.Windows.Forms.DockStyle.Right;
this.chkNumber.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.chkNumber.Location = new System.Drawing.Point(730, 1);
this.chkNumber.Name = "chkNumber";
this.chkNumber.Size = new System.Drawing.Size(64, 50);
this.chkNumber.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.chkNumber.TabIndex = 13;
this.chkNumber.Tag = "数字";
this.chkNumber.Text = "数字";
this.chkNumber.CheckedChanged += new System.EventHandler(this.KeyboardChanged);
//
// lblClose
//
this.lblClose.BackColor = System.Drawing.Color.Transparent;
this.lblClose.BackColor1 = System.Drawing.Color.Transparent;
this.lblClose.BackColor2 = System.Drawing.Color.Tan;
this.lblClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
//
//
//
this.lblClose.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblClose.BackgroundStyle.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.lblClose.Dock = System.Windows.Forms.DockStyle.Right;
this.lblClose.ImagePosition = DevComponents.DotNetBar.eImagePosition.Right;
this.lblClose.ImageTextSpacing = 6;
this.lblClose.Location = new System.Drawing.Point(794, 1);
this.lblClose.Name = "lblClose";
this.lblClose.Size = new System.Drawing.Size(46, 50);
this.lblClose.Symbol = "";
this.lblClose.SymbolColor = System.Drawing.Color.White;
this.lblClose.SymbolSize = 20F;
this.lblClose.TabIndex = 12;
this.lblClose.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.lblClose.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.lblClose.TouchClick += new POSV.Component.TouchLabelX.EventHandler(this.OnCloseClick);
//
// lblTitle
//
this.lblTitle.BackColor = System.Drawing.Color.Transparent;
this.lblTitle.BackColor1 = System.Drawing.Color.Transparent;
this.lblTitle.BackColor2 = System.Drawing.Color.Transparent;
this.lblTitle.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
//
//
//
this.lblTitle.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblTitle.BackgroundStyle.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblTitle.BackgroundStyle.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.lblTitle.Dock = System.Windows.Forms.DockStyle.Left;
this.lblTitle.EnableMarkup = false;
this.lblTitle.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblTitle.ForeColor = System.Drawing.Color.RoyalBlue;
this.lblTitle.ImageTextSpacing = 0;
this.lblTitle.Location = new System.Drawing.Point(27, 1);
this.lblTitle.Name = "lblTitle";
this.lblTitle.PaddingLeft = 2;
this.lblTitle.PaddingRight = 2;
this.lblTitle.PaddingTop = 5;
this.lblTitle.Size = new System.Drawing.Size(112, 50);
this.lblTitle.TabIndex = 11;
this.lblTitle.Text = "巨为屏幕键盘";
this.lblTitle.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.lblTitle.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
//
// lblLogo
//
this.lblLogo.BackColor = System.Drawing.Color.Transparent;
this.lblLogo.BackColor1 = System.Drawing.Color.Transparent;
this.lblLogo.BackColor2 = System.Drawing.Color.Transparent;
this.lblLogo.BackgroundImage = global::POSV.Properties.Resources.logo;
this.lblLogo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
//
//
//
this.lblLogo.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblLogo.BackgroundStyle.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.lblLogo.Dock = System.Windows.Forms.DockStyle.Left;
this.lblLogo.Location = new System.Drawing.Point(1, 1);
this.lblLogo.Name = "lblLogo";
this.lblLogo.Size = new System.Drawing.Size(26, 50);
this.lblLogo.TabIndex = 10;
this.lblLogo.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.lblLogo.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
//
// VirtualKeyboard
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackColor = System.Drawing.Color.Gainsboro;
this.ClientSize = new System.Drawing.Size(861, 383);
this.Controls.Add(this.keyboardControl);
this.Controls.Add(this.topPanel);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "VirtualKeyboard";
this.Padding = new System.Windows.Forms.Padding(10, 0, 10, 10);
this.Text = "VirtualKeyboard";
this.topPanel.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Component.DoubleBufferPanelX topPanel;
private Component.MyKeyboardControl keyboardControl;
private Component.TouchLabelX lblClose;
private DevComponents.DotNetBar.Controls.CheckBoxX chkChinese;
private DevComponents.DotNetBar.Controls.CheckBoxX chkEnglish;
private DevComponents.DotNetBar.Controls.CheckBoxX chkNumber;
private Component.TouchLabelX lblInputLanguage;
private Component.TouchLabelX lblTitle;
private Component.TouchLabelX lblLogo;
}
}