479 lines
28 KiB
C#
479 lines
28 KiB
C#
namespace ITC81DB_0H.Forms
|
|
{
|
|
partial class FormMenu
|
|
{
|
|
/// <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(FormMenu));
|
|
this.smartForm1 = new SmartX.SmartForm();
|
|
this.buttonInformation = new SmartX.SmartButton();
|
|
this.buttonEquipment = new SmartX.SmartButton();
|
|
this.buttonSystem = new SmartX.SmartButton();
|
|
this.buttonBasic = new SmartX.SmartButton();
|
|
this.buttonMain = new SmartX.SmartButton();
|
|
this.buttonConfiguration = new SmartX.SmartButton();
|
|
this.labelTitleRoot = new SmartX.SmartLabel();
|
|
this.pictureBoxStart = new System.Windows.Forms.PictureBox();
|
|
this.pictureBoxStop = new System.Windows.Forms.PictureBox();
|
|
this.buttonHiddenMenu = new SmartX.SmartButton();
|
|
this.buttonLog = new SmartX.SmartButton();
|
|
this.timerEncryption = new System.Windows.Forms.Timer();
|
|
this.timerFileCopy = new System.Windows.Forms.Timer();
|
|
this.labelExpireOfPassword = new SmartX.SmartLabel();
|
|
this.labelUserID = new SmartX.SmartLabel();
|
|
this.labelUserLevel = new SmartX.SmartLabel();
|
|
this.timerTimeout = new System.Windows.Forms.Timer();
|
|
((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.LCD800X600;
|
|
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(800, 600);
|
|
this.smartForm1.SpecialFunctionClickPointSize = 100;
|
|
this.smartForm1.SuspendLayoutInterval = 0;
|
|
//
|
|
// buttonInformation
|
|
//
|
|
this.buttonInformation.BackPictureBox = null;
|
|
this.buttonInformation.BackPictureBox1 = null;
|
|
this.buttonInformation.BackPictureBox2 = null;
|
|
this.buttonInformation.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonInformation.ButtonImageAutoSize = true;
|
|
this.buttonInformation.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonInformation.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonInformation.DisableImage")));
|
|
this.buttonInformation.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonInformation.DownImage")));
|
|
this.buttonInformation.GroupID = 0;
|
|
this.buttonInformation.InitVisible = true;
|
|
this.buttonInformation.Location = new System.Drawing.Point(710, 371);
|
|
this.buttonInformation.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
|
|
this.buttonInformation.Name = "buttonInformation";
|
|
this.buttonInformation.NestedClickEventPrevent = false;
|
|
this.buttonInformation.OutlinePixel = 1;
|
|
this.buttonInformation.RepeatInterval = 200;
|
|
this.buttonInformation.RepeatIntervalAccelerate = null;
|
|
this.buttonInformation.SafeInterval = 200;
|
|
this.buttonInformation.Size = new System.Drawing.Size(90, 57);
|
|
this.buttonInformation.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonInformation.TabIndex = 5;
|
|
this.buttonInformation.Text = " ";
|
|
this.buttonInformation.TextColor = System.Drawing.Color.Black;
|
|
this.buttonInformation.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonInformation.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonInformation.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonInformation.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonInformation.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonInformation.UpImage")));
|
|
this.buttonInformation.Click += new System.EventHandler(this.buttonInformation_Click);
|
|
//
|
|
// buttonEquipment
|
|
//
|
|
this.buttonEquipment.BackPictureBox = null;
|
|
this.buttonEquipment.BackPictureBox1 = null;
|
|
this.buttonEquipment.BackPictureBox2 = null;
|
|
this.buttonEquipment.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonEquipment.ButtonImageAutoSize = true;
|
|
this.buttonEquipment.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonEquipment.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonEquipment.DisableImage")));
|
|
this.buttonEquipment.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonEquipment.DownImage")));
|
|
this.buttonEquipment.GroupID = 0;
|
|
this.buttonEquipment.InitVisible = true;
|
|
this.buttonEquipment.Location = new System.Drawing.Point(710, 245);
|
|
this.buttonEquipment.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
|
|
this.buttonEquipment.Name = "buttonEquipment";
|
|
this.buttonEquipment.NestedClickEventPrevent = false;
|
|
this.buttonEquipment.OutlinePixel = 1;
|
|
this.buttonEquipment.RepeatInterval = 200;
|
|
this.buttonEquipment.RepeatIntervalAccelerate = null;
|
|
this.buttonEquipment.SafeInterval = 200;
|
|
this.buttonEquipment.Size = new System.Drawing.Size(90, 57);
|
|
this.buttonEquipment.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonEquipment.TabIndex = 5;
|
|
this.buttonEquipment.TextColor = System.Drawing.Color.Black;
|
|
this.buttonEquipment.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonEquipment.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonEquipment.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonEquipment.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonEquipment.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonEquipment.UpImage")));
|
|
this.buttonEquipment.Click += new System.EventHandler(this.buttonEquipment_Click);
|
|
//
|
|
// buttonSystem
|
|
//
|
|
this.buttonSystem.BackPictureBox = null;
|
|
this.buttonSystem.BackPictureBox1 = null;
|
|
this.buttonSystem.BackPictureBox2 = null;
|
|
this.buttonSystem.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonSystem.ButtonImageAutoSize = true;
|
|
this.buttonSystem.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonSystem.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonSystem.DisableImage")));
|
|
this.buttonSystem.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonSystem.DownImage")));
|
|
this.buttonSystem.GroupID = 0;
|
|
this.buttonSystem.InitVisible = true;
|
|
this.buttonSystem.Location = new System.Drawing.Point(710, 185);
|
|
this.buttonSystem.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
|
|
this.buttonSystem.Name = "buttonSystem";
|
|
this.buttonSystem.NestedClickEventPrevent = false;
|
|
this.buttonSystem.OutlinePixel = 1;
|
|
this.buttonSystem.RepeatInterval = 200;
|
|
this.buttonSystem.RepeatIntervalAccelerate = null;
|
|
this.buttonSystem.SafeInterval = 200;
|
|
this.buttonSystem.Size = new System.Drawing.Size(90, 57);
|
|
this.buttonSystem.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonSystem.TabIndex = 5;
|
|
this.buttonSystem.TextColor = System.Drawing.Color.Black;
|
|
this.buttonSystem.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonSystem.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonSystem.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonSystem.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonSystem.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonSystem.UpImage")));
|
|
this.buttonSystem.Click += new System.EventHandler(this.buttonSystem_Click);
|
|
//
|
|
// buttonBasic
|
|
//
|
|
this.buttonBasic.BackPictureBox = null;
|
|
this.buttonBasic.BackPictureBox1 = null;
|
|
this.buttonBasic.BackPictureBox2 = null;
|
|
this.buttonBasic.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonBasic.ButtonImageAutoSize = true;
|
|
this.buttonBasic.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonBasic.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonBasic.DisableImage")));
|
|
this.buttonBasic.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBasic.DownImage")));
|
|
this.buttonBasic.GroupID = 0;
|
|
this.buttonBasic.InitVisible = true;
|
|
this.buttonBasic.Location = new System.Drawing.Point(710, 65);
|
|
this.buttonBasic.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
|
|
this.buttonBasic.Name = "buttonBasic";
|
|
this.buttonBasic.NestedClickEventPrevent = false;
|
|
this.buttonBasic.OutlinePixel = 1;
|
|
this.buttonBasic.RepeatInterval = 200;
|
|
this.buttonBasic.RepeatIntervalAccelerate = null;
|
|
this.buttonBasic.SafeInterval = 200;
|
|
this.buttonBasic.Size = new System.Drawing.Size(90, 57);
|
|
this.buttonBasic.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonBasic.TabIndex = 5;
|
|
this.buttonBasic.TextColor = System.Drawing.Color.Black;
|
|
this.buttonBasic.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonBasic.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonBasic.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonBasic.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonBasic.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonBasic.UpImage")));
|
|
this.buttonBasic.Click += new System.EventHandler(this.buttonBasic_Click);
|
|
//
|
|
// buttonMain
|
|
//
|
|
this.buttonMain.BackPictureBox = null;
|
|
this.buttonMain.BackPictureBox1 = null;
|
|
this.buttonMain.BackPictureBox2 = null;
|
|
this.buttonMain.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonMain.ButtonImageAutoSize = true;
|
|
this.buttonMain.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonMain.DisableImage = null;
|
|
this.buttonMain.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonMain.DownImage")));
|
|
this.buttonMain.GroupID = 0;
|
|
this.buttonMain.InitVisible = true;
|
|
this.buttonMain.Location = new System.Drawing.Point(710, 535);
|
|
this.buttonMain.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonMain.Name = "buttonMain";
|
|
this.buttonMain.NestedClickEventPrevent = false;
|
|
this.buttonMain.OutlinePixel = 1;
|
|
this.buttonMain.RepeatInterval = 200;
|
|
this.buttonMain.RepeatIntervalAccelerate = null;
|
|
this.buttonMain.SafeInterval = 200;
|
|
this.buttonMain.Size = new System.Drawing.Size(90, 65);
|
|
this.buttonMain.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonMain.TabIndex = 5;
|
|
this.buttonMain.TextColor = System.Drawing.Color.Black;
|
|
this.buttonMain.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonMain.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonMain.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonMain.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonMain.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonMain.UpImage")));
|
|
this.buttonMain.Click += new System.EventHandler(this.buttonMain_Click);
|
|
//
|
|
// buttonConfiguration
|
|
//
|
|
this.buttonConfiguration.BackPictureBox = null;
|
|
this.buttonConfiguration.BackPictureBox1 = null;
|
|
this.buttonConfiguration.BackPictureBox2 = null;
|
|
this.buttonConfiguration.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonConfiguration.ButtonImageAutoSize = true;
|
|
this.buttonConfiguration.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonConfiguration.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonConfiguration.DisableImage")));
|
|
this.buttonConfiguration.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonConfiguration.DownImage")));
|
|
this.buttonConfiguration.GroupID = 0;
|
|
this.buttonConfiguration.InitVisible = true;
|
|
this.buttonConfiguration.Location = new System.Drawing.Point(710, 125);
|
|
this.buttonConfiguration.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
|
|
this.buttonConfiguration.Name = "buttonConfiguration";
|
|
this.buttonConfiguration.NestedClickEventPrevent = false;
|
|
this.buttonConfiguration.OutlinePixel = 1;
|
|
this.buttonConfiguration.RepeatInterval = 200;
|
|
this.buttonConfiguration.RepeatIntervalAccelerate = null;
|
|
this.buttonConfiguration.SafeInterval = 200;
|
|
this.buttonConfiguration.Size = new System.Drawing.Size(90, 57);
|
|
this.buttonConfiguration.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonConfiguration.TabIndex = 7;
|
|
this.buttonConfiguration.TextColor = System.Drawing.Color.Black;
|
|
this.buttonConfiguration.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonConfiguration.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonConfiguration.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonConfiguration.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonConfiguration.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonConfiguration.UpImage")));
|
|
this.buttonConfiguration.Click += new System.EventHandler(this.buttonConfiguration_Click);
|
|
//
|
|
// labelTitleRoot
|
|
//
|
|
this.labelTitleRoot.BackPictureBox = this.smartForm1;
|
|
this.labelTitleRoot.BackPictureBox1 = null;
|
|
this.labelTitleRoot.BackPictureBox2 = null;
|
|
this.labelTitleRoot.BorderColor = System.Drawing.Color.Black;
|
|
this.labelTitleRoot.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelTitleRoot.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold);
|
|
this.labelTitleRoot.ForeColor = System.Drawing.Color.White;
|
|
this.labelTitleRoot.InitVisible = true;
|
|
this.labelTitleRoot.LineSpacing = 0F;
|
|
this.labelTitleRoot.Location = new System.Drawing.Point(13, 9);
|
|
this.labelTitleRoot.Name = "labelTitleRoot";
|
|
this.labelTitleRoot.Size = new System.Drawing.Size(567, 40);
|
|
this.labelTitleRoot.TabIndex = 471;
|
|
this.labelTitleRoot.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.labelTitleRoot.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelTitleRoot.Wordwrap = false;
|
|
//
|
|
// pictureBoxStart
|
|
//
|
|
this.pictureBoxStart.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxStart.Image")));
|
|
this.pictureBoxStart.Location = new System.Drawing.Point(710, 0);
|
|
this.pictureBoxStart.Name = "pictureBoxStart";
|
|
this.pictureBoxStart.Size = new System.Drawing.Size(90, 60);
|
|
this.pictureBoxStart.Click += new System.EventHandler(this.pictureBoxStart_Click);
|
|
//
|
|
// pictureBoxStop
|
|
//
|
|
this.pictureBoxStop.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxStop.Image")));
|
|
this.pictureBoxStop.Location = new System.Drawing.Point(710, 0);
|
|
this.pictureBoxStop.Name = "pictureBoxStop";
|
|
this.pictureBoxStop.Size = new System.Drawing.Size(90, 60);
|
|
this.pictureBoxStop.Click += new System.EventHandler(this.pictureBoxStop_Click);
|
|
//
|
|
// buttonHiddenMenu
|
|
//
|
|
this.buttonHiddenMenu.BackPictureBox = null;
|
|
this.buttonHiddenMenu.BackPictureBox1 = null;
|
|
this.buttonHiddenMenu.BackPictureBox2 = null;
|
|
this.buttonHiddenMenu.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonHiddenMenu.ButtonImageAutoSize = true;
|
|
this.buttonHiddenMenu.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonHiddenMenu.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonHiddenMenu.DisableImage")));
|
|
this.buttonHiddenMenu.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonHiddenMenu.DownImage")));
|
|
this.buttonHiddenMenu.GroupID = 0;
|
|
this.buttonHiddenMenu.InitVisible = true;
|
|
this.buttonHiddenMenu.Location = new System.Drawing.Point(710, 472);
|
|
this.buttonHiddenMenu.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonHiddenMenu.Name = "buttonHiddenMenu";
|
|
this.buttonHiddenMenu.NestedClickEventPrevent = false;
|
|
this.buttonHiddenMenu.OutlinePixel = 1;
|
|
this.buttonHiddenMenu.RepeatInterval = 200;
|
|
this.buttonHiddenMenu.RepeatIntervalAccelerate = null;
|
|
this.buttonHiddenMenu.SafeInterval = 2000;
|
|
this.buttonHiddenMenu.Size = new System.Drawing.Size(90, 57);
|
|
this.buttonHiddenMenu.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.SAFE;
|
|
this.buttonHiddenMenu.TabIndex = 477;
|
|
this.buttonHiddenMenu.Text = " ";
|
|
this.buttonHiddenMenu.TextColor = System.Drawing.Color.Black;
|
|
this.buttonHiddenMenu.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonHiddenMenu.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonHiddenMenu.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonHiddenMenu.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonHiddenMenu.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonHiddenMenu.UpImage")));
|
|
this.buttonHiddenMenu.Click += new System.EventHandler(this.buttonHiddenMenu_Click);
|
|
//
|
|
// buttonLog
|
|
//
|
|
this.buttonLog.BackPictureBox = null;
|
|
this.buttonLog.BackPictureBox1 = null;
|
|
this.buttonLog.BackPictureBox2 = null;
|
|
this.buttonLog.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonLog.ButtonImageAutoSize = true;
|
|
this.buttonLog.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonLog.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonLog.DisableImage")));
|
|
this.buttonLog.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonLog.DownImage")));
|
|
this.buttonLog.GroupID = 0;
|
|
this.buttonLog.InitVisible = true;
|
|
this.buttonLog.Location = new System.Drawing.Point(710, 308);
|
|
this.buttonLog.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
|
|
this.buttonLog.Name = "buttonLog";
|
|
this.buttonLog.NestedClickEventPrevent = false;
|
|
this.buttonLog.OutlinePixel = 1;
|
|
this.buttonLog.RepeatInterval = 200;
|
|
this.buttonLog.RepeatIntervalAccelerate = null;
|
|
this.buttonLog.SafeInterval = 200;
|
|
this.buttonLog.Size = new System.Drawing.Size(90, 57);
|
|
this.buttonLog.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonLog.TabIndex = 481;
|
|
this.buttonLog.TextColor = System.Drawing.Color.Black;
|
|
this.buttonLog.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonLog.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonLog.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonLog.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonLog.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLog.UpImage")));
|
|
this.buttonLog.Click += new System.EventHandler(this.buttonLog_Click);
|
|
//
|
|
// timerEncryption
|
|
//
|
|
this.timerEncryption.Tick += new System.EventHandler(this.timerEncryption_Tick);
|
|
//
|
|
// timerFileCopy
|
|
//
|
|
this.timerFileCopy.Tick += new System.EventHandler(this.timerFileCopy_Tick);
|
|
//
|
|
// labelExpireOfPassword
|
|
//
|
|
this.labelExpireOfPassword.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
|
|
this.labelExpireOfPassword.BackPictureBox = null;
|
|
this.labelExpireOfPassword.BackPictureBox1 = null;
|
|
this.labelExpireOfPassword.BackPictureBox2 = null;
|
|
this.labelExpireOfPassword.BorderColor = System.Drawing.Color.Black;
|
|
this.labelExpireOfPassword.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelExpireOfPassword.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Bold);
|
|
this.labelExpireOfPassword.ForeColor = System.Drawing.Color.Red;
|
|
this.labelExpireOfPassword.InitVisible = true;
|
|
this.labelExpireOfPassword.LineSpacing = 0F;
|
|
this.labelExpireOfPassword.Location = new System.Drawing.Point(586, 42);
|
|
this.labelExpireOfPassword.Name = "labelExpireOfPassword";
|
|
this.labelExpireOfPassword.Size = new System.Drawing.Size(100, 16);
|
|
this.labelExpireOfPassword.TabIndex = 586;
|
|
this.labelExpireOfPassword.Text = "Off";
|
|
this.labelExpireOfPassword.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelExpireOfPassword.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelExpireOfPassword.Visible = false;
|
|
this.labelExpireOfPassword.Wordwrap = false;
|
|
//
|
|
// labelUserID
|
|
//
|
|
this.labelUserID.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
|
|
this.labelUserID.BackPictureBox = null;
|
|
this.labelUserID.BackPictureBox1 = null;
|
|
this.labelUserID.BackPictureBox2 = null;
|
|
this.labelUserID.BorderColor = System.Drawing.Color.LightGray;
|
|
this.labelUserID.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelUserID.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Bold);
|
|
this.labelUserID.ForeColor = System.Drawing.Color.Red;
|
|
this.labelUserID.InitVisible = true;
|
|
this.labelUserID.LineSpacing = 0F;
|
|
this.labelUserID.Location = new System.Drawing.Point(586, 2);
|
|
this.labelUserID.Name = "labelUserID";
|
|
this.labelUserID.Size = new System.Drawing.Size(100, 16);
|
|
this.labelUserID.TabIndex = 585;
|
|
this.labelUserID.Text = "L1-Developer";
|
|
this.labelUserID.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelUserID.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelUserID.Wordwrap = false;
|
|
//
|
|
// labelUserLevel
|
|
//
|
|
this.labelUserLevel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
|
|
this.labelUserLevel.BackPictureBox = null;
|
|
this.labelUserLevel.BackPictureBox1 = null;
|
|
this.labelUserLevel.BackPictureBox2 = null;
|
|
this.labelUserLevel.BorderColor = System.Drawing.Color.LightGray;
|
|
this.labelUserLevel.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelUserLevel.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Bold);
|
|
this.labelUserLevel.ForeColor = System.Drawing.Color.Red;
|
|
this.labelUserLevel.InitVisible = true;
|
|
this.labelUserLevel.LineSpacing = 0F;
|
|
this.labelUserLevel.Location = new System.Drawing.Point(586, 22);
|
|
this.labelUserLevel.Name = "labelUserLevel";
|
|
this.labelUserLevel.Size = new System.Drawing.Size(100, 16);
|
|
this.labelUserLevel.TabIndex = 584;
|
|
this.labelUserLevel.Text = "L1-Developer";
|
|
this.labelUserLevel.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelUserLevel.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelUserLevel.Wordwrap = false;
|
|
//
|
|
// timerTimeout
|
|
//
|
|
this.timerTimeout.Interval = 10000;
|
|
this.timerTimeout.Tick += new System.EventHandler(this.timerTimeout_Tick);
|
|
//
|
|
// FormMenu
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.AutoScroll = true;
|
|
this.ClientSize = new System.Drawing.Size(800, 600);
|
|
this.Controls.Add(this.labelExpireOfPassword);
|
|
this.Controls.Add(this.labelUserID);
|
|
this.Controls.Add(this.labelUserLevel);
|
|
this.Controls.Add(this.buttonLog);
|
|
this.Controls.Add(this.buttonHiddenMenu);
|
|
this.Controls.Add(this.pictureBoxStop);
|
|
this.Controls.Add(this.pictureBoxStart);
|
|
this.Controls.Add(this.labelTitleRoot);
|
|
this.Controls.Add(this.buttonConfiguration);
|
|
this.Controls.Add(this.buttonMain);
|
|
this.Controls.Add(this.buttonBasic);
|
|
this.Controls.Add(this.buttonSystem);
|
|
this.Controls.Add(this.buttonEquipment);
|
|
this.Controls.Add(this.buttonInformation);
|
|
this.Controls.Add(this.smartForm1);
|
|
this.Name = "FormMenu";
|
|
this.Text = "FormMenu";
|
|
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private SmartX.SmartForm smartForm1;
|
|
private SmartX.SmartButton buttonInformation;
|
|
private SmartX.SmartButton buttonEquipment;
|
|
private SmartX.SmartButton buttonSystem;
|
|
private SmartX.SmartButton buttonBasic;
|
|
private SmartX.SmartButton buttonMain;
|
|
private SmartX.SmartButton buttonConfiguration;
|
|
private SmartX.SmartLabel labelTitleRoot;
|
|
private System.Windows.Forms.PictureBox pictureBoxStart;
|
|
private System.Windows.Forms.PictureBox pictureBoxStop;
|
|
private SmartX.SmartButton buttonHiddenMenu;
|
|
private SmartX.SmartButton buttonLog;
|
|
private System.Windows.Forms.Timer timerEncryption;
|
|
private System.Windows.Forms.Timer timerFileCopy;
|
|
private SmartX.SmartLabel labelExpireOfPassword;
|
|
private SmartX.SmartLabel labelUserID;
|
|
private SmartX.SmartLabel labelUserLevel;
|
|
private System.Windows.Forms.Timer timerTimeout;
|
|
}
|
|
} |