| [2] | 1 | namespace Baza_Reklam
|
|---|
| 2 | {
|
|---|
| 3 | partial class FactureViewer
|
|---|
| 4 | {
|
|---|
| 5 | /// <summary>
|
|---|
| 6 | /// Required designer variable.
|
|---|
| 7 | /// </summary>
|
|---|
| 8 | private System.ComponentModel.IContainer components = null;
|
|---|
| 9 |
|
|---|
| 10 | /// <summary>
|
|---|
| 11 | /// Clean up any resources being used.
|
|---|
| 12 | /// </summary>
|
|---|
| 13 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|---|
| 14 | protected override void Dispose(bool disposing)
|
|---|
| 15 | {
|
|---|
| 16 | if (disposing && (components != null))
|
|---|
| 17 | {
|
|---|
| 18 | components.Dispose();
|
|---|
| 19 | }
|
|---|
| 20 | base.Dispose(disposing);
|
|---|
| 21 | }
|
|---|
| 22 |
|
|---|
| 23 | #region Windows Form Designer generated code
|
|---|
| 24 |
|
|---|
| 25 | /// <summary>
|
|---|
| 26 | /// Required method for Designer support - do not modify
|
|---|
| 27 | /// the contents of this method with the code editor.
|
|---|
| 28 | /// </summary>
|
|---|
| 29 | private void InitializeComponent()
|
|---|
| 30 | {
|
|---|
| 31 | this.components = new System.ComponentModel.Container();
|
|---|
| 32 | this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|---|
| 33 | this.proformaCheckBox = new System.Windows.Forms.CheckBox();
|
|---|
| 34 | this.podpisCheckBox = new System.Windows.Forms.CheckBox();
|
|---|
| 35 | this.typComboBox = new System.Windows.Forms.ComboBox();
|
|---|
| 36 | this.label3 = new System.Windows.Forms.Label();
|
|---|
| 37 | this.label2 = new System.Windows.Forms.Label();
|
|---|
| 38 | this.label1 = new System.Windows.Forms.Label();
|
|---|
| 39 | this.jezykComboBox = new System.Windows.Forms.ComboBox();
|
|---|
| 40 | this.zapiszButton = new System.Windows.Forms.Button();
|
|---|
| 41 | this.opisTextBox = new System.Windows.Forms.TextBox();
|
|---|
| 42 | this.fAKTURYBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|---|
| 43 | this.rEKLAMADataSet = new Baza_Reklam.REKLAMADataSet();
|
|---|
| 44 | this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
|
|---|
| 45 | this.fAKTURYTableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.FAKTURYTableAdapter();
|
|---|
| 46 | this.fakturA_DETAILSTableAdapter1 = new Baza_Reklam.raportyTableAdapters.FAKTURA_DETAILSTableAdapter();
|
|---|
| 47 | this.fakturaTableAdapter1 = new Baza_Reklam.raportyTableAdapters.FakturaTableAdapter();
|
|---|
| 48 | this.proformaTableAdapter = new Baza_Reklam.raportyTableAdapters.ProformaTableAdapter();
|
|---|
| 49 | this.raporty = new Baza_Reklam.raporty();
|
|---|
| 50 | this.fAKTURA_DETAILS2TableAdapter = new Baza_Reklam.raportyTableAdapters.FAKTURA_DETAILS2TableAdapter();
|
|---|
| 51 | this.splitContainer1.Panel1.SuspendLayout();
|
|---|
| 52 | this.splitContainer1.Panel2.SuspendLayout();
|
|---|
| 53 | this.splitContainer1.SuspendLayout();
|
|---|
| 54 | ((System.ComponentModel.ISupportInitialize)(this.fAKTURYBindingSource)).BeginInit();
|
|---|
| 55 | ((System.ComponentModel.ISupportInitialize)(this.rEKLAMADataSet)).BeginInit();
|
|---|
| 56 | ((System.ComponentModel.ISupportInitialize)(this.raporty)).BeginInit();
|
|---|
| 57 | this.SuspendLayout();
|
|---|
| 58 | //
|
|---|
| 59 | // splitContainer1
|
|---|
| 60 | //
|
|---|
| 61 | this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|---|
| 62 | this.splitContainer1.Location = new System.Drawing.Point(0, 0);
|
|---|
| 63 | this.splitContainer1.Name = "splitContainer1";
|
|---|
| 64 | this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|---|
| 65 | //
|
|---|
| 66 | // splitContainer1.Panel1
|
|---|
| 67 | //
|
|---|
| 68 | this.splitContainer1.Panel1.AutoScroll = true;
|
|---|
| 69 | this.splitContainer1.Panel1.Controls.Add(this.proformaCheckBox);
|
|---|
| 70 | this.splitContainer1.Panel1.Controls.Add(this.podpisCheckBox);
|
|---|
| 71 | this.splitContainer1.Panel1.Controls.Add(this.typComboBox);
|
|---|
| 72 | this.splitContainer1.Panel1.Controls.Add(this.label3);
|
|---|
| 73 | this.splitContainer1.Panel1.Controls.Add(this.label2);
|
|---|
| 74 | this.splitContainer1.Panel1.Controls.Add(this.label1);
|
|---|
| 75 | this.splitContainer1.Panel1.Controls.Add(this.jezykComboBox);
|
|---|
| 76 | this.splitContainer1.Panel1.Controls.Add(this.zapiszButton);
|
|---|
| 77 | this.splitContainer1.Panel1.Controls.Add(this.opisTextBox);
|
|---|
| 78 | //
|
|---|
| 79 | // splitContainer1.Panel2
|
|---|
| 80 | //
|
|---|
| 81 | this.splitContainer1.Panel2.Controls.Add(this.reportViewer1);
|
|---|
| 82 | this.splitContainer1.Size = new System.Drawing.Size(740, 638);
|
|---|
| 83 | this.splitContainer1.SplitterDistance = 140;
|
|---|
| 84 | this.splitContainer1.TabIndex = 0;
|
|---|
| 85 | //
|
|---|
| 86 | // proformaCheckBox
|
|---|
| 87 | //
|
|---|
| 88 | this.proformaCheckBox.AutoSize = true;
|
|---|
| 89 | this.proformaCheckBox.Location = new System.Drawing.Point(628, 87);
|
|---|
| 90 | this.proformaCheckBox.Name = "proformaCheckBox";
|
|---|
| 91 | this.proformaCheckBox.Size = new System.Drawing.Size(87, 17);
|
|---|
| 92 | this.proformaCheckBox.TabIndex = 12;
|
|---|
| 93 | this.proformaCheckBox.Text = "PROFORMA";
|
|---|
| 94 | this.proformaCheckBox.UseVisualStyleBackColor = true;
|
|---|
| 95 | //
|
|---|
| 96 | // podpisCheckBox
|
|---|
| 97 | //
|
|---|
| 98 | this.podpisCheckBox.AutoSize = true;
|
|---|
| 99 | this.podpisCheckBox.Checked = true;
|
|---|
| 100 | this.podpisCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
|
|---|
| 101 | this.podpisCheckBox.Location = new System.Drawing.Point(628, 110);
|
|---|
| 102 | this.podpisCheckBox.Name = "podpisCheckBox";
|
|---|
| 103 | this.podpisCheckBox.Size = new System.Drawing.Size(57, 17);
|
|---|
| 104 | this.podpisCheckBox.TabIndex = 11;
|
|---|
| 105 | this.podpisCheckBox.Text = "podpis";
|
|---|
| 106 | this.podpisCheckBox.UseVisualStyleBackColor = true;
|
|---|
| 107 | //
|
|---|
| 108 | // typComboBox
|
|---|
| 109 | //
|
|---|
| 110 | this.typComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|---|
| 111 | this.typComboBox.FormattingEnabled = true;
|
|---|
| 112 | this.typComboBox.Items.AddRange(new object[] {
|
|---|
| 113 | "KOPIA",
|
|---|
| 114 | "ORYGINA£"});
|
|---|
| 115 | this.typComboBox.Location = new System.Drawing.Point(515, 87);
|
|---|
| 116 | this.typComboBox.Name = "typComboBox";
|
|---|
| 117 | this.typComboBox.Size = new System.Drawing.Size(77, 21);
|
|---|
| 118 | this.typComboBox.TabIndex = 10;
|
|---|
| 119 | //
|
|---|
| 120 | // label3
|
|---|
| 121 | //
|
|---|
| 122 | this.label3.AutoSize = true;
|
|---|
| 123 | this.label3.Location = new System.Drawing.Point(512, 71);
|
|---|
| 124 | this.label3.Name = "label3";
|
|---|
| 125 | this.label3.Size = new System.Drawing.Size(28, 13);
|
|---|
| 126 | this.label3.TabIndex = 9;
|
|---|
| 127 | this.label3.Text = "Typ:";
|
|---|
| 128 | //
|
|---|
| 129 | // label2
|
|---|
| 130 | //
|
|---|
| 131 | this.label2.AutoSize = true;
|
|---|
| 132 | this.label2.Location = new System.Drawing.Point(512, 13);
|
|---|
| 133 | this.label2.Name = "label2";
|
|---|
| 134 | this.label2.Size = new System.Drawing.Size(37, 13);
|
|---|
| 135 | this.label2.TabIndex = 8;
|
|---|
| 136 | this.label2.Text = "Jêzyk:";
|
|---|
| 137 | //
|
|---|
| 138 | // label1
|
|---|
| 139 | //
|
|---|
| 140 | this.label1.AutoSize = true;
|
|---|
| 141 | this.label1.Location = new System.Drawing.Point(23, 13);
|
|---|
| 142 | this.label1.Name = "label1";
|
|---|
| 143 | this.label1.Size = new System.Drawing.Size(34, 13);
|
|---|
| 144 | this.label1.TabIndex = 7;
|
|---|
| 145 | this.label1.Text = "Opis: ";
|
|---|
| 146 | //
|
|---|
| 147 | // jezykComboBox
|
|---|
| 148 | //
|
|---|
| 149 | this.jezykComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|---|
| 150 | this.jezykComboBox.FormattingEnabled = true;
|
|---|
| 151 | this.jezykComboBox.Items.AddRange(new object[] {
|
|---|
| 152 | "PL",
|
|---|
| 153 | "ANG",
|
|---|
| 154 | "RU",
|
|---|
| 155 | "DE",
|
|---|
| 156 | "IT",
|
|---|
| 157 | "FR"});
|
|---|
| 158 | this.jezykComboBox.Location = new System.Drawing.Point(515, 36);
|
|---|
| 159 | this.jezykComboBox.Name = "jezykComboBox";
|
|---|
| 160 | this.jezykComboBox.Size = new System.Drawing.Size(77, 21);
|
|---|
| 161 | this.jezykComboBox.TabIndex = 6;
|
|---|
| 162 | //
|
|---|
| 163 | // zapiszButton
|
|---|
| 164 | //
|
|---|
| 165 | this.zapiszButton.Location = new System.Drawing.Point(628, 36);
|
|---|
| 166 | this.zapiszButton.Name = "zapiszButton";
|
|---|
| 167 | this.zapiszButton.Size = new System.Drawing.Size(77, 29);
|
|---|
| 168 | this.zapiszButton.TabIndex = 5;
|
|---|
| 169 | this.zapiszButton.Text = "Odwie¿";
|
|---|
| 170 | this.zapiszButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|---|
| 171 | this.zapiszButton.UseVisualStyleBackColor = true;
|
|---|
| 172 | //
|
|---|
| 173 | // opisTextBox
|
|---|
| 174 | //
|
|---|
| 175 | this.opisTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.fAKTURYBindingSource, "opis", true));
|
|---|
| 176 | this.opisTextBox.Location = new System.Drawing.Point(23, 36);
|
|---|
| 177 | this.opisTextBox.Multiline = true;
|
|---|
| 178 | this.opisTextBox.Name = "opisTextBox";
|
|---|
| 179 | this.opisTextBox.Size = new System.Drawing.Size(480, 85);
|
|---|
| 180 | this.opisTextBox.TabIndex = 4;
|
|---|
| 181 | //
|
|---|
| 182 | // fAKTURYBindingSource
|
|---|
| 183 | //
|
|---|
| 184 | this.fAKTURYBindingSource.DataMember = "FAKTURY";
|
|---|
| 185 | this.fAKTURYBindingSource.DataSource = this.rEKLAMADataSet;
|
|---|
| 186 | //
|
|---|
| 187 | // rEKLAMADataSet
|
|---|
| 188 | //
|
|---|
| 189 | this.rEKLAMADataSet.DataSetName = "REKLAMADataSet";
|
|---|
| 190 | this.rEKLAMADataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
|---|
| 191 | //
|
|---|
| 192 | // reportViewer1
|
|---|
| 193 | //
|
|---|
| 194 | this.reportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|---|
| 195 | this.reportViewer1.LocalReport.ReportEmbeddedResource = "Baza_Reklam.Raporty.fakturaReversed.rdlc";
|
|---|
| 196 | this.reportViewer1.Location = new System.Drawing.Point(0, 0);
|
|---|
| 197 | this.reportViewer1.Name = "reportViewer1";
|
|---|
| 198 | this.reportViewer1.ServerReport.ReportPath = "/Faktura/Faktura";
|
|---|
| 199 | this.reportViewer1.ServerReport.ReportServerUrl = new System.Uri("", System.UriKind.Relative);
|
|---|
| 200 | this.reportViewer1.Size = new System.Drawing.Size(740, 494);
|
|---|
| 201 | this.reportViewer1.TabIndex = 1;
|
|---|
| 202 | //
|
|---|
| 203 | // fAKTURYTableAdapter
|
|---|
| 204 | //
|
|---|
| 205 | this.fAKTURYTableAdapter.ClearBeforeFill = true;
|
|---|
| 206 | //
|
|---|
| 207 | // fakturA_DETAILSTableAdapter1
|
|---|
| 208 | //
|
|---|
| 209 | this.fakturA_DETAILSTableAdapter1.ClearBeforeFill = true;
|
|---|
| 210 | //
|
|---|
| 211 | // fakturaTableAdapter1
|
|---|
| 212 | //
|
|---|
| 213 | this.fakturaTableAdapter1.ClearBeforeFill = true;
|
|---|
| 214 | //
|
|---|
| 215 | // proformaTableAdapter
|
|---|
| 216 | //
|
|---|
| 217 | this.proformaTableAdapter.ClearBeforeFill = true;
|
|---|
| 218 | //
|
|---|
| 219 | // raporty
|
|---|
| 220 | //
|
|---|
| 221 | this.raporty.DataSetName = "raporty";
|
|---|
| 222 | this.raporty.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
|---|
| 223 | //
|
|---|
| 224 | // fAKTURA_DETAILS2TableAdapter
|
|---|
| 225 | //
|
|---|
| 226 | this.fAKTURA_DETAILS2TableAdapter.ClearBeforeFill = true;
|
|---|
| 227 | //
|
|---|
| 228 | // FactureViewer
|
|---|
| 229 | //
|
|---|
| 230 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|---|
| 231 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|---|
| 232 | this.ClientSize = new System.Drawing.Size(740, 638);
|
|---|
| 233 | this.Controls.Add(this.splitContainer1);
|
|---|
| 234 | this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|---|
| 235 | this.Name = "FactureViewer";
|
|---|
| 236 | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|---|
| 237 | this.Text = "Faktura druk";
|
|---|
| 238 | this.Load += new System.EventHandler(this.FactureViewer_Load);
|
|---|
| 239 | this.splitContainer1.Panel1.ResumeLayout(false);
|
|---|
| 240 | this.splitContainer1.Panel1.PerformLayout();
|
|---|
| 241 | this.splitContainer1.Panel2.ResumeLayout(false);
|
|---|
| 242 | this.splitContainer1.ResumeLayout(false);
|
|---|
| 243 | ((System.ComponentModel.ISupportInitialize)(this.fAKTURYBindingSource)).EndInit();
|
|---|
| 244 | ((System.ComponentModel.ISupportInitialize)(this.rEKLAMADataSet)).EndInit();
|
|---|
| 245 | ((System.ComponentModel.ISupportInitialize)(this.raporty)).EndInit();
|
|---|
| 246 | this.ResumeLayout(false);
|
|---|
| 247 |
|
|---|
| 248 | }
|
|---|
| 249 |
|
|---|
| 250 | #endregion
|
|---|
| 251 |
|
|---|
| 252 | private System.Windows.Forms.SplitContainer splitContainer1;
|
|---|
| 253 | private Baza_Reklam.REKLAMADataSetTableAdapters.FAKTURYTableAdapter fAKTURYTableAdapter;
|
|---|
| 254 | private REKLAMADataSet rEKLAMADataSet;
|
|---|
| 255 | private System.Windows.Forms.BindingSource fAKTURYBindingSource;
|
|---|
| 256 | private Baza_Reklam.raportyTableAdapters.FAKTURA_DETAILSTableAdapter fakturA_DETAILSTableAdapter1;
|
|---|
| 257 | private Baza_Reklam.raportyTableAdapters.FakturaTableAdapter fakturaTableAdapter1;
|
|---|
| 258 | private System.Windows.Forms.Label label2;
|
|---|
| 259 | private System.Windows.Forms.Label label1;
|
|---|
| 260 | private System.Windows.Forms.ComboBox jezykComboBox;
|
|---|
| 261 | private System.Windows.Forms.Button zapiszButton;
|
|---|
| 262 | private System.Windows.Forms.TextBox opisTextBox;
|
|---|
| 263 | private Microsoft.Reporting.WinForms.ReportViewer reportViewer1;
|
|---|
| 264 | private Baza_Reklam.raportyTableAdapters.ProformaTableAdapter proformaTableAdapter;
|
|---|
| 265 | private System.Windows.Forms.ComboBox typComboBox;
|
|---|
| 266 | private System.Windows.Forms.Label label3;
|
|---|
| 267 | private System.Windows.Forms.CheckBox podpisCheckBox;
|
|---|
| 268 | private raporty raporty;
|
|---|
| 269 | private Baza_Reklam.raportyTableAdapters.FAKTURA_DETAILS2TableAdapter fAKTURA_DETAILS2TableAdapter;
|
|---|
| 270 | private System.Windows.Forms.CheckBox proformaCheckBox;
|
|---|
| 271 | }
|
|---|
| 272 | } |
|---|