namespace Dongke.IBOSS.Basics.FlowSetting { partial class FlowBox { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.contextMenuArrange = new System.Windows.Forms.ContextMenuStrip(this.components); this.tsmiTop = new System.Windows.Forms.ToolStripMenuItem(); this.tsmiBottom = new System.Windows.Forms.ToolStripMenuItem(); this.tsmiVerticalCenter = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); this.tsmiLeft = new System.Windows.Forms.ToolStripMenuItem(); this.tsmiRight = new System.Windows.Forms.ToolStripMenuItem(); this.tsmiHorizontalCenter = new System.Windows.Forms.ToolStripMenuItem(); this.contextMenuOrder = new System.Windows.Forms.ContextMenuStrip(this.components); this.tsmiForemost = new System.Windows.Forms.ToolStripMenuItem(); this.tsmiFront = new System.Windows.Forms.ToolStripMenuItem(); this.tsmiBack = new System.Windows.Forms.ToolStripMenuItem(); this.tsmiAftermost = new System.Windows.Forms.ToolStripMenuItem(); this.contextMenu = new System.Windows.Forms.ContextMenuStrip(this.components); this.tsmiCut = new System.Windows.Forms.ToolStripMenuItem(); this.tsmiCopy = new System.Windows.Forms.ToolStripMenuItem(); this.tsmiPaste = new System.Windows.Forms.ToolStripMenuItem(); this.tsmiDelete = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.tsmiProperties = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.tsmiAllSelect = new System.Windows.Forms.ToolStripMenuItem(); this.tsmiArrange = new System.Windows.Forms.ToolStripMenuItem(); this.tsmiOrder = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.tsmiZoom = new System.Windows.Forms.ToolStripMenuItem(); this.tsmiPaperSize = new System.Windows.Forms.ToolStripMenuItem(); this.tsmiBackgroundImage = new System.Windows.Forms.ToolStripMenuItem(); this.canvasBox = new Dongke.IBOSS.Basics.FlowSetting.CanvasBox(); this.contextMenuArrange.SuspendLayout(); this.contextMenuOrder.SuspendLayout(); this.contextMenu.SuspendLayout(); this.SuspendLayout(); // // contextMenuArrange // this.contextMenuArrange.BackColor = System.Drawing.Color.White; this.contextMenuArrange.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiTop, this.tsmiBottom, this.tsmiVerticalCenter, this.toolStripSeparator4, this.tsmiLeft, this.tsmiRight, this.tsmiHorizontalCenter}); this.contextMenuArrange.Name = "contextMenuOrder"; this.contextMenuArrange.OwnerItem = this.tsmiArrange; this.contextMenuArrange.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; this.contextMenuArrange.ShowImageMargin = false; this.contextMenuArrange.Size = new System.Drawing.Size(141, 142); // // tsmiTop // this.tsmiTop.Name = "tsmiTop"; this.tsmiTop.Size = new System.Drawing.Size(140, 22); this.tsmiTop.Tag = "4"; this.tsmiTop.Text = "顶端对齐(&T)"; // // tsmiBottom // this.tsmiBottom.Name = "tsmiBottom"; this.tsmiBottom.Size = new System.Drawing.Size(140, 22); this.tsmiBottom.Tag = "5"; this.tsmiBottom.Text = "底端对齐(&B)"; // // tsmiVerticalCenter // this.tsmiVerticalCenter.Name = "tsmiVerticalCenter"; this.tsmiVerticalCenter.Size = new System.Drawing.Size(140, 22); this.tsmiVerticalCenter.Tag = "6"; this.tsmiVerticalCenter.Text = "垂直居中对齐(&H)"; // // toolStripSeparator4 // this.toolStripSeparator4.Name = "toolStripSeparator4"; this.toolStripSeparator4.Size = new System.Drawing.Size(137, 6); // // tsmiLeft // this.tsmiLeft.Name = "tsmiLeft"; this.tsmiLeft.Size = new System.Drawing.Size(140, 22); this.tsmiLeft.Tag = "2"; this.tsmiLeft.Text = "左侧对齐(&L)"; // // tsmiRight // this.tsmiRight.Name = "tsmiRight"; this.tsmiRight.Size = new System.Drawing.Size(140, 22); this.tsmiRight.Tag = "1"; this.tsmiRight.Text = "右侧对齐(&R)"; // // tsmiHorizontalCenter // this.tsmiHorizontalCenter.Name = "tsmiHorizontalCenter"; this.tsmiHorizontalCenter.Size = new System.Drawing.Size(140, 22); this.tsmiHorizontalCenter.Tag = "3"; this.tsmiHorizontalCenter.Text = "水平居中对齐(&V)"; // // contextMenuOrder // this.contextMenuOrder.BackColor = System.Drawing.Color.White; this.contextMenuOrder.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiForemost, this.tsmiFront, this.tsmiBack, this.tsmiAftermost}); this.contextMenuOrder.Name = "contextMenuOrder"; this.contextMenuOrder.OwnerItem = this.tsmiOrder; this.contextMenuOrder.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; this.contextMenuOrder.ShowImageMargin = false; this.contextMenuOrder.Size = new System.Drawing.Size(116, 92); // // tsmiForemost // this.tsmiForemost.Name = "tsmiForemost"; this.tsmiForemost.Size = new System.Drawing.Size(115, 22); this.tsmiForemost.Tag = "1"; this.tsmiForemost.Text = "置于顶层(&T)"; // // tsmiFront // this.tsmiFront.Name = "tsmiFront"; this.tsmiFront.Size = new System.Drawing.Size(115, 22); this.tsmiFront.Tag = "3"; this.tsmiFront.Text = "上移一层(&F)"; // // tsmiBack // this.tsmiBack.Name = "tsmiBack"; this.tsmiBack.Size = new System.Drawing.Size(115, 22); this.tsmiBack.Tag = "4"; this.tsmiBack.Text = "下移一层(&R)"; // // tsmiAftermost // this.tsmiAftermost.Name = "tsmiAftermost"; this.tsmiAftermost.Size = new System.Drawing.Size(115, 22); this.tsmiAftermost.Tag = "2"; this.tsmiAftermost.Text = "置于底层(&B)"; // // contextMenu // this.contextMenu.BackColor = System.Drawing.Color.White; this.contextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiAllSelect, this.tsmiCopy, this.tsmiPaste, this.tsmiCut, this.tsmiDelete, this.toolStripSeparator1, this.tsmiArrange, this.tsmiOrder, this.toolStripSeparator2, this.tsmiProperties, this.toolStripSeparator3, this.tsmiPaperSize, this.tsmiBackgroundImage, this.tsmiZoom}); this.contextMenu.Name = "contextMenu"; this.contextMenu.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; this.contextMenu.ShowImageMargin = false; this.contextMenu.Size = new System.Drawing.Size(161, 286); this.contextMenu.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenu_Opening); // // tsmiCut // this.tsmiCut.Enabled = false; this.tsmiCut.Name = "tsmiCut"; this.tsmiCut.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X))); this.tsmiCut.Size = new System.Drawing.Size(160, 22); this.tsmiCut.Text = "剪切(&T)"; this.tsmiCut.Visible = false; // // tsmiCopy // this.tsmiCopy.Enabled = false; this.tsmiCopy.Name = "tsmiCopy"; this.tsmiCopy.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C))); this.tsmiCopy.Size = new System.Drawing.Size(160, 22); this.tsmiCopy.Text = "复制(&C)"; this.tsmiCopy.Visible = false; // // tsmiPaste // this.tsmiPaste.Enabled = false; this.tsmiPaste.Name = "tsmiPaste"; this.tsmiPaste.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V))); this.tsmiPaste.Size = new System.Drawing.Size(160, 22); this.tsmiPaste.Text = "粘贴(&P)"; this.tsmiPaste.Visible = false; // // tsmiDelete // this.tsmiDelete.Name = "tsmiDelete"; this.tsmiDelete.ShortcutKeyDisplayString = "Delete"; this.tsmiDelete.ShortcutKeys = System.Windows.Forms.Keys.Delete; this.tsmiDelete.Size = new System.Drawing.Size(160, 22); this.tsmiDelete.Text = "删除(&L)"; this.tsmiDelete.Click += new System.EventHandler(this.tsmiDelete_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(157, 6); this.toolStripSeparator1.Visible = false; // // tsmiProperties // this.tsmiProperties.Enabled = false; this.tsmiProperties.Name = "tsmiProperties"; this.tsmiProperties.Size = new System.Drawing.Size(160, 22); this.tsmiProperties.Text = "属性(&Y)..."; this.tsmiProperties.Visible = false; // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(157, 6); this.toolStripSeparator2.Visible = false; // // tsmiAllSelect // this.tsmiAllSelect.Name = "tsmiAllSelect"; this.tsmiAllSelect.ShortcutKeyDisplayString = ""; this.tsmiAllSelect.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A))); this.tsmiAllSelect.Size = new System.Drawing.Size(160, 22); this.tsmiAllSelect.Text = "全部选择(&A)"; this.tsmiAllSelect.Click += new System.EventHandler(this.tsmiAllSelect_Click); // // tsmiArrange // this.tsmiArrange.DropDown = this.contextMenuArrange; this.tsmiArrange.Enabled = false; this.tsmiArrange.Name = "tsmiArrange"; this.tsmiArrange.Size = new System.Drawing.Size(160, 22); this.tsmiArrange.Text = "对齐(&Q)"; this.tsmiArrange.Visible = false; // // tsmiOrder // this.tsmiOrder.DropDown = this.contextMenuOrder; this.tsmiOrder.Enabled = false; this.tsmiOrder.Name = "tsmiOrder"; this.tsmiOrder.ShortcutKeyDisplayString = ""; this.tsmiOrder.Size = new System.Drawing.Size(160, 22); this.tsmiOrder.Text = "排序(&D)"; this.tsmiOrder.Visible = false; // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(157, 6); this.toolStripSeparator3.Visible = false; // // tsmiZoom // this.tsmiZoom.Enabled = false; this.tsmiZoom.Name = "tsmiZoom"; this.tsmiZoom.Size = new System.Drawing.Size(160, 22); this.tsmiZoom.Text = "显示比例(&G)"; this.tsmiZoom.Visible = false; // // tsmiPaperSize // this.tsmiPaperSize.Enabled = false; this.tsmiPaperSize.Name = "tsmiPaperSize"; this.tsmiPaperSize.Size = new System.Drawing.Size(160, 22); this.tsmiPaperSize.Text = "画布大小(&E)..."; this.tsmiPaperSize.Visible = false; // // tsmiBackgroundImage // this.tsmiBackgroundImage.Enabled = false; this.tsmiBackgroundImage.Name = "tsmiBackgroundImage"; this.tsmiBackgroundImage.Size = new System.Drawing.Size(160, 22); this.tsmiBackgroundImage.Text = "画布背景(&B)..."; this.tsmiBackgroundImage.Visible = false; // // canvasBox // this.canvasBox.AutoScroll = true; this.canvasBox.BackColor = System.Drawing.Color.Gray; this.canvasBox.CanvasBackgroundImage = null; this.canvasBox.ContextMenuStrip = this.contextMenu; this.canvasBox.Cursor = System.Windows.Forms.Cursors.No; this.canvasBox.Dock = System.Windows.Forms.DockStyle.Fill; this.canvasBox.Location = new System.Drawing.Point(0, 0); this.canvasBox.Name = "canvasBox"; this.canvasBox.Size = new System.Drawing.Size(343, 384); this.canvasBox.TabIndex = 0; // // FlowBox // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.canvasBox); this.Name = "FlowBox"; this.Size = new System.Drawing.Size(343, 384); this.contextMenuArrange.ResumeLayout(false); this.contextMenuOrder.ResumeLayout(false); this.contextMenu.ResumeLayout(false); this.ResumeLayout(false); } #endregion private CanvasBox canvasBox; private System.Windows.Forms.ContextMenuStrip contextMenuArrange; private System.Windows.Forms.ToolStripMenuItem tsmiTop; private System.Windows.Forms.ToolStripMenuItem tsmiBottom; private System.Windows.Forms.ToolStripMenuItem tsmiVerticalCenter; private System.Windows.Forms.ToolStripSeparator toolStripSeparator4; private System.Windows.Forms.ToolStripMenuItem tsmiLeft; private System.Windows.Forms.ToolStripMenuItem tsmiRight; private System.Windows.Forms.ToolStripMenuItem tsmiHorizontalCenter; private System.Windows.Forms.ContextMenuStrip contextMenuOrder; private System.Windows.Forms.ToolStripMenuItem tsmiForemost; private System.Windows.Forms.ToolStripMenuItem tsmiFront; private System.Windows.Forms.ToolStripMenuItem tsmiBack; private System.Windows.Forms.ToolStripMenuItem tsmiAftermost; private System.Windows.Forms.ContextMenuStrip contextMenu; private System.Windows.Forms.ToolStripMenuItem tsmiCut; private System.Windows.Forms.ToolStripMenuItem tsmiCopy; private System.Windows.Forms.ToolStripMenuItem tsmiPaste; private System.Windows.Forms.ToolStripMenuItem tsmiDelete; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripMenuItem tsmiProperties; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripMenuItem tsmiAllSelect; private System.Windows.Forms.ToolStripMenuItem tsmiArrange; private System.Windows.Forms.ToolStripMenuItem tsmiOrder; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; private System.Windows.Forms.ToolStripMenuItem tsmiZoom; private System.Windows.Forms.ToolStripMenuItem tsmiPaperSize; private System.Windows.Forms.ToolStripMenuItem tsmiBackgroundImage; } }