namespace HuizhongLibrary.ReportPrint { partial class PrintSetup { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.cmdPrintView = new System.Windows.Forms.Button(); this.cmdPrint = new System.Windows.Forms.Button(); this.groupBox5 = new System.Windows.Forms.GroupBox(); this.label7 = new System.Windows.Forms.Label(); this.txtColumnWidthRectify = new System.Windows.Forms.NumericUpDown(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.radioButton2 = new System.Windows.Forms.RadioButton(); this.radioButton1 = new System.Windows.Forms.RadioButton(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.txtStop = new System.Windows.Forms.NumericUpDown(); this.label6 = new System.Windows.Forms.Label(); this.txtStart = new System.Windows.Forms.NumericUpDown(); this.CheckPagerNumber = new System.Windows.Forms.CheckBox(); this.CheckPagerHeader = new System.Windows.Forms.CheckBox(); this.checkIsFillBlank = new System.Windows.Forms.CheckBox(); this.CheckCollate = new System.Windows.Forms.CheckBox(); this.txtCopies = new System.Windows.Forms.NumericUpDown(); this.label5 = new System.Windows.Forms.Label(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.txtHeight = new System.Windows.Forms.NumericUpDown(); this.txtWidth = new System.Windows.Forms.NumericUpDown(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.listPagerKinds = new System.Windows.Forms.ComboBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.listPinterName = new System.Windows.Forms.ComboBox(); this.groupBox5.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtColumnWidthRectify)).BeginInit(); this.groupBox4.SuspendLayout(); this.groupBox3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtStop)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtStart)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtCopies)).BeginInit(); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtHeight)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtWidth)).BeginInit(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // cmdPrintView // this.cmdPrintView.Location = new System.Drawing.Point(258, 256); this.cmdPrintView.Name = "cmdPrintView"; this.cmdPrintView.Size = new System.Drawing.Size(75, 23); this.cmdPrintView.TabIndex = 30; this.cmdPrintView.Text = "打印预览"; this.cmdPrintView.UseVisualStyleBackColor = true; this.cmdPrintView.Click += new System.EventHandler(this.cmdPrintView_Click); // // cmdPrint // this.cmdPrint.Location = new System.Drawing.Point(166, 256); this.cmdPrint.Name = "cmdPrint"; this.cmdPrint.Size = new System.Drawing.Size(75, 23); this.cmdPrint.TabIndex = 29; this.cmdPrint.Text = "打印"; this.cmdPrint.UseVisualStyleBackColor = true; this.cmdPrint.Click += new System.EventHandler(this.cmdPrint_Click); // // groupBox5 // this.groupBox5.Controls.Add(this.label7); this.groupBox5.Controls.Add(this.txtColumnWidthRectify); this.groupBox5.Location = new System.Drawing.Point(11, 236); this.groupBox5.Name = "groupBox5"; this.groupBox5.Size = new System.Drawing.Size(123, 49); this.groupBox5.TabIndex = 28; this.groupBox5.TabStop = false; this.groupBox5.Text = "列宽调整"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(86, 22); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(29, 12); this.label7.TabIndex = 8; this.label7.Text = "毫米"; // // txtColumnWidthRectify // this.txtColumnWidthRectify.DecimalPlaces = 1; this.txtColumnWidthRectify.Increment = new decimal(new int[] { 1, 0, 0, 65536}); this.txtColumnWidthRectify.Location = new System.Drawing.Point(16, 20); this.txtColumnWidthRectify.Name = "txtColumnWidthRectify"; this.txtColumnWidthRectify.ReadOnly = true; this.txtColumnWidthRectify.Size = new System.Drawing.Size(64, 21); this.txtColumnWidthRectify.TabIndex = 7; // // groupBox4 // this.groupBox4.Controls.Add(this.radioButton2); this.groupBox4.Controls.Add(this.radioButton1); this.groupBox4.Location = new System.Drawing.Point(206, 178); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(127, 52); this.groupBox4.TabIndex = 27; this.groupBox4.TabStop = false; this.groupBox4.Text = "方向"; // // radioButton2 // this.radioButton2.AutoSize = true; this.radioButton2.Enabled = false; this.radioButton2.Location = new System.Drawing.Point(64, 23); this.radioButton2.Name = "radioButton2"; this.radioButton2.Size = new System.Drawing.Size(47, 16); this.radioButton2.TabIndex = 1; this.radioButton2.TabStop = true; this.radioButton2.Text = "横向"; this.radioButton2.UseVisualStyleBackColor = true; // // radioButton1 // this.radioButton1.AutoSize = true; this.radioButton1.Enabled = false; this.radioButton1.Location = new System.Drawing.Point(11, 23); this.radioButton1.Name = "radioButton1"; this.radioButton1.Size = new System.Drawing.Size(47, 16); this.radioButton1.TabIndex = 0; this.radioButton1.TabStop = true; this.radioButton1.Text = "纵向"; this.radioButton1.UseVisualStyleBackColor = true; // // groupBox3 // this.groupBox3.Controls.Add(this.txtStop); this.groupBox3.Controls.Add(this.label6); this.groupBox3.Controls.Add(this.txtStart); this.groupBox3.Location = new System.Drawing.Point(11, 177); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(189, 53); this.groupBox3.TabIndex = 26; this.groupBox3.TabStop = false; this.groupBox3.Text = "打印范围"; // // txtStop // this.txtStop.Location = new System.Drawing.Point(109, 20); this.txtStop.Maximum = new decimal(new int[] { 1000, 0, 0, 0}); this.txtStop.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.txtStop.Name = "txtStop"; this.txtStop.Size = new System.Drawing.Size(61, 21); this.txtStop.TabIndex = 8; this.txtStop.Value = new decimal(new int[] { 1, 0, 0, 0}); this.txtStop.ValueChanged += new System.EventHandler(this.txtStop_ValueChanged); // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(86, 27); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(17, 12); this.label6.TabIndex = 7; this.label6.Text = "--"; // // txtStart // this.txtStart.Location = new System.Drawing.Point(19, 20); this.txtStart.Maximum = new decimal(new int[] { 1000, 0, 0, 0}); this.txtStart.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.txtStart.Name = "txtStart"; this.txtStart.Size = new System.Drawing.Size(61, 21); this.txtStart.TabIndex = 6; this.txtStart.Value = new decimal(new int[] { 1, 0, 0, 0}); this.txtStart.ValueChanged += new System.EventHandler(this.txtStart_ValueChanged); // // CheckPagerNumber // this.CheckPagerNumber.AutoSize = true; this.CheckPagerNumber.Checked = true; this.CheckPagerNumber.CheckState = System.Windows.Forms.CheckState.Checked; this.CheckPagerNumber.Location = new System.Drawing.Point(217, 117); this.CheckPagerNumber.Name = "CheckPagerNumber"; this.CheckPagerNumber.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.CheckPagerNumber.Size = new System.Drawing.Size(72, 16); this.CheckPagerNumber.TabIndex = 25; this.CheckPagerNumber.Text = "打印页码"; this.CheckPagerNumber.UseVisualStyleBackColor = true; // // CheckPagerHeader // this.CheckPagerHeader.AutoSize = true; this.CheckPagerHeader.Checked = true; this.CheckPagerHeader.CheckState = System.Windows.Forms.CheckState.Checked; this.CheckPagerHeader.Enabled = false; this.CheckPagerHeader.Location = new System.Drawing.Point(217, 136); this.CheckPagerHeader.Name = "CheckPagerHeader"; this.CheckPagerHeader.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.CheckPagerHeader.Size = new System.Drawing.Size(72, 16); this.CheckPagerHeader.TabIndex = 24; this.CheckPagerHeader.Text = "分页打印"; this.CheckPagerHeader.UseVisualStyleBackColor = true; // // checkIsFillBlank // this.checkIsFillBlank.AutoSize = true; this.checkIsFillBlank.Location = new System.Drawing.Point(217, 155); this.checkIsFillBlank.Name = "checkIsFillBlank"; this.checkIsFillBlank.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.checkIsFillBlank.Size = new System.Drawing.Size(72, 16); this.checkIsFillBlank.TabIndex = 23; this.checkIsFillBlank.Text = "填充空行"; this.checkIsFillBlank.UseVisualStyleBackColor = true; // // CheckCollate // this.CheckCollate.AutoSize = true; this.CheckCollate.Location = new System.Drawing.Point(217, 98); this.CheckCollate.Name = "CheckCollate"; this.CheckCollate.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.CheckCollate.Size = new System.Drawing.Size(72, 16); this.CheckCollate.TabIndex = 22; this.CheckCollate.Text = "逐份打印"; this.CheckCollate.UseVisualStyleBackColor = true; // // txtCopies // this.txtCopies.Location = new System.Drawing.Point(274, 71); this.txtCopies.Name = "txtCopies"; this.txtCopies.Size = new System.Drawing.Size(59, 21); this.txtCopies.TabIndex = 20; this.txtCopies.Value = new decimal(new int[] { 1, 0, 0, 0}); // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(215, 80); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(53, 12); this.label5.TabIndex = 21; this.label5.Text = "打印份数"; // // groupBox2 // this.groupBox2.Controls.Add(this.label4); this.groupBox2.Controls.Add(this.label3); this.groupBox2.Controls.Add(this.txtHeight); this.groupBox2.Controls.Add(this.txtWidth); this.groupBox2.Controls.Add(this.label2); this.groupBox2.Controls.Add(this.label1); this.groupBox2.Controls.Add(this.listPagerKinds); this.groupBox2.Location = new System.Drawing.Point(11, 71); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(189, 100); this.groupBox2.TabIndex = 19; this.groupBox2.TabStop = false; this.groupBox2.Text = "纸张选择"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(153, 77); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(29, 12); this.label4.TabIndex = 7; this.label4.Text = "毫米"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(153, 50); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(29, 12); this.label3.TabIndex = 6; this.label3.Text = "毫米"; // // txtHeight // this.txtHeight.Enabled = false; this.txtHeight.Location = new System.Drawing.Point(70, 75); this.txtHeight.Maximum = new decimal(new int[] { 1000, 0, 0, 0}); this.txtHeight.Name = "txtHeight"; this.txtHeight.Size = new System.Drawing.Size(77, 21); this.txtHeight.TabIndex = 5; this.txtHeight.ValueChanged += new System.EventHandler(this.txtHeight_ValueChanged); // // txtWidth // this.txtWidth.Enabled = false; this.txtWidth.Location = new System.Drawing.Point(70, 48); this.txtWidth.Maximum = new decimal(new int[] { 1000, 0, 0, 0}); this.txtWidth.Name = "txtWidth"; this.txtWidth.Size = new System.Drawing.Size(77, 21); this.txtWidth.TabIndex = 4; this.txtWidth.ValueChanged += new System.EventHandler(this.txtWidth_ValueChanged); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(17, 77); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(47, 12); this.label2.TabIndex = 3; this.label2.Text = "高度(H)"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(17, 50); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(47, 12); this.label1.TabIndex = 2; this.label1.Text = "宽度(W)"; // // listPagerKinds // this.listPagerKinds.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.listPagerKinds.FormattingEnabled = true; this.listPagerKinds.Location = new System.Drawing.Point(16, 20); this.listPagerKinds.Name = "listPagerKinds"; this.listPagerKinds.Size = new System.Drawing.Size(154, 20); this.listPagerKinds.TabIndex = 1; this.listPagerKinds.SelectedIndexChanged += new System.EventHandler(this.listPagerKinds_SelectedIndexChanged); // // groupBox1 // this.groupBox1.Controls.Add(this.listPinterName); this.groupBox1.Location = new System.Drawing.Point(12, 12); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(321, 53); this.groupBox1.TabIndex = 18; this.groupBox1.TabStop = false; this.groupBox1.Text = "打印机"; // // listPinterName // this.listPinterName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.listPinterName.FormattingEnabled = true; this.listPinterName.Location = new System.Drawing.Point(19, 21); this.listPinterName.Name = "listPinterName"; this.listPinterName.Size = new System.Drawing.Size(296, 20); this.listPinterName.TabIndex = 0; // // PrintSetup // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(355, 300); this.Controls.Add(this.cmdPrintView); this.Controls.Add(this.cmdPrint); this.Controls.Add(this.groupBox5); this.Controls.Add(this.groupBox4); this.Controls.Add(this.groupBox3); this.Controls.Add(this.CheckPagerNumber); this.Controls.Add(this.CheckPagerHeader); this.Controls.Add(this.checkIsFillBlank); this.Controls.Add(this.CheckCollate); this.Controls.Add(this.txtCopies); this.Controls.Add(this.label5); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "PrintSetup"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "打印"; this.groupBox5.ResumeLayout(false); this.groupBox5.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtColumnWidthRectify)).EndInit(); this.groupBox4.ResumeLayout(false); this.groupBox4.PerformLayout(); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtStop)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtStart)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtCopies)).EndInit(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtHeight)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtWidth)).EndInit(); this.groupBox1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button cmdPrintView; private System.Windows.Forms.Button cmdPrint; private System.Windows.Forms.GroupBox groupBox5; private System.Windows.Forms.Label label7; private System.Windows.Forms.NumericUpDown txtColumnWidthRectify; private System.Windows.Forms.GroupBox groupBox4; private System.Windows.Forms.RadioButton radioButton2; private System.Windows.Forms.RadioButton radioButton1; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.NumericUpDown txtStop; private System.Windows.Forms.Label label6; private System.Windows.Forms.NumericUpDown txtStart; private System.Windows.Forms.CheckBox CheckPagerNumber; private System.Windows.Forms.CheckBox CheckPagerHeader; private System.Windows.Forms.CheckBox checkIsFillBlank; private System.Windows.Forms.CheckBox CheckCollate; private System.Windows.Forms.NumericUpDown txtCopies; private System.Windows.Forms.Label label5; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.NumericUpDown txtHeight; private System.Windows.Forms.NumericUpDown txtWidth; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox listPagerKinds; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.ComboBox listPinterName; } }