namespace POSV { partial class SimpleKeyboard { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { DevComponents.DotNetBar.Keyboard.VirtualKeyboardColorTable virtualKeyboardColorTable1 = new DevComponents.DotNetBar.Keyboard.VirtualKeyboardColorTable(); DevComponents.DotNetBar.Keyboard.FlatStyleRenderer flatStyleRenderer1 = new DevComponents.DotNetBar.Keyboard.FlatStyleRenderer(); this.topPanel = new POSV.Component.DoubleBufferPanelX(); this.txtSearch = new POSV.Component.NormalTextBox(); this.labelX1 = new DevComponents.DotNetBar.LabelX(); this.keyboardControl = new DevComponents.DotNetBar.Keyboard.KeyboardControl(); this.topPanel.SuspendLayout(); this.SuspendLayout(); // // topPanel // this.topPanel.CanvasColor = System.Drawing.SystemColors.Control; this.topPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.topPanel.Controls.Add(this.txtSearch); this.topPanel.Controls.Add(this.labelX1); this.topPanel.DisabledBackColor = System.Drawing.Color.Empty; this.topPanel.Dock = System.Windows.Forms.DockStyle.Top; this.topPanel.Location = new System.Drawing.Point(1, 1); this.topPanel.Name = "topPanel"; this.topPanel.Padding = new System.Windows.Forms.Padding(1); this.topPanel.Size = new System.Drawing.Size(526, 35); this.topPanel.Style.Alignment = System.Drawing.StringAlignment.Center; this.topPanel.Style.BackColor1.Color = System.Drawing.Color.Transparent; this.topPanel.Style.BackColor2.Color = System.Drawing.Color.Transparent; this.topPanel.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.topPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.topPanel.Style.BorderSide = DevComponents.DotNetBar.eBorderSide.Top; this.topPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.topPanel.Style.GradientAngle = 90; this.topPanel.TabIndex = 32; // // txtSearch // this.txtSearch.BackColor = System.Drawing.Color.White; // // // this.txtSearch.Border.BorderColor = System.Drawing.Color.DimGray; this.txtSearch.Border.BorderColor2 = System.Drawing.Color.DimGray; this.txtSearch.Border.Class = "TextBoxBorder"; this.txtSearch.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txtSearch.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtSearch.DisabledBackColor = System.Drawing.Color.White; this.txtSearch.Dock = System.Windows.Forms.DockStyle.Fill; this.txtSearch.Font = new System.Drawing.Font("宋体", 17F, System.Drawing.FontStyle.Bold); this.txtSearch.ForeColor = System.Drawing.Color.Black; this.txtSearch.ImeMode = System.Windows.Forms.ImeMode.Disable; this.txtSearch.Keyboard = POSV.KeyboardType.英文; this.txtSearch.Location = new System.Drawing.Point(57, 1); this.txtSearch.MaxLength = 24; this.txtSearch.Multiline = true; this.txtSearch.Name = "txtSearch"; this.txtSearch.PreventEnterBeep = true; this.txtSearch.Size = new System.Drawing.Size(468, 33); this.txtSearch.TabIndex = 13; this.txtSearch.OnEnterClick += new POSV.Component.NormalTextBox.EventHandler(this.OnSearchEnterClick); this.txtSearch.TextChanged += new System.EventHandler(this.OnSearchTextChanged); // // labelX1 // this.labelX1.BackColor = System.Drawing.Color.DimGray; // // // this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX1.Dock = System.Windows.Forms.DockStyle.Left; this.labelX1.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelX1.ForeColor = System.Drawing.Color.White; this.labelX1.Location = new System.Drawing.Point(1, 1); this.labelX1.Name = "labelX1"; this.labelX1.Size = new System.Drawing.Size(56, 33); this.labelX1.TabIndex = 12; this.labelX1.Text = "编码:"; // // keyboardControl // this.keyboardControl.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(175)))), ((int)(((byte)(167))))); 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(1, 36); this.keyboardControl.Name = "keyboardControl"; flatStyleRenderer1.ColorTable = virtualKeyboardColorTable1; flatStyleRenderer1.ForceAntiAlias = false; this.keyboardControl.Renderer = flatStyleRenderer1; this.keyboardControl.Size = new System.Drawing.Size(526, 224); this.keyboardControl.TabIndex = 33; this.keyboardControl.Text = "巨为屏幕键盘"; this.keyboardControl.SendingKey += new DevComponents.DotNetBar.Keyboard.KeyCancelEventHandler(this.OnSendingKey); // // SimpleKeyboard // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(528, 261); this.Controls.Add(this.keyboardControl); this.Controls.Add(this.topPanel); this.ForeColor = System.Drawing.SystemColors.ControlText; this.Name = "SimpleKeyboard"; this.Padding = new System.Windows.Forms.Padding(1); this.Text = "SimpleKeyboard"; this.topPanel.ResumeLayout(false); this.ResumeLayout(false); } #endregion private Component.DoubleBufferPanelX topPanel; private DevComponents.DotNetBar.Keyboard.KeyboardControl keyboardControl; private Component.NormalTextBox txtSearch; private DevComponents.DotNetBar.LabelX labelX1; } }