namespace Dongke.WinForm.Controls.InvoiceLayout { partial class LayoutBox { /// /// 必需的设计器变量。 /// 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(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LayoutBox)); 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.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.tsmiOrder = 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.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.tsmiZoom = new System.Windows.Forms.ToolStripMenuItem(); this.contextMenuZoom = new System.Windows.Forms.ContextMenuStrip(this.components); this.tsmiZoom500 = new System.Windows.Forms.ToolStripMenuItem(); this.tsmiZoom200 = new System.Windows.Forms.ToolStripMenuItem(); this.tsmiZoom100 = new System.Windows.Forms.ToolStripMenuItem(); this.tsmiZoom75 = new System.Windows.Forms.ToolStripMenuItem(); this.tsmiZoom50 = new System.Windows.Forms.ToolStripMenuItem(); this.tsmiZoom33 = new System.Windows.Forms.ToolStripMenuItem(); this.tsmiZoom25 = new System.Windows.Forms.ToolStripMenuItem(); this.tsmiZoom10 = new System.Windows.Forms.ToolStripMenuItem(); this.tsmiZoomWhole = new System.Windows.Forms.ToolStripMenuItem(); this.tsmiPaperSize = new System.Windows.Forms.ToolStripMenuItem(); this.tsmiBackgroundImage = new System.Windows.Forms.ToolStripMenuItem(); this.printDialog = new System.Windows.Forms.PrintDialog(); this.printDocument = new System.Drawing.Printing.PrintDocument(); this.openFileDialog = new System.Windows.Forms.OpenFileDialog(); this.paperBox = new Dongke.WinForm.Controls.InvoiceLayout.PaperBox(); this.lblLeftTopPoint = new System.Windows.Forms.Label(); this.lblRightBottomPoint = new System.Windows.Forms.Label(); this.paperArea = new Dongke.WinForm.Controls.InvoiceLayout.PaperArea(); this.printPreviewDialog1 = new System.Windows.Forms.PrintPreviewDialog(); this.contextMenu.SuspendLayout(); this.contextMenuArrange.SuspendLayout(); this.contextMenuOrder.SuspendLayout(); this.contextMenuZoom.SuspendLayout(); this.paperBox.SuspendLayout(); this.SuspendLayout(); // // contextMenu // this.contextMenu.BackColor = System.Drawing.Color.White; this.contextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiCut, this.tsmiCopy, this.tsmiPaste, this.tsmiDelete, this.toolStripSeparator1, this.tsmiProperties, this.toolStripSeparator2, this.tsmiAllSelect, this.tsmiArrange, this.tsmiOrder, this.toolStripSeparator3, this.tsmiZoom, this.tsmiPaperSize, this.tsmiBackgroundImage}); this.contextMenu.Name = "contextMenu"; this.contextMenu.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; this.contextMenu.ShowImageMargin = false; this.contextMenu.Size = new System.Drawing.Size(161, 264); this.contextMenu.Closing += new System.Windows.Forms.ToolStripDropDownClosingEventHandler(this.contextMenu_Closing); 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.Click += new System.EventHandler(this.tsmiCut_Click); // // 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.Click += new System.EventHandler(this.tsmiCopy_Click); // // 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.Click += new System.EventHandler(this.tsmiPaste_Click); // // tsmiDelete // this.tsmiDelete.Enabled = false; 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); // // tsmiProperties // this.tsmiProperties.Enabled = false; this.tsmiProperties.Name = "tsmiProperties"; this.tsmiProperties.Size = new System.Drawing.Size(160, 22); this.tsmiProperties.Text = "属性(&Y)..."; this.tsmiProperties.Click += new System.EventHandler(this.tsmiProperties_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(157, 6); // // tsmiAllSelect // this.tsmiAllSelect.Enabled = false; 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)"; // // 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); this.contextMenuArrange.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuArrange_Opening); // // tsmiTop // this.tsmiTop.Name = "tsmiTop"; this.tsmiTop.Size = new System.Drawing.Size(140, 22); this.tsmiTop.Tag = "4"; this.tsmiTop.Text = "顶端对齐(&T)"; this.tsmiTop.Click += new System.EventHandler(this.tsmiTop_Click); // // tsmiBottom // this.tsmiBottom.Name = "tsmiBottom"; this.tsmiBottom.Size = new System.Drawing.Size(140, 22); this.tsmiBottom.Tag = "5"; this.tsmiBottom.Text = "底端对齐(&B)"; this.tsmiBottom.Click += new System.EventHandler(this.tsmiBottom_Click); // // tsmiVerticalCenter // this.tsmiVerticalCenter.Name = "tsmiVerticalCenter"; this.tsmiVerticalCenter.Size = new System.Drawing.Size(140, 22); this.tsmiVerticalCenter.Tag = "6"; this.tsmiVerticalCenter.Text = "垂直居中对齐(&H)"; this.tsmiVerticalCenter.Click += new System.EventHandler(this.tsmiVerticalCenter_Click); // // 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)"; this.tsmiLeft.Click += new System.EventHandler(this.tsmiLeft_Click); // // tsmiRight // this.tsmiRight.Name = "tsmiRight"; this.tsmiRight.Size = new System.Drawing.Size(140, 22); this.tsmiRight.Tag = "1"; this.tsmiRight.Text = "右侧对齐(&R)"; this.tsmiRight.Click += new System.EventHandler(this.tsmiRight_Click); // // tsmiHorizontalCenter // this.tsmiHorizontalCenter.Name = "tsmiHorizontalCenter"; this.tsmiHorizontalCenter.Size = new System.Drawing.Size(140, 22); this.tsmiHorizontalCenter.Tag = "3"; this.tsmiHorizontalCenter.Text = "水平居中对齐(&V)"; this.tsmiHorizontalCenter.Click += new System.EventHandler(this.tsmiHorizontalCenter_Click); // // 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)"; // // 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); this.contextMenuOrder.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuOrder_Opening); // // tsmiForemost // this.tsmiForemost.Name = "tsmiForemost"; this.tsmiForemost.Size = new System.Drawing.Size(115, 22); this.tsmiForemost.Tag = "1"; this.tsmiForemost.Text = "置于顶层(&T)"; this.tsmiForemost.Click += new System.EventHandler(this.tsmiForemost_Click); // // tsmiFront // this.tsmiFront.Name = "tsmiFront"; this.tsmiFront.Size = new System.Drawing.Size(115, 22); this.tsmiFront.Tag = "3"; this.tsmiFront.Text = "上移一层(&F)"; this.tsmiFront.Click += new System.EventHandler(this.tsmiFront_Click); // // tsmiBack // this.tsmiBack.Name = "tsmiBack"; this.tsmiBack.Size = new System.Drawing.Size(115, 22); this.tsmiBack.Tag = "4"; this.tsmiBack.Text = "下移一层(&R)"; this.tsmiBack.Click += new System.EventHandler(this.tsmiBack_Click); // // tsmiAftermost // this.tsmiAftermost.Name = "tsmiAftermost"; this.tsmiAftermost.Size = new System.Drawing.Size(115, 22); this.tsmiAftermost.Tag = "2"; this.tsmiAftermost.Text = "置于底层(&B)"; this.tsmiAftermost.Click += new System.EventHandler(this.tsmiAftermost_Click); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(157, 6); this.toolStripSeparator3.Visible = false; // // tsmiZoom // this.tsmiZoom.DropDown = this.contextMenuZoom; this.tsmiZoom.Name = "tsmiZoom"; this.tsmiZoom.Size = new System.Drawing.Size(160, 22); this.tsmiZoom.Text = "显示比例(&G)"; // // contextMenuZoom // this.contextMenuZoom.BackColor = System.Drawing.Color.White; this.contextMenuZoom.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiZoom500, this.tsmiZoom200, this.tsmiZoom100, this.tsmiZoom75, this.tsmiZoom50, this.tsmiZoom33, this.tsmiZoom25, this.tsmiZoom10, this.tsmiZoomWhole}); this.contextMenuZoom.Name = "contextMenuZoom"; this.contextMenuZoom.OwnerItem = this.tsmiZoom; this.contextMenuZoom.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; this.contextMenuZoom.ShowCheckMargin = true; this.contextMenuZoom.ShowImageMargin = false; this.contextMenuZoom.Size = new System.Drawing.Size(140, 202); this.contextMenuZoom.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuZoom_Opening); // // tsmiZoom500 // this.tsmiZoom500.CheckOnClick = true; this.tsmiZoom500.Name = "tsmiZoom500"; this.tsmiZoom500.Size = new System.Drawing.Size(139, 22); this.tsmiZoom500.Tag = "500"; this.tsmiZoom500.Text = "500%(&1)"; this.tsmiZoom500.Click += new System.EventHandler(this.tsmiZoom_Click); // // tsmiZoom200 // this.tsmiZoom200.CheckOnClick = true; this.tsmiZoom200.Name = "tsmiZoom200"; this.tsmiZoom200.Size = new System.Drawing.Size(139, 22); this.tsmiZoom200.Tag = "200"; this.tsmiZoom200.Text = "200%(&2)"; this.tsmiZoom200.Click += new System.EventHandler(this.tsmiZoom_Click); // // tsmiZoom100 // this.tsmiZoom100.CheckOnClick = true; this.tsmiZoom100.Name = "tsmiZoom100"; this.tsmiZoom100.Size = new System.Drawing.Size(139, 22); this.tsmiZoom100.Tag = "100"; this.tsmiZoom100.Text = "100%(&3)"; this.tsmiZoom100.Click += new System.EventHandler(this.tsmiZoom_Click); // // tsmiZoom75 // this.tsmiZoom75.CheckOnClick = true; this.tsmiZoom75.Name = "tsmiZoom75"; this.tsmiZoom75.Size = new System.Drawing.Size(139, 22); this.tsmiZoom75.Tag = "75"; this.tsmiZoom75.Text = "75%(&4)"; this.tsmiZoom75.Click += new System.EventHandler(this.tsmiZoom_Click); // // tsmiZoom50 // this.tsmiZoom50.CheckOnClick = true; this.tsmiZoom50.Name = "tsmiZoom50"; this.tsmiZoom50.Size = new System.Drawing.Size(139, 22); this.tsmiZoom50.Tag = "50"; this.tsmiZoom50.Text = "50%(&5)"; this.tsmiZoom50.Click += new System.EventHandler(this.tsmiZoom_Click); // // tsmiZoom33 // this.tsmiZoom33.CheckOnClick = true; this.tsmiZoom33.Name = "tsmiZoom33"; this.tsmiZoom33.Size = new System.Drawing.Size(139, 22); this.tsmiZoom33.Tag = "33"; this.tsmiZoom33.Text = "33%(&6)"; this.tsmiZoom33.Click += new System.EventHandler(this.tsmiZoom_Click); // // tsmiZoom25 // this.tsmiZoom25.CheckOnClick = true; this.tsmiZoom25.Name = "tsmiZoom25"; this.tsmiZoom25.Size = new System.Drawing.Size(139, 22); this.tsmiZoom25.Tag = "25"; this.tsmiZoom25.Text = "25%(&7)"; this.tsmiZoom25.Click += new System.EventHandler(this.tsmiZoom_Click); // // tsmiZoom10 // this.tsmiZoom10.CheckOnClick = true; this.tsmiZoom10.Name = "tsmiZoom10"; this.tsmiZoom10.Size = new System.Drawing.Size(139, 22); this.tsmiZoom10.Tag = "10"; this.tsmiZoom10.Text = "10%(&8)"; this.tsmiZoom10.Click += new System.EventHandler(this.tsmiZoom_Click); // // tsmiZoomWhole // this.tsmiZoomWhole.CheckOnClick = true; this.tsmiZoomWhole.Name = "tsmiZoomWhole"; this.tsmiZoomWhole.Size = new System.Drawing.Size(139, 22); this.tsmiZoomWhole.Tag = "0"; this.tsmiZoomWhole.Text = "全部显示(&9)"; this.tsmiZoomWhole.Click += new System.EventHandler(this.tsmiZoom_Click); // // tsmiPaperSize // this.tsmiPaperSize.Enabled = false; this.tsmiPaperSize.Name = "tsmiPaperSize"; this.tsmiPaperSize.Size = new System.Drawing.Size(160, 22); this.tsmiPaperSize.Text = "纸张大小(&E)..."; this.tsmiPaperSize.Click += new System.EventHandler(this.tsmiPaperSize_Click); // // tsmiBackgroundImage // this.tsmiBackgroundImage.Enabled = false; this.tsmiBackgroundImage.Name = "tsmiBackgroundImage"; this.tsmiBackgroundImage.Size = new System.Drawing.Size(160, 22); this.tsmiBackgroundImage.Text = "背景图片(&B)..."; this.tsmiBackgroundImage.Click += new System.EventHandler(this.tsmiBackgroundImage_Click); // // printDialog // this.printDialog.Document = this.printDocument; this.printDialog.ShowHelp = true; this.printDialog.UseEXDialog = true; // // printDocument // this.printDocument.DocumentName = "LayoutDocument"; this.printDocument.BeginPrint += new System.Drawing.Printing.PrintEventHandler(this.printDocument_BeginPrint); this.printDocument.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.PrintDocument_PrintPage); // // openFileDialog // this.openFileDialog.Title = "增加图片"; // // paperBox // this.paperBox.AutoScroll = true; this.paperBox.AutoScrollMargin = new System.Drawing.Size(4, 4); this.paperBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128))))); this.paperBox.Controls.Add(this.lblLeftTopPoint); this.paperBox.Controls.Add(this.lblRightBottomPoint); this.paperBox.Controls.Add(this.paperArea); this.paperBox.Dock = System.Windows.Forms.DockStyle.Fill; this.paperBox.Location = new System.Drawing.Point(0, 0); this.paperBox.Name = "paperBox"; this.paperBox.Size = new System.Drawing.Size(440, 605); this.paperBox.TabIndex = 0; this.paperBox.SizeChanged += new System.EventHandler(this.PaperBox_SizeChanged); // // lblLeftTopPoint // this.lblLeftTopPoint.Enabled = false; this.lblLeftTopPoint.Location = new System.Drawing.Point(0, 0); this.lblLeftTopPoint.Name = "lblLeftTopPoint"; this.lblLeftTopPoint.Size = new System.Drawing.Size(0, 0); this.lblLeftTopPoint.TabIndex = 1; this.lblLeftTopPoint.Visible = false; // // lblRightBottomPoint // this.lblRightBottomPoint.Location = new System.Drawing.Point(0, 0); this.lblRightBottomPoint.Name = "lblRightBottomPoint"; this.lblRightBottomPoint.Size = new System.Drawing.Size(0, 0); this.lblRightBottomPoint.TabIndex = 2; // // paperArea // this.paperArea.BackColor = System.Drawing.Color.White; this.paperArea.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.paperArea.ContextMenuStrip = this.contextMenu; this.paperArea.Location = new System.Drawing.Point(4, 4); this.paperArea.Name = "paperArea"; this.paperArea.Size = new System.Drawing.Size(794, 1123); this.paperArea.TabIndex = 0; // // printPreviewDialog1 // this.printPreviewDialog1.AutoScrollMargin = new System.Drawing.Size(0, 0); this.printPreviewDialog1.AutoScrollMinSize = new System.Drawing.Size(0, 0); this.printPreviewDialog1.ClientSize = new System.Drawing.Size(400, 300); this.printPreviewDialog1.Document = this.printDocument; this.printPreviewDialog1.Enabled = true; this.printPreviewDialog1.Icon = ((System.Drawing.Icon)(resources.GetObject("printPreviewDialog1.Icon"))); this.printPreviewDialog1.Name = "printPreviewDialog1"; this.printPreviewDialog1.Visible = false; // // LayoutBox // this.Controls.Add(this.paperBox); this.Name = "LayoutBox"; this.Size = new System.Drawing.Size(440, 605); this.contextMenu.ResumeLayout(false); this.contextMenuArrange.ResumeLayout(false); this.contextMenuOrder.ResumeLayout(false); this.contextMenuZoom.ResumeLayout(false); this.paperBox.ResumeLayout(false); this.ResumeLayout(false); } #endregion 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.ToolStripSeparator toolStripSeparator3; private System.Windows.Forms.ToolStripMenuItem tsmiAllSelect; private System.Windows.Forms.ToolStripMenuItem tsmiArrange; private System.Windows.Forms.ToolStripMenuItem tsmiOrder; private System.Windows.Forms.ToolStripMenuItem tsmiZoom; private System.Windows.Forms.ToolStripMenuItem tsmiPaperSize; private System.Windows.Forms.ToolStripMenuItem tsmiBackgroundImage; private System.Windows.Forms.ToolStripMenuItem tsmiLeft; private System.Windows.Forms.ToolStripMenuItem tsmiRight; private System.Windows.Forms.ToolStripMenuItem tsmiHorizontalCenter; 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 tsmiZoom500; private System.Windows.Forms.ToolStripMenuItem tsmiZoom200; private System.Windows.Forms.ToolStripMenuItem tsmiZoom100; private System.Windows.Forms.ToolStripMenuItem tsmiZoom75; private System.Windows.Forms.ToolStripMenuItem tsmiZoom50; private System.Windows.Forms.ToolStripMenuItem tsmiZoom33; private System.Windows.Forms.ToolStripMenuItem tsmiZoom25; private System.Windows.Forms.ToolStripMenuItem tsmiZoom10; private System.Windows.Forms.ToolStripMenuItem tsmiZoomWhole; private System.Windows.Forms.ContextMenuStrip contextMenuArrange; private System.Windows.Forms.ContextMenuStrip contextMenuZoom; 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 Dongke.WinForm.Controls.InvoiceLayout.PaperArea paperArea; private Dongke.WinForm.Controls.InvoiceLayout.PaperBox paperBox; private System.Windows.Forms.Label lblRightBottomPoint; private System.Windows.Forms.PrintDialog printDialog; private System.Drawing.Printing.PrintDocument printDocument; //private System.Windows.Forms.PrintPreviewDialog printPreviewDialog; private System.Windows.Forms.OpenFileDialog openFileDialog; private System.Windows.Forms.Label lblLeftTopPoint; private System.Windows.Forms.PrintPreviewDialog printPreviewDialog1; } }