Compare commits
No commits in common. "9348e3a207017063067b0b2756b786a859006766" and "b1367cfed738657d21dd9036203dd761bdea98d5" have entirely different histories.
9348e3a207
...
b1367cfed7
11
AutomobilePlant/AutomobilePlant/FormCar.Designer.cs
generated
11
AutomobilePlant/AutomobilePlant/FormCar.Designer.cs
generated
@ -38,7 +38,6 @@
|
||||
this.buttonEdit = new System.Windows.Forms.Button();
|
||||
this.buttonAdd = new System.Windows.Forms.Button();
|
||||
this.dataGridView = new System.Windows.Forms.DataGridView();
|
||||
this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.ColumnComponentName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.ColumnCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.buttonSave = new System.Windows.Forms.Button();
|
||||
@ -137,7 +136,6 @@
|
||||
//
|
||||
this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||||
this.dataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
||||
this.ID,
|
||||
this.ColumnComponentName,
|
||||
this.ColumnCount});
|
||||
this.dataGridView.Location = new System.Drawing.Point(6, 26);
|
||||
@ -147,14 +145,6 @@
|
||||
this.dataGridView.Size = new System.Drawing.Size(490, 243);
|
||||
this.dataGridView.TabIndex = 0;
|
||||
//
|
||||
// ID
|
||||
//
|
||||
this.ID.HeaderText = "ID";
|
||||
this.ID.MinimumWidth = 6;
|
||||
this.ID.Name = "ID";
|
||||
this.ID.Visible = false;
|
||||
this.ID.Width = 125;
|
||||
//
|
||||
// ColumnComponentName
|
||||
//
|
||||
this.ColumnComponentName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
||||
@ -219,7 +209,6 @@
|
||||
private TextBox textBoxPrice;
|
||||
private GroupBox groupBoxComponents;
|
||||
private DataGridView dataGridView;
|
||||
private DataGridViewTextBoxColumn ID;
|
||||
private DataGridViewTextBoxColumn ColumnComponentName;
|
||||
private DataGridViewTextBoxColumn ColumnCount;
|
||||
private Button buttonUpdate;
|
||||
|
Loading…
Reference in New Issue
Block a user