root/Baza Reklam 2 - Faktury/FactureViewer.Designer.cs @ 88

Wersja 88, 15.8 KB (wprowadzona przez dorota, 17 years temu)

proformy...

Line 
1namespace 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            System.Windows.Forms.Label nUMERLabel;
33            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
34            this.groupBox2 = new System.Windows.Forms.GroupBox();
35            this.nUMERTextBox = new System.Windows.Forms.TextBox();
36            this.fAKTURYBindingSource = new System.Windows.Forms.BindingSource(this.components);
37            this.rEKLAMADataSet = new Baza_Reklam.REKLAMADataSet();
38            this.label1 = new System.Windows.Forms.Label();
39            this.opisTextBox = new System.Windows.Forms.TextBox();
40            this.groupBox1 = new System.Windows.Forms.GroupBox();
41            this.label2 = new System.Windows.Forms.Label();
42            this.proformaCheckBox = new System.Windows.Forms.CheckBox();
43            this.podpisCheckBox = new System.Windows.Forms.CheckBox();
44            this.jezykComboBox = new System.Windows.Forms.ComboBox();
45            this.label3 = new System.Windows.Forms.Label();
46            this.typComboBox = new System.Windows.Forms.ComboBox();
47            this.zapiszButton = new System.Windows.Forms.Button();
48            this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
49            this.fAKTURYTableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.FAKTURYTableAdapter();
50            this.fakturA_DETAILSTableAdapter1 = new Baza_Reklam.raportyTableAdapters.FAKTURA_DETAILSTableAdapter();
51            this.fakturaTableAdapter1 = new Baza_Reklam.raportyTableAdapters.FakturaTableAdapter();
52            this.proformaTableAdapter = new Baza_Reklam.raportyTableAdapters.ProformaTableAdapter();
53            this.raporty = new Baza_Reklam.raporty();
54            this.fAKTURA_DETAILS2TableAdapter = new Baza_Reklam.raportyTableAdapters.FAKTURA_DETAILS2TableAdapter();
55            nUMERLabel = new System.Windows.Forms.Label();
56            this.splitContainer1.Panel1.SuspendLayout();
57            this.splitContainer1.Panel2.SuspendLayout();
58            this.splitContainer1.SuspendLayout();
59            this.groupBox2.SuspendLayout();
60            ((System.ComponentModel.ISupportInitialize)(this.fAKTURYBindingSource)).BeginInit();
61            ((System.ComponentModel.ISupportInitialize)(this.rEKLAMADataSet)).BeginInit();
62            this.groupBox1.SuspendLayout();
63            ((System.ComponentModel.ISupportInitialize)(this.raporty)).BeginInit();
64            this.SuspendLayout();
65            //
66            // nUMERLabel
67            //
68            nUMERLabel.AutoSize = true;
69            nUMERLabel.Location = new System.Drawing.Point(6, 99);
70            nUMERLabel.Name = "nUMERLabel";
71            nUMERLabel.Size = new System.Drawing.Size(41, 13);
72            nUMERLabel.TabIndex = 7;
73            nUMERLabel.Text = "Numer:";
74            //
75            // splitContainer1
76            //
77            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
78            this.splitContainer1.Location = new System.Drawing.Point(0, 0);
79            this.splitContainer1.Name = "splitContainer1";
80            this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
81            //
82            // splitContainer1.Panel1
83            //
84            this.splitContainer1.Panel1.AutoScroll = true;
85            this.splitContainer1.Panel1.Controls.Add(this.groupBox2);
86            this.splitContainer1.Panel1.Controls.Add(this.groupBox1);
87            //
88            // splitContainer1.Panel2
89            //
90            this.splitContainer1.Panel2.Controls.Add(this.reportViewer1);
91            this.splitContainer1.Size = new System.Drawing.Size(740, 638);
92            this.splitContainer1.SplitterDistance = 140;
93            this.splitContainer1.TabIndex = 0;
94            //
95            // groupBox2
96            //
97            this.groupBox2.Controls.Add(nUMERLabel);
98            this.groupBox2.Controls.Add(this.nUMERTextBox);
99            this.groupBox2.Controls.Add(this.label1);
100            this.groupBox2.Controls.Add(this.opisTextBox);
101            this.groupBox2.Location = new System.Drawing.Point(12, 3);
102            this.groupBox2.Name = "groupBox2";
103            this.groupBox2.Size = new System.Drawing.Size(477, 134);
104            this.groupBox2.TabIndex = 14;
105            this.groupBox2.TabStop = false;
106            this.groupBox2.Text = "Faktura";
107            //
108            // nUMERTextBox
109            //
110            this.nUMERTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.fAKTURYBindingSource, "NUMER", true));
111            this.nUMERTextBox.Location = new System.Drawing.Point(61, 99);
112            this.nUMERTextBox.Name = "nUMERTextBox";
113            this.nUMERTextBox.Size = new System.Drawing.Size(58, 20);
114            this.nUMERTextBox.TabIndex = 8;
115            //
116            // fAKTURYBindingSource
117            //
118            this.fAKTURYBindingSource.DataMember = "FAKTURY";
119            this.fAKTURYBindingSource.DataSource = this.rEKLAMADataSet;
120            //
121            // rEKLAMADataSet
122            //
123            this.rEKLAMADataSet.DataSetName = "REKLAMADataSet";
124            this.rEKLAMADataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
125            //
126            // label1
127            //
128            this.label1.AutoSize = true;
129            this.label1.Location = new System.Drawing.Point(13, 21);
130            this.label1.Name = "label1";
131            this.label1.Size = new System.Drawing.Size(34, 13);
132            this.label1.TabIndex = 7;
133            this.label1.Text = "Opis: ";
134            //
135            // opisTextBox
136            //
137            this.opisTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.fAKTURYBindingSource, "opis", true));
138            this.opisTextBox.Location = new System.Drawing.Point(61, 18);
139            this.opisTextBox.Multiline = true;
140            this.opisTextBox.Name = "opisTextBox";
141            this.opisTextBox.Size = new System.Drawing.Size(410, 72);
142            this.opisTextBox.TabIndex = 4;
143            //
144            // groupBox1
145            //
146            this.groupBox1.Controls.Add(this.label2);
147            this.groupBox1.Controls.Add(this.proformaCheckBox);
148            this.groupBox1.Controls.Add(this.podpisCheckBox);
149            this.groupBox1.Controls.Add(this.jezykComboBox);
150            this.groupBox1.Controls.Add(this.label3);
151            this.groupBox1.Controls.Add(this.typComboBox);
152            this.groupBox1.Controls.Add(this.zapiszButton);
153            this.groupBox1.Location = new System.Drawing.Point(499, 3);
154            this.groupBox1.Name = "groupBox1";
155            this.groupBox1.Size = new System.Drawing.Size(229, 134);
156            this.groupBox1.TabIndex = 13;
157            this.groupBox1.TabStop = false;
158            this.groupBox1.Text = "Wydruk";
159            //
160            // label2
161            //
162            this.label2.AutoSize = true;
163            this.label2.Location = new System.Drawing.Point(6, 27);
164            this.label2.Name = "label2";
165            this.label2.Size = new System.Drawing.Size(37, 13);
166            this.label2.TabIndex = 8;
167            this.label2.Text = "Jêzyk:";
168            //
169            // proformaCheckBox
170            //
171            this.proformaCheckBox.AutoSize = true;
172            this.proformaCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
173            this.proformaCheckBox.Location = new System.Drawing.Point(6, 79);
174            this.proformaCheckBox.Name = "proformaCheckBox";
175            this.proformaCheckBox.Size = new System.Drawing.Size(71, 17);
176            this.proformaCheckBox.TabIndex = 12;
177            this.proformaCheckBox.Text = "Proforma:";
178            this.proformaCheckBox.UseVisualStyleBackColor = true;
179            //
180            // podpisCheckBox
181            //
182            this.podpisCheckBox.AutoSize = true;
183            this.podpisCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
184            this.podpisCheckBox.Checked = true;
185            this.podpisCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
186            this.podpisCheckBox.Location = new System.Drawing.Point(16, 102);
187            this.podpisCheckBox.Name = "podpisCheckBox";
188            this.podpisCheckBox.Size = new System.Drawing.Size(61, 17);
189            this.podpisCheckBox.TabIndex = 11;
190            this.podpisCheckBox.Text = "Podpis:";
191            this.podpisCheckBox.UseVisualStyleBackColor = true;
192            //
193            // jezykComboBox
194            //
195            this.jezykComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
196            this.jezykComboBox.FormattingEnabled = true;
197            this.jezykComboBox.Items.AddRange(new object[] {
198            "PL",
199            "ANG",
200            "RU",
201            "DE",
202            "IT",
203            "FR"});
204            this.jezykComboBox.Location = new System.Drawing.Point(49, 24);
205            this.jezykComboBox.Name = "jezykComboBox";
206            this.jezykComboBox.Size = new System.Drawing.Size(77, 21);
207            this.jezykComboBox.TabIndex = 6;
208            //
209            // label3
210            //
211            this.label3.AutoSize = true;
212            this.label3.Location = new System.Drawing.Point(6, 55);
213            this.label3.Name = "label3";
214            this.label3.Size = new System.Drawing.Size(28, 13);
215            this.label3.TabIndex = 9;
216            this.label3.Text = "Typ:";
217            //
218            // typComboBox
219            //
220            this.typComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
221            this.typComboBox.FormattingEnabled = true;
222            this.typComboBox.Items.AddRange(new object[] {
223            "KOPIA",
224            "ORYGINA£"});
225            this.typComboBox.Location = new System.Drawing.Point(49, 52);
226            this.typComboBox.Name = "typComboBox";
227            this.typComboBox.Size = new System.Drawing.Size(77, 21);
228            this.typComboBox.TabIndex = 10;
229            //
230            // zapiszButton
231            //
232            this.zapiszButton.Location = new System.Drawing.Point(146, 24);
233            this.zapiszButton.Name = "zapiszButton";
234            this.zapiszButton.Size = new System.Drawing.Size(77, 29);
235            this.zapiszButton.TabIndex = 5;
236            this.zapiszButton.Text = "Odœwie¿";
237            this.zapiszButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
238            this.zapiszButton.UseVisualStyleBackColor = true;
239            //
240            // reportViewer1
241            //
242            this.reportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
243            this.reportViewer1.LocalReport.ReportEmbeddedResource = "Baza_Reklam.Raporty.fakturaReversed.rdlc";
244            this.reportViewer1.Location = new System.Drawing.Point(0, 0);
245            this.reportViewer1.Name = "reportViewer1";
246            this.reportViewer1.ServerReport.ReportPath = "/Faktura/Faktura";
247            this.reportViewer1.ServerReport.ReportServerUrl = new System.Uri("", System.UriKind.Relative);
248            this.reportViewer1.Size = new System.Drawing.Size(740, 494);
249            this.reportViewer1.TabIndex = 1;
250            //
251            // fAKTURYTableAdapter
252            //
253            this.fAKTURYTableAdapter.ClearBeforeFill = true;
254            //
255            // fakturA_DETAILSTableAdapter1
256            //
257            this.fakturA_DETAILSTableAdapter1.ClearBeforeFill = true;
258            //
259            // fakturaTableAdapter1
260            //
261            this.fakturaTableAdapter1.ClearBeforeFill = true;
262            //
263            // proformaTableAdapter
264            //
265            this.proformaTableAdapter.ClearBeforeFill = true;
266            //
267            // raporty
268            //
269            this.raporty.DataSetName = "raporty";
270            this.raporty.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
271            //
272            // fAKTURA_DETAILS2TableAdapter
273            //
274            this.fAKTURA_DETAILS2TableAdapter.ClearBeforeFill = true;
275            //
276            // FactureViewer
277            //
278            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
279            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
280            this.ClientSize = new System.Drawing.Size(740, 638);
281            this.Controls.Add(this.splitContainer1);
282            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
283            this.Name = "FactureViewer";
284            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
285            this.Text = "Faktura druk";
286            this.Load += new System.EventHandler(this.FactureViewer_Load);
287            this.splitContainer1.Panel1.ResumeLayout(false);
288            this.splitContainer1.Panel2.ResumeLayout(false);
289            this.splitContainer1.ResumeLayout(false);
290            this.groupBox2.ResumeLayout(false);
291            this.groupBox2.PerformLayout();
292            ((System.ComponentModel.ISupportInitialize)(this.fAKTURYBindingSource)).EndInit();
293            ((System.ComponentModel.ISupportInitialize)(this.rEKLAMADataSet)).EndInit();
294            this.groupBox1.ResumeLayout(false);
295            this.groupBox1.PerformLayout();
296            ((System.ComponentModel.ISupportInitialize)(this.raporty)).EndInit();
297            this.ResumeLayout(false);
298
299        }
300
301        #endregion
302
303        private System.Windows.Forms.SplitContainer splitContainer1;
304        private Baza_Reklam.REKLAMADataSetTableAdapters.FAKTURYTableAdapter fAKTURYTableAdapter;
305        private REKLAMADataSet rEKLAMADataSet;
306        private System.Windows.Forms.BindingSource fAKTURYBindingSource;
307        private Baza_Reklam.raportyTableAdapters.FAKTURA_DETAILSTableAdapter fakturA_DETAILSTableAdapter1;
308        private Baza_Reklam.raportyTableAdapters.FakturaTableAdapter fakturaTableAdapter1;
309        private System.Windows.Forms.Label label2;
310        private System.Windows.Forms.Label label1;
311        private System.Windows.Forms.ComboBox jezykComboBox;
312        private System.Windows.Forms.Button zapiszButton;
313        private System.Windows.Forms.TextBox opisTextBox;
314        private Microsoft.Reporting.WinForms.ReportViewer reportViewer1;
315        private Baza_Reklam.raportyTableAdapters.ProformaTableAdapter proformaTableAdapter;
316        private System.Windows.Forms.ComboBox typComboBox;
317        private System.Windows.Forms.Label label3;
318        private System.Windows.Forms.CheckBox podpisCheckBox;
319        private raporty raporty;
320        private Baza_Reklam.raportyTableAdapters.FAKTURA_DETAILS2TableAdapter fAKTURA_DETAILS2TableAdapter;
321        private System.Windows.Forms.CheckBox proformaCheckBox;
322        private System.Windows.Forms.GroupBox groupBox1;
323        private System.Windows.Forms.GroupBox groupBox2;
324        private System.Windows.Forms.TextBox nUMERTextBox;
325    }
326}
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.