diff --git a/Confectionery/Confectionery/Confectionery.csproj b/Confectionery/Confectionery/Confectionery.csproj index 75490a7..0e7fb26 100644 --- a/Confectionery/Confectionery/Confectionery.csproj +++ b/Confectionery/Confectionery/Confectionery.csproj @@ -8,8 +8,19 @@ enable + + + + + + + Always + + + + diff --git a/Confectionery/Confectionery/FormIngredients.Designer.cs b/Confectionery/Confectionery/FormIngredients.Designer.cs index 2345e9e..2cefcea 100644 --- a/Confectionery/Confectionery/FormIngredients.Designer.cs +++ b/Confectionery/Confectionery/FormIngredients.Designer.cs @@ -38,10 +38,12 @@ // // dataGridView // + this.dataGridView.BackgroundColor = System.Drawing.Color.White; this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView.Location = new System.Drawing.Point(0, 0); this.dataGridView.MultiSelect = false; this.dataGridView.Name = "dataGridView"; + this.dataGridView.RowHeadersVisible = false; this.dataGridView.RowHeadersWidth = 51; this.dataGridView.RowTemplate.Height = 29; this.dataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; diff --git a/Confectionery/Confectionery/FormMain.Designer.cs b/Confectionery/Confectionery/FormMain.Designer.cs index 0c908b3..0507815 100644 --- a/Confectionery/Confectionery/FormMain.Designer.cs +++ b/Confectionery/Confectionery/FormMain.Designer.cs @@ -78,9 +78,11 @@ // // dataGridView // + this.dataGridView.BackgroundColor = System.Drawing.Color.White; this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView.Location = new System.Drawing.Point(0, 31); this.dataGridView.Name = "dataGridView"; + this.dataGridView.RowHeadersVisible = false; this.dataGridView.RowHeadersWidth = 51; this.dataGridView.RowTemplate.Height = 29; this.dataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; diff --git a/Confectionery/Confectionery/FormPastries.Designer.cs b/Confectionery/Confectionery/FormPastries.Designer.cs index 1eb60cc..2c20659 100644 --- a/Confectionery/Confectionery/FormPastries.Designer.cs +++ b/Confectionery/Confectionery/FormPastries.Designer.cs @@ -78,10 +78,12 @@ // // dataGridView // + this.dataGridView.BackgroundColor = System.Drawing.Color.White; this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView.Location = new System.Drawing.Point(1, 2); this.dataGridView.MultiSelect = false; this.dataGridView.Name = "dataGridView"; + this.dataGridView.RowHeadersVisible = false; this.dataGridView.RowHeadersWidth = 51; this.dataGridView.RowTemplate.Height = 29; this.dataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; diff --git a/Confectionery/Confectionery/FormPastry.Designer.cs b/Confectionery/Confectionery/FormPastry.Designer.cs index 0f88ca8..a6f67b6 100644 --- a/Confectionery/Confectionery/FormPastry.Designer.cs +++ b/Confectionery/Confectionery/FormPastry.Designer.cs @@ -136,6 +136,7 @@ // // dataGridView // + this.dataGridView.BackgroundColor = System.Drawing.Color.White; this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.PastryId, @@ -144,6 +145,7 @@ this.dataGridView.Location = new System.Drawing.Point(6, 26); this.dataGridView.MultiSelect = false; this.dataGridView.Name = "dataGridView"; + this.dataGridView.RowHeadersVisible = false; this.dataGridView.RowHeadersWidth = 51; this.dataGridView.RowTemplate.Height = 29; this.dataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; diff --git a/Confectionery/Confectionery/nlog.config b/Confectionery/Confectionery/nlog.config index dcd37c8..b94cde0 100644 --- a/Confectionery/Confectionery/nlog.config +++ b/Confectionery/Confectionery/nlog.config @@ -5,7 +5,7 @@ autoReload="true" internalLogLevel="Info"> - +