1
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
saviour-backup-system/Saviour Backup System/mainWindow.Designer.cs

591 lines
29 KiB
C#
Raw Normal View History

namespace Saviour_Backup_System
{
partial class mainWindow
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(mainWindow));
this.ribbonControl1 = new DevComponents.DotNetBar.RibbonControl();
2014-07-21 12:41:29 +01:00
this.ribbonPanel3 = new DevComponents.DotNetBar.RibbonPanel();
this.ribbonBar7 = new DevComponents.DotNetBar.RibbonBar();
this.ribbonPanel5 = new DevComponents.DotNetBar.RibbonPanel();
this.ribbonPanel4 = new DevComponents.DotNetBar.RibbonPanel();
2014-07-21 12:41:29 +01:00
this.ribbonBar6 = new DevComponents.DotNetBar.RibbonBar();
this.buttonItem7 = new DevComponents.DotNetBar.ButtonItem();
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.ribbonBar3 = new DevComponents.DotNetBar.RibbonBar();
2014-07-21 12:41:29 +01:00
this.buttonItem4 = new DevComponents.DotNetBar.ButtonItem();
this.ribbonBar2 = new DevComponents.DotNetBar.RibbonBar();
this.buttonItem2 = new DevComponents.DotNetBar.ButtonItem();
this.buttonItem3 = new DevComponents.DotNetBar.ButtonItem();
2014-07-21 12:41:29 +01:00
this.backupRestoreTab = new DevComponents.DotNetBar.RibbonTabItem();
this.settingsTab = new DevComponents.DotNetBar.RibbonTabItem();
this.deviceTab = new DevComponents.DotNetBar.RibbonTabItem();
this.ruleTab = new DevComponents.DotNetBar.RibbonTabItem();
this.buttonItem1 = new DevComponents.DotNetBar.ButtonItem();
this.qatCustomizeItem1 = new DevComponents.DotNetBar.QatCustomizeItem();
this.styleManager1 = new DevComponents.DotNetBar.StyleManager(this.components);
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.ribbonControl1.SuspendLayout();
this.ribbonPanel3.SuspendLayout();
2014-07-21 12:41:29 +01:00
this.ribbonPanel4.SuspendLayout();
this.ribbonPanel2.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.SuspendLayout();
//
// ribbonControl1
//
//
//
//
this.ribbonControl1.BackgroundStyle.Class = "";
this.ribbonControl1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.ribbonControl1.CaptionVisible = true;
2014-07-21 12:41:29 +01:00
this.ribbonControl1.Controls.Add(this.ribbonPanel2);
this.ribbonControl1.Controls.Add(this.ribbonPanel3);
this.ribbonControl1.Controls.Add(this.ribbonPanel5);
this.ribbonControl1.Controls.Add(this.ribbonPanel4);
this.ribbonControl1.Dock = System.Windows.Forms.DockStyle.Top;
this.ribbonControl1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
2014-07-21 12:41:29 +01:00
this.backupRestoreTab,
this.deviceTab,
this.ruleTab,
this.settingsTab});
this.ribbonControl1.KeyTipsFont = new System.Drawing.Font("Tahoma", 7F);
this.ribbonControl1.Location = new System.Drawing.Point(0, 0);
this.ribbonControl1.Name = "ribbonControl1";
this.ribbonControl1.Padding = new System.Windows.Forms.Padding(0, 0, 0, 2);
this.ribbonControl1.QuickToolbarItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.buttonItem1,
this.qatCustomizeItem1});
2014-07-21 12:41:29 +01:00
this.ribbonControl1.Size = new System.Drawing.Size(1214, 163);
this.ribbonControl1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.ribbonControl1.SystemText.MaximizeRibbonText = "&Maximize the Ribbon";
this.ribbonControl1.SystemText.MinimizeRibbonText = "Mi&nimize the Ribbon";
this.ribbonControl1.SystemText.QatAddItemText = "&Add to Quick Access Toolbar";
this.ribbonControl1.SystemText.QatCustomizeMenuLabel = "<b>Customize Quick Access Toolbar</b>";
this.ribbonControl1.SystemText.QatCustomizeText = "&Customize Quick Access Toolbar...";
this.ribbonControl1.SystemText.QatDialogAddButton = "&Add >>";
this.ribbonControl1.SystemText.QatDialogCancelButton = "Cancel";
this.ribbonControl1.SystemText.QatDialogCaption = "Customize Quick Access Toolbar";
this.ribbonControl1.SystemText.QatDialogCategoriesLabel = "&Choose commands from:";
this.ribbonControl1.SystemText.QatDialogOkButton = "OK";
this.ribbonControl1.SystemText.QatDialogPlacementCheckbox = "&Place Quick Access Toolbar below the Ribbon";
this.ribbonControl1.SystemText.QatDialogRemoveButton = "&Remove";
this.ribbonControl1.SystemText.QatPlaceAboveRibbonText = "&Place Quick Access Toolbar above the Ribbon";
this.ribbonControl1.SystemText.QatPlaceBelowRibbonText = "&Place Quick Access Toolbar below the Ribbon";
this.ribbonControl1.SystemText.QatRemoveItemText = "&Remove from Quick Access Toolbar";
this.ribbonControl1.TabGroupHeight = 14;
this.ribbonControl1.TabIndex = 0;
this.ribbonControl1.Text = "Saviour Backup System";
//
2014-07-21 12:41:29 +01:00
// ribbonPanel3
//
2014-07-21 12:41:29 +01:00
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(1214, 108);
//
//
//
2014-07-21 12:41:29 +01:00
this.ribbonPanel3.Style.Class = "";
this.ribbonPanel3.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
2014-07-21 12:41:29 +01:00
this.ribbonPanel3.StyleMouseDown.Class = "";
this.ribbonPanel3.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
2014-07-21 12:41:29 +01:00
this.ribbonPanel3.StyleMouseOver.Class = "";
this.ribbonPanel3.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.ribbonPanel3.TabIndex = 5;
this.ribbonPanel3.Visible = false;
//
2014-07-21 12:41:29 +01:00
// ribbonBar7
//
2014-07-21 12:41:29 +01:00
this.ribbonBar7.AutoOverflowEnabled = true;
//
//
//
2014-07-21 12:41:29 +01:00
this.ribbonBar7.BackgroundMouseOverStyle.Class = "";
this.ribbonBar7.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
2014-07-21 12:41:29 +01:00
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.Location = new System.Drawing.Point(3, 0);
this.ribbonBar7.Name = "ribbonBar7";
this.ribbonBar7.Size = new System.Drawing.Size(100, 105);
this.ribbonBar7.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.ribbonBar7.TabIndex = 0;
this.ribbonBar7.Text = "Backup / Restore";
//
//
//
2014-07-21 12:41:29 +01:00
this.ribbonBar7.TitleStyle.Class = "";
this.ribbonBar7.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
2014-07-21 12:41:29 +01:00
this.ribbonBar7.TitleStyleMouseOver.Class = "";
this.ribbonBar7.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
2014-07-21 12:41:29 +01:00
// ribbonPanel5
//
2014-07-21 12:41:29 +01:00
this.ribbonPanel5.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.ribbonPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
this.ribbonPanel5.Location = new System.Drawing.Point(0, 53);
this.ribbonPanel5.Name = "ribbonPanel5";
this.ribbonPanel5.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
this.ribbonPanel5.Size = new System.Drawing.Size(1214, 108);
//
//
//
2014-07-21 12:41:29 +01:00
this.ribbonPanel5.Style.Class = "";
this.ribbonPanel5.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
2014-07-21 12:41:29 +01:00
this.ribbonPanel5.StyleMouseDown.Class = "";
this.ribbonPanel5.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
2014-07-21 12:41:29 +01:00
this.ribbonPanel5.StyleMouseOver.Class = "";
this.ribbonPanel5.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.ribbonPanel5.TabIndex = 6;
this.ribbonPanel5.Visible = false;
//
// ribbonPanel4
//
this.ribbonPanel4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.ribbonPanel4.Controls.Add(this.ribbonBar6);
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);
2014-07-21 12:41:29 +01:00
this.ribbonPanel4.Size = new System.Drawing.Size(1214, 108);
//
//
//
this.ribbonPanel4.Style.Class = "";
this.ribbonPanel4.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
this.ribbonPanel4.StyleMouseDown.Class = "";
this.ribbonPanel4.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;
//
2014-07-21 12:41:29 +01:00
// ribbonBar6
//
2014-07-21 12:41:29 +01:00
this.ribbonBar6.AutoOverflowEnabled = true;
//
//
//
2014-07-21 12:41:29 +01:00
this.ribbonBar6.BackgroundMouseOverStyle.Class = "";
this.ribbonBar6.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
2014-07-21 12:41:29 +01:00
this.ribbonBar6.BackgroundStyle.Class = "";
this.ribbonBar6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.ribbonBar6.ContainerControlProcessDialogKey = true;
this.ribbonBar6.Dock = System.Windows.Forms.DockStyle.Left;
this.ribbonBar6.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.buttonItem7});
this.ribbonBar6.Location = new System.Drawing.Point(203, 0);
this.ribbonBar6.Name = "ribbonBar6";
this.ribbonBar6.Size = new System.Drawing.Size(100, 105);
this.ribbonBar6.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.ribbonBar6.TabIndex = 2;
this.ribbonBar6.Text = "Exit";
//
//
//
2014-07-21 12:41:29 +01:00
this.ribbonBar6.TitleStyle.Class = "";
this.ribbonBar6.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
2014-07-21 12:41:29 +01:00
this.ribbonBar6.TitleStyleMouseOver.Class = "";
this.ribbonBar6.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
2014-07-21 12:41:29 +01:00
// buttonItem7
//
2014-07-21 12:41:29 +01:00
this.buttonItem7.Name = "buttonItem7";
this.buttonItem7.SubItemsExpandWidth = 14;
this.buttonItem7.Text = "Exit Saviour Backup";
//
2014-07-21 12:41:29 +01:00
// ribbonBar5
//
2014-07-21 12:41:29 +01:00
this.ribbonBar5.AutoOverflowEnabled = true;
//
//
//
2014-07-21 12:41:29 +01:00
this.ribbonBar5.BackgroundMouseOverStyle.Class = "";
this.ribbonBar5.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
2014-07-21 12:41:29 +01:00
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(100, 105);
this.ribbonBar5.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.ribbonBar5.TabIndex = 1;
this.ribbonBar5.Text = "About";
//
//
//
2014-07-21 12:41:29 +01:00
this.ribbonBar5.TitleStyle.Class = "";
this.ribbonBar5.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
2014-07-21 12:41:29 +01:00
this.ribbonBar5.TitleStyleMouseOver.Class = "";
this.ribbonBar5.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
2014-07-21 12:41:29 +01:00
// buttonItem6
//
2014-07-21 12:41:29 +01:00
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";
//
2014-07-21 12:41:29 +01:00
// ribbonPanel2
//
2014-07-21 12:41:29 +01:00
this.ribbonPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.ribbonPanel2.Controls.Add(this.ribbonBar3);
this.ribbonPanel2.Controls.Add(this.ribbonBar2);
this.ribbonPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.ribbonPanel2.Location = new System.Drawing.Point(0, 53);
this.ribbonPanel2.Name = "ribbonPanel2";
this.ribbonPanel2.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
this.ribbonPanel2.Size = new System.Drawing.Size(1214, 108);
//
//
//
2014-07-21 12:41:29 +01:00
this.ribbonPanel2.Style.Class = "";
this.ribbonPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
2014-07-21 12:41:29 +01:00
this.ribbonPanel2.StyleMouseDown.Class = "";
this.ribbonPanel2.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
2014-07-21 12:41:29 +01:00
this.ribbonPanel2.StyleMouseOver.Class = "";
this.ribbonPanel2.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.ribbonPanel2.TabIndex = 2;
//
2014-07-21 12:41:29 +01:00
// ribbonBar3
//
2014-07-21 12:41:29 +01:00
this.ribbonBar3.AutoOverflowEnabled = true;
//
//
//
2014-07-21 12:41:29 +01:00
this.ribbonBar3.BackgroundMouseOverStyle.Class = "";
this.ribbonBar3.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
2014-07-21 12:41:29 +01:00
this.ribbonBar3.BackgroundStyle.Class = "";
this.ribbonBar3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.ribbonBar3.ContainerControlProcessDialogKey = true;
this.ribbonBar3.Dock = System.Windows.Forms.DockStyle.Left;
this.ribbonBar3.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.buttonItem4});
this.ribbonBar3.Location = new System.Drawing.Point(270, 0);
this.ribbonBar3.Name = "ribbonBar3";
this.ribbonBar3.Size = new System.Drawing.Size(167, 105);
this.ribbonBar3.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.ribbonBar3.TabIndex = 1;
this.ribbonBar3.Text = "Restore";
//
//
//
2014-07-21 12:41:29 +01:00
this.ribbonBar3.TitleStyle.Class = "";
this.ribbonBar3.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
2014-07-21 12:41:29 +01:00
this.ribbonBar3.TitleStyleMouseOver.Class = "";
this.ribbonBar3.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
2014-07-21 12:41:29 +01:00
// buttonItem4
//
2014-07-21 12:41:29 +01:00
this.buttonItem4.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem4.Image")));
this.buttonItem4.ImageFixedSize = new System.Drawing.Size(55, 55);
this.buttonItem4.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.buttonItem4.ItemAlignment = DevComponents.DotNetBar.eItemAlignment.Center;
this.buttonItem4.Name = "buttonItem4";
this.buttonItem4.SubItemsExpandWidth = 14;
this.buttonItem4.Text = "Restore Device from Backup";
//
2014-07-21 12:41:29 +01:00
// ribbonBar2
//
2014-07-21 12:41:29 +01:00
this.ribbonBar2.AutoOverflowEnabled = true;
//
//
//
2014-07-21 12:41:29 +01:00
this.ribbonBar2.BackgroundMouseOverStyle.Class = "";
this.ribbonBar2.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
2014-07-21 12:41:29 +01:00
this.ribbonBar2.BackgroundStyle.Class = "";
this.ribbonBar2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.ribbonBar2.ContainerControlProcessDialogKey = true;
this.ribbonBar2.Dock = System.Windows.Forms.DockStyle.Left;
this.ribbonBar2.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.buttonItem2,
this.buttonItem3});
this.ribbonBar2.Location = new System.Drawing.Point(3, 0);
this.ribbonBar2.Name = "ribbonBar2";
this.ribbonBar2.Size = new System.Drawing.Size(267, 105);
this.ribbonBar2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.ribbonBar2.TabIndex = 0;
this.ribbonBar2.Text = "Backup";
//
//
//
2014-07-21 12:41:29 +01:00
this.ribbonBar2.TitleStyle.Class = "";
this.ribbonBar2.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
2014-07-21 12:41:29 +01:00
this.ribbonBar2.TitleStyleMouseOver.Class = "";
this.ribbonBar2.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
2014-07-21 12:41:29 +01:00
// buttonItem2
//
2014-07-21 12:41:29 +01:00
this.buttonItem2.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem2.Image")));
this.buttonItem2.ImageFixedSize = new System.Drawing.Size(55, 55);
this.buttonItem2.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.buttonItem2.ItemAlignment = DevComponents.DotNetBar.eItemAlignment.Center;
this.buttonItem2.Name = "buttonItem2";
this.buttonItem2.PopupFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.buttonItem2.SubItemsExpandWidth = 14;
this.buttonItem2.Text = "Backup All Devices";
//
2014-07-21 12:41:29 +01:00
// buttonItem3
//
2014-07-21 12:41:29 +01:00
this.buttonItem3.Name = "buttonItem3";
this.buttonItem3.SubItemsExpandWidth = 14;
this.buttonItem3.Text = "Add Backup Rule";
//
2014-07-21 12:41:29 +01:00
// backupRestoreTab
//
2014-07-21 12:41:29 +01:00
this.backupRestoreTab.Checked = true;
this.backupRestoreTab.Name = "backupRestoreTab";
this.backupRestoreTab.Panel = this.ribbonPanel2;
this.backupRestoreTab.Text = "Backup and Restore";
//
2014-07-21 12:41:29 +01:00
// settingsTab
//
2014-07-21 12:41:29 +01:00
this.settingsTab.Name = "settingsTab";
this.settingsTab.Panel = this.ribbonPanel4;
this.settingsTab.Text = "Settings";
//
2014-07-21 12:41:29 +01:00
// deviceTab
//
2014-07-21 12:41:29 +01:00
this.deviceTab.ColorTable = DevComponents.DotNetBar.eRibbonTabColor.Green;
this.deviceTab.Name = "deviceTab";
this.deviceTab.Panel = this.ribbonPanel3;
this.deviceTab.Text = "Device";
//
2014-07-21 12:41:29 +01:00
// ruleTab
//
2014-07-21 12:41:29 +01:00
this.ruleTab.ColorTable = DevComponents.DotNetBar.eRibbonTabColor.Orange;
this.ruleTab.Name = "ruleTab";
this.ruleTab.Panel = this.ribbonPanel5;
this.ruleTab.Text = "Rule";
//
2014-07-21 12:41:29 +01:00
// buttonItem1
//
2014-07-21 12:41:29 +01:00
this.buttonItem1.Name = "buttonItem1";
this.buttonItem1.Text = "buttonItem1";
//
2014-07-21 12:41:29 +01:00
// qatCustomizeItem1
//
2014-07-21 12:41:29 +01:00
this.qatCustomizeItem1.Name = "qatCustomizeItem1";
//
2014-07-21 12:41:29 +01:00
// styleManager1
//
2014-07-21 12:41:29 +01:00
this.styleManager1.ManagerColorTint = System.Drawing.Color.Black;
this.styleManager1.ManagerStyle = DevComponents.DotNetBar.eStyle.Office2010Black;
this.styleManager1.MetroColorParameters = new DevComponents.DotNetBar.Metro.ColorTables.MetroColorGeneratorParameters(System.Drawing.Color.White, System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(163)))), ((int)(((byte)(26))))));
//
2014-07-21 12:41:29 +01:00
// statusStrip1
//
2014-07-21 12:41:29 +01:00
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripProgressBar1,
this.toolStripStatusLabel1});
this.statusStrip1.Location = new System.Drawing.Point(0, 665);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(1214, 22);
this.statusStrip1.TabIndex = 1;
this.statusStrip1.Text = "statusStrip1";
//
2014-07-21 12:41:29 +01:00
// toolStripProgressBar1
//
2014-07-21 12:41:29 +01:00
this.toolStripProgressBar1.Name = "toolStripProgressBar1";
this.toolStripProgressBar1.Size = new System.Drawing.Size(100, 16);
//
2014-07-21 12:41:29 +01:00
// toolStripStatusLabel1
//
2014-07-21 12:41:29 +01:00
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
this.toolStripStatusLabel1.Size = new System.Drawing.Size(118, 17);
this.toolStripStatusLabel1.Text = "toolStripStatusLabel1";
//
// mainWindow
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
2014-07-21 12:41:29 +01:00
this.ClientSize = new System.Drawing.Size(1214, 687);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.ribbonControl1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
2014-07-21 12:41:29 +01:00
this.MaximizeBox = false;
this.Name = "mainWindow";
2014-07-21 12:41:29 +01:00
this.Text = "Saviour Backup System";
this.ribbonControl1.ResumeLayout(false);
this.ribbonControl1.PerformLayout();
this.ribbonPanel3.ResumeLayout(false);
2014-07-21 12:41:29 +01:00
this.ribbonPanel4.ResumeLayout(false);
this.ribbonPanel2.ResumeLayout(false);
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.ResumeLayout(false);
2014-07-21 12:41:29 +01:00
this.PerformLayout();
}
#endregion
private DevComponents.DotNetBar.RibbonControl ribbonControl1;
private DevComponents.DotNetBar.RibbonPanel ribbonPanel2;
2014-07-21 12:41:29 +01:00
private DevComponents.DotNetBar.RibbonTabItem backupRestoreTab;
private DevComponents.DotNetBar.ButtonItem buttonItem1;
private DevComponents.DotNetBar.QatCustomizeItem qatCustomizeItem1;
private DevComponents.DotNetBar.StyleManager styleManager1;
private DevComponents.DotNetBar.RibbonPanel ribbonPanel4;
2014-07-21 12:41:29 +01:00
private DevComponents.DotNetBar.RibbonTabItem settingsTab;
private DevComponents.DotNetBar.RibbonBar ribbonBar3;
private DevComponents.DotNetBar.ButtonItem buttonItem4;
private DevComponents.DotNetBar.RibbonBar ribbonBar2;
private DevComponents.DotNetBar.ButtonItem buttonItem2;
private DevComponents.DotNetBar.ButtonItem buttonItem3;
private DevComponents.DotNetBar.RibbonBar ribbonBar6;
private DevComponents.DotNetBar.ButtonItem buttonItem7;
private DevComponents.DotNetBar.RibbonBar ribbonBar5;
private DevComponents.DotNetBar.ButtonItem buttonItem6;
private DevComponents.DotNetBar.RibbonBar ribbonBar4;
private DevComponents.DotNetBar.ButtonItem buttonItem5;
private DevComponents.DotNetBar.RibbonPanel ribbonPanel5;
private DevComponents.DotNetBar.RibbonPanel ribbonPanel3;
2014-07-21 12:41:29 +01:00
private DevComponents.DotNetBar.RibbonTabItem deviceTab;
private DevComponents.DotNetBar.RibbonTabItem ruleTab;
private DevComponents.DotNetBar.RibbonBar ribbonBar7;
2014-07-21 12:41:29 +01:00
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar1;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
}
}