345 lines
20 KiB
C#
345 lines
20 KiB
C#
namespace INT69DC_7C.Forms
|
|
{
|
|
partial class FormDataBackup
|
|
{
|
|
/// <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(FormDataBackup));
|
|
this.smartForm1 = new SmartX.SmartForm();
|
|
this.buttonBackup = new SmartX.SmartButton();
|
|
this.buttonBack = new SmartX.SmartButton();
|
|
this.labelTitle = new SmartX.SmartLabel();
|
|
this.labelStaticSaveFile = new SmartX.SmartLabel();
|
|
this.labelStaticBackupEnable = new SmartX.SmartLabel();
|
|
this.listBoxDataList = new System.Windows.Forms.ListBox();
|
|
this.labelFileCount = new SmartX.SmartLabel();
|
|
this.labelStaticWarning1 = new SmartX.SmartLabel();
|
|
this.labelStaticWarning2 = new SmartX.SmartLabel();
|
|
this.radioButtonDisable = new System.Windows.Forms.RadioButton();
|
|
this.radioButtonEnable = new System.Windows.Forms.RadioButton();
|
|
this.buttonUSBID = 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.LCD1024X768;
|
|
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(1024, 768);
|
|
this.smartForm1.SpecialFunctionClickPointSize = 100;
|
|
this.smartForm1.SuspendLayoutInterval = 0;
|
|
//
|
|
// buttonBackup
|
|
//
|
|
this.buttonBackup.BackPictureBox = null;
|
|
this.buttonBackup.BackPictureBox1 = null;
|
|
this.buttonBackup.BackPictureBox2 = null;
|
|
this.buttonBackup.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonBackup.ButtonImageAutoSize = true;
|
|
this.buttonBackup.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonBackup.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonBackup.DisableImage")));
|
|
this.buttonBackup.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBackup.DownImage")));
|
|
this.buttonBackup.GroupID = 0;
|
|
this.buttonBackup.InitVisible = true;
|
|
this.buttonBackup.Location = new System.Drawing.Point(834, 666);
|
|
this.buttonBackup.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonBackup.Name = "buttonBackup";
|
|
this.buttonBackup.NestedClickEventPrevent = false;
|
|
this.buttonBackup.OutlinePixel = 1;
|
|
this.buttonBackup.RepeatInterval = 200;
|
|
this.buttonBackup.RepeatIntervalAccelerate = null;
|
|
this.buttonBackup.SafeInterval = 200;
|
|
this.buttonBackup.Size = new System.Drawing.Size(84, 87);
|
|
this.buttonBackup.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonBackup.TabIndex = 19;
|
|
this.buttonBackup.TextColor = System.Drawing.Color.Black;
|
|
this.buttonBackup.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonBackup.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonBackup.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonBackup.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonBackup.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonBackup.UpImage")));
|
|
this.buttonBackup.Click += new System.EventHandler(this.buttonBackup_Click);
|
|
//
|
|
// buttonBack
|
|
//
|
|
this.buttonBack.BackPictureBox = null;
|
|
this.buttonBack.BackPictureBox1 = null;
|
|
this.buttonBack.BackPictureBox2 = null;
|
|
this.buttonBack.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonBack.ButtonImageAutoSize = true;
|
|
this.buttonBack.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonBack.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.DisableImage")));
|
|
this.buttonBack.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.DownImage")));
|
|
this.buttonBack.GroupID = 0;
|
|
this.buttonBack.InitVisible = true;
|
|
this.buttonBack.Location = new System.Drawing.Point(924, 666);
|
|
this.buttonBack.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonBack.Name = "buttonBack";
|
|
this.buttonBack.NestedClickEventPrevent = false;
|
|
this.buttonBack.OutlinePixel = 1;
|
|
this.buttonBack.RepeatInterval = 200;
|
|
this.buttonBack.RepeatIntervalAccelerate = null;
|
|
this.buttonBack.SafeInterval = 200;
|
|
this.buttonBack.Size = new System.Drawing.Size(84, 87);
|
|
this.buttonBack.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonBack.TabIndex = 18;
|
|
this.buttonBack.TextColor = System.Drawing.Color.Black;
|
|
this.buttonBack.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonBack.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonBack.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonBack.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonBack.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.UpImage")));
|
|
this.buttonBack.Click += new System.EventHandler(this.buttonBack_Click);
|
|
//
|
|
// labelTitle
|
|
//
|
|
this.labelTitle.BackPictureBox = this.smartForm1;
|
|
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", 35F, System.Drawing.FontStyle.Bold);
|
|
this.labelTitle.InitVisible = true;
|
|
this.labelTitle.LineSpacing = 0F;
|
|
this.labelTitle.Location = new System.Drawing.Point(199, 7);
|
|
this.labelTitle.Name = "labelTitle";
|
|
this.labelTitle.Size = new System.Drawing.Size(626, 60);
|
|
this.labelTitle.TabIndex = 20;
|
|
this.labelTitle.Text = "데 이 터 백 업";
|
|
this.labelTitle.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelTitle.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelTitle.Wordwrap = false;
|
|
//
|
|
// labelStaticSaveFile
|
|
//
|
|
this.labelStaticSaveFile.BackPictureBox = this.smartForm1;
|
|
this.labelStaticSaveFile.BackPictureBox1 = null;
|
|
this.labelStaticSaveFile.BackPictureBox2 = null;
|
|
this.labelStaticSaveFile.BorderColor = System.Drawing.Color.Black;
|
|
this.labelStaticSaveFile.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelStaticSaveFile.Font = new System.Drawing.Font("New Gulim", 20F, System.Drawing.FontStyle.Bold);
|
|
this.labelStaticSaveFile.InitVisible = true;
|
|
this.labelStaticSaveFile.LineSpacing = 0F;
|
|
this.labelStaticSaveFile.Location = new System.Drawing.Point(151, 306);
|
|
this.labelStaticSaveFile.Name = "labelStaticSaveFile";
|
|
this.labelStaticSaveFile.Size = new System.Drawing.Size(236, 47);
|
|
this.labelStaticSaveFile.TabIndex = 22;
|
|
this.labelStaticSaveFile.Text = "저장 파일";
|
|
this.labelStaticSaveFile.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.labelStaticSaveFile.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelStaticSaveFile.Wordwrap = false;
|
|
//
|
|
// labelStaticBackupEnable
|
|
//
|
|
this.labelStaticBackupEnable.BackPictureBox = this.smartForm1;
|
|
this.labelStaticBackupEnable.BackPictureBox1 = null;
|
|
this.labelStaticBackupEnable.BackPictureBox2 = null;
|
|
this.labelStaticBackupEnable.BorderColor = System.Drawing.Color.Black;
|
|
this.labelStaticBackupEnable.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelStaticBackupEnable.Font = new System.Drawing.Font("New Gulim", 20F, System.Drawing.FontStyle.Bold);
|
|
this.labelStaticBackupEnable.InitVisible = true;
|
|
this.labelStaticBackupEnable.LineSpacing = 0F;
|
|
this.labelStaticBackupEnable.Location = new System.Drawing.Point(151, 213);
|
|
this.labelStaticBackupEnable.Name = "labelStaticBackupEnable";
|
|
this.labelStaticBackupEnable.Size = new System.Drawing.Size(330, 50);
|
|
this.labelStaticBackupEnable.TabIndex = 21;
|
|
this.labelStaticBackupEnable.Text = "백업파일 생성 여부";
|
|
this.labelStaticBackupEnable.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.labelStaticBackupEnable.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelStaticBackupEnable.Wordwrap = false;
|
|
//
|
|
// listBoxDataList
|
|
//
|
|
this.listBoxDataList.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Regular);
|
|
this.listBoxDataList.Location = new System.Drawing.Point(510, 316);
|
|
this.listBoxDataList.Name = "listBoxDataList";
|
|
this.listBoxDataList.Size = new System.Drawing.Size(355, 290);
|
|
this.listBoxDataList.TabIndex = 24;
|
|
//
|
|
// labelFileCount
|
|
//
|
|
this.labelFileCount.BackPictureBox = this.smartForm1;
|
|
this.labelFileCount.BackPictureBox1 = null;
|
|
this.labelFileCount.BackPictureBox2 = null;
|
|
this.labelFileCount.BorderColor = System.Drawing.Color.Black;
|
|
this.labelFileCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelFileCount.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold);
|
|
this.labelFileCount.InitVisible = true;
|
|
this.labelFileCount.LineSpacing = 0F;
|
|
this.labelFileCount.Location = new System.Drawing.Point(434, 306);
|
|
this.labelFileCount.Name = "labelFileCount";
|
|
this.labelFileCount.Size = new System.Drawing.Size(70, 47);
|
|
this.labelFileCount.TabIndex = 25;
|
|
this.labelFileCount.Text = "00";
|
|
this.labelFileCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelFileCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelFileCount.Wordwrap = false;
|
|
//
|
|
// labelStaticWarning1
|
|
//
|
|
this.labelStaticWarning1.BackPictureBox = this.smartForm1;
|
|
this.labelStaticWarning1.BackPictureBox1 = null;
|
|
this.labelStaticWarning1.BackPictureBox2 = null;
|
|
this.labelStaticWarning1.BorderColor = System.Drawing.Color.Black;
|
|
this.labelStaticWarning1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelStaticWarning1.Font = new System.Drawing.Font("New Gulim", 18F, System.Drawing.FontStyle.Bold);
|
|
this.labelStaticWarning1.ForeColor = System.Drawing.Color.Red;
|
|
this.labelStaticWarning1.InitVisible = true;
|
|
this.labelStaticWarning1.LineSpacing = 0F;
|
|
this.labelStaticWarning1.Location = new System.Drawing.Point(151, 474);
|
|
this.labelStaticWarning1.Name = "labelStaticWarning1";
|
|
this.labelStaticWarning1.Size = new System.Drawing.Size(182, 37);
|
|
this.labelStaticWarning1.TabIndex = 26;
|
|
this.labelStaticWarning1.Text = "※주의";
|
|
this.labelStaticWarning1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.labelStaticWarning1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelStaticWarning1.Wordwrap = false;
|
|
//
|
|
// labelStaticWarning2
|
|
//
|
|
this.labelStaticWarning2.BackPictureBox = this.smartForm1;
|
|
this.labelStaticWarning2.BackPictureBox1 = null;
|
|
this.labelStaticWarning2.BackPictureBox2 = null;
|
|
this.labelStaticWarning2.BorderColor = System.Drawing.Color.Black;
|
|
this.labelStaticWarning2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelStaticWarning2.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold);
|
|
this.labelStaticWarning2.InitVisible = true;
|
|
this.labelStaticWarning2.LineSpacing = 0F;
|
|
this.labelStaticWarning2.Location = new System.Drawing.Point(151, 465);
|
|
this.labelStaticWarning2.Name = "labelStaticWarning2";
|
|
this.labelStaticWarning2.Size = new System.Drawing.Size(353, 122);
|
|
this.labelStaticWarning2.TabIndex = 27;
|
|
this.labelStaticWarning2.Text = "USB 메모리 장치로 데이터를 백업할 경우, 시스템에 저장된 데이터는 삭제됩니다.";
|
|
this.labelStaticWarning2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.labelStaticWarning2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelStaticWarning2.Wordwrap = true;
|
|
//
|
|
// radioButtonDisable
|
|
//
|
|
this.radioButtonDisable.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208)))));
|
|
this.radioButtonDisable.Font = new System.Drawing.Font("New Gulim", 20F, System.Drawing.FontStyle.Bold);
|
|
this.radioButtonDisable.Location = new System.Drawing.Point(715, 213);
|
|
this.radioButtonDisable.Name = "radioButtonDisable";
|
|
this.radioButtonDisable.Size = new System.Drawing.Size(150, 50);
|
|
this.radioButtonDisable.TabIndex = 32;
|
|
this.radioButtonDisable.Text = "Disable";
|
|
this.radioButtonDisable.Click += new System.EventHandler(this.radioButtonEnable_Click);
|
|
//
|
|
// radioButtonEnable
|
|
//
|
|
this.radioButtonEnable.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208)))));
|
|
this.radioButtonEnable.Font = new System.Drawing.Font("New Gulim", 20F, System.Drawing.FontStyle.Bold);
|
|
this.radioButtonEnable.Location = new System.Drawing.Point(510, 213);
|
|
this.radioButtonEnable.Name = "radioButtonEnable";
|
|
this.radioButtonEnable.Size = new System.Drawing.Size(150, 50);
|
|
this.radioButtonEnable.TabIndex = 33;
|
|
this.radioButtonEnable.Text = "Enable";
|
|
this.radioButtonEnable.Click += new System.EventHandler(this.radioButtonEnable_Click);
|
|
//
|
|
// buttonUSBID
|
|
//
|
|
this.buttonUSBID.BackPictureBox = null;
|
|
this.buttonUSBID.BackPictureBox1 = null;
|
|
this.buttonUSBID.BackPictureBox2 = null;
|
|
this.buttonUSBID.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonUSBID.ButtonImageAutoSize = true;
|
|
this.buttonUSBID.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonUSBID.DisableImage = null;
|
|
this.buttonUSBID.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonUSBID.DownImage")));
|
|
this.buttonUSBID.Font = new System.Drawing.Font("Arial", 25F, System.Drawing.FontStyle.Bold);
|
|
this.buttonUSBID.GroupID = 0;
|
|
this.buttonUSBID.InitVisible = true;
|
|
this.buttonUSBID.Location = new System.Drawing.Point(125, 117);
|
|
this.buttonUSBID.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonUSBID.Name = "buttonUSBID";
|
|
this.buttonUSBID.NestedClickEventPrevent = false;
|
|
this.buttonUSBID.OutlinePixel = 1;
|
|
this.buttonUSBID.RepeatInterval = 200;
|
|
this.buttonUSBID.RepeatIntervalAccelerate = null;
|
|
this.buttonUSBID.SafeInterval = 200;
|
|
this.buttonUSBID.Size = new System.Drawing.Size(326, 73);
|
|
this.buttonUSBID.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonUSBID.TabIndex = 23;
|
|
this.buttonUSBID.Text = "1";
|
|
this.buttonUSBID.TextColor = System.Drawing.Color.Black;
|
|
this.buttonUSBID.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonUSBID.TextHAlign = SmartX.SmartButton.TextHorAlign.Right;
|
|
this.buttonUSBID.TextLocation = new System.Drawing.Point(-60, 0);
|
|
this.buttonUSBID.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonUSBID.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonUSBID.UpImage")));
|
|
this.buttonUSBID.Click += new System.EventHandler(this.buttonUSBID_Click);
|
|
//
|
|
// FormDataBackup
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.AutoScroll = true;
|
|
this.ClientSize = new System.Drawing.Size(1024, 768);
|
|
this.Controls.Add(this.radioButtonEnable);
|
|
this.Controls.Add(this.radioButtonDisable);
|
|
this.Controls.Add(this.labelStaticWarning1);
|
|
this.Controls.Add(this.labelStaticWarning2);
|
|
this.Controls.Add(this.labelFileCount);
|
|
this.Controls.Add(this.listBoxDataList);
|
|
this.Controls.Add(this.buttonUSBID);
|
|
this.Controls.Add(this.labelStaticSaveFile);
|
|
this.Controls.Add(this.labelStaticBackupEnable);
|
|
this.Controls.Add(this.labelTitle);
|
|
this.Controls.Add(this.buttonBackup);
|
|
this.Controls.Add(this.buttonBack);
|
|
this.Controls.Add(this.smartForm1);
|
|
this.Name = "FormDataBackup";
|
|
this.Text = "FormDataBackup";
|
|
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private SmartX.SmartForm smartForm1;
|
|
private SmartX.SmartButton buttonBackup;
|
|
private SmartX.SmartButton buttonBack;
|
|
private SmartX.SmartLabel labelTitle;
|
|
private SmartX.SmartLabel labelStaticSaveFile;
|
|
private SmartX.SmartLabel labelStaticBackupEnable;
|
|
private System.Windows.Forms.ListBox listBoxDataList;
|
|
private SmartX.SmartLabel labelFileCount;
|
|
private SmartX.SmartLabel labelStaticWarning1;
|
|
private SmartX.SmartLabel labelStaticWarning2;
|
|
private System.Windows.Forms.RadioButton radioButtonDisable;
|
|
private System.Windows.Forms.RadioButton radioButtonEnable;
|
|
public SmartX.SmartButton buttonUSBID;
|
|
}
|
|
} |