namespace POSV { partial class NumericKeyboard { /// /// 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.keyboardControl = new POSV.Component.MyKeyboardControl(); 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(1, 1); this.keyboardControl.Name = "keyboardControl"; flatStyleRenderer1.ColorTable = virtualKeyboardColorTable1; flatStyleRenderer1.ForceAntiAlias = false; this.keyboardControl.Renderer = flatStyleRenderer1; this.keyboardControl.Size = new System.Drawing.Size(264, 244); this.keyboardControl.TabIndex = 6; this.keyboardControl.Text = "巨为屏幕键盘"; // // NumericKeyboard // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(266, 246); this.Controls.Add(this.keyboardControl); this.Name = "NumericKeyboard"; this.Padding = new System.Windows.Forms.Padding(1); this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.Text = "NumericKeyboard"; this.ResumeLayout(false); } #endregion private Component.MyKeyboardControl keyboardControl; } }