namespace LYFZ.Software.UI.ReportPrint.SetSmallForm { partial class PrintPreviewSmallForm { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PrintPreviewSmallForm)); this.btnPrint = new LYFZ.ComponentLibrary.ButtonEx(); this.ptPreview = new System.Windows.Forms.PrintPreviewControl(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.btnZoom = new LYFZ.ComponentLibrary.ButtonEx(); this.btnReduce = new LYFZ.ComponentLibrary.ButtonEx(); this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx(); this.btnCenter = new LYFZ.ComponentLibrary.ButtonEx(); this.btnSavePicture = new LYFZ.ComponentLibrary.ButtonEx(); this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx(); this.cmbtreevStyle = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx(); this.cmbtreevPrinters = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx(); this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx(); this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx(); this.btnSet = new LYFZ.ComponentLibrary.ButtonEx(); this.numValue = new LYFZ.ComponentLibrary.NumericUpDownEx(this.components); this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx(); this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx(); this.chkPrintPhotoBackground = new System.Windows.Forms.CheckBox(); this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx(); this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx(); this.plExMainContainer.SuspendLayout(); this.plFormMainContent.SuspendLayout(); this.panelEx1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numValue)).BeginInit(); this.panelEx2.SuspendLayout(); this.SuspendLayout(); // // plExMainContainer // this.plExMainContainer.AutoScroll = true; this.plExMainContainer.Controls.Add(this.ptPreview); this.plExMainContainer.Controls.Add(this.panelEx4); this.plExMainContainer.Controls.Add(this.panelEx3); this.plExMainContainer.Controls.Add(this.panelEx2); this.plExMainContainer.Controls.Add(this.panelEx1); this.plExMainContainer.Size = new System.Drawing.Size(950, 565); // // plFormMainContent // this.plFormMainContent.Size = new System.Drawing.Size(950, 565); // // btnAppFormMenu // this.btnAppFormMenu.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMenu.BackImg"))); this.btnAppFormMenu.Location = new System.Drawing.Point(891, 0); // // btnAppFormMaximize // this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg"))); this.btnAppFormMaximize.Location = new System.Drawing.Point(891, 0); // // btnAppFormExit // this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg"))); this.btnAppFormExit.Location = new System.Drawing.Point(918, 0); // // btnAppFormMinimize // this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg"))); this.btnAppFormMinimize.Location = new System.Drawing.Point(864, 0); // // btnPrint // this.btnPrint.BackColor = System.Drawing.Color.Transparent; this.btnPrint.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPrint.BackImg"))); this.btnPrint.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnPrint.ForeColor = System.Drawing.Color.White; this.btnPrint.IsCustomBackImg = false; this.btnPrint.IsShowText = true; this.btnPrint.Location = new System.Drawing.Point(7, 12); this.btnPrint.Name = "btnPrint"; this.btnPrint.Size = new System.Drawing.Size(80, 28); this.btnPrint.TabIndex = 1; this.btnPrint.Text = " 打印"; this.btnPrint.UseVisualStyleBackColor = false; // // ptPreview // this.ptPreview.AutoZoom = false; this.ptPreview.ContextMenuStrip = this.contextMenuStrip1; this.ptPreview.Dock = System.Windows.Forms.DockStyle.Fill; this.ptPreview.Location = new System.Drawing.Point(95, 30); this.ptPreview.Name = "ptPreview"; this.ptPreview.Size = new System.Drawing.Size(845, 525); this.ptPreview.TabIndex = 0; this.ptPreview.UseAntiAlias = true; this.ptPreview.Zoom = 1D; // // contextMenuStrip1 // this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(153, 26); // // btnZoom // this.btnZoom.BackColor = System.Drawing.Color.Transparent; this.btnZoom.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnZoom.BackImg"))); this.btnZoom.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnZoom.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnZoom.ForeColor = System.Drawing.Color.White; this.btnZoom.IsCustomBackImg = false; this.btnZoom.IsShowText = true; this.btnZoom.Location = new System.Drawing.Point(7, 114); this.btnZoom.Name = "btnZoom"; this.btnZoom.Size = new System.Drawing.Size(80, 28); this.btnZoom.TabIndex = 2; this.btnZoom.Text = " 放大"; this.btnZoom.UseVisualStyleBackColor = false; // // btnReduce // this.btnReduce.BackColor = System.Drawing.Color.Transparent; this.btnReduce.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnReduce.BackImg"))); this.btnReduce.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnReduce.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnReduce.ForeColor = System.Drawing.Color.White; this.btnReduce.IsCustomBackImg = false; this.btnReduce.IsShowText = true; this.btnReduce.Location = new System.Drawing.Point(7, 148); this.btnReduce.Name = "btnReduce"; this.btnReduce.Size = new System.Drawing.Size(80, 28); this.btnReduce.TabIndex = 3; this.btnReduce.Text = " 缩小"; this.btnReduce.UseVisualStyleBackColor = false; // // btnCancel // this.btnCancel.BackColor = System.Drawing.Color.Transparent; this.btnCancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCancel.BackImg"))); this.btnCancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnCancel.ForeColor = System.Drawing.Color.White; this.btnCancel.IsCustomBackImg = false; this.btnCancel.IsShowText = true; this.btnCancel.Location = new System.Drawing.Point(7, 46); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(80, 28); this.btnCancel.TabIndex = 4; this.btnCancel.Text = " 取消"; this.btnCancel.UseVisualStyleBackColor = false; // // btnCenter // this.btnCenter.BackColor = System.Drawing.Color.Transparent; this.btnCenter.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCenter.BackImg"))); this.btnCenter.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnCenter.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnCenter.ForeColor = System.Drawing.Color.White; this.btnCenter.IsCustomBackImg = false; this.btnCenter.IsShowText = true; this.btnCenter.Location = new System.Drawing.Point(7, 182); this.btnCenter.Name = "btnCenter"; this.btnCenter.Size = new System.Drawing.Size(80, 28); this.btnCenter.TabIndex = 5; this.btnCenter.Text = " 适中"; this.btnCenter.UseVisualStyleBackColor = false; // // btnSavePicture // this.btnSavePicture.BackColor = System.Drawing.Color.Transparent; this.btnSavePicture.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSavePicture.BackImg"))); this.btnSavePicture.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnSavePicture.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnSavePicture.ForeColor = System.Drawing.Color.White; this.btnSavePicture.IsCustomBackImg = false; this.btnSavePicture.IsShowText = true; this.btnSavePicture.Location = new System.Drawing.Point(7, 80); this.btnSavePicture.Name = "btnSavePicture"; this.btnSavePicture.Size = new System.Drawing.Size(80, 28); this.btnSavePicture.TabIndex = 6; this.btnSavePicture.Text = " 另存为"; this.btnSavePicture.UseVisualStyleBackColor = false; // // panelEx1 // this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx1.BorderWidth = 1; this.panelEx1.Controls.Add(this.cmbtreevStyle); this.panelEx1.Controls.Add(this.cmbtreevPrinters); this.panelEx1.Controls.Add(this.labelEx3); this.panelEx1.Controls.Add(this.labelEx2); this.panelEx1.Dock = System.Windows.Forms.DockStyle.Top; this.panelEx1.Location = new System.Drawing.Point(0, 0); this.panelEx1.Name = "panelEx1"; this.panelEx1.Size = new System.Drawing.Size(950, 30); this.panelEx1.TabIndex = 10; // // cmbtreevStyle // this.cmbtreevStyle.AfterSelectLevelFirstNode = true; this.cmbtreevStyle.BackColor = System.Drawing.Color.White; this.cmbtreevStyle.DropDownHeight = 220; this.cmbtreevStyle.DropDownShow = true; this.cmbtreevStyle.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.cmbtreevStyle.IntegralHeight = false; this.cmbtreevStyle.IsNodeMouseClick = true; this.cmbtreevStyle.IsSelectParentNode = false; this.cmbtreevStyle.Location = new System.Drawing.Point(131, 3); this.cmbtreevStyle.Name = "cmbtreevStyle"; this.cmbtreevStyle.ReadOnly = true; this.cmbtreevStyle.SelectedNode = null; this.cmbtreevStyle.Size = new System.Drawing.Size(300, 23); this.cmbtreevStyle.StrGetName = ""; this.cmbtreevStyle.StrGetTagName = ""; this.cmbtreevStyle.StrKey = null; this.cmbtreevStyle.TabIndex = 11; // // cmbtreevPrinters // this.cmbtreevPrinters.AfterSelectLevelFirstNode = true; this.cmbtreevPrinters.BackColor = System.Drawing.Color.White; this.cmbtreevPrinters.DropDownHeight = 220; this.cmbtreevPrinters.DropDownShow = true; this.cmbtreevPrinters.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.cmbtreevPrinters.IntegralHeight = false; this.cmbtreevPrinters.IsNodeMouseClick = true; this.cmbtreevPrinters.IsSelectParentNode = false; this.cmbtreevPrinters.Location = new System.Drawing.Point(486, 3); this.cmbtreevPrinters.Name = "cmbtreevPrinters"; this.cmbtreevPrinters.ReadOnly = true; this.cmbtreevPrinters.SelectedNode = null; this.cmbtreevPrinters.Size = new System.Drawing.Size(450, 23); this.cmbtreevPrinters.StrGetName = ""; this.cmbtreevPrinters.StrGetTagName = ""; this.cmbtreevPrinters.StrKey = null; this.cmbtreevPrinters.TabIndex = 10; // // labelEx3 // this.labelEx3.AutoSize = true; this.labelEx3.BackColor = System.Drawing.Color.Transparent; this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx3.Location = new System.Drawing.Point(434, 5); this.labelEx3.Name = "labelEx3"; this.labelEx3.Size = new System.Drawing.Size(48, 19); this.labelEx3.TabIndex = 13; this.labelEx3.Text = "打印机"; // // labelEx2 // this.labelEx2.AutoSize = true; this.labelEx2.BackColor = System.Drawing.Color.Transparent; this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx2.Location = new System.Drawing.Point(92, 5); this.labelEx2.Name = "labelEx2"; this.labelEx2.Size = new System.Drawing.Size(35, 19); this.labelEx2.TabIndex = 12; this.labelEx2.Text = "风格"; // // btnSet // this.btnSet.BackColor = System.Drawing.Color.Transparent; this.btnSet.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSet.BackImg"))); this.btnSet.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnSet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnSet.ForeColor = System.Drawing.Color.White; this.btnSet.IsCustomBackImg = false; this.btnSet.IsShowText = true; this.btnSet.Location = new System.Drawing.Point(7, 216); this.btnSet.Name = "btnSet"; this.btnSet.Size = new System.Drawing.Size(80, 28); this.btnSet.TabIndex = 14; this.btnSet.Text = " 设置"; this.btnSet.UseVisualStyleBackColor = false; // // numValue // this.numValue.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80))))); this.numValue.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.numValue.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168))))); this.numValue.Font = new System.Drawing.Font("宋体", 12F); this.numValue.IsCustomColor = false; this.numValue.Location = new System.Drawing.Point(32, 254); this.numValue.Maximum = new decimal(new int[] { 50, 0, 0, 0}); this.numValue.Name = "numValue"; this.numValue.ReadOnly = true; this.numValue.Size = new System.Drawing.Size(55, 26); this.numValue.TabIndex = 9; this.numValue.Value = new decimal(new int[] { 1, 0, 0, 0}); // // labelEx1 // this.labelEx1.AutoSize = true; this.labelEx1.BackColor = System.Drawing.Color.Transparent; this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx1.Location = new System.Drawing.Point(7, 257); this.labelEx1.Name = "labelEx1"; this.labelEx1.Size = new System.Drawing.Size(22, 19); this.labelEx1.TabIndex = 8; this.labelEx1.Text = "页"; // // panelEx2 // this.panelEx2.BackColor = System.Drawing.Color.Transparent; this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx2.BorderWidth = 1; this.panelEx2.Controls.Add(this.chkPrintPhotoBackground); this.panelEx2.Controls.Add(this.btnSet); this.panelEx2.Controls.Add(this.labelEx1); this.panelEx2.Controls.Add(this.numValue); this.panelEx2.Controls.Add(this.btnZoom); this.panelEx2.Controls.Add(this.btnReduce); this.panelEx2.Controls.Add(this.btnCenter); this.panelEx2.Controls.Add(this.btnSavePicture); this.panelEx2.Controls.Add(this.btnPrint); this.panelEx2.Controls.Add(this.btnCancel); this.panelEx2.Dock = System.Windows.Forms.DockStyle.Left; this.panelEx2.Location = new System.Drawing.Point(0, 30); this.panelEx2.Name = "panelEx2"; this.panelEx2.Size = new System.Drawing.Size(95, 535); this.panelEx2.TabIndex = 11; // // chkPrintPhotoBackground // this.chkPrintPhotoBackground.AutoSize = true; this.chkPrintPhotoBackground.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.chkPrintPhotoBackground.Location = new System.Drawing.Point(11, 290); this.chkPrintPhotoBackground.Name = "chkPrintPhotoBackground"; this.chkPrintPhotoBackground.Size = new System.Drawing.Size(75, 21); this.chkPrintPhotoBackground.TabIndex = 15; this.chkPrintPhotoBackground.Text = "图片打印"; this.chkPrintPhotoBackground.UseVisualStyleBackColor = true; this.chkPrintPhotoBackground.Visible = false; // // panelEx3 // this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx3.BorderWidth = 1; this.panelEx3.Dock = System.Windows.Forms.DockStyle.Bottom; this.panelEx3.Location = new System.Drawing.Point(95, 555); this.panelEx3.Name = "panelEx3"; this.panelEx3.Size = new System.Drawing.Size(855, 10); this.panelEx3.TabIndex = 12; // // panelEx4 // this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx4.BorderWidth = 1; this.panelEx4.Dock = System.Windows.Forms.DockStyle.Right; this.panelEx4.Location = new System.Drawing.Point(940, 30); this.panelEx4.Name = "panelEx4"; this.panelEx4.Size = new System.Drawing.Size(10, 525); this.panelEx4.TabIndex = 13; // // PrintPreviewSmallForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage"))); this.ClientSize = new System.Drawing.Size(950, 630); this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139))))); this.ImeMode = System.Windows.Forms.ImeMode.On; this.Name = "PrintPreviewSmallForm"; this.Text = "打印预览"; this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage"))); this.Controls.SetChildIndex(this.btnAppFormMaximize, 0); this.Controls.SetChildIndex(this.btnAppFormExit, 0); this.Controls.SetChildIndex(this.btnAppFormMinimize, 0); this.Controls.SetChildIndex(this.btnAppFormMenu, 0); this.Controls.SetChildIndex(this.btnAppFormSkin, 0); this.Controls.SetChildIndex(this.plFormMainContent, 0); this.plExMainContainer.ResumeLayout(false); this.plFormMainContent.ResumeLayout(false); this.panelEx1.ResumeLayout(false); this.panelEx1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numValue)).EndInit(); this.panelEx2.ResumeLayout(false); this.panelEx2.PerformLayout(); this.ResumeLayout(false); } #endregion protected ComponentLibrary.ButtonEx btnPrint; protected System.Windows.Forms.PrintPreviewControl ptPreview; protected ComponentLibrary.ButtonEx btnZoom; protected ComponentLibrary.ButtonEx btnReduce; protected ComponentLibrary.ButtonEx btnCancel; protected ComponentLibrary.ButtonEx btnSavePicture; protected ComponentLibrary.ButtonEx btnCenter; private ComponentLibrary.PanelEx panelEx1; protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevPrinters; private ComponentLibrary.LabelEx labelEx3; protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevStyle; private ComponentLibrary.LabelEx labelEx2; private ComponentLibrary.LabelEx labelEx1; protected ComponentLibrary.NumericUpDownEx numValue; protected internal ComponentLibrary.ButtonEx btnSet; private ComponentLibrary.PanelEx panelEx2; protected internal System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private ComponentLibrary.PanelEx panelEx4; private ComponentLibrary.PanelEx panelEx3; protected internal System.Windows.Forms.CheckBox chkPrintPhotoBackground; } }