|
|
@ -35,6 +35,7 @@ |
|
|
|
this.TsmiDelete = new System.Windows.Forms.ToolStripMenuItem(); |
|
|
|
this.TsmiDelete = new System.Windows.Forms.ToolStripMenuItem(); |
|
|
|
this.TsmiAdd = new System.Windows.Forms.ToolStripMenuItem(); |
|
|
|
this.TsmiAdd = new System.Windows.Forms.ToolStripMenuItem(); |
|
|
|
this.TsmiRefresh = new System.Windows.Forms.ToolStripMenuItem(); |
|
|
|
this.TsmiRefresh = new System.Windows.Forms.ToolStripMenuItem(); |
|
|
|
|
|
|
|
this.TsmiUp = new System.Windows.Forms.ToolStripMenuItem(); |
|
|
|
this.menuStrip1.SuspendLayout(); |
|
|
|
this.menuStrip1.SuspendLayout(); |
|
|
|
this.SuspendLayout(); |
|
|
|
this.SuspendLayout(); |
|
|
|
// |
|
|
|
// |
|
|
@ -50,6 +51,7 @@ |
|
|
|
this.TsmiAllDelete, |
|
|
|
this.TsmiAllDelete, |
|
|
|
this.TsmiDelete, |
|
|
|
this.TsmiDelete, |
|
|
|
this.TsmiAdd, |
|
|
|
this.TsmiAdd, |
|
|
|
|
|
|
|
this.TsmiUp, |
|
|
|
this.TsmiRefresh}); |
|
|
|
this.TsmiRefresh}); |
|
|
|
this.menuStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow; |
|
|
|
this.menuStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow; |
|
|
|
this.menuStrip1.Location = new System.Drawing.Point(0, 0); |
|
|
|
this.menuStrip1.Location = new System.Drawing.Point(0, 0); |
|
|
@ -107,6 +109,16 @@ |
|
|
|
this.TsmiRefresh.Size = new System.Drawing.Size(75, 34); |
|
|
|
this.TsmiRefresh.Size = new System.Drawing.Size(75, 34); |
|
|
|
this.TsmiRefresh.Text = "刷新"; |
|
|
|
this.TsmiRefresh.Text = "刷新"; |
|
|
|
// |
|
|
|
// |
|
|
|
|
|
|
|
// TsmiUp |
|
|
|
|
|
|
|
// |
|
|
|
|
|
|
|
this.TsmiUp.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; |
|
|
|
|
|
|
|
this.TsmiUp.Image = global::PEIS.Properties.Resources.shang; |
|
|
|
|
|
|
|
this.TsmiUp.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; |
|
|
|
|
|
|
|
this.TsmiUp.Name = "TsmiUp"; |
|
|
|
|
|
|
|
this.TsmiUp.Size = new System.Drawing.Size(69, 34); |
|
|
|
|
|
|
|
this.TsmiUp.Text = "上移"; |
|
|
|
|
|
|
|
this.TsmiUp.Visible = false; |
|
|
|
|
|
|
|
// |
|
|
|
// OpMenuSimple |
|
|
|
// OpMenuSimple |
|
|
|
// |
|
|
|
// |
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); |
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); |
|
|
@ -129,5 +141,6 @@ |
|
|
|
public System.Windows.Forms.ToolStripMenuItem TsmiAdd; |
|
|
|
public System.Windows.Forms.ToolStripMenuItem TsmiAdd; |
|
|
|
public System.Windows.Forms.ToolStripMenuItem TsmiRefresh; |
|
|
|
public System.Windows.Forms.ToolStripMenuItem TsmiRefresh; |
|
|
|
public System.Windows.Forms.ToolStripMenuItem TsmiAllDelete; |
|
|
|
public System.Windows.Forms.ToolStripMenuItem TsmiAllDelete; |
|
|
|
|
|
|
|
public System.Windows.Forms.ToolStripMenuItem TsmiUp; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|