1
Fork 0

added display elements

This commit is contained in:
Jake Howard 2015-01-01 16:43:54 +00:00
parent 6b912d687e
commit 2cc89791a2
1 changed files with 110 additions and 2 deletions

View File

@ -28,19 +28,127 @@
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.ribbonControl1 = new DevComponents.DotNetBar.RibbonControl();
this.styleManager = new DevComponents.DotNetBar.StyleManager(this.components);
this.qatCustomizeItem1 = new DevComponents.DotNetBar.QatCustomizeItem();
this.dataGridView = new System.Windows.Forms.DataGridView();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.button1 = 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(594, 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";
//
// 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))))));
//
// qatCustomizeItem1
//
this.qatCustomizeItem1.Name = "qatCustomizeItem1";
//
// dataGridView
//
this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView.Location = new System.Drawing.Point(12, 95);
this.dataGridView.Name = "dataGridView";
this.dataGridView.Size = new System.Drawing.Size(380, 272);
this.dataGridView.TabIndex = 1;
//
// comboBox1
//
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Location = new System.Drawing.Point(398, 124);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(184, 21);
this.comboBox1.TabIndex = 2;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(398, 103);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(46, 18);
this.label1.TabIndex = 3;
this.label1.Text = "Drive:";
//
// button1
//
this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button1.Location = new System.Drawing.Point(398, 334);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(184, 33);
this.button1.TabIndex = 4;
this.button1.Text = "Refresh";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// backupViewer
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(522, 314);
this.ClientSize = new System.Drawing.Size(594, 379);
this.Controls.Add(this.button1);
this.Controls.Add(this.label1);
this.Controls.Add(this.comboBox1);
this.Controls.Add(this.dataGridView);
this.Controls.Add(this.ribbonControl1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "backupViewer";
this.Text = "backupViewer";
this.Text = "Backup Viewer";
((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.ComboBox comboBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button1;
}
}