namespace SecurityWindowsDesktop.SpecialControls { partial class BackupControl { /// /// Обязательная переменная конструктора. /// private System.ComponentModel.IContainer components = null; /// /// Освободить все используемые ресурсы. /// /// истинно, если управляемый ресурс должен быть удален; иначе ложно. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Код, автоматически созданный конструктором компонентов /// /// Требуемый метод для поддержки конструктора — не изменяйте /// содержимое этого метода с помощью редактора кода. /// 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, 28); this.groupBoxSaveBackup.Name = "groupBoxSaveBackup"; this.groupBoxSaveBackup.Size = new System.Drawing.Size(496, 100); this.groupBoxSaveBackup.TabIndex = 0; this.groupBoxSaveBackup.TabStop = false; this.groupBoxSaveBackup.Text = "Сохранение в бекап"; // // buttonCreateBackup // this.buttonCreateBackup.Location = new System.Drawing.Point(385, 71); this.buttonCreateBackup.Name = "buttonCreateBackup"; this.buttonCreateBackup.Size = new System.Drawing.Size(99, 23); 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(262, 55); this.checkBoxCreateArchive.Name = "checkBoxCreateArchive"; this.checkBoxCreateArchive.Size = new System.Drawing.Size(104, 19); this.checkBoxCreateArchive.TabIndex = 4; this.checkBoxCreateArchive.Text = "Создать архив"; this.checkBoxCreateArchive.UseVisualStyleBackColor = true; // // checkBoxFullLoad // this.checkBoxFullLoad.AutoSize = true; this.checkBoxFullLoad.Location = new System.Drawing.Point(120, 55); this.checkBoxFullLoad.Name = "checkBoxFullLoad"; this.checkBoxFullLoad.Size = new System.Drawing.Size(121, 19); this.checkBoxFullLoad.TabIndex = 3; this.checkBoxFullLoad.Text = "Полная выгрузка"; this.checkBoxFullLoad.UseVisualStyleBackColor = true; // // buttonSaveSelectFolder // this.buttonSaveSelectFolder.Location = new System.Drawing.Point(385, 26); this.buttonSaveSelectFolder.Name = "buttonSaveSelectFolder"; this.buttonSaveSelectFolder.Size = new System.Drawing.Size(99, 23); 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(110, 26); this.textBoxSaveFolderName.Name = "textBoxSaveFolderName"; this.textBoxSaveFolderName.Size = new System.Drawing.Size(269, 23); this.textBoxSaveFolderName.TabIndex = 1; // // labelSaveFolderName // this.labelSaveFolderName.AutoSize = true; this.labelSaveFolderName.Location = new System.Drawing.Point(16, 29); this.labelSaveFolderName.Name = "labelSaveFolderName"; this.labelSaveFolderName.Size = new System.Drawing.Size(85, 15); this.labelSaveFolderName.TabIndex = 0; this.labelSaveFolderName.Text = "Путь до папки"; // // toolStripHeader // 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(708, 25); 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(23, 22); 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, 134); this.groupBoxLoadBackup.Name = "groupBoxLoadBackup"; this.groupBoxLoadBackup.Size = new System.Drawing.Size(496, 137); this.groupBoxLoadBackup.TabIndex = 2; this.groupBoxLoadBackup.TabStop = false; this.groupBoxLoadBackup.Text = "Загрузка из бекапа"; // // buttonRestoreBackup // this.buttonRestoreBackup.Location = new System.Drawing.Point(383, 99); this.buttonRestoreBackup.Name = "buttonRestoreBackup"; this.buttonRestoreBackup.Size = new System.Drawing.Size(99, 23); 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(383, 64); this.buttonLoadArchiveSelect.Name = "buttonLoadArchiveSelect"; this.buttonLoadArchiveSelect.Size = new System.Drawing.Size(99, 23); 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(110, 64); this.textBoxLoadArchiveName.Name = "textBoxLoadArchiveName"; this.textBoxLoadArchiveName.Size = new System.Drawing.Size(267, 23); this.textBoxLoadArchiveName.TabIndex = 7; // // labelLoadArchiveName // this.labelLoadArchiveName.AutoSize = true; this.labelLoadArchiveName.Location = new System.Drawing.Point(14, 67); this.labelLoadArchiveName.Name = "labelLoadArchiveName"; this.labelLoadArchiveName.Size = new System.Drawing.Size(90, 15); this.labelLoadArchiveName.TabIndex = 6; this.labelLoadArchiveName.Text = "Путь до архива"; // // buttonLoadSelectFolder // this.buttonLoadSelectFolder.Location = new System.Drawing.Point(385, 28); this.buttonLoadSelectFolder.Name = "buttonLoadSelectFolder"; this.buttonLoadSelectFolder.Size = new System.Drawing.Size(99, 23); 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(110, 28); this.textBoxLoadFolderName.Name = "textBoxLoadFolderName"; this.textBoxLoadFolderName.Size = new System.Drawing.Size(269, 23); this.textBoxLoadFolderName.TabIndex = 4; // // labelLoadFolderName // this.labelLoadFolderName.AutoSize = true; this.labelLoadFolderName.Location = new System.Drawing.Point(16, 31); this.labelLoadFolderName.Name = "labelLoadFolderName"; this.labelLoadFolderName.Size = new System.Drawing.Size(85, 15); this.labelLoadFolderName.TabIndex = 3; this.labelLoadFolderName.Text = "Путь до папки"; // // BackupControl // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.groupBoxLoadBackup); this.Controls.Add(this.toolStripHeader); this.Controls.Add(this.groupBoxSaveBackup); this.Name = "BackupControl"; this.Size = new System.Drawing.Size(708, 486); 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; } }