удален пустой метод
This commit is contained in:
parent
9abbd88d55
commit
e22020f8ab
@ -30,9 +30,9 @@
|
|||||||
{
|
{
|
||||||
this.dataGridView = new System.Windows.Forms.DataGridView();
|
this.dataGridView = new System.Windows.Forms.DataGridView();
|
||||||
this.panel = new System.Windows.Forms.Panel();
|
this.panel = new System.Windows.Forms.Panel();
|
||||||
this.buttonOpen = new System.Windows.Forms.Button();
|
|
||||||
this.buttonForward = new System.Windows.Forms.Button();
|
this.buttonForward = new System.Windows.Forms.Button();
|
||||||
this.buttonBack = 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();
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
|
||||||
this.panel.SuspendLayout();
|
this.panel.SuspendLayout();
|
||||||
this.SuspendLayout();
|
this.SuspendLayout();
|
||||||
@ -54,7 +54,6 @@
|
|||||||
this.dataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
this.dataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
||||||
this.dataGridView.Size = new System.Drawing.Size(956, 455);
|
this.dataGridView.Size = new System.Drawing.Size(956, 455);
|
||||||
this.dataGridView.TabIndex = 7;
|
this.dataGridView.TabIndex = 7;
|
||||||
this.dataGridView.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_CellContentClick);
|
|
||||||
//
|
//
|
||||||
// panel
|
// panel
|
||||||
//
|
//
|
||||||
@ -67,16 +66,6 @@
|
|||||||
this.panel.Size = new System.Drawing.Size(183, 455);
|
this.panel.Size = new System.Drawing.Size(183, 455);
|
||||||
this.panel.TabIndex = 8;
|
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
|
// buttonForward
|
||||||
//
|
//
|
||||||
this.buttonForward.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
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.UseVisualStyleBackColor = true;
|
||||||
this.buttonBack.Click += new System.EventHandler(this.ButtonBack_Click);
|
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
|
// FormMails
|
||||||
//
|
//
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 25F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 25F);
|
||||||
|
@ -65,10 +65,5 @@ namespace PlumbingRepairView
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private void dataGridView_CellContentClick(object sender, DataGridViewCellEventArgs e)
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user