diff --git a/PlumbingRepair/PlumbingRepairView/FormMails.Designer.cs b/PlumbingRepair/PlumbingRepairView/FormMails.Designer.cs index 4fd309e..790c354 100644 --- a/PlumbingRepair/PlumbingRepairView/FormMails.Designer.cs +++ b/PlumbingRepair/PlumbingRepairView/FormMails.Designer.cs @@ -30,9 +30,9 @@ { this.dataGridView = new System.Windows.Forms.DataGridView(); this.panel = new System.Windows.Forms.Panel(); - this.buttonOpen = new System.Windows.Forms.Button(); this.buttonForward = new System.Windows.Forms.Button(); this.buttonBack = new System.Windows.Forms.Button(); + this.buttonOpen = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit(); this.panel.SuspendLayout(); this.SuspendLayout(); @@ -54,7 +54,6 @@ this.dataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGridView.Size = new System.Drawing.Size(956, 455); this.dataGridView.TabIndex = 7; - this.dataGridView.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_CellContentClick); // // panel // @@ -67,16 +66,6 @@ this.panel.Size = new System.Drawing.Size(183, 455); this.panel.TabIndex = 8; // - // buttonOpen - // - this.buttonOpen.Location = new System.Drawing.Point(14, 12); - this.buttonOpen.Name = "buttonOpen"; - this.buttonOpen.Size = new System.Drawing.Size(157, 34); - this.buttonOpen.TabIndex = 0; - this.buttonOpen.Text = "Открыть"; - this.buttonOpen.UseVisualStyleBackColor = true; - this.buttonOpen.Click += new System.EventHandler(this.ButtonOpen_Click); - // // buttonForward // this.buttonForward.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); @@ -99,6 +88,16 @@ this.buttonBack.UseVisualStyleBackColor = true; this.buttonBack.Click += new System.EventHandler(this.ButtonBack_Click); // + // buttonOpen + // + this.buttonOpen.Location = new System.Drawing.Point(14, 12); + this.buttonOpen.Name = "buttonOpen"; + this.buttonOpen.Size = new System.Drawing.Size(157, 34); + this.buttonOpen.TabIndex = 0; + this.buttonOpen.Text = "Открыть"; + this.buttonOpen.UseVisualStyleBackColor = true; + this.buttonOpen.Click += new System.EventHandler(this.ButtonOpen_Click); + // // FormMails // this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 25F); diff --git a/PlumbingRepair/PlumbingRepairView/FormMails.cs b/PlumbingRepair/PlumbingRepairView/FormMails.cs index fc4eb9b..c65c3e1 100644 --- a/PlumbingRepair/PlumbingRepairView/FormMails.cs +++ b/PlumbingRepair/PlumbingRepairView/FormMails.cs @@ -65,10 +65,5 @@ namespace PlumbingRepairView } } } - - private void dataGridView_CellContentClick(object sender, DataGridViewCellEventArgs e) - { - - } } }