root/tags/BazaReklam_1.2.9/FakturowaniePoznanKatowice.Designer.cs

Wersja 588, 31.7 KB (wprowadzona przez marek, 17 years temu)

re #163

Line 
1namespace Baza_Reklam
2{
3    partial class FakturowaniePoznanKatowice
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.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
33            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
34            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
35            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
36            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
37            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
38            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
39            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FakturowaniePoznanKatowice));
40            this.fakturaButton = new System.Windows.Forms.Button();
41            this.korektaButton = new System.Windows.Forms.Button();
42            this.rEKLAMADataSet = new Baza_Reklam.REKLAMADataSet();
43            this.fAKTURYBindingSource = new System.Windows.Forms.BindingSource(this.components);
44            this.fAKTURYTableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.FAKTURYTableAdapter();
45            this.groupBox3 = new System.Windows.Forms.GroupBox();
46            this.label6 = new System.Windows.Forms.Label();
47            this.txtTotalAmount = new System.Windows.Forms.TextBox();
48            this.dgvChildInvoices = new System.Windows.Forms.DataGridView();
49            this.Id2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
50            this.Label2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
51            this.Date2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
52            this.Amount2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
53            this.PaidAmount2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
54            this.WeekNumber2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
55            this.isCorrectionInvoice2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
56            this.Currency2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
57            this.fAKTURYDataGridView = new System.Windows.Forms.DataGridView();
58            this.Id1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
59            this.Label1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
60            this.Date1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
61            this.WeekNumber1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
62            this.Amount1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
63            this.PaidAmount1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
64            this.Currency1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
65            this.isCorrectionInvoice1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
66            this.dtpZmianaDaty = new System.Windows.Forms.DateTimePicker();
67            this.nrTygodniaUpDown = new System.Windows.Forms.NumericUpDown();
68            this.usunFaktureButton = new System.Windows.Forms.Button();
69            this.wplataButton = new System.Windows.Forms.Button();
70            this.wydrukButton = new System.Windows.Forms.Button();
71            this.klienciTableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.KLIENCITableAdapter();
72            this.fakturA_DETAILSTableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.FAKTURA_DETAILSTableAdapter();
73            this.agencjeTableAdapter = new Baza_Reklam.SLOWNIKDataSetTableAdapters.AGENCJETableAdapter();
74            this.kontaTableAdapter = new Baza_Reklam.SLOWNIKDataSetTableAdapters.KONTATableAdapter();
75            this.wplatyTableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.WplatyTableAdapter();
76            this.btnSearch = new System.Windows.Forms.Button();
77            this.txtYear = new System.Windows.Forms.TextBox();
78            this.lblLabel1 = new System.Windows.Forms.Label();
79            this.lblLabel2 = new System.Windows.Forms.Label();
80            this.lblLabel3 = new System.Windows.Forms.Label();
81            this.cbAgency = new System.Windows.Forms.ComboBox();
82            this.monthUpDown = new System.Windows.Forms.NumericUpDown();
83            this.gbFunctions = new System.Windows.Forms.GroupBox();
84            this.label5 = new System.Windows.Forms.Label();
85            this.label4 = new System.Windows.Forms.Label();
86            ((System.ComponentModel.ISupportInitialize)(this.rEKLAMADataSet)).BeginInit();
87            ((System.ComponentModel.ISupportInitialize)(this.fAKTURYBindingSource)).BeginInit();
88            this.groupBox3.SuspendLayout();
89            ((System.ComponentModel.ISupportInitialize)(this.dgvChildInvoices)).BeginInit();
90            ((System.ComponentModel.ISupportInitialize)(this.fAKTURYDataGridView)).BeginInit();
91            ((System.ComponentModel.ISupportInitialize)(this.nrTygodniaUpDown)).BeginInit();
92            ((System.ComponentModel.ISupportInitialize)(this.monthUpDown)).BeginInit();
93            this.gbFunctions.SuspendLayout();
94            this.SuspendLayout();
95            //
96            // fakturaButton
97            //
98            this.fakturaButton.Location = new System.Drawing.Point(180, 17);
99            this.fakturaButton.Name = "fakturaButton";
100            this.fakturaButton.Size = new System.Drawing.Size(91, 37);
101            this.fakturaButton.TabIndex = 7;
102            this.fakturaButton.Text = "Wystaw fakturê";
103            this.fakturaButton.UseVisualStyleBackColor = true;
104            this.fakturaButton.Click += new System.EventHandler(this.fakturaButton_Click);
105            //
106            // korektaButton
107            //
108            this.korektaButton.Location = new System.Drawing.Point(357, 17);
109            this.korektaButton.Name = "korektaButton";
110            this.korektaButton.Size = new System.Drawing.Size(85, 37);
111            this.korektaButton.TabIndex = 8;
112            this.korektaButton.Text = "Wystaw korektê";
113            this.korektaButton.UseVisualStyleBackColor = true;
114            this.korektaButton.Visible = false;
115            this.korektaButton.Click += new System.EventHandler(this.korektaButton_Click);
116            //
117            // rEKLAMADataSet
118            //
119            this.rEKLAMADataSet.DataSetName = "REKLAMADataSet";
120            this.rEKLAMADataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
121            //
122            // fAKTURYBindingSource
123            //
124            this.fAKTURYBindingSource.DataMember = "FAKTURY";
125            this.fAKTURYBindingSource.DataSource = this.rEKLAMADataSet;
126            //
127            // fAKTURYTableAdapter
128            //
129            this.fAKTURYTableAdapter.ClearBeforeFill = true;
130            //
131            // groupBox3
132            //
133            this.groupBox3.Controls.Add(this.label6);
134            this.groupBox3.Controls.Add(this.txtTotalAmount);
135            this.groupBox3.Controls.Add(this.dgvChildInvoices);
136            this.groupBox3.Controls.Add(this.fAKTURYDataGridView);
137            this.groupBox3.Location = new System.Drawing.Point(6, 101);
138            this.groupBox3.Name = "groupBox3";
139            this.groupBox3.Size = new System.Drawing.Size(635, 394);
140            this.groupBox3.TabIndex = 12;
141            this.groupBox3.TabStop = false;
142            this.groupBox3.Text = "Faktury";
143            //
144            // label6
145            //
146            this.label6.AutoSize = true;
147            this.label6.Location = new System.Drawing.Point(441, 369);
148            this.label6.Name = "label6";
149            this.label6.Size = new System.Drawing.Size(64, 13);
150            this.label6.TabIndex = 16;
151            this.label6.Text = "Suma netto:";
152            //
153            // txtTotalAmount
154            //
155            this.txtTotalAmount.BackColor = System.Drawing.Color.WhiteSmoke;
156            this.txtTotalAmount.Location = new System.Drawing.Point(506, 365);
157            this.txtTotalAmount.Name = "txtTotalAmount";
158            this.txtTotalAmount.ReadOnly = true;
159            this.txtTotalAmount.Size = new System.Drawing.Size(123, 20);
160            this.txtTotalAmount.TabIndex = 15;
161            //
162            // dgvChildInvoices
163            //
164            this.dgvChildInvoices.AllowUserToAddRows = false;
165            this.dgvChildInvoices.AllowUserToDeleteRows = false;
166            dataGridViewCellStyle1.BackColor = System.Drawing.Color.MintCream;
167            this.dgvChildInvoices.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
168            this.dgvChildInvoices.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
169            this.dgvChildInvoices.BackgroundColor = System.Drawing.Color.White;
170            this.dgvChildInvoices.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
171            this.Id2,
172            this.Label2,
173            this.Date2,
174            this.Amount2,
175            this.PaidAmount2,
176            this.WeekNumber2,
177            this.isCorrectionInvoice2,
178            this.Currency2});
179            this.dgvChildInvoices.Location = new System.Drawing.Point(6, 192);
180            this.dgvChildInvoices.MultiSelect = false;
181            this.dgvChildInvoices.Name = "dgvChildInvoices";
182            this.dgvChildInvoices.ReadOnly = true;
183            this.dgvChildInvoices.RowHeadersWidth = 10;
184            this.dgvChildInvoices.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
185            this.dgvChildInvoices.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
186            this.dgvChildInvoices.Size = new System.Drawing.Size(623, 167);
187            this.dgvChildInvoices.TabIndex = 14;
188            this.dgvChildInvoices.DoubleClick += new System.EventHandler(this.dgvChildInvoices_DoubleClick);
189            this.dgvChildInvoices.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.dgvChildInvoices_DataBindingComplete);
190            //
191            // Id2
192            //
193            this.Id2.DataPropertyName = "Id";
194            this.Id2.HeaderText = "Id";
195            this.Id2.Name = "Id2";
196            this.Id2.ReadOnly = true;
197            this.Id2.Visible = false;
198            //
199            // Label2
200            //
201            this.Label2.DataPropertyName = "Label";
202            this.Label2.HeaderText = "Numer";
203            this.Label2.Name = "Label2";
204            this.Label2.ReadOnly = true;
205            //
206            // Date2
207            //
208            this.Date2.DataPropertyName = "Date";
209            dataGridViewCellStyle2.Format = "d";
210            dataGridViewCellStyle2.NullValue = null;
211            this.Date2.DefaultCellStyle = dataGridViewCellStyle2;
212            this.Date2.HeaderText = "Data";
213            this.Date2.Name = "Date2";
214            this.Date2.ReadOnly = true;
215            //
216            // Amount2
217            //
218            this.Amount2.DataPropertyName = "Amount";
219            dataGridViewCellStyle3.Format = "C2";
220            dataGridViewCellStyle3.NullValue = null;
221            this.Amount2.DefaultCellStyle = dataGridViewCellStyle3;
222            this.Amount2.HeaderText = "Wartoœæ netto";
223            this.Amount2.Name = "Amount2";
224            this.Amount2.ReadOnly = true;
225            //
226            // PaidAmount2
227            //
228            this.PaidAmount2.DataPropertyName = "PaidAmount";
229            this.PaidAmount2.HeaderText = "Suma zap³at";
230            this.PaidAmount2.Name = "PaidAmount2";
231            this.PaidAmount2.ReadOnly = true;
232            this.PaidAmount2.Visible = false;
233            //
234            // WeekNumber2
235            //
236            this.WeekNumber2.DataPropertyName = "WeekNumber";
237            this.WeekNumber2.HeaderText = "Nr tygodnia";
238            this.WeekNumber2.Name = "WeekNumber2";
239            this.WeekNumber2.ReadOnly = true;
240            this.WeekNumber2.Visible = false;
241            //
242            // isCorrectionInvoice2
243            //
244            this.isCorrectionInvoice2.DataPropertyName = "isCorrectionInvoice";
245            this.isCorrectionInvoice2.HeaderText = "Korekta";
246            this.isCorrectionInvoice2.Name = "isCorrectionInvoice2";
247            this.isCorrectionInvoice2.ReadOnly = true;
248            this.isCorrectionInvoice2.Visible = false;
249            //
250            // Currency2
251            //
252            this.Currency2.DataPropertyName = "Currency";
253            this.Currency2.HeaderText = "Waluta";
254            this.Currency2.Name = "Currency2";
255            this.Currency2.ReadOnly = true;
256            this.Currency2.Visible = false;
257            //
258            // fAKTURYDataGridView
259            //
260            this.fAKTURYDataGridView.AllowUserToAddRows = false;
261            this.fAKTURYDataGridView.AllowUserToDeleteRows = false;
262            dataGridViewCellStyle4.BackColor = System.Drawing.Color.MintCream;
263            this.fAKTURYDataGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4;
264            this.fAKTURYDataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
265            this.fAKTURYDataGridView.BackgroundColor = System.Drawing.Color.White;
266            this.fAKTURYDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
267            this.Id1,
268            this.Label1,
269            this.Date1,
270            this.WeekNumber1,
271            this.Amount1,
272            this.PaidAmount1,
273            this.Currency1,
274            this.isCorrectionInvoice1});
275            this.fAKTURYDataGridView.Location = new System.Drawing.Point(6, 16);
276            this.fAKTURYDataGridView.MultiSelect = false;
277            this.fAKTURYDataGridView.Name = "fAKTURYDataGridView";
278            this.fAKTURYDataGridView.ReadOnly = true;
279            this.fAKTURYDataGridView.RowHeadersWidth = 10;
280            this.fAKTURYDataGridView.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
281            this.fAKTURYDataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
282            this.fAKTURYDataGridView.Size = new System.Drawing.Size(623, 167);
283            this.fAKTURYDataGridView.TabIndex = 13;
284            this.fAKTURYDataGridView.DoubleClick += new System.EventHandler(this.fAKTURYDataGridView_DoubleClick);
285            this.fAKTURYDataGridView.SelectionChanged += new System.EventHandler(this.fAKTURYDataGridView_SelectionChanged);
286            //
287            // Id1
288            //
289            this.Id1.DataPropertyName = "Id";
290            this.Id1.HeaderText = "Id";
291            this.Id1.Name = "Id1";
292            this.Id1.ReadOnly = true;
293            this.Id1.Visible = false;
294            //
295            // Label1
296            //
297            this.Label1.DataPropertyName = "Label";
298            this.Label1.HeaderText = "Numer";
299            this.Label1.Name = "Label1";
300            this.Label1.ReadOnly = true;
301            //
302            // Date1
303            //
304            this.Date1.DataPropertyName = "Date";
305            dataGridViewCellStyle5.Format = "d";
306            dataGridViewCellStyle5.NullValue = null;
307            this.Date1.DefaultCellStyle = dataGridViewCellStyle5;
308            this.Date1.HeaderText = "Data";
309            this.Date1.Name = "Date1";
310            this.Date1.ReadOnly = true;
311            //
312            // WeekNumber1
313            //
314            this.WeekNumber1.DataPropertyName = "WeekNumber";
315            this.WeekNumber1.HeaderText = "Nr tygodnia";
316            this.WeekNumber1.Name = "WeekNumber1";
317            this.WeekNumber1.ReadOnly = true;
318            //
319            // Amount1
320            //
321            this.Amount1.DataPropertyName = "Amount";
322            dataGridViewCellStyle6.Format = "C2";
323            dataGridViewCellStyle6.NullValue = null;
324            this.Amount1.DefaultCellStyle = dataGridViewCellStyle6;
325            this.Amount1.HeaderText = "Wartoœæ netto";
326            this.Amount1.Name = "Amount1";
327            this.Amount1.ReadOnly = true;
328            //
329            // PaidAmount1
330            //
331            this.PaidAmount1.DataPropertyName = "PaidAmount";
332            dataGridViewCellStyle7.Format = "C2";
333            dataGridViewCellStyle7.NullValue = null;
334            this.PaidAmount1.DefaultCellStyle = dataGridViewCellStyle7;
335            this.PaidAmount1.HeaderText = "Suma zap³at";
336            this.PaidAmount1.Name = "PaidAmount1";
337            this.PaidAmount1.ReadOnly = true;
338            //
339            // Currency1
340            //
341            this.Currency1.DataPropertyName = "Currency";
342            this.Currency1.HeaderText = "Waluta";
343            this.Currency1.Name = "Currency1";
344            this.Currency1.ReadOnly = true;
345            this.Currency1.Visible = false;
346            //
347            // isCorrectionInvoice1
348            //
349            this.isCorrectionInvoice1.DataPropertyName = "isCorrectionInvoice";
350            this.isCorrectionInvoice1.HeaderText = "Korekta";
351            this.isCorrectionInvoice1.Name = "isCorrectionInvoice1";
352            this.isCorrectionInvoice1.ReadOnly = true;
353            this.isCorrectionInvoice1.Visible = false;
354            //
355            // dtpZmianaDaty
356            //
357            this.dtpZmianaDaty.CustomFormat = "yyyy-MM";
358            this.dtpZmianaDaty.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
359            this.dtpZmianaDaty.Location = new System.Drawing.Point(7, 36);
360            this.dtpZmianaDaty.Name = "dtpZmianaDaty";
361            this.dtpZmianaDaty.Size = new System.Drawing.Size(80, 20);
362            this.dtpZmianaDaty.TabIndex = 14;
363            //
364            // nrTygodniaUpDown
365            //
366            this.nrTygodniaUpDown.Location = new System.Drawing.Point(94, 36);
367            this.nrTygodniaUpDown.Name = "nrTygodniaUpDown";
368            this.nrTygodniaUpDown.Size = new System.Drawing.Size(80, 20);
369            this.nrTygodniaUpDown.TabIndex = 6;
370            //
371            // usunFaktureButton
372            //
373            this.usunFaktureButton.Image = ((System.Drawing.Image)(resources.GetObject("usunFaktureButton.Image")));
374            this.usunFaktureButton.Location = new System.Drawing.Point(298, 17);
375            this.usunFaktureButton.Name = "usunFaktureButton";
376            this.usunFaktureButton.Size = new System.Drawing.Size(44, 37);
377            this.usunFaktureButton.TabIndex = 9;
378            this.usunFaktureButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
379            this.usunFaktureButton.UseVisualStyleBackColor = true;
380            this.usunFaktureButton.Click += new System.EventHandler(this.usunFaktureButton_Click);
381            //
382            // wplataButton
383            //
384            this.wplataButton.Image = ((System.Drawing.Image)(resources.GetObject("wplataButton.Image")));
385            this.wplataButton.Location = new System.Drawing.Point(448, 17);
386            this.wplataButton.Name = "wplataButton";
387            this.wplataButton.Size = new System.Drawing.Size(81, 36);
388            this.wplataButton.TabIndex = 10;
389            this.wplataButton.Text = "Wp³ata";
390            this.wplataButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
391            this.wplataButton.UseVisualStyleBackColor = true;
392            this.wplataButton.Visible = false;
393            //
394            // wydrukButton
395            //
396            this.wydrukButton.Image = ((System.Drawing.Image)(resources.GetObject("wydrukButton.Image")));
397            this.wydrukButton.Location = new System.Drawing.Point(590, 17);
398            this.wydrukButton.Name = "wydrukButton";
399            this.wydrukButton.Size = new System.Drawing.Size(39, 36);
400            this.wydrukButton.TabIndex = 11;
401            this.wydrukButton.UseVisualStyleBackColor = true;
402            this.wydrukButton.Click += new System.EventHandler(this.wydrukButton_Click);
403            //
404            // klienciTableAdapter
405            //
406            this.klienciTableAdapter.ClearBeforeFill = true;
407            //
408            // fakturA_DETAILSTableAdapter
409            //
410            this.fakturA_DETAILSTableAdapter.ClearBeforeFill = true;
411            //
412            // agencjeTableAdapter
413            //
414            this.agencjeTableAdapter.ClearBeforeFill = true;
415            //
416            // kontaTableAdapter
417            //
418            this.kontaTableAdapter.ClearBeforeFill = true;
419            //
420            // wplatyTableAdapter
421            //
422            this.wplatyTableAdapter.ClearBeforeFill = true;
423            //
424            // btnSearch
425            //
426            this.btnSearch.Location = new System.Drawing.Point(351, 3);
427            this.btnSearch.Name = "btnSearch";
428            this.btnSearch.Size = new System.Drawing.Size(75, 23);
429            this.btnSearch.TabIndex = 4;
430            this.btnSearch.Text = "Szukaj";
431            this.btnSearch.UseVisualStyleBackColor = true;
432            this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
433            //
434            // txtYear
435            //
436            this.txtYear.Location = new System.Drawing.Point(37, 2);
437            this.txtYear.Name = "txtYear";
438            this.txtYear.Size = new System.Drawing.Size(48, 20);
439            this.txtYear.TabIndex = 1;
440            //
441            // lblLabel1
442            //
443            this.lblLabel1.AutoSize = true;
444            this.lblLabel1.Location = new System.Drawing.Point(7, 6);
445            this.lblLabel1.Name = "lblLabel1";
446            this.lblLabel1.Size = new System.Drawing.Size(30, 13);
447            this.lblLabel1.TabIndex = 20;
448            this.lblLabel1.Text = "Rok:";
449            //
450            // lblLabel2
451            //
452            this.lblLabel2.AutoSize = true;
453            this.lblLabel2.Location = new System.Drawing.Point(94, 6);
454            this.lblLabel2.Name = "lblLabel2";
455            this.lblLabel2.Size = new System.Drawing.Size(46, 13);
456            this.lblLabel2.TabIndex = 21;
457            this.lblLabel2.Text = "Miesiac:";
458            //
459            // lblLabel3
460            //
461            this.lblLabel3.AutoSize = true;
462            this.lblLabel3.Location = new System.Drawing.Point(201, 6);
463            this.lblLabel3.Name = "lblLabel3";
464            this.lblLabel3.Size = new System.Drawing.Size(49, 13);
465            this.lblLabel3.TabIndex = 22;
466            this.lblLabel3.Text = "Agencja:";
467            //
468            // cbAgency
469            //
470            this.cbAgency.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
471            this.cbAgency.FormattingEnabled = true;
472            this.cbAgency.Items.AddRange(new object[] {
473            "POZ",
474            "KAT"});
475            this.cbAgency.Location = new System.Drawing.Point(250, 2);
476            this.cbAgency.Name = "cbAgency";
477            this.cbAgency.Size = new System.Drawing.Size(79, 21);
478            this.cbAgency.TabIndex = 3;
479            //
480            // monthUpDown
481            //
482            this.monthUpDown.Location = new System.Drawing.Point(140, 2);
483            this.monthUpDown.Maximum = new decimal(new int[] {
484            52,
485            0,
486            0,
487            0});
488            this.monthUpDown.Minimum = new decimal(new int[] {
489            1,
490            0,
491            0,
492            0});
493            this.monthUpDown.Name = "monthUpDown";
494            this.monthUpDown.Size = new System.Drawing.Size(48, 20);
495            this.monthUpDown.TabIndex = 2;
496            this.monthUpDown.Value = new decimal(new int[] {
497            1,
498            0,
499            0,
500            0});
501            //
502            // gbFunctions
503            //
504            this.gbFunctions.Controls.Add(this.label5);
505            this.gbFunctions.Controls.Add(this.label4);
506            this.gbFunctions.Controls.Add(this.wplataButton);
507            this.gbFunctions.Controls.Add(this.wydrukButton);
508            this.gbFunctions.Controls.Add(this.usunFaktureButton);
509            this.gbFunctions.Controls.Add(this.dtpZmianaDaty);
510            this.gbFunctions.Controls.Add(this.nrTygodniaUpDown);
511            this.gbFunctions.Controls.Add(this.korektaButton);
512            this.gbFunctions.Controls.Add(this.fakturaButton);
513            this.gbFunctions.Location = new System.Drawing.Point(6, 28);
514            this.gbFunctions.Name = "gbFunctions";
515            this.gbFunctions.Size = new System.Drawing.Size(635, 67);
516            this.gbFunctions.TabIndex = 5;
517            this.gbFunctions.TabStop = false;
518            this.gbFunctions.Text = "Funkcje";
519            //
520            // label5
521            //
522            this.label5.AutoSize = true;
523            this.label5.Location = new System.Drawing.Point(7, 17);
524            this.label5.Name = "label5";
525            this.label5.Size = new System.Drawing.Size(71, 13);
526            this.label5.TabIndex = 16;
527            this.label5.Text = "Rok, miesi¹c:";
528            //
529            // label4
530            //
531            this.label4.AutoSize = true;
532            this.label4.Location = new System.Drawing.Point(94, 17);
533            this.label4.Name = "label4";
534            this.label4.Size = new System.Drawing.Size(68, 13);
535            this.label4.TabIndex = 15;
536            this.label4.Text = "Nr Tygodnia:";
537            //
538            // FakturowaniePoznanKatowice
539            //
540            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
541            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
542            this.ClientSize = new System.Drawing.Size(647, 503);
543            this.Controls.Add(this.gbFunctions);
544            this.Controls.Add(this.monthUpDown);
545            this.Controls.Add(this.cbAgency);
546            this.Controls.Add(this.lblLabel3);
547            this.Controls.Add(this.lblLabel2);
548            this.Controls.Add(this.lblLabel1);
549            this.Controls.Add(this.txtYear);
550            this.Controls.Add(this.btnSearch);
551            this.Controls.Add(this.groupBox3);
552            this.MaximizeBox = false;
553            this.MaximumSize = new System.Drawing.Size(655, 530);
554            this.MinimumSize = new System.Drawing.Size(655, 530);
555            this.Name = "FakturowaniePoznanKatowice";
556            this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
557            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
558            this.Text = "Fakturowanie - Poznañ - Katowice";
559            this.Load += new System.EventHandler(this.FakturowaniePoznanKatowice_Load);
560            ((System.ComponentModel.ISupportInitialize)(this.rEKLAMADataSet)).EndInit();
561            ((System.ComponentModel.ISupportInitialize)(this.fAKTURYBindingSource)).EndInit();
562            this.groupBox3.ResumeLayout(false);
563            this.groupBox3.PerformLayout();
564            ((System.ComponentModel.ISupportInitialize)(this.dgvChildInvoices)).EndInit();
565            ((System.ComponentModel.ISupportInitialize)(this.fAKTURYDataGridView)).EndInit();
566            ((System.ComponentModel.ISupportInitialize)(this.nrTygodniaUpDown)).EndInit();
567            ((System.ComponentModel.ISupportInitialize)(this.monthUpDown)).EndInit();
568            this.gbFunctions.ResumeLayout(false);
569            this.gbFunctions.PerformLayout();
570            this.ResumeLayout(false);
571            this.PerformLayout();
572
573        }
574
575        #endregion
576
577        private System.Windows.Forms.Button fakturaButton;
578        private System.Windows.Forms.Button korektaButton;
579        private REKLAMADataSet rEKLAMADataSet;
580        private System.Windows.Forms.BindingSource fAKTURYBindingSource;
581        private Baza_Reklam.REKLAMADataSetTableAdapters.FAKTURYTableAdapter fAKTURYTableAdapter;
582        private System.Windows.Forms.GroupBox groupBox3;
583        private System.Windows.Forms.Button usunFaktureButton;
584        private System.Windows.Forms.Button wplataButton;
585        private System.Windows.Forms.DataGridView fAKTURYDataGridView;
586        private System.Windows.Forms.Button wydrukButton;
587        private Baza_Reklam.REKLAMADataSetTableAdapters.KLIENCITableAdapter klienciTableAdapter;
588        private Baza_Reklam.REKLAMADataSetTableAdapters.FAKTURA_DETAILSTableAdapter fakturA_DETAILSTableAdapter;
589        private Baza_Reklam.SLOWNIKDataSetTableAdapters.AGENCJETableAdapter agencjeTableAdapter;
590        private Baza_Reklam.SLOWNIKDataSetTableAdapters.KONTATableAdapter kontaTableAdapter;
591        private System.Windows.Forms.NumericUpDown nrTygodniaUpDown;
592        private System.Windows.Forms.DateTimePicker dtpZmianaDaty;
593        private Baza_Reklam.REKLAMADataSetTableAdapters.WplatyTableAdapter wplatyTableAdapter;
594        private System.Windows.Forms.Button btnSearch;
595        private System.Windows.Forms.TextBox txtYear;
596        private System.Windows.Forms.Label lblLabel1;
597        private System.Windows.Forms.Label lblLabel2;
598        private System.Windows.Forms.Label lblLabel3;
599        private System.Windows.Forms.ComboBox cbAgency;
600        private System.Windows.Forms.NumericUpDown monthUpDown;
601        private System.Windows.Forms.GroupBox gbFunctions;
602        private System.Windows.Forms.Label label4;
603        private System.Windows.Forms.Label label5;
604        private System.Windows.Forms.DataGridView dgvChildInvoices;
605        private System.Windows.Forms.Label label6;
606        private System.Windows.Forms.TextBox txtTotalAmount;
607        private System.Windows.Forms.DataGridViewTextBoxColumn Id2;
608        private System.Windows.Forms.DataGridViewTextBoxColumn Label2;
609        private System.Windows.Forms.DataGridViewTextBoxColumn Date2;
610        private System.Windows.Forms.DataGridViewTextBoxColumn Amount2;
611        private System.Windows.Forms.DataGridViewTextBoxColumn PaidAmount2;
612        private System.Windows.Forms.DataGridViewTextBoxColumn WeekNumber2;
613        private System.Windows.Forms.DataGridViewTextBoxColumn isCorrectionInvoice2;
614        private System.Windows.Forms.DataGridViewTextBoxColumn Currency2;
615        private System.Windows.Forms.DataGridViewTextBoxColumn Id1;
616        private System.Windows.Forms.DataGridViewTextBoxColumn Label1;
617        private System.Windows.Forms.DataGridViewTextBoxColumn Date1;
618        private System.Windows.Forms.DataGridViewTextBoxColumn WeekNumber1;
619        private System.Windows.Forms.DataGridViewTextBoxColumn Amount1;
620        private System.Windows.Forms.DataGridViewTextBoxColumn PaidAmount1;
621        private System.Windows.Forms.DataGridViewTextBoxColumn Currency1;
622        private System.Windows.Forms.DataGridViewTextBoxColumn isCorrectionInvoice1;
623    }
624}
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.