466 lines
27 KiB
C#
466 lines
27 KiB
C#
namespace INT69DB_2A.Forms
|
|
{
|
|
partial class FormDataBackup_Part11
|
|
{
|
|
/// <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_Part11));
|
|
this.smartForm1 = new SmartX.SmartForm();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.labelTitle = new SmartX.SmartLabel();
|
|
this.buttonBack = new SmartX.SmartButton();
|
|
this.labelPercentage = new SmartX.SmartLabel();
|
|
this.labelFileName = new SmartX.SmartLabel();
|
|
this.smartGroupBox3 = new SmartX.SmartGroupBox();
|
|
this.listBoxOther = new System.Windows.Forms.ListBox();
|
|
this.buttonOtherBackup = new SmartX.SmartButton();
|
|
this.labelOtherFileCount = new SmartX.SmartLabel();
|
|
this.smartGroupBox2 = new SmartX.SmartGroupBox();
|
|
this.treeViewHistory = new System.Windows.Forms.TreeView();
|
|
this.buttonHistoryBackup = new SmartX.SmartButton();
|
|
this.labelHistoryFileCount = new SmartX.SmartLabel();
|
|
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
|
this.treeViewInspection = new System.Windows.Forms.TreeView();
|
|
this.buttonInspectionBackup = new SmartX.SmartButton();
|
|
this.labelInspectionFileCount = new SmartX.SmartLabel();
|
|
this.timerEncryption = new System.Windows.Forms.Timer();
|
|
this.timerFileCopy = new System.Windows.Forms.Timer();
|
|
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
|
|
this.smartGroupBox3.SuspendLayout();
|
|
this.smartGroupBox2.SuspendLayout();
|
|
this.smartGroupBox1.SuspendLayout();
|
|
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;
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
|
|
this.pictureBox1.Location = new System.Drawing.Point(16, 11);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(47, 45);
|
|
//
|
|
// 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", 23F, System.Drawing.FontStyle.Bold);
|
|
this.labelTitle.ForeColor = System.Drawing.Color.White;
|
|
this.labelTitle.InitVisible = true;
|
|
this.labelTitle.LineSpacing = 0F;
|
|
this.labelTitle.Location = new System.Drawing.Point(69, 11);
|
|
this.labelTitle.Name = "labelTitle";
|
|
this.labelTitle.Size = new System.Drawing.Size(382, 45);
|
|
this.labelTitle.TabIndex = 163;
|
|
this.labelTitle.Text = "데이터 백업";
|
|
this.labelTitle.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.labelTitle.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelTitle.Wordwrap = false;
|
|
//
|
|
// 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 = null;
|
|
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(720, 525);
|
|
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(70, 70);
|
|
this.buttonBack.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonBack.TabIndex = 164;
|
|
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);
|
|
//
|
|
// labelPercentage
|
|
//
|
|
this.labelPercentage.BackColor = System.Drawing.Color.DarkOliveGreen;
|
|
this.labelPercentage.BackPictureBox = null;
|
|
this.labelPercentage.BackPictureBox1 = null;
|
|
this.labelPercentage.BackPictureBox2 = null;
|
|
this.labelPercentage.BorderColor = System.Drawing.Color.Black;
|
|
this.labelPercentage.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelPercentage.ForeColor = System.Drawing.Color.White;
|
|
this.labelPercentage.InitVisible = true;
|
|
this.labelPercentage.LineSpacing = 0F;
|
|
this.labelPercentage.Location = new System.Drawing.Point(16, 564);
|
|
this.labelPercentage.Name = "labelPercentage";
|
|
this.labelPercentage.Size = new System.Drawing.Size(200, 30);
|
|
this.labelPercentage.TabIndex = 166;
|
|
this.labelPercentage.Text = "-";
|
|
this.labelPercentage.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelPercentage.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelPercentage.Wordwrap = false;
|
|
//
|
|
// labelFileName
|
|
//
|
|
this.labelFileName.BackColor = System.Drawing.Color.DarkOliveGreen;
|
|
this.labelFileName.BackPictureBox = null;
|
|
this.labelFileName.BackPictureBox1 = null;
|
|
this.labelFileName.BackPictureBox2 = null;
|
|
this.labelFileName.BorderColor = System.Drawing.Color.Black;
|
|
this.labelFileName.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelFileName.ForeColor = System.Drawing.Color.White;
|
|
this.labelFileName.InitVisible = true;
|
|
this.labelFileName.LineSpacing = 0F;
|
|
this.labelFileName.Location = new System.Drawing.Point(16, 528);
|
|
this.labelFileName.Name = "labelFileName";
|
|
this.labelFileName.Size = new System.Drawing.Size(200, 30);
|
|
this.labelFileName.TabIndex = 165;
|
|
this.labelFileName.Text = "-";
|
|
this.labelFileName.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelFileName.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelFileName.Wordwrap = false;
|
|
//
|
|
// smartGroupBox3
|
|
//
|
|
this.smartGroupBox3.BackPictureBox = null;
|
|
this.smartGroupBox3.BackPictureBox1 = null;
|
|
this.smartGroupBox3.Controls.Add(this.listBoxOther);
|
|
this.smartGroupBox3.Controls.Add(this.buttonOtherBackup);
|
|
this.smartGroupBox3.Controls.Add(this.labelOtherFileCount);
|
|
this.smartGroupBox3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
|
this.smartGroupBox3.FrameLineColor1 = System.Drawing.Color.Black;
|
|
this.smartGroupBox3.FrameLineColor2 = System.Drawing.Color.Black;
|
|
this.smartGroupBox3.FrameLineThickness = 1;
|
|
this.smartGroupBox3.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle;
|
|
this.smartGroupBox3.Image = null;
|
|
this.smartGroupBox3.InitVisible = true;
|
|
this.smartGroupBox3.Location = new System.Drawing.Point(533, 70);
|
|
this.smartGroupBox3.Name = "smartGroupBox3";
|
|
this.smartGroupBox3.RoundRadius = 5;
|
|
this.smartGroupBox3.Size = new System.Drawing.Size(265, 452);
|
|
this.smartGroupBox3.TabIndex = 169;
|
|
this.smartGroupBox3.Text = "Other";
|
|
this.smartGroupBox3.TextColor = System.Drawing.Color.Black;
|
|
//
|
|
// listBoxOther
|
|
//
|
|
this.listBoxOther.Location = new System.Drawing.Point(19, 82);
|
|
this.listBoxOther.Name = "listBoxOther";
|
|
this.listBoxOther.Size = new System.Drawing.Size(229, 338);
|
|
this.listBoxOther.TabIndex = 25;
|
|
//
|
|
// buttonOtherBackup
|
|
//
|
|
this.buttonOtherBackup.BackPictureBox = null;
|
|
this.buttonOtherBackup.BackPictureBox1 = null;
|
|
this.buttonOtherBackup.BackPictureBox2 = null;
|
|
this.buttonOtherBackup.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonOtherBackup.ButtonImageAutoSize = true;
|
|
this.buttonOtherBackup.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonOtherBackup.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonOtherBackup.DisableImage")));
|
|
this.buttonOtherBackup.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonOtherBackup.DownImage")));
|
|
this.buttonOtherBackup.GroupID = 0;
|
|
this.buttonOtherBackup.InitVisible = true;
|
|
this.buttonOtherBackup.Location = new System.Drawing.Point(148, 26);
|
|
this.buttonOtherBackup.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonOtherBackup.Name = "buttonOtherBackup";
|
|
this.buttonOtherBackup.NestedClickEventPrevent = false;
|
|
this.buttonOtherBackup.OutlinePixel = 1;
|
|
this.buttonOtherBackup.RepeatInterval = 200;
|
|
this.buttonOtherBackup.RepeatIntervalAccelerate = null;
|
|
this.buttonOtherBackup.SafeInterval = 200;
|
|
this.buttonOtherBackup.Size = new System.Drawing.Size(100, 50);
|
|
this.buttonOtherBackup.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonOtherBackup.TabIndex = 2;
|
|
this.buttonOtherBackup.TextColor = System.Drawing.Color.Black;
|
|
this.buttonOtherBackup.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonOtherBackup.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonOtherBackup.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonOtherBackup.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonOtherBackup.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonOtherBackup.UpImage")));
|
|
this.buttonOtherBackup.Click += new System.EventHandler(this.buttonOtherBackup_Click);
|
|
//
|
|
// labelOtherFileCount
|
|
//
|
|
this.labelOtherFileCount.BackPictureBox = null;
|
|
this.labelOtherFileCount.BackPictureBox1 = null;
|
|
this.labelOtherFileCount.BackPictureBox2 = null;
|
|
this.labelOtherFileCount.BorderColor = System.Drawing.Color.Black;
|
|
this.labelOtherFileCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelOtherFileCount.Font = new System.Drawing.Font("New Gulim", 20F, System.Drawing.FontStyle.Bold);
|
|
this.labelOtherFileCount.InitVisible = true;
|
|
this.labelOtherFileCount.LineSpacing = 0F;
|
|
this.labelOtherFileCount.Location = new System.Drawing.Point(19, 26);
|
|
this.labelOtherFileCount.Name = "labelOtherFileCount";
|
|
this.labelOtherFileCount.Size = new System.Drawing.Size(70, 50);
|
|
this.labelOtherFileCount.TabIndex = 1;
|
|
this.labelOtherFileCount.Text = "00";
|
|
this.labelOtherFileCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelOtherFileCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelOtherFileCount.Wordwrap = false;
|
|
//
|
|
// smartGroupBox2
|
|
//
|
|
this.smartGroupBox2.BackPictureBox = null;
|
|
this.smartGroupBox2.BackPictureBox1 = null;
|
|
this.smartGroupBox2.Controls.Add(this.treeViewHistory);
|
|
this.smartGroupBox2.Controls.Add(this.buttonHistoryBackup);
|
|
this.smartGroupBox2.Controls.Add(this.labelHistoryFileCount);
|
|
this.smartGroupBox2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
|
this.smartGroupBox2.FrameLineColor1 = System.Drawing.Color.Black;
|
|
this.smartGroupBox2.FrameLineColor2 = System.Drawing.Color.Black;
|
|
this.smartGroupBox2.FrameLineThickness = 1;
|
|
this.smartGroupBox2.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle;
|
|
this.smartGroupBox2.Image = null;
|
|
this.smartGroupBox2.InitVisible = true;
|
|
this.smartGroupBox2.Location = new System.Drawing.Point(267, 70);
|
|
this.smartGroupBox2.Name = "smartGroupBox2";
|
|
this.smartGroupBox2.RoundRadius = 5;
|
|
this.smartGroupBox2.Size = new System.Drawing.Size(265, 452);
|
|
this.smartGroupBox2.TabIndex = 168;
|
|
this.smartGroupBox2.Text = "History";
|
|
this.smartGroupBox2.TextColor = System.Drawing.Color.Black;
|
|
//
|
|
// treeViewHistory
|
|
//
|
|
this.treeViewHistory.CheckBoxes = true;
|
|
this.treeViewHistory.Location = new System.Drawing.Point(19, 82);
|
|
this.treeViewHistory.Name = "treeViewHistory";
|
|
this.treeViewHistory.Size = new System.Drawing.Size(229, 349);
|
|
this.treeViewHistory.TabIndex = 3;
|
|
//
|
|
// buttonHistoryBackup
|
|
//
|
|
this.buttonHistoryBackup.BackPictureBox = null;
|
|
this.buttonHistoryBackup.BackPictureBox1 = null;
|
|
this.buttonHistoryBackup.BackPictureBox2 = null;
|
|
this.buttonHistoryBackup.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonHistoryBackup.ButtonImageAutoSize = true;
|
|
this.buttonHistoryBackup.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonHistoryBackup.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonHistoryBackup.DisableImage")));
|
|
this.buttonHistoryBackup.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonHistoryBackup.DownImage")));
|
|
this.buttonHistoryBackup.GroupID = 0;
|
|
this.buttonHistoryBackup.InitVisible = true;
|
|
this.buttonHistoryBackup.Location = new System.Drawing.Point(148, 26);
|
|
this.buttonHistoryBackup.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonHistoryBackup.Name = "buttonHistoryBackup";
|
|
this.buttonHistoryBackup.NestedClickEventPrevent = false;
|
|
this.buttonHistoryBackup.OutlinePixel = 1;
|
|
this.buttonHistoryBackup.RepeatInterval = 200;
|
|
this.buttonHistoryBackup.RepeatIntervalAccelerate = null;
|
|
this.buttonHistoryBackup.SafeInterval = 200;
|
|
this.buttonHistoryBackup.Size = new System.Drawing.Size(100, 50);
|
|
this.buttonHistoryBackup.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonHistoryBackup.TabIndex = 2;
|
|
this.buttonHistoryBackup.TextColor = System.Drawing.Color.Black;
|
|
this.buttonHistoryBackup.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonHistoryBackup.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonHistoryBackup.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonHistoryBackup.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonHistoryBackup.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonHistoryBackup.UpImage")));
|
|
this.buttonHistoryBackup.Click += new System.EventHandler(this.buttonHistoryBackupEncryption_Click);
|
|
//
|
|
// labelHistoryFileCount
|
|
//
|
|
this.labelHistoryFileCount.BackPictureBox = null;
|
|
this.labelHistoryFileCount.BackPictureBox1 = null;
|
|
this.labelHistoryFileCount.BackPictureBox2 = null;
|
|
this.labelHistoryFileCount.BorderColor = System.Drawing.Color.Black;
|
|
this.labelHistoryFileCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelHistoryFileCount.Font = new System.Drawing.Font("New Gulim", 20F, System.Drawing.FontStyle.Bold);
|
|
this.labelHistoryFileCount.InitVisible = true;
|
|
this.labelHistoryFileCount.LineSpacing = 0F;
|
|
this.labelHistoryFileCount.Location = new System.Drawing.Point(19, 26);
|
|
this.labelHistoryFileCount.Name = "labelHistoryFileCount";
|
|
this.labelHistoryFileCount.Size = new System.Drawing.Size(70, 50);
|
|
this.labelHistoryFileCount.TabIndex = 1;
|
|
this.labelHistoryFileCount.Text = "00";
|
|
this.labelHistoryFileCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelHistoryFileCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelHistoryFileCount.Wordwrap = false;
|
|
//
|
|
// smartGroupBox1
|
|
//
|
|
this.smartGroupBox1.BackPictureBox = null;
|
|
this.smartGroupBox1.BackPictureBox1 = null;
|
|
this.smartGroupBox1.Controls.Add(this.treeViewInspection);
|
|
this.smartGroupBox1.Controls.Add(this.buttonInspectionBackup);
|
|
this.smartGroupBox1.Controls.Add(this.labelInspectionFileCount);
|
|
this.smartGroupBox1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
|
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.Black;
|
|
this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.Black;
|
|
this.smartGroupBox1.FrameLineThickness = 1;
|
|
this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle;
|
|
this.smartGroupBox1.Image = null;
|
|
this.smartGroupBox1.InitVisible = true;
|
|
this.smartGroupBox1.Location = new System.Drawing.Point(1, 70);
|
|
this.smartGroupBox1.Name = "smartGroupBox1";
|
|
this.smartGroupBox1.RoundRadius = 5;
|
|
this.smartGroupBox1.Size = new System.Drawing.Size(265, 452);
|
|
this.smartGroupBox1.TabIndex = 167;
|
|
this.smartGroupBox1.Text = "Inspection";
|
|
this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
|
|
//
|
|
// treeViewInspection
|
|
//
|
|
this.treeViewInspection.CheckBoxes = true;
|
|
this.treeViewInspection.Location = new System.Drawing.Point(19, 82);
|
|
this.treeViewInspection.Name = "treeViewInspection";
|
|
this.treeViewInspection.Size = new System.Drawing.Size(229, 349);
|
|
this.treeViewInspection.TabIndex = 2;
|
|
//
|
|
// buttonInspectionBackup
|
|
//
|
|
this.buttonInspectionBackup.BackPictureBox = null;
|
|
this.buttonInspectionBackup.BackPictureBox1 = null;
|
|
this.buttonInspectionBackup.BackPictureBox2 = null;
|
|
this.buttonInspectionBackup.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonInspectionBackup.ButtonImageAutoSize = true;
|
|
this.buttonInspectionBackup.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonInspectionBackup.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonInspectionBackup.DisableImage")));
|
|
this.buttonInspectionBackup.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonInspectionBackup.DownImage")));
|
|
this.buttonInspectionBackup.GroupID = 0;
|
|
this.buttonInspectionBackup.InitVisible = true;
|
|
this.buttonInspectionBackup.Location = new System.Drawing.Point(148, 26);
|
|
this.buttonInspectionBackup.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonInspectionBackup.Name = "buttonInspectionBackup";
|
|
this.buttonInspectionBackup.NestedClickEventPrevent = false;
|
|
this.buttonInspectionBackup.OutlinePixel = 1;
|
|
this.buttonInspectionBackup.RepeatInterval = 200;
|
|
this.buttonInspectionBackup.RepeatIntervalAccelerate = null;
|
|
this.buttonInspectionBackup.SafeInterval = 200;
|
|
this.buttonInspectionBackup.Size = new System.Drawing.Size(100, 50);
|
|
this.buttonInspectionBackup.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonInspectionBackup.TabIndex = 1;
|
|
this.buttonInspectionBackup.TextColor = System.Drawing.Color.Black;
|
|
this.buttonInspectionBackup.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonInspectionBackup.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonInspectionBackup.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonInspectionBackup.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonInspectionBackup.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonInspectionBackup.UpImage")));
|
|
this.buttonInspectionBackup.Click += new System.EventHandler(this.buttonInspectionBackupEncryption_Click);
|
|
//
|
|
// labelInspectionFileCount
|
|
//
|
|
this.labelInspectionFileCount.BackPictureBox = this.smartForm1;
|
|
this.labelInspectionFileCount.BackPictureBox1 = null;
|
|
this.labelInspectionFileCount.BackPictureBox2 = null;
|
|
this.labelInspectionFileCount.BorderColor = System.Drawing.Color.Black;
|
|
this.labelInspectionFileCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelInspectionFileCount.Font = new System.Drawing.Font("New Gulim", 20F, System.Drawing.FontStyle.Bold);
|
|
this.labelInspectionFileCount.InitVisible = true;
|
|
this.labelInspectionFileCount.LineSpacing = 0F;
|
|
this.labelInspectionFileCount.Location = new System.Drawing.Point(19, 26);
|
|
this.labelInspectionFileCount.Name = "labelInspectionFileCount";
|
|
this.labelInspectionFileCount.Size = new System.Drawing.Size(70, 50);
|
|
this.labelInspectionFileCount.TabIndex = 0;
|
|
this.labelInspectionFileCount.Text = "00";
|
|
this.labelInspectionFileCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelInspectionFileCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelInspectionFileCount.Wordwrap = false;
|
|
//
|
|
// timerEncryption
|
|
//
|
|
this.timerEncryption.Tick += new System.EventHandler(this.timerEncryption_Tick);
|
|
//
|
|
// timerFileCopy
|
|
//
|
|
this.timerFileCopy.Tick += new System.EventHandler(this.timerFileCopy_Tick);
|
|
//
|
|
// FormDataBackup_Part11
|
|
//
|
|
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.smartGroupBox3);
|
|
this.Controls.Add(this.smartGroupBox2);
|
|
this.Controls.Add(this.smartGroupBox1);
|
|
this.Controls.Add(this.labelPercentage);
|
|
this.Controls.Add(this.labelFileName);
|
|
this.Controls.Add(this.buttonBack);
|
|
this.Controls.Add(this.labelTitle);
|
|
this.Controls.Add(this.pictureBox1);
|
|
this.Controls.Add(this.smartForm1);
|
|
this.Name = "FormDataBackup_Part11";
|
|
this.Text = "FormDataBackup_Part11";
|
|
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).EndInit();
|
|
this.smartGroupBox3.ResumeLayout(false);
|
|
this.smartGroupBox2.ResumeLayout(false);
|
|
this.smartGroupBox1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private SmartX.SmartForm smartForm1;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private SmartX.SmartLabel labelTitle;
|
|
private SmartX.SmartButton buttonBack;
|
|
private SmartX.SmartLabel labelPercentage;
|
|
private SmartX.SmartLabel labelFileName;
|
|
private SmartX.SmartGroupBox smartGroupBox3;
|
|
private System.Windows.Forms.ListBox listBoxOther;
|
|
private SmartX.SmartButton buttonOtherBackup;
|
|
private SmartX.SmartLabel labelOtherFileCount;
|
|
private SmartX.SmartGroupBox smartGroupBox2;
|
|
private System.Windows.Forms.TreeView treeViewHistory;
|
|
private SmartX.SmartButton buttonHistoryBackup;
|
|
private SmartX.SmartLabel labelHistoryFileCount;
|
|
private SmartX.SmartGroupBox smartGroupBox1;
|
|
private System.Windows.Forms.TreeView treeViewInspection;
|
|
private SmartX.SmartButton buttonInspectionBackup;
|
|
private SmartX.SmartLabel labelInspectionFileCount;
|
|
private System.Windows.Forms.Timer timerEncryption;
|
|
private System.Windows.Forms.Timer timerFileCopy;
|
|
}
|
|
} |