147 lines
7.4 KiB
C#
147 lines
7.4 KiB
C#
namespace INT69DC_7C.DialogForms
|
|
{
|
|
partial class DialogFormUserEditorKeyboard
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DialogFormUserEditorKeyboard));
|
|
this.textBox = new System.Windows.Forms.TextBox();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.smartKeyboard = new SmartX.SmartKeyboard();
|
|
this.labelTitle = new SmartX.SmartLabel();
|
|
this.pictureBoxImage = new System.Windows.Forms.PictureBox();
|
|
this.SuspendLayout();
|
|
//
|
|
// textBox
|
|
//
|
|
this.textBox.Font = new System.Drawing.Font("Arial", 25F, System.Drawing.FontStyle.Regular);
|
|
this.textBox.Location = new System.Drawing.Point(143, 99);
|
|
this.textBox.MaxLength = 20;
|
|
this.textBox.Name = "textBox";
|
|
this.textBox.Size = new System.Drawing.Size(489, 45);
|
|
this.textBox.TabIndex = 0;
|
|
this.textBox.Text = "ABCDE";
|
|
this.textBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox_KeyPress);
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
|
|
this.pictureBox1.Location = new System.Drawing.Point(0, 0);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(710, 470);
|
|
//
|
|
// smartKeyboard
|
|
//
|
|
this.smartKeyboard.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
|
|
this.smartKeyboard.ControlKeyDisable = false;
|
|
this.smartKeyboard.DesignMinimize = false;
|
|
this.smartKeyboard.FontColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
|
this.smartKeyboard.HanYoungKeyDisable = true;
|
|
this.smartKeyboard.KeyboardType = SmartX.SmartKeyboard.KEYBOARDTYPES.NORMAL;
|
|
this.smartKeyboard.KeyFillColor = System.Drawing.Color.Black;
|
|
this.smartKeyboard.KeyOutLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
|
this.smartKeyboard.KeyOutLineWidth = 1;
|
|
this.smartKeyboard.KeyPressImage1 = null;
|
|
this.smartKeyboard.KeyPressImage2 = null;
|
|
this.smartKeyboard.KeyPressImage3 = null;
|
|
this.smartKeyboard.KeyUpImage1 = null;
|
|
this.smartKeyboard.KeyUpImage2 = null;
|
|
this.smartKeyboard.KeyUpImage3 = null;
|
|
this.smartKeyboard.LeftMargin = 5;
|
|
this.smartKeyboard.Location = new System.Drawing.Point(11, 190);
|
|
this.smartKeyboard.Name = "smartKeyboard";
|
|
this.smartKeyboard.PressFontColor = System.Drawing.Color.Olive;
|
|
this.smartKeyboard.PressKeyFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
this.smartKeyboard.PressKeyOutLineColor = System.Drawing.Color.Green;
|
|
this.smartKeyboard.RoundedCorners = true;
|
|
this.smartKeyboard.SetBackimage = null;
|
|
this.smartKeyboard.Size = new System.Drawing.Size(690, 270);
|
|
this.smartKeyboard.TabIndex = 173;
|
|
this.smartKeyboard.TABKeyDisable = false;
|
|
this.smartKeyboard.TargetInputObject = null;
|
|
this.smartKeyboard.Text = "smartKeyboard1";
|
|
this.smartKeyboard.ThemeStyle = SmartX.SmartKeyboard.KEYBOARDTHEMESTYLE.CUSTOMIZED_LITE;
|
|
this.smartKeyboard.TopMargin = 5;
|
|
this.smartKeyboard.OnXKeyClick += new System.EventHandler(this.smartKeyboard_OnXKeyClick);
|
|
this.smartKeyboard.KeyDown += new System.Windows.Forms.KeyEventHandler(this.smartKeyboard_KeyDown);
|
|
//
|
|
// labelTitle
|
|
//
|
|
this.labelTitle.BackColor = System.Drawing.Color.White;
|
|
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("New Gulim", 20F, System.Drawing.FontStyle.Bold);
|
|
this.labelTitle.ForeColor = System.Drawing.Color.Gray;
|
|
this.labelTitle.InitVisible = true;
|
|
this.labelTitle.LineSpacing = 0F;
|
|
this.labelTitle.Location = new System.Drawing.Point(143, 43);
|
|
this.labelTitle.Name = "labelTitle";
|
|
this.labelTitle.Size = new System.Drawing.Size(489, 50);
|
|
this.labelTitle.TabIndex = 180;
|
|
this.labelTitle.Text = "입력";
|
|
this.labelTitle.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelTitle.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelTitle.Wordwrap = false;
|
|
//
|
|
// pictureBoxImage
|
|
//
|
|
this.pictureBoxImage.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxImage.Image")));
|
|
this.pictureBoxImage.Location = new System.Drawing.Point(40, 68);
|
|
this.pictureBoxImage.Name = "pictureBoxImage";
|
|
this.pictureBoxImage.Size = new System.Drawing.Size(66, 72);
|
|
//
|
|
// DialogFormUserEditorKeyboard
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.BackColor = System.Drawing.SystemColors.ActiveCaption;
|
|
this.ClientSize = new System.Drawing.Size(710, 470);
|
|
this.ControlBox = false;
|
|
this.Controls.Add(this.pictureBoxImage);
|
|
this.Controls.Add(this.labelTitle);
|
|
this.Controls.Add(this.smartKeyboard);
|
|
this.Controls.Add(this.textBox);
|
|
this.Controls.Add(this.pictureBox1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.Name = "DialogFormUserEditorKeyboard";
|
|
this.Text = "DialogFormUserEditorKeyboard";
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TextBox textBox;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private SmartX.SmartKeyboard smartKeyboard;
|
|
private SmartX.SmartLabel labelTitle;
|
|
private System.Windows.Forms.PictureBox pictureBoxImage;
|
|
}
|
|
} |