namespace BazaZamowien { partial class PrintOptions { #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(PrintOptions)); this.rdoSelectedRows = new System.Windows.Forms.RadioButton(); this.rdoAllRows = new System.Windows.Forms.RadioButton(); this.chkFitToPageWidth = new System.Windows.Forms.CheckBox(); this.lblTitle = new System.Windows.Forms.Label(); this.txtTitle = new System.Windows.Forms.TextBox(); this.gboxRowsToPrint = new System.Windows.Forms.GroupBox(); this.lblColumnsToPrint = new System.Windows.Forms.Label(); this.btnOK = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.chklst = new System.Windows.Forms.CheckedListBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.poziomaRadioButton = new System.Windows.Forms.RadioButton(); this.pionowaRadioButton = new System.Windows.Forms.RadioButton(); this.gboxRowsToPrint.SuspendLayout(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // rdoSelectedRows // this.rdoSelectedRows.AutoSize = true; this.rdoSelectedRows.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.rdoSelectedRows.Location = new System.Drawing.Point(91, 19); this.rdoSelectedRows.Name = "rdoSelectedRows"; this.rdoSelectedRows.Size = new System.Drawing.Size(67, 17); this.rdoSelectedRows.TabIndex = 1; this.rdoSelectedRows.TabStop = true; this.rdoSelectedRows.Text = "Selected"; this.rdoSelectedRows.UseVisualStyleBackColor = true; // // rdoAllRows // this.rdoAllRows.AutoSize = true; this.rdoAllRows.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.rdoAllRows.Location = new System.Drawing.Point(9, 19); this.rdoAllRows.Name = "rdoAllRows"; this.rdoAllRows.Size = new System.Drawing.Size(36, 17); this.rdoAllRows.TabIndex = 0; this.rdoAllRows.TabStop = true; this.rdoAllRows.Text = "All"; this.rdoAllRows.UseVisualStyleBackColor = true; // // chkFitToPageWidth // this.chkFitToPageWidth.AutoSize = true; this.chkFitToPageWidth.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.chkFitToPageWidth.FlatStyle = System.Windows.Forms.FlatStyle.System; this.chkFitToPageWidth.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.chkFitToPageWidth.Location = new System.Drawing.Point(187, 78); this.chkFitToPageWidth.Name = "chkFitToPageWidth"; this.chkFitToPageWidth.Size = new System.Drawing.Size(117, 18); this.chkFitToPageWidth.TabIndex = 21; this.chkFitToPageWidth.Text = "Dopasuj do strony"; this.chkFitToPageWidth.UseVisualStyleBackColor = true; // // lblTitle // this.lblTitle.AutoSize = true; this.lblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.lblTitle.Location = new System.Drawing.Point(184, 107); this.lblTitle.Name = "lblTitle"; this.lblTitle.Size = new System.Drawing.Size(75, 13); this.lblTitle.TabIndex = 20; this.lblTitle.Text = "Tytuł wydruku"; // // txtTitle // this.txtTitle.AcceptsReturn = true; this.txtTitle.Location = new System.Drawing.Point(184, 124); this.txtTitle.Multiline = true; this.txtTitle.Name = "txtTitle"; this.txtTitle.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.txtTitle.Size = new System.Drawing.Size(176, 77); this.txtTitle.TabIndex = 19; // // gboxRowsToPrint // this.gboxRowsToPrint.Controls.Add(this.rdoSelectedRows); this.gboxRowsToPrint.Controls.Add(this.rdoAllRows); this.gboxRowsToPrint.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.gboxRowsToPrint.Location = new System.Drawing.Point(184, 22); this.gboxRowsToPrint.Name = "gboxRowsToPrint"; this.gboxRowsToPrint.Size = new System.Drawing.Size(173, 42); this.gboxRowsToPrint.TabIndex = 18; this.gboxRowsToPrint.TabStop = false; this.gboxRowsToPrint.Text = "Rows to print"; this.gboxRowsToPrint.Visible = false; // // lblColumnsToPrint // this.lblColumnsToPrint.AutoSize = true; this.lblColumnsToPrint.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.lblColumnsToPrint.Location = new System.Drawing.Point(8, 9); this.lblColumnsToPrint.Name = "lblColumnsToPrint"; this.lblColumnsToPrint.Size = new System.Drawing.Size(105, 13); this.lblColumnsToPrint.TabIndex = 17; this.lblColumnsToPrint.Text = "Kolumny do wydruku"; // // btnOK // this.btnOK.BackColor = System.Drawing.SystemColors.Control; this.btnOK.Cursor = System.Windows.Forms.Cursors.Default; this.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnOK.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.btnOK.ForeColor = System.Drawing.SystemColors.ControlText; this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image"))); this.btnOK.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; this.btnOK.Location = new System.Drawing.Point(216, 275); this.btnOK.Name = "btnOK"; this.btnOK.RightToLeft = System.Windows.Forms.RightToLeft.No; this.btnOK.Size = new System.Drawing.Size(56, 25); this.btnOK.TabIndex = 14; this.btnOK.Text = "&OK"; this.btnOK.UseVisualStyleBackColor = false; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // btnCancel // this.btnCancel.BackColor = System.Drawing.SystemColors.Control; this.btnCancel.Cursor = System.Windows.Forms.Cursors.Default; this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnCancel.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.btnCancel.ForeColor = System.Drawing.SystemColors.ControlText; this.btnCancel.Image = ((System.Drawing.Image)(resources.GetObject("btnCancel.Image"))); this.btnCancel.Location = new System.Drawing.Point(294, 275); this.btnCancel.Name = "btnCancel"; this.btnCancel.RightToLeft = System.Windows.Forms.RightToLeft.No; this.btnCancel.Size = new System.Drawing.Size(56, 25); this.btnCancel.TabIndex = 15; this.btnCancel.Text = "Anuluj"; this.btnCancel.UseVisualStyleBackColor = false; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // chklst // this.chklst.CheckOnClick = true; this.chklst.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.chklst.FormattingEnabled = true; this.chklst.Location = new System.Drawing.Point(8, 28); this.chklst.Name = "chklst"; this.chklst.Size = new System.Drawing.Size(170, 274); this.chklst.TabIndex = 13; // // groupBox1 // this.groupBox1.Controls.Add(this.poziomaRadioButton); this.groupBox1.Controls.Add(this.pionowaRadioButton); this.groupBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.groupBox1.Location = new System.Drawing.Point(187, 216); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(173, 42); this.groupBox1.TabIndex = 19; this.groupBox1.TabStop = false; this.groupBox1.Text = "Strona"; // // poziomaRadioButton // this.poziomaRadioButton.AutoSize = true; this.poziomaRadioButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.poziomaRadioButton.Location = new System.Drawing.Point(91, 19); this.poziomaRadioButton.Name = "poziomaRadioButton"; this.poziomaRadioButton.Size = new System.Drawing.Size(65, 17); this.poziomaRadioButton.TabIndex = 1; this.poziomaRadioButton.Text = "Pozioma"; this.poziomaRadioButton.UseVisualStyleBackColor = true; // // pionowaRadioButton // this.pionowaRadioButton.AutoSize = true; this.pionowaRadioButton.Checked = true; this.pionowaRadioButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.pionowaRadioButton.Location = new System.Drawing.Point(9, 19); this.pionowaRadioButton.Name = "pionowaRadioButton"; this.pionowaRadioButton.Size = new System.Drawing.Size(66, 17); this.pionowaRadioButton.TabIndex = 0; this.pionowaRadioButton.TabStop = true; this.pionowaRadioButton.Text = "Pionowa"; this.pionowaRadioButton.UseVisualStyleBackColor = true; // // PrintOptions // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(369, 312); this.Controls.Add(this.groupBox1); this.Controls.Add(this.chkFitToPageWidth); this.Controls.Add(this.lblTitle); this.Controls.Add(this.txtTitle); this.Controls.Add(this.gboxRowsToPrint); this.Controls.Add(this.lblColumnsToPrint); this.Controls.Add(this.btnOK); this.Controls.Add(this.btnCancel); this.Controls.Add(this.chklst); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Name = "PrintOptions"; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Opcje drukowania"; this.Load += new System.EventHandler(this.PrintOtions_Load); this.gboxRowsToPrint.ResumeLayout(false); this.gboxRowsToPrint.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion internal System.Windows.Forms.RadioButton rdoSelectedRows; internal System.Windows.Forms.RadioButton rdoAllRows; internal System.Windows.Forms.CheckBox chkFitToPageWidth; internal System.Windows.Forms.Label lblTitle; internal System.Windows.Forms.TextBox txtTitle; internal System.Windows.Forms.GroupBox gboxRowsToPrint; internal System.Windows.Forms.Label lblColumnsToPrint; protected System.Windows.Forms.Button btnOK; protected System.Windows.Forms.Button btnCancel; internal System.Windows.Forms.CheckedListBox chklst; internal System.Windows.Forms.GroupBox groupBox1; internal System.Windows.Forms.RadioButton poziomaRadioButton; internal System.Windows.Forms.RadioButton pionowaRadioButton; } }