root/Baza Reklam 2 - Faktury/AgentAddForm.Designer.cs @ 680

Wersja 65, 27.5 KB (wprowadzona przez dorota, 17 years temu)
Line 
1namespace Baza_Reklam
2{
3    partial class AgentAddForm
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 symbolLabel1;
33            System.Windows.Forms.Label faxLabel1;
34            System.Windows.Forms.Label telLabel;
35            System.Windows.Forms.Label pañstwoLabel1;
36            System.Windows.Forms.Label wojLabel1;
37            System.Windows.Forms.Label miastoLabel1;
38            System.Windows.Forms.Label kodLabel1;
39            System.Windows.Forms.Label ulicaLabel1;
40            System.Windows.Forms.Label nazwiskoLabel;
41            System.Windows.Forms.Label imiêLabel;
42            System.Windows.Forms.Label has³oLabel;
43            System.Windows.Forms.Label aktywnyLabel;
44            System.Windows.Forms.Label pracownicyLabel;
45            System.Windows.Forms.Label f_ROZLabel;
46            System.Windows.Forms.Label adminLabel;
47            System.Windows.Forms.Label podstawaLabel;
48            System.Windows.Forms.Label iD_PLANU_PROWIZYJNEGOLabel;
49            this.ZapiszButton = new System.Windows.Forms.Button();
50            this.AnulujButton = new System.Windows.Forms.Button();
51            this.groupBox5 = new System.Windows.Forms.GroupBox();
52            this.symbolTextBox1 = new System.Windows.Forms.TextBox();
53            this.aGENCIBindingSource = new System.Windows.Forms.BindingSource(this.components);
54            this.sLOWNIKDataSet = new Baza_Reklam.SLOWNIKDataSet();
55            this.faxTextBox1 = new System.Windows.Forms.TextBox();
56            this.telTextBox = new System.Windows.Forms.TextBox();
57            this.pañstwoTextBox1 = new System.Windows.Forms.TextBox();
58            this.wojTextBox1 = new System.Windows.Forms.TextBox();
59            this.miastoTextBox1 = new System.Windows.Forms.TextBox();
60            this.kodTextBox1 = new System.Windows.Forms.TextBox();
61            this.ulicaTextBox1 = new System.Windows.Forms.TextBox();
62            this.nazwiskoTextBox = new System.Windows.Forms.TextBox();
63            this.imiêTextBox = new System.Windows.Forms.TextBox();
64            this.groupBox6 = new System.Windows.Forms.GroupBox();
65            this.has³oTextBox = new System.Windows.Forms.TextBox();
66            this.f_ROZTextBox = new System.Windows.Forms.TextBox();
67            this.aktywnyCheckBox = new System.Windows.Forms.CheckBox();
68            this.podstawaTextBox = new System.Windows.Forms.TextBox();
69            this.pracownicyCheckBox = new System.Windows.Forms.CheckBox();
70            this.adminCheckBox = new System.Windows.Forms.CheckBox();
71            this.iD_PLANU_PROWIZYJNEGOComboBox = new System.Windows.Forms.ComboBox();
72            this.pLANYPROWIZJIBindingSource = new System.Windows.Forms.BindingSource(this.components);
73            this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
74            this.aGENCITableAdapter = new Baza_Reklam.SLOWNIKDataSetTableAdapters.AGENCITableAdapter();
75            this.pLANY_PROWIZJITableAdapter = new Baza_Reklam.SLOWNIKDataSetTableAdapters.PLANY_PROWIZJITableAdapter();
76            symbolLabel1 = new System.Windows.Forms.Label();
77            faxLabel1 = new System.Windows.Forms.Label();
78            telLabel = new System.Windows.Forms.Label();
79            pañstwoLabel1 = new System.Windows.Forms.Label();
80            wojLabel1 = new System.Windows.Forms.Label();
81            miastoLabel1 = new System.Windows.Forms.Label();
82            kodLabel1 = new System.Windows.Forms.Label();
83            ulicaLabel1 = new System.Windows.Forms.Label();
84            nazwiskoLabel = new System.Windows.Forms.Label();
85            imiêLabel = new System.Windows.Forms.Label();
86            has³oLabel = new System.Windows.Forms.Label();
87            aktywnyLabel = new System.Windows.Forms.Label();
88            pracownicyLabel = new System.Windows.Forms.Label();
89            f_ROZLabel = new System.Windows.Forms.Label();
90            adminLabel = new System.Windows.Forms.Label();
91            podstawaLabel = new System.Windows.Forms.Label();
92            iD_PLANU_PROWIZYJNEGOLabel = new System.Windows.Forms.Label();
93            this.groupBox5.SuspendLayout();
94            ((System.ComponentModel.ISupportInitialize)(this.aGENCIBindingSource)).BeginInit();
95            ((System.ComponentModel.ISupportInitialize)(this.sLOWNIKDataSet)).BeginInit();
96            this.groupBox6.SuspendLayout();
97            ((System.ComponentModel.ISupportInitialize)(this.pLANYPROWIZJIBindingSource)).BeginInit();
98            this.SuspendLayout();
99            //
100            // symbolLabel1
101            //
102            symbolLabel1.AutoSize = true;
103            symbolLabel1.Location = new System.Drawing.Point(178, 16);
104            symbolLabel1.Name = "symbolLabel1";
105            symbolLabel1.Size = new System.Drawing.Size(44, 13);
106            symbolLabel1.TabIndex = 18;
107            symbolLabel1.Text = "Symbol:";
108            //
109            // faxLabel1
110            //
111            faxLabel1.AutoSize = true;
112            faxLabel1.Location = new System.Drawing.Point(181, 203);
113            faxLabel1.Name = "faxLabel1";
114            faxLabel1.Size = new System.Drawing.Size(27, 13);
115            faxLabel1.TabIndex = 16;
116            faxLabel1.Text = "Fax:";
117            //
118            // telLabel
119            //
120            telLabel.AutoSize = true;
121            telLabel.Location = new System.Drawing.Point(12, 203);
122            telLabel.Name = "telLabel";
123            telLabel.Size = new System.Drawing.Size(46, 13);
124            telLabel.TabIndex = 14;
125            telLabel.Text = "Telefon:";
126            //
127            // pañstwoLabel1
128            //
129            pañstwoLabel1.AutoSize = true;
130            pañstwoLabel1.Location = new System.Drawing.Point(178, 158);
131            pañstwoLabel1.Name = "pañstwoLabel1";
132            pañstwoLabel1.Size = new System.Drawing.Size(51, 13);
133            pañstwoLabel1.TabIndex = 12;
134            pañstwoLabel1.Text = "Pañstwo:";
135            //
136            // wojLabel1
137            //
138            wojLabel1.AutoSize = true;
139            wojLabel1.Location = new System.Drawing.Point(12, 158);
140            wojLabel1.Name = "wojLabel1";
141            wojLabel1.Size = new System.Drawing.Size(77, 13);
142            wojLabel1.TabIndex = 10;
143            wojLabel1.Text = "Województwo:";
144            //
145            // miastoLabel1
146            //
147            miastoLabel1.AutoSize = true;
148            miastoLabel1.Location = new System.Drawing.Point(181, 110);
149            miastoLabel1.Name = "miastoLabel1";
150            miastoLabel1.Size = new System.Drawing.Size(41, 13);
151            miastoLabel1.TabIndex = 8;
152            miastoLabel1.Text = "Miasto:";
153            //
154            // kodLabel1
155            //
156            kodLabel1.AutoSize = true;
157            kodLabel1.Location = new System.Drawing.Point(10, 110);
158            kodLabel1.Name = "kodLabel1";
159            kodLabel1.Size = new System.Drawing.Size(29, 13);
160            kodLabel1.TabIndex = 6;
161            kodLabel1.Text = "Kod:";
162            //
163            // ulicaLabel1
164            //
165            ulicaLabel1.AutoSize = true;
166            ulicaLabel1.Location = new System.Drawing.Point(181, 71);
167            ulicaLabel1.Name = "ulicaLabel1";
168            ulicaLabel1.Size = new System.Drawing.Size(34, 13);
169            ulicaLabel1.TabIndex = 4;
170            ulicaLabel1.Text = "Ulica:";
171            //
172            // nazwiskoLabel
173            //
174            nazwiskoLabel.AutoSize = true;
175            nazwiskoLabel.Location = new System.Drawing.Point(10, 68);
176            nazwiskoLabel.Name = "nazwiskoLabel";
177            nazwiskoLabel.Size = new System.Drawing.Size(56, 13);
178            nazwiskoLabel.TabIndex = 2;
179            nazwiskoLabel.Text = "Nazwisko:";
180            //
181            // imiêLabel
182            //
183            imiêLabel.AutoSize = true;
184            imiêLabel.Location = new System.Drawing.Point(10, 20);
185            imiêLabel.Name = "imiêLabel";
186            imiêLabel.Size = new System.Drawing.Size(29, 13);
187            imiêLabel.TabIndex = 0;
188            imiêLabel.Text = "Imiê:";
189            //
190            // has³oLabel
191            //
192            has³oLabel.AutoSize = true;
193            has³oLabel.Location = new System.Drawing.Point(19, 116);
194            has³oLabel.Name = "has³oLabel";
195            has³oLabel.Size = new System.Drawing.Size(39, 13);
196            has³oLabel.TabIndex = 15;
197            has³oLabel.Text = "Has³o:";
198            //
199            // aktywnyLabel
200            //
201            aktywnyLabel.AutoSize = true;
202            aktywnyLabel.Location = new System.Drawing.Point(19, 24);
203            aktywnyLabel.Name = "aktywnyLabel";
204            aktywnyLabel.Size = new System.Drawing.Size(50, 13);
205            aktywnyLabel.TabIndex = 3;
206            aktywnyLabel.Text = "Aktywny:";
207            //
208            // pracownicyLabel
209            //
210            pracownicyLabel.AutoSize = true;
211            pracownicyLabel.Location = new System.Drawing.Point(122, 24);
212            pracownicyLabel.Name = "pracownicyLabel";
213            pracownicyLabel.Size = new System.Drawing.Size(65, 13);
214            pracownicyLabel.TabIndex = 5;
215            pracownicyLabel.Text = "Pracownicy:";
216            //
217            // f_ROZLabel
218            //
219            f_ROZLabel.AutoSize = true;
220            f_ROZLabel.Location = new System.Drawing.Point(182, 116);
221            f_ROZLabel.Name = "f_ROZLabel";
222            f_ROZLabel.Size = new System.Drawing.Size(33, 13);
223            f_ROZLabel.TabIndex = 13;
224            f_ROZLabel.Text = "KOD:";
225            //
226            // adminLabel
227            //
228            adminLabel.AutoSize = true;
229            adminLabel.Location = new System.Drawing.Point(260, 24);
230            adminLabel.Name = "adminLabel";
231            adminLabel.Size = new System.Drawing.Size(39, 13);
232            adminLabel.TabIndex = 7;
233            adminLabel.Text = "Admin:";
234            //
235            // podstawaLabel
236            //
237            podstawaLabel.AutoSize = true;
238            podstawaLabel.Location = new System.Drawing.Point(181, 61);
239            podstawaLabel.Name = "podstawaLabel";
240            podstawaLabel.Size = new System.Drawing.Size(57, 13);
241            podstawaLabel.TabIndex = 11;
242            podstawaLabel.Text = "Podstawa:";
243            //
244            // iD_PLANU_PROWIZYJNEGOLabel
245            //
246            iD_PLANU_PROWIZYJNEGOLabel.AutoSize = true;
247            iD_PLANU_PROWIZYJNEGOLabel.Location = new System.Drawing.Point(19, 61);
248            iD_PLANU_PROWIZYJNEGOLabel.Name = "iD_PLANU_PROWIZYJNEGOLabel";
249            iD_PLANU_PROWIZYJNEGOLabel.Size = new System.Drawing.Size(82, 13);
250            iD_PLANU_PROWIZYJNEGOLabel.TabIndex = 9;
251            iD_PLANU_PROWIZYJNEGOLabel.Text = "Plan prowizyjny:";
252            //
253            // ZapiszButton
254            //
255            this.ZapiszButton.Location = new System.Drawing.Point(197, 450);
256            this.ZapiszButton.Name = "ZapiszButton";
257            this.ZapiszButton.Size = new System.Drawing.Size(75, 23);
258            this.ZapiszButton.TabIndex = 9;
259            this.ZapiszButton.Text = "Zapisz";
260            this.ZapiszButton.UseVisualStyleBackColor = true;
261            this.ZapiszButton.Click += new System.EventHandler(this.ZapiszButton_Click);
262            //
263            // AnulujButton
264            //
265            this.AnulujButton.CausesValidation = false;
266            this.AnulujButton.Location = new System.Drawing.Point(106, 450);
267            this.AnulujButton.Name = "AnulujButton";
268            this.AnulujButton.Size = new System.Drawing.Size(75, 23);
269            this.AnulujButton.TabIndex = 10;
270            this.AnulujButton.Text = "Anuluj";
271            this.AnulujButton.UseVisualStyleBackColor = true;
272            this.AnulujButton.Click += new System.EventHandler(this.AnulujButton_Click);
273            //
274            // groupBox5
275            //
276            this.groupBox5.Controls.Add(symbolLabel1);
277            this.groupBox5.Controls.Add(this.symbolTextBox1);
278            this.groupBox5.Controls.Add(faxLabel1);
279            this.groupBox5.Controls.Add(this.faxTextBox1);
280            this.groupBox5.Controls.Add(telLabel);
281            this.groupBox5.Controls.Add(this.telTextBox);
282            this.groupBox5.Controls.Add(pañstwoLabel1);
283            this.groupBox5.Controls.Add(this.pañstwoTextBox1);
284            this.groupBox5.Controls.Add(wojLabel1);
285            this.groupBox5.Controls.Add(this.wojTextBox1);
286            this.groupBox5.Controls.Add(miastoLabel1);
287            this.groupBox5.Controls.Add(this.miastoTextBox1);
288            this.groupBox5.Controls.Add(kodLabel1);
289            this.groupBox5.Controls.Add(this.kodTextBox1);
290            this.groupBox5.Controls.Add(ulicaLabel1);
291            this.groupBox5.Controls.Add(this.ulicaTextBox1);
292            this.groupBox5.Controls.Add(nazwiskoLabel);
293            this.groupBox5.Controls.Add(this.nazwiskoTextBox);
294            this.groupBox5.Controls.Add(imiêLabel);
295            this.groupBox5.Controls.Add(this.imiêTextBox);
296            this.groupBox5.Location = new System.Drawing.Point(12, 2);
297            this.groupBox5.Name = "groupBox5";
298            this.groupBox5.Size = new System.Drawing.Size(359, 259);
299            this.groupBox5.TabIndex = 11;
300            this.groupBox5.TabStop = false;
301            //
302            // symbolTextBox1
303            //
304            this.symbolTextBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.aGENCIBindingSource, "Symbol", true));
305            this.symbolTextBox1.Location = new System.Drawing.Point(181, 36);
306            this.symbolTextBox1.Name = "symbolTextBox1";
307            this.symbolTextBox1.Size = new System.Drawing.Size(159, 20);
308            this.symbolTextBox1.TabIndex = 19;
309            //
310            // aGENCIBindingSource
311            //
312            this.aGENCIBindingSource.DataMember = "AGENCI";
313            this.aGENCIBindingSource.DataSource = this.sLOWNIKDataSet;
314            //
315            // sLOWNIKDataSet
316            //
317            this.sLOWNIKDataSet.DataSetName = "SLOWNIKDataSet";
318            this.sLOWNIKDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
319            //
320            // faxTextBox1
321            //
322            this.faxTextBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.aGENCIBindingSource, "fax", true));
323            this.faxTextBox1.Location = new System.Drawing.Point(181, 219);
324            this.faxTextBox1.Name = "faxTextBox1";
325            this.faxTextBox1.Size = new System.Drawing.Size(159, 20);
326            this.faxTextBox1.TabIndex = 17;
327            //
328            // telTextBox
329            //
330            this.telTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.aGENCIBindingSource, "tel", true));
331            this.telTextBox.Location = new System.Drawing.Point(13, 219);
332            this.telTextBox.Name = "telTextBox";
333            this.telTextBox.Size = new System.Drawing.Size(154, 20);
334            this.telTextBox.TabIndex = 15;
335            //
336            // pañstwoTextBox1
337            //
338            this.pañstwoTextBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.aGENCIBindingSource, "pañstwo", true));
339            this.pañstwoTextBox1.Location = new System.Drawing.Point(181, 174);
340            this.pañstwoTextBox1.Name = "pañstwoTextBox1";
341            this.pañstwoTextBox1.Size = new System.Drawing.Size(159, 20);
342            this.pañstwoTextBox1.TabIndex = 13;
343            //
344            // wojTextBox1
345            //
346            this.wojTextBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.aGENCIBindingSource, "woj", true));
347            this.wojTextBox1.Location = new System.Drawing.Point(13, 174);
348            this.wojTextBox1.Name = "wojTextBox1";
349            this.wojTextBox1.Size = new System.Drawing.Size(156, 20);
350            this.wojTextBox1.TabIndex = 11;
351            //
352            // miastoTextBox1
353            //
354            this.miastoTextBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.aGENCIBindingSource, "miasto", true));
355            this.miastoTextBox1.Location = new System.Drawing.Point(181, 126);
356            this.miastoTextBox1.Name = "miastoTextBox1";
357            this.miastoTextBox1.Size = new System.Drawing.Size(159, 20);
358            this.miastoTextBox1.TabIndex = 9;
359            //
360            // kodTextBox1
361            //
362            this.kodTextBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.aGENCIBindingSource, "kod", true));
363            this.kodTextBox1.Location = new System.Drawing.Point(13, 126);
364            this.kodTextBox1.Name = "kodTextBox1";
365            this.kodTextBox1.Size = new System.Drawing.Size(156, 20);
366            this.kodTextBox1.TabIndex = 7;
367            //
368            // ulicaTextBox1
369            //
370            this.ulicaTextBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.aGENCIBindingSource, "ulica", true));
371            this.ulicaTextBox1.Location = new System.Drawing.Point(181, 87);
372            this.ulicaTextBox1.Name = "ulicaTextBox1";
373            this.ulicaTextBox1.Size = new System.Drawing.Size(159, 20);
374            this.ulicaTextBox1.TabIndex = 5;
375            //
376            // nazwiskoTextBox
377            //
378            this.nazwiskoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.aGENCIBindingSource, "Nazwisko", true));
379            this.nazwiskoTextBox.Location = new System.Drawing.Point(13, 86);
380            this.nazwiskoTextBox.Name = "nazwiskoTextBox";
381            this.nazwiskoTextBox.Size = new System.Drawing.Size(156, 20);
382            this.nazwiskoTextBox.TabIndex = 3;
383            //
384            // imiêTextBox
385            //
386            this.imiêTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.aGENCIBindingSource, "Imiê", true));
387            this.imiêTextBox.Location = new System.Drawing.Point(13, 36);
388            this.imiêTextBox.Name = "imiêTextBox";
389            this.imiêTextBox.Size = new System.Drawing.Size(156, 20);
390            this.imiêTextBox.TabIndex = 1;
391            //
392            // groupBox6
393            //
394            this.groupBox6.Controls.Add(this.has³oTextBox);
395            this.groupBox6.Controls.Add(has³oLabel);
396            this.groupBox6.Controls.Add(aktywnyLabel);
397            this.groupBox6.Controls.Add(pracownicyLabel);
398            this.groupBox6.Controls.Add(this.f_ROZTextBox);
399            this.groupBox6.Controls.Add(f_ROZLabel);
400            this.groupBox6.Controls.Add(adminLabel);
401            this.groupBox6.Controls.Add(this.aktywnyCheckBox);
402            this.groupBox6.Controls.Add(this.podstawaTextBox);
403            this.groupBox6.Controls.Add(podstawaLabel);
404            this.groupBox6.Controls.Add(this.pracownicyCheckBox);
405            this.groupBox6.Controls.Add(this.adminCheckBox);
406            this.groupBox6.Controls.Add(this.iD_PLANU_PROWIZYJNEGOComboBox);
407            this.groupBox6.Controls.Add(iD_PLANU_PROWIZYJNEGOLabel);
408            this.groupBox6.Location = new System.Drawing.Point(12, 267);
409            this.groupBox6.Name = "groupBox6";
410            this.groupBox6.Size = new System.Drawing.Size(359, 168);
411            this.groupBox6.TabIndex = 20;
412            this.groupBox6.TabStop = false;
413            //
414            // has³oTextBox
415            //
416            this.has³oTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.aGENCIBindingSource, "has³o", true));
417            this.has³oTextBox.Location = new System.Drawing.Point(22, 132);
418            this.has³oTextBox.Name = "has³oTextBox";
419            this.has³oTextBox.PasswordChar = '*';
420            this.has³oTextBox.Size = new System.Drawing.Size(147, 20);
421            this.has³oTextBox.TabIndex = 16;
422            //
423            // f_ROZTextBox
424            //
425            this.f_ROZTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.aGENCIBindingSource, "F_ROZ", true));
426            this.f_ROZTextBox.Location = new System.Drawing.Point(185, 132);
427            this.f_ROZTextBox.MaxLength = 3;
428            this.f_ROZTextBox.Name = "f_ROZTextBox";
429            this.f_ROZTextBox.Size = new System.Drawing.Size(54, 20);
430            this.f_ROZTextBox.TabIndex = 14;
431            this.f_ROZTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.f_ROZTextBox_Validating);
432            //
433            // aktywnyCheckBox
434            //
435            this.aktywnyCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.aGENCIBindingSource, "aktywny", true));
436            this.aktywnyCheckBox.Location = new System.Drawing.Point(80, 19);
437            this.aktywnyCheckBox.Name = "aktywnyCheckBox";
438            this.aktywnyCheckBox.Size = new System.Drawing.Size(21, 24);
439            this.aktywnyCheckBox.TabIndex = 4;
440            //
441            // podstawaTextBox
442            //
443            this.podstawaTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.aGENCIBindingSource, "podstawa", true));
444            this.podstawaTextBox.Location = new System.Drawing.Point(184, 78);
445            this.podstawaTextBox.Name = "podstawaTextBox";
446            this.podstawaTextBox.Size = new System.Drawing.Size(156, 20);
447            this.podstawaTextBox.TabIndex = 12;
448            //
449            // pracownicyCheckBox
450            //
451            this.pracownicyCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.aGENCIBindingSource, "pracownicy", true));
452            this.pracownicyCheckBox.Location = new System.Drawing.Point(208, 19);
453            this.pracownicyCheckBox.Name = "pracownicyCheckBox";
454            this.pracownicyCheckBox.Size = new System.Drawing.Size(21, 24);
455            this.pracownicyCheckBox.TabIndex = 6;
456            //
457            // adminCheckBox
458            //
459            this.adminCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.aGENCIBindingSource, "admin", true));
460            this.adminCheckBox.Location = new System.Drawing.Point(319, 19);
461            this.adminCheckBox.Name = "adminCheckBox";
462            this.adminCheckBox.Size = new System.Drawing.Size(21, 24);
463            this.adminCheckBox.TabIndex = 8;
464            //
465            // iD_PLANU_PROWIZYJNEGOComboBox
466            //
467            this.iD_PLANU_PROWIZYJNEGOComboBox.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.aGENCIBindingSource, "ID_PLANU_PROWIZYJNEGO", true));
468            this.iD_PLANU_PROWIZYJNEGOComboBox.DataSource = this.pLANYPROWIZJIBindingSource;
469            this.iD_PLANU_PROWIZYJNEGOComboBox.DisplayMember = "PLAN_PROWIZJI";
470            this.iD_PLANU_PROWIZYJNEGOComboBox.FormattingEnabled = true;
471            this.iD_PLANU_PROWIZYJNEGOComboBox.Location = new System.Drawing.Point(22, 77);
472            this.iD_PLANU_PROWIZYJNEGOComboBox.Name = "iD_PLANU_PROWIZYJNEGOComboBox";
473            this.iD_PLANU_PROWIZYJNEGOComboBox.Size = new System.Drawing.Size(145, 21);
474            this.iD_PLANU_PROWIZYJNEGOComboBox.TabIndex = 10;
475            this.iD_PLANU_PROWIZYJNEGOComboBox.ValueMember = "ID_PLANU_PROWIZYJNEGO";
476            //
477            // pLANYPROWIZJIBindingSource
478            //
479            this.pLANYPROWIZJIBindingSource.DataMember = "PLANY_PROWIZJI";
480            this.pLANYPROWIZJIBindingSource.DataSource = this.sLOWNIKDataSet;
481            //
482            // openFileDialog1
483            //
484            this.openFileDialog1.FileName = "openFileDialog1";
485            //
486            // aGENCITableAdapter
487            //
488            this.aGENCITableAdapter.ClearBeforeFill = true;
489            //
490            // pLANY_PROWIZJITableAdapter
491            //
492            this.pLANY_PROWIZJITableAdapter.ClearBeforeFill = true;
493            //
494            // AgentAddForm
495            //
496            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
497            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
498            this.ClientSize = new System.Drawing.Size(383, 487);
499            this.Controls.Add(this.groupBox6);
500            this.Controls.Add(this.groupBox5);
501            this.Controls.Add(this.AnulujButton);
502            this.Controls.Add(this.ZapiszButton);
503            this.Name = "AgentAddForm";
504            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
505            this.Text = "Agencja";
506            this.Load += new System.EventHandler(this.AgentAddForm_Load);
507            this.groupBox5.ResumeLayout(false);
508            this.groupBox5.PerformLayout();
509            ((System.ComponentModel.ISupportInitialize)(this.aGENCIBindingSource)).EndInit();
510            ((System.ComponentModel.ISupportInitialize)(this.sLOWNIKDataSet)).EndInit();
511            this.groupBox6.ResumeLayout(false);
512            this.groupBox6.PerformLayout();
513            ((System.ComponentModel.ISupportInitialize)(this.pLANYPROWIZJIBindingSource)).EndInit();
514            this.ResumeLayout(false);
515
516        }
517
518        #endregion
519
520        private System.Windows.Forms.Button ZapiszButton;
521        private System.Windows.Forms.Button AnulujButton;
522        private SLOWNIKDataSet sLOWNIKDataSet;
523        private System.Windows.Forms.GroupBox groupBox5;
524        private System.Windows.Forms.TextBox symbolTextBox1;
525        private System.Windows.Forms.TextBox faxTextBox1;
526        private System.Windows.Forms.TextBox telTextBox;
527        private System.Windows.Forms.TextBox pañstwoTextBox1;
528        private System.Windows.Forms.TextBox wojTextBox1;
529        private System.Windows.Forms.TextBox miastoTextBox1;
530        private System.Windows.Forms.TextBox kodTextBox1;
531        private System.Windows.Forms.TextBox ulicaTextBox1;
532        private System.Windows.Forms.TextBox nazwiskoTextBox;
533        private System.Windows.Forms.TextBox imiêTextBox;
534        private System.Windows.Forms.GroupBox groupBox6;
535        private System.Windows.Forms.TextBox has³oTextBox;
536        private System.Windows.Forms.TextBox f_ROZTextBox;
537        private System.Windows.Forms.CheckBox aktywnyCheckBox;
538        private System.Windows.Forms.TextBox podstawaTextBox;
539        private System.Windows.Forms.CheckBox pracownicyCheckBox;
540        private System.Windows.Forms.CheckBox adminCheckBox;
541        private System.Windows.Forms.ComboBox iD_PLANU_PROWIZYJNEGOComboBox;
542        private System.Windows.Forms.BindingSource aGENCIBindingSource;
543        private Baza_Reklam.SLOWNIKDataSetTableAdapters.AGENCITableAdapter aGENCITableAdapter;
544        private System.Windows.Forms.OpenFileDialog openFileDialog1;
545        private System.Windows.Forms.BindingSource pLANYPROWIZJIBindingSource;
546        private Baza_Reklam.SLOWNIKDataSetTableAdapters.PLANY_PROWIZJITableAdapter pLANY_PROWIZJITableAdapter;
547    }
548}
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.