282 lines
16 KiB
C#
282 lines
16 KiB
C#
|
||
namespace SecurityWindowsDesktop.SpecialControls
|
||
{
|
||
partial class BackupControl
|
||
{
|
||
/// <summary>
|
||
/// Обязательная переменная конструктора.
|
||
/// </summary>
|
||
private System.ComponentModel.IContainer components = null;
|
||
|
||
/// <summary>
|
||
/// Освободить все используемые ресурсы.
|
||
/// </summary>
|
||
/// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
|
||
protected override void Dispose(bool disposing)
|
||
{
|
||
if (disposing && (components != null))
|
||
{
|
||
components.Dispose();
|
||
}
|
||
base.Dispose(disposing);
|
||
}
|
||
|
||
#region Код, автоматически созданный конструктором компонентов
|
||
|
||
/// <summary>
|
||
/// Требуемый метод для поддержки конструктора — не изменяйте
|
||
/// содержимое этого метода с помощью редактора кода.
|
||
/// </summary>
|
||
private void InitializeComponent()
|
||
{
|
||
this.groupBoxSaveBackup = new System.Windows.Forms.GroupBox();
|
||
this.buttonCreateBackup = new System.Windows.Forms.Button();
|
||
this.checkBoxCreateArchive = new System.Windows.Forms.CheckBox();
|
||
this.checkBoxFullLoad = new System.Windows.Forms.CheckBox();
|
||
this.buttonSaveSelectFolder = new System.Windows.Forms.Button();
|
||
this.textBoxSaveFolderName = new System.Windows.Forms.TextBox();
|
||
this.labelSaveFolderName = new System.Windows.Forms.Label();
|
||
this.toolStripHeader = new System.Windows.Forms.ToolStrip();
|
||
this.toolStripButtonClose = new System.Windows.Forms.ToolStripButton();
|
||
this.groupBoxLoadBackup = new System.Windows.Forms.GroupBox();
|
||
this.buttonRestoreBackup = new System.Windows.Forms.Button();
|
||
this.buttonLoadArchiveSelect = new System.Windows.Forms.Button();
|
||
this.textBoxLoadArchiveName = new System.Windows.Forms.TextBox();
|
||
this.labelLoadArchiveName = new System.Windows.Forms.Label();
|
||
this.buttonLoadSelectFolder = new System.Windows.Forms.Button();
|
||
this.textBoxLoadFolderName = new System.Windows.Forms.TextBox();
|
||
this.labelLoadFolderName = new System.Windows.Forms.Label();
|
||
this.groupBoxSaveBackup.SuspendLayout();
|
||
this.toolStripHeader.SuspendLayout();
|
||
this.groupBoxLoadBackup.SuspendLayout();
|
||
this.SuspendLayout();
|
||
//
|
||
// groupBoxSaveBackup
|
||
//
|
||
this.groupBoxSaveBackup.Controls.Add(this.buttonCreateBackup);
|
||
this.groupBoxSaveBackup.Controls.Add(this.checkBoxCreateArchive);
|
||
this.groupBoxSaveBackup.Controls.Add(this.checkBoxFullLoad);
|
||
this.groupBoxSaveBackup.Controls.Add(this.buttonSaveSelectFolder);
|
||
this.groupBoxSaveBackup.Controls.Add(this.textBoxSaveFolderName);
|
||
this.groupBoxSaveBackup.Controls.Add(this.labelSaveFolderName);
|
||
this.groupBoxSaveBackup.Location = new System.Drawing.Point(0, 37);
|
||
this.groupBoxSaveBackup.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||
this.groupBoxSaveBackup.Name = "groupBoxSaveBackup";
|
||
this.groupBoxSaveBackup.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||
this.groupBoxSaveBackup.Size = new System.Drawing.Size(567, 133);
|
||
this.groupBoxSaveBackup.TabIndex = 0;
|
||
this.groupBoxSaveBackup.TabStop = false;
|
||
this.groupBoxSaveBackup.Text = "Сохранение в бекап";
|
||
//
|
||
// buttonCreateBackup
|
||
//
|
||
this.buttonCreateBackup.Location = new System.Drawing.Point(440, 95);
|
||
this.buttonCreateBackup.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||
this.buttonCreateBackup.Name = "buttonCreateBackup";
|
||
this.buttonCreateBackup.Size = new System.Drawing.Size(113, 31);
|
||
this.buttonCreateBackup.TabIndex = 5;
|
||
this.buttonCreateBackup.Text = "Выгрузить";
|
||
this.buttonCreateBackup.UseVisualStyleBackColor = true;
|
||
this.buttonCreateBackup.Click += new System.EventHandler(this.ButtonCreateBackup_Click);
|
||
//
|
||
// checkBoxCreateArchive
|
||
//
|
||
this.checkBoxCreateArchive.AutoSize = true;
|
||
this.checkBoxCreateArchive.Location = new System.Drawing.Point(299, 73);
|
||
this.checkBoxCreateArchive.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||
this.checkBoxCreateArchive.Name = "checkBoxCreateArchive";
|
||
this.checkBoxCreateArchive.Size = new System.Drawing.Size(131, 24);
|
||
this.checkBoxCreateArchive.TabIndex = 4;
|
||
this.checkBoxCreateArchive.Text = "Создать архив";
|
||
this.checkBoxCreateArchive.UseVisualStyleBackColor = true;
|
||
//
|
||
// checkBoxFullLoad
|
||
//
|
||
this.checkBoxFullLoad.AutoSize = true;
|
||
this.checkBoxFullLoad.Location = new System.Drawing.Point(137, 73);
|
||
this.checkBoxFullLoad.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||
this.checkBoxFullLoad.Name = "checkBoxFullLoad";
|
||
this.checkBoxFullLoad.Size = new System.Drawing.Size(151, 24);
|
||
this.checkBoxFullLoad.TabIndex = 3;
|
||
this.checkBoxFullLoad.Text = "Полная выгрузка";
|
||
this.checkBoxFullLoad.UseVisualStyleBackColor = true;
|
||
//
|
||
// buttonSaveSelectFolder
|
||
//
|
||
this.buttonSaveSelectFolder.Location = new System.Drawing.Point(440, 35);
|
||
this.buttonSaveSelectFolder.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||
this.buttonSaveSelectFolder.Name = "buttonSaveSelectFolder";
|
||
this.buttonSaveSelectFolder.Size = new System.Drawing.Size(113, 31);
|
||
this.buttonSaveSelectFolder.TabIndex = 2;
|
||
this.buttonSaveSelectFolder.Text = "Выбрать папку";
|
||
this.buttonSaveSelectFolder.UseVisualStyleBackColor = true;
|
||
this.buttonSaveSelectFolder.Click += new System.EventHandler(this.ButtonSaveSelectFolder_Click);
|
||
//
|
||
// textBoxSaveFolderName
|
||
//
|
||
this.textBoxSaveFolderName.Location = new System.Drawing.Point(126, 35);
|
||
this.textBoxSaveFolderName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||
this.textBoxSaveFolderName.Name = "textBoxSaveFolderName";
|
||
this.textBoxSaveFolderName.Size = new System.Drawing.Size(307, 27);
|
||
this.textBoxSaveFolderName.TabIndex = 1;
|
||
this.textBoxSaveFolderName.TextChanged += new System.EventHandler(this.textBoxSaveFolderName_TextChanged);
|
||
//
|
||
// labelSaveFolderName
|
||
//
|
||
this.labelSaveFolderName.AutoSize = true;
|
||
this.labelSaveFolderName.Location = new System.Drawing.Point(18, 39);
|
||
this.labelSaveFolderName.Name = "labelSaveFolderName";
|
||
this.labelSaveFolderName.Size = new System.Drawing.Size(108, 20);
|
||
this.labelSaveFolderName.TabIndex = 0;
|
||
this.labelSaveFolderName.Text = "Путь до папки";
|
||
this.labelSaveFolderName.Click += new System.EventHandler(this.labelSaveFolderName_Click);
|
||
//
|
||
// toolStripHeader
|
||
//
|
||
this.toolStripHeader.ImageScalingSize = new System.Drawing.Size(20, 20);
|
||
this.toolStripHeader.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||
this.toolStripButtonClose});
|
||
this.toolStripHeader.Location = new System.Drawing.Point(0, 0);
|
||
this.toolStripHeader.Name = "toolStripHeader";
|
||
this.toolStripHeader.Size = new System.Drawing.Size(809, 27);
|
||
this.toolStripHeader.TabIndex = 1;
|
||
this.toolStripHeader.Text = "toolStrip1";
|
||
//
|
||
// toolStripButtonClose
|
||
//
|
||
this.toolStripButtonClose.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
||
this.toolStripButtonClose.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||
this.toolStripButtonClose.Image = global::SecurityWindowsDesktop.Properties.Resources.Close;
|
||
this.toolStripButtonClose.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||
this.toolStripButtonClose.Name = "toolStripButtonClose";
|
||
this.toolStripButtonClose.Size = new System.Drawing.Size(29, 24);
|
||
this.toolStripButtonClose.Text = "Закрыть";
|
||
//
|
||
// groupBoxLoadBackup
|
||
//
|
||
this.groupBoxLoadBackup.Controls.Add(this.buttonRestoreBackup);
|
||
this.groupBoxLoadBackup.Controls.Add(this.buttonLoadArchiveSelect);
|
||
this.groupBoxLoadBackup.Controls.Add(this.textBoxLoadArchiveName);
|
||
this.groupBoxLoadBackup.Controls.Add(this.labelLoadArchiveName);
|
||
this.groupBoxLoadBackup.Controls.Add(this.buttonLoadSelectFolder);
|
||
this.groupBoxLoadBackup.Controls.Add(this.textBoxLoadFolderName);
|
||
this.groupBoxLoadBackup.Controls.Add(this.labelLoadFolderName);
|
||
this.groupBoxLoadBackup.Location = new System.Drawing.Point(0, 179);
|
||
this.groupBoxLoadBackup.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||
this.groupBoxLoadBackup.Name = "groupBoxLoadBackup";
|
||
this.groupBoxLoadBackup.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||
this.groupBoxLoadBackup.Size = new System.Drawing.Size(567, 183);
|
||
this.groupBoxLoadBackup.TabIndex = 2;
|
||
this.groupBoxLoadBackup.TabStop = false;
|
||
this.groupBoxLoadBackup.Text = "Загрузка из бекапа";
|
||
//
|
||
// buttonRestoreBackup
|
||
//
|
||
this.buttonRestoreBackup.Location = new System.Drawing.Point(438, 132);
|
||
this.buttonRestoreBackup.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||
this.buttonRestoreBackup.Name = "buttonRestoreBackup";
|
||
this.buttonRestoreBackup.Size = new System.Drawing.Size(113, 31);
|
||
this.buttonRestoreBackup.TabIndex = 9;
|
||
this.buttonRestoreBackup.Text = "Загрузить";
|
||
this.buttonRestoreBackup.UseVisualStyleBackColor = true;
|
||
this.buttonRestoreBackup.Click += new System.EventHandler(this.ButtonRestoreBackup_Click);
|
||
//
|
||
// buttonLoadArchiveSelect
|
||
//
|
||
this.buttonLoadArchiveSelect.Location = new System.Drawing.Point(438, 85);
|
||
this.buttonLoadArchiveSelect.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||
this.buttonLoadArchiveSelect.Name = "buttonLoadArchiveSelect";
|
||
this.buttonLoadArchiveSelect.Size = new System.Drawing.Size(113, 31);
|
||
this.buttonLoadArchiveSelect.TabIndex = 8;
|
||
this.buttonLoadArchiveSelect.Text = "Выбрать файл";
|
||
this.buttonLoadArchiveSelect.UseVisualStyleBackColor = true;
|
||
this.buttonLoadArchiveSelect.Click += new System.EventHandler(this.ButtonLoadArchiveSelect_Click);
|
||
//
|
||
// textBoxLoadArchiveName
|
||
//
|
||
this.textBoxLoadArchiveName.Location = new System.Drawing.Point(126, 85);
|
||
this.textBoxLoadArchiveName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||
this.textBoxLoadArchiveName.Name = "textBoxLoadArchiveName";
|
||
this.textBoxLoadArchiveName.Size = new System.Drawing.Size(305, 27);
|
||
this.textBoxLoadArchiveName.TabIndex = 7;
|
||
//
|
||
// labelLoadArchiveName
|
||
//
|
||
this.labelLoadArchiveName.AutoSize = true;
|
||
this.labelLoadArchiveName.Location = new System.Drawing.Point(16, 89);
|
||
this.labelLoadArchiveName.Name = "labelLoadArchiveName";
|
||
this.labelLoadArchiveName.Size = new System.Drawing.Size(115, 20);
|
||
this.labelLoadArchiveName.TabIndex = 6;
|
||
this.labelLoadArchiveName.Text = "Путь до архива";
|
||
//
|
||
// buttonLoadSelectFolder
|
||
//
|
||
this.buttonLoadSelectFolder.Location = new System.Drawing.Point(440, 37);
|
||
this.buttonLoadSelectFolder.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||
this.buttonLoadSelectFolder.Name = "buttonLoadSelectFolder";
|
||
this.buttonLoadSelectFolder.Size = new System.Drawing.Size(113, 31);
|
||
this.buttonLoadSelectFolder.TabIndex = 5;
|
||
this.buttonLoadSelectFolder.Text = "Выбрать папку";
|
||
this.buttonLoadSelectFolder.UseVisualStyleBackColor = true;
|
||
this.buttonLoadSelectFolder.Click += new System.EventHandler(this.ButtonLoadSelectFolder_Click);
|
||
//
|
||
// textBoxLoadFolderName
|
||
//
|
||
this.textBoxLoadFolderName.Location = new System.Drawing.Point(126, 37);
|
||
this.textBoxLoadFolderName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||
this.textBoxLoadFolderName.Name = "textBoxLoadFolderName";
|
||
this.textBoxLoadFolderName.Size = new System.Drawing.Size(307, 27);
|
||
this.textBoxLoadFolderName.TabIndex = 4;
|
||
//
|
||
// labelLoadFolderName
|
||
//
|
||
this.labelLoadFolderName.AutoSize = true;
|
||
this.labelLoadFolderName.Location = new System.Drawing.Point(18, 41);
|
||
this.labelLoadFolderName.Name = "labelLoadFolderName";
|
||
this.labelLoadFolderName.Size = new System.Drawing.Size(108, 20);
|
||
this.labelLoadFolderName.TabIndex = 3;
|
||
this.labelLoadFolderName.Text = "Путь до папки";
|
||
//
|
||
// BackupControl
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.Controls.Add(this.groupBoxLoadBackup);
|
||
this.Controls.Add(this.toolStripHeader);
|
||
this.Controls.Add(this.groupBoxSaveBackup);
|
||
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||
this.Name = "BackupControl";
|
||
this.Size = new System.Drawing.Size(809, 648);
|
||
this.groupBoxSaveBackup.ResumeLayout(false);
|
||
this.groupBoxSaveBackup.PerformLayout();
|
||
this.toolStripHeader.ResumeLayout(false);
|
||
this.toolStripHeader.PerformLayout();
|
||
this.groupBoxLoadBackup.ResumeLayout(false);
|
||
this.groupBoxLoadBackup.PerformLayout();
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.GroupBox groupBoxSaveBackup;
|
||
private System.Windows.Forms.Label labelSaveFolderName;
|
||
private System.Windows.Forms.TextBox textBoxSaveFolderName;
|
||
private System.Windows.Forms.Button buttonSaveSelectFolder;
|
||
private System.Windows.Forms.CheckBox checkBoxCreateArchive;
|
||
private System.Windows.Forms.Button buttonCreateBackup;
|
||
private System.Windows.Forms.CheckBox checkBoxFullLoad;
|
||
private System.Windows.Forms.ToolStrip toolStripHeader;
|
||
private System.Windows.Forms.ToolStripButton toolStripButtonClose;
|
||
private System.Windows.Forms.GroupBox groupBoxLoadBackup;
|
||
private System.Windows.Forms.TextBox textBoxLoadFolderName;
|
||
private System.Windows.Forms.Label labelLoadFolderName;
|
||
private System.Windows.Forms.Button buttonLoadSelectFolder;
|
||
private System.Windows.Forms.Label labelLoadArchiveName;
|
||
private System.Windows.Forms.TextBox textBoxLoadArchiveName;
|
||
private System.Windows.Forms.Button buttonLoadArchiveSelect;
|
||
private System.Windows.Forms.Button buttonRestoreBackup;
|
||
}
|
||
}
|