데이터백업 디자인 추가
parent
9956a62395
commit
ff49739d59
BIN
INT63DC_2C.suo
BIN
INT63DC_2C.suo
Binary file not shown.
|
|
@ -33,12 +33,12 @@
|
|||
this.buttonBackup = new SmartX.SmartButton();
|
||||
this.buttonBack = new SmartX.SmartButton();
|
||||
this.labelTitle = new SmartX.SmartLabel();
|
||||
this.labelStaticSaveFile = new SmartX.SmartLabel();
|
||||
this.labelTitleSavedFiles = new SmartX.SmartLabel();
|
||||
this.labelTitleBackupEnable = new SmartX.SmartLabel();
|
||||
this.labelFileCount = new SmartX.SmartLabel();
|
||||
this.buttonDataBackupEnable = new SmartX.SmartButton();
|
||||
this.labelBackupFileCount = new SmartX.SmartLabel();
|
||||
this.smartLabel3 = new SmartX.SmartLabel();
|
||||
this.labelTitleFilesToBackup = new SmartX.SmartLabel();
|
||||
this.listBoxBackupList = new SmartX.SmartListBox();
|
||||
this.listBoxDataListCHK = new SmartX.SmartListBox();
|
||||
this.listBoxDataList = new SmartX.SmartListBox();
|
||||
|
|
@ -48,7 +48,9 @@
|
|||
this.buttonFileAdd = new SmartX.SmartButton();
|
||||
this.buttonDeleteAfterBackup = new SmartX.SmartButton();
|
||||
this.labelTitleDeleteAfterBackup = new SmartX.SmartLabel();
|
||||
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
||||
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
|
||||
this.smartGroupBox1.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// smartForm1
|
||||
|
|
@ -135,7 +137,7 @@
|
|||
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.Font = new System.Drawing.Font("새굴림", 35F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitle.InitVisible = true;
|
||||
this.labelTitle.LineSpacing = 0F;
|
||||
this.labelTitle.Location = new System.Drawing.Point(199, 7);
|
||||
|
|
@ -147,24 +149,24 @@
|
|||
this.labelTitle.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.labelTitle.Wordwrap = false;
|
||||
//
|
||||
// labelStaticSaveFile
|
||||
// labelTitleSavedFiles
|
||||
//
|
||||
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(110, 188);
|
||||
this.labelStaticSaveFile.Name = "labelStaticSaveFile";
|
||||
this.labelStaticSaveFile.Size = new System.Drawing.Size(210, 35);
|
||||
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;
|
||||
this.labelTitleSavedFiles.BackPictureBox = this.smartForm1;
|
||||
this.labelTitleSavedFiles.BackPictureBox1 = null;
|
||||
this.labelTitleSavedFiles.BackPictureBox2 = null;
|
||||
this.labelTitleSavedFiles.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleSavedFiles.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleSavedFiles.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleSavedFiles.InitVisible = true;
|
||||
this.labelTitleSavedFiles.LineSpacing = 0F;
|
||||
this.labelTitleSavedFiles.Location = new System.Drawing.Point(19, 14);
|
||||
this.labelTitleSavedFiles.Name = "labelTitleSavedFiles";
|
||||
this.labelTitleSavedFiles.Size = new System.Drawing.Size(225, 35);
|
||||
this.labelTitleSavedFiles.TabIndex = 22;
|
||||
this.labelTitleSavedFiles.Text = "저장된 파일";
|
||||
this.labelTitleSavedFiles.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||
this.labelTitleSavedFiles.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.labelTitleSavedFiles.Wordwrap = false;
|
||||
//
|
||||
// labelTitleBackupEnable
|
||||
//
|
||||
|
|
@ -173,10 +175,10 @@
|
|||
this.labelTitleBackupEnable.BackPictureBox2 = null;
|
||||
this.labelTitleBackupEnable.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleBackupEnable.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleBackupEnable.Font = new System.Drawing.Font("New Gulim", 14F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleBackupEnable.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleBackupEnable.InitVisible = true;
|
||||
this.labelTitleBackupEnable.LineSpacing = 0F;
|
||||
this.labelTitleBackupEnable.Location = new System.Drawing.Point(568, 94);
|
||||
this.labelTitleBackupEnable.Location = new System.Drawing.Point(78, 140);
|
||||
this.labelTitleBackupEnable.Name = "labelTitleBackupEnable";
|
||||
this.labelTitleBackupEnable.Size = new System.Drawing.Size(300, 30);
|
||||
this.labelTitleBackupEnable.TabIndex = 21;
|
||||
|
|
@ -192,15 +194,15 @@
|
|||
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.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
|
||||
this.labelFileCount.InitVisible = true;
|
||||
this.labelFileCount.LineSpacing = 0F;
|
||||
this.labelFileCount.Location = new System.Drawing.Point(326, 188);
|
||||
this.labelFileCount.Location = new System.Drawing.Point(250, 14);
|
||||
this.labelFileCount.Name = "labelFileCount";
|
||||
this.labelFileCount.Size = new System.Drawing.Size(70, 35);
|
||||
this.labelFileCount.Size = new System.Drawing.Size(55, 35);
|
||||
this.labelFileCount.TabIndex = 25;
|
||||
this.labelFileCount.Text = "00";
|
||||
this.labelFileCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.labelFileCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
||||
this.labelFileCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.labelFileCount.Wordwrap = false;
|
||||
//
|
||||
|
|
@ -216,7 +218,7 @@
|
|||
this.buttonDataBackupEnable.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonDataBackupEnable.DownImage")));
|
||||
this.buttonDataBackupEnable.GroupID = 0;
|
||||
this.buttonDataBackupEnable.InitVisible = true;
|
||||
this.buttonDataBackupEnable.Location = new System.Drawing.Point(874, 94);
|
||||
this.buttonDataBackupEnable.Location = new System.Drawing.Point(384, 140);
|
||||
this.buttonDataBackupEnable.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
||||
this.buttonDataBackupEnable.Name = "buttonDataBackupEnable";
|
||||
this.buttonDataBackupEnable.NestedClickEventPrevent = false;
|
||||
|
|
@ -242,36 +244,36 @@
|
|||
this.labelBackupFileCount.BackPictureBox2 = null;
|
||||
this.labelBackupFileCount.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelBackupFileCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelBackupFileCount.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold);
|
||||
this.labelBackupFileCount.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
|
||||
this.labelBackupFileCount.InitVisible = true;
|
||||
this.labelBackupFileCount.LineSpacing = 0F;
|
||||
this.labelBackupFileCount.Location = new System.Drawing.Point(850, 183);
|
||||
this.labelBackupFileCount.Location = new System.Drawing.Point(774, 14);
|
||||
this.labelBackupFileCount.Name = "labelBackupFileCount";
|
||||
this.labelBackupFileCount.Size = new System.Drawing.Size(70, 40);
|
||||
this.labelBackupFileCount.Size = new System.Drawing.Size(55, 35);
|
||||
this.labelBackupFileCount.TabIndex = 62;
|
||||
this.labelBackupFileCount.Text = "00";
|
||||
this.labelBackupFileCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.labelBackupFileCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
||||
this.labelBackupFileCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.labelBackupFileCount.Wordwrap = false;
|
||||
//
|
||||
// smartLabel3
|
||||
// labelTitleFilesToBackup
|
||||
//
|
||||
this.smartLabel3.BackPictureBox = this.smartForm1;
|
||||
this.smartLabel3.BackPictureBox1 = null;
|
||||
this.smartLabel3.BackPictureBox2 = null;
|
||||
this.smartLabel3.BorderColor = System.Drawing.Color.Black;
|
||||
this.smartLabel3.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.smartLabel3.Font = new System.Drawing.Font("New Gulim", 20F, System.Drawing.FontStyle.Bold);
|
||||
this.smartLabel3.InitVisible = true;
|
||||
this.smartLabel3.LineSpacing = 0F;
|
||||
this.smartLabel3.Location = new System.Drawing.Point(634, 183);
|
||||
this.smartLabel3.Name = "smartLabel3";
|
||||
this.smartLabel3.Size = new System.Drawing.Size(210, 40);
|
||||
this.smartLabel3.TabIndex = 61;
|
||||
this.smartLabel3.Text = "백업 파일";
|
||||
this.smartLabel3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||
this.smartLabel3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.smartLabel3.Wordwrap = false;
|
||||
this.labelTitleFilesToBackup.BackPictureBox = this.smartForm1;
|
||||
this.labelTitleFilesToBackup.BackPictureBox1 = null;
|
||||
this.labelTitleFilesToBackup.BackPictureBox2 = null;
|
||||
this.labelTitleFilesToBackup.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleFilesToBackup.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleFilesToBackup.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleFilesToBackup.InitVisible = true;
|
||||
this.labelTitleFilesToBackup.LineSpacing = 0F;
|
||||
this.labelTitleFilesToBackup.Location = new System.Drawing.Point(543, 14);
|
||||
this.labelTitleFilesToBackup.Name = "labelTitleFilesToBackup";
|
||||
this.labelTitleFilesToBackup.Size = new System.Drawing.Size(225, 35);
|
||||
this.labelTitleFilesToBackup.TabIndex = 61;
|
||||
this.labelTitleFilesToBackup.Text = "백업할 파일";
|
||||
this.labelTitleFilesToBackup.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||
this.labelTitleFilesToBackup.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.labelTitleFilesToBackup.Wordwrap = false;
|
||||
//
|
||||
// listBoxBackupList
|
||||
//
|
||||
|
|
@ -282,14 +284,14 @@
|
|||
this.listBoxBackupList.ColumnAlign = SmartX.SmartListBox.COLUMNALIGNS.CENTER;
|
||||
this.listBoxBackupList.ColumnDelimiter = '\0';
|
||||
this.listBoxBackupList.ColumnOffsets = null;
|
||||
this.listBoxBackupList.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Regular);
|
||||
this.listBoxBackupList.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Regular);
|
||||
this.listBoxBackupList.FontColor = System.Drawing.Color.Black;
|
||||
this.listBoxBackupList.InitVisible = true;
|
||||
this.listBoxBackupList.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD;
|
||||
this.listBoxBackupList.ItemOffsetGap = 5;
|
||||
this.listBoxBackupList.ItemOffsetX = 0;
|
||||
this.listBoxBackupList.ItemOffsetY = 0;
|
||||
this.listBoxBackupList.Location = new System.Drawing.Point(634, 229);
|
||||
this.listBoxBackupList.Location = new System.Drawing.Point(543, 55);
|
||||
this.listBoxBackupList.MouseMoveEventSpace = 3;
|
||||
this.listBoxBackupList.MouseMoveSpace = 10;
|
||||
this.listBoxBackupList.Name = "listBoxBackupList";
|
||||
|
|
@ -316,14 +318,14 @@
|
|||
this.listBoxDataListCHK.ColumnAlign = SmartX.SmartListBox.COLUMNALIGNS.CENTER;
|
||||
this.listBoxDataListCHK.ColumnDelimiter = '\0';
|
||||
this.listBoxDataListCHK.ColumnOffsets = null;
|
||||
this.listBoxDataListCHK.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Regular);
|
||||
this.listBoxDataListCHK.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Regular);
|
||||
this.listBoxDataListCHK.FontColor = System.Drawing.Color.Black;
|
||||
this.listBoxDataListCHK.InitVisible = true;
|
||||
this.listBoxDataListCHK.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD;
|
||||
this.listBoxDataListCHK.ItemOffsetGap = 5;
|
||||
this.listBoxDataListCHK.ItemOffsetX = 0;
|
||||
this.listBoxDataListCHK.ItemOffsetY = 0;
|
||||
this.listBoxDataListCHK.Location = new System.Drawing.Point(357, 229);
|
||||
this.listBoxDataListCHK.Location = new System.Drawing.Point(266, 55);
|
||||
this.listBoxDataListCHK.MouseMoveEventSpace = 3;
|
||||
this.listBoxDataListCHK.MouseMoveSpace = 10;
|
||||
this.listBoxDataListCHK.Name = "listBoxDataListCHK";
|
||||
|
|
@ -351,14 +353,14 @@
|
|||
this.listBoxDataList.ColumnAlign = SmartX.SmartListBox.COLUMNALIGNS.CENTER;
|
||||
this.listBoxDataList.ColumnDelimiter = '\0';
|
||||
this.listBoxDataList.ColumnOffsets = null;
|
||||
this.listBoxDataList.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Regular);
|
||||
this.listBoxDataList.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Regular);
|
||||
this.listBoxDataList.FontColor = System.Drawing.Color.Black;
|
||||
this.listBoxDataList.InitVisible = true;
|
||||
this.listBoxDataList.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD;
|
||||
this.listBoxDataList.ItemOffsetGap = 5;
|
||||
this.listBoxDataList.ItemOffsetX = 0;
|
||||
this.listBoxDataList.ItemOffsetY = 0;
|
||||
this.listBoxDataList.Location = new System.Drawing.Point(110, 229);
|
||||
this.listBoxDataList.Location = new System.Drawing.Point(19, 55);
|
||||
this.listBoxDataList.MouseMoveEventSpace = 3;
|
||||
this.listBoxDataList.MouseMoveSpace = 10;
|
||||
this.listBoxDataList.Name = "listBoxDataList";
|
||||
|
|
@ -386,10 +388,11 @@
|
|||
this.buttonScrollDown.ButtonImageAutoSize = true;
|
||||
this.buttonScrollDown.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonScrollDown.DisableImage = null;
|
||||
this.buttonScrollDown.DownImage = null;
|
||||
this.buttonScrollDown.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonScrollDown.DownImage")));
|
||||
this.buttonScrollDown.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonScrollDown.GroupID = 0;
|
||||
this.buttonScrollDown.InitVisible = true;
|
||||
this.buttonScrollDown.Location = new System.Drawing.Point(402, 414);
|
||||
this.buttonScrollDown.Location = new System.Drawing.Point(311, 237);
|
||||
this.buttonScrollDown.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||
this.buttonScrollDown.Name = "buttonScrollDown";
|
||||
this.buttonScrollDown.NestedClickEventPrevent = false;
|
||||
|
|
@ -397,16 +400,16 @@
|
|||
this.buttonScrollDown.RepeatInterval = 200;
|
||||
this.buttonScrollDown.RepeatIntervalAccelerate = null;
|
||||
this.buttonScrollDown.SafeInterval = 200;
|
||||
this.buttonScrollDown.Size = new System.Drawing.Size(53, 167);
|
||||
this.buttonScrollDown.Size = new System.Drawing.Size(52, 170);
|
||||
this.buttonScrollDown.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||
this.buttonScrollDown.TabIndex = 66;
|
||||
this.buttonScrollDown.Text = "Down";
|
||||
this.buttonScrollDown.Text = "▼";
|
||||
this.buttonScrollDown.TextColor = System.Drawing.Color.Black;
|
||||
this.buttonScrollDown.TextDownColor = System.Drawing.Color.White;
|
||||
this.buttonScrollDown.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
||||
this.buttonScrollDown.TextLocation = new System.Drawing.Point(0, 0);
|
||||
this.buttonScrollDown.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.buttonScrollDown.UpImage = null;
|
||||
this.buttonScrollDown.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonScrollDown.UpImage")));
|
||||
this.buttonScrollDown.Click += new System.EventHandler(this.buttonScrollDown_Click);
|
||||
//
|
||||
// buttonScrollUp
|
||||
|
|
@ -418,10 +421,11 @@
|
|||
this.buttonScrollUp.ButtonImageAutoSize = true;
|
||||
this.buttonScrollUp.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonScrollUp.DisableImage = null;
|
||||
this.buttonScrollUp.DownImage = null;
|
||||
this.buttonScrollUp.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonScrollUp.DownImage")));
|
||||
this.buttonScrollUp.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonScrollUp.GroupID = 0;
|
||||
this.buttonScrollUp.InitVisible = true;
|
||||
this.buttonScrollUp.Location = new System.Drawing.Point(402, 229);
|
||||
this.buttonScrollUp.Location = new System.Drawing.Point(311, 55);
|
||||
this.buttonScrollUp.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||
this.buttonScrollUp.Name = "buttonScrollUp";
|
||||
this.buttonScrollUp.NestedClickEventPrevent = false;
|
||||
|
|
@ -429,16 +433,16 @@
|
|||
this.buttonScrollUp.RepeatInterval = 200;
|
||||
this.buttonScrollUp.RepeatIntervalAccelerate = null;
|
||||
this.buttonScrollUp.SafeInterval = 200;
|
||||
this.buttonScrollUp.Size = new System.Drawing.Size(53, 179);
|
||||
this.buttonScrollUp.Size = new System.Drawing.Size(52, 170);
|
||||
this.buttonScrollUp.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||
this.buttonScrollUp.TabIndex = 65;
|
||||
this.buttonScrollUp.Text = "Up";
|
||||
this.buttonScrollUp.Text = "▲";
|
||||
this.buttonScrollUp.TextColor = System.Drawing.Color.Black;
|
||||
this.buttonScrollUp.TextDownColor = System.Drawing.Color.White;
|
||||
this.buttonScrollUp.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
||||
this.buttonScrollUp.TextLocation = new System.Drawing.Point(0, 0);
|
||||
this.buttonScrollUp.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||
this.buttonScrollUp.UpImage = null;
|
||||
this.buttonScrollUp.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonScrollUp.UpImage")));
|
||||
this.buttonScrollUp.Click += new System.EventHandler(this.buttonScrollUp_Click);
|
||||
//
|
||||
// buttonFileRemove
|
||||
|
|
@ -451,9 +455,10 @@
|
|||
this.buttonFileRemove.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonFileRemove.DisableImage = null;
|
||||
this.buttonFileRemove.DownImage = null;
|
||||
this.buttonFileRemove.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonFileRemove.GroupID = 0;
|
||||
this.buttonFileRemove.InitVisible = true;
|
||||
this.buttonFileRemove.Location = new System.Drawing.Point(503, 401);
|
||||
this.buttonFileRemove.Location = new System.Drawing.Point(412, 227);
|
||||
this.buttonFileRemove.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||
this.buttonFileRemove.Name = "buttonFileRemove";
|
||||
this.buttonFileRemove.NestedClickEventPrevent = false;
|
||||
|
|
@ -483,9 +488,10 @@
|
|||
this.buttonFileAdd.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonFileAdd.DisableImage = null;
|
||||
this.buttonFileAdd.DownImage = null;
|
||||
this.buttonFileAdd.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Regular);
|
||||
this.buttonFileAdd.GroupID = 0;
|
||||
this.buttonFileAdd.InitVisible = true;
|
||||
this.buttonFileAdd.Location = new System.Drawing.Point(503, 315);
|
||||
this.buttonFileAdd.Location = new System.Drawing.Point(412, 141);
|
||||
this.buttonFileAdd.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||
this.buttonFileAdd.Name = "buttonFileAdd";
|
||||
this.buttonFileAdd.NestedClickEventPrevent = false;
|
||||
|
|
@ -517,7 +523,7 @@
|
|||
this.buttonDeleteAfterBackup.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonDeleteAfterBackup.DownImage")));
|
||||
this.buttonDeleteAfterBackup.GroupID = 0;
|
||||
this.buttonDeleteAfterBackup.InitVisible = true;
|
||||
this.buttonDeleteAfterBackup.Location = new System.Drawing.Point(874, 130);
|
||||
this.buttonDeleteAfterBackup.Location = new System.Drawing.Point(831, 140);
|
||||
this.buttonDeleteAfterBackup.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
||||
this.buttonDeleteAfterBackup.Name = "buttonDeleteAfterBackup";
|
||||
this.buttonDeleteAfterBackup.NestedClickEventPrevent = false;
|
||||
|
|
@ -543,10 +549,10 @@
|
|||
this.labelTitleDeleteAfterBackup.BackPictureBox2 = null;
|
||||
this.labelTitleDeleteAfterBackup.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelTitleDeleteAfterBackup.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelTitleDeleteAfterBackup.Font = new System.Drawing.Font("New Gulim", 14F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleDeleteAfterBackup.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
|
||||
this.labelTitleDeleteAfterBackup.InitVisible = true;
|
||||
this.labelTitleDeleteAfterBackup.LineSpacing = 0F;
|
||||
this.labelTitleDeleteAfterBackup.Location = new System.Drawing.Point(568, 130);
|
||||
this.labelTitleDeleteAfterBackup.Location = new System.Drawing.Point(525, 140);
|
||||
this.labelTitleDeleteAfterBackup.Name = "labelTitleDeleteAfterBackup";
|
||||
this.labelTitleDeleteAfterBackup.Size = new System.Drawing.Size(300, 30);
|
||||
this.labelTitleDeleteAfterBackup.TabIndex = 69;
|
||||
|
|
@ -555,26 +561,45 @@
|
|||
this.labelTitleDeleteAfterBackup.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.labelTitleDeleteAfterBackup.Wordwrap = false;
|
||||
//
|
||||
// smartGroupBox1
|
||||
//
|
||||
this.smartGroupBox1.BackPictureBox = this.smartForm1;
|
||||
this.smartGroupBox1.BackPictureBox1 = null;
|
||||
this.smartGroupBox1.Controls.Add(this.listBoxDataListCHK);
|
||||
this.smartGroupBox1.Controls.Add(this.labelTitleSavedFiles);
|
||||
this.smartGroupBox1.Controls.Add(this.labelFileCount);
|
||||
this.smartGroupBox1.Controls.Add(this.listBoxDataList);
|
||||
this.smartGroupBox1.Controls.Add(this.buttonScrollDown);
|
||||
this.smartGroupBox1.Controls.Add(this.listBoxBackupList);
|
||||
this.smartGroupBox1.Controls.Add(this.buttonScrollUp);
|
||||
this.smartGroupBox1.Controls.Add(this.labelTitleFilesToBackup);
|
||||
this.smartGroupBox1.Controls.Add(this.buttonFileRemove);
|
||||
this.smartGroupBox1.Controls.Add(this.labelBackupFileCount);
|
||||
this.smartGroupBox1.Controls.Add(this.buttonFileAdd);
|
||||
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.Black;
|
||||
this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.Black;
|
||||
this.smartGroupBox1.FrameLineThickness = 1;
|
||||
this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.None;
|
||||
this.smartGroupBox1.Image = null;
|
||||
this.smartGroupBox1.InitVisible = true;
|
||||
this.smartGroupBox1.Location = new System.Drawing.Point(86, 213);
|
||||
this.smartGroupBox1.Name = "smartGroupBox1";
|
||||
this.smartGroupBox1.RoundRadius = 10;
|
||||
this.smartGroupBox1.Size = new System.Drawing.Size(855, 437);
|
||||
this.smartGroupBox1.TabIndex = 71;
|
||||
this.smartGroupBox1.Text = "smartGroupBox1";
|
||||
this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
|
||||
//
|
||||
// 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.smartGroupBox1);
|
||||
this.Controls.Add(this.labelTitleDeleteAfterBackup);
|
||||
this.Controls.Add(this.buttonDeleteAfterBackup);
|
||||
this.Controls.Add(this.buttonScrollDown);
|
||||
this.Controls.Add(this.buttonScrollUp);
|
||||
this.Controls.Add(this.buttonFileRemove);
|
||||
this.Controls.Add(this.buttonFileAdd);
|
||||
this.Controls.Add(this.labelBackupFileCount);
|
||||
this.Controls.Add(this.smartLabel3);
|
||||
this.Controls.Add(this.listBoxBackupList);
|
||||
this.Controls.Add(this.listBoxDataListCHK);
|
||||
this.Controls.Add(this.listBoxDataList);
|
||||
this.Controls.Add(this.buttonDataBackupEnable);
|
||||
this.Controls.Add(this.labelFileCount);
|
||||
this.Controls.Add(this.labelStaticSaveFile);
|
||||
this.Controls.Add(this.labelTitleBackupEnable);
|
||||
this.Controls.Add(this.labelTitle);
|
||||
this.Controls.Add(this.buttonBackup);
|
||||
|
|
@ -583,6 +608,7 @@
|
|||
this.Name = "FormDataBackup";
|
||||
this.Text = "FormDataBackup";
|
||||
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).EndInit();
|
||||
this.smartGroupBox1.ResumeLayout(false);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
|
@ -593,12 +619,12 @@
|
|||
private SmartX.SmartButton buttonBackup;
|
||||
private SmartX.SmartButton buttonBack;
|
||||
private SmartX.SmartLabel labelTitle;
|
||||
private SmartX.SmartLabel labelStaticSaveFile;
|
||||
private SmartX.SmartLabel labelTitleSavedFiles;
|
||||
private SmartX.SmartLabel labelTitleBackupEnable;
|
||||
private SmartX.SmartLabel labelFileCount;
|
||||
private SmartX.SmartButton buttonDataBackupEnable;
|
||||
private SmartX.SmartLabel labelBackupFileCount;
|
||||
private SmartX.SmartLabel smartLabel3;
|
||||
private SmartX.SmartLabel labelTitleFilesToBackup;
|
||||
private SmartX.SmartListBox listBoxBackupList;
|
||||
private SmartX.SmartListBox listBoxDataListCHK;
|
||||
private SmartX.SmartListBox listBoxDataList;
|
||||
|
|
@ -608,5 +634,6 @@
|
|||
private SmartX.SmartButton buttonFileAdd;
|
||||
private SmartX.SmartButton buttonDeleteAfterBackup;
|
||||
private SmartX.SmartLabel labelTitleDeleteAfterBackup;
|
||||
private SmartX.SmartGroupBox smartGroupBox1;
|
||||
}
|
||||
}
|
||||
|
|
@ -54,7 +54,8 @@ namespace INT63DC_2C.Forms
|
|||
|
||||
this.labelTitleBackupEnable.Text = "Enable backup";
|
||||
this.labelTitleDeleteAfterBackup.Text = "Delete after backup";
|
||||
this.labelStaticSaveFile.Text = "Saved files";
|
||||
this.labelTitleSavedFiles.Text = "Saved files";
|
||||
this.labelTitleFilesToBackup.Text = "Files to Back Up";
|
||||
|
||||
this.buttonBackup.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackupDisable));
|
||||
this.buttonBackup.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackupDown));
|
||||
|
|
@ -71,7 +72,8 @@ namespace INT63DC_2C.Forms
|
|||
|
||||
this.labelTitleBackupEnable.Text = "启用备份";
|
||||
this.labelTitleDeleteAfterBackup.Text = "备份后删除";
|
||||
this.labelStaticSaveFile.Text = "文件";
|
||||
this.labelTitleSavedFiles.Text = "已保存文件";
|
||||
this.labelTitleFilesToBackup.Text = "待备份文件";
|
||||
|
||||
this.buttonBackup.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackupDisable));
|
||||
this.buttonBackup.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackupDown));
|
||||
|
|
@ -88,7 +90,8 @@ namespace INT63DC_2C.Forms
|
|||
|
||||
this.labelTitleBackupEnable.Text = "Povolit zálohování";
|
||||
this.labelTitleDeleteAfterBackup.Text = "Odstranit po zálohování";
|
||||
this.labelStaticSaveFile.Text = "Soubor";
|
||||
this.labelTitleSavedFiles.Text = "Soubor";
|
||||
this.labelTitleFilesToBackup.Text = "Soubory k zálohování";
|
||||
|
||||
this.buttonBackup.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeBackupDisable));
|
||||
this.buttonBackup.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeBackupDown));
|
||||
|
|
@ -105,7 +108,8 @@ namespace INT63DC_2C.Forms
|
|||
|
||||
this.labelTitleBackupEnable.Text = "Sicherung aktivieren";
|
||||
this.labelTitleDeleteAfterBackup.Text = "Nach der Sicherung löschen";
|
||||
this.labelStaticSaveFile.Text = "Datei";
|
||||
this.labelTitleSavedFiles.Text = "Datei";
|
||||
this.labelTitleFilesToBackup.Text = "Zu sichernde Dateien";
|
||||
|
||||
this.buttonBackup.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackupDisable));
|
||||
this.buttonBackup.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackupDown));
|
||||
|
|
@ -122,7 +126,8 @@ namespace INT63DC_2C.Forms
|
|||
|
||||
this.labelTitleBackupEnable.Text = "バックアップを有効にする";
|
||||
this.labelTitleDeleteAfterBackup.Text = "バックアップ後に削除";
|
||||
this.labelStaticSaveFile.Text = "ファイル";
|
||||
this.labelTitleSavedFiles.Text = "ファイル";
|
||||
this.labelTitleFilesToBackup.Text = "バックアップ待ち";
|
||||
|
||||
this.buttonBackup.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackupDisable));
|
||||
this.buttonBackup.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackupDown));
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue