From 6f184273b81dcbcb5105743efe748ab153cb21ca Mon Sep 17 00:00:00 2001 From: Michael Bucari-Tovo Date: Mon, 9 Aug 2021 23:48:32 -0600 Subject: [PATCH] Removed unnecessary declarations. --- LibationWinForms/ProductsGrid.Designer.cs | 4 +--- LibationWinForms/ProductsGrid.resx | 15 --------------- 2 files changed, 1 insertion(+), 18 deletions(-) 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