229 lines
No EOL
13 KiB
C#
229 lines
No EOL
13 KiB
C#
namespace Saviour_Backup_System
|
|
{
|
|
partial class backupViewer
|
|
{
|
|
/// <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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
this.ribbonControl1 = new DevComponents.DotNetBar.RibbonControl();
|
|
this.qatCustomizeItem1 = new DevComponents.DotNetBar.QatCustomizeItem();
|
|
this.styleManager = new DevComponents.DotNetBar.StyleManager(this.components);
|
|
this.dataGridView = new System.Windows.Forms.DataGridView();
|
|
this.refreshButton = new System.Windows.Forms.Button();
|
|
this.deleteButton = new System.Windows.Forms.Button();
|
|
this.editButton = new System.Windows.Forms.Button();
|
|
this.addBackup = new System.Windows.Forms.Button();
|
|
this.button5 = new System.Windows.Forms.Button();
|
|
this.titleLabel = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// ribbonControl1
|
|
//
|
|
//
|
|
//
|
|
//
|
|
this.ribbonControl1.BackgroundStyle.Class = "";
|
|
this.ribbonControl1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.ribbonControl1.CaptionVisible = true;
|
|
this.ribbonControl1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
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.qatCustomizeItem1});
|
|
this.ribbonControl1.Size = new System.Drawing.Size(680, 30);
|
|
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 = "ribbonControl1";
|
|
//
|
|
// qatCustomizeItem1
|
|
//
|
|
this.qatCustomizeItem1.Name = "qatCustomizeItem1";
|
|
//
|
|
// styleManager
|
|
//
|
|
this.styleManager.ManagerColorTint = System.Drawing.Color.Black;
|
|
this.styleManager.ManagerStyle = DevComponents.DotNetBar.eStyle.Office2010Black;
|
|
this.styleManager.MetroColorParameters = new DevComponents.DotNetBar.Metro.ColorTables.MetroColorGeneratorParameters(System.Drawing.Color.White, System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(163)))), ((int)(((byte)(26))))));
|
|
//
|
|
// dataGridView
|
|
//
|
|
this.dataGridView.AllowUserToAddRows = false;
|
|
this.dataGridView.AllowUserToDeleteRows = false;
|
|
this.dataGridView.AllowUserToResizeColumns = false;
|
|
this.dataGridView.AllowUserToResizeRows = false;
|
|
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
|
|
dataGridViewCellStyle4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.dataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
|
|
this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dataGridView.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
|
|
this.dataGridView.Location = new System.Drawing.Point(0, 64);
|
|
this.dataGridView.MultiSelect = false;
|
|
this.dataGridView.Name = "dataGridView";
|
|
this.dataGridView.ReadOnly = true;
|
|
this.dataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dataGridView.ShowEditingIcon = false;
|
|
this.dataGridView.Size = new System.Drawing.Size(544, 214);
|
|
this.dataGridView.TabIndex = 1;
|
|
//
|
|
// refreshButton
|
|
//
|
|
this.refreshButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.refreshButton.Location = new System.Drawing.Point(550, 245);
|
|
this.refreshButton.Name = "refreshButton";
|
|
this.refreshButton.Size = new System.Drawing.Size(123, 33);
|
|
this.refreshButton.TabIndex = 4;
|
|
this.refreshButton.Text = "Refresh";
|
|
this.refreshButton.UseVisualStyleBackColor = true;
|
|
this.refreshButton.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// deleteButton
|
|
//
|
|
this.deleteButton.BackColor = System.Drawing.Color.Transparent;
|
|
this.deleteButton.BackgroundImage = global::Saviour_Backup_System.Properties.Resources.deleteIcon;
|
|
this.deleteButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.deleteButton.Location = new System.Drawing.Point(572, 132);
|
|
this.deleteButton.Name = "deleteButton";
|
|
this.deleteButton.Size = new System.Drawing.Size(37, 37);
|
|
this.deleteButton.TabIndex = 6;
|
|
this.deleteButton.UseVisualStyleBackColor = false;
|
|
this.deleteButton.Click += new System.EventHandler(this.deleteButton_Click);
|
|
//
|
|
// editButton
|
|
//
|
|
this.editButton.BackColor = System.Drawing.Color.Transparent;
|
|
this.editButton.BackgroundImage = global::Saviour_Backup_System.Properties.Resources.editIcon;
|
|
this.editButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.editButton.Location = new System.Drawing.Point(615, 132);
|
|
this.editButton.Name = "editButton";
|
|
this.editButton.Size = new System.Drawing.Size(37, 37);
|
|
this.editButton.TabIndex = 7;
|
|
this.editButton.UseVisualStyleBackColor = false;
|
|
this.editButton.Click += new System.EventHandler(this.editButton_Click);
|
|
//
|
|
// addBackup
|
|
//
|
|
this.addBackup.BackgroundImage = global::Saviour_Backup_System.Properties.Resources.backupIcon;
|
|
this.addBackup.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.addBackup.Location = new System.Drawing.Point(615, 89);
|
|
this.addBackup.Name = "addBackup";
|
|
this.addBackup.Size = new System.Drawing.Size(37, 37);
|
|
this.addBackup.TabIndex = 11;
|
|
this.addBackup.UseVisualStyleBackColor = true;
|
|
//
|
|
// button5
|
|
//
|
|
this.button5.Location = new System.Drawing.Point(572, 89);
|
|
this.button5.Name = "button5";
|
|
this.button5.Size = new System.Drawing.Size(37, 37);
|
|
this.button5.TabIndex = 10;
|
|
this.button5.Text = "button3";
|
|
this.button5.UseVisualStyleBackColor = true;
|
|
//
|
|
// titleLabel
|
|
//
|
|
this.titleLabel.AutoSize = true;
|
|
this.titleLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.titleLabel.Location = new System.Drawing.Point(13, 37);
|
|
this.titleLabel.Name = "titleLabel";
|
|
this.titleLabel.Size = new System.Drawing.Size(137, 24);
|
|
this.titleLabel.TabIndex = 12;
|
|
this.titleLabel.Text = "Backup Viewer";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(157, 47);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(126, 13);
|
|
this.label1.TabIndex = 13;
|
|
this.label1.Text = "View stored backup rules";
|
|
//
|
|
// backupViewer
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(680, 300);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.titleLabel);
|
|
this.Controls.Add(this.addBackup);
|
|
this.Controls.Add(this.button5);
|
|
this.Controls.Add(this.editButton);
|
|
this.Controls.Add(this.deleteButton);
|
|
this.Controls.Add(this.refreshButton);
|
|
this.Controls.Add(this.dataGridView);
|
|
this.Controls.Add(this.ribbonControl1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "backupViewer";
|
|
this.Text = "Backup Viewer";
|
|
this.Load += new System.EventHandler(this.backupViewer_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevComponents.DotNetBar.RibbonControl ribbonControl1;
|
|
private DevComponents.DotNetBar.QatCustomizeItem qatCustomizeItem1;
|
|
private DevComponents.DotNetBar.StyleManager styleManager;
|
|
private System.Windows.Forms.DataGridView dataGridView;
|
|
private System.Windows.Forms.Button refreshButton;
|
|
private System.Windows.Forms.Button deleteButton;
|
|
private System.Windows.Forms.Button editButton;
|
|
private System.Windows.Forms.Button addBackup;
|
|
private System.Windows.Forms.Button button5;
|
|
private System.Windows.Forms.Label titleLabel;
|
|
private System.Windows.Forms.Label label1;
|
|
}
|
|
} |