renamed element on tool strip
This commit is contained in:
parent
72b0f2211c
commit
1881ab35ff
1 changed files with 146 additions and 143 deletions
289
Saviour Backup System/mainWindow.Designer.cs
generated
289
Saviour Backup System/mainWindow.Designer.cs
generated
|
@ -31,9 +31,11 @@
|
|||
this.components = new System.ComponentModel.Container();
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(mainWindow));
|
||||
this.ribbonControl = new DevComponents.DotNetBar.RibbonControl();
|
||||
this.ribbonPanel3 = new DevComponents.DotNetBar.RibbonPanel();
|
||||
this.ribbonBar7 = new DevComponents.DotNetBar.RibbonBar();
|
||||
this.backupDeviceButton = new DevComponents.DotNetBar.ButtonItem();
|
||||
this.ribbonPanel4 = new DevComponents.DotNetBar.RibbonPanel();
|
||||
this.ribbonBar5 = new DevComponents.DotNetBar.RibbonBar();
|
||||
this.buttonItem6 = new DevComponents.DotNetBar.ButtonItem();
|
||||
this.ribbonBar4 = new DevComponents.DotNetBar.RibbonBar();
|
||||
this.buttonItem5 = new DevComponents.DotNetBar.ButtonItem();
|
||||
this.ribbonPanel2 = new DevComponents.DotNetBar.RibbonPanel();
|
||||
this.ribbonBar1 = new DevComponents.DotNetBar.RibbonBar();
|
||||
this.viewAllRulesButton = new DevComponents.DotNetBar.ButtonItem();
|
||||
|
@ -43,17 +45,15 @@
|
|||
this.ribbonBar2 = new DevComponents.DotNetBar.RibbonBar();
|
||||
this.buttonItem2 = new DevComponents.DotNetBar.ButtonItem();
|
||||
this.addBackupRuleButton = new DevComponents.DotNetBar.ButtonItem();
|
||||
this.ribbonPanel4 = new DevComponents.DotNetBar.RibbonPanel();
|
||||
this.ribbonBar5 = new DevComponents.DotNetBar.RibbonBar();
|
||||
this.buttonItem6 = new DevComponents.DotNetBar.ButtonItem();
|
||||
this.ribbonBar4 = new DevComponents.DotNetBar.RibbonBar();
|
||||
this.buttonItem5 = new DevComponents.DotNetBar.ButtonItem();
|
||||
this.ribbonPanel3 = new DevComponents.DotNetBar.RibbonPanel();
|
||||
this.ribbonBar7 = new DevComponents.DotNetBar.RibbonBar();
|
||||
this.backupDeviceButton = new DevComponents.DotNetBar.ButtonItem();
|
||||
this.backupRestoreTab = new DevComponents.DotNetBar.RibbonTabItem();
|
||||
this.deviceTab = new DevComponents.DotNetBar.RibbonTabItem();
|
||||
this.settingsTab = new DevComponents.DotNetBar.RibbonTabItem();
|
||||
this.styleManager = new DevComponents.DotNetBar.StyleManager(this.components);
|
||||
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
||||
this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
|
||||
this.toolStripProgress = new System.Windows.Forms.ToolStripProgressBar();
|
||||
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
|
||||
this.sideBar = new DevComponents.DotNetBar.TabControl();
|
||||
this.tabControlPanel1 = new DevComponents.DotNetBar.TabControlPanel();
|
||||
|
@ -81,9 +81,9 @@
|
|||
this.backupDirectoryDisplay = new System.Windows.Forms.Label();
|
||||
this.backupDirectoryLabel = new System.Windows.Forms.Label();
|
||||
this.ribbonControl.SuspendLayout();
|
||||
this.ribbonPanel3.SuspendLayout();
|
||||
this.ribbonPanel2.SuspendLayout();
|
||||
this.ribbonPanel4.SuspendLayout();
|
||||
this.ribbonPanel2.SuspendLayout();
|
||||
this.ribbonPanel3.SuspendLayout();
|
||||
this.statusStrip1.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.sideBar)).BeginInit();
|
||||
this.sideBar.SuspendLayout();
|
||||
|
@ -102,9 +102,9 @@
|
|||
this.ribbonControl.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.ribbonControl.CanCustomize = false;
|
||||
this.ribbonControl.CaptionVisible = true;
|
||||
this.ribbonControl.Controls.Add(this.ribbonPanel3);
|
||||
this.ribbonControl.Controls.Add(this.ribbonPanel2);
|
||||
this.ribbonControl.Controls.Add(this.ribbonPanel4);
|
||||
this.ribbonControl.Controls.Add(this.ribbonPanel2);
|
||||
this.ribbonControl.Controls.Add(this.ribbonPanel3);
|
||||
this.ribbonControl.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.ribbonControl.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
|
||||
this.backupRestoreTab,
|
||||
|
@ -135,72 +135,112 @@
|
|||
this.ribbonControl.TabIndex = 0;
|
||||
this.ribbonControl.Text = "Saviour Backup System";
|
||||
//
|
||||
// ribbonPanel3
|
||||
// ribbonPanel4
|
||||
//
|
||||
this.ribbonPanel3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
||||
this.ribbonPanel3.Controls.Add(this.ribbonBar7);
|
||||
this.ribbonPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.ribbonPanel3.Location = new System.Drawing.Point(0, 53);
|
||||
this.ribbonPanel3.Name = "ribbonPanel3";
|
||||
this.ribbonPanel3.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
|
||||
this.ribbonPanel3.Size = new System.Drawing.Size(992, 108);
|
||||
this.ribbonPanel4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
||||
this.ribbonPanel4.Controls.Add(this.ribbonBar5);
|
||||
this.ribbonPanel4.Controls.Add(this.ribbonBar4);
|
||||
this.ribbonPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.ribbonPanel4.Location = new System.Drawing.Point(0, 53);
|
||||
this.ribbonPanel4.Name = "ribbonPanel4";
|
||||
this.ribbonPanel4.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
|
||||
this.ribbonPanel4.Size = new System.Drawing.Size(992, 108);
|
||||
//
|
||||
//
|
||||
//
|
||||
this.ribbonPanel3.Style.Class = "";
|
||||
this.ribbonPanel3.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.ribbonPanel4.Style.Class = "";
|
||||
this.ribbonPanel4.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.ribbonPanel3.StyleMouseDown.Class = "";
|
||||
this.ribbonPanel3.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.ribbonPanel4.StyleMouseDown.Class = "";
|
||||
this.ribbonPanel4.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.ribbonPanel3.StyleMouseOver.Class = "";
|
||||
this.ribbonPanel3.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.ribbonPanel3.TabIndex = 5;
|
||||
this.ribbonPanel4.StyleMouseOver.Class = "";
|
||||
this.ribbonPanel4.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.ribbonPanel4.TabIndex = 4;
|
||||
//
|
||||
// ribbonBar7
|
||||
// ribbonBar5
|
||||
//
|
||||
this.ribbonBar7.AutoOverflowEnabled = true;
|
||||
this.ribbonBar5.AutoOverflowEnabled = true;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.ribbonBar7.BackgroundMouseOverStyle.Class = "";
|
||||
this.ribbonBar7.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.ribbonBar5.BackgroundMouseOverStyle.Class = "";
|
||||
this.ribbonBar5.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.ribbonBar7.BackgroundStyle.Class = "";
|
||||
this.ribbonBar7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.ribbonBar7.ContainerControlProcessDialogKey = true;
|
||||
this.ribbonBar7.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.ribbonBar7.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
|
||||
this.backupDeviceButton});
|
||||
this.ribbonBar7.Location = new System.Drawing.Point(3, 0);
|
||||
this.ribbonBar7.Name = "ribbonBar7";
|
||||
this.ribbonBar7.Size = new System.Drawing.Size(170, 105);
|
||||
this.ribbonBar7.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
||||
this.ribbonBar7.TabIndex = 0;
|
||||
this.ribbonBar7.Text = "Backup / Restore";
|
||||
this.ribbonBar5.BackgroundStyle.Class = "";
|
||||
this.ribbonBar5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.ribbonBar5.ContainerControlProcessDialogKey = true;
|
||||
this.ribbonBar5.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.ribbonBar5.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
|
||||
this.buttonItem6});
|
||||
this.ribbonBar5.Location = new System.Drawing.Point(103, 0);
|
||||
this.ribbonBar5.Name = "ribbonBar5";
|
||||
this.ribbonBar5.Size = new System.Drawing.Size(123, 105);
|
||||
this.ribbonBar5.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
||||
this.ribbonBar5.TabIndex = 1;
|
||||
this.ribbonBar5.Text = "About";
|
||||
//
|
||||
//
|
||||
//
|
||||
this.ribbonBar7.TitleStyle.Class = "";
|
||||
this.ribbonBar7.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.ribbonBar5.TitleStyle.Class = "";
|
||||
this.ribbonBar5.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.ribbonBar7.TitleStyleMouseOver.Class = "";
|
||||
this.ribbonBar7.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.ribbonBar5.TitleStyleMouseOver.Class = "";
|
||||
this.ribbonBar5.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
//
|
||||
// backupDeviceButton
|
||||
// buttonItem6
|
||||
//
|
||||
this.backupDeviceButton.Name = "backupDeviceButton";
|
||||
this.backupDeviceButton.SubItemsExpandWidth = 14;
|
||||
this.backupDeviceButton.Text = "Backup Device";
|
||||
this.backupDeviceButton.Click += new System.EventHandler(this.backupDeviceButton_Click);
|
||||
this.buttonItem6.Name = "buttonItem6";
|
||||
this.buttonItem6.SubItemsExpandWidth = 14;
|
||||
this.buttonItem6.Text = "About Saviour Backup";
|
||||
//
|
||||
// ribbonBar4
|
||||
//
|
||||
this.ribbonBar4.AutoOverflowEnabled = true;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.ribbonBar4.BackgroundMouseOverStyle.Class = "";
|
||||
this.ribbonBar4.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.ribbonBar4.BackgroundStyle.Class = "";
|
||||
this.ribbonBar4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.ribbonBar4.ContainerControlProcessDialogKey = true;
|
||||
this.ribbonBar4.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.ribbonBar4.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
|
||||
this.buttonItem5});
|
||||
this.ribbonBar4.Location = new System.Drawing.Point(3, 0);
|
||||
this.ribbonBar4.Name = "ribbonBar4";
|
||||
this.ribbonBar4.Size = new System.Drawing.Size(100, 105);
|
||||
this.ribbonBar4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
||||
this.ribbonBar4.TabIndex = 0;
|
||||
this.ribbonBar4.Text = "Preferences";
|
||||
//
|
||||
//
|
||||
//
|
||||
this.ribbonBar4.TitleStyle.Class = "";
|
||||
this.ribbonBar4.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.ribbonBar4.TitleStyleMouseOver.Class = "";
|
||||
this.ribbonBar4.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
//
|
||||
// buttonItem5
|
||||
//
|
||||
this.buttonItem5.Name = "buttonItem5";
|
||||
this.buttonItem5.SubItemsExpandWidth = 14;
|
||||
this.buttonItem5.Text = "Edit Preferences";
|
||||
//
|
||||
// ribbonPanel2
|
||||
//
|
||||
|
@ -376,113 +416,73 @@
|
|||
this.addBackupRuleButton.Text = "Add Backup Rule";
|
||||
this.addBackupRuleButton.Click += new System.EventHandler(this.addBackupRuleButton_Click);
|
||||
//
|
||||
// ribbonPanel4
|
||||
// ribbonPanel3
|
||||
//
|
||||
this.ribbonPanel4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
||||
this.ribbonPanel4.Controls.Add(this.ribbonBar5);
|
||||
this.ribbonPanel4.Controls.Add(this.ribbonBar4);
|
||||
this.ribbonPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.ribbonPanel4.Location = new System.Drawing.Point(0, 53);
|
||||
this.ribbonPanel4.Name = "ribbonPanel4";
|
||||
this.ribbonPanel4.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
|
||||
this.ribbonPanel4.Size = new System.Drawing.Size(992, 108);
|
||||
this.ribbonPanel3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
||||
this.ribbonPanel3.Controls.Add(this.ribbonBar7);
|
||||
this.ribbonPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.ribbonPanel3.Location = new System.Drawing.Point(0, 53);
|
||||
this.ribbonPanel3.Name = "ribbonPanel3";
|
||||
this.ribbonPanel3.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
|
||||
this.ribbonPanel3.Size = new System.Drawing.Size(992, 108);
|
||||
//
|
||||
//
|
||||
//
|
||||
this.ribbonPanel4.Style.Class = "";
|
||||
this.ribbonPanel4.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.ribbonPanel3.Style.Class = "";
|
||||
this.ribbonPanel3.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.ribbonPanel4.StyleMouseDown.Class = "";
|
||||
this.ribbonPanel4.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.ribbonPanel3.StyleMouseDown.Class = "";
|
||||
this.ribbonPanel3.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.ribbonPanel4.StyleMouseOver.Class = "";
|
||||
this.ribbonPanel4.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.ribbonPanel4.TabIndex = 4;
|
||||
this.ribbonPanel4.Visible = false;
|
||||
this.ribbonPanel3.StyleMouseOver.Class = "";
|
||||
this.ribbonPanel3.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.ribbonPanel3.TabIndex = 5;
|
||||
this.ribbonPanel3.Visible = false;
|
||||
//
|
||||
// ribbonBar5
|
||||
// ribbonBar7
|
||||
//
|
||||
this.ribbonBar5.AutoOverflowEnabled = true;
|
||||
this.ribbonBar7.AutoOverflowEnabled = true;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.ribbonBar5.BackgroundMouseOverStyle.Class = "";
|
||||
this.ribbonBar5.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.ribbonBar7.BackgroundMouseOverStyle.Class = "";
|
||||
this.ribbonBar7.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.ribbonBar5.BackgroundStyle.Class = "";
|
||||
this.ribbonBar5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.ribbonBar5.ContainerControlProcessDialogKey = true;
|
||||
this.ribbonBar5.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.ribbonBar5.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
|
||||
this.buttonItem6});
|
||||
this.ribbonBar5.Location = new System.Drawing.Point(103, 0);
|
||||
this.ribbonBar5.Name = "ribbonBar5";
|
||||
this.ribbonBar5.Size = new System.Drawing.Size(123, 105);
|
||||
this.ribbonBar5.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
||||
this.ribbonBar5.TabIndex = 1;
|
||||
this.ribbonBar5.Text = "About";
|
||||
this.ribbonBar7.BackgroundStyle.Class = "";
|
||||
this.ribbonBar7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.ribbonBar7.ContainerControlProcessDialogKey = true;
|
||||
this.ribbonBar7.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.ribbonBar7.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
|
||||
this.backupDeviceButton});
|
||||
this.ribbonBar7.Location = new System.Drawing.Point(3, 0);
|
||||
this.ribbonBar7.Name = "ribbonBar7";
|
||||
this.ribbonBar7.Size = new System.Drawing.Size(170, 105);
|
||||
this.ribbonBar7.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
||||
this.ribbonBar7.TabIndex = 0;
|
||||
this.ribbonBar7.Text = "Backup / Restore";
|
||||
//
|
||||
//
|
||||
//
|
||||
this.ribbonBar5.TitleStyle.Class = "";
|
||||
this.ribbonBar5.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.ribbonBar7.TitleStyle.Class = "";
|
||||
this.ribbonBar7.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.ribbonBar5.TitleStyleMouseOver.Class = "";
|
||||
this.ribbonBar5.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.ribbonBar7.TitleStyleMouseOver.Class = "";
|
||||
this.ribbonBar7.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
//
|
||||
// buttonItem6
|
||||
// backupDeviceButton
|
||||
//
|
||||
this.buttonItem6.Name = "buttonItem6";
|
||||
this.buttonItem6.SubItemsExpandWidth = 14;
|
||||
this.buttonItem6.Text = "About Saviour Backup";
|
||||
//
|
||||
// ribbonBar4
|
||||
//
|
||||
this.ribbonBar4.AutoOverflowEnabled = true;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.ribbonBar4.BackgroundMouseOverStyle.Class = "";
|
||||
this.ribbonBar4.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.ribbonBar4.BackgroundStyle.Class = "";
|
||||
this.ribbonBar4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.ribbonBar4.ContainerControlProcessDialogKey = true;
|
||||
this.ribbonBar4.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.ribbonBar4.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
|
||||
this.buttonItem5});
|
||||
this.ribbonBar4.Location = new System.Drawing.Point(3, 0);
|
||||
this.ribbonBar4.Name = "ribbonBar4";
|
||||
this.ribbonBar4.Size = new System.Drawing.Size(100, 105);
|
||||
this.ribbonBar4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
||||
this.ribbonBar4.TabIndex = 0;
|
||||
this.ribbonBar4.Text = "Preferences";
|
||||
//
|
||||
//
|
||||
//
|
||||
this.ribbonBar4.TitleStyle.Class = "";
|
||||
this.ribbonBar4.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.ribbonBar4.TitleStyleMouseOver.Class = "";
|
||||
this.ribbonBar4.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
//
|
||||
// buttonItem5
|
||||
//
|
||||
this.buttonItem5.Name = "buttonItem5";
|
||||
this.buttonItem5.SubItemsExpandWidth = 14;
|
||||
this.buttonItem5.Text = "Edit Preferences";
|
||||
this.backupDeviceButton.Name = "backupDeviceButton";
|
||||
this.backupDeviceButton.SubItemsExpandWidth = 14;
|
||||
this.backupDeviceButton.Text = "Backup Device";
|
||||
this.backupDeviceButton.Click += new System.EventHandler(this.backupDeviceButton_Click);
|
||||
//
|
||||
// backupRestoreTab
|
||||
//
|
||||
|
@ -492,7 +492,6 @@
|
|||
//
|
||||
// deviceTab
|
||||
//
|
||||
this.deviceTab.Checked = true;
|
||||
this.deviceTab.ColorTable = DevComponents.DotNetBar.eRibbonTabColor.Green;
|
||||
this.deviceTab.Name = "deviceTab";
|
||||
this.deviceTab.Panel = this.ribbonPanel3;
|
||||
|
@ -501,6 +500,7 @@
|
|||
//
|
||||
// settingsTab
|
||||
//
|
||||
this.settingsTab.Checked = true;
|
||||
this.settingsTab.Name = "settingsTab";
|
||||
this.settingsTab.Panel = this.ribbonPanel4;
|
||||
this.settingsTab.Text = "Settings";
|
||||
|
@ -514,7 +514,7 @@
|
|||
// statusStrip1
|
||||
//
|
||||
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.toolStripProgressBar1,
|
||||
this.toolStripProgress,
|
||||
this.toolStripStatusLabel1});
|
||||
this.statusStrip1.Location = new System.Drawing.Point(0, 524);
|
||||
this.statusStrip1.Name = "statusStrip1";
|
||||
|
@ -522,10 +522,13 @@
|
|||
this.statusStrip1.TabIndex = 1;
|
||||
this.statusStrip1.Text = "statusStrip1";
|
||||
//
|
||||
// toolStripProgressBar1
|
||||
// toolStripProgress
|
||||
//
|
||||
this.toolStripProgressBar1.Name = "toolStripProgressBar1";
|
||||
this.toolStripProgressBar1.Size = new System.Drawing.Size(100, 16);
|
||||
this.toolStripProgress.Name = "toolStripProgress";
|
||||
this.toolStripProgress.Size = new System.Drawing.Size(100, 16);
|
||||
this.toolStripProgress.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
|
||||
this.toolStripProgress.ToolTipText = "Processing...";
|
||||
this.toolStripProgress.Visible = false;
|
||||
//
|
||||
// toolStripStatusLabel1
|
||||
//
|
||||
|
@ -915,9 +918,9 @@
|
|||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.mainWindow_FormClosing);
|
||||
this.ribbonControl.ResumeLayout(false);
|
||||
this.ribbonControl.PerformLayout();
|
||||
this.ribbonPanel3.ResumeLayout(false);
|
||||
this.ribbonPanel2.ResumeLayout(false);
|
||||
this.ribbonPanel4.ResumeLayout(false);
|
||||
this.ribbonPanel2.ResumeLayout(false);
|
||||
this.ribbonPanel3.ResumeLayout(false);
|
||||
this.statusStrip1.ResumeLayout(false);
|
||||
this.statusStrip1.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.sideBar)).EndInit();
|
||||
|
@ -953,12 +956,11 @@
|
|||
private DevComponents.DotNetBar.RibbonTabItem deviceTab;
|
||||
private DevComponents.DotNetBar.RibbonBar ribbonBar7;
|
||||
private System.Windows.Forms.StatusStrip statusStrip1;
|
||||
private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar1;
|
||||
private System.Windows.Forms.ToolStripProgressBar toolStripProgress;
|
||||
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
|
||||
private DevComponents.DotNetBar.TabControl sideBar;
|
||||
private DevComponents.DotNetBar.TabControlPanel tabControlPanel1;
|
||||
private DevComponents.DotNetBar.TabItem connectedDevicesTab;
|
||||
private DevComponents.DotNetBar.ButtonX connectedDrivesListRefresh;
|
||||
private DevComponents.DotNetBar.Controls.ListViewEx connectedDrivesList;
|
||||
private DevComponents.DotNetBar.Controls.GroupPanel driveDetailsPanel;
|
||||
private DevComponents.DotNetBar.Controls.ProgressBarX driveCapacityDisplay;
|
||||
|
@ -985,6 +987,7 @@
|
|||
private System.Windows.Forms.Label creationDateLabel;
|
||||
private System.Windows.Forms.Label label3;
|
||||
public System.Windows.Forms.ProgressBar backupProgress;
|
||||
public DevComponents.DotNetBar.ButtonX connectedDrivesListRefresh;
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue