root/branches/Emisje/BazaZamowien/Zamowienia/ZamowienieForm.Designer.cs @ 895

Wersja 715, 62.5 KB (wprowadzona przez marek, 17 years temu)

poprawiono generowanie poprawnego numeru zamowienia

Line 
1namespace BazaZamowien
2{
3    partial class ZamowienieForm
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 decyzja1KtoLabel;
33            System.Windows.Forms.Label decyzja1DataLabel;
34            System.Windows.Forms.Label decyzja2KtoLabel;
35            System.Windows.Forms.Label decyzja2DataLabel;
36            System.Windows.Forms.Label decyzja3KtoLabel;
37            System.Windows.Forms.Label decyzja3DataLabel;
38            System.Windows.Forms.Label decyzja3Label;
39            System.Windows.Forms.Label decyzja2Label;
40            System.Windows.Forms.Label decyzja1Label;
41            System.Windows.Forms.Label numerLabel;
42            System.Windows.Forms.Label zamowienieTrescLabel;
43            System.Windows.Forms.Label zamowienieWartosc2Label;
44            System.Windows.Forms.Label zamowienieWartosc1Label;
45            System.Windows.Forms.Label zamowienieDataLabel;
46            System.Windows.Forms.Label zamowienieDzialLabel;
47            System.Windows.Forms.Label zamowienieKtoLabel;
48            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ZamowienieForm));
49            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
50            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
51            this.zamowieniaBindingSource = new System.Windows.Forms.BindingSource(this.components);
52            this.zamowieniaDataSet = new BazaZamowien.zamowieniaDataSet();
53            this.kierownikGroupBox = new System.Windows.Forms.GroupBox();
54            this.decyzja1DataLabel2 = new System.Windows.Forms.Label();
55            this.labelKto1 = new System.Windows.Forms.Label();
56            this.labelDecyzja1 = new System.Windows.Forms.Label();
57            this.KierownikPanel = new System.Windows.Forms.Panel();
58            this.wyczysc1Button = new System.Windows.Forms.Button();
59            this.nie1Button = new System.Windows.Forms.Button();
60            this.akc1Button = new System.Windows.Forms.Button();
61            this.usersBindingSource = new System.Windows.Forms.BindingSource(this.components);
62            this.dyrFinanGroupBox = new System.Windows.Forms.GroupBox();
63            this.DyrFinansPanel = new System.Windows.Forms.Panel();
64            this.akc2Button = new System.Windows.Forms.Button();
65            this.nie2Button = new System.Windows.Forms.Button();
66            this.wyczysc2Button = new System.Windows.Forms.Button();
67            this.decyzja2DataLabel2 = new System.Windows.Forms.Label();
68            this.labelKto2 = new System.Windows.Forms.Label();
69            this.labelDecyzja2 = new System.Windows.Forms.Label();
70            this.dyrGeneralGroupBox = new System.Windows.Forms.GroupBox();
71            this.DyrGeneralPanel = new System.Windows.Forms.Panel();
72            this.akc3Button = new System.Windows.Forms.Button();
73            this.nie3Button = new System.Windows.Forms.Button();
74            this.wyczysc3Button = new System.Windows.Forms.Button();
75            this.decyzja3DataLabel2 = new System.Windows.Forms.Label();
76            this.labelKto3 = new System.Windows.Forms.Label();
77            this.labelDecyzja3 = new System.Windows.Forms.Label();
78            this.zamowieniaTableAdapter = new BazaZamowien.zamowieniaDataSetTableAdapters.ZamowieniaTableAdapter();
79            this.decyzjeTableAdapter = new BazaZamowien.zamowieniaDataSetTableAdapters.DecyzjeTableAdapter();
80            this.usersTableAdapter = new BazaZamowien.zamowieniaDataSetTableAdapters.UsersTableAdapter();
81            this.dzialyTableAdapter = new BazaZamowien.zamowieniaDataSetTableAdapters.DzialyTableAdapter();
82            this.dzialyBindingSource = new System.Windows.Forms.BindingSource(this.components);
83            this.realizacjeBindingSource = new System.Windows.Forms.BindingSource(this.components);
84            this.realizacjeTableAdapter = new BazaZamowien.zamowieniaDataSetTableAdapters.RealizacjeTableAdapter();
85            this.wiadoTabPage = new System.Windows.Forms.TabPage();
86            this.edytujButton = new System.Windows.Forms.Button();
87            this.usunButton = new System.Windows.Forms.Button();
88            this.dodajButton = new System.Windows.Forms.Button();
89            this.realizacjeDataGridView = new System.Windows.Forms.DataGridView();
90            this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
91            this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
92            this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
93            this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
94            this.zamTabPage = new System.Windows.Forms.TabPage();
95            this.zamowienieKtoLabel2 = new System.Windows.Forms.Label();
96            this.iDETextBox = new System.Windows.Forms.TextBox();
97            this.zamowienieTrescTextBox = new System.Windows.Forms.TextBox();
98            this.zamowienieWartosc1TextBox = new System.Windows.Forms.TextBox();
99            this.numer_RokTextBox = new System.Windows.Forms.TextBox();
100            this.zamowienieWartosc2TextBox = new System.Windows.Forms.TextBox();
101            this.numerTextBox = new System.Windows.Forms.TextBox();
102            this.numer_RozTextBox = new System.Windows.Forms.TextBox();
103            this.zamowienieDzialComboBox = new System.Windows.Forms.ComboBox();
104            this.label1 = new System.Windows.Forms.Label();
105            this.zapiszButton = new System.Windows.Forms.Button();
106            this.anulujButton = new System.Windows.Forms.Button();
107            this.zamowienieDataDateTimePicker = new System.Windows.Forms.DateTimePicker();
108            this.groupBox1 = new System.Windows.Forms.GroupBox();
109            this.odtwierdzButton = new System.Windows.Forms.Button();
110            this.zatwierdzButton = new System.Windows.Forms.Button();
111            this.tabControl1 = new System.Windows.Forms.TabControl();
112            decyzja1KtoLabel = new System.Windows.Forms.Label();
113            decyzja1DataLabel = new System.Windows.Forms.Label();
114            decyzja2KtoLabel = new System.Windows.Forms.Label();
115            decyzja2DataLabel = new System.Windows.Forms.Label();
116            decyzja3KtoLabel = new System.Windows.Forms.Label();
117            decyzja3DataLabel = new System.Windows.Forms.Label();
118            decyzja3Label = new System.Windows.Forms.Label();
119            decyzja2Label = new System.Windows.Forms.Label();
120            decyzja1Label = new System.Windows.Forms.Label();
121            numerLabel = new System.Windows.Forms.Label();
122            zamowienieTrescLabel = new System.Windows.Forms.Label();
123            zamowienieWartosc2Label = new System.Windows.Forms.Label();
124            zamowienieWartosc1Label = new System.Windows.Forms.Label();
125            zamowienieDataLabel = new System.Windows.Forms.Label();
126            zamowienieDzialLabel = new System.Windows.Forms.Label();
127            zamowienieKtoLabel = new System.Windows.Forms.Label();
128            ((System.ComponentModel.ISupportInitialize)(this.zamowieniaBindingSource)).BeginInit();
129            ((System.ComponentModel.ISupportInitialize)(this.zamowieniaDataSet)).BeginInit();
130            this.kierownikGroupBox.SuspendLayout();
131            this.KierownikPanel.SuspendLayout();
132            ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).BeginInit();
133            this.dyrFinanGroupBox.SuspendLayout();
134            this.DyrFinansPanel.SuspendLayout();
135            this.dyrGeneralGroupBox.SuspendLayout();
136            this.DyrGeneralPanel.SuspendLayout();
137            ((System.ComponentModel.ISupportInitialize)(this.dzialyBindingSource)).BeginInit();
138            ((System.ComponentModel.ISupportInitialize)(this.realizacjeBindingSource)).BeginInit();
139            this.wiadoTabPage.SuspendLayout();
140            ((System.ComponentModel.ISupportInitialize)(this.realizacjeDataGridView)).BeginInit();
141            this.zamTabPage.SuspendLayout();
142            this.groupBox1.SuspendLayout();
143            this.tabControl1.SuspendLayout();
144            this.SuspendLayout();
145            //
146            // decyzja1KtoLabel
147            //
148            decyzja1KtoLabel.AutoSize = true;
149            decyzja1KtoLabel.Location = new System.Drawing.Point(49, 62);
150            decyzja1KtoLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
151            decyzja1KtoLabel.Name = "decyzja1KtoLabel";
152            decyzja1KtoLabel.Size = new System.Drawing.Size(33, 17);
153            decyzja1KtoLabel.TabIndex = 20;
154            decyzja1KtoLabel.Text = "Kto:";
155            //
156            // decyzja1DataLabel
157            //
158            decyzja1DataLabel.AutoSize = true;
159            decyzja1DataLabel.Location = new System.Drawing.Point(40, 98);
160            decyzja1DataLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
161            decyzja1DataLabel.Name = "decyzja1DataLabel";
162            decyzja1DataLabel.Size = new System.Drawing.Size(42, 17);
163            decyzja1DataLabel.TabIndex = 22;
164            decyzja1DataLabel.Text = "Data:";
165            //
166            // decyzja2KtoLabel
167            //
168            decyzja2KtoLabel.AutoSize = true;
169            decyzja2KtoLabel.Location = new System.Drawing.Point(49, 62);
170            decyzja2KtoLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
171            decyzja2KtoLabel.Name = "decyzja2KtoLabel";
172            decyzja2KtoLabel.Size = new System.Drawing.Size(33, 17);
173            decyzja2KtoLabel.TabIndex = 26;
174            decyzja2KtoLabel.Text = "Kto:";
175            //
176            // decyzja2DataLabel
177            //
178            decyzja2DataLabel.AutoSize = true;
179            decyzja2DataLabel.Location = new System.Drawing.Point(40, 98);
180            decyzja2DataLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
181            decyzja2DataLabel.Name = "decyzja2DataLabel";
182            decyzja2DataLabel.Size = new System.Drawing.Size(42, 17);
183            decyzja2DataLabel.TabIndex = 28;
184            decyzja2DataLabel.Text = "Data:";
185            //
186            // decyzja3KtoLabel
187            //
188            decyzja3KtoLabel.AutoSize = true;
189            decyzja3KtoLabel.Location = new System.Drawing.Point(53, 62);
190            decyzja3KtoLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
191            decyzja3KtoLabel.Name = "decyzja3KtoLabel";
192            decyzja3KtoLabel.Size = new System.Drawing.Size(33, 17);
193            decyzja3KtoLabel.TabIndex = 32;
194            decyzja3KtoLabel.Text = "Kto:";
195            //
196            // decyzja3DataLabel
197            //
198            decyzja3DataLabel.AutoSize = true;
199            decyzja3DataLabel.Location = new System.Drawing.Point(44, 95);
200            decyzja3DataLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
201            decyzja3DataLabel.Name = "decyzja3DataLabel";
202            decyzja3DataLabel.Size = new System.Drawing.Size(42, 17);
203            decyzja3DataLabel.TabIndex = 34;
204            decyzja3DataLabel.Text = "Data:";
205            //
206            // decyzja3Label
207            //
208            decyzja3Label.AutoSize = true;
209            decyzja3Label.Location = new System.Drawing.Point(24, 32);
210            decyzja3Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
211            decyzja3Label.Name = "decyzja3Label";
212            decyzja3Label.Size = new System.Drawing.Size(62, 17);
213            decyzja3Label.TabIndex = 35;
214            decyzja3Label.Text = "Decyzja:";
215            //
216            // decyzja2Label
217            //
218            decyzja2Label.AutoSize = true;
219            decyzja2Label.Location = new System.Drawing.Point(20, 32);
220            decyzja2Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
221            decyzja2Label.Name = "decyzja2Label";
222            decyzja2Label.Size = new System.Drawing.Size(62, 17);
223            decyzja2Label.TabIndex = 29;
224            decyzja2Label.Text = "Decyzja:";
225            //
226            // decyzja1Label
227            //
228            decyzja1Label.AutoSize = true;
229            decyzja1Label.Location = new System.Drawing.Point(20, 27);
230            decyzja1Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
231            decyzja1Label.Name = "decyzja1Label";
232            decyzja1Label.Size = new System.Drawing.Size(62, 17);
233            decyzja1Label.TabIndex = 23;
234            decyzja1Label.Text = "Decyzja:";
235            //
236            // numerLabel
237            //
238            numerLabel.AutoSize = true;
239            numerLabel.Location = new System.Drawing.Point(565, 25);
240            numerLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
241            numerLabel.Name = "numerLabel";
242            numerLabel.Size = new System.Drawing.Size(54, 17);
243            numerLabel.TabIndex = 6;
244            numerLabel.Text = "Numer:";
245            //
246            // zamowienieTrescLabel
247            //
248            zamowienieTrescLabel.AutoSize = true;
249            zamowienieTrescLabel.Location = new System.Drawing.Point(31, 117);
250            zamowienieTrescLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
251            zamowienieTrescLabel.Name = "zamowienieTrescLabel";
252            zamowienieTrescLabel.Size = new System.Drawing.Size(48, 17);
253            zamowienieTrescLabel.TabIndex = 12;
254            zamowienieTrescLabel.Text = "Treœæ:";
255            //
256            // zamowienieWartosc2Label
257            //
258            zamowienieWartosc2Label.AutoSize = true;
259            zamowienieWartosc2Label.Location = new System.Drawing.Point(545, 69);
260            zamowienieWartosc2Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
261            zamowienieWartosc2Label.Name = "zamowienieWartosc2Label";
262            zamowienieWartosc2Label.Size = new System.Drawing.Size(76, 17);
263            zamowienieWartosc2Label.TabIndex = 16;
264            zamowienieWartosc2Label.Text = "Wartoœæ 2:";
265            //
266            // zamowienieWartosc1Label
267            //
268            zamowienieWartosc1Label.AutoSize = true;
269            zamowienieWartosc1Label.Location = new System.Drawing.Point(283, 69);
270            zamowienieWartosc1Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
271            zamowienieWartosc1Label.Name = "zamowienieWartosc1Label";
272            zamowienieWartosc1Label.Size = new System.Drawing.Size(76, 17);
273            zamowienieWartosc1Label.TabIndex = 14;
274            zamowienieWartosc1Label.Text = "Wartoœæ 1:";
275            //
276            // zamowienieDataLabel
277            //
278            zamowienieDataLabel.AutoSize = true;
279            zamowienieDataLabel.Location = new System.Drawing.Point(48, 69);
280            zamowienieDataLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
281            zamowienieDataLabel.Name = "zamowienieDataLabel";
282            zamowienieDataLabel.Size = new System.Drawing.Size(42, 17);
283            zamowienieDataLabel.TabIndex = 4;
284            zamowienieDataLabel.Text = "Data:";
285            //
286            // zamowienieDzialLabel
287            //
288            zamowienieDzialLabel.AutoSize = true;
289            zamowienieDzialLabel.Location = new System.Drawing.Point(283, 26);
290            zamowienieDzialLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
291            zamowienieDzialLabel.Name = "zamowienieDzialLabel";
292            zamowienieDzialLabel.Size = new System.Drawing.Size(43, 17);
293            zamowienieDzialLabel.TabIndex = 2;
294            zamowienieDzialLabel.Text = "Dzia³:";
295            //
296            // zamowienieKtoLabel
297            //
298            zamowienieKtoLabel.AutoSize = true;
299            zamowienieKtoLabel.Location = new System.Drawing.Point(57, 28);
300            zamowienieKtoLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
301            zamowienieKtoLabel.Name = "zamowienieKtoLabel";
302            zamowienieKtoLabel.Size = new System.Drawing.Size(33, 17);
303            zamowienieKtoLabel.TabIndex = 1;
304            zamowienieKtoLabel.Text = "Kto:";
305            //
306            // zamowieniaBindingSource
307            //
308            this.zamowieniaBindingSource.DataMember = "Zamowienia";
309            this.zamowieniaBindingSource.DataSource = this.zamowieniaDataSet;
310            //
311            // zamowieniaDataSet
312            //
313            this.zamowieniaDataSet.DataSetName = "zamowieniaDataSet";
314            this.zamowieniaDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
315            //
316            // kierownikGroupBox
317            //
318            this.kierownikGroupBox.Controls.Add(this.decyzja1DataLabel2);
319            this.kierownikGroupBox.Controls.Add(this.labelKto1);
320            this.kierownikGroupBox.Controls.Add(this.labelDecyzja1);
321            this.kierownikGroupBox.Controls.Add(decyzja1Label);
322            this.kierownikGroupBox.Controls.Add(decyzja1KtoLabel);
323            this.kierownikGroupBox.Controls.Add(decyzja1DataLabel);
324            this.kierownikGroupBox.Controls.Add(this.KierownikPanel);
325            this.kierownikGroupBox.Location = new System.Drawing.Point(16, 524);
326            this.kierownikGroupBox.Margin = new System.Windows.Forms.Padding(4);
327            this.kierownikGroupBox.Name = "kierownikGroupBox";
328            this.kierownikGroupBox.Padding = new System.Windows.Forms.Padding(4);
329            this.kierownikGroupBox.Size = new System.Drawing.Size(284, 203);
330            this.kierownikGroupBox.TabIndex = 37;
331            this.kierownikGroupBox.TabStop = false;
332            this.kierownikGroupBox.Text = "Kierownik";
333            //
334            // decyzja1DataLabel2
335            //
336            this.decyzja1DataLabel2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zamowieniaBindingSource, "Decyzja1Data", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "g"));
337            this.decyzja1DataLabel2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
338            this.decyzja1DataLabel2.Location = new System.Drawing.Point(120, 95);
339            this.decyzja1DataLabel2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
340            this.decyzja1DataLabel2.Name = "decyzja1DataLabel2";
341            this.decyzja1DataLabel2.Size = new System.Drawing.Size(133, 28);
342            this.decyzja1DataLabel2.TabIndex = 48;
343            //
344            // labelKto1
345            //
346            this.labelKto1.AutoSize = true;
347            this.labelKto1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
348            this.labelKto1.Location = new System.Drawing.Point(111, 62);
349            this.labelKto1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
350            this.labelKto1.Name = "labelKto1";
351            this.labelKto1.Size = new System.Drawing.Size(76, 17);
352            this.labelKto1.TabIndex = 47;
353            this.labelKto1.Text = "labelKto1";
354            //
355            // labelDecyzja1
356            //
357            this.labelDecyzja1.AutoSize = true;
358            this.labelDecyzja1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
359            this.labelDecyzja1.Location = new System.Drawing.Point(111, 32);
360            this.labelDecyzja1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
361            this.labelDecyzja1.Name = "labelDecyzja1";
362            this.labelDecyzja1.Size = new System.Drawing.Size(109, 17);
363            this.labelDecyzja1.TabIndex = 46;
364            this.labelDecyzja1.Text = "labelDecyzja1";
365            //
366            // KierownikPanel
367            //
368            this.KierownikPanel.Controls.Add(this.wyczysc1Button);
369            this.KierownikPanel.Controls.Add(this.nie1Button);
370            this.KierownikPanel.Controls.Add(this.akc1Button);
371            this.KierownikPanel.Enabled = false;
372            this.KierownikPanel.Location = new System.Drawing.Point(9, 127);
373            this.KierownikPanel.Margin = new System.Windows.Forms.Padding(4);
374            this.KierownikPanel.Name = "KierownikPanel";
375            this.KierownikPanel.Size = new System.Drawing.Size(267, 68);
376            this.KierownikPanel.TabIndex = 49;
377            //
378            // wyczysc1Button
379            //
380            this.wyczysc1Button.Image = ((System.Drawing.Image)(resources.GetObject("wyczysc1Button.Image")));
381            this.wyczysc1Button.Location = new System.Drawing.Point(169, 9);
382            this.wyczysc1Button.Margin = new System.Windows.Forms.Padding(4);
383            this.wyczysc1Button.Name = "wyczysc1Button";
384            this.wyczysc1Button.Size = new System.Drawing.Size(56, 49);
385            this.wyczysc1Button.TabIndex = 48;
386            this.wyczysc1Button.UseVisualStyleBackColor = true;
387            this.wyczysc1Button.Click += new System.EventHandler(this.wyczysc1Button_Click);
388            //
389            // nie1Button
390            //
391            this.nie1Button.Image = ((System.Drawing.Image)(resources.GetObject("nie1Button.Image")));
392            this.nie1Button.Location = new System.Drawing.Point(105, 9);
393            this.nie1Button.Margin = new System.Windows.Forms.Padding(4);
394            this.nie1Button.Name = "nie1Button";
395            this.nie1Button.Size = new System.Drawing.Size(56, 49);
396            this.nie1Button.TabIndex = 47;
397            this.nie1Button.UseVisualStyleBackColor = true;
398            this.nie1Button.Click += new System.EventHandler(this.nie1Button_Click);
399            //
400            // akc1Button
401            //
402            this.akc1Button.Image = ((System.Drawing.Image)(resources.GetObject("akc1Button.Image")));
403            this.akc1Button.Location = new System.Drawing.Point(41, 9);
404            this.akc1Button.Margin = new System.Windows.Forms.Padding(4);
405            this.akc1Button.Name = "akc1Button";
406            this.akc1Button.Size = new System.Drawing.Size(56, 49);
407            this.akc1Button.TabIndex = 46;
408            this.akc1Button.UseVisualStyleBackColor = true;
409            this.akc1Button.Click += new System.EventHandler(this.akc1Button_Click);
410            //
411            // usersBindingSource
412            //
413            this.usersBindingSource.DataMember = "Users";
414            this.usersBindingSource.DataSource = this.zamowieniaDataSet;
415            //
416            // dyrFinanGroupBox
417            //
418            this.dyrFinanGroupBox.Controls.Add(this.DyrFinansPanel);
419            this.dyrFinanGroupBox.Controls.Add(this.decyzja2DataLabel2);
420            this.dyrFinanGroupBox.Controls.Add(this.labelKto2);
421            this.dyrFinanGroupBox.Controls.Add(this.labelDecyzja2);
422            this.dyrFinanGroupBox.Controls.Add(decyzja2Label);
423            this.dyrFinanGroupBox.Controls.Add(decyzja2KtoLabel);
424            this.dyrFinanGroupBox.Controls.Add(decyzja2DataLabel);
425            this.dyrFinanGroupBox.Location = new System.Drawing.Point(308, 524);
426            this.dyrFinanGroupBox.Margin = new System.Windows.Forms.Padding(4);
427            this.dyrFinanGroupBox.Name = "dyrFinanGroupBox";
428            this.dyrFinanGroupBox.Padding = new System.Windows.Forms.Padding(4);
429            this.dyrFinanGroupBox.Size = new System.Drawing.Size(281, 203);
430            this.dyrFinanGroupBox.TabIndex = 38;
431            this.dyrFinanGroupBox.TabStop = false;
432            this.dyrFinanGroupBox.Text = "Dyr. finansowy";
433            //
434            // DyrFinansPanel
435            //
436            this.DyrFinansPanel.Controls.Add(this.akc2Button);
437            this.DyrFinansPanel.Controls.Add(this.nie2Button);
438            this.DyrFinansPanel.Controls.Add(this.wyczysc2Button);
439            this.DyrFinansPanel.Enabled = false;
440            this.DyrFinansPanel.Location = new System.Drawing.Point(9, 127);
441            this.DyrFinansPanel.Margin = new System.Windows.Forms.Padding(4);
442            this.DyrFinansPanel.Name = "DyrFinansPanel";
443            this.DyrFinansPanel.Size = new System.Drawing.Size(267, 68);
444            this.DyrFinansPanel.TabIndex = 50;
445            //
446            // akc2Button
447            //
448            this.akc2Button.Image = ((System.Drawing.Image)(resources.GetObject("akc2Button.Image")));
449            this.akc2Button.Location = new System.Drawing.Point(37, 10);
450            this.akc2Button.Margin = new System.Windows.Forms.Padding(4);
451            this.akc2Button.Name = "akc2Button";
452            this.akc2Button.Size = new System.Drawing.Size(56, 49);
453            this.akc2Button.TabIndex = 40;
454            this.akc2Button.UseVisualStyleBackColor = true;
455            this.akc2Button.Click += new System.EventHandler(this.akc2Button_Click);
456            //
457            // nie2Button
458            //
459            this.nie2Button.Image = ((System.Drawing.Image)(resources.GetObject("nie2Button.Image")));
460            this.nie2Button.Location = new System.Drawing.Point(101, 10);
461            this.nie2Button.Margin = new System.Windows.Forms.Padding(4);
462            this.nie2Button.Name = "nie2Button";
463            this.nie2Button.Size = new System.Drawing.Size(56, 49);
464            this.nie2Button.TabIndex = 41;
465            this.nie2Button.UseVisualStyleBackColor = true;
466            this.nie2Button.Click += new System.EventHandler(this.nie2Button_Click);
467            //
468            // wyczysc2Button
469            //
470            this.wyczysc2Button.Image = ((System.Drawing.Image)(resources.GetObject("wyczysc2Button.Image")));
471            this.wyczysc2Button.Location = new System.Drawing.Point(165, 10);
472            this.wyczysc2Button.Margin = new System.Windows.Forms.Padding(4);
473            this.wyczysc2Button.Name = "wyczysc2Button";
474            this.wyczysc2Button.Size = new System.Drawing.Size(56, 49);
475            this.wyczysc2Button.TabIndex = 42;
476            this.wyczysc2Button.UseVisualStyleBackColor = true;
477            this.wyczysc2Button.Click += new System.EventHandler(this.wyczysc2Button_Click);
478            //
479            // decyzja2DataLabel2
480            //
481            this.decyzja2DataLabel2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zamowieniaBindingSource, "Decyzja2Data", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "g"));
482            this.decyzja2DataLabel2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
483            this.decyzja2DataLabel2.Location = new System.Drawing.Point(107, 95);
484            this.decyzja2DataLabel2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
485            this.decyzja2DataLabel2.Name = "decyzja2DataLabel2";
486            this.decyzja2DataLabel2.Size = new System.Drawing.Size(133, 28);
487            this.decyzja2DataLabel2.TabIndex = 49;
488            //
489            // labelKto2
490            //
491            this.labelKto2.AutoSize = true;
492            this.labelKto2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
493            this.labelKto2.Location = new System.Drawing.Point(107, 62);
494            this.labelKto2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
495            this.labelKto2.Name = "labelKto2";
496            this.labelKto2.Size = new System.Drawing.Size(76, 17);
497            this.labelKto2.TabIndex = 48;
498            this.labelKto2.Text = "labelKto2";
499            //
500            // labelDecyzja2
501            //
502            this.labelDecyzja2.AutoSize = true;
503            this.labelDecyzja2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
504            this.labelDecyzja2.Location = new System.Drawing.Point(107, 32);
505            this.labelDecyzja2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
506            this.labelDecyzja2.Name = "labelDecyzja2";
507            this.labelDecyzja2.Size = new System.Drawing.Size(109, 17);
508            this.labelDecyzja2.TabIndex = 47;
509            this.labelDecyzja2.Text = "labelDecyzja2";
510            //
511            // dyrGeneralGroupBox
512            //
513            this.dyrGeneralGroupBox.Controls.Add(this.DyrGeneralPanel);
514            this.dyrGeneralGroupBox.Controls.Add(this.decyzja3DataLabel2);
515            this.dyrGeneralGroupBox.Controls.Add(this.labelKto3);
516            this.dyrGeneralGroupBox.Controls.Add(this.labelDecyzja3);
517            this.dyrGeneralGroupBox.Controls.Add(decyzja3Label);
518            this.dyrGeneralGroupBox.Controls.Add(decyzja3KtoLabel);
519            this.dyrGeneralGroupBox.Controls.Add(decyzja3DataLabel);
520            this.dyrGeneralGroupBox.Location = new System.Drawing.Point(597, 524);
521            this.dyrGeneralGroupBox.Margin = new System.Windows.Forms.Padding(4);
522            this.dyrGeneralGroupBox.Name = "dyrGeneralGroupBox";
523            this.dyrGeneralGroupBox.Padding = new System.Windows.Forms.Padding(4);
524            this.dyrGeneralGroupBox.Size = new System.Drawing.Size(279, 203);
525            this.dyrGeneralGroupBox.TabIndex = 39;
526            this.dyrGeneralGroupBox.TabStop = false;
527            this.dyrGeneralGroupBox.Text = "G³. ksiêgowy";
528            //
529            // DyrGeneralPanel
530            //
531            this.DyrGeneralPanel.Controls.Add(this.akc3Button);
532            this.DyrGeneralPanel.Controls.Add(this.nie3Button);
533            this.DyrGeneralPanel.Controls.Add(this.wyczysc3Button);
534            this.DyrGeneralPanel.Enabled = false;
535            this.DyrGeneralPanel.Location = new System.Drawing.Point(7, 127);
536            this.DyrGeneralPanel.Margin = new System.Windows.Forms.Padding(4);
537            this.DyrGeneralPanel.Name = "DyrGeneralPanel";
538            this.DyrGeneralPanel.Size = new System.Drawing.Size(267, 68);
539            this.DyrGeneralPanel.TabIndex = 51;
540            //
541            // akc3Button
542            //
543            this.akc3Button.Image = ((System.Drawing.Image)(resources.GetObject("akc3Button.Image")));
544            this.akc3Button.Location = new System.Drawing.Point(43, 10);
545            this.akc3Button.Margin = new System.Windows.Forms.Padding(4);
546            this.akc3Button.Name = "akc3Button";
547            this.akc3Button.Size = new System.Drawing.Size(56, 49);
548            this.akc3Button.TabIndex = 37;
549            this.akc3Button.UseVisualStyleBackColor = true;
550            this.akc3Button.Click += new System.EventHandler(this.akc3Button_Click);
551            //
552            // nie3Button
553            //
554            this.nie3Button.Image = ((System.Drawing.Image)(resources.GetObject("nie3Button.Image")));
555            this.nie3Button.Location = new System.Drawing.Point(107, 10);
556            this.nie3Button.Margin = new System.Windows.Forms.Padding(4);
557            this.nie3Button.Name = "nie3Button";
558            this.nie3Button.Size = new System.Drawing.Size(56, 49);
559            this.nie3Button.TabIndex = 38;
560            this.nie3Button.UseVisualStyleBackColor = true;
561            this.nie3Button.Click += new System.EventHandler(this.nie3Button_Click);
562            //
563            // wyczysc3Button
564            //
565            this.wyczysc3Button.Image = ((System.Drawing.Image)(resources.GetObject("wyczysc3Button.Image")));
566            this.wyczysc3Button.Location = new System.Drawing.Point(171, 10);
567            this.wyczysc3Button.Margin = new System.Windows.Forms.Padding(4);
568            this.wyczysc3Button.Name = "wyczysc3Button";
569            this.wyczysc3Button.Size = new System.Drawing.Size(56, 49);
570            this.wyczysc3Button.TabIndex = 39;
571            this.wyczysc3Button.UseVisualStyleBackColor = true;
572            this.wyczysc3Button.Click += new System.EventHandler(this.wyczysc3Button_Click);
573            //
574            // decyzja3DataLabel2
575            //
576            this.decyzja3DataLabel2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zamowieniaBindingSource, "Decyzja3Data", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "g"));
577            this.decyzja3DataLabel2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
578            this.decyzja3DataLabel2.Location = new System.Drawing.Point(105, 95);
579            this.decyzja3DataLabel2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
580            this.decyzja3DataLabel2.Name = "decyzja3DataLabel2";
581            this.decyzja3DataLabel2.Size = new System.Drawing.Size(133, 28);
582            this.decyzja3DataLabel2.TabIndex = 50;
583            //
584            // labelKto3
585            //
586            this.labelKto3.AutoSize = true;
587            this.labelKto3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
588            this.labelKto3.Location = new System.Drawing.Point(119, 62);
589            this.labelKto3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
590            this.labelKto3.Name = "labelKto3";
591            this.labelKto3.Size = new System.Drawing.Size(76, 17);
592            this.labelKto3.TabIndex = 49;
593            this.labelKto3.Text = "labelKto3";
594            //
595            // labelDecyzja3
596            //
597            this.labelDecyzja3.AutoSize = true;
598            this.labelDecyzja3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
599            this.labelDecyzja3.Location = new System.Drawing.Point(119, 32);
600            this.labelDecyzja3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
601            this.labelDecyzja3.Name = "labelDecyzja3";
602            this.labelDecyzja3.Size = new System.Drawing.Size(109, 17);
603            this.labelDecyzja3.TabIndex = 48;
604            this.labelDecyzja3.Text = "labelDecyzja3";
605            //
606            // zamowieniaTableAdapter
607            //
608            this.zamowieniaTableAdapter.ClearBeforeFill = true;
609            //
610            // decyzjeTableAdapter
611            //
612            this.decyzjeTableAdapter.ClearBeforeFill = true;
613            //
614            // usersTableAdapter
615            //
616            this.usersTableAdapter.ClearBeforeFill = true;
617            //
618            // dzialyTableAdapter
619            //
620            this.dzialyTableAdapter.ClearBeforeFill = true;
621            //
622            // dzialyBindingSource
623            //
624            this.dzialyBindingSource.DataMember = "Dzialy";
625            this.dzialyBindingSource.DataSource = this.zamowieniaDataSet;
626            this.dzialyBindingSource.CurrentChanged += new System.EventHandler(this.dzialyBindingSource_CurrentChanged);
627            //
628            // realizacjeBindingSource
629            //
630            this.realizacjeBindingSource.DataMember = "Realizacje";
631            this.realizacjeBindingSource.DataSource = this.zamowieniaDataSet;
632            //
633            // realizacjeTableAdapter
634            //
635            this.realizacjeTableAdapter.ClearBeforeFill = true;
636            //
637            // wiadoTabPage
638            //
639            this.wiadoTabPage.Controls.Add(this.edytujButton);
640            this.wiadoTabPage.Controls.Add(this.usunButton);
641            this.wiadoTabPage.Controls.Add(this.dodajButton);
642            this.wiadoTabPage.Controls.Add(this.realizacjeDataGridView);
643            this.wiadoTabPage.Location = new System.Drawing.Point(4, 25);
644            this.wiadoTabPage.Margin = new System.Windows.Forms.Padding(4);
645            this.wiadoTabPage.Name = "wiadoTabPage";
646            this.wiadoTabPage.Size = new System.Drawing.Size(852, 473);
647            this.wiadoTabPage.TabIndex = 2;
648            this.wiadoTabPage.Text = "REALIZACJE";
649            this.wiadoTabPage.UseVisualStyleBackColor = true;
650            //
651            // edytujButton
652            //
653            this.edytujButton.Location = new System.Drawing.Point(363, 406);
654            this.edytujButton.Margin = new System.Windows.Forms.Padding(4);
655            this.edytujButton.Name = "edytujButton";
656            this.edytujButton.Size = new System.Drawing.Size(100, 28);
657            this.edytujButton.TabIndex = 3;
658            this.edytujButton.Text = "Edytuj";
659            this.edytujButton.UseVisualStyleBackColor = true;
660            this.edytujButton.Click += new System.EventHandler(this.edytujButton_Click);
661            //
662            // usunButton
663            //
664            this.usunButton.Location = new System.Drawing.Point(225, 406);
665            this.usunButton.Margin = new System.Windows.Forms.Padding(4);
666            this.usunButton.Name = "usunButton";
667            this.usunButton.Size = new System.Drawing.Size(100, 28);
668            this.usunButton.TabIndex = 2;
669            this.usunButton.Text = "Usuñ";
670            this.usunButton.UseVisualStyleBackColor = true;
671            this.usunButton.Click += new System.EventHandler(this.usunButton_Click);
672            //
673            // dodajButton
674            //
675            this.dodajButton.Location = new System.Drawing.Point(497, 406);
676            this.dodajButton.Margin = new System.Windows.Forms.Padding(4);
677            this.dodajButton.Name = "dodajButton";
678            this.dodajButton.Size = new System.Drawing.Size(100, 28);
679            this.dodajButton.TabIndex = 1;
680            this.dodajButton.Text = "Dodaj";
681            this.dodajButton.UseVisualStyleBackColor = true;
682            this.dodajButton.Click += new System.EventHandler(this.dodajButton_Click);
683            //
684            // realizacjeDataGridView
685            //
686            this.realizacjeDataGridView.AllowUserToAddRows = false;
687            this.realizacjeDataGridView.AllowUserToDeleteRows = false;
688            this.realizacjeDataGridView.AutoGenerateColumns = false;
689            this.realizacjeDataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
690            this.realizacjeDataGridView.BackgroundColor = System.Drawing.Color.White;
691            this.realizacjeDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
692            this.dataGridViewTextBoxColumn8,
693            this.dataGridViewTextBoxColumn9,
694            this.dataGridViewTextBoxColumn10,
695            this.dataGridViewTextBoxColumn11});
696            this.realizacjeDataGridView.DataSource = this.realizacjeBindingSource;
697            this.realizacjeDataGridView.GridColor = System.Drawing.Color.DimGray;
698            this.realizacjeDataGridView.Location = new System.Drawing.Point(19, 21);
699            this.realizacjeDataGridView.Margin = new System.Windows.Forms.Padding(4);
700            this.realizacjeDataGridView.Name = "realizacjeDataGridView";
701            this.realizacjeDataGridView.ReadOnly = true;
702            this.realizacjeDataGridView.RowHeadersWidth = 10;
703            this.realizacjeDataGridView.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
704            this.realizacjeDataGridView.Size = new System.Drawing.Size(801, 364);
705            this.realizacjeDataGridView.TabIndex = 0;
706            //
707            // dataGridViewTextBoxColumn8
708            //
709            this.dataGridViewTextBoxColumn8.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
710            this.dataGridViewTextBoxColumn8.DataPropertyName = "Data";
711            dataGridViewCellStyle3.Format = "d";
712            this.dataGridViewTextBoxColumn8.DefaultCellStyle = dataGridViewCellStyle3;
713            this.dataGridViewTextBoxColumn8.HeaderText = "Data";
714            this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
715            this.dataGridViewTextBoxColumn8.ReadOnly = true;
716            this.dataGridViewTextBoxColumn8.Width = 80;
717            //
718            // dataGridViewTextBoxColumn9
719            //
720            this.dataGridViewTextBoxColumn9.DataPropertyName = "Opis";
721            this.dataGridViewTextBoxColumn9.FillWeight = 84.30657F;
722            this.dataGridViewTextBoxColumn9.HeaderText = "Opis";
723            this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
724            this.dataGridViewTextBoxColumn9.ReadOnly = true;
725            //
726            // dataGridViewTextBoxColumn10
727            //
728            this.dataGridViewTextBoxColumn10.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
729            this.dataGridViewTextBoxColumn10.DataPropertyName = "Okres";
730            this.dataGridViewTextBoxColumn10.FillWeight = 84.30657F;
731            this.dataGridViewTextBoxColumn10.HeaderText = "Okres";
732            this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
733            this.dataGridViewTextBoxColumn10.ReadOnly = true;
734            //
735            // dataGridViewTextBoxColumn11
736            //
737            this.dataGridViewTextBoxColumn11.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
738            this.dataGridViewTextBoxColumn11.DataPropertyName = "Wartosc";
739            dataGridViewCellStyle4.Format = "c";
740            this.dataGridViewTextBoxColumn11.DefaultCellStyle = dataGridViewCellStyle4;
741            this.dataGridViewTextBoxColumn11.FillWeight = 131.3869F;
742            this.dataGridViewTextBoxColumn11.HeaderText = "Wartosc";
743            this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
744            this.dataGridViewTextBoxColumn11.ReadOnly = true;
745            this.dataGridViewTextBoxColumn11.Width = 80;
746            //
747            // zamTabPage
748            //
749            this.zamTabPage.AutoScroll = true;
750            this.zamTabPage.Controls.Add(this.zamowienieKtoLabel2);
751            this.zamTabPage.Controls.Add(this.iDETextBox);
752            this.zamTabPage.Controls.Add(this.zamowienieTrescTextBox);
753            this.zamTabPage.Controls.Add(this.zamowienieWartosc1TextBox);
754            this.zamTabPage.Controls.Add(this.numer_RokTextBox);
755            this.zamTabPage.Controls.Add(this.zamowienieWartosc2TextBox);
756            this.zamTabPage.Controls.Add(this.numerTextBox);
757            this.zamTabPage.Controls.Add(this.numer_RozTextBox);
758            this.zamTabPage.Controls.Add(this.zamowienieDzialComboBox);
759            this.zamTabPage.Controls.Add(this.label1);
760            this.zamTabPage.Controls.Add(zamowienieKtoLabel);
761            this.zamTabPage.Controls.Add(this.zapiszButton);
762            this.zamTabPage.Controls.Add(zamowienieDzialLabel);
763            this.zamTabPage.Controls.Add(this.anulujButton);
764            this.zamTabPage.Controls.Add(zamowienieDataLabel);
765            this.zamTabPage.Controls.Add(this.zamowienieDataDateTimePicker);
766            this.zamTabPage.Controls.Add(zamowienieWartosc1Label);
767            this.zamTabPage.Controls.Add(zamowienieWartosc2Label);
768            this.zamTabPage.Controls.Add(zamowienieTrescLabel);
769            this.zamTabPage.Controls.Add(numerLabel);
770            this.zamTabPage.Controls.Add(this.groupBox1);
771            this.zamTabPage.Location = new System.Drawing.Point(4, 25);
772            this.zamTabPage.Margin = new System.Windows.Forms.Padding(4);
773            this.zamTabPage.Name = "zamTabPage";
774            this.zamTabPage.Padding = new System.Windows.Forms.Padding(4);
775            this.zamTabPage.Size = new System.Drawing.Size(852, 473);
776            this.zamTabPage.TabIndex = 0;
777            this.zamTabPage.Text = "ZAMÓWIENIE";
778            this.zamTabPage.UseVisualStyleBackColor = true;
779            //
780            // zamowienieKtoLabel2
781            //
782            this.zamowienieKtoLabel2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
783            this.zamowienieKtoLabel2.Location = new System.Drawing.Point(100, 22);
784            this.zamowienieKtoLabel2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
785            this.zamowienieKtoLabel2.Name = "zamowienieKtoLabel2";
786            this.zamowienieKtoLabel2.Size = new System.Drawing.Size(164, 28);
787            this.zamowienieKtoLabel2.TabIndex = 47;
788            //
789            // iDETextBox
790            //
791            this.iDETextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zamowieniaBindingSource, "IDE", true));
792            this.iDETextBox.Location = new System.Drawing.Point(15, 175);
793            this.iDETextBox.Margin = new System.Windows.Forms.Padding(4);
794            this.iDETextBox.Name = "iDETextBox";
795            this.iDETextBox.Size = new System.Drawing.Size(76, 22);
796            this.iDETextBox.TabIndex = 25;
797            this.iDETextBox.Visible = false;
798            //
799            // zamowienieTrescTextBox
800            //
801            this.zamowienieTrescTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zamowieniaBindingSource, "ZamowienieTresc", true));
802            this.zamowienieTrescTextBox.Location = new System.Drawing.Point(104, 113);
803            this.zamowienieTrescTextBox.Margin = new System.Windows.Forms.Padding(4);
804            this.zamowienieTrescTextBox.Multiline = true;
805            this.zamowienieTrescTextBox.Name = "zamowienieTrescTextBox";
806            this.zamowienieTrescTextBox.Size = new System.Drawing.Size(709, 259);
807            this.zamowienieTrescTextBox.TabIndex = 13;
808            //
809            // zamowienieWartosc1TextBox
810            //
811            this.zamowienieWartosc1TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zamowieniaBindingSource, "ZamowienieWartosc1", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "C2"));
812            this.zamowienieWartosc1TextBox.Location = new System.Drawing.Point(365, 65);
813            this.zamowienieWartosc1TextBox.Margin = new System.Windows.Forms.Padding(4);
814            this.zamowienieWartosc1TextBox.Name = "zamowienieWartosc1TextBox";
815            this.zamowienieWartosc1TextBox.Size = new System.Drawing.Size(160, 22);
816            this.zamowienieWartosc1TextBox.TabIndex = 15;
817            //
818            // numer_RokTextBox
819            //
820            this.numer_RokTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zamowieniaBindingSource, "Numer_Rok", true));
821            this.numer_RokTextBox.Location = new System.Drawing.Point(15, 271);
822            this.numer_RokTextBox.Margin = new System.Windows.Forms.Padding(4);
823            this.numer_RokTextBox.Name = "numer_RokTextBox";
824            this.numer_RokTextBox.Size = new System.Drawing.Size(76, 22);
825            this.numer_RokTextBox.TabIndex = 11;
826            this.numer_RokTextBox.Visible = false;
827            //
828            // zamowienieWartosc2TextBox
829            //
830            this.zamowienieWartosc2TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zamowieniaBindingSource, "ZamowienieWartosc2", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "C2"));
831            this.zamowienieWartosc2TextBox.Location = new System.Drawing.Point(633, 65);
832            this.zamowienieWartosc2TextBox.Margin = new System.Windows.Forms.Padding(4);
833            this.zamowienieWartosc2TextBox.Name = "zamowienieWartosc2TextBox";
834            this.zamowienieWartosc2TextBox.Size = new System.Drawing.Size(160, 22);
835            this.zamowienieWartosc2TextBox.TabIndex = 17;
836            //
837            // numerTextBox
838            //
839            this.numerTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zamowieniaBindingSource, "Numer", true));
840            this.numerTextBox.Location = new System.Drawing.Point(23, 207);
841            this.numerTextBox.Margin = new System.Windows.Forms.Padding(4);
842            this.numerTextBox.Name = "numerTextBox";
843            this.numerTextBox.Size = new System.Drawing.Size(56, 22);
844            this.numerTextBox.TabIndex = 7;
845            this.numerTextBox.Visible = false;
846            //
847            // numer_RozTextBox
848            //
849            this.numer_RozTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zamowieniaBindingSource, "Numer_Roz", true));
850            this.numer_RozTextBox.Location = new System.Drawing.Point(12, 239);
851            this.numer_RozTextBox.Margin = new System.Windows.Forms.Padding(4);
852            this.numer_RozTextBox.Name = "numer_RozTextBox";
853            this.numer_RozTextBox.Size = new System.Drawing.Size(83, 22);
854            this.numer_RozTextBox.TabIndex = 9;
855            this.numer_RozTextBox.Visible = false;
856            //
857            // zamowienieDzialComboBox
858            //
859            this.zamowienieDzialComboBox.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.zamowieniaBindingSource, "ZamowienieDzial", true));
860            this.zamowienieDzialComboBox.DataSource = this.dzialyBindingSource;
861            this.zamowienieDzialComboBox.DisplayMember = "Symbol";
862            this.zamowienieDzialComboBox.FormattingEnabled = true;
863            this.zamowienieDzialComboBox.Location = new System.Drawing.Point(365, 25);
864            this.zamowienieDzialComboBox.Margin = new System.Windows.Forms.Padding(4);
865            this.zamowienieDzialComboBox.Name = "zamowienieDzialComboBox";
866            this.zamowienieDzialComboBox.Size = new System.Drawing.Size(160, 24);
867            this.zamowienieDzialComboBox.TabIndex = 24;
868            this.zamowienieDzialComboBox.ValueMember = "IDE";
869            //
870            // label1
871            //
872            this.label1.AutoSize = true;
873            this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
874            this.label1.Location = new System.Drawing.Point(628, 20);
875            this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
876            this.label1.Name = "label1";
877            this.label1.Size = new System.Drawing.Size(70, 25);
878            this.label1.TabIndex = 22;
879            this.label1.Text = "label1";
880            //
881            // zapiszButton
882            //
883            this.zapiszButton.Image = ((System.Drawing.Image)(resources.GetObject("zapiszButton.Image")));
884            this.zapiszButton.Location = new System.Drawing.Point(681, 410);
885            this.zapiszButton.Margin = new System.Windows.Forms.Padding(4);
886            this.zapiszButton.Name = "zapiszButton";
887            this.zapiszButton.Size = new System.Drawing.Size(152, 43);
888            this.zapiszButton.TabIndex = 21;
889            this.zapiszButton.Text = "ZAPISZ";
890            this.zapiszButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
891            this.zapiszButton.UseVisualStyleBackColor = true;
892            this.zapiszButton.Click += new System.EventHandler(this.zapiszButton_Click);
893            //
894            // anulujButton
895            //
896            this.anulujButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
897            this.anulujButton.Image = ((System.Drawing.Image)(resources.GetObject("anulujButton.Image")));
898            this.anulujButton.Location = new System.Drawing.Point(517, 410);
899            this.anulujButton.Margin = new System.Windows.Forms.Padding(4);
900            this.anulujButton.Name = "anulujButton";
901            this.anulujButton.Size = new System.Drawing.Size(147, 43);
902            this.anulujButton.TabIndex = 20;
903            this.anulujButton.Text = "ZAMKNIJ";
904            this.anulujButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
905            this.anulujButton.UseVisualStyleBackColor = true;
906            this.anulujButton.Click += new System.EventHandler(this.anulujButton_Click);
907            //
908            // zamowienieDataDateTimePicker
909            //
910            this.zamowienieDataDateTimePicker.CalendarMonthBackground = System.Drawing.Color.White;
911            this.zamowienieDataDateTimePicker.CausesValidation = false;
912            this.zamowienieDataDateTimePicker.CustomFormat = "yyyy-MM-dd";
913            this.zamowienieDataDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.zamowieniaBindingSource, "ZamowienieData", true));
914            this.zamowienieDataDateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
915            this.zamowienieDataDateTimePicker.Location = new System.Drawing.Point(103, 65);
916            this.zamowienieDataDateTimePicker.Margin = new System.Windows.Forms.Padding(4);
917            this.zamowienieDataDateTimePicker.Name = "zamowienieDataDateTimePicker";
918            this.zamowienieDataDateTimePicker.Size = new System.Drawing.Size(160, 22);
919            this.zamowienieDataDateTimePicker.TabIndex = 5;
920            this.zamowienieDataDateTimePicker.Value = new System.DateTime(2009, 1, 14, 10, 47, 56, 0);
921            this.zamowienieDataDateTimePicker.CloseUp += new System.EventHandler(this.zamowienieDataDateTimePicker_CloseUp);
922            //
923            // groupBox1
924            //
925            this.groupBox1.Controls.Add(this.odtwierdzButton);
926            this.groupBox1.Controls.Add(this.zatwierdzButton);
927            this.groupBox1.Location = new System.Drawing.Point(12, 380);
928            this.groupBox1.Margin = new System.Windows.Forms.Padding(4);
929            this.groupBox1.Name = "groupBox1";
930            this.groupBox1.Padding = new System.Windows.Forms.Padding(4);
931            this.groupBox1.Size = new System.Drawing.Size(157, 82);
932            this.groupBox1.TabIndex = 46;
933            this.groupBox1.TabStop = false;
934            this.groupBox1.Text = "Zamawiaj¹cy";
935            //
936            // odtwierdzButton
937            //
938            this.odtwierdzButton.Image = ((System.Drawing.Image)(resources.GetObject("odtwierdzButton.Image")));
939            this.odtwierdzButton.Location = new System.Drawing.Point(83, 23);
940            this.odtwierdzButton.Margin = new System.Windows.Forms.Padding(4);
941            this.odtwierdzButton.Name = "odtwierdzButton";
942            this.odtwierdzButton.Size = new System.Drawing.Size(56, 49);
943            this.odtwierdzButton.TabIndex = 45;
944            this.odtwierdzButton.UseVisualStyleBackColor = true;
945            this.odtwierdzButton.Click += new System.EventHandler(this.odtwierdzButton_Click);
946            //
947            // zatwierdzButton
948            //
949            this.zatwierdzButton.Image = ((System.Drawing.Image)(resources.GetObject("zatwierdzButton.Image")));
950            this.zatwierdzButton.Location = new System.Drawing.Point(19, 23);
951            this.zatwierdzButton.Margin = new System.Windows.Forms.Padding(4);
952            this.zatwierdzButton.Name = "zatwierdzButton";
953            this.zatwierdzButton.Size = new System.Drawing.Size(56, 49);
954            this.zatwierdzButton.TabIndex = 44;
955            this.zatwierdzButton.UseVisualStyleBackColor = true;
956            this.zatwierdzButton.Click += new System.EventHandler(this.zatwierdzButton_Click);
957            //
958            // tabControl1
959            //
960            this.tabControl1.Controls.Add(this.zamTabPage);
961            this.tabControl1.Controls.Add(this.wiadoTabPage);
962            this.tabControl1.Location = new System.Drawing.Point(16, 15);
963            this.tabControl1.Margin = new System.Windows.Forms.Padding(4);
964            this.tabControl1.Name = "tabControl1";
965            this.tabControl1.SelectedIndex = 0;
966            this.tabControl1.Size = new System.Drawing.Size(860, 502);
967            this.tabControl1.TabIndex = 40;
968            //
969            // ZamowienieForm
970            //
971            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
972            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
973            this.ClientSize = new System.Drawing.Size(896, 738);
974            this.Controls.Add(this.tabControl1);
975            this.Controls.Add(this.dyrGeneralGroupBox);
976            this.Controls.Add(this.dyrFinanGroupBox);
977            this.Controls.Add(this.kierownikGroupBox);
978            this.Margin = new System.Windows.Forms.Padding(4);
979            this.Name = "ZamowienieForm";
980            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
981            this.Text = "Zamówienie";
982            this.Load += new System.EventHandler(this.zamowienieForm_Load);
983            this.Shown += new System.EventHandler(this.zamowienieForm_Shown);
984            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.zamowienieForm_FormClosing);
985            ((System.ComponentModel.ISupportInitialize)(this.zamowieniaBindingSource)).EndInit();
986            ((System.ComponentModel.ISupportInitialize)(this.zamowieniaDataSet)).EndInit();
987            this.kierownikGroupBox.ResumeLayout(false);
988            this.kierownikGroupBox.PerformLayout();
989            this.KierownikPanel.ResumeLayout(false);
990            ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).EndInit();
991            this.dyrFinanGroupBox.ResumeLayout(false);
992            this.dyrFinanGroupBox.PerformLayout();
993            this.DyrFinansPanel.ResumeLayout(false);
994            this.dyrGeneralGroupBox.ResumeLayout(false);
995            this.dyrGeneralGroupBox.PerformLayout();
996            this.DyrGeneralPanel.ResumeLayout(false);
997            ((System.ComponentModel.ISupportInitialize)(this.dzialyBindingSource)).EndInit();
998            ((System.ComponentModel.ISupportInitialize)(this.realizacjeBindingSource)).EndInit();
999            this.wiadoTabPage.ResumeLayout(false);
1000            ((System.ComponentModel.ISupportInitialize)(this.realizacjeDataGridView)).EndInit();
1001            this.zamTabPage.ResumeLayout(false);
1002            this.zamTabPage.PerformLayout();
1003            this.groupBox1.ResumeLayout(false);
1004            this.tabControl1.ResumeLayout(false);
1005            this.ResumeLayout(false);
1006
1007        }
1008
1009        #endregion
1010
1011        private zamowieniaDataSet zamowieniaDataSet;
1012        private System.Windows.Forms.BindingSource zamowieniaBindingSource;
1013        private BazaZamowien.zamowieniaDataSetTableAdapters.ZamowieniaTableAdapter zamowieniaTableAdapter;
1014        private System.Windows.Forms.GroupBox kierownikGroupBox;
1015        private System.Windows.Forms.GroupBox dyrFinanGroupBox;
1016        private System.Windows.Forms.GroupBox dyrGeneralGroupBox;
1017        private BazaZamowien.zamowieniaDataSetTableAdapters.DecyzjeTableAdapter decyzjeTableAdapter;
1018        private System.Windows.Forms.Button akc3Button;
1019        private System.Windows.Forms.Button wyczysc3Button;
1020        private System.Windows.Forms.Button nie3Button;
1021        private System.Windows.Forms.Button wyczysc2Button;
1022        private System.Windows.Forms.Button nie2Button;
1023        private System.Windows.Forms.Button akc2Button;
1024        private System.Windows.Forms.BindingSource usersBindingSource;
1025        private BazaZamowien.zamowieniaDataSetTableAdapters.UsersTableAdapter usersTableAdapter;
1026        private BazaZamowien.zamowieniaDataSetTableAdapters.DzialyTableAdapter dzialyTableAdapter;
1027        private System.Windows.Forms.BindingSource dzialyBindingSource;
1028        private System.Windows.Forms.BindingSource realizacjeBindingSource;
1029        private BazaZamowien.zamowieniaDataSetTableAdapters.RealizacjeTableAdapter realizacjeTableAdapter;
1030        private System.Windows.Forms.TabPage wiadoTabPage;
1031        private System.Windows.Forms.Button edytujButton;
1032        private System.Windows.Forms.Button usunButton;
1033        private System.Windows.Forms.Button dodajButton;
1034        private System.Windows.Forms.DataGridView realizacjeDataGridView;
1035        private System.Windows.Forms.TabPage zamTabPage;
1036        private System.Windows.Forms.TextBox iDETextBox;
1037        private System.Windows.Forms.TextBox zamowienieTrescTextBox;
1038        private System.Windows.Forms.TextBox zamowienieWartosc1TextBox;
1039        private System.Windows.Forms.TextBox numer_RokTextBox;
1040        private System.Windows.Forms.TextBox zamowienieWartosc2TextBox;
1041        private System.Windows.Forms.TextBox numerTextBox;
1042        private System.Windows.Forms.TextBox numer_RozTextBox;
1043        private System.Windows.Forms.ComboBox zamowienieDzialComboBox;
1044        private System.Windows.Forms.Label label1;
1045        private System.Windows.Forms.Button zapiszButton;
1046        private System.Windows.Forms.Button anulujButton;
1047        private System.Windows.Forms.DateTimePicker zamowienieDataDateTimePicker;
1048        private System.Windows.Forms.TabControl tabControl1;
1049        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
1050        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
1051        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
1052        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
1053        private System.Windows.Forms.Button odtwierdzButton;
1054        private System.Windows.Forms.Button zatwierdzButton;
1055        private System.Windows.Forms.GroupBox groupBox1;
1056        private System.Windows.Forms.Label labelDecyzja1;
1057        private System.Windows.Forms.Label labelDecyzja2;
1058        private System.Windows.Forms.Label labelDecyzja3;
1059        private System.Windows.Forms.Label decyzja1DataLabel2;
1060        private System.Windows.Forms.Label labelKto1;
1061        private System.Windows.Forms.Label decyzja2DataLabel2;
1062        private System.Windows.Forms.Label labelKto2;
1063        private System.Windows.Forms.Label decyzja3DataLabel2;
1064        private System.Windows.Forms.Label labelKto3;
1065        private System.Windows.Forms.Panel KierownikPanel;
1066        private System.Windows.Forms.Button wyczysc1Button;
1067        private System.Windows.Forms.Button nie1Button;
1068        private System.Windows.Forms.Button akc1Button;
1069        private System.Windows.Forms.Panel DyrFinansPanel;
1070        private System.Windows.Forms.Panel DyrGeneralPanel;
1071        private System.Windows.Forms.Label zamowienieKtoLabel2;
1072
1073    }
1074}
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.