2014-12-08 15:17:39 +00:00
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 ( )
{
2015-01-01 16:43:54 +00:00
this . components = new System . ComponentModel . Container ( ) ;
2015-01-11 17:14:00 +00:00
System . Windows . Forms . DataGridViewCellStyle dataGridViewCellStyle1 = new System . Windows . Forms . DataGridViewCellStyle ( ) ;
2015-01-01 16:43:54 +00:00
this . ribbonControl1 = new DevComponents . DotNetBar . RibbonControl ( ) ;
this . qatCustomizeItem1 = new DevComponents . DotNetBar . QatCustomizeItem ( ) ;
2015-01-11 17:14:00 +00:00
this . styleManager = new DevComponents . DotNetBar . StyleManager ( this . components ) ;
2015-01-01 16:43:54 +00:00
this . dataGridView = new System . Windows . Forms . DataGridView ( ) ;
2015-01-11 17:14:00 +00:00
this . refreshButton = new System . Windows . Forms . Button ( ) ;
this . button2 = new System . Windows . Forms . Button ( ) ;
this . deleteButton = new System . Windows . Forms . Button ( ) ;
this . editButton = new System . Windows . Forms . Button ( ) ;
this . button4 = new System . Windows . Forms . Button ( ) ;
this . button = new System . Windows . Forms . Button ( ) ;
this . button3 = new System . Windows . Forms . Button ( ) ;
this . button5 = new System . Windows . Forms . Button ( ) ;
2015-01-01 16:43:54 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . dataGridView ) ) . BeginInit ( ) ;
2014-12-08 15:17:39 +00:00
this . SuspendLayout ( ) ;
//
2015-01-01 16:43:54 +00:00
// 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 } ) ;
2015-01-11 17:14:00 +00:00
this . ribbonControl1 . Size = new System . Drawing . Size ( 680 , 30 ) ;
2015-01-01 16:43:54 +00:00
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" ;
//
2015-01-11 17:14:00 +00:00
// qatCustomizeItem1
//
this . qatCustomizeItem1 . Name = "qatCustomizeItem1" ;
//
2015-01-01 16:43:54 +00:00
// 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
//
2015-01-11 17:14:00 +00:00
this . dataGridView . AllowUserToAddRows = false ;
this . dataGridView . AllowUserToDeleteRows = false ;
this . dataGridView . AllowUserToResizeColumns = false ;
this . dataGridView . AllowUserToResizeRows = false ;
dataGridViewCellStyle1 . Alignment = System . Windows . Forms . DataGridViewContentAlignment . MiddleCenter ;
dataGridViewCellStyle1 . BackColor = System . Drawing . SystemColors . Control ;
dataGridViewCellStyle1 . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
dataGridViewCellStyle1 . ForeColor = System . Drawing . SystemColors . WindowText ;
dataGridViewCellStyle1 . SelectionBackColor = System . Drawing . SystemColors . Highlight ;
dataGridViewCellStyle1 . SelectionForeColor = System . Drawing . SystemColors . HighlightText ;
dataGridViewCellStyle1 . WrapMode = System . Windows . Forms . DataGridViewTriState . True ;
this . dataGridView . ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1 ;
2015-01-01 16:43:54 +00:00
this . dataGridView . ColumnHeadersHeightSizeMode = System . Windows . Forms . DataGridViewColumnHeadersHeightSizeMode . AutoSize ;
2015-01-11 17:14:00 +00:00
this . dataGridView . EditMode = System . Windows . Forms . DataGridViewEditMode . EditProgrammatically ;
this . dataGridView . Location = new System . Drawing . Point ( 0 , 82 ) ;
2015-01-01 16:43:54 +00:00
this . dataGridView . Name = "dataGridView" ;
2015-01-11 17:14:00 +00:00
this . dataGridView . ReadOnly = true ;
this . dataGridView . ShowEditingIcon = false ;
this . dataGridView . Size = new System . Drawing . Size ( 544 , 196 ) ;
2015-01-01 16:43:54 +00:00
this . dataGridView . TabIndex = 1 ;
//
2015-01-11 17:14:00 +00:00
// 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 ) ;
//
// button2
//
this . button2 . Location = new System . Drawing . Point ( 12 , 53 ) ;
this . button2 . Name = "button2" ;
this . button2 . Size = new System . Drawing . Size ( 67 , 23 ) ;
this . button2 . TabIndex = 5 ;
this . button2 . Text = "Select All" ;
this . button2 . UseVisualStyleBackColor = true ;
this . button2 . Click + = new System . EventHandler ( this . button2_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 ;
//
// editButton
//
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 . Text = "button3" ;
this . editButton . UseVisualStyleBackColor = true ;
//
// button4
//
this . button4 . Location = new System . Drawing . Point ( 615 , 175 ) ;
this . button4 . Name = "button4" ;
this . button4 . Size = new System . Drawing . Size ( 37 , 37 ) ;
this . button4 . TabIndex = 9 ;
this . button4 . Text = "button4" ;
this . button4 . UseVisualStyleBackColor = true ;
//
// button
//
this . button . Location = new System . Drawing . Point ( 572 , 175 ) ;
this . button . Name = "button" ;
this . button . Size = new System . Drawing . Size ( 37 , 37 ) ;
this . button . TabIndex = 8 ;
this . button . Text = "button3" ;
this . button . UseVisualStyleBackColor = true ;
//
// button3
//
this . button3 . Location = new System . Drawing . Point ( 615 , 89 ) ;
this . button3 . Name = "button3" ;
this . button3 . Size = new System . Drawing . Size ( 37 , 37 ) ;
this . button3 . TabIndex = 11 ;
this . button3 . Text = "button3" ;
this . button3 . 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 ;
2015-01-01 16:43:54 +00:00
//
2014-12-08 15:17:39 +00:00
// backupViewer
//
this . AutoScaleDimensions = new System . Drawing . SizeF ( 6F , 13F ) ;
this . AutoScaleMode = System . Windows . Forms . AutoScaleMode . Font ;
2015-01-11 17:14:00 +00:00
this . ClientSize = new System . Drawing . Size ( 680 , 300 ) ;
this . Controls . Add ( this . button3 ) ;
this . Controls . Add ( this . button5 ) ;
this . Controls . Add ( this . button4 ) ;
this . Controls . Add ( this . button ) ;
this . Controls . Add ( this . editButton ) ;
this . Controls . Add ( this . deleteButton ) ;
this . Controls . Add ( this . button2 ) ;
this . Controls . Add ( this . refreshButton ) ;
2015-01-01 16:43:54 +00:00
this . Controls . Add ( this . dataGridView ) ;
this . Controls . Add ( this . ribbonControl1 ) ;
this . FormBorderStyle = System . Windows . Forms . FormBorderStyle . None ;
2014-12-08 15:17:39 +00:00
this . Name = "backupViewer" ;
2015-01-01 16:43:54 +00:00
this . Text = "Backup Viewer" ;
( ( System . ComponentModel . ISupportInitialize ) ( this . dataGridView ) ) . EndInit ( ) ;
2014-12-08 15:17:39 +00:00
this . ResumeLayout ( false ) ;
}
#endregion
2015-01-01 16:43:54 +00:00
private DevComponents . DotNetBar . RibbonControl ribbonControl1 ;
private DevComponents . DotNetBar . QatCustomizeItem qatCustomizeItem1 ;
private DevComponents . DotNetBar . StyleManager styleManager ;
private System . Windows . Forms . DataGridView dataGridView ;
2015-01-11 17:14:00 +00:00
private System . Windows . Forms . Button refreshButton ;
private System . Windows . Forms . Button button2 ;
private System . Windows . Forms . Button deleteButton ;
private System . Windows . Forms . Button editButton ;
private System . Windows . Forms . Button button4 ;
private System . Windows . Forms . Button button ;
private System . Windows . Forms . Button button3 ;
private System . Windows . Forms . Button button5 ;
2014-12-08 15:17:39 +00:00
}
}