namespace Saviour_Backup_System { partial class backupViewer { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = 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.button4 = new System.Windows.Forms.Button(); this.button = new System.Windows.Forms.Button(); this.addBackup = new System.Windows.Forms.Button(); this.button5 = new System.Windows.Forms.Button(); ((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 = "Customize Quick Access Toolbar"; 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; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically; this.dataGridView.Location = new System.Drawing.Point(0, 82); 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, 196); 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; // // 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); // // 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; // // 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; // // 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.addBackup); 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.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"; ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit(); this.ResumeLayout(false); } #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 button4; private System.Windows.Forms.Button button; private System.Windows.Forms.Button addBackup; private System.Windows.Forms.Button button5; } }