Prepared for stock edit function + corrected bug , "not possible to buy new stock"!

This commit is contained in:
2021-05-24 22:49:23 +02:00
parent 27db60bbb2
commit 6c32c38296
3 changed files with 31 additions and 2 deletions

View File

@ -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
//