ой
This commit is contained in:
parent
2411dfc6f7
commit
9fdef63038
@ -29,7 +29,6 @@
|
|||||||
private void InitializeComponent()
|
private void InitializeComponent()
|
||||||
{
|
{
|
||||||
panel1 = new Panel();
|
panel1 = new Panel();
|
||||||
ButtonUp = new Button();
|
|
||||||
ButtonDel = new Button();
|
ButtonDel = new Button();
|
||||||
ButtonAdd = new Button();
|
ButtonAdd = new Button();
|
||||||
dataGridView = new DataGridView();
|
dataGridView = new DataGridView();
|
||||||
@ -39,7 +38,6 @@
|
|||||||
//
|
//
|
||||||
// panel1
|
// panel1
|
||||||
//
|
//
|
||||||
panel1.Controls.Add(ButtonUp);
|
|
||||||
panel1.Controls.Add(ButtonDel);
|
panel1.Controls.Add(ButtonDel);
|
||||||
panel1.Controls.Add(ButtonAdd);
|
panel1.Controls.Add(ButtonAdd);
|
||||||
panel1.Dock = DockStyle.Right;
|
panel1.Dock = DockStyle.Right;
|
||||||
@ -106,7 +104,6 @@
|
|||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
private Panel panel1;
|
private Panel panel1;
|
||||||
private Button ButtonUp;
|
|
||||||
private Button ButtonDel;
|
private Button ButtonDel;
|
||||||
private Button ButtonAdd;
|
private Button ButtonAdd;
|
||||||
private DataGridView dataGridView;
|
private DataGridView dataGridView;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user