mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
465 lines
27 KiB
C#
465 lines
27 KiB
C#
|
|
|
|
namespace mRemoteNG.UI.Forms.OptionsPages
|
|
{
|
|
|
|
public sealed partial class BackupPage : OptionsPage
|
|
{
|
|
|
|
//UserControl overrides dispose to clean up the component list.
|
|
[System.Diagnostics.DebuggerNonUserCode()]protected override void Dispose(bool disposing)
|
|
{
|
|
try
|
|
{
|
|
if (disposing && components != null)
|
|
{
|
|
components.Dispose();
|
|
}
|
|
}
|
|
finally
|
|
{
|
|
base.Dispose(disposing);
|
|
}
|
|
}
|
|
|
|
//Required by the Windows Form Designer
|
|
private System.ComponentModel.Container components = null;
|
|
|
|
//NOTE: The following procedure is required by the Windows Form Designer
|
|
//It can be modified using the Windows Form Designer.
|
|
//Do not modify it using the code editor.
|
|
[System.Diagnostics.DebuggerStepThrough()]private void InitializeComponent()
|
|
{
|
|
this.tableLayoutPanelBackupFile = new System.Windows.Forms.TableLayoutPanel();
|
|
this.lblBackupType = new System.Windows.Forms.Label();
|
|
this.lblBackupEnable = new System.Windows.Forms.Label();
|
|
this.lblConnectionsBackupFrequency = new System.Windows.Forms.Label();
|
|
this.cbConnectionBackupFrequency = new System.Windows.Forms.ComboBox();
|
|
this.lblConnectionsBackupMaxCount = new System.Windows.Forms.Label();
|
|
this.numMaxBackups = new System.Windows.Forms.NumericUpDown();
|
|
this.cbBackupEnableACL = new System.Windows.Forms.ComboBox();
|
|
this.pnlBackupEnable = new System.Windows.Forms.Panel();
|
|
this.rbBackupEnableEnable = new System.Windows.Forms.RadioButton();
|
|
this.rbBackupEnableDisable = new System.Windows.Forms.RadioButton();
|
|
this.pnlBackupType = new System.Windows.Forms.Panel();
|
|
this.radioButton2 = new System.Windows.Forms.RadioButton();
|
|
this.radioButton1 = new System.Windows.Forms.RadioButton();
|
|
this.cbBackupFrequencyACL = new System.Windows.Forms.ComboBox();
|
|
this.cbBackupTypeACL = new System.Windows.Forms.ComboBox();
|
|
this.cbBackupNumberACL = new System.Windows.Forms.ComboBox();
|
|
this.cbBackupNameFormatACL = new System.Windows.Forms.ComboBox();
|
|
this.cbBackupLocationACL = new System.Windows.Forms.ComboBox();
|
|
this.lblConnectionsBackupPath = new System.Windows.Forms.Label();
|
|
this.txtConnectionsBackupPath = new System.Windows.Forms.TextBox();
|
|
this.btnBrowsePath = new System.Windows.Forms.Button();
|
|
this.lblBackupNameFormat = new System.Windows.Forms.Label();
|
|
this.txtBackupNameFormat = new System.Windows.Forms.TextBox();
|
|
this.lblBacupPageShowInOptionsMenu = new System.Windows.Forms.Label();
|
|
this.pnlShowForUser = new System.Windows.Forms.Panel();
|
|
this.cbBacupPageInOptionMenu = new System.Windows.Forms.CheckBox();
|
|
this.lblACL = new System.Windows.Forms.Label();
|
|
this.tableLayoutPanelBackupFile.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.numMaxBackups)).BeginInit();
|
|
this.pnlBackupEnable.SuspendLayout();
|
|
this.pnlBackupType.SuspendLayout();
|
|
this.pnlShowForUser.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// tableLayoutPanelBackupFile
|
|
//
|
|
this.tableLayoutPanelBackupFile.ColumnCount = 5;
|
|
this.tableLayoutPanelBackupFile.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
this.tableLayoutPanelBackupFile.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
this.tableLayoutPanelBackupFile.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
this.tableLayoutPanelBackupFile.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
this.tableLayoutPanelBackupFile.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
this.tableLayoutPanelBackupFile.Controls.Add(this.lblBackupType, 1, 2);
|
|
this.tableLayoutPanelBackupFile.Controls.Add(this.lblBackupEnable, 1, 1);
|
|
this.tableLayoutPanelBackupFile.Controls.Add(this.lblConnectionsBackupFrequency, 1, 3);
|
|
this.tableLayoutPanelBackupFile.Controls.Add(this.cbConnectionBackupFrequency, 2, 3);
|
|
this.tableLayoutPanelBackupFile.Controls.Add(this.lblConnectionsBackupMaxCount, 1, 4);
|
|
this.tableLayoutPanelBackupFile.Controls.Add(this.numMaxBackups, 2, 4);
|
|
this.tableLayoutPanelBackupFile.Controls.Add(this.cbBackupEnableACL, 0, 1);
|
|
this.tableLayoutPanelBackupFile.Controls.Add(this.pnlBackupEnable, 2, 1);
|
|
this.tableLayoutPanelBackupFile.Controls.Add(this.pnlBackupType, 2, 2);
|
|
this.tableLayoutPanelBackupFile.Controls.Add(this.cbBackupFrequencyACL, 0, 3);
|
|
this.tableLayoutPanelBackupFile.Controls.Add(this.cbBackupTypeACL, 0, 2);
|
|
this.tableLayoutPanelBackupFile.Controls.Add(this.cbBackupNumberACL, 0, 4);
|
|
this.tableLayoutPanelBackupFile.Controls.Add(this.cbBackupNameFormatACL, 0, 5);
|
|
this.tableLayoutPanelBackupFile.Controls.Add(this.cbBackupLocationACL, 0, 6);
|
|
this.tableLayoutPanelBackupFile.Controls.Add(this.lblConnectionsBackupPath, 1, 6);
|
|
this.tableLayoutPanelBackupFile.Controls.Add(this.txtConnectionsBackupPath, 2, 6);
|
|
this.tableLayoutPanelBackupFile.Controls.Add(this.btnBrowsePath, 3, 6);
|
|
this.tableLayoutPanelBackupFile.Controls.Add(this.lblBackupNameFormat, 1, 5);
|
|
this.tableLayoutPanelBackupFile.Controls.Add(this.txtBackupNameFormat, 2, 5);
|
|
this.tableLayoutPanelBackupFile.Controls.Add(this.lblBacupPageShowInOptionsMenu, 1, 0);
|
|
this.tableLayoutPanelBackupFile.Controls.Add(this.pnlShowForUser, 2, 0);
|
|
this.tableLayoutPanelBackupFile.Controls.Add(this.lblACL, 0, 0);
|
|
this.tableLayoutPanelBackupFile.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanelBackupFile.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize;
|
|
this.tableLayoutPanelBackupFile.Location = new System.Drawing.Point(0, 0);
|
|
this.tableLayoutPanelBackupFile.Name = "tableLayoutPanelBackupFile";
|
|
this.tableLayoutPanelBackupFile.RowCount = 8;
|
|
this.tableLayoutPanelBackupFile.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableLayoutPanelBackupFile.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableLayoutPanelBackupFile.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableLayoutPanelBackupFile.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableLayoutPanelBackupFile.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableLayoutPanelBackupFile.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableLayoutPanelBackupFile.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableLayoutPanelBackupFile.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableLayoutPanelBackupFile.Size = new System.Drawing.Size(761, 633);
|
|
this.tableLayoutPanelBackupFile.TabIndex = 15;
|
|
//
|
|
// lblBackupType
|
|
//
|
|
this.lblBackupType.AutoSize = true;
|
|
this.lblBackupType.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.lblBackupType.Location = new System.Drawing.Point(92, 60);
|
|
this.lblBackupType.Name = "lblBackupType";
|
|
this.lblBackupType.Size = new System.Drawing.Size(171, 27);
|
|
this.lblBackupType.TabIndex = 20;
|
|
this.lblBackupType.Text = "Backup type";
|
|
this.lblBackupType.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// lblBackupEnable
|
|
//
|
|
this.lblBackupEnable.AutoSize = true;
|
|
this.lblBackupEnable.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.lblBackupEnable.Location = new System.Drawing.Point(92, 33);
|
|
this.lblBackupEnable.Name = "lblBackupEnable";
|
|
this.lblBackupEnable.Size = new System.Drawing.Size(171, 27);
|
|
this.lblBackupEnable.TabIndex = 18;
|
|
this.lblBackupEnable.Text = "Backups for connection data";
|
|
this.lblBackupEnable.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// lblConnectionsBackupFrequency
|
|
//
|
|
this.lblConnectionsBackupFrequency.AutoSize = true;
|
|
this.lblConnectionsBackupFrequency.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.lblConnectionsBackupFrequency.Location = new System.Drawing.Point(92, 87);
|
|
this.lblConnectionsBackupFrequency.Name = "lblConnectionsBackupFrequency";
|
|
this.lblConnectionsBackupFrequency.Size = new System.Drawing.Size(171, 29);
|
|
this.lblConnectionsBackupFrequency.TabIndex = 14;
|
|
this.lblConnectionsBackupFrequency.Text = "Connection Backup Frequency";
|
|
this.lblConnectionsBackupFrequency.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// cbConnectionBackupFrequency
|
|
//
|
|
this.cbConnectionBackupFrequency.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.cbConnectionBackupFrequency.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cbConnectionBackupFrequency.FormattingEnabled = true;
|
|
this.cbConnectionBackupFrequency.Location = new System.Drawing.Point(269, 92);
|
|
this.cbConnectionBackupFrequency.Margin = new System.Windows.Forms.Padding(3, 5, 3, 3);
|
|
this.cbConnectionBackupFrequency.Name = "cbConnectionBackupFrequency";
|
|
this.cbConnectionBackupFrequency.Size = new System.Drawing.Size(208, 21);
|
|
this.cbConnectionBackupFrequency.TabIndex = 13;
|
|
//
|
|
// lblConnectionsBackupMaxCount
|
|
//
|
|
this.lblConnectionsBackupMaxCount.AutoSize = true;
|
|
this.lblConnectionsBackupMaxCount.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.lblConnectionsBackupMaxCount.Location = new System.Drawing.Point(92, 116);
|
|
this.lblConnectionsBackupMaxCount.Name = "lblConnectionsBackupMaxCount";
|
|
this.lblConnectionsBackupMaxCount.Size = new System.Drawing.Size(171, 28);
|
|
this.lblConnectionsBackupMaxCount.TabIndex = 13;
|
|
this.lblConnectionsBackupMaxCount.Text = "Maximum number of backups";
|
|
this.lblConnectionsBackupMaxCount.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// numMaxBackups
|
|
//
|
|
this.numMaxBackups.Location = new System.Drawing.Point(269, 119);
|
|
this.numMaxBackups.Name = "numMaxBackups";
|
|
this.numMaxBackups.Size = new System.Drawing.Size(34, 22);
|
|
this.numMaxBackups.TabIndex = 16;
|
|
this.numMaxBackups.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// cbBackupEnableACL
|
|
//
|
|
this.cbBackupEnableACL.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.cbBackupEnableACL.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.cbBackupEnableACL.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cbBackupEnableACL.FormattingEnabled = true;
|
|
this.cbBackupEnableACL.Location = new System.Drawing.Point(3, 36);
|
|
this.cbBackupEnableACL.MaxDropDownItems = 3;
|
|
this.cbBackupEnableACL.Name = "cbBackupEnableACL";
|
|
this.cbBackupEnableACL.Size = new System.Drawing.Size(83, 21);
|
|
this.cbBackupEnableACL.TabIndex = 25;
|
|
this.cbBackupEnableACL.Visible = false;
|
|
//
|
|
// pnlBackupEnable
|
|
//
|
|
this.pnlBackupEnable.Controls.Add(this.rbBackupEnableEnable);
|
|
this.pnlBackupEnable.Controls.Add(this.rbBackupEnableDisable);
|
|
this.pnlBackupEnable.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.pnlBackupEnable.Location = new System.Drawing.Point(269, 36);
|
|
this.pnlBackupEnable.Name = "pnlBackupEnable";
|
|
this.pnlBackupEnable.Size = new System.Drawing.Size(208, 21);
|
|
this.pnlBackupEnable.TabIndex = 26;
|
|
//
|
|
// rbBackupEnableEnable
|
|
//
|
|
this.rbBackupEnableEnable.AutoSize = true;
|
|
this.rbBackupEnableEnable.Checked = true;
|
|
this.rbBackupEnableEnable.Location = new System.Drawing.Point(4, 3);
|
|
this.rbBackupEnableEnable.Name = "rbBackupEnableEnable";
|
|
this.rbBackupEnableEnable.Size = new System.Drawing.Size(60, 17);
|
|
this.rbBackupEnableEnable.TabIndex = 27;
|
|
this.rbBackupEnableEnable.TabStop = true;
|
|
this.rbBackupEnableEnable.Text = "Enable";
|
|
this.rbBackupEnableEnable.UseVisualStyleBackColor = true;
|
|
//
|
|
// rbBackupEnableDisable
|
|
//
|
|
this.rbBackupEnableDisable.AutoSize = true;
|
|
this.rbBackupEnableDisable.Location = new System.Drawing.Point(70, 3);
|
|
this.rbBackupEnableDisable.Name = "rbBackupEnableDisable";
|
|
this.rbBackupEnableDisable.Size = new System.Drawing.Size(63, 17);
|
|
this.rbBackupEnableDisable.TabIndex = 28;
|
|
this.rbBackupEnableDisable.Text = "Disable";
|
|
this.rbBackupEnableDisable.UseVisualStyleBackColor = true;
|
|
//
|
|
// pnlBackupType
|
|
//
|
|
this.pnlBackupType.Controls.Add(this.radioButton2);
|
|
this.pnlBackupType.Controls.Add(this.radioButton1);
|
|
this.pnlBackupType.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.pnlBackupType.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.pnlBackupType.Location = new System.Drawing.Point(269, 63);
|
|
this.pnlBackupType.Name = "pnlBackupType";
|
|
this.pnlBackupType.Size = new System.Drawing.Size(208, 21);
|
|
this.pnlBackupType.TabIndex = 27;
|
|
//
|
|
// radioButton2
|
|
//
|
|
this.radioButton2.AutoSize = true;
|
|
this.radioButton2.Enabled = false;
|
|
this.radioButton2.Location = new System.Drawing.Point(70, 3);
|
|
this.radioButton2.Name = "radioButton2";
|
|
this.radioButton2.Size = new System.Drawing.Size(53, 17);
|
|
this.radioButton2.TabIndex = 1;
|
|
this.radioButton2.Text = "to DB";
|
|
this.radioButton2.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioButton1
|
|
//
|
|
this.radioButton1.AutoSize = true;
|
|
this.radioButton1.Checked = true;
|
|
this.radioButton1.Location = new System.Drawing.Point(4, 3);
|
|
this.radioButton1.Name = "radioButton1";
|
|
this.radioButton1.Size = new System.Drawing.Size(57, 17);
|
|
this.radioButton1.TabIndex = 0;
|
|
this.radioButton1.TabStop = true;
|
|
this.radioButton1.Text = "to File";
|
|
this.radioButton1.UseVisualStyleBackColor = true;
|
|
//
|
|
// cbBackupFrequencyACL
|
|
//
|
|
this.cbBackupFrequencyACL.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.cbBackupFrequencyACL.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.cbBackupFrequencyACL.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cbBackupFrequencyACL.FormattingEnabled = true;
|
|
this.cbBackupFrequencyACL.Location = new System.Drawing.Point(3, 90);
|
|
this.cbBackupFrequencyACL.MaxDropDownItems = 3;
|
|
this.cbBackupFrequencyACL.Name = "cbBackupFrequencyACL";
|
|
this.cbBackupFrequencyACL.Size = new System.Drawing.Size(83, 21);
|
|
this.cbBackupFrequencyACL.TabIndex = 29;
|
|
this.cbBackupFrequencyACL.Visible = false;
|
|
//
|
|
// cbBackupTypeACL
|
|
//
|
|
this.cbBackupTypeACL.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.cbBackupTypeACL.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.cbBackupTypeACL.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cbBackupTypeACL.FormattingEnabled = true;
|
|
this.cbBackupTypeACL.Location = new System.Drawing.Point(3, 63);
|
|
this.cbBackupTypeACL.MaxDropDownItems = 3;
|
|
this.cbBackupTypeACL.Name = "cbBackupTypeACL";
|
|
this.cbBackupTypeACL.Size = new System.Drawing.Size(83, 21);
|
|
this.cbBackupTypeACL.TabIndex = 28;
|
|
this.cbBackupTypeACL.Visible = false;
|
|
//
|
|
// cbBackupNumberACL
|
|
//
|
|
this.cbBackupNumberACL.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.cbBackupNumberACL.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cbBackupNumberACL.FormattingEnabled = true;
|
|
this.cbBackupNumberACL.Location = new System.Drawing.Point(3, 119);
|
|
this.cbBackupNumberACL.MaxDropDownItems = 3;
|
|
this.cbBackupNumberACL.Name = "cbBackupNumberACL";
|
|
this.cbBackupNumberACL.Size = new System.Drawing.Size(83, 21);
|
|
this.cbBackupNumberACL.TabIndex = 30;
|
|
this.cbBackupNumberACL.Visible = false;
|
|
//
|
|
// cbBackupNameFormatACL
|
|
//
|
|
this.cbBackupNameFormatACL.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.cbBackupNameFormatACL.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.cbBackupNameFormatACL.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cbBackupNameFormatACL.FormattingEnabled = true;
|
|
this.cbBackupNameFormatACL.Location = new System.Drawing.Point(3, 147);
|
|
this.cbBackupNameFormatACL.MaxDropDownItems = 3;
|
|
this.cbBackupNameFormatACL.Name = "cbBackupNameFormatACL";
|
|
this.cbBackupNameFormatACL.Size = new System.Drawing.Size(83, 21);
|
|
this.cbBackupNameFormatACL.TabIndex = 31;
|
|
this.cbBackupNameFormatACL.Visible = false;
|
|
//
|
|
// cbBackupLocationACL
|
|
//
|
|
this.cbBackupLocationACL.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.cbBackupLocationACL.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.cbBackupLocationACL.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cbBackupLocationACL.FormattingEnabled = true;
|
|
this.cbBackupLocationACL.Location = new System.Drawing.Point(3, 177);
|
|
this.cbBackupLocationACL.MaxDropDownItems = 3;
|
|
this.cbBackupLocationACL.Name = "cbBackupLocationACL";
|
|
this.cbBackupLocationACL.Size = new System.Drawing.Size(83, 21);
|
|
this.cbBackupLocationACL.TabIndex = 32;
|
|
this.cbBackupLocationACL.Visible = false;
|
|
//
|
|
// lblConnectionsBackupPath
|
|
//
|
|
this.lblConnectionsBackupPath.AutoSize = true;
|
|
this.lblConnectionsBackupPath.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.lblConnectionsBackupPath.Location = new System.Drawing.Point(92, 174);
|
|
this.lblConnectionsBackupPath.Name = "lblConnectionsBackupPath";
|
|
this.lblConnectionsBackupPath.Size = new System.Drawing.Size(171, 31);
|
|
this.lblConnectionsBackupPath.TabIndex = 13;
|
|
this.lblConnectionsBackupPath.Text = "backup folder";
|
|
this.lblConnectionsBackupPath.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// txtConnectionsBackupPath
|
|
//
|
|
this.txtConnectionsBackupPath.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.txtConnectionsBackupPath.Location = new System.Drawing.Point(269, 179);
|
|
this.txtConnectionsBackupPath.Margin = new System.Windows.Forms.Padding(3, 5, 3, 3);
|
|
this.txtConnectionsBackupPath.Name = "txtConnectionsBackupPath";
|
|
this.txtConnectionsBackupPath.Size = new System.Drawing.Size(208, 22);
|
|
this.txtConnectionsBackupPath.TabIndex = 14;
|
|
//
|
|
// btnBrowsePath
|
|
//
|
|
this.btnBrowsePath.AutoSize = true;
|
|
this.btnBrowsePath.Location = new System.Drawing.Point(483, 177);
|
|
this.btnBrowsePath.Name = "btnBrowsePath";
|
|
this.btnBrowsePath.Size = new System.Drawing.Size(94, 25);
|
|
this.btnBrowsePath.TabIndex = 15;
|
|
this.btnBrowsePath.Text = "Browse";
|
|
this.btnBrowsePath.UseVisualStyleBackColor = true;
|
|
this.btnBrowsePath.Click += new System.EventHandler(this.ButtonBrowsePath_Click);
|
|
//
|
|
// lblBackupNameFormat
|
|
//
|
|
this.lblBackupNameFormat.AutoSize = true;
|
|
this.lblBackupNameFormat.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.lblBackupNameFormat.Location = new System.Drawing.Point(92, 144);
|
|
this.lblBackupNameFormat.Name = "lblBackupNameFormat";
|
|
this.lblBackupNameFormat.Size = new System.Drawing.Size(171, 30);
|
|
this.lblBackupNameFormat.TabIndex = 33;
|
|
this.lblBackupNameFormat.Text = "Backup file name format";
|
|
this.lblBackupNameFormat.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// txtBackupNameFormat
|
|
//
|
|
this.txtBackupNameFormat.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.txtBackupNameFormat.Location = new System.Drawing.Point(269, 149);
|
|
this.txtBackupNameFormat.Margin = new System.Windows.Forms.Padding(3, 5, 3, 3);
|
|
this.txtBackupNameFormat.Name = "txtBackupNameFormat";
|
|
this.txtBackupNameFormat.Size = new System.Drawing.Size(208, 22);
|
|
this.txtBackupNameFormat.TabIndex = 34;
|
|
//
|
|
// lblBacupPageShowInOptionsMenu
|
|
//
|
|
this.lblBacupPageShowInOptionsMenu.AutoSize = true;
|
|
this.lblBacupPageShowInOptionsMenu.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.lblBacupPageShowInOptionsMenu.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
|
|
this.lblBacupPageShowInOptionsMenu.Location = new System.Drawing.Point(92, 0);
|
|
this.lblBacupPageShowInOptionsMenu.Name = "lblBacupPageShowInOptionsMenu";
|
|
this.lblBacupPageShowInOptionsMenu.Size = new System.Drawing.Size(171, 33);
|
|
this.lblBacupPageShowInOptionsMenu.TabIndex = 35;
|
|
this.lblBacupPageShowInOptionsMenu.Text = "Page control in Options menu";
|
|
this.lblBacupPageShowInOptionsMenu.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// pnlShowForUser
|
|
//
|
|
this.pnlShowForUser.Controls.Add(this.cbBacupPageInOptionMenu);
|
|
this.pnlShowForUser.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.pnlShowForUser.Location = new System.Drawing.Point(269, 3);
|
|
this.pnlShowForUser.Name = "pnlShowForUser";
|
|
this.pnlShowForUser.Size = new System.Drawing.Size(208, 27);
|
|
this.pnlShowForUser.TabIndex = 37;
|
|
//
|
|
// cbBacupPageInOptionMenu
|
|
//
|
|
this.cbBacupPageInOptionMenu.AutoSize = true;
|
|
this.cbBacupPageInOptionMenu.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
|
|
this.cbBacupPageInOptionMenu.Location = new System.Drawing.Point(4, 6);
|
|
this.cbBacupPageInOptionMenu.Name = "cbBacupPageInOptionMenu";
|
|
this.cbBacupPageInOptionMenu.Size = new System.Drawing.Size(104, 19);
|
|
this.cbBacupPageInOptionMenu.TabIndex = 36;
|
|
this.cbBacupPageInOptionMenu.Text = "Show for user";
|
|
this.cbBacupPageInOptionMenu.UseVisualStyleBackColor = true;
|
|
//
|
|
// lblACL
|
|
//
|
|
this.lblACL.AutoSize = true;
|
|
this.lblACL.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.lblACL.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
|
|
this.lblACL.Location = new System.Drawing.Point(3, 0);
|
|
this.lblACL.Name = "lblACL";
|
|
this.lblACL.Size = new System.Drawing.Size(83, 33);
|
|
this.lblACL.TabIndex = 17;
|
|
this.lblACL.Text = "ACL for user";
|
|
this.lblACL.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.lblACL.Visible = false;
|
|
//
|
|
// BackupPage
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.Controls.Add(this.tableLayoutPanelBackupFile);
|
|
this.Name = "BackupPage";
|
|
this.Size = new System.Drawing.Size(761, 633);
|
|
this.tableLayoutPanelBackupFile.ResumeLayout(false);
|
|
this.tableLayoutPanelBackupFile.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.numMaxBackups)).EndInit();
|
|
this.pnlBackupEnable.ResumeLayout(false);
|
|
this.pnlBackupEnable.PerformLayout();
|
|
this.pnlBackupType.ResumeLayout(false);
|
|
this.pnlBackupType.PerformLayout();
|
|
this.pnlShowForUser.ResumeLayout(false);
|
|
this.pnlShowForUser.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelBackupFile;
|
|
private System.Windows.Forms.TextBox txtConnectionsBackupPath;
|
|
private System.Windows.Forms.Label lblConnectionsBackupPath;
|
|
private System.Windows.Forms.Label lblConnectionsBackupFrequency;
|
|
private System.Windows.Forms.Label lblConnectionsBackupMaxCount;
|
|
private System.Windows.Forms.ComboBox cbConnectionBackupFrequency;
|
|
private System.Windows.Forms.Button btnBrowsePath;
|
|
private System.Windows.Forms.NumericUpDown numMaxBackups;
|
|
private System.Windows.Forms.Label lblACL;
|
|
private System.Windows.Forms.Label lblBackupType;
|
|
private System.Windows.Forms.Label lblBackupEnable;
|
|
private System.Windows.Forms.ComboBox cbBackupEnableACL;
|
|
private System.Windows.Forms.Panel pnlBackupEnable;
|
|
private System.Windows.Forms.RadioButton rbBackupEnableEnable;
|
|
private System.Windows.Forms.RadioButton rbBackupEnableDisable;
|
|
private System.Windows.Forms.Panel pnlBackupType;
|
|
private System.Windows.Forms.RadioButton radioButton2;
|
|
private System.Windows.Forms.RadioButton radioButton1;
|
|
private System.Windows.Forms.ComboBox cbBackupFrequencyACL;
|
|
private System.Windows.Forms.ComboBox cbBackupTypeACL;
|
|
private System.Windows.Forms.ComboBox cbBackupNumberACL;
|
|
private System.Windows.Forms.ComboBox cbBackupNameFormatACL;
|
|
private System.Windows.Forms.ComboBox cbBackupLocationACL;
|
|
private System.Windows.Forms.Label lblBackupNameFormat;
|
|
private System.Windows.Forms.TextBox txtBackupNameFormat;
|
|
private System.Windows.Forms.Label lblBacupPageShowInOptionsMenu;
|
|
private System.Windows.Forms.CheckBox cbBacupPageInOptionMenu;
|
|
private System.Windows.Forms.Panel pnlShowForUser;
|
|
}
|
|
} |