Prepared for stock edit function + corrected bug , "not possible to buy new stock"!
This commit is contained in:
2
StockInfoCore/frmInitial.Designer.cs
generated
2
StockInfoCore/frmInitial.Designer.cs
generated
@ -64,10 +64,12 @@ namespace StockInfoCore
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||||
this.dataGridView.Location = new System.Drawing.Point(12, 16);
|
||||
this.dataGridView.MultiSelect = false;
|
||||
this.dataGridView.Name = "dataGridView";
|
||||
this.dataGridView.RowTemplate.Height = 25;
|
||||
this.dataGridView.Size = new System.Drawing.Size(871, 360);
|
||||
this.dataGridView.TabIndex = 0;
|
||||
this.dataGridView.SelectionChanged += new System.EventHandler(this.dataGridView_SelectionChanged);
|
||||
//
|
||||
// lblTotalRecords
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user