namespace ProjectBase.Controls { partial class CoolPrintPreviewDialog { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } //#region Windows Form Designer generated code ///// ///// Required method for Designer support - do not modify ///// the contents of this method with the code editor. ///// //private void InitializeComponent() //{ // this.components = new System.ComponentModel.Container(); // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; // this.Text = "CoolPrintPreviewDialog"; //} //#endregion #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CoolPrintPreviewDialog)); this._toolStrip = new System.Windows.Forms.ToolStrip(); this._btnPrint = new System.Windows.Forms.ToolStripButton(); this._btnPageSetup = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this._btnZoom = new System.Windows.Forms.ToolStripSplitButton(); this._itemActualSize = new System.Windows.Forms.ToolStripMenuItem(); this._itemFullPage = new System.Windows.Forms.ToolStripMenuItem(); this._itemTwoPages = new System.Windows.Forms.ToolStripMenuItem(); this._itemPageWidth = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator(); this._item500 = new System.Windows.Forms.ToolStripMenuItem(); this._item200 = new System.Windows.Forms.ToolStripMenuItem(); this._item150 = new System.Windows.Forms.ToolStripMenuItem(); this._item100 = new System.Windows.Forms.ToolStripMenuItem(); this._item75 = new System.Windows.Forms.ToolStripMenuItem(); this._item50 = new System.Windows.Forms.ToolStripMenuItem(); this._item25 = new System.Windows.Forms.ToolStripMenuItem(); this._item10 = new System.Windows.Forms.ToolStripMenuItem(); this._btnFirst = new System.Windows.Forms.ToolStripButton(); this._btnPrev = new System.Windows.Forms.ToolStripButton(); this._txtStartPage = new System.Windows.Forms.ToolStripTextBox(); this._lblPageCount = new System.Windows.Forms.ToolStripLabel(); this._btnNext = new System.Windows.Forms.ToolStripButton(); this._btnLast = new System.Windows.Forms.ToolStripButton(); this._separator = new System.Windows.Forms.ToolStripSeparator(); this._btnCancel = new System.Windows.Forms.ToolStripButton(); this._preview = new ProjectBase.Controls.CoolPrintPreviewControl(); this._toolStrip.SuspendLayout(); this.SuspendLayout(); // // _toolStrip // this._toolStrip.AutoSize = false; this._toolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this._toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this._btnPrint, this._btnPageSetup, this.toolStripSeparator2, this._btnZoom, this._btnFirst, this._btnPrev, this._txtStartPage, this._lblPageCount, this._btnNext, this._btnLast, this._separator, this._btnCancel}); this._toolStrip.Location = new System.Drawing.Point(0, 0); this._toolStrip.Name = "_toolStrip"; this._toolStrip.Size = new System.Drawing.Size(748, 30); this._toolStrip.TabIndex = 0; this._toolStrip.Text = "toolStrip1"; // // _btnPrint // this._btnPrint.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this._btnPrint.Image = ((System.Drawing.Image)(resources.GetObject("_btnPrint.Image"))); this._btnPrint.ImageTransparentColor = System.Drawing.Color.Magenta; this._btnPrint.Name = "_btnPrint"; this._btnPrint.Size = new System.Drawing.Size(23, 27); this._btnPrint.Text = "打印文档"; this._btnPrint.Click += new System.EventHandler(this._btnPrint_Click); // // _btnPageSetup // this._btnPageSetup.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this._btnPageSetup.Image = ((System.Drawing.Image)(resources.GetObject("_btnPageSetup.Image"))); this._btnPageSetup.ImageTransparentColor = System.Drawing.Color.Magenta; this._btnPageSetup.Name = "_btnPageSetup"; this._btnPageSetup.Size = new System.Drawing.Size(23, 27); this._btnPageSetup.Text = "页面设置"; this._btnPageSetup.Click += new System.EventHandler(this._btnPageSetup_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 30); // // _btnZoom // this._btnZoom.AutoToolTip = false; this._btnZoom.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this._itemActualSize, this._itemFullPage, this._itemTwoPages, this._itemPageWidth, this.toolStripMenuItem1, this._item500, this._item200, this._item150, this._item100, this._item75, this._item50, this._item25, this._item10}); this._btnZoom.Image = ((System.Drawing.Image)(resources.GetObject("_btnZoom.Image"))); this._btnZoom.ImageTransparentColor = System.Drawing.Color.Magenta; this._btnZoom.Name = "_btnZoom"; this._btnZoom.Size = new System.Drawing.Size(79, 27); this._btnZoom.Text = "缩放(&Z)"; this._btnZoom.ButtonClick += new System.EventHandler(this._btnZoom_ButtonClick); this._btnZoom.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this._btnZoom_DropDownItemClicked); // // _itemActualSize // this._itemActualSize.Name = "_itemActualSize"; this._itemActualSize.Size = new System.Drawing.Size(180, 22); this._itemActualSize.Text = "实际尺寸"; // // _itemFullPage // this._itemFullPage.Name = "_itemFullPage"; this._itemFullPage.Size = new System.Drawing.Size(180, 22); this._itemFullPage.Text = "单页"; // // _itemTwoPages // this._itemTwoPages.Name = "_itemTwoPages"; this._itemTwoPages.Size = new System.Drawing.Size(180, 22); this._itemTwoPages.Text = "双页"; // // _itemPageWidth // this._itemPageWidth.Name = "_itemPageWidth"; this._itemPageWidth.Size = new System.Drawing.Size(180, 22); this._itemPageWidth.Text = "页宽"; // // toolStripMenuItem1 // this.toolStripMenuItem1.Name = "toolStripMenuItem1"; this.toolStripMenuItem1.Size = new System.Drawing.Size(177, 6); // // _item500 // this._item500.Name = "_item500"; this._item500.Size = new System.Drawing.Size(180, 22); this._item500.Text = "500%"; // // _item200 // this._item200.Name = "_item200"; this._item200.Size = new System.Drawing.Size(180, 22); this._item200.Text = "200%"; // // _item150 // this._item150.Name = "_item150"; this._item150.Size = new System.Drawing.Size(180, 22); this._item150.Text = "150%"; // // _item100 // this._item100.Name = "_item100"; this._item100.Size = new System.Drawing.Size(180, 22); this._item100.Text = "100%"; // // _item75 // this._item75.Name = "_item75"; this._item75.Size = new System.Drawing.Size(180, 22); this._item75.Text = "75%"; // // _item50 // this._item50.Name = "_item50"; this._item50.Size = new System.Drawing.Size(180, 22); this._item50.Text = "50%"; // // _item25 // this._item25.Name = "_item25"; this._item25.Size = new System.Drawing.Size(180, 22); this._item25.Text = "25%"; // // _item10 // this._item10.Name = "_item10"; this._item10.Size = new System.Drawing.Size(180, 22); this._item10.Text = "10%"; // // _btnFirst // this._btnFirst.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this._btnFirst.Image = ((System.Drawing.Image)(resources.GetObject("_btnFirst.Image"))); this._btnFirst.ImageTransparentColor = System.Drawing.Color.Red; this._btnFirst.Name = "_btnFirst"; this._btnFirst.Size = new System.Drawing.Size(23, 27); this._btnFirst.Text = "首页"; this._btnFirst.Click += new System.EventHandler(this._btnFirst_Click); // // _btnPrev // this._btnPrev.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this._btnPrev.Image = ((System.Drawing.Image)(resources.GetObject("_btnPrev.Image"))); this._btnPrev.ImageTransparentColor = System.Drawing.Color.Red; this._btnPrev.Name = "_btnPrev"; this._btnPrev.Size = new System.Drawing.Size(23, 27); this._btnPrev.Text = "上一页"; this._btnPrev.Click += new System.EventHandler(this._btnPrev_Click); // // _txtStartPage // this._txtStartPage.AutoSize = false; this._txtStartPage.Name = "_txtStartPage"; this._txtStartPage.Size = new System.Drawing.Size(32, 21); this._txtStartPage.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center; this._txtStartPage.Enter += new System.EventHandler(this._txtStartPage_Enter); this._txtStartPage.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this._txtStartPage_KeyPress); this._txtStartPage.Validating += new System.ComponentModel.CancelEventHandler(this._txtStartPage_Validating); // // _lblPageCount // this._lblPageCount.Name = "_lblPageCount"; this._lblPageCount.Size = new System.Drawing.Size(12, 27); this._lblPageCount.Text = " "; // // _btnNext // this._btnNext.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this._btnNext.Image = ((System.Drawing.Image)(resources.GetObject("_btnNext.Image"))); this._btnNext.ImageTransparentColor = System.Drawing.Color.Red; this._btnNext.Name = "_btnNext"; this._btnNext.Size = new System.Drawing.Size(23, 27); this._btnNext.Text = "下一页"; this._btnNext.Click += new System.EventHandler(this._btnNext_Click); // // _btnLast // this._btnLast.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this._btnLast.Image = ((System.Drawing.Image)(resources.GetObject("_btnLast.Image"))); this._btnLast.ImageTransparentColor = System.Drawing.Color.Red; this._btnLast.Name = "_btnLast"; this._btnLast.Size = new System.Drawing.Size(23, 27); this._btnLast.Text = "最后一页"; this._btnLast.Click += new System.EventHandler(this._btnLast_Click); // // _separator // this._separator.Name = "_separator"; this._separator.Size = new System.Drawing.Size(6, 30); this._separator.Visible = false; // // _btnCancel // this._btnCancel.AutoToolTip = false; this._btnCancel.Image = ((System.Drawing.Image)(resources.GetObject("_btnCancel.Image"))); this._btnCancel.ImageTransparentColor = System.Drawing.Color.Magenta; this._btnCancel.Name = "_btnCancel"; this._btnCancel.Size = new System.Drawing.Size(52, 27); this._btnCancel.Text = "取消"; this._btnCancel.Click += new System.EventHandler(this._btnCancel_Click); // // _preview // this._preview.AutoScroll = true; this._preview.Dock = System.Windows.Forms.DockStyle.Fill; this._preview.Document = null; this._preview.Location = new System.Drawing.Point(0, 30); this._preview.Name = "_preview"; this._preview.Size = new System.Drawing.Size(748, 677); this._preview.TabIndex = 1; this._preview.StartPageChanged += new System.EventHandler(this._preview_StartPageChanged); this._preview.PageCountChanged += new System.EventHandler(this._preview_PageCountChanged); // // CoolPrintPreviewDialog // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; this.ClientSize = new System.Drawing.Size(748, 707); this.Controls.Add(this._preview); this.Controls.Add(this._toolStrip); this.Name = "CoolPrintPreviewDialog"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "打印预览"; this._toolStrip.ResumeLayout(false); this._toolStrip.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ToolStrip _toolStrip; private System.Windows.Forms.ToolStripButton _btnPrint; private System.Windows.Forms.ToolStripButton _btnPageSetup; private CoolPrintPreviewControl _preview; private System.Windows.Forms.ToolStripSplitButton _btnZoom; private System.Windows.Forms.ToolStripMenuItem _itemActualSize; private System.Windows.Forms.ToolStripMenuItem _itemFullPage; private System.Windows.Forms.ToolStripMenuItem _itemPageWidth; private System.Windows.Forms.ToolStripMenuItem _itemTwoPages; private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem _item500; private System.Windows.Forms.ToolStripMenuItem _item200; private System.Windows.Forms.ToolStripMenuItem _item150; private System.Windows.Forms.ToolStripMenuItem _item100; private System.Windows.Forms.ToolStripMenuItem _item75; private System.Windows.Forms.ToolStripMenuItem _item50; private System.Windows.Forms.ToolStripMenuItem _item25; private System.Windows.Forms.ToolStripMenuItem _item10; private System.Windows.Forms.ToolStripButton _btnFirst; private System.Windows.Forms.ToolStripButton _btnPrev; private System.Windows.Forms.ToolStripTextBox _txtStartPage; private System.Windows.Forms.ToolStripLabel _lblPageCount; private System.Windows.Forms.ToolStripButton _btnNext; private System.Windows.Forms.ToolStripButton _btnLast; private System.Windows.Forms.ToolStripSeparator _separator; private System.Windows.Forms.ToolStripButton _btnCancel; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; } }