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

Wersja 65, 32.7 KB (wprowadzona przez dorota, 17 years temu)
Line 
1namespace Baza_Reklam
2{
3    partial class AdminForm
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 lOGINLabel;
33            System.Windows.Forms.Label imieLabel;
34            System.Windows.Forms.Label nazwiskoLabel;
35            System.Windows.Forms.Label pASSWORDLabel;
36            System.Windows.Forms.Label st_sekretarkaLabel;
37            System.Windows.Forms.Label st_handlowiecLabel;
38            System.Windows.Forms.Label st_sub_handlowiecLabel;
39            System.Windows.Forms.Label st_kierownikLabel;
40            System.Windows.Forms.Label st_dtpLabel;
41            System.Windows.Forms.Label st_korektaLabel;
42            System.Windows.Forms.Label st_produkcjaLabel;
43            System.Windows.Forms.Label st_adminLabel;
44            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AdminForm));
45            this.tabControl1 = new System.Windows.Forms.TabControl();
46            this.usersTabPage = new System.Windows.Forms.TabPage();
47            this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components);
48            this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
49            this.uZYTKOWNICYBindingSource = new System.Windows.Forms.BindingSource(this.components);
50            this.sLOWNIKDataSet = new Baza_Reklam.SLOWNIKDataSet();
51            this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
52            this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
53            this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
54            this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
55            this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
56            this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
57            this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
58            this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
59            this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
60            this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
61            this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
62            this.groupBox2 = new System.Windows.Forms.GroupBox();
63            this.st_sekretarkaCheckBox = new System.Windows.Forms.CheckBox();
64            this.st_adminCheckBox = new System.Windows.Forms.CheckBox();
65            this.st_handlowiecCheckBox = new System.Windows.Forms.CheckBox();
66            this.st_sub_handlowiecCheckBox = new System.Windows.Forms.CheckBox();
67            this.st_produkcjaCheckBox = new System.Windows.Forms.CheckBox();
68            this.st_kierownikCheckBox = new System.Windows.Forms.CheckBox();
69            this.st_korektaCheckBox = new System.Windows.Forms.CheckBox();
70            this.st_dtpCheckBox = new System.Windows.Forms.CheckBox();
71            this.groupBox1 = new System.Windows.Forms.GroupBox();
72            this.lOGINTextBox = new System.Windows.Forms.TextBox();
73            this.pASSWORDTextBox = new System.Windows.Forms.TextBox();
74            this.nazwiskoTextBox = new System.Windows.Forms.TextBox();
75            this.imieTextBox = new System.Windows.Forms.TextBox();
76            this.listBox1 = new System.Windows.Forms.ListBox();
77            this.uZYTKOWNICYTableAdapter = new Baza_Reklam.SLOWNIKDataSetTableAdapters.UZYTKOWNICYTableAdapter();
78            lOGINLabel = new System.Windows.Forms.Label();
79            imieLabel = new System.Windows.Forms.Label();
80            nazwiskoLabel = new System.Windows.Forms.Label();
81            pASSWORDLabel = new System.Windows.Forms.Label();
82            st_sekretarkaLabel = new System.Windows.Forms.Label();
83            st_handlowiecLabel = new System.Windows.Forms.Label();
84            st_sub_handlowiecLabel = new System.Windows.Forms.Label();
85            st_kierownikLabel = new System.Windows.Forms.Label();
86            st_dtpLabel = new System.Windows.Forms.Label();
87            st_korektaLabel = new System.Windows.Forms.Label();
88            st_produkcjaLabel = new System.Windows.Forms.Label();
89            st_adminLabel = new System.Windows.Forms.Label();
90            this.tabControl1.SuspendLayout();
91            this.usersTabPage.SuspendLayout();
92            ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit();
93            this.bindingNavigator1.SuspendLayout();
94            ((System.ComponentModel.ISupportInitialize)(this.uZYTKOWNICYBindingSource)).BeginInit();
95            ((System.ComponentModel.ISupportInitialize)(this.sLOWNIKDataSet)).BeginInit();
96            this.groupBox2.SuspendLayout();
97            this.groupBox1.SuspendLayout();
98            this.SuspendLayout();
99            //
100            // lOGINLabel
101            //
102            lOGINLabel.AutoSize = true;
103            lOGINLabel.Location = new System.Drawing.Point(46, 25);
104            lOGINLabel.Name = "lOGINLabel";
105            lOGINLabel.Size = new System.Drawing.Size(36, 13);
106            lOGINLabel.TabIndex = 1;
107            lOGINLabel.Text = "Login:";
108            //
109            // imieLabel
110            //
111            imieLabel.AutoSize = true;
112            imieLabel.Location = new System.Drawing.Point(56, 82);
113            imieLabel.Name = "imieLabel";
114            imieLabel.Size = new System.Drawing.Size(29, 13);
115            imieLabel.TabIndex = 3;
116            imieLabel.Text = "Imiê:";
117            //
118            // nazwiskoLabel
119            //
120            nazwiskoLabel.AutoSize = true;
121            nazwiskoLabel.Location = new System.Drawing.Point(34, 108);
122            nazwiskoLabel.Name = "nazwiskoLabel";
123            nazwiskoLabel.Size = new System.Drawing.Size(56, 13);
124            nazwiskoLabel.TabIndex = 5;
125            nazwiskoLabel.Text = "Nazwisko:";
126            //
127            // pASSWORDLabel
128            //
129            pASSWORDLabel.AutoSize = true;
130            pASSWORDLabel.Location = new System.Drawing.Point(46, 52);
131            pASSWORDLabel.Name = "pASSWORDLabel";
132            pASSWORDLabel.Size = new System.Drawing.Size(39, 13);
133            pASSWORDLabel.TabIndex = 7;
134            pASSWORDLabel.Text = "Has³o:";
135            //
136            // st_sekretarkaLabel
137            //
138            st_sekretarkaLabel.AutoSize = true;
139            st_sekretarkaLabel.Location = new System.Drawing.Point(30, 33);
140            st_sekretarkaLabel.Name = "st_sekretarkaLabel";
141            st_sekretarkaLabel.Size = new System.Drawing.Size(60, 13);
142            st_sekretarkaLabel.TabIndex = 9;
143            st_sekretarkaLabel.Text = "sekretarka:";
144            //
145            // st_handlowiecLabel
146            //
147            st_handlowiecLabel.AutoSize = true;
148            st_handlowiecLabel.Location = new System.Drawing.Point(26, 63);
149            st_handlowiecLabel.Name = "st_handlowiecLabel";
150            st_handlowiecLabel.Size = new System.Drawing.Size(64, 13);
151            st_handlowiecLabel.TabIndex = 11;
152            st_handlowiecLabel.Text = "handlowiec:";
153            //
154            // st_sub_handlowiecLabel
155            //
156            st_sub_handlowiecLabel.AutoSize = true;
157            st_sub_handlowiecLabel.Location = new System.Drawing.Point(9, 91);
158            st_sub_handlowiecLabel.Name = "st_sub_handlowiecLabel";
159            st_sub_handlowiecLabel.Size = new System.Drawing.Size(81, 13);
160            st_sub_handlowiecLabel.TabIndex = 13;
161            st_sub_handlowiecLabel.Text = "subhandlowiec:";
162            //
163            // st_kierownikLabel
164            //
165            st_kierownikLabel.AutoSize = true;
166            st_kierownikLabel.Location = new System.Drawing.Point(30, 121);
167            st_kierownikLabel.Name = "st_kierownikLabel";
168            st_kierownikLabel.Size = new System.Drawing.Size(55, 13);
169            st_kierownikLabel.TabIndex = 15;
170            st_kierownikLabel.Text = "kierownik:";
171            //
172            // st_dtpLabel
173            //
174            st_dtpLabel.AutoSize = true;
175            st_dtpLabel.Location = new System.Drawing.Point(181, 33);
176            st_dtpLabel.Name = "st_dtpLabel";
177            st_dtpLabel.Size = new System.Drawing.Size(28, 13);
178            st_dtpLabel.TabIndex = 17;
179            st_dtpLabel.Text = " dtp:";
180            //
181            // st_korektaLabel
182            //
183            st_korektaLabel.AutoSize = true;
184            st_korektaLabel.Location = new System.Drawing.Point(163, 58);
185            st_korektaLabel.Name = "st_korektaLabel";
186            st_korektaLabel.Size = new System.Drawing.Size(46, 13);
187            st_korektaLabel.TabIndex = 19;
188            st_korektaLabel.Text = "korekta:";
189            //
190            // st_produkcjaLabel
191            //
192            st_produkcjaLabel.AutoSize = true;
193            st_produkcjaLabel.Location = new System.Drawing.Point(153, 91);
194            st_produkcjaLabel.Name = "st_produkcjaLabel";
195            st_produkcjaLabel.Size = new System.Drawing.Size(57, 13);
196            st_produkcjaLabel.TabIndex = 21;
197            st_produkcjaLabel.Text = "produkcja:";
198            //
199            // st_adminLabel
200            //
201            st_adminLabel.AutoSize = true;
202            st_adminLabel.Location = new System.Drawing.Point(171, 121);
203            st_adminLabel.Name = "st_adminLabel";
204            st_adminLabel.Size = new System.Drawing.Size(38, 13);
205            st_adminLabel.TabIndex = 23;
206            st_adminLabel.Text = "admin:";
207            //
208            // tabControl1
209            //
210            this.tabControl1.Controls.Add(this.usersTabPage);
211            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
212            this.tabControl1.Location = new System.Drawing.Point(0, 0);
213            this.tabControl1.Name = "tabControl1";
214            this.tabControl1.SelectedIndex = 0;
215            this.tabControl1.Size = new System.Drawing.Size(1011, 664);
216            this.tabControl1.TabIndex = 0;
217            //
218            // usersTabPage
219            //
220            this.usersTabPage.Controls.Add(this.bindingNavigator1);
221            this.usersTabPage.Controls.Add(this.groupBox2);
222            this.usersTabPage.Controls.Add(this.groupBox1);
223            this.usersTabPage.Controls.Add(this.listBox1);
224            this.usersTabPage.Location = new System.Drawing.Point(4, 22);
225            this.usersTabPage.Name = "usersTabPage";
226            this.usersTabPage.Padding = new System.Windows.Forms.Padding(3);
227            this.usersTabPage.Size = new System.Drawing.Size(1003, 638);
228            this.usersTabPage.TabIndex = 0;
229            this.usersTabPage.Text = "U¯YTKOWNICY";
230            this.usersTabPage.UseVisualStyleBackColor = true;
231            this.usersTabPage.Leave += new System.EventHandler(this.usersTabPage_Leave);
232            //
233            // bindingNavigator1
234            //
235            this.bindingNavigator1.AddNewItem = this.bindingNavigatorAddNewItem;
236            this.bindingNavigator1.BindingSource = this.uZYTKOWNICYBindingSource;
237            this.bindingNavigator1.CountItem = this.bindingNavigatorCountItem;
238            this.bindingNavigator1.DeleteItem = this.bindingNavigatorDeleteItem;
239            this.bindingNavigator1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
240            this.bindingNavigatorMoveFirstItem,
241            this.bindingNavigatorMovePreviousItem,
242            this.bindingNavigatorSeparator,
243            this.bindingNavigatorPositionItem,
244            this.bindingNavigatorCountItem,
245            this.bindingNavigatorSeparator1,
246            this.bindingNavigatorMoveNextItem,
247            this.bindingNavigatorMoveLastItem,
248            this.bindingNavigatorSeparator2,
249            this.bindingNavigatorAddNewItem,
250            this.bindingNavigatorDeleteItem,
251            this.toolStripButton1});
252            this.bindingNavigator1.Location = new System.Drawing.Point(3, 3);
253            this.bindingNavigator1.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
254            this.bindingNavigator1.MoveLastItem = this.bindingNavigatorMoveLastItem;
255            this.bindingNavigator1.MoveNextItem = this.bindingNavigatorMoveNextItem;
256            this.bindingNavigator1.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
257            this.bindingNavigator1.Name = "bindingNavigator1";
258            this.bindingNavigator1.PositionItem = this.bindingNavigatorPositionItem;
259            this.bindingNavigator1.Size = new System.Drawing.Size(997, 25);
260            this.bindingNavigator1.TabIndex = 27;
261            this.bindingNavigator1.Text = "bindingNavigator1";
262            //
263            // bindingNavigatorAddNewItem
264            //
265            this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
266            this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
267            this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
268            this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
269            this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
270            this.bindingNavigatorAddNewItem.Text = "Dodaj nowego u¿ytkownika";
271            this.bindingNavigatorAddNewItem.Click += new System.EventHandler(this.bindingNavigatorAddNewItem_Click);
272            //
273            // uZYTKOWNICYBindingSource
274            //
275            this.uZYTKOWNICYBindingSource.DataMember = "UZYTKOWNICY";
276            this.uZYTKOWNICYBindingSource.DataSource = this.sLOWNIKDataSet;
277            this.uZYTKOWNICYBindingSource.Sort = "login";
278            //
279            // sLOWNIKDataSet
280            //
281            this.sLOWNIKDataSet.DataSetName = "SLOWNIKDataSet";
282            this.sLOWNIKDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
283            //
284            // bindingNavigatorCountItem
285            //
286            this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
287            this.bindingNavigatorCountItem.Size = new System.Drawing.Size(35, 22);
288            this.bindingNavigatorCountItem.Text = "of {0}";
289            this.bindingNavigatorCountItem.ToolTipText = "Total number of items";
290            //
291            // bindingNavigatorDeleteItem
292            //
293            this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
294            this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
295            this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
296            this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
297            this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
298            this.bindingNavigatorDeleteItem.Text = "Usuñ u¿ytkownika";
299            //
300            // bindingNavigatorMoveFirstItem
301            //
302            this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
303            this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
304            this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
305            this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
306            this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
307            this.bindingNavigatorMoveFirstItem.Text = "Move first";
308            //
309            // bindingNavigatorMovePreviousItem
310            //
311            this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
312            this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
313            this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
314            this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
315            this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
316            this.bindingNavigatorMovePreviousItem.Text = "Move previous";
317            //
318            // bindingNavigatorSeparator
319            //
320            this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
321            this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
322            //
323            // bindingNavigatorPositionItem
324            //
325            this.bindingNavigatorPositionItem.AccessibleName = "Position";
326            this.bindingNavigatorPositionItem.AutoSize = false;
327            this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
328            this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
329            this.bindingNavigatorPositionItem.Text = "0";
330            this.bindingNavigatorPositionItem.ToolTipText = "Current position";
331            //
332            // bindingNavigatorSeparator1
333            //
334            this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
335            this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
336            //
337            // bindingNavigatorMoveNextItem
338            //
339            this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
340            this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
341            this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
342            this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
343            this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
344            this.bindingNavigatorMoveNextItem.Text = "Move next";
345            //
346            // bindingNavigatorMoveLastItem
347            //
348            this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
349            this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
350            this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
351            this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
352            this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
353            this.bindingNavigatorMoveLastItem.Text = "Move last";
354            //
355            // bindingNavigatorSeparator2
356            //
357            this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
358            this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
359            //
360            // toolStripButton1
361            //
362            this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
363            this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
364            this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
365            this.toolStripButton1.Name = "toolStripButton1";
366            this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
367            this.toolStripButton1.Text = "Zapisz zmiany";
368            this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
369            //
370            // groupBox2
371            //
372            this.groupBox2.Controls.Add(st_handlowiecLabel);
373            this.groupBox2.Controls.Add(this.st_sekretarkaCheckBox);
374            this.groupBox2.Controls.Add(st_adminLabel);
375            this.groupBox2.Controls.Add(st_sekretarkaLabel);
376            this.groupBox2.Controls.Add(this.st_adminCheckBox);
377            this.groupBox2.Controls.Add(this.st_handlowiecCheckBox);
378            this.groupBox2.Controls.Add(st_produkcjaLabel);
379            this.groupBox2.Controls.Add(this.st_sub_handlowiecCheckBox);
380            this.groupBox2.Controls.Add(this.st_produkcjaCheckBox);
381            this.groupBox2.Controls.Add(st_sub_handlowiecLabel);
382            this.groupBox2.Controls.Add(st_korektaLabel);
383            this.groupBox2.Controls.Add(this.st_kierownikCheckBox);
384            this.groupBox2.Controls.Add(this.st_korektaCheckBox);
385            this.groupBox2.Controls.Add(st_kierownikLabel);
386            this.groupBox2.Controls.Add(st_dtpLabel);
387            this.groupBox2.Controls.Add(this.st_dtpCheckBox);
388            this.groupBox2.Location = new System.Drawing.Point(277, 200);
389            this.groupBox2.Name = "groupBox2";
390            this.groupBox2.Size = new System.Drawing.Size(267, 162);
391            this.groupBox2.TabIndex = 26;
392            this.groupBox2.TabStop = false;
393            this.groupBox2.Text = "Prawa";
394            //
395            // st_sekretarkaCheckBox
396            //
397            this.st_sekretarkaCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.uZYTKOWNICYBindingSource, "st_sekretarka", true));
398            this.st_sekretarkaCheckBox.Location = new System.Drawing.Point(96, 28);
399            this.st_sekretarkaCheckBox.Name = "st_sekretarkaCheckBox";
400            this.st_sekretarkaCheckBox.Size = new System.Drawing.Size(20, 24);
401            this.st_sekretarkaCheckBox.TabIndex = 10;
402            //
403            // st_adminCheckBox
404            //
405            this.st_adminCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.uZYTKOWNICYBindingSource, "st_admin", true));
406            this.st_adminCheckBox.Location = new System.Drawing.Point(215, 116);
407            this.st_adminCheckBox.Name = "st_adminCheckBox";
408            this.st_adminCheckBox.Size = new System.Drawing.Size(21, 24);
409            this.st_adminCheckBox.TabIndex = 24;
410            //
411            // st_handlowiecCheckBox
412            //
413            this.st_handlowiecCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.uZYTKOWNICYBindingSource, "st_handlowiec", true));
414            this.st_handlowiecCheckBox.Location = new System.Drawing.Point(96, 58);
415            this.st_handlowiecCheckBox.Name = "st_handlowiecCheckBox";
416            this.st_handlowiecCheckBox.Size = new System.Drawing.Size(20, 24);
417            this.st_handlowiecCheckBox.TabIndex = 12;
418            //
419            // st_sub_handlowiecCheckBox
420            //
421            this.st_sub_handlowiecCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.uZYTKOWNICYBindingSource, "st_sub_handlowiec", true));
422            this.st_sub_handlowiecCheckBox.Location = new System.Drawing.Point(96, 86);
423            this.st_sub_handlowiecCheckBox.Name = "st_sub_handlowiecCheckBox";
424            this.st_sub_handlowiecCheckBox.Size = new System.Drawing.Size(20, 24);
425            this.st_sub_handlowiecCheckBox.TabIndex = 14;
426            //
427            // st_produkcjaCheckBox
428            //
429            this.st_produkcjaCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.uZYTKOWNICYBindingSource, "st_produkcja", true));
430            this.st_produkcjaCheckBox.Location = new System.Drawing.Point(215, 86);
431            this.st_produkcjaCheckBox.Name = "st_produkcjaCheckBox";
432            this.st_produkcjaCheckBox.Size = new System.Drawing.Size(21, 24);
433            this.st_produkcjaCheckBox.TabIndex = 22;
434            //
435            // st_kierownikCheckBox
436            //
437            this.st_kierownikCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.uZYTKOWNICYBindingSource, "st_kierownik", true));
438            this.st_kierownikCheckBox.Location = new System.Drawing.Point(96, 116);
439            this.st_kierownikCheckBox.Name = "st_kierownikCheckBox";
440            this.st_kierownikCheckBox.Size = new System.Drawing.Size(20, 24);
441            this.st_kierownikCheckBox.TabIndex = 16;
442            //
443            // st_korektaCheckBox
444            //
445            this.st_korektaCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.uZYTKOWNICYBindingSource, "st_korekta", true));
446            this.st_korektaCheckBox.Location = new System.Drawing.Point(215, 58);
447            this.st_korektaCheckBox.Name = "st_korektaCheckBox";
448            this.st_korektaCheckBox.Size = new System.Drawing.Size(21, 24);
449            this.st_korektaCheckBox.TabIndex = 20;
450            //
451            // st_dtpCheckBox
452            //
453            this.st_dtpCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.uZYTKOWNICYBindingSource, "st_dtp", true));
454            this.st_dtpCheckBox.Location = new System.Drawing.Point(216, 28);
455            this.st_dtpCheckBox.Name = "st_dtpCheckBox";
456            this.st_dtpCheckBox.Size = new System.Drawing.Size(24, 24);
457            this.st_dtpCheckBox.TabIndex = 18;
458            //
459            // groupBox1
460            //
461            this.groupBox1.Controls.Add(lOGINLabel);
462            this.groupBox1.Controls.Add(this.lOGINTextBox);
463            this.groupBox1.Controls.Add(nazwiskoLabel);
464            this.groupBox1.Controls.Add(this.pASSWORDTextBox);
465            this.groupBox1.Controls.Add(this.nazwiskoTextBox);
466            this.groupBox1.Controls.Add(pASSWORDLabel);
467            this.groupBox1.Controls.Add(imieLabel);
468            this.groupBox1.Controls.Add(this.imieTextBox);
469            this.groupBox1.Location = new System.Drawing.Point(277, 33);
470            this.groupBox1.Name = "groupBox1";
471            this.groupBox1.Size = new System.Drawing.Size(267, 145);
472            this.groupBox1.TabIndex = 25;
473            this.groupBox1.TabStop = false;
474            this.groupBox1.Text = "Dane:";
475            //
476            // lOGINTextBox
477            //
478            this.lOGINTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.uZYTKOWNICYBindingSource, "LOGIN", true));
479            this.lOGINTextBox.Location = new System.Drawing.Point(124, 22);
480            this.lOGINTextBox.Name = "lOGINTextBox";
481            this.lOGINTextBox.Size = new System.Drawing.Size(100, 20);
482            this.lOGINTextBox.TabIndex = 2;
483            this.lOGINTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.lOGINTextBox_Validating);
484            //
485            // pASSWORDTextBox
486            //
487            this.pASSWORDTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.uZYTKOWNICYBindingSource, "PASSWORD", true));
488            this.pASSWORDTextBox.Location = new System.Drawing.Point(124, 49);
489            this.pASSWORDTextBox.Name = "pASSWORDTextBox";
490            this.pASSWORDTextBox.Size = new System.Drawing.Size(100, 20);
491            this.pASSWORDTextBox.TabIndex = 8;
492            //
493            // nazwiskoTextBox
494            //
495            this.nazwiskoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.uZYTKOWNICYBindingSource, "Nazwisko", true));
496            this.nazwiskoTextBox.Location = new System.Drawing.Point(124, 105);
497            this.nazwiskoTextBox.Name = "nazwiskoTextBox";
498            this.nazwiskoTextBox.Size = new System.Drawing.Size(100, 20);
499            this.nazwiskoTextBox.TabIndex = 6;
500            //
501            // imieTextBox
502            //
503            this.imieTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.uZYTKOWNICYBindingSource, "Imie", true));
504            this.imieTextBox.Location = new System.Drawing.Point(124, 75);
505            this.imieTextBox.Name = "imieTextBox";
506            this.imieTextBox.Size = new System.Drawing.Size(100, 20);
507            this.imieTextBox.TabIndex = 4;
508            //
509            // listBox1
510            //
511            this.listBox1.DataSource = this.uZYTKOWNICYBindingSource;
512            this.listBox1.DisplayMember = "LOGIN";
513            this.listBox1.FormattingEnabled = true;
514            this.listBox1.Location = new System.Drawing.Point(28, 33);
515            this.listBox1.Name = "listBox1";
516            this.listBox1.Size = new System.Drawing.Size(196, 511);
517            this.listBox1.TabIndex = 0;
518            this.listBox1.ValueMember = "ID";
519            //
520            // uZYTKOWNICYTableAdapter
521            //
522            this.uZYTKOWNICYTableAdapter.ClearBeforeFill = true;
523            //
524            // AdminForm
525            //
526            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
527            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
528            this.ClientSize = new System.Drawing.Size(1011, 664);
529            this.Controls.Add(this.tabControl1);
530            this.Name = "AdminForm";
531            this.Text = "AdminForm";
532            this.Load += new System.EventHandler(this.AdminForm_Load);
533            this.tabControl1.ResumeLayout(false);
534            this.usersTabPage.ResumeLayout(false);
535            this.usersTabPage.PerformLayout();
536            ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit();
537            this.bindingNavigator1.ResumeLayout(false);
538            this.bindingNavigator1.PerformLayout();
539            ((System.ComponentModel.ISupportInitialize)(this.uZYTKOWNICYBindingSource)).EndInit();
540            ((System.ComponentModel.ISupportInitialize)(this.sLOWNIKDataSet)).EndInit();
541            this.groupBox2.ResumeLayout(false);
542            this.groupBox2.PerformLayout();
543            this.groupBox1.ResumeLayout(false);
544            this.groupBox1.PerformLayout();
545            this.ResumeLayout(false);
546
547        }
548
549        #endregion
550
551        private System.Windows.Forms.TabControl tabControl1;
552        private System.Windows.Forms.TabPage usersTabPage;
553        private System.Windows.Forms.ListBox listBox1;
554        private SLOWNIKDataSet sLOWNIKDataSet;
555        private System.Windows.Forms.BindingSource uZYTKOWNICYBindingSource;
556        private Baza_Reklam.SLOWNIKDataSetTableAdapters.UZYTKOWNICYTableAdapter uZYTKOWNICYTableAdapter;
557        private System.Windows.Forms.GroupBox groupBox2;
558        private System.Windows.Forms.GroupBox groupBox1;
559        private System.Windows.Forms.CheckBox st_adminCheckBox;
560        private System.Windows.Forms.CheckBox st_produkcjaCheckBox;
561        private System.Windows.Forms.CheckBox st_korektaCheckBox;
562        private System.Windows.Forms.CheckBox st_dtpCheckBox;
563        private System.Windows.Forms.CheckBox st_kierownikCheckBox;
564        private System.Windows.Forms.CheckBox st_sub_handlowiecCheckBox;
565        private System.Windows.Forms.CheckBox st_handlowiecCheckBox;
566        private System.Windows.Forms.CheckBox st_sekretarkaCheckBox;
567        private System.Windows.Forms.TextBox pASSWORDTextBox;
568        private System.Windows.Forms.TextBox nazwiskoTextBox;
569        private System.Windows.Forms.TextBox imieTextBox;
570        private System.Windows.Forms.TextBox lOGINTextBox;
571        private System.Windows.Forms.BindingNavigator bindingNavigator1;
572        private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
573        private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
574        private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
575        private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
576        private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
577        private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
578        private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
579        private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
580        private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
581        private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
582        private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
583        private System.Windows.Forms.ToolStripButton toolStripButton1;
584    }
585}
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.