namespace ITC81DB_0H.DialogForms { partial class DialogFormPasswordKeyPad1 { /// /// 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() { this.labelTitle = new SmartX.SmartLabel(); this.labelScreen = new SmartX.SmartLabel(); this.buttonEnter = new SmartX.SmartButton(); this.buttonCancel = new SmartX.SmartButton(); this.buttonNumber0 = new SmartX.SmartButton(); this.buttonNumber9 = new SmartX.SmartButton(); this.buttonNumber8 = new SmartX.SmartButton(); this.buttonNumber7 = new SmartX.SmartButton(); this.buttonNumber6 = new SmartX.SmartButton(); this.buttonNumber5 = new SmartX.SmartButton(); this.buttonNumber4 = new SmartX.SmartButton(); this.buttonNumber3 = new SmartX.SmartButton(); this.buttonNumber2 = new SmartX.SmartButton(); this.buttonNumber1 = new SmartX.SmartButton(); this.SuspendLayout(); // // labelTitle // this.labelTitle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))); this.labelTitle.BackPictureBox = null; this.labelTitle.BackPictureBox1 = null; this.labelTitle.BackPictureBox2 = null; this.labelTitle.BorderColor = System.Drawing.Color.Black; this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitle.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelTitle.ForeColor = System.Drawing.Color.White; this.labelTitle.InitVisible = true; this.labelTitle.LineSpacing = 0F; this.labelTitle.Location = new System.Drawing.Point(3, 3); this.labelTitle.Name = "labelTitle"; this.labelTitle.Size = new System.Drawing.Size(200, 20); this.labelTitle.TabIndex = 75; this.labelTitle.Text = "keypad"; this.labelTitle.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelTitle.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; this.labelTitle.Wordwrap = false; // // labelScreen // this.labelScreen.BackColor = System.Drawing.Color.White; this.labelScreen.BackPictureBox = null; this.labelScreen.BackPictureBox1 = null; this.labelScreen.BackPictureBox2 = null; this.labelScreen.BorderColor = System.Drawing.Color.Black; this.labelScreen.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelScreen.Font = new System.Drawing.Font("Arial", 40F, System.Drawing.FontStyle.Bold); this.labelScreen.InitVisible = true; this.labelScreen.LineSpacing = 0F; this.labelScreen.Location = new System.Drawing.Point(22, 38); this.labelScreen.Name = "labelScreen"; this.labelScreen.Size = new System.Drawing.Size(207, 70); this.labelScreen.TabIndex = 74; this.labelScreen.Text = "123.45"; this.labelScreen.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; this.labelScreen.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelScreen.Wordwrap = false; // // buttonEnter // this.buttonEnter.BackPictureBox = null; this.buttonEnter.BackPictureBox1 = null; this.buttonEnter.BackPictureBox2 = null; this.buttonEnter.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.buttonEnter.ButtonImageAutoSize = true; this.buttonEnter.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonEnter.DisableImage = null; this.buttonEnter.DownImage = null; this.buttonEnter.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold); this.buttonEnter.GroupID = 0; this.buttonEnter.InitVisible = true; this.buttonEnter.Location = new System.Drawing.Point(164, 297); this.buttonEnter.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonEnter.Name = "buttonEnter"; this.buttonEnter.NestedClickEventPrevent = false; this.buttonEnter.OutlinePixel = 1; this.buttonEnter.RepeatInterval = 200; this.buttonEnter.RepeatIntervalAccelerate = null; this.buttonEnter.SafeInterval = 200; this.buttonEnter.Size = new System.Drawing.Size(65, 55); this.buttonEnter.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonEnter.TabIndex = 107; this.buttonEnter.Text = "Enter"; this.buttonEnter.TextColor = System.Drawing.Color.White; this.buttonEnter.TextDownColor = System.Drawing.Color.White; this.buttonEnter.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonEnter.TextLocation = new System.Drawing.Point(0, 0); this.buttonEnter.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonEnter.UpImage = null; this.buttonEnter.Click += new System.EventHandler(this.buttonEnter_Click); // // buttonCancel // this.buttonCancel.BackPictureBox = null; this.buttonCancel.BackPictureBox1 = null; this.buttonCancel.BackPictureBox2 = null; this.buttonCancel.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.buttonCancel.ButtonImageAutoSize = true; this.buttonCancel.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonCancel.DisableImage = null; this.buttonCancel.DownImage = null; this.buttonCancel.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold); this.buttonCancel.GroupID = 0; this.buttonCancel.InitVisible = true; this.buttonCancel.Location = new System.Drawing.Point(22, 297); this.buttonCancel.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.NestedClickEventPrevent = false; this.buttonCancel.OutlinePixel = 1; this.buttonCancel.RepeatInterval = 200; this.buttonCancel.RepeatIntervalAccelerate = null; this.buttonCancel.SafeInterval = 200; this.buttonCancel.Size = new System.Drawing.Size(65, 55); this.buttonCancel.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonCancel.TabIndex = 106; this.buttonCancel.Text = "ESC"; this.buttonCancel.TextColor = System.Drawing.Color.White; this.buttonCancel.TextDownColor = System.Drawing.Color.White; this.buttonCancel.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonCancel.TextLocation = new System.Drawing.Point(0, 0); this.buttonCancel.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonCancel.UpImage = null; this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click); // // buttonNumber0 // this.buttonNumber0.BackPictureBox = null; this.buttonNumber0.BackPictureBox1 = null; this.buttonNumber0.BackPictureBox2 = null; this.buttonNumber0.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.buttonNumber0.ButtonImageAutoSize = true; this.buttonNumber0.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonNumber0.DisableImage = null; this.buttonNumber0.DownImage = null; this.buttonNumber0.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold); this.buttonNumber0.GroupID = 0; this.buttonNumber0.InitVisible = true; this.buttonNumber0.Location = new System.Drawing.Point(93, 297); this.buttonNumber0.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonNumber0.Name = "buttonNumber0"; this.buttonNumber0.NestedClickEventPrevent = false; this.buttonNumber0.OutlinePixel = 1; this.buttonNumber0.RepeatInterval = 200; this.buttonNumber0.RepeatIntervalAccelerate = null; this.buttonNumber0.SafeInterval = 200; this.buttonNumber0.Size = new System.Drawing.Size(65, 55); this.buttonNumber0.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonNumber0.TabIndex = 105; this.buttonNumber0.Text = "0"; this.buttonNumber0.TextColor = System.Drawing.Color.White; this.buttonNumber0.TextDownColor = System.Drawing.Color.White; this.buttonNumber0.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonNumber0.TextLocation = new System.Drawing.Point(0, 0); this.buttonNumber0.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonNumber0.UpImage = null; this.buttonNumber0.Click += new System.EventHandler(this.buttonNumber_Click); // // buttonNumber9 // this.buttonNumber9.BackPictureBox = null; this.buttonNumber9.BackPictureBox1 = null; this.buttonNumber9.BackPictureBox2 = null; this.buttonNumber9.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.buttonNumber9.ButtonImageAutoSize = true; this.buttonNumber9.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonNumber9.DisableImage = null; this.buttonNumber9.DownImage = null; this.buttonNumber9.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold); this.buttonNumber9.GroupID = 0; this.buttonNumber9.InitVisible = true; this.buttonNumber9.Location = new System.Drawing.Point(164, 236); this.buttonNumber9.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonNumber9.Name = "buttonNumber9"; this.buttonNumber9.NestedClickEventPrevent = false; this.buttonNumber9.OutlinePixel = 1; this.buttonNumber9.RepeatInterval = 200; this.buttonNumber9.RepeatIntervalAccelerate = null; this.buttonNumber9.SafeInterval = 200; this.buttonNumber9.Size = new System.Drawing.Size(65, 55); this.buttonNumber9.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonNumber9.TabIndex = 104; this.buttonNumber9.Text = "9"; this.buttonNumber9.TextColor = System.Drawing.Color.White; this.buttonNumber9.TextDownColor = System.Drawing.Color.White; this.buttonNumber9.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonNumber9.TextLocation = new System.Drawing.Point(0, 0); this.buttonNumber9.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonNumber9.UpImage = null; this.buttonNumber9.Click += new System.EventHandler(this.buttonNumber_Click); // // buttonNumber8 // this.buttonNumber8.BackPictureBox = null; this.buttonNumber8.BackPictureBox1 = null; this.buttonNumber8.BackPictureBox2 = null; this.buttonNumber8.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.buttonNumber8.ButtonImageAutoSize = true; this.buttonNumber8.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonNumber8.DisableImage = null; this.buttonNumber8.DownImage = null; this.buttonNumber8.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold); this.buttonNumber8.GroupID = 0; this.buttonNumber8.InitVisible = true; this.buttonNumber8.Location = new System.Drawing.Point(93, 236); this.buttonNumber8.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonNumber8.Name = "buttonNumber8"; this.buttonNumber8.NestedClickEventPrevent = false; this.buttonNumber8.OutlinePixel = 1; this.buttonNumber8.RepeatInterval = 200; this.buttonNumber8.RepeatIntervalAccelerate = null; this.buttonNumber8.SafeInterval = 200; this.buttonNumber8.Size = new System.Drawing.Size(65, 55); this.buttonNumber8.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonNumber8.TabIndex = 103; this.buttonNumber8.Text = "8"; this.buttonNumber8.TextColor = System.Drawing.Color.White; this.buttonNumber8.TextDownColor = System.Drawing.Color.White; this.buttonNumber8.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonNumber8.TextLocation = new System.Drawing.Point(0, 0); this.buttonNumber8.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonNumber8.UpImage = null; this.buttonNumber8.Click += new System.EventHandler(this.buttonNumber_Click); // // buttonNumber7 // this.buttonNumber7.BackPictureBox = null; this.buttonNumber7.BackPictureBox1 = null; this.buttonNumber7.BackPictureBox2 = null; this.buttonNumber7.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.buttonNumber7.ButtonImageAutoSize = true; this.buttonNumber7.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonNumber7.DisableImage = null; this.buttonNumber7.DownImage = null; this.buttonNumber7.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold); this.buttonNumber7.GroupID = 0; this.buttonNumber7.InitVisible = true; this.buttonNumber7.Location = new System.Drawing.Point(22, 236); this.buttonNumber7.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonNumber7.Name = "buttonNumber7"; this.buttonNumber7.NestedClickEventPrevent = false; this.buttonNumber7.OutlinePixel = 1; this.buttonNumber7.RepeatInterval = 200; this.buttonNumber7.RepeatIntervalAccelerate = null; this.buttonNumber7.SafeInterval = 200; this.buttonNumber7.Size = new System.Drawing.Size(65, 55); this.buttonNumber7.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonNumber7.TabIndex = 102; this.buttonNumber7.Text = "7"; this.buttonNumber7.TextColor = System.Drawing.Color.White; this.buttonNumber7.TextDownColor = System.Drawing.Color.White; this.buttonNumber7.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonNumber7.TextLocation = new System.Drawing.Point(0, 0); this.buttonNumber7.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonNumber7.UpImage = null; this.buttonNumber7.Click += new System.EventHandler(this.buttonNumber_Click); // // buttonNumber6 // this.buttonNumber6.BackPictureBox = null; this.buttonNumber6.BackPictureBox1 = null; this.buttonNumber6.BackPictureBox2 = null; this.buttonNumber6.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.buttonNumber6.ButtonImageAutoSize = true; this.buttonNumber6.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonNumber6.DisableImage = null; this.buttonNumber6.DownImage = null; this.buttonNumber6.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold); this.buttonNumber6.GroupID = 0; this.buttonNumber6.InitVisible = true; this.buttonNumber6.Location = new System.Drawing.Point(164, 175); this.buttonNumber6.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonNumber6.Name = "buttonNumber6"; this.buttonNumber6.NestedClickEventPrevent = false; this.buttonNumber6.OutlinePixel = 1; this.buttonNumber6.RepeatInterval = 200; this.buttonNumber6.RepeatIntervalAccelerate = null; this.buttonNumber6.SafeInterval = 200; this.buttonNumber6.Size = new System.Drawing.Size(65, 55); this.buttonNumber6.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonNumber6.TabIndex = 101; this.buttonNumber6.Text = "6"; this.buttonNumber6.TextColor = System.Drawing.Color.White; this.buttonNumber6.TextDownColor = System.Drawing.Color.White; this.buttonNumber6.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonNumber6.TextLocation = new System.Drawing.Point(0, 0); this.buttonNumber6.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonNumber6.UpImage = null; this.buttonNumber6.Click += new System.EventHandler(this.buttonNumber_Click); // // buttonNumber5 // this.buttonNumber5.BackPictureBox = null; this.buttonNumber5.BackPictureBox1 = null; this.buttonNumber5.BackPictureBox2 = null; this.buttonNumber5.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.buttonNumber5.ButtonImageAutoSize = true; this.buttonNumber5.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonNumber5.DisableImage = null; this.buttonNumber5.DownImage = null; this.buttonNumber5.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold); this.buttonNumber5.GroupID = 0; this.buttonNumber5.InitVisible = true; this.buttonNumber5.Location = new System.Drawing.Point(93, 175); this.buttonNumber5.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonNumber5.Name = "buttonNumber5"; this.buttonNumber5.NestedClickEventPrevent = false; this.buttonNumber5.OutlinePixel = 1; this.buttonNumber5.RepeatInterval = 200; this.buttonNumber5.RepeatIntervalAccelerate = null; this.buttonNumber5.SafeInterval = 200; this.buttonNumber5.Size = new System.Drawing.Size(65, 55); this.buttonNumber5.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonNumber5.TabIndex = 100; this.buttonNumber5.Text = "5"; this.buttonNumber5.TextColor = System.Drawing.Color.White; this.buttonNumber5.TextDownColor = System.Drawing.Color.White; this.buttonNumber5.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonNumber5.TextLocation = new System.Drawing.Point(0, 0); this.buttonNumber5.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonNumber5.UpImage = null; this.buttonNumber5.Click += new System.EventHandler(this.buttonNumber_Click); // // buttonNumber4 // this.buttonNumber4.BackPictureBox = null; this.buttonNumber4.BackPictureBox1 = null; this.buttonNumber4.BackPictureBox2 = null; this.buttonNumber4.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.buttonNumber4.ButtonImageAutoSize = true; this.buttonNumber4.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonNumber4.DisableImage = null; this.buttonNumber4.DownImage = null; this.buttonNumber4.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold); this.buttonNumber4.GroupID = 0; this.buttonNumber4.InitVisible = true; this.buttonNumber4.Location = new System.Drawing.Point(22, 175); this.buttonNumber4.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonNumber4.Name = "buttonNumber4"; this.buttonNumber4.NestedClickEventPrevent = false; this.buttonNumber4.OutlinePixel = 1; this.buttonNumber4.RepeatInterval = 200; this.buttonNumber4.RepeatIntervalAccelerate = null; this.buttonNumber4.SafeInterval = 200; this.buttonNumber4.Size = new System.Drawing.Size(65, 55); this.buttonNumber4.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonNumber4.TabIndex = 99; this.buttonNumber4.Text = "4"; this.buttonNumber4.TextColor = System.Drawing.Color.White; this.buttonNumber4.TextDownColor = System.Drawing.Color.White; this.buttonNumber4.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonNumber4.TextLocation = new System.Drawing.Point(0, 0); this.buttonNumber4.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonNumber4.UpImage = null; this.buttonNumber4.Click += new System.EventHandler(this.buttonNumber_Click); // // buttonNumber3 // this.buttonNumber3.BackPictureBox = null; this.buttonNumber3.BackPictureBox1 = null; this.buttonNumber3.BackPictureBox2 = null; this.buttonNumber3.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.buttonNumber3.ButtonImageAutoSize = true; this.buttonNumber3.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonNumber3.DisableImage = null; this.buttonNumber3.DownImage = null; this.buttonNumber3.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold); this.buttonNumber3.GroupID = 0; this.buttonNumber3.InitVisible = true; this.buttonNumber3.Location = new System.Drawing.Point(164, 114); this.buttonNumber3.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonNumber3.Name = "buttonNumber3"; this.buttonNumber3.NestedClickEventPrevent = false; this.buttonNumber3.OutlinePixel = 1; this.buttonNumber3.RepeatInterval = 200; this.buttonNumber3.RepeatIntervalAccelerate = null; this.buttonNumber3.SafeInterval = 200; this.buttonNumber3.Size = new System.Drawing.Size(65, 55); this.buttonNumber3.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonNumber3.TabIndex = 98; this.buttonNumber3.Text = "3"; this.buttonNumber3.TextColor = System.Drawing.Color.White; this.buttonNumber3.TextDownColor = System.Drawing.Color.White; this.buttonNumber3.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonNumber3.TextLocation = new System.Drawing.Point(0, 0); this.buttonNumber3.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonNumber3.UpImage = null; this.buttonNumber3.Click += new System.EventHandler(this.buttonNumber_Click); // // buttonNumber2 // this.buttonNumber2.BackPictureBox = null; this.buttonNumber2.BackPictureBox1 = null; this.buttonNumber2.BackPictureBox2 = null; this.buttonNumber2.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.buttonNumber2.ButtonImageAutoSize = true; this.buttonNumber2.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonNumber2.DisableImage = null; this.buttonNumber2.DownImage = null; this.buttonNumber2.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold); this.buttonNumber2.GroupID = 0; this.buttonNumber2.InitVisible = true; this.buttonNumber2.Location = new System.Drawing.Point(93, 114); this.buttonNumber2.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonNumber2.Name = "buttonNumber2"; this.buttonNumber2.NestedClickEventPrevent = false; this.buttonNumber2.OutlinePixel = 1; this.buttonNumber2.RepeatInterval = 200; this.buttonNumber2.RepeatIntervalAccelerate = null; this.buttonNumber2.SafeInterval = 200; this.buttonNumber2.Size = new System.Drawing.Size(65, 55); this.buttonNumber2.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonNumber2.TabIndex = 97; this.buttonNumber2.Text = "2"; this.buttonNumber2.TextColor = System.Drawing.Color.White; this.buttonNumber2.TextDownColor = System.Drawing.Color.White; this.buttonNumber2.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonNumber2.TextLocation = new System.Drawing.Point(0, 0); this.buttonNumber2.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonNumber2.UpImage = null; this.buttonNumber2.Click += new System.EventHandler(this.buttonNumber_Click); // // buttonNumber1 // this.buttonNumber1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.buttonNumber1.BackPictureBox = null; this.buttonNumber1.BackPictureBox1 = null; this.buttonNumber1.BackPictureBox2 = null; this.buttonNumber1.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.buttonNumber1.ButtonImageAutoSize = true; this.buttonNumber1.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonNumber1.DisableImage = null; this.buttonNumber1.DownImage = null; this.buttonNumber1.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold); this.buttonNumber1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.buttonNumber1.GroupID = 0; this.buttonNumber1.InitVisible = true; this.buttonNumber1.Location = new System.Drawing.Point(22, 114); this.buttonNumber1.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonNumber1.Name = "buttonNumber1"; this.buttonNumber1.NestedClickEventPrevent = false; this.buttonNumber1.OutlinePixel = 1; this.buttonNumber1.RepeatInterval = 200; this.buttonNumber1.RepeatIntervalAccelerate = null; this.buttonNumber1.SafeInterval = 200; this.buttonNumber1.Size = new System.Drawing.Size(65, 55); this.buttonNumber1.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonNumber1.TabIndex = 96; this.buttonNumber1.Text = "1"; this.buttonNumber1.TextColor = System.Drawing.Color.White; this.buttonNumber1.TextDownColor = System.Drawing.Color.White; this.buttonNumber1.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonNumber1.TextLocation = new System.Drawing.Point(0, 0); this.buttonNumber1.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonNumber1.UpImage = null; this.buttonNumber1.Click += new System.EventHandler(this.buttonNumber_Click); // // DialogFormPasswordKeyPad1 // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))); this.ClientSize = new System.Drawing.Size(250, 360); this.ControlBox = false; this.Controls.Add(this.buttonEnter); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.buttonNumber0); this.Controls.Add(this.buttonNumber9); this.Controls.Add(this.buttonNumber8); this.Controls.Add(this.buttonNumber7); this.Controls.Add(this.buttonNumber6); this.Controls.Add(this.buttonNumber5); this.Controls.Add(this.buttonNumber4); this.Controls.Add(this.buttonNumber3); this.Controls.Add(this.buttonNumber2); this.Controls.Add(this.buttonNumber1); this.Controls.Add(this.labelTitle); this.Controls.Add(this.labelScreen); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Name = "DialogFormPasswordKeyPad1"; this.Text = "DialogFormPasswordKeyPad1"; this.ResumeLayout(false); } #endregion private SmartX.SmartLabel labelTitle; private SmartX.SmartLabel labelScreen; private SmartX.SmartButton buttonEnter; private SmartX.SmartButton buttonCancel; private SmartX.SmartButton buttonNumber0; private SmartX.SmartButton buttonNumber9; private SmartX.SmartButton buttonNumber8; private SmartX.SmartButton buttonNumber7; private SmartX.SmartButton buttonNumber6; private SmartX.SmartButton buttonNumber5; private SmartX.SmartButton buttonNumber4; private SmartX.SmartButton buttonNumber3; private SmartX.SmartButton buttonNumber2; private SmartX.SmartButton buttonNumber1; } }