namespace LYFZ.Software.UI.ReportPrint.SuperSmallForm { partial class ModelSetSuperSmallForm { /// /// 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(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ModelSetSuperSmallForm)); this.nudModelWidth = new LYFZ.ComponentLibrary.NumericUpDownEx(this.components); this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx(); this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx(); this.nudModelHeight = new LYFZ.ComponentLibrary.NumericUpDownEx(this.components); this.btnOK = new LYFZ.ComponentLibrary.ButtonEx(); this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx(); this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx(); this.chkPrint = new LYFZ.ComponentLibrary.CheckBoxEx(); this.plExMainContainer.SuspendLayout(); this.plFormMainContent.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.nudModelWidth)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nudModelHeight)).BeginInit(); this.SuspendLayout(); // // plExMainContainer // this.plExMainContainer.Controls.Add(this.chkPrint); this.plExMainContainer.Controls.Add(this.labelEx3); this.plExMainContainer.Controls.Add(this.btnCancel); this.plExMainContainer.Controls.Add(this.btnOK); this.plExMainContainer.Controls.Add(this.nudModelHeight); this.plExMainContainer.Controls.Add(this.labelEx2); this.plExMainContainer.Controls.Add(this.labelEx1); this.plExMainContainer.Controls.Add(this.nudModelWidth); this.plExMainContainer.Size = new System.Drawing.Size(460, 265); // // plFormMainContent // this.plFormMainContent.Size = new System.Drawing.Size(460, 265); // // btnAppFormMaximize // this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg"))); this.btnAppFormMaximize.Location = new System.Drawing.Point(326, 0); // // btnAppFormExit // this.btnAppFormExit.Location = new System.Drawing.Point(428, 0); // // btnAppFormMinimize // this.btnAppFormMinimize.Location = new System.Drawing.Point(326, 0); // // nudModelWidth // this.nudModelWidth.Location = new System.Drawing.Point(184, 37); this.nudModelWidth.Maximum = new decimal(new int[] { 1000000, 0, 0, 0}); this.nudModelWidth.Minimum = new decimal(new int[] { 100, 0, 0, 0}); this.nudModelWidth.Name = "nudModelWidth"; this.nudModelWidth.Size = new System.Drawing.Size(138, 21); this.nudModelWidth.TabIndex = 0; this.nudModelWidth.Value = new decimal(new int[] { 100, 0, 0, 0}); // // labelEx1 // this.labelEx1.AutoSize = true; this.labelEx1.BackColor = System.Drawing.Color.Transparent; this.labelEx1.Location = new System.Drawing.Point(128, 41); this.labelEx1.Name = "labelEx1"; this.labelEx1.Size = new System.Drawing.Size(53, 12); this.labelEx1.TabIndex = 1; this.labelEx1.Text = "模板宽:"; // // labelEx2 // this.labelEx2.AutoSize = true; this.labelEx2.BackColor = System.Drawing.Color.Transparent; this.labelEx2.Location = new System.Drawing.Point(128, 80); this.labelEx2.Name = "labelEx2"; this.labelEx2.Size = new System.Drawing.Size(53, 12); this.labelEx2.TabIndex = 2; this.labelEx2.Text = "模板高:"; // // nudModelHeight // this.nudModelHeight.Location = new System.Drawing.Point(184, 75); this.nudModelHeight.Maximum = new decimal(new int[] { 1000000, 0, 0, 0}); this.nudModelHeight.Minimum = new decimal(new int[] { 100, 0, 0, 0}); this.nudModelHeight.Name = "nudModelHeight"; this.nudModelHeight.Size = new System.Drawing.Size(138, 21); this.nudModelHeight.TabIndex = 3; this.nudModelHeight.Value = new decimal(new int[] { 100, 0, 0, 0}); // // btnOK // this.btnOK.BackColor = System.Drawing.Color.Transparent; this.btnOK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOK.BackImg"))); this.btnOK.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnOK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnOK.ForeColor = System.Drawing.Color.White; this.btnOK.IsShowText = true; this.btnOK.Location = new System.Drawing.Point(108, 209); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(85, 28); this.btnOK.TabIndex = 4; this.btnOK.Text = "确定"; this.btnOK.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.IsShowText = true; this.btnCancel.Location = new System.Drawing.Point(246, 209); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(85, 28); this.btnCancel.TabIndex = 5; this.btnCancel.Text = "取消"; this.btnCancel.UseVisualStyleBackColor = false; // // labelEx3 // this.labelEx3.AutoSize = true; this.labelEx3.BackColor = System.Drawing.Color.Transparent; this.labelEx3.Location = new System.Drawing.Point(128, 115); this.labelEx3.Name = "labelEx3"; this.labelEx3.Size = new System.Drawing.Size(209, 12); this.labelEx3.TabIndex = 6; this.labelEx3.Text = "提示:最小值100起,最大值1000000止"; // // chkPrint // this.chkPrint.AutoSize = true; this.chkPrint.BackColor = System.Drawing.Color.Transparent; this.chkPrint.Checked = true; this.chkPrint.CheckState = System.Windows.Forms.CheckState.Checked; this.chkPrint.Font = new System.Drawing.Font("微软雅黑", 9F); this.chkPrint.Location = new System.Drawing.Point(130, 158); this.chkPrint.Name = "chkPrint"; this.chkPrint.Size = new System.Drawing.Size(111, 21); this.chkPrint.TabIndex = 7; this.chkPrint.Text = "打印出背景图片"; this.chkPrint.UseVisualStyleBackColor = false; // // ModelSetSuperSmallForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(460, 330); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "ModelSetSuperSmallForm"; this.Text = "设置模板大小"; this.plExMainContainer.ResumeLayout(false); this.plExMainContainer.PerformLayout(); this.plFormMainContent.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.nudModelWidth)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nudModelHeight)).EndInit(); this.ResumeLayout(false); } #endregion private ComponentLibrary.LabelEx labelEx2; private ComponentLibrary.LabelEx labelEx1; private ComponentLibrary.LabelEx labelEx3; protected ComponentLibrary.NumericUpDownEx nudModelWidth; protected ComponentLibrary.ButtonEx btnCancel; protected ComponentLibrary.ButtonEx btnOK; protected ComponentLibrary.NumericUpDownEx nudModelHeight; protected ComponentLibrary.CheckBoxEx chkPrint; } }