|
@@ -99,6 +99,7 @@
|
|
|
//
|
|
|
// button_up
|
|
|
//
|
|
|
+ this.button_up.Enabled = false;
|
|
|
this.button_up.Font = new System.Drawing.Font("华文彩云", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.button_up.Location = new System.Drawing.Point(6, 56);
|
|
|
this.button_up.Name = "button_up";
|
|
@@ -106,10 +107,12 @@
|
|
|
this.button_up.TabIndex = 9;
|
|
|
this.button_up.Text = "↑";
|
|
|
this.button_up.UseVisualStyleBackColor = true;
|
|
|
+ this.button_up.Visible = false;
|
|
|
this.button_up.Click += new System.EventHandler(this.button_up_Click);
|
|
|
//
|
|
|
// button_down
|
|
|
//
|
|
|
+ this.button_down.Enabled = false;
|
|
|
this.button_down.Font = new System.Drawing.Font("华文彩云", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.button_down.Location = new System.Drawing.Point(6, 174);
|
|
|
this.button_down.Name = "button_down";
|
|
@@ -117,6 +120,7 @@
|
|
|
this.button_down.TabIndex = 10;
|
|
|
this.button_down.Text = "↓";
|
|
|
this.button_down.UseVisualStyleBackColor = true;
|
|
|
+ this.button_down.Visible = false;
|
|
|
this.button_down.Click += new System.EventHandler(this.button_down_Click);
|
|
|
//
|
|
|
// Form_GroupId
|