root/Baza Reklam 2 - Faktury/ProjectForm.Designer.cs @ 28

Wersja 2, 40.7 KB (wprowadzona przez dorota, 17 years temu)
Line 
1namespace Baza_Reklam
2{
3    partial class ProjectForm
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 tYP_PROJEKTULabel;
33            System.Windows.Forms.Label nAZWA_ZAMOWIENIALabel;
34            System.Windows.Forms.Label zAMAWIAM_NALabel;
35            System.Windows.Forms.Label dataEmisjiLabel;
36            System.Windows.Forms.Label modu³Label;
37            System.Windows.Forms.Label szerLabel;
38            System.Windows.Forms.Label wysLabel;
39            System.Windows.Forms.Label lokalizacjaLabel;
40            System.Windows.Forms.Label path_to_materialLabel;
41            System.Windows.Forms.Label uwagiLabel;
42            System.Windows.Forms.Label oPISLabel;
43            System.Windows.Forms.Label pRIORYTETLabel;
44            System.Windows.Forms.Label kolorLabel;
45            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProjectForm));
46            this.rEKLAMADataSet = new Baza_Reklam.REKLAMADataSet();
47            this.pRODUKCJABindingSource = new System.Windows.Forms.BindingSource(this.components);
48            this.pRODUKCJATableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.PRODUKCJATableAdapter();
49            this.tYP_PROJEKTUComboBox = new System.Windows.Forms.ComboBox();
50            this.nAZWA_ZAMOWIENIATextBox = new System.Windows.Forms.TextBox();
51            this.zAMAWIAM_NADateTimePicker = new System.Windows.Forms.DateTimePicker();
52            this.dataEmisjiTextBox = new System.Windows.Forms.TextBox();
53            this.szerTextBox = new System.Windows.Forms.TextBox();
54            this.wysTextBox = new System.Windows.Forms.TextBox();
55            this.lokalizacjaTextBox = new System.Windows.Forms.TextBox();
56            this.path_to_materialTextBox = new System.Windows.Forms.TextBox();
57            this.uwagiTextBox = new System.Windows.Forms.TextBox();
58            this.oPISTextBox = new System.Windows.Forms.TextBox();
59            this.pRIORYTETComboBox = new System.Windows.Forms.ComboBox();
60            this.dodajButton = new System.Windows.Forms.Button();
61            this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components);
62            this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
63            this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
64            this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
65            this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
66            this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
67            this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
68            this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
69            this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
70            this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
71            this.anulujButton = new System.Windows.Forms.Button();
72            this.sTANLabel1 = new System.Windows.Forms.Label();
73            this.drukujProjektButton = new System.Windows.Forms.Button();
74            this.printDialog = new System.Windows.Forms.PrintDialog();
75            this.printDoc = new System.Drawing.Printing.PrintDocument();
76            this.dodajNowyButton = new System.Windows.Forms.Button();
77            this.kolorTextBox = new System.Windows.Forms.TextBox();
78            this.reklamaTableAdapter1 = new Baza_Reklam.REKLAMADataSetTableAdapters.REKLAMATableAdapter();
79            this.usunButton = new System.Windows.Forms.Button();
80            this.sLOWNIKDataSet = new Baza_Reklam.SLOWNIKDataSet();
81            this.nAZWY_MODULOWBindingSource = new System.Windows.Forms.BindingSource(this.components);
82            this.modu³TextBox = new System.Windows.Forms.TextBox();
83            this.wymiaryLabel = new System.Windows.Forms.Label();
84            this.jezykComboBox = new System.Windows.Forms.ComboBox();
85            this.label1 = new System.Windows.Forms.Label();
86            tYP_PROJEKTULabel = new System.Windows.Forms.Label();
87            nAZWA_ZAMOWIENIALabel = new System.Windows.Forms.Label();
88            zAMAWIAM_NALabel = new System.Windows.Forms.Label();
89            dataEmisjiLabel = new System.Windows.Forms.Label();
90            modu³Label = new System.Windows.Forms.Label();
91            szerLabel = new System.Windows.Forms.Label();
92            wysLabel = new System.Windows.Forms.Label();
93            lokalizacjaLabel = new System.Windows.Forms.Label();
94            path_to_materialLabel = new System.Windows.Forms.Label();
95            uwagiLabel = new System.Windows.Forms.Label();
96            oPISLabel = new System.Windows.Forms.Label();
97            pRIORYTETLabel = new System.Windows.Forms.Label();
98            kolorLabel = new System.Windows.Forms.Label();
99            ((System.ComponentModel.ISupportInitialize)(this.rEKLAMADataSet)).BeginInit();
100            ((System.ComponentModel.ISupportInitialize)(this.pRODUKCJABindingSource)).BeginInit();
101            ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit();
102            this.bindingNavigator1.SuspendLayout();
103            ((System.ComponentModel.ISupportInitialize)(this.sLOWNIKDataSet)).BeginInit();
104            ((System.ComponentModel.ISupportInitialize)(this.nAZWY_MODULOWBindingSource)).BeginInit();
105            this.SuspendLayout();
106            //
107            // tYP_PROJEKTULabel
108            //
109            tYP_PROJEKTULabel.AutoSize = true;
110            tYP_PROJEKTULabel.Location = new System.Drawing.Point(23, 63);
111            tYP_PROJEKTULabel.Name = "tYP_PROJEKTULabel";
112            tYP_PROJEKTULabel.Size = new System.Drawing.Size(69, 13);
113            tYP_PROJEKTULabel.TabIndex = 1;
114            tYP_PROJEKTULabel.Text = "Typ projektu:";
115            //
116            // nAZWA_ZAMOWIENIALabel
117            //
118            nAZWA_ZAMOWIENIALabel.AutoSize = true;
119            nAZWA_ZAMOWIENIALabel.Location = new System.Drawing.Point(26, 18);
120            nAZWA_ZAMOWIENIALabel.Name = "nAZWA_ZAMOWIENIALabel";
121            nAZWA_ZAMOWIENIALabel.Size = new System.Drawing.Size(101, 13);
122            nAZWA_ZAMOWIENIALabel.TabIndex = 3;
123            nAZWA_ZAMOWIENIALabel.Text = "Nazwa zamówienia:";
124            //
125            // zAMAWIAM_NALabel
126            //
127            zAMAWIAM_NALabel.AutoSize = true;
128            zAMAWIAM_NALabel.Location = new System.Drawing.Point(26, 150);
129            zAMAWIAM_NALabel.Name = "zAMAWIAM_NALabel";
130            zAMAWIAM_NALabel.Size = new System.Drawing.Size(52, 13);
131            zAMAWIAM_NALabel.TabIndex = 5;
132            zAMAWIAM_NALabel.Text = "Na kiedy:";
133            //
134            // dataEmisjiLabel
135            //
136            dataEmisjiLabel.AutoSize = true;
137            dataEmisjiLabel.Location = new System.Drawing.Point(26, 189);
138            dataEmisjiLabel.Name = "dataEmisjiLabel";
139            dataEmisjiLabel.Size = new System.Drawing.Size(76, 13);
140            dataEmisjiLabel.TabIndex = 7;
141            dataEmisjiLabel.Text = "Piersza emisja:";
142            //
143            // modu³Label
144            //
145            modu³Label.AutoSize = true;
146            modu³Label.Location = new System.Drawing.Point(26, 228);
147            modu³Label.Name = "modu³Label";
148            modu³Label.Size = new System.Drawing.Size(41, 13);
149            modu³Label.TabIndex = 9;
150            modu³Label.Text = "Modu³:";
151            //
152            // szerLabel
153            //
154            szerLabel.AutoSize = true;
155            szerLabel.Location = new System.Drawing.Point(26, 297);
156            szerLabel.Name = "szerLabel";
157            szerLabel.Size = new System.Drawing.Size(31, 13);
158            szerLabel.TabIndex = 11;
159            szerLabel.Text = "Szer:";
160            //
161            // wysLabel
162            //
163            wysLabel.AutoSize = true;
164            wysLabel.Location = new System.Drawing.Point(69, 297);
165            wysLabel.Name = "wysLabel";
166            wysLabel.Size = new System.Drawing.Size(31, 13);
167            wysLabel.TabIndex = 13;
168            wysLabel.Text = "Wys:";
169            //
170            // lokalizacjaLabel
171            //
172            lokalizacjaLabel.AutoSize = true;
173            lokalizacjaLabel.Location = new System.Drawing.Point(25, 382);
174            lokalizacjaLabel.Name = "lokalizacjaLabel";
175            lokalizacjaLabel.Size = new System.Drawing.Size(63, 13);
176            lokalizacjaLabel.TabIndex = 15;
177            lokalizacjaLabel.Text = "Lokalizacja:";
178            //
179            // path_to_materialLabel
180            //
181            path_to_materialLabel.AutoSize = true;
182            path_to_materialLabel.Location = new System.Drawing.Point(28, 428);
183            path_to_materialLabel.Name = "path_to_materialLabel";
184            path_to_materialLabel.Size = new System.Drawing.Size(115, 13);
185            path_to_materialLabel.TabIndex = 17;
186            path_to_materialLabel.Text = "Materia³y do produkcji:";
187            //
188            // uwagiLabel
189            //
190            uwagiLabel.AutoSize = true;
191            uwagiLabel.Location = new System.Drawing.Point(28, 467);
192            uwagiLabel.Name = "uwagiLabel";
193            uwagiLabel.Size = new System.Drawing.Size(40, 13);
194            uwagiLabel.TabIndex = 19;
195            uwagiLabel.Text = "Uwagi:";
196            //
197            // oPISLabel
198            //
199            oPISLabel.AutoSize = true;
200            oPISLabel.Location = new System.Drawing.Point(173, 18);
201            oPISLabel.Name = "oPISLabel";
202            oPISLabel.Size = new System.Drawing.Size(118, 13);
203            oPISLabel.TabIndex = 21;
204            oPISLabel.Text = "Dok³adny opis reklamy:";
205            //
206            // pRIORYTETLabel
207            //
208            pRIORYTETLabel.AutoSize = true;
209            pRIORYTETLabel.Location = new System.Drawing.Point(26, 107);
210            pRIORYTETLabel.Name = "pRIORYTETLabel";
211            pRIORYTETLabel.Size = new System.Drawing.Size(48, 13);
212            pRIORYTETLabel.TabIndex = 23;
213            pRIORYTETLabel.Text = "Priorytet:";
214            //
215            // kolorLabel
216            //
217            kolorLabel.AutoSize = true;
218            kolorLabel.Location = new System.Drawing.Point(26, 341);
219            kolorLabel.Name = "kolorLabel";
220            kolorLabel.Size = new System.Drawing.Size(34, 13);
221            kolorLabel.TabIndex = 34;
222            kolorLabel.Text = "Kolor:";
223            //
224            // rEKLAMADataSet
225            //
226            this.rEKLAMADataSet.DataSetName = "REKLAMADataSet";
227            this.rEKLAMADataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
228            //
229            // pRODUKCJABindingSource
230            //
231            this.pRODUKCJABindingSource.DataMember = "PRODUKCJA";
232            this.pRODUKCJABindingSource.DataSource = this.rEKLAMADataSet;
233            this.pRODUKCJABindingSource.CurrentChanged += new System.EventHandler(this.pRODUKCJABindingSource_CurrentChanged);
234            //
235            // pRODUKCJATableAdapter
236            //
237            this.pRODUKCJATableAdapter.ClearBeforeFill = true;
238            //
239            // tYP_PROJEKTUComboBox
240            //
241            this.tYP_PROJEKTUComboBox.BackColor = System.Drawing.Color.White;
242            this.tYP_PROJEKTUComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.pRODUKCJABindingSource, "TYP_PROJEKTU", true));
243            this.tYP_PROJEKTUComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
244            this.tYP_PROJEKTUComboBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
245            this.tYP_PROJEKTUComboBox.FormattingEnabled = true;
246            this.tYP_PROJEKTUComboBox.Items.AddRange(new object[] {
247            "NOWY",
248            "ZMIANY",
249            "GOTOWY"});
250            this.tYP_PROJEKTUComboBox.Location = new System.Drawing.Point(28, 79);
251            this.tYP_PROJEKTUComboBox.Name = "tYP_PROJEKTUComboBox";
252            this.tYP_PROJEKTUComboBox.Size = new System.Drawing.Size(121, 23);
253            this.tYP_PROJEKTUComboBox.TabIndex = 2;
254            //
255            // nAZWA_ZAMOWIENIATextBox
256            //
257            this.nAZWA_ZAMOWIENIATextBox.BackColor = System.Drawing.Color.White;
258            this.nAZWA_ZAMOWIENIATextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.pRODUKCJABindingSource, "NAZWA_ZAMOWIENIA", true));
259            this.nAZWA_ZAMOWIENIATextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
260            this.nAZWA_ZAMOWIENIATextBox.Location = new System.Drawing.Point(28, 34);
261            this.nAZWA_ZAMOWIENIATextBox.Name = "nAZWA_ZAMOWIENIATextBox";
262            this.nAZWA_ZAMOWIENIATextBox.ReadOnly = true;
263            this.nAZWA_ZAMOWIENIATextBox.Size = new System.Drawing.Size(122, 26);
264            this.nAZWA_ZAMOWIENIATextBox.TabIndex = 4;
265            //
266            // zAMAWIAM_NADateTimePicker
267            //
268            this.zAMAWIAM_NADateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.pRODUKCJABindingSource, "ZAMAWIAM_NA", true));
269            this.zAMAWIAM_NADateTimePicker.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
270            this.zAMAWIAM_NADateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Short;
271            this.zAMAWIAM_NADateTimePicker.Location = new System.Drawing.Point(29, 166);
272            this.zAMAWIAM_NADateTimePicker.Name = "zAMAWIAM_NADateTimePicker";
273            this.zAMAWIAM_NADateTimePicker.Size = new System.Drawing.Size(121, 20);
274            this.zAMAWIAM_NADateTimePicker.TabIndex = 6;
275            this.zAMAWIAM_NADateTimePicker.Value = new System.DateTime(2007, 8, 1, 0, 0, 0, 0);
276            this.zAMAWIAM_NADateTimePicker.ValueChanged += new System.EventHandler(this.zAMAWIAM_NADateTimePicker_ValueChanged);
277            //
278            // dataEmisjiTextBox
279            //
280            this.dataEmisjiTextBox.BackColor = System.Drawing.Color.White;
281            this.dataEmisjiTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.pRODUKCJABindingSource, "DataEmisji", true));
282            this.dataEmisjiTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
283            this.dataEmisjiTextBox.Location = new System.Drawing.Point(28, 205);
284            this.dataEmisjiTextBox.Name = "dataEmisjiTextBox";
285            this.dataEmisjiTextBox.Size = new System.Drawing.Size(121, 21);
286            this.dataEmisjiTextBox.TabIndex = 8;
287            //
288            // szerTextBox
289            //
290            this.szerTextBox.BackColor = System.Drawing.Color.White;
291            this.szerTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.pRODUKCJABindingSource, "szer", true));
292            this.szerTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
293            this.szerTextBox.Location = new System.Drawing.Point(28, 313);
294            this.szerTextBox.Name = "szerTextBox";
295            this.szerTextBox.ReadOnly = true;
296            this.szerTextBox.Size = new System.Drawing.Size(35, 22);
297            this.szerTextBox.TabIndex = 12;
298            //
299            // wysTextBox
300            //
301            this.wysTextBox.BackColor = System.Drawing.Color.White;
302            this.wysTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.pRODUKCJABindingSource, "wys", true));
303            this.wysTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
304            this.wysTextBox.Location = new System.Drawing.Point(69, 313);
305            this.wysTextBox.Name = "wysTextBox";
306            this.wysTextBox.ReadOnly = true;
307            this.wysTextBox.Size = new System.Drawing.Size(36, 22);
308            this.wysTextBox.TabIndex = 14;
309            //
310            // lokalizacjaTextBox
311            //
312            this.lokalizacjaTextBox.BackColor = System.Drawing.Color.White;
313            this.lokalizacjaTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.pRODUKCJABindingSource, "lokalizacja", true));
314            this.lokalizacjaTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
315            this.lokalizacjaTextBox.Location = new System.Drawing.Point(28, 398);
316            this.lokalizacjaTextBox.MaxLength = 25;
317            this.lokalizacjaTextBox.Name = "lokalizacjaTextBox";
318            this.lokalizacjaTextBox.Size = new System.Drawing.Size(446, 21);
319            this.lokalizacjaTextBox.TabIndex = 16;
320            //
321            // path_to_materialTextBox
322            //
323            this.path_to_materialTextBox.BackColor = System.Drawing.Color.White;
324            this.path_to_materialTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.pRODUKCJABindingSource, "path_to_material", true));
325            this.path_to_materialTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
326            this.path_to_materialTextBox.Location = new System.Drawing.Point(28, 444);
327            this.path_to_materialTextBox.MaxLength = 100;
328            this.path_to_materialTextBox.Name = "path_to_materialTextBox";
329            this.path_to_materialTextBox.Size = new System.Drawing.Size(446, 21);
330            this.path_to_materialTextBox.TabIndex = 18;
331            //
332            // uwagiTextBox
333            //
334            this.uwagiTextBox.BackColor = System.Drawing.Color.White;
335            this.uwagiTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.pRODUKCJABindingSource, "uwagi", true));
336            this.uwagiTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
337            this.uwagiTextBox.Location = new System.Drawing.Point(26, 486);
338            this.uwagiTextBox.MaxLength = 200;
339            this.uwagiTextBox.Multiline = true;
340            this.uwagiTextBox.Name = "uwagiTextBox";
341            this.uwagiTextBox.Size = new System.Drawing.Size(248, 46);
342            this.uwagiTextBox.TabIndex = 20;
343            //
344            // oPISTextBox
345            //
346            this.oPISTextBox.BackColor = System.Drawing.Color.White;
347            this.oPISTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.pRODUKCJABindingSource, "OPIS", true));
348            this.oPISTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
349            this.oPISTextBox.Location = new System.Drawing.Point(176, 34);
350            this.oPISTextBox.MaxLength = 1024;
351            this.oPISTextBox.Multiline = true;
352            this.oPISTextBox.Name = "oPISTextBox";
353            this.oPISTextBox.Size = new System.Drawing.Size(298, 350);
354            this.oPISTextBox.TabIndex = 22;
355            //
356            // pRIORYTETComboBox
357            //
358            this.pRIORYTETComboBox.BackColor = System.Drawing.Color.White;
359            this.pRIORYTETComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.pRODUKCJABindingSource, "PRIORYTET", true));
360            this.pRIORYTETComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
361            this.pRIORYTETComboBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
362            this.pRIORYTETComboBox.FormattingEnabled = true;
363            this.pRIORYTETComboBox.Items.AddRange(new object[] {
364            "NORMALNY",
365            "PILNY"});
366            this.pRIORYTETComboBox.Location = new System.Drawing.Point(29, 123);
367            this.pRIORYTETComboBox.Name = "pRIORYTETComboBox";
368            this.pRIORYTETComboBox.Size = new System.Drawing.Size(121, 23);
369            this.pRIORYTETComboBox.TabIndex = 24;
370            //
371            // dodajButton
372            //
373            this.dodajButton.DialogResult = System.Windows.Forms.DialogResult.OK;
374            this.dodajButton.Image = ((System.Drawing.Image)(resources.GetObject("dodajButton.Image")));
375            this.dodajButton.Location = new System.Drawing.Point(439, 515);
376            this.dodajButton.Name = "dodajButton";
377            this.dodajButton.Size = new System.Drawing.Size(50, 43);
378            this.dodajButton.TabIndex = 25;
379            this.dodajButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
380            this.dodajButton.UseVisualStyleBackColor = true;
381            this.dodajButton.Click += new System.EventHandler(this.dodajButton_Click);
382            //
383            // bindingNavigator1
384            //
385            this.bindingNavigator1.AddNewItem = null;
386            this.bindingNavigator1.BindingSource = this.pRODUKCJABindingSource;
387            this.bindingNavigator1.CountItem = this.bindingNavigatorCountItem;
388            this.bindingNavigator1.DeleteItem = null;
389            this.bindingNavigator1.Dock = System.Windows.Forms.DockStyle.Bottom;
390            this.bindingNavigator1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
391            this.bindingNavigatorMoveFirstItem,
392            this.bindingNavigatorMovePreviousItem,
393            this.bindingNavigatorSeparator,
394            this.bindingNavigatorPositionItem,
395            this.bindingNavigatorCountItem,
396            this.bindingNavigatorSeparator1,
397            this.bindingNavigatorMoveNextItem,
398            this.bindingNavigatorMoveLastItem,
399            this.bindingNavigatorSeparator2});
400            this.bindingNavigator1.Location = new System.Drawing.Point(0, 578);
401            this.bindingNavigator1.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
402            this.bindingNavigator1.MoveLastItem = this.bindingNavigatorMoveLastItem;
403            this.bindingNavigator1.MoveNextItem = this.bindingNavigatorMoveNextItem;
404            this.bindingNavigator1.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
405            this.bindingNavigator1.Name = "bindingNavigator1";
406            this.bindingNavigator1.PositionItem = this.bindingNavigatorPositionItem;
407            this.bindingNavigator1.Size = new System.Drawing.Size(509, 25);
408            this.bindingNavigator1.TabIndex = 30;
409            this.bindingNavigator1.Text = "bindingNavigator1";
410            //
411            // bindingNavigatorCountItem
412            //
413            this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
414            this.bindingNavigatorCountItem.Size = new System.Drawing.Size(35, 22);
415            this.bindingNavigatorCountItem.Text = "of {0}";
416            this.bindingNavigatorCountItem.ToolTipText = "Total number of items";
417            //
418            // bindingNavigatorMoveFirstItem
419            //
420            this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
421            this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
422            this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
423            this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
424            this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
425            this.bindingNavigatorMoveFirstItem.Text = "Move first";
426            //
427            // bindingNavigatorMovePreviousItem
428            //
429            this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
430            this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
431            this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
432            this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
433            this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
434            this.bindingNavigatorMovePreviousItem.Text = "Move previous";
435            //
436            // bindingNavigatorSeparator
437            //
438            this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
439            this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
440            //
441            // bindingNavigatorPositionItem
442            //
443            this.bindingNavigatorPositionItem.AccessibleName = "Position";
444            this.bindingNavigatorPositionItem.AutoSize = false;
445            this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
446            this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
447            this.bindingNavigatorPositionItem.Text = "0";
448            this.bindingNavigatorPositionItem.ToolTipText = "Current position";
449            //
450            // bindingNavigatorSeparator1
451            //
452            this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
453            this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
454            //
455            // bindingNavigatorMoveNextItem
456            //
457            this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
458            this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
459            this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
460            this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
461            this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
462            this.bindingNavigatorMoveNextItem.Text = "Move next";
463            //
464            // bindingNavigatorMoveLastItem
465            //
466            this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
467            this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
468            this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
469            this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
470            this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
471            this.bindingNavigatorMoveLastItem.Text = "Move last";
472            //
473            // bindingNavigatorSeparator2
474            //
475            this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
476            this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
477            //
478            // anulujButton
479            //
480            this.anulujButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
481            this.anulujButton.Image = ((System.Drawing.Image)(resources.GetObject("anulujButton.Image")));
482            this.anulujButton.Location = new System.Drawing.Point(381, 515);
483            this.anulujButton.Name = "anulujButton";
484            this.anulujButton.Size = new System.Drawing.Size(52, 43);
485            this.anulujButton.TabIndex = 31;
486            this.anulujButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
487            this.anulujButton.UseVisualStyleBackColor = true;
488            this.anulujButton.Click += new System.EventHandler(this.anulujButton_Click);
489            //
490            // sTANLabel1
491            //
492            this.sTANLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.pRODUKCJABindingSource, "STAN", true));
493            this.sTANLabel1.Location = new System.Drawing.Point(27, 535);
494            this.sTANLabel1.Name = "sTANLabel1";
495            this.sTANLabel1.Size = new System.Drawing.Size(100, 23);
496            this.sTANLabel1.TabIndex = 32;
497            //
498            // drukujProjektButton
499            //
500            this.drukujProjektButton.Image = ((System.Drawing.Image)(resources.GetObject("drukujProjektButton.Image")));
501            this.drukujProjektButton.Location = new System.Drawing.Point(296, 515);
502            this.drukujProjektButton.Name = "drukujProjektButton";
503            this.drukujProjektButton.Size = new System.Drawing.Size(50, 43);
504            this.drukujProjektButton.TabIndex = 33;
505            this.drukujProjektButton.UseVisualStyleBackColor = true;
506            this.drukujProjektButton.Click += new System.EventHandler(this.drukujProjektButton_Click);
507            //
508            // printDialog
509            //
510            this.printDialog.UseEXDialog = true;
511            //
512            // dodajNowyButton
513            //
514            this.dodajNowyButton.Image = ((System.Drawing.Image)(resources.GetObject("dodajNowyButton.Image")));
515            this.dodajNowyButton.Location = new System.Drawing.Point(394, 470);
516            this.dodajNowyButton.Name = "dodajNowyButton";
517            this.dodajNowyButton.Size = new System.Drawing.Size(95, 32);
518            this.dodajNowyButton.TabIndex = 34;
519            this.dodajNowyButton.Text = "Dodaj nowy";
520            this.dodajNowyButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
521            this.dodajNowyButton.UseVisualStyleBackColor = true;
522            this.dodajNowyButton.Click += new System.EventHandler(this.dodajNowyButton_Click);
523            //
524            // kolorTextBox
525            //
526            this.kolorTextBox.BackColor = System.Drawing.Color.White;
527            this.kolorTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.pRODUKCJABindingSource, "kolor", true));
528            this.kolorTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
529            this.kolorTextBox.Location = new System.Drawing.Point(29, 357);
530            this.kolorTextBox.Name = "kolorTextBox";
531            this.kolorTextBox.ReadOnly = true;
532            this.kolorTextBox.Size = new System.Drawing.Size(119, 22);
533            this.kolorTextBox.TabIndex = 35;
534            //
535            // reklamaTableAdapter1
536            //
537            this.reklamaTableAdapter1.ClearBeforeFill = true;
538            //
539            // usunButton
540            //
541            this.usunButton.Enabled = false;
542            this.usunButton.Location = new System.Drawing.Point(296, 470);
543            this.usunButton.Name = "usunButton";
544            this.usunButton.Size = new System.Drawing.Size(91, 31);
545            this.usunButton.TabIndex = 36;
546            this.usunButton.Text = "Usuñ";
547            this.usunButton.UseVisualStyleBackColor = true;
548            this.usunButton.Click += new System.EventHandler(this.usunButton_Click);
549            //
550            // sLOWNIKDataSet
551            //
552            this.sLOWNIKDataSet.DataSetName = "SLOWNIKDataSet";
553            this.sLOWNIKDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
554            //
555            // nAZWY_MODULOWBindingSource
556            //
557            this.nAZWY_MODULOWBindingSource.DataMember = "NAZWY_MODULOW";
558            this.nAZWY_MODULOWBindingSource.DataSource = this.sLOWNIKDataSet;
559            //
560            // modu³TextBox
561            //
562            this.modu³TextBox.BackColor = System.Drawing.Color.White;
563            this.modu³TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.pRODUKCJABindingSource, "Modu³", true));
564            this.modu³TextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
565            this.modu³TextBox.Location = new System.Drawing.Point(27, 244);
566            this.modu³TextBox.Name = "modu³TextBox";
567            this.modu³TextBox.ReadOnly = true;
568            this.modu³TextBox.Size = new System.Drawing.Size(123, 26);
569            this.modu³TextBox.TabIndex = 37;
570            //
571            // wymiaryLabel
572            //
573            this.wymiaryLabel.AutoSize = true;
574            this.wymiaryLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
575            this.wymiaryLabel.Location = new System.Drawing.Point(27, 273);
576            this.wymiaryLabel.Name = "wymiaryLabel";
577            this.wymiaryLabel.Size = new System.Drawing.Size(22, 15);
578            this.wymiaryLabel.TabIndex = 38;
579            this.wymiaryLabel.Text = "---";
580            //
581            // jezykComboBox
582            //
583            this.jezykComboBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
584            this.jezykComboBox.DataBindings.Add(new System.Windows.Forms.Binding("SelectedItem", this.pRODUKCJABindingSource, "szkic", true));
585            this.jezykComboBox.FormattingEnabled = true;
586            this.jezykComboBox.Items.AddRange(new object[] {
587            "polski",
588            "angielski",
589            "rosyjski",
590            "niemiecki",
591            "w³oski",
592            "francuski",
593            "hiszpañski"});
594            this.jezykComboBox.Location = new System.Drawing.Point(160, 550);
595            this.jezykComboBox.Name = "jezykComboBox";
596            this.jezykComboBox.Size = new System.Drawing.Size(114, 21);
597            this.jezykComboBox.TabIndex = 39;
598            //
599            // label1
600            //
601            this.label1.AutoSize = true;
602            this.label1.Location = new System.Drawing.Point(157, 535);
603            this.label1.Name = "label1";
604            this.label1.Size = new System.Drawing.Size(37, 13);
605            this.label1.TabIndex = 40;
606            this.label1.Text = "Jêzyk:";
607            //
608            // ProjectForm
609            //
610            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
611            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
612            this.ClientSize = new System.Drawing.Size(509, 603);
613            this.Controls.Add(this.label1);
614            this.Controls.Add(this.jezykComboBox);
615            this.Controls.Add(this.wymiaryLabel);
616            this.Controls.Add(this.modu³TextBox);
617            this.Controls.Add(this.usunButton);
618            this.Controls.Add(kolorLabel);
619            this.Controls.Add(this.kolorTextBox);
620            this.Controls.Add(this.dodajNowyButton);
621            this.Controls.Add(this.drukujProjektButton);
622            this.Controls.Add(this.sTANLabel1);
623            this.Controls.Add(this.anulujButton);
624            this.Controls.Add(this.bindingNavigator1);
625            this.Controls.Add(this.dodajButton);
626            this.Controls.Add(pRIORYTETLabel);
627            this.Controls.Add(this.pRIORYTETComboBox);
628            this.Controls.Add(oPISLabel);
629            this.Controls.Add(this.oPISTextBox);
630            this.Controls.Add(uwagiLabel);
631            this.Controls.Add(this.uwagiTextBox);
632            this.Controls.Add(path_to_materialLabel);
633            this.Controls.Add(this.path_to_materialTextBox);
634            this.Controls.Add(lokalizacjaLabel);
635            this.Controls.Add(this.lokalizacjaTextBox);
636            this.Controls.Add(wysLabel);
637            this.Controls.Add(this.wysTextBox);
638            this.Controls.Add(szerLabel);
639            this.Controls.Add(this.szerTextBox);
640            this.Controls.Add(modu³Label);
641            this.Controls.Add(dataEmisjiLabel);
642            this.Controls.Add(this.dataEmisjiTextBox);
643            this.Controls.Add(zAMAWIAM_NALabel);
644            this.Controls.Add(this.zAMAWIAM_NADateTimePicker);
645            this.Controls.Add(nAZWA_ZAMOWIENIALabel);
646            this.Controls.Add(this.nAZWA_ZAMOWIENIATextBox);
647            this.Controls.Add(tYP_PROJEKTULabel);
648            this.Controls.Add(this.tYP_PROJEKTUComboBox);
649            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
650            this.Name = "ProjectForm";
651            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
652            this.Text = "Projekt";
653            this.Load += new System.EventHandler(this.ProjectForm_Load);
654            ((System.ComponentModel.ISupportInitialize)(this.rEKLAMADataSet)).EndInit();
655            ((System.ComponentModel.ISupportInitialize)(this.pRODUKCJABindingSource)).EndInit();
656            ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit();
657            this.bindingNavigator1.ResumeLayout(false);
658            this.bindingNavigator1.PerformLayout();
659            ((System.ComponentModel.ISupportInitialize)(this.sLOWNIKDataSet)).EndInit();
660            ((System.ComponentModel.ISupportInitialize)(this.nAZWY_MODULOWBindingSource)).EndInit();
661            this.ResumeLayout(false);
662            this.PerformLayout();
663
664        }
665
666        #endregion
667
668        private REKLAMADataSet rEKLAMADataSet;
669        private System.Windows.Forms.BindingSource pRODUKCJABindingSource;
670        private Baza_Reklam.REKLAMADataSetTableAdapters.PRODUKCJATableAdapter pRODUKCJATableAdapter;
671        private System.Windows.Forms.ComboBox tYP_PROJEKTUComboBox;
672        private System.Windows.Forms.TextBox nAZWA_ZAMOWIENIATextBox;
673        private System.Windows.Forms.DateTimePicker zAMAWIAM_NADateTimePicker;
674        private System.Windows.Forms.TextBox dataEmisjiTextBox;
675        private System.Windows.Forms.TextBox szerTextBox;
676        private System.Windows.Forms.TextBox wysTextBox;
677        private System.Windows.Forms.TextBox lokalizacjaTextBox;
678        private System.Windows.Forms.TextBox path_to_materialTextBox;
679        private System.Windows.Forms.TextBox uwagiTextBox;
680        private System.Windows.Forms.TextBox oPISTextBox;
681        private System.Windows.Forms.ComboBox pRIORYTETComboBox;
682        private System.Windows.Forms.Button dodajButton;
683        private System.Windows.Forms.BindingNavigator bindingNavigator1;
684        private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
685        private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
686        private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
687        private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
688        private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
689        private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
690        private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
691        private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
692        private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
693        private System.Windows.Forms.Button anulujButton;
694        private System.Windows.Forms.Label sTANLabel1;
695        private System.Windows.Forms.Button drukujProjektButton;
696        private System.Windows.Forms.PrintDialog printDialog;
697        private System.Drawing.Printing.PrintDocument printDoc;
698        private System.Windows.Forms.Button dodajNowyButton;
699        private System.Windows.Forms.TextBox kolorTextBox;
700        private Baza_Reklam.REKLAMADataSetTableAdapters.REKLAMATableAdapter reklamaTableAdapter1;
701        private System.Windows.Forms.Button usunButton;
702        private SLOWNIKDataSet sLOWNIKDataSet;
703        private System.Windows.Forms.BindingSource nAZWY_MODULOWBindingSource;
704        private System.Windows.Forms.TextBox modu³TextBox;
705        private System.Windows.Forms.Label wymiaryLabel;
706        private System.Windows.Forms.ComboBox jezykComboBox;
707        private System.Windows.Forms.Label label1;
708    }
709}
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.