| 1 | namespace BazaZamowien
|
|---|
| 2 | {
|
|---|
| 3 | partial class PrintOptions
|
|---|
| 4 | {
|
|---|
| 5 |
|
|---|
| 6 | #region Windows Form Designer generated code
|
|---|
| 7 |
|
|---|
| 8 | /// <summary>
|
|---|
| 9 | /// Required method for Designer support - do not modify
|
|---|
| 10 | /// the contents of this method with the code editor.
|
|---|
| 11 | /// </summary>
|
|---|
| 12 | private void InitializeComponent()
|
|---|
| 13 | {
|
|---|
| 14 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PrintOptions));
|
|---|
| 15 | this.rdoSelectedRows = new System.Windows.Forms.RadioButton();
|
|---|
| 16 | this.rdoAllRows = new System.Windows.Forms.RadioButton();
|
|---|
| 17 | this.chkFitToPageWidth = new System.Windows.Forms.CheckBox();
|
|---|
| 18 | this.lblTitle = new System.Windows.Forms.Label();
|
|---|
| 19 | this.txtTitle = new System.Windows.Forms.TextBox();
|
|---|
| 20 | this.gboxRowsToPrint = new System.Windows.Forms.GroupBox();
|
|---|
| 21 | this.lblColumnsToPrint = new System.Windows.Forms.Label();
|
|---|
| 22 | this.btnOK = new System.Windows.Forms.Button();
|
|---|
| 23 | this.btnCancel = new System.Windows.Forms.Button();
|
|---|
| 24 | this.chklst = new System.Windows.Forms.CheckedListBox();
|
|---|
| 25 | this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|---|
| 26 | this.poziomaRadioButton = new System.Windows.Forms.RadioButton();
|
|---|
| 27 | this.pionowaRadioButton = new System.Windows.Forms.RadioButton();
|
|---|
| 28 | this.gboxRowsToPrint.SuspendLayout();
|
|---|
| 29 | this.groupBox1.SuspendLayout();
|
|---|
| 30 | this.SuspendLayout();
|
|---|
| 31 | //
|
|---|
| 32 | // rdoSelectedRows
|
|---|
| 33 | //
|
|---|
| 34 | this.rdoSelectedRows.AutoSize = true;
|
|---|
| 35 | this.rdoSelectedRows.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|---|
| 36 | this.rdoSelectedRows.Location = new System.Drawing.Point(91, 19);
|
|---|
| 37 | this.rdoSelectedRows.Name = "rdoSelectedRows";
|
|---|
| 38 | this.rdoSelectedRows.Size = new System.Drawing.Size(67, 17);
|
|---|
| 39 | this.rdoSelectedRows.TabIndex = 1;
|
|---|
| 40 | this.rdoSelectedRows.TabStop = true;
|
|---|
| 41 | this.rdoSelectedRows.Text = "Selected";
|
|---|
| 42 | this.rdoSelectedRows.UseVisualStyleBackColor = true;
|
|---|
| 43 | //
|
|---|
| 44 | // rdoAllRows
|
|---|
| 45 | //
|
|---|
| 46 | this.rdoAllRows.AutoSize = true;
|
|---|
| 47 | this.rdoAllRows.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|---|
| 48 | this.rdoAllRows.Location = new System.Drawing.Point(9, 19);
|
|---|
| 49 | this.rdoAllRows.Name = "rdoAllRows";
|
|---|
| 50 | this.rdoAllRows.Size = new System.Drawing.Size(36, 17);
|
|---|
| 51 | this.rdoAllRows.TabIndex = 0;
|
|---|
| 52 | this.rdoAllRows.TabStop = true;
|
|---|
| 53 | this.rdoAllRows.Text = "All";
|
|---|
| 54 | this.rdoAllRows.UseVisualStyleBackColor = true;
|
|---|
| 55 | //
|
|---|
| 56 | // chkFitToPageWidth
|
|---|
| 57 | //
|
|---|
| 58 | this.chkFitToPageWidth.AutoSize = true;
|
|---|
| 59 | this.chkFitToPageWidth.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|---|
| 60 | this.chkFitToPageWidth.FlatStyle = System.Windows.Forms.FlatStyle.System;
|
|---|
| 61 | this.chkFitToPageWidth.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|---|
| 62 | this.chkFitToPageWidth.Location = new System.Drawing.Point(187, 78);
|
|---|
| 63 | this.chkFitToPageWidth.Name = "chkFitToPageWidth";
|
|---|
| 64 | this.chkFitToPageWidth.Size = new System.Drawing.Size(117, 18);
|
|---|
| 65 | this.chkFitToPageWidth.TabIndex = 21;
|
|---|
| 66 | this.chkFitToPageWidth.Text = "Dopasuj do strony";
|
|---|
| 67 | this.chkFitToPageWidth.UseVisualStyleBackColor = true;
|
|---|
| 68 | //
|
|---|
| 69 | // lblTitle
|
|---|
| 70 | //
|
|---|
| 71 | this.lblTitle.AutoSize = true;
|
|---|
| 72 | this.lblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|---|
| 73 | this.lblTitle.Location = new System.Drawing.Point(184, 107);
|
|---|
| 74 | this.lblTitle.Name = "lblTitle";
|
|---|
| 75 | this.lblTitle.Size = new System.Drawing.Size(75, 13);
|
|---|
| 76 | this.lblTitle.TabIndex = 20;
|
|---|
| 77 | this.lblTitle.Text = "Tytu³ wydruku";
|
|---|
| 78 | //
|
|---|
| 79 | // txtTitle
|
|---|
| 80 | //
|
|---|
| 81 | this.txtTitle.AcceptsReturn = true;
|
|---|
| 82 | this.txtTitle.Location = new System.Drawing.Point(184, 124);
|
|---|
| 83 | this.txtTitle.Multiline = true;
|
|---|
| 84 | this.txtTitle.Name = "txtTitle";
|
|---|
| 85 | this.txtTitle.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
|---|
| 86 | this.txtTitle.Size = new System.Drawing.Size(176, 77);
|
|---|
| 87 | this.txtTitle.TabIndex = 19;
|
|---|
| 88 | //
|
|---|
| 89 | // gboxRowsToPrint
|
|---|
| 90 | //
|
|---|
| 91 | this.gboxRowsToPrint.Controls.Add(this.rdoSelectedRows);
|
|---|
| 92 | this.gboxRowsToPrint.Controls.Add(this.rdoAllRows);
|
|---|
| 93 | this.gboxRowsToPrint.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|---|
| 94 | this.gboxRowsToPrint.Location = new System.Drawing.Point(184, 22);
|
|---|
| 95 | this.gboxRowsToPrint.Name = "gboxRowsToPrint";
|
|---|
| 96 | this.gboxRowsToPrint.Size = new System.Drawing.Size(173, 42);
|
|---|
| 97 | this.gboxRowsToPrint.TabIndex = 18;
|
|---|
| 98 | this.gboxRowsToPrint.TabStop = false;
|
|---|
| 99 | this.gboxRowsToPrint.Text = "Rows to print";
|
|---|
| 100 | this.gboxRowsToPrint.Visible = false;
|
|---|
| 101 | //
|
|---|
| 102 | // lblColumnsToPrint
|
|---|
| 103 | //
|
|---|
| 104 | this.lblColumnsToPrint.AutoSize = true;
|
|---|
| 105 | this.lblColumnsToPrint.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|---|
| 106 | this.lblColumnsToPrint.Location = new System.Drawing.Point(8, 9);
|
|---|
| 107 | this.lblColumnsToPrint.Name = "lblColumnsToPrint";
|
|---|
| 108 | this.lblColumnsToPrint.Size = new System.Drawing.Size(105, 13);
|
|---|
| 109 | this.lblColumnsToPrint.TabIndex = 17;
|
|---|
| 110 | this.lblColumnsToPrint.Text = "Kolumny do wydruku";
|
|---|
| 111 | //
|
|---|
| 112 | // btnOK
|
|---|
| 113 | //
|
|---|
| 114 | this.btnOK.BackColor = System.Drawing.SystemColors.Control;
|
|---|
| 115 | this.btnOK.Cursor = System.Windows.Forms.Cursors.Default;
|
|---|
| 116 | this.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.System;
|
|---|
| 117 | this.btnOK.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|---|
| 118 | this.btnOK.ForeColor = System.Drawing.SystemColors.ControlText;
|
|---|
| 119 | this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image")));
|
|---|
| 120 | this.btnOK.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|---|
| 121 | this.btnOK.Location = new System.Drawing.Point(216, 275);
|
|---|
| 122 | this.btnOK.Name = "btnOK";
|
|---|
| 123 | this.btnOK.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|---|
| 124 | this.btnOK.Size = new System.Drawing.Size(56, 25);
|
|---|
| 125 | this.btnOK.TabIndex = 14;
|
|---|
| 126 | this.btnOK.Text = "&OK";
|
|---|
| 127 | this.btnOK.UseVisualStyleBackColor = false;
|
|---|
| 128 | this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
|
|---|
| 129 | //
|
|---|
| 130 | // btnCancel
|
|---|
| 131 | //
|
|---|
| 132 | this.btnCancel.BackColor = System.Drawing.SystemColors.Control;
|
|---|
| 133 | this.btnCancel.Cursor = System.Windows.Forms.Cursors.Default;
|
|---|
| 134 | this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|---|
| 135 | this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
|
|---|
| 136 | this.btnCancel.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|---|
| 137 | this.btnCancel.ForeColor = System.Drawing.SystemColors.ControlText;
|
|---|
| 138 | this.btnCancel.Image = ((System.Drawing.Image)(resources.GetObject("btnCancel.Image")));
|
|---|
| 139 | this.btnCancel.Location = new System.Drawing.Point(294, 275);
|
|---|
| 140 | this.btnCancel.Name = "btnCancel";
|
|---|
| 141 | this.btnCancel.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|---|
| 142 | this.btnCancel.Size = new System.Drawing.Size(56, 25);
|
|---|
| 143 | this.btnCancel.TabIndex = 15;
|
|---|
| 144 | this.btnCancel.Text = "Anuluj";
|
|---|
| 145 | this.btnCancel.UseVisualStyleBackColor = false;
|
|---|
| 146 | this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
|---|
| 147 | //
|
|---|
| 148 | // chklst
|
|---|
| 149 | //
|
|---|
| 150 | this.chklst.CheckOnClick = true;
|
|---|
| 151 | this.chklst.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|---|
| 152 | this.chklst.FormattingEnabled = true;
|
|---|
| 153 | this.chklst.Location = new System.Drawing.Point(8, 28);
|
|---|
| 154 | this.chklst.Name = "chklst";
|
|---|
| 155 | this.chklst.Size = new System.Drawing.Size(170, 274);
|
|---|
| 156 | this.chklst.TabIndex = 13;
|
|---|
| 157 | //
|
|---|
| 158 | // groupBox1
|
|---|
| 159 | //
|
|---|
| 160 | this.groupBox1.Controls.Add(this.poziomaRadioButton);
|
|---|
| 161 | this.groupBox1.Controls.Add(this.pionowaRadioButton);
|
|---|
| 162 | this.groupBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|---|
| 163 | this.groupBox1.Location = new System.Drawing.Point(187, 216);
|
|---|
| 164 | this.groupBox1.Name = "groupBox1";
|
|---|
| 165 | this.groupBox1.Size = new System.Drawing.Size(173, 42);
|
|---|
| 166 | this.groupBox1.TabIndex = 19;
|
|---|
| 167 | this.groupBox1.TabStop = false;
|
|---|
| 168 | this.groupBox1.Text = "Strona";
|
|---|
| 169 | //
|
|---|
| 170 | // poziomaRadioButton
|
|---|
| 171 | //
|
|---|
| 172 | this.poziomaRadioButton.AutoSize = true;
|
|---|
| 173 | this.poziomaRadioButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|---|
| 174 | this.poziomaRadioButton.Location = new System.Drawing.Point(91, 19);
|
|---|
| 175 | this.poziomaRadioButton.Name = "poziomaRadioButton";
|
|---|
| 176 | this.poziomaRadioButton.Size = new System.Drawing.Size(65, 17);
|
|---|
| 177 | this.poziomaRadioButton.TabIndex = 1;
|
|---|
| 178 | this.poziomaRadioButton.Text = "Pozioma";
|
|---|
| 179 | this.poziomaRadioButton.UseVisualStyleBackColor = true;
|
|---|
| 180 | //
|
|---|
| 181 | // pionowaRadioButton
|
|---|
| 182 | //
|
|---|
| 183 | this.pionowaRadioButton.AutoSize = true;
|
|---|
| 184 | this.pionowaRadioButton.Checked = true;
|
|---|
| 185 | this.pionowaRadioButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|---|
| 186 | this.pionowaRadioButton.Location = new System.Drawing.Point(9, 19);
|
|---|
| 187 | this.pionowaRadioButton.Name = "pionowaRadioButton";
|
|---|
| 188 | this.pionowaRadioButton.Size = new System.Drawing.Size(66, 17);
|
|---|
| 189 | this.pionowaRadioButton.TabIndex = 0;
|
|---|
| 190 | this.pionowaRadioButton.TabStop = true;
|
|---|
| 191 | this.pionowaRadioButton.Text = "Pionowa";
|
|---|
| 192 | this.pionowaRadioButton.UseVisualStyleBackColor = true;
|
|---|
| 193 | //
|
|---|
| 194 | // PrintOptions
|
|---|
| 195 | //
|
|---|
| 196 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|---|
| 197 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|---|
| 198 | this.ClientSize = new System.Drawing.Size(369, 312);
|
|---|
| 199 | this.Controls.Add(this.groupBox1);
|
|---|
| 200 | this.Controls.Add(this.chkFitToPageWidth);
|
|---|
| 201 | this.Controls.Add(this.lblTitle);
|
|---|
| 202 | this.Controls.Add(this.txtTitle);
|
|---|
| 203 | this.Controls.Add(this.gboxRowsToPrint);
|
|---|
| 204 | this.Controls.Add(this.lblColumnsToPrint);
|
|---|
| 205 | this.Controls.Add(this.btnOK);
|
|---|
| 206 | this.Controls.Add(this.btnCancel);
|
|---|
| 207 | this.Controls.Add(this.chklst);
|
|---|
| 208 | this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|---|
| 209 | this.Name = "PrintOptions";
|
|---|
| 210 | this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
|
|---|
| 211 | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|---|
| 212 | this.Text = "Opcje drukowania";
|
|---|
| 213 | this.Load += new System.EventHandler(this.PrintOtions_Load);
|
|---|
| 214 | this.gboxRowsToPrint.ResumeLayout(false);
|
|---|
| 215 | this.gboxRowsToPrint.PerformLayout();
|
|---|
| 216 | this.groupBox1.ResumeLayout(false);
|
|---|
| 217 | this.groupBox1.PerformLayout();
|
|---|
| 218 | this.ResumeLayout(false);
|
|---|
| 219 | this.PerformLayout();
|
|---|
| 220 |
|
|---|
| 221 | }
|
|---|
| 222 |
|
|---|
| 223 | #endregion
|
|---|
| 224 |
|
|---|
| 225 | internal System.Windows.Forms.RadioButton rdoSelectedRows;
|
|---|
| 226 | internal System.Windows.Forms.RadioButton rdoAllRows;
|
|---|
| 227 | internal System.Windows.Forms.CheckBox chkFitToPageWidth;
|
|---|
| 228 | internal System.Windows.Forms.Label lblTitle;
|
|---|
| 229 | internal System.Windows.Forms.TextBox txtTitle;
|
|---|
| 230 | internal System.Windows.Forms.GroupBox gboxRowsToPrint;
|
|---|
| 231 | internal System.Windows.Forms.Label lblColumnsToPrint;
|
|---|
| 232 | protected System.Windows.Forms.Button btnOK;
|
|---|
| 233 | protected System.Windows.Forms.Button btnCancel;
|
|---|
| 234 | internal System.Windows.Forms.CheckedListBox chklst;
|
|---|
| 235 | internal System.Windows.Forms.GroupBox groupBox1;
|
|---|
| 236 | internal System.Windows.Forms.RadioButton poziomaRadioButton;
|
|---|
| 237 | internal System.Windows.Forms.RadioButton pionowaRadioButton;
|
|---|
| 238 |
|
|---|
| 239 | }
|
|---|
| 240 | } |
|---|