export button now only available if any user is selected
This commit is contained in:
3
Form1.Designer.cs
generated
3
Form1.Designer.cs
generated
@@ -60,6 +60,7 @@ namespace it_projekt
|
||||
//
|
||||
// exportBtn
|
||||
//
|
||||
this.exportBtn.Enabled = false;
|
||||
this.exportBtn.Location = new System.Drawing.Point(480, 80);
|
||||
this.exportBtn.Name = "exportBtn";
|
||||
this.exportBtn.Size = new System.Drawing.Size(75, 23);
|
||||
@@ -119,7 +120,7 @@ namespace it_projekt
|
||||
this.dataGrid.RowTemplate.Height = 25;
|
||||
this.dataGrid.Size = new System.Drawing.Size(743, 225);
|
||||
this.dataGrid.TabIndex = 7;
|
||||
this.dataGrid.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGrid_CellContentClick);
|
||||
this.dataGrid.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView_CellClick);
|
||||
//
|
||||
// Id
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user