设置toolStrip和tempDiffToolStrip为可拖动
This commit is contained in:
@@ -120,7 +120,9 @@ namespace JoyD.Windows.CS
|
||||
//
|
||||
// toolStrip
|
||||
//
|
||||
this.toolStrip.AllowDrop = true;
|
||||
this.toolStrip.Dock = System.Windows.Forms.DockStyle.None;
|
||||
this.toolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Visible;
|
||||
this.toolStrip.ImageScalingSize = new System.Drawing.Size(20, 20);
|
||||
this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.btnDrawRegion,
|
||||
@@ -167,7 +169,9 @@ namespace JoyD.Windows.CS
|
||||
//
|
||||
// tempDiffToolStrip
|
||||
//
|
||||
this.tempDiffToolStrip.AllowDrop = true;
|
||||
this.tempDiffToolStrip.Dock = System.Windows.Forms.DockStyle.None;
|
||||
this.tempDiffToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Visible;
|
||||
this.tempDiffToolStrip.ImageScalingSize = new System.Drawing.Size(20, 20);
|
||||
this.tempDiffToolStrip.Location = new System.Drawing.Point(54, 140);
|
||||
this.tempDiffToolStrip.Name = "tempDiffToolStrip";
|
||||
|
||||
Reference in New Issue
Block a user