diff --git a/LibationWinForms/ProductsGrid.Designer.cs b/LibationWinForms/ProductsGrid.Designer.cs index ce28cfdd..f1338213 100644 --- a/LibationWinForms/ProductsGrid.Designer.cs +++ b/LibationWinForms/ProductsGrid.Designer.cs @@ -58,6 +58,7 @@ // this.gridEntryDataGridView.AllowUserToAddRows = false; this.gridEntryDataGridView.AllowUserToDeleteRows = false; + this.gridEntryDataGridView.AllowUserToResizeRows = false; this.gridEntryDataGridView.AutoGenerateColumns = false; this.gridEntryDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.gridEntryDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { @@ -227,9 +228,6 @@ private System.Windows.Forms.BindingSource gridEntryBindingSource; private System.Windows.Forms.DataGridView gridEntryDataGridView; - private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8; - private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9; - private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10; private LiberateDataGridViewImageButtonColumn dataGridViewImageButtonBoxColumn1; private System.Windows.Forms.DataGridViewImageColumn dataGridViewImageColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1; diff --git a/LibationWinForms/ProductsGrid.resx b/LibationWinForms/ProductsGrid.resx index 688d741a..8598c799 100644 --- a/LibationWinForms/ProductsGrid.resx +++ b/LibationWinForms/ProductsGrid.resx @@ -60,19 +60,4 @@ 17, 17 - - True - - - True - - - True - - - True - - - True - \ No newline at end of file