modified buttons, and removed select all button
This commit is contained in:
parent
14333d5fc8
commit
386ebbae38
1 changed files with 24 additions and 34 deletions
58
Saviour Backup System/backupViewer.Designer.cs
generated
58
Saviour Backup System/backupViewer.Designer.cs
generated
|
@ -29,18 +29,17 @@
|
||||||
private void InitializeComponent()
|
private void InitializeComponent()
|
||||||
{
|
{
|
||||||
this.components = new System.ComponentModel.Container();
|
this.components = new System.ComponentModel.Container();
|
||||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||||
this.ribbonControl1 = new DevComponents.DotNetBar.RibbonControl();
|
this.ribbonControl1 = new DevComponents.DotNetBar.RibbonControl();
|
||||||
this.qatCustomizeItem1 = new DevComponents.DotNetBar.QatCustomizeItem();
|
this.qatCustomizeItem1 = new DevComponents.DotNetBar.QatCustomizeItem();
|
||||||
this.styleManager = new DevComponents.DotNetBar.StyleManager(this.components);
|
this.styleManager = new DevComponents.DotNetBar.StyleManager(this.components);
|
||||||
this.dataGridView = new System.Windows.Forms.DataGridView();
|
this.dataGridView = new System.Windows.Forms.DataGridView();
|
||||||
this.refreshButton = new System.Windows.Forms.Button();
|
this.refreshButton = new System.Windows.Forms.Button();
|
||||||
this.button2 = new System.Windows.Forms.Button();
|
|
||||||
this.deleteButton = new System.Windows.Forms.Button();
|
this.deleteButton = new System.Windows.Forms.Button();
|
||||||
this.editButton = new System.Windows.Forms.Button();
|
this.editButton = new System.Windows.Forms.Button();
|
||||||
this.button4 = new System.Windows.Forms.Button();
|
this.button4 = new System.Windows.Forms.Button();
|
||||||
this.button = new System.Windows.Forms.Button();
|
this.button = new System.Windows.Forms.Button();
|
||||||
this.button3 = new System.Windows.Forms.Button();
|
this.addBackup = new System.Windows.Forms.Button();
|
||||||
this.button5 = new System.Windows.Forms.Button();
|
this.button5 = new System.Windows.Forms.Button();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
|
||||||
this.SuspendLayout();
|
this.SuspendLayout();
|
||||||
|
@ -97,14 +96,14 @@
|
||||||
this.dataGridView.AllowUserToDeleteRows = false;
|
this.dataGridView.AllowUserToDeleteRows = false;
|
||||||
this.dataGridView.AllowUserToResizeColumns = false;
|
this.dataGridView.AllowUserToResizeColumns = false;
|
||||||
this.dataGridView.AllowUserToResizeRows = false;
|
this.dataGridView.AllowUserToResizeRows = false;
|
||||||
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||||||
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
|
dataGridViewCellStyle2.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)));
|
dataGridViewCellStyle2.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;
|
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
|
||||||
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
||||||
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
||||||
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||||||
this.dataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
|
this.dataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
|
||||||
this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||||||
this.dataGridView.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
|
this.dataGridView.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
|
||||||
this.dataGridView.Location = new System.Drawing.Point(0, 82);
|
this.dataGridView.Location = new System.Drawing.Point(0, 82);
|
||||||
|
@ -127,16 +126,6 @@
|
||||||
this.refreshButton.UseVisualStyleBackColor = true;
|
this.refreshButton.UseVisualStyleBackColor = true;
|
||||||
this.refreshButton.Click += new System.EventHandler(this.button1_Click);
|
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
|
// deleteButton
|
||||||
//
|
//
|
||||||
this.deleteButton.BackColor = System.Drawing.Color.Transparent;
|
this.deleteButton.BackColor = System.Drawing.Color.Transparent;
|
||||||
|
@ -150,12 +139,14 @@
|
||||||
//
|
//
|
||||||
// editButton
|
// 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.Location = new System.Drawing.Point(615, 132);
|
||||||
this.editButton.Name = "editButton";
|
this.editButton.Name = "editButton";
|
||||||
this.editButton.Size = new System.Drawing.Size(37, 37);
|
this.editButton.Size = new System.Drawing.Size(37, 37);
|
||||||
this.editButton.TabIndex = 7;
|
this.editButton.TabIndex = 7;
|
||||||
this.editButton.Text = "button3";
|
this.editButton.UseVisualStyleBackColor = false;
|
||||||
this.editButton.UseVisualStyleBackColor = true;
|
|
||||||
this.editButton.Click += new System.EventHandler(this.editButton_Click);
|
this.editButton.Click += new System.EventHandler(this.editButton_Click);
|
||||||
//
|
//
|
||||||
// button4
|
// button4
|
||||||
|
@ -176,14 +167,15 @@
|
||||||
this.button.Text = "button3";
|
this.button.Text = "button3";
|
||||||
this.button.UseVisualStyleBackColor = true;
|
this.button.UseVisualStyleBackColor = true;
|
||||||
//
|
//
|
||||||
// button3
|
// addBackup
|
||||||
//
|
//
|
||||||
this.button3.Location = new System.Drawing.Point(615, 89);
|
this.addBackup.BackgroundImage = global::Saviour_Backup_System.Properties.Resources.backupIcon;
|
||||||
this.button3.Name = "button3";
|
this.addBackup.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||||||
this.button3.Size = new System.Drawing.Size(37, 37);
|
this.addBackup.Location = new System.Drawing.Point(615, 89);
|
||||||
this.button3.TabIndex = 11;
|
this.addBackup.Name = "addBackup";
|
||||||
this.button3.Text = "button3";
|
this.addBackup.Size = new System.Drawing.Size(37, 37);
|
||||||
this.button3.UseVisualStyleBackColor = true;
|
this.addBackup.TabIndex = 11;
|
||||||
|
this.addBackup.UseVisualStyleBackColor = true;
|
||||||
//
|
//
|
||||||
// button5
|
// button5
|
||||||
//
|
//
|
||||||
|
@ -199,13 +191,12 @@
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||||
this.ClientSize = new System.Drawing.Size(680, 300);
|
this.ClientSize = new System.Drawing.Size(680, 300);
|
||||||
this.Controls.Add(this.button3);
|
this.Controls.Add(this.addBackup);
|
||||||
this.Controls.Add(this.button5);
|
this.Controls.Add(this.button5);
|
||||||
this.Controls.Add(this.button4);
|
this.Controls.Add(this.button4);
|
||||||
this.Controls.Add(this.button);
|
this.Controls.Add(this.button);
|
||||||
this.Controls.Add(this.editButton);
|
this.Controls.Add(this.editButton);
|
||||||
this.Controls.Add(this.deleteButton);
|
this.Controls.Add(this.deleteButton);
|
||||||
this.Controls.Add(this.button2);
|
|
||||||
this.Controls.Add(this.refreshButton);
|
this.Controls.Add(this.refreshButton);
|
||||||
this.Controls.Add(this.dataGridView);
|
this.Controls.Add(this.dataGridView);
|
||||||
this.Controls.Add(this.ribbonControl1);
|
this.Controls.Add(this.ribbonControl1);
|
||||||
|
@ -224,12 +215,11 @@
|
||||||
private DevComponents.DotNetBar.StyleManager styleManager;
|
private DevComponents.DotNetBar.StyleManager styleManager;
|
||||||
private System.Windows.Forms.DataGridView dataGridView;
|
private System.Windows.Forms.DataGridView dataGridView;
|
||||||
private System.Windows.Forms.Button refreshButton;
|
private System.Windows.Forms.Button refreshButton;
|
||||||
private System.Windows.Forms.Button button2;
|
|
||||||
private System.Windows.Forms.Button deleteButton;
|
private System.Windows.Forms.Button deleteButton;
|
||||||
private System.Windows.Forms.Button editButton;
|
private System.Windows.Forms.Button editButton;
|
||||||
private System.Windows.Forms.Button button4;
|
private System.Windows.Forms.Button button4;
|
||||||
private System.Windows.Forms.Button button;
|
private System.Windows.Forms.Button button;
|
||||||
private System.Windows.Forms.Button button3;
|
private System.Windows.Forms.Button addBackup;
|
||||||
private System.Windows.Forms.Button button5;
|
private System.Windows.Forms.Button button5;
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in a new issue