root/Baza Reklam 2 - Faktury/Facturer.Designer.cs @ 115

Wersja 115, 32.6 KB (wprowadzona przez dorota, 17 years temu)

zablokowanie usuwania faktury po staremu

Line 
1namespace Baza_Reklam
2{
3    partial class Facturer
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 sPOSOB_ZAPLATYLabel;
33            System.Windows.Forms.Label zaliczka_BruttoLabel;
34            System.Windows.Forms.Label zaliczka_DataLabel;
35            System.Windows.Forms.Label tERMIN_ZAPLATYLabel;
36            System.Windows.Forms.Label dATA_SPRZEDAZYLabel;
37            System.Windows.Forms.Label dATA_WYSTAWIENIALabel;
38            System.Windows.Forms.Label iD_KONTALabel;
39            System.Windows.Forms.Label zAPLACONOLabel;
40            System.Windows.Forms.Label nUMERLabel;
41            System.Windows.Forms.Label nUMER_ROZLabel;
42            System.Windows.Forms.Label reklamaIDLabel;
43            System.Windows.Forms.Label adres_FkaturaLabel;
44            System.Windows.Forms.Label nipLabel;
45            System.Windows.Forms.Label vIESLabel;
46            System.Windows.Forms.Label zATWIERDZONO_DO_DRUKULabel;
47            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Facturer));
48            this.wystawProformeButton = new System.Windows.Forms.Button();
49            this.wystawFaktureButton = new System.Windows.Forms.Button();
50            this.button1 = new System.Windows.Forms.Button();
51            this.sPOSOB_ZAPLATYListBox = new System.Windows.Forms.ListBox();
52            this.fAKTURYBindingSource = new System.Windows.Forms.BindingSource(this.components);
53            this.rEKLAMADataSet = new Baza_Reklam.REKLAMADataSet();
54            this.zaliczka_BruttoTextBox = new System.Windows.Forms.TextBox();
55            this.rEKLAMABindingSource = new System.Windows.Forms.BindingSource(this.components);
56            this.zaliczka_DataDateTimePicker = new System.Windows.Forms.DateTimePicker();
57            this.tERMIN_ZAPLATYDateTimePicker = new System.Windows.Forms.DateTimePicker();
58            this.dATA_SPRZEDAZYDateTimePicker = new System.Windows.Forms.DateTimePicker();
59            this.dATA_WYSTAWIENIADateTimePicker = new System.Windows.Forms.DateTimePicker();
60            this.iD_KONTAComboBox = new System.Windows.Forms.ComboBox();
61            this.kONTABindingSource = new System.Windows.Forms.BindingSource(this.components);
62            this.sLOWNIKDataSet = new Baza_Reklam.SLOWNIKDataSet();
63            this.zAPLACONOCheckBox = new System.Windows.Forms.CheckBox();
64            this.nUMERTextBox = new System.Windows.Forms.TextBox();
65            this.nUMER_ROZTextBox = new System.Windows.Forms.TextBox();
66            this.reklamaIDTextBox = new System.Windows.Forms.TextBox();
67            this.rEKLAMATableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.REKLAMATableAdapter();
68            this.fAKTURYTableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.FAKTURYTableAdapter();
69            this.kONTATableAdapter = new Baza_Reklam.SLOWNIKDataSetTableAdapters.KONTATableAdapter();
70            this.groupBox1 = new System.Windows.Forms.GroupBox();
71            this.nipKrajTextBox = new System.Windows.Forms.TextBox();
72            this.kLIENCIBindingSource = new System.Windows.Forms.BindingSource(this.components);
73            this.vIESCheckBox = new System.Windows.Forms.CheckBox();
74            this.nipTextBox = new System.Windows.Forms.TextBox();
75            this.adres_FkaturaTextBox = new System.Windows.Forms.TextBox();
76            this.kLIENCITableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.KLIENCITableAdapter();
77            this.zamknijButton = new System.Windows.Forms.Button();
78            this.poznanKatowiceButton = new System.Windows.Forms.Button();
79            this.zATWIERDZONO_DO_DRUKUCheckBox = new System.Windows.Forms.CheckBox();
80            this.tYPLabel1 = new System.Windows.Forms.Label();
81            sPOSOB_ZAPLATYLabel = new System.Windows.Forms.Label();
82            zaliczka_BruttoLabel = new System.Windows.Forms.Label();
83            zaliczka_DataLabel = new System.Windows.Forms.Label();
84            tERMIN_ZAPLATYLabel = new System.Windows.Forms.Label();
85            dATA_SPRZEDAZYLabel = new System.Windows.Forms.Label();
86            dATA_WYSTAWIENIALabel = new System.Windows.Forms.Label();
87            iD_KONTALabel = new System.Windows.Forms.Label();
88            zAPLACONOLabel = new System.Windows.Forms.Label();
89            nUMERLabel = new System.Windows.Forms.Label();
90            nUMER_ROZLabel = new System.Windows.Forms.Label();
91            reklamaIDLabel = new System.Windows.Forms.Label();
92            adres_FkaturaLabel = new System.Windows.Forms.Label();
93            nipLabel = new System.Windows.Forms.Label();
94            vIESLabel = new System.Windows.Forms.Label();
95            zATWIERDZONO_DO_DRUKULabel = new System.Windows.Forms.Label();
96            ((System.ComponentModel.ISupportInitialize)(this.fAKTURYBindingSource)).BeginInit();
97            ((System.ComponentModel.ISupportInitialize)(this.rEKLAMADataSet)).BeginInit();
98            ((System.ComponentModel.ISupportInitialize)(this.rEKLAMABindingSource)).BeginInit();
99            ((System.ComponentModel.ISupportInitialize)(this.kONTABindingSource)).BeginInit();
100            ((System.ComponentModel.ISupportInitialize)(this.sLOWNIKDataSet)).BeginInit();
101            this.groupBox1.SuspendLayout();
102            ((System.ComponentModel.ISupportInitialize)(this.kLIENCIBindingSource)).BeginInit();
103            this.SuspendLayout();
104            //
105            // sPOSOB_ZAPLATYLabel
106            //
107            sPOSOB_ZAPLATYLabel.AutoSize = true;
108            sPOSOB_ZAPLATYLabel.Location = new System.Drawing.Point(204, 167);
109            sPOSOB_ZAPLATYLabel.Name = "sPOSOB_ZAPLATYLabel";
110            sPOSOB_ZAPLATYLabel.Size = new System.Drawing.Size(105, 13);
111            sPOSOB_ZAPLATYLabel.TabIndex = 51;
112            sPOSOB_ZAPLATYLabel.Text = "SPOSOB ZAPLATY:";
113            //
114            // zaliczka_BruttoLabel
115            //
116            zaliczka_BruttoLabel.AutoSize = true;
117            zaliczka_BruttoLabel.Location = new System.Drawing.Point(204, 67);
118            zaliczka_BruttoLabel.Name = "zaliczka_BruttoLabel";
119            zaliczka_BruttoLabel.Size = new System.Drawing.Size(50, 13);
120            zaliczka_BruttoLabel.TabIndex = 49;
121            zaliczka_BruttoLabel.Text = "Zaliczka:";
122            //
123            // zaliczka_DataLabel
124            //
125            zaliczka_DataLabel.AutoSize = true;
126            zaliczka_DataLabel.Location = new System.Drawing.Point(204, 12);
127            zaliczka_DataLabel.Name = "zaliczka_DataLabel";
128            zaliczka_DataLabel.Size = new System.Drawing.Size(70, 13);
129            zaliczka_DataLabel.TabIndex = 47;
130            zaliczka_DataLabel.Text = "Data zaliczki:";
131            //
132            // tERMIN_ZAPLATYLabel
133            //
134            tERMIN_ZAPLATYLabel.AutoSize = true;
135            tERMIN_ZAPLATYLabel.Location = new System.Drawing.Point(20, 324);
136            tERMIN_ZAPLATYLabel.Name = "tERMIN_ZAPLATYLabel";
137            tERMIN_ZAPLATYLabel.Size = new System.Drawing.Size(80, 13);
138            tERMIN_ZAPLATYLabel.TabIndex = 45;
139            tERMIN_ZAPLATYLabel.Text = "Termin zap³aty:";
140            //
141            // dATA_SPRZEDAZYLabel
142            //
143            dATA_SPRZEDAZYLabel.AutoSize = true;
144            dATA_SPRZEDAZYLabel.Location = new System.Drawing.Point(19, 274);
145            dATA_SPRZEDAZYLabel.Name = "dATA_SPRZEDAZYLabel";
146            dATA_SPRZEDAZYLabel.Size = new System.Drawing.Size(83, 13);
147            dATA_SPRZEDAZYLabel.TabIndex = 43;
148            dATA_SPRZEDAZYLabel.Text = "Data sprzeda¿y:";
149            //
150            // dATA_WYSTAWIENIALabel
151            //
152            dATA_WYSTAWIENIALabel.AutoSize = true;
153            dATA_WYSTAWIENIALabel.Location = new System.Drawing.Point(17, 221);
154            dATA_WYSTAWIENIALabel.Name = "dATA_WYSTAWIENIALabel";
155            dATA_WYSTAWIENIALabel.Size = new System.Drawing.Size(93, 13);
156            dATA_WYSTAWIENIALabel.TabIndex = 41;
157            dATA_WYSTAWIENIALabel.Text = "Data wystawienia:";
158            //
159            // iD_KONTALabel
160            //
161            iD_KONTALabel.AutoSize = true;
162            iD_KONTALabel.Location = new System.Drawing.Point(19, 169);
163            iD_KONTALabel.Name = "iD_KONTALabel";
164            iD_KONTALabel.Size = new System.Drawing.Size(38, 13);
165            iD_KONTALabel.TabIndex = 39;
166            iD_KONTALabel.Text = "Konto:";
167            //
168            // zAPLACONOLabel
169            //
170            zAPLACONOLabel.AutoSize = true;
171            zAPLACONOLabel.Location = new System.Drawing.Point(204, 122);
172            zAPLACONOLabel.Name = "zAPLACONOLabel";
173            zAPLACONOLabel.Size = new System.Drawing.Size(63, 13);
174            zAPLACONOLabel.TabIndex = 37;
175            zAPLACONOLabel.Text = "Zap³acono:";
176            //
177            // nUMERLabel
178            //
179            nUMERLabel.AutoSize = true;
180            nUMERLabel.Location = new System.Drawing.Point(17, 122);
181            nUMERLabel.Name = "nUMERLabel";
182            nUMERLabel.Size = new System.Drawing.Size(41, 13);
183            nUMERLabel.TabIndex = 35;
184            nUMERLabel.Text = "Numer:";
185            //
186            // nUMER_ROZLabel
187            //
188            nUMER_ROZLabel.AutoSize = true;
189            nUMER_ROZLabel.Location = new System.Drawing.Point(20, 67);
190            nUMER_ROZLabel.Name = "nUMER_ROZLabel";
191            nUMER_ROZLabel.Size = new System.Drawing.Size(65, 13);
192            nUMER_ROZLabel.TabIndex = 33;
193            nUMER_ROZLabel.Text = "Kod agenta:";
194            //
195            // reklamaIDLabel
196            //
197            reklamaIDLabel.AutoSize = true;
198            reklamaIDLabel.Location = new System.Drawing.Point(19, 12);
199            reklamaIDLabel.Name = "reklamaIDLabel";
200            reklamaIDLabel.Size = new System.Drawing.Size(83, 13);
201            reklamaIDLabel.TabIndex = 32;
202            reklamaIDLabel.Text = "Symbol reklamy:";
203            //
204            // adres_FkaturaLabel
205            //
206            adres_FkaturaLabel.AutoSize = true;
207            adres_FkaturaLabel.Location = new System.Drawing.Point(6, 16);
208            adres_FkaturaLabel.Name = "adres_FkaturaLabel";
209            adres_FkaturaLabel.Size = new System.Drawing.Size(76, 13);
210            adres_FkaturaLabel.TabIndex = 0;
211            adres_FkaturaLabel.Text = "Adres Faktura:";
212            //
213            // nipLabel
214            //
215            nipLabel.AutoSize = true;
216            nipLabel.Location = new System.Drawing.Point(14, 117);
217            nipLabel.Name = "nipLabel";
218            nipLabel.Size = new System.Drawing.Size(26, 13);
219            nipLabel.TabIndex = 56;
220            nipLabel.Text = "Nip:";
221            //
222            // vIESLabel
223            //
224            vIESLabel.AutoSize = true;
225            vIESLabel.Location = new System.Drawing.Point(14, 173);
226            vIESLabel.Name = "vIESLabel";
227            vIESLabel.Size = new System.Drawing.Size(34, 13);
228            vIESLabel.TabIndex = 57;
229            vIESLabel.Text = "VIES:";
230            //
231            // zATWIERDZONO_DO_DRUKULabel
232            //
233            zATWIERDZONO_DO_DRUKULabel.AutoSize = true;
234            zATWIERDZONO_DO_DRUKULabel.Location = new System.Drawing.Point(4, 374);
235            zATWIERDZONO_DO_DRUKULabel.Name = "zATWIERDZONO_DO_DRUKULabel";
236            zATWIERDZONO_DO_DRUKULabel.Size = new System.Drawing.Size(160, 13);
237            zATWIERDZONO_DO_DRUKULabel.TabIndex = 60;
238            zATWIERDZONO_DO_DRUKULabel.Text = "ZATWIERDZONO DO DRUKU:";
239            //
240            // wystawProformeButton
241            //
242            this.wystawProformeButton.Location = new System.Drawing.Point(201, 331);
243            this.wystawProformeButton.Name = "wystawProformeButton";
244            this.wystawProformeButton.Size = new System.Drawing.Size(87, 43);
245            this.wystawProformeButton.TabIndex = 21;
246            this.wystawProformeButton.Text = "WYSTAW PROFORMÊ";
247            this.wystawProformeButton.UseVisualStyleBackColor = true;
248            this.wystawProformeButton.Click += new System.EventHandler(this.wystawProformeButton_Click);
249            //
250            // wystawFaktureButton
251            //
252            this.wystawFaktureButton.Location = new System.Drawing.Point(201, 274);
253            this.wystawFaktureButton.Name = "wystawFaktureButton";
254            this.wystawFaktureButton.Size = new System.Drawing.Size(87, 40);
255            this.wystawFaktureButton.TabIndex = 19;
256            this.wystawFaktureButton.Text = "WYSTAW FAKTURÊ";
257            this.wystawFaktureButton.UseVisualStyleBackColor = true;
258            this.wystawFaktureButton.Click += new System.EventHandler(this.wystawFaktureButton_Click);
259            //
260            // button1
261            //
262            this.button1.Image = ((System.Drawing.Image)(resources.GetObject("button1.Image")));
263            this.button1.Location = new System.Drawing.Point(170, 185);
264            this.button1.Name = "button1";
265            this.button1.Size = new System.Drawing.Size(28, 23);
266            this.button1.TabIndex = 54;
267            this.button1.UseVisualStyleBackColor = true;
268            this.button1.Click += new System.EventHandler(this.button1_Click);
269            //
270            // sPOSOB_ZAPLATYListBox
271            //
272            this.sPOSOB_ZAPLATYListBox.FormattingEnabled = true;
273            this.sPOSOB_ZAPLATYListBox.Items.AddRange(new object[] {
274            "Karta kredytowa",
275            "Przelew",
276            "Gotówka",
277            "Barter"});
278            this.sPOSOB_ZAPLATYListBox.Location = new System.Drawing.Point(204, 185);
279            this.sPOSOB_ZAPLATYListBox.Name = "sPOSOB_ZAPLATYListBox";
280            this.sPOSOB_ZAPLATYListBox.Size = new System.Drawing.Size(120, 56);
281            this.sPOSOB_ZAPLATYListBox.TabIndex = 53;
282            //
283            // fAKTURYBindingSource
284            //
285            this.fAKTURYBindingSource.DataMember = "FAKTURY";
286            this.fAKTURYBindingSource.DataSource = this.rEKLAMADataSet;
287            //
288            // rEKLAMADataSet
289            //
290            this.rEKLAMADataSet.DataSetName = "REKLAMADataSet";
291            this.rEKLAMADataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
292            //
293            // zaliczka_BruttoTextBox
294            //
295            this.zaliczka_BruttoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.rEKLAMABindingSource, "Zaliczka_Brutto", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "C2"));
296            this.zaliczka_BruttoTextBox.Location = new System.Drawing.Point(207, 83);
297            this.zaliczka_BruttoTextBox.Name = "zaliczka_BruttoTextBox";
298            this.zaliczka_BruttoTextBox.Size = new System.Drawing.Size(117, 20);
299            this.zaliczka_BruttoTextBox.TabIndex = 52;
300            //
301            // rEKLAMABindingSource
302            //
303            this.rEKLAMABindingSource.DataMember = "REKLAMA";
304            this.rEKLAMABindingSource.DataSource = this.rEKLAMADataSet;
305            //
306            // zaliczka_DataDateTimePicker
307            //
308            this.zaliczka_DataDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.rEKLAMABindingSource, "Zaliczka_Data", true));
309            this.zaliczka_DataDateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Short;
310            this.zaliczka_DataDateTimePicker.Location = new System.Drawing.Point(207, 28);
311            this.zaliczka_DataDateTimePicker.Name = "zaliczka_DataDateTimePicker";
312            this.zaliczka_DataDateTimePicker.Size = new System.Drawing.Size(117, 20);
313            this.zaliczka_DataDateTimePicker.TabIndex = 50;
314            //
315            // tERMIN_ZAPLATYDateTimePicker
316            //
317            this.tERMIN_ZAPLATYDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.rEKLAMABindingSource, "FAKTURA TERMIN ZAP£ATY", true));
318            this.tERMIN_ZAPLATYDateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Short;
319            this.tERMIN_ZAPLATYDateTimePicker.Location = new System.Drawing.Point(20, 340);
320            this.tERMIN_ZAPLATYDateTimePicker.Name = "tERMIN_ZAPLATYDateTimePicker";
321            this.tERMIN_ZAPLATYDateTimePicker.Size = new System.Drawing.Size(118, 20);
322            this.tERMIN_ZAPLATYDateTimePicker.TabIndex = 48;
323            //
324            // dATA_SPRZEDAZYDateTimePicker
325            //
326            this.dATA_SPRZEDAZYDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.rEKLAMABindingSource, "FAKTURA DATA WYSTAWIENIA", true));
327            this.dATA_SPRZEDAZYDateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Short;
328            this.dATA_SPRZEDAZYDateTimePicker.Location = new System.Drawing.Point(20, 290);
329            this.dATA_SPRZEDAZYDateTimePicker.Name = "dATA_SPRZEDAZYDateTimePicker";
330            this.dATA_SPRZEDAZYDateTimePicker.Size = new System.Drawing.Size(118, 20);
331            this.dATA_SPRZEDAZYDateTimePicker.TabIndex = 46;
332            //
333            // dATA_WYSTAWIENIADateTimePicker
334            //
335            this.dATA_WYSTAWIENIADateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.rEKLAMABindingSource, "FAKTURA DATA WYSTAWIENIA", true));
336            this.dATA_WYSTAWIENIADateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Short;
337            this.dATA_WYSTAWIENIADateTimePicker.Location = new System.Drawing.Point(20, 237);
338            this.dATA_WYSTAWIENIADateTimePicker.Name = "dATA_WYSTAWIENIADateTimePicker";
339            this.dATA_WYSTAWIENIADateTimePicker.Size = new System.Drawing.Size(118, 20);
340            this.dATA_WYSTAWIENIADateTimePicker.TabIndex = 44;
341            //
342            // iD_KONTAComboBox
343            //
344            this.iD_KONTAComboBox.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.rEKLAMABindingSource, "FAKTURA ID KONTA", true));
345            this.iD_KONTAComboBox.DataSource = this.kONTABindingSource;
346            this.iD_KONTAComboBox.DisplayMember = "opis";
347            this.iD_KONTAComboBox.DropDownWidth = 600;
348            this.iD_KONTAComboBox.FormattingEnabled = true;
349            this.iD_KONTAComboBox.Location = new System.Drawing.Point(20, 185);
350            this.iD_KONTAComboBox.Name = "iD_KONTAComboBox";
351            this.iD_KONTAComboBox.Size = new System.Drawing.Size(144, 21);
352            this.iD_KONTAComboBox.TabIndex = 42;
353            this.iD_KONTAComboBox.ValueMember = "IdKonta";
354            //
355            // kONTABindingSource
356            //
357            this.kONTABindingSource.DataMember = "KONTA";
358            this.kONTABindingSource.DataSource = this.sLOWNIKDataSet;
359            //
360            // sLOWNIKDataSet
361            //
362            this.sLOWNIKDataSet.DataSetName = "SLOWNIKDataSet";
363            this.sLOWNIKDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
364            //
365            // zAPLACONOCheckBox
366            //
367            this.zAPLACONOCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.rEKLAMABindingSource, "ZAP£ACONO", true));
368            this.zAPLACONOCheckBox.Enabled = false;
369            this.zAPLACONOCheckBox.Location = new System.Drawing.Point(273, 117);
370            this.zAPLACONOCheckBox.Name = "zAPLACONOCheckBox";
371            this.zAPLACONOCheckBox.Size = new System.Drawing.Size(38, 24);
372            this.zAPLACONOCheckBox.TabIndex = 40;
373            //
374            // nUMERTextBox
375            //
376            this.nUMERTextBox.Location = new System.Drawing.Point(22, 138);
377            this.nUMERTextBox.Name = "nUMERTextBox";
378            this.nUMERTextBox.Size = new System.Drawing.Size(116, 20);
379            this.nUMERTextBox.TabIndex = 38;
380            //
381            // nUMER_ROZTextBox
382            //
383            this.nUMER_ROZTextBox.Location = new System.Drawing.Point(20, 83);
384            this.nUMER_ROZTextBox.Name = "nUMER_ROZTextBox";
385            this.nUMER_ROZTextBox.Size = new System.Drawing.Size(116, 20);
386            this.nUMER_ROZTextBox.TabIndex = 36;
387            //
388            // reklamaIDTextBox
389            //
390            this.reklamaIDTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.rEKLAMABindingSource, "ID REKLAMY", true));
391            this.reklamaIDTextBox.Location = new System.Drawing.Point(20, 28);
392            this.reklamaIDTextBox.Name = "reklamaIDTextBox";
393            this.reklamaIDTextBox.Size = new System.Drawing.Size(116, 20);
394            this.reklamaIDTextBox.TabIndex = 34;
395            //
396            // rEKLAMATableAdapter
397            //
398            this.rEKLAMATableAdapter.ClearBeforeFill = true;
399            //
400            // fAKTURYTableAdapter
401            //
402            this.fAKTURYTableAdapter.ClearBeforeFill = true;
403            //
404            // kONTATableAdapter
405            //
406            this.kONTATableAdapter.ClearBeforeFill = true;
407            //
408            // groupBox1
409            //
410            this.groupBox1.Controls.Add(this.nipKrajTextBox);
411            this.groupBox1.Controls.Add(vIESLabel);
412            this.groupBox1.Controls.Add(this.vIESCheckBox);
413            this.groupBox1.Controls.Add(this.nipTextBox);
414            this.groupBox1.Controls.Add(nipLabel);
415            this.groupBox1.Controls.Add(adres_FkaturaLabel);
416            this.groupBox1.Controls.Add(this.adres_FkaturaTextBox);
417            this.groupBox1.Enabled = false;
418            this.groupBox1.Location = new System.Drawing.Point(346, 12);
419            this.groupBox1.Name = "groupBox1";
420            this.groupBox1.Size = new System.Drawing.Size(162, 239);
421            this.groupBox1.TabIndex = 56;
422            this.groupBox1.TabStop = false;
423            this.groupBox1.Text = "Dane do faktury";
424            //
425            // nipKrajTextBox
426            //
427            this.nipKrajTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.kLIENCIBindingSource, "nipKraj", true));
428            this.nipKrajTextBox.Location = new System.Drawing.Point(11, 133);
429            this.nipKrajTextBox.Name = "nipKrajTextBox";
430            this.nipKrajTextBox.Size = new System.Drawing.Size(27, 20);
431            this.nipKrajTextBox.TabIndex = 59;
432            //
433            // kLIENCIBindingSource
434            //
435            this.kLIENCIBindingSource.DataMember = "KLIENCI";
436            this.kLIENCIBindingSource.DataSource = this.rEKLAMADataSet;
437            //
438            // vIESCheckBox
439            //
440            this.vIESCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.kLIENCIBindingSource, "VIES", true));
441            this.vIESCheckBox.Location = new System.Drawing.Point(58, 168);
442            this.vIESCheckBox.Name = "vIESCheckBox";
443            this.vIESCheckBox.Size = new System.Drawing.Size(24, 24);
444            this.vIESCheckBox.TabIndex = 58;
445            //
446            // nipTextBox
447            //
448            this.nipTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.kLIENCIBindingSource, "Nip", true));
449            this.nipTextBox.Enabled = false;
450            this.nipTextBox.Location = new System.Drawing.Point(44, 133);
451            this.nipTextBox.Name = "nipTextBox";
452            this.nipTextBox.Size = new System.Drawing.Size(108, 20);
453            this.nipTextBox.TabIndex = 57;
454            //
455            // adres_FkaturaTextBox
456            //
457            this.adres_FkaturaTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.kLIENCIBindingSource, "Adres_Fkatura", true));
458            this.adres_FkaturaTextBox.Enabled = false;
459            this.adres_FkaturaTextBox.Location = new System.Drawing.Point(9, 32);
460            this.adres_FkaturaTextBox.Multiline = true;
461            this.adres_FkaturaTextBox.Name = "adres_FkaturaTextBox";
462            this.adres_FkaturaTextBox.Size = new System.Drawing.Size(143, 80);
463            this.adres_FkaturaTextBox.TabIndex = 1;
464            //
465            // kLIENCITableAdapter
466            //
467            this.kLIENCITableAdapter.ClearBeforeFill = true;
468            //
469            // zamknijButton
470            //
471            this.zamknijButton.Image = ((System.Drawing.Image)(resources.GetObject("zamknijButton.Image")));
472            this.zamknijButton.Location = new System.Drawing.Point(423, 322);
473            this.zamknijButton.Name = "zamknijButton";
474            this.zamknijButton.Size = new System.Drawing.Size(85, 60);
475            this.zamknijButton.TabIndex = 58;
476            this.zamknijButton.Text = "Zamknij";
477            this.zamknijButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
478            this.zamknijButton.UseVisualStyleBackColor = true;
479            this.zamknijButton.Click += new System.EventHandler(this.zamknijButton_Click);
480            //
481            // poznanKatowiceButton
482            //
483            this.poznanKatowiceButton.Location = new System.Drawing.Point(407, 260);
484            this.poznanKatowiceButton.Name = "poznanKatowiceButton";
485            this.poznanKatowiceButton.Size = new System.Drawing.Size(101, 40);
486            this.poznanKatowiceButton.TabIndex = 60;
487            this.poznanKatowiceButton.Text = "Poznañ/Katowice zmiana faktury";
488            this.poznanKatowiceButton.UseVisualStyleBackColor = true;
489            this.poznanKatowiceButton.Click += new System.EventHandler(this.poznanKatowiceButton_Click);
490            //
491            // zATWIERDZONO_DO_DRUKUCheckBox
492            //
493            this.zATWIERDZONO_DO_DRUKUCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.rEKLAMABindingSource, "ZATWIERDZONO DO DRUKU", true));
494            this.zATWIERDZONO_DO_DRUKUCheckBox.Enabled = false;
495            this.zATWIERDZONO_DO_DRUKUCheckBox.Location = new System.Drawing.Point(170, 369);
496            this.zATWIERDZONO_DO_DRUKUCheckBox.Name = "zATWIERDZONO_DO_DRUKUCheckBox";
497            this.zATWIERDZONO_DO_DRUKUCheckBox.Size = new System.Drawing.Size(13, 24);
498            this.zATWIERDZONO_DO_DRUKUCheckBox.TabIndex = 61;
499            //
500            // tYPLabel1
501            //
502            this.tYPLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.rEKLAMABindingSource, "TYP", true));
503            this.tYPLabel1.Location = new System.Drawing.Point(198, 248);
504            this.tYPLabel1.Name = "tYPLabel1";
505            this.tYPLabel1.Size = new System.Drawing.Size(100, 23);
506            this.tYPLabel1.TabIndex = 62;
507            this.tYPLabel1.Text = "TYP REKLAMY";
508            this.tYPLabel1.Visible = false;
509            //
510            // Facturer
511            //
512            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
513            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
514            this.ClientSize = new System.Drawing.Size(528, 413);
515            this.Controls.Add(this.tYPLabel1);
516            this.Controls.Add(zATWIERDZONO_DO_DRUKULabel);
517            this.Controls.Add(this.zATWIERDZONO_DO_DRUKUCheckBox);
518            this.Controls.Add(this.poznanKatowiceButton);
519            this.Controls.Add(this.wystawFaktureButton);
520            this.Controls.Add(this.zamknijButton);
521            this.Controls.Add(this.wystawProformeButton);
522            this.Controls.Add(this.groupBox1);
523            this.Controls.Add(this.button1);
524            this.Controls.Add(sPOSOB_ZAPLATYLabel);
525            this.Controls.Add(this.sPOSOB_ZAPLATYListBox);
526            this.Controls.Add(zaliczka_BruttoLabel);
527            this.Controls.Add(this.zaliczka_BruttoTextBox);
528            this.Controls.Add(zaliczka_DataLabel);
529            this.Controls.Add(this.zaliczka_DataDateTimePicker);
530            this.Controls.Add(tERMIN_ZAPLATYLabel);
531            this.Controls.Add(this.tERMIN_ZAPLATYDateTimePicker);
532            this.Controls.Add(dATA_SPRZEDAZYLabel);
533            this.Controls.Add(this.dATA_SPRZEDAZYDateTimePicker);
534            this.Controls.Add(dATA_WYSTAWIENIALabel);
535            this.Controls.Add(this.dATA_WYSTAWIENIADateTimePicker);
536            this.Controls.Add(iD_KONTALabel);
537            this.Controls.Add(this.iD_KONTAComboBox);
538            this.Controls.Add(zAPLACONOLabel);
539            this.Controls.Add(this.zAPLACONOCheckBox);
540            this.Controls.Add(nUMERLabel);
541            this.Controls.Add(this.nUMERTextBox);
542            this.Controls.Add(nUMER_ROZLabel);
543            this.Controls.Add(this.nUMER_ROZTextBox);
544            this.Controls.Add(reklamaIDLabel);
545            this.Controls.Add(this.reklamaIDTextBox);
546            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
547            this.Name = "Facturer";
548            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
549            this.Text = "Wystaw fakturê";
550            this.Load += new System.EventHandler(this.Facturer_Load);
551            this.Shown += new System.EventHandler(this.Facturer_Shown);
552            ((System.ComponentModel.ISupportInitialize)(this.fAKTURYBindingSource)).EndInit();
553            ((System.ComponentModel.ISupportInitialize)(this.rEKLAMADataSet)).EndInit();
554            ((System.ComponentModel.ISupportInitialize)(this.rEKLAMABindingSource)).EndInit();
555            ((System.ComponentModel.ISupportInitialize)(this.kONTABindingSource)).EndInit();
556            ((System.ComponentModel.ISupportInitialize)(this.sLOWNIKDataSet)).EndInit();
557            this.groupBox1.ResumeLayout(false);
558            this.groupBox1.PerformLayout();
559            ((System.ComponentModel.ISupportInitialize)(this.kLIENCIBindingSource)).EndInit();
560            this.ResumeLayout(false);
561            this.PerformLayout();
562
563        }
564
565        #endregion
566
567        private System.Windows.Forms.Button wystawProformeButton;
568        private System.Windows.Forms.Button wystawFaktureButton;
569        private System.Windows.Forms.Button button1;
570        private System.Windows.Forms.ListBox sPOSOB_ZAPLATYListBox;
571        private System.Windows.Forms.TextBox zaliczka_BruttoTextBox;
572        private System.Windows.Forms.DateTimePicker zaliczka_DataDateTimePicker;
573        private System.Windows.Forms.DateTimePicker tERMIN_ZAPLATYDateTimePicker;
574        private System.Windows.Forms.DateTimePicker dATA_SPRZEDAZYDateTimePicker;
575        private System.Windows.Forms.DateTimePicker dATA_WYSTAWIENIADateTimePicker;
576        private System.Windows.Forms.ComboBox iD_KONTAComboBox;
577        private System.Windows.Forms.CheckBox zAPLACONOCheckBox;
578        private System.Windows.Forms.TextBox nUMERTextBox;
579        private System.Windows.Forms.TextBox nUMER_ROZTextBox;
580        private System.Windows.Forms.TextBox reklamaIDTextBox;
581        private REKLAMADataSet rEKLAMADataSet;
582        private System.Windows.Forms.BindingSource rEKLAMABindingSource;
583        private Baza_Reklam.REKLAMADataSetTableAdapters.REKLAMATableAdapter rEKLAMATableAdapter;
584        private System.Windows.Forms.BindingSource fAKTURYBindingSource;
585        private Baza_Reklam.REKLAMADataSetTableAdapters.FAKTURYTableAdapter fAKTURYTableAdapter;
586        private SLOWNIKDataSet sLOWNIKDataSet;
587        private System.Windows.Forms.BindingSource kONTABindingSource;
588        private Baza_Reklam.SLOWNIKDataSetTableAdapters.KONTATableAdapter kONTATableAdapter;
589        private System.Windows.Forms.GroupBox groupBox1;
590        private System.Windows.Forms.BindingSource kLIENCIBindingSource;
591        private Baza_Reklam.REKLAMADataSetTableAdapters.KLIENCITableAdapter kLIENCITableAdapter;
592        private System.Windows.Forms.TextBox nipTextBox;
593        private System.Windows.Forms.TextBox adres_FkaturaTextBox;
594        private System.Windows.Forms.CheckBox vIESCheckBox;
595        private System.Windows.Forms.Button zamknijButton;
596        private System.Windows.Forms.Button poznanKatowiceButton;
597        private System.Windows.Forms.CheckBox zATWIERDZONO_DO_DRUKUCheckBox;
598        private System.Windows.Forms.TextBox nipKrajTextBox;
599        private System.Windows.Forms.Label tYPLabel1;
600
601    }
602}
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.