466 lines
26 KiB
C#
466 lines
26 KiB
C#
namespace INT63DC_2C.DialogForms
|
|
{
|
|
partial class DialogFormLogOn
|
|
{
|
|
/// <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(DialogFormLogOn));
|
|
this.smartForm1 = new SmartX.SmartForm();
|
|
this.textBoxPassword = new System.Windows.Forms.TextBox();
|
|
this.textBoxID = new System.Windows.Forms.TextBox();
|
|
this.buttonLogOn = new SmartX.SmartButton();
|
|
this.buttonCancel = new SmartX.SmartButton();
|
|
this.smartKeyboard = new SmartX.SmartKeyboard();
|
|
this.labelTitle1 = new SmartX.SmartLabel();
|
|
this.labelTitle3 = new SmartX.SmartLabel();
|
|
this.labelTitle2 = new SmartX.SmartLabel();
|
|
this.pictureBoxImage = new System.Windows.Forms.PictureBox();
|
|
this.smartButton1 = new SmartX.SmartButton();
|
|
this.smartButton2 = new SmartX.SmartButton();
|
|
this.smartButton3 = new SmartX.SmartButton();
|
|
this.smartButton4 = new SmartX.SmartButton();
|
|
this.smartButton5 = new SmartX.SmartButton();
|
|
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// smartForm1
|
|
//
|
|
this.smartForm1.CenterLocation = false;
|
|
this.smartForm1.Image = ((System.Drawing.Image)(resources.GetObject("smartForm1.Image")));
|
|
this.smartForm1.LCDDirection = SmartX.SmartForm.LCDDIRECTIONS.HORIZONTAL;
|
|
this.smartForm1.LCDSize = SmartX.SmartForm.LCDRESOLUTION.CUSTOMIZING;
|
|
this.smartForm1.Location = new System.Drawing.Point(0, 0);
|
|
this.smartForm1.MainForm = null;
|
|
this.smartForm1.Mode = SmartX.SmartForm.RUNMODE.RUNTIME;
|
|
this.smartForm1.MouseCursor = SmartX.SmartForm.OnOff.OFF;
|
|
this.smartForm1.Name = "smartForm1";
|
|
this.smartForm1.Size = new System.Drawing.Size(710, 470);
|
|
this.smartForm1.SpecialFunctionClickPointSize = 100;
|
|
this.smartForm1.SuspendLayoutInterval = 0;
|
|
//
|
|
// textBoxPassword
|
|
//
|
|
this.textBoxPassword.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Regular);
|
|
this.textBoxPassword.Location = new System.Drawing.Point(260, 121);
|
|
this.textBoxPassword.MaxLength = 20;
|
|
this.textBoxPassword.Name = "textBoxPassword";
|
|
this.textBoxPassword.PasswordChar = '*';
|
|
this.textBoxPassword.Size = new System.Drawing.Size(248, 34);
|
|
this.textBoxPassword.TabIndex = 7;
|
|
this.textBoxPassword.Text = "ABCDEFGHJK";
|
|
this.textBoxPassword.GotFocus += new System.EventHandler(this.textBoxPassword_GotFocus);
|
|
//
|
|
// textBoxID
|
|
//
|
|
this.textBoxID.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Regular);
|
|
this.textBoxID.Location = new System.Drawing.Point(260, 76);
|
|
this.textBoxID.MaxLength = 20;
|
|
this.textBoxID.Name = "textBoxID";
|
|
this.textBoxID.Size = new System.Drawing.Size(248, 34);
|
|
this.textBoxID.TabIndex = 6;
|
|
this.textBoxID.Text = "ABCDEFGHJK";
|
|
this.textBoxID.GotFocus += new System.EventHandler(this.textBoxID_GotFocus);
|
|
//
|
|
// buttonLogOn
|
|
//
|
|
this.buttonLogOn.BackPictureBox = null;
|
|
this.buttonLogOn.BackPictureBox1 = null;
|
|
this.buttonLogOn.BackPictureBox2 = null;
|
|
this.buttonLogOn.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonLogOn.ButtonImageAutoSize = true;
|
|
this.buttonLogOn.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonLogOn.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonLogOn.DisableImage")));
|
|
this.buttonLogOn.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonLogOn.DownImage")));
|
|
this.buttonLogOn.GroupID = 0;
|
|
this.buttonLogOn.InitVisible = true;
|
|
this.buttonLogOn.Location = new System.Drawing.Point(514, 79);
|
|
this.buttonLogOn.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonLogOn.Name = "buttonLogOn";
|
|
this.buttonLogOn.NestedClickEventPrevent = false;
|
|
this.buttonLogOn.OutlinePixel = 1;
|
|
this.buttonLogOn.RepeatInterval = 200;
|
|
this.buttonLogOn.RepeatIntervalAccelerate = null;
|
|
this.buttonLogOn.SafeInterval = 200;
|
|
this.buttonLogOn.Size = new System.Drawing.Size(75, 75);
|
|
this.buttonLogOn.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonLogOn.TabIndex = 8;
|
|
this.buttonLogOn.TextColor = System.Drawing.Color.Black;
|
|
this.buttonLogOn.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonLogOn.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonLogOn.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonLogOn.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonLogOn.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLogOn.UpImage")));
|
|
this.buttonLogOn.Click += new System.EventHandler(this.buttonLogOn_Click);
|
|
//
|
|
// buttonCancel
|
|
//
|
|
this.buttonCancel.BackPictureBox = null;
|
|
this.buttonCancel.BackPictureBox1 = null;
|
|
this.buttonCancel.BackPictureBox2 = null;
|
|
this.buttonCancel.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonCancel.ButtonImageAutoSize = true;
|
|
this.buttonCancel.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonCancel.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonCancel.DisableImage")));
|
|
this.buttonCancel.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonCancel.DownImage")));
|
|
this.buttonCancel.GroupID = 0;
|
|
this.buttonCancel.InitVisible = true;
|
|
this.buttonCancel.Location = new System.Drawing.Point(595, 79);
|
|
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(75, 75);
|
|
this.buttonCancel.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonCancel.TabIndex = 9;
|
|
this.buttonCancel.TextColor = System.Drawing.Color.Black;
|
|
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 = ((System.Drawing.Image)(resources.GetObject("buttonCancel.UpImage")));
|
|
this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
|
|
//
|
|
// 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 = false;
|
|
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(12, 191);
|
|
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(692, 276);
|
|
this.smartKeyboard.TabIndex = 10;
|
|
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);
|
|
//
|
|
// labelTitle1
|
|
//
|
|
this.labelTitle1.BackColor = System.Drawing.Color.White;
|
|
this.labelTitle1.BackPictureBox = null;
|
|
this.labelTitle1.BackPictureBox1 = null;
|
|
this.labelTitle1.BackPictureBox2 = null;
|
|
this.labelTitle1.BorderColor = System.Drawing.Color.Black;
|
|
this.labelTitle1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelTitle1.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold);
|
|
this.labelTitle1.ForeColor = System.Drawing.SystemColors.Control;
|
|
this.labelTitle1.InitVisible = true;
|
|
this.labelTitle1.LineSpacing = 0F;
|
|
this.labelTitle1.Location = new System.Drawing.Point(133, 24);
|
|
this.labelTitle1.Name = "labelTitle1";
|
|
this.labelTitle1.Size = new System.Drawing.Size(537, 46);
|
|
this.labelTitle1.TabIndex = 24;
|
|
this.labelTitle1.Text = "User Login";
|
|
this.labelTitle1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelTitle1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelTitle1.Wordwrap = false;
|
|
//
|
|
// labelTitle3
|
|
//
|
|
this.labelTitle3.BackColor = System.Drawing.Color.White;
|
|
this.labelTitle3.BackPictureBox = null;
|
|
this.labelTitle3.BackPictureBox1 = null;
|
|
this.labelTitle3.BackPictureBox2 = null;
|
|
this.labelTitle3.BorderColor = System.Drawing.Color.Black;
|
|
this.labelTitle3.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelTitle3.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
|
this.labelTitle3.ForeColor = System.Drawing.SystemColors.Control;
|
|
this.labelTitle3.InitVisible = true;
|
|
this.labelTitle3.LineSpacing = 0F;
|
|
this.labelTitle3.Location = new System.Drawing.Point(133, 121);
|
|
this.labelTitle3.Name = "labelTitle3";
|
|
this.labelTitle3.Size = new System.Drawing.Size(121, 34);
|
|
this.labelTitle3.TabIndex = 23;
|
|
this.labelTitle3.Text = "Confirmation";
|
|
this.labelTitle3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelTitle3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelTitle3.Wordwrap = false;
|
|
//
|
|
// labelTitle2
|
|
//
|
|
this.labelTitle2.BackColor = System.Drawing.Color.White;
|
|
this.labelTitle2.BackPictureBox = null;
|
|
this.labelTitle2.BackPictureBox1 = null;
|
|
this.labelTitle2.BackPictureBox2 = null;
|
|
this.labelTitle2.BorderColor = System.Drawing.Color.Black;
|
|
this.labelTitle2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelTitle2.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
|
this.labelTitle2.ForeColor = System.Drawing.SystemColors.Control;
|
|
this.labelTitle2.InitVisible = true;
|
|
this.labelTitle2.LineSpacing = 0F;
|
|
this.labelTitle2.Location = new System.Drawing.Point(133, 76);
|
|
this.labelTitle2.Name = "labelTitle2";
|
|
this.labelTitle2.Size = new System.Drawing.Size(121, 34);
|
|
this.labelTitle2.TabIndex = 22;
|
|
this.labelTitle2.Text = "ID";
|
|
this.labelTitle2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelTitle2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelTitle2.Wordwrap = false;
|
|
//
|
|
// pictureBoxImage
|
|
//
|
|
this.pictureBoxImage.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxImage.Image")));
|
|
this.pictureBoxImage.Location = new System.Drawing.Point(39, 67);
|
|
this.pictureBoxImage.Name = "pictureBoxImage";
|
|
this.pictureBoxImage.Size = new System.Drawing.Size(66, 72);
|
|
//
|
|
// smartButton1
|
|
//
|
|
this.smartButton1.BackPictureBox = null;
|
|
this.smartButton1.BackPictureBox1 = null;
|
|
this.smartButton1.BackPictureBox2 = null;
|
|
this.smartButton1.ButtonColor = System.Drawing.Color.Gray;
|
|
this.smartButton1.ButtonImageAutoSize = true;
|
|
this.smartButton1.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.smartButton1.DisableImage = null;
|
|
this.smartButton1.DownImage = null;
|
|
this.smartButton1.GroupID = 0;
|
|
this.smartButton1.InitVisible = true;
|
|
this.smartButton1.Location = new System.Drawing.Point(514, 24);
|
|
this.smartButton1.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.smartButton1.Name = "smartButton1";
|
|
this.smartButton1.NestedClickEventPrevent = false;
|
|
this.smartButton1.OutlinePixel = 1;
|
|
this.smartButton1.RepeatInterval = 200;
|
|
this.smartButton1.RepeatIntervalAccelerate = null;
|
|
this.smartButton1.SafeInterval = 200;
|
|
this.smartButton1.Size = new System.Drawing.Size(80, 30);
|
|
this.smartButton1.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.smartButton1.TabIndex = 26;
|
|
this.smartButton1.Text = "Intech";
|
|
this.smartButton1.TextColor = System.Drawing.Color.Black;
|
|
this.smartButton1.TextDownColor = System.Drawing.Color.White;
|
|
this.smartButton1.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.smartButton1.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.smartButton1.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.smartButton1.UpImage = null;
|
|
this.smartButton1.Visible = false;
|
|
this.smartButton1.Click += new System.EventHandler(this.smartButton1_Click);
|
|
//
|
|
// smartButton2
|
|
//
|
|
this.smartButton2.BackPictureBox = null;
|
|
this.smartButton2.BackPictureBox1 = null;
|
|
this.smartButton2.BackPictureBox2 = null;
|
|
this.smartButton2.ButtonColor = System.Drawing.Color.Gray;
|
|
this.smartButton2.ButtonImageAutoSize = true;
|
|
this.smartButton2.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.smartButton2.DisableImage = null;
|
|
this.smartButton2.DownImage = null;
|
|
this.smartButton2.GroupID = 0;
|
|
this.smartButton2.InitVisible = true;
|
|
this.smartButton2.Location = new System.Drawing.Point(600, 24);
|
|
this.smartButton2.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.smartButton2.Name = "smartButton2";
|
|
this.smartButton2.NestedClickEventPrevent = false;
|
|
this.smartButton2.OutlinePixel = 1;
|
|
this.smartButton2.RepeatInterval = 200;
|
|
this.smartButton2.RepeatIntervalAccelerate = null;
|
|
this.smartButton2.SafeInterval = 200;
|
|
this.smartButton2.Size = new System.Drawing.Size(80, 30);
|
|
this.smartButton2.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.smartButton2.TabIndex = 27;
|
|
this.smartButton2.Text = "Admin";
|
|
this.smartButton2.TextColor = System.Drawing.Color.Black;
|
|
this.smartButton2.TextDownColor = System.Drawing.Color.White;
|
|
this.smartButton2.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.smartButton2.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.smartButton2.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.smartButton2.UpImage = null;
|
|
this.smartButton2.Visible = false;
|
|
this.smartButton2.Click += new System.EventHandler(this.smartButton2_Click);
|
|
//
|
|
// smartButton3
|
|
//
|
|
this.smartButton3.BackPictureBox = null;
|
|
this.smartButton3.BackPictureBox1 = null;
|
|
this.smartButton3.BackPictureBox2 = null;
|
|
this.smartButton3.ButtonColor = System.Drawing.Color.Gray;
|
|
this.smartButton3.ButtonImageAutoSize = true;
|
|
this.smartButton3.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.smartButton3.DisableImage = null;
|
|
this.smartButton3.DownImage = null;
|
|
this.smartButton3.GroupID = 0;
|
|
this.smartButton3.InitVisible = true;
|
|
this.smartButton3.Location = new System.Drawing.Point(12, 14);
|
|
this.smartButton3.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.smartButton3.Name = "smartButton3";
|
|
this.smartButton3.NestedClickEventPrevent = false;
|
|
this.smartButton3.OutlinePixel = 1;
|
|
this.smartButton3.RepeatInterval = 200;
|
|
this.smartButton3.RepeatIntervalAccelerate = null;
|
|
this.smartButton3.SafeInterval = 200;
|
|
this.smartButton3.Size = new System.Drawing.Size(80, 30);
|
|
this.smartButton3.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.smartButton3.TabIndex = 30;
|
|
this.smartButton3.Text = "user11";
|
|
this.smartButton3.TextColor = System.Drawing.Color.Black;
|
|
this.smartButton3.TextDownColor = System.Drawing.Color.White;
|
|
this.smartButton3.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.smartButton3.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.smartButton3.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.smartButton3.UpImage = null;
|
|
this.smartButton3.Visible = false;
|
|
this.smartButton3.Click += new System.EventHandler(this.smartButton3_Click);
|
|
//
|
|
// smartButton4
|
|
//
|
|
this.smartButton4.BackPictureBox = null;
|
|
this.smartButton4.BackPictureBox1 = null;
|
|
this.smartButton4.BackPictureBox2 = null;
|
|
this.smartButton4.ButtonColor = System.Drawing.Color.Gray;
|
|
this.smartButton4.ButtonImageAutoSize = true;
|
|
this.smartButton4.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.smartButton4.DisableImage = null;
|
|
this.smartButton4.DownImage = null;
|
|
this.smartButton4.GroupID = 0;
|
|
this.smartButton4.InitVisible = true;
|
|
this.smartButton4.Location = new System.Drawing.Point(98, 14);
|
|
this.smartButton4.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.smartButton4.Name = "smartButton4";
|
|
this.smartButton4.NestedClickEventPrevent = false;
|
|
this.smartButton4.OutlinePixel = 1;
|
|
this.smartButton4.RepeatInterval = 200;
|
|
this.smartButton4.RepeatIntervalAccelerate = null;
|
|
this.smartButton4.SafeInterval = 200;
|
|
this.smartButton4.Size = new System.Drawing.Size(80, 30);
|
|
this.smartButton4.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.smartButton4.TabIndex = 31;
|
|
this.smartButton4.Text = "user22";
|
|
this.smartButton4.TextColor = System.Drawing.Color.Black;
|
|
this.smartButton4.TextDownColor = System.Drawing.Color.White;
|
|
this.smartButton4.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.smartButton4.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.smartButton4.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.smartButton4.UpImage = null;
|
|
this.smartButton4.Visible = false;
|
|
this.smartButton4.Click += new System.EventHandler(this.smartButton4_Click);
|
|
//
|
|
// smartButton5
|
|
//
|
|
this.smartButton5.BackPictureBox = null;
|
|
this.smartButton5.BackPictureBox1 = null;
|
|
this.smartButton5.BackPictureBox2 = null;
|
|
this.smartButton5.ButtonColor = System.Drawing.Color.Gray;
|
|
this.smartButton5.ButtonImageAutoSize = true;
|
|
this.smartButton5.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.smartButton5.DisableImage = null;
|
|
this.smartButton5.DownImage = null;
|
|
this.smartButton5.GroupID = 0;
|
|
this.smartButton5.InitVisible = true;
|
|
this.smartButton5.Location = new System.Drawing.Point(184, 14);
|
|
this.smartButton5.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.smartButton5.Name = "smartButton5";
|
|
this.smartButton5.NestedClickEventPrevent = false;
|
|
this.smartButton5.OutlinePixel = 1;
|
|
this.smartButton5.RepeatInterval = 200;
|
|
this.smartButton5.RepeatIntervalAccelerate = null;
|
|
this.smartButton5.SafeInterval = 200;
|
|
this.smartButton5.Size = new System.Drawing.Size(80, 30);
|
|
this.smartButton5.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.smartButton5.TabIndex = 32;
|
|
this.smartButton5.Text = "user33";
|
|
this.smartButton5.TextColor = System.Drawing.Color.Black;
|
|
this.smartButton5.TextDownColor = System.Drawing.Color.White;
|
|
this.smartButton5.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.smartButton5.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.smartButton5.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.smartButton5.UpImage = null;
|
|
this.smartButton5.Visible = false;
|
|
this.smartButton5.Click += new System.EventHandler(this.smartButton5_Click);
|
|
//
|
|
// DialogFormLogOn
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.ClientSize = new System.Drawing.Size(710, 470);
|
|
this.ControlBox = false;
|
|
this.Controls.Add(this.smartButton5);
|
|
this.Controls.Add(this.smartButton4);
|
|
this.Controls.Add(this.smartButton3);
|
|
this.Controls.Add(this.smartButton2);
|
|
this.Controls.Add(this.smartButton1);
|
|
this.Controls.Add(this.pictureBoxImage);
|
|
this.Controls.Add(this.labelTitle1);
|
|
this.Controls.Add(this.labelTitle3);
|
|
this.Controls.Add(this.labelTitle2);
|
|
this.Controls.Add(this.smartKeyboard);
|
|
this.Controls.Add(this.buttonCancel);
|
|
this.Controls.Add(this.buttonLogOn);
|
|
this.Controls.Add(this.textBoxPassword);
|
|
this.Controls.Add(this.textBoxID);
|
|
this.Controls.Add(this.smartForm1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.Name = "DialogFormLogOn";
|
|
this.Text = "DialogFormLogOn";
|
|
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private SmartX.SmartForm smartForm1;
|
|
private System.Windows.Forms.TextBox textBoxPassword;
|
|
private System.Windows.Forms.TextBox textBoxID;
|
|
private SmartX.SmartButton buttonLogOn;
|
|
private SmartX.SmartButton buttonCancel;
|
|
private SmartX.SmartKeyboard smartKeyboard;
|
|
private SmartX.SmartLabel labelTitle1;
|
|
private SmartX.SmartLabel labelTitle3;
|
|
private SmartX.SmartLabel labelTitle2;
|
|
private System.Windows.Forms.PictureBox pictureBoxImage;
|
|
private SmartX.SmartButton smartButton1;
|
|
private SmartX.SmartButton smartButton2;
|
|
private SmartX.SmartButton smartButton3;
|
|
private SmartX.SmartButton smartButton4;
|
|
private SmartX.SmartButton smartButton5;
|
|
}
|
|
} |