root/Ucionica/trunk/UnosOld.Designer.cs @ 74

Revision 74, 21.8 KB (checked in by bkrsta, 5 years ago)

UCIONICA 7 IMPORT - INIT

Line 
1namespace Ucionica
2{
3    partial class UnosOld
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 racunaloLabel;
33            System.Windows.Forms.Label imeLabel;
34            System.Windows.Forms.Label imeLabel1;
35            System.Windows.Forms.Label racunaloLabel1;
36            System.Windows.Forms.Label ime_skupineLabel;
37            this.imena_ucenikaBindingSource = new System.Windows.Forms.BindingSource(this.components);
38            this.skupineBindingSource = new System.Windows.Forms.BindingSource(this.components);
39            this.dataSet1 = new Ucionica.DataSet1();
40            this.imeTextBox = new System.Windows.Forms.TextBox();
41            this.grpRacunala = new System.Windows.Forms.GroupBox();
42            this.dataGridView1 = new System.Windows.Forms.DataGridView();
43            this.brojDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
44            this.nazivDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
45            this.racunalaBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
46            this.ucionicaDBDataSet = new Ucionica.UcionicaDBDataSet();
47            this.label2 = new System.Windows.Forms.Label();
48            this.label1 = new System.Windows.Forms.Label();
49            this.brojComboBox = new System.Windows.Forms.ComboBox();
50            this.racunalaBindingSource = new System.Windows.Forms.BindingSource(this.components);
51            this.grpGrupe = new System.Windows.Forms.GroupBox();
52            this.skupineDataGridView = new System.Windows.Forms.DataGridView();
53            this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
54            this.grpUcenici = new System.Windows.Forms.GroupBox();
55            this.comboBox2 = new System.Windows.Forms.ComboBox();
56            this.racunalaIDBindingSource = new System.Windows.Forms.BindingSource(this.components);
57            this.iDskupineimenaBindingSource = new System.Windows.Forms.BindingSource(this.components);
58            this.comboBox1 = new System.Windows.Forms.ComboBox();
59            this.imeTextBox1 = new System.Windows.Forms.TextBox();
60            this.tableAdapterManager = new Ucionica.DataSet1TableAdapters.TableAdapterManager();
61            this.racunalaIDBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
62            this.dataSet1BindingSource = new System.Windows.Forms.BindingSource(this.components);
63            this.racunalaTableAdapter1 = new Ucionica.UcionicaDBDataSetTableAdapters.racunalaTableAdapter();
64            racunaloLabel = new System.Windows.Forms.Label();
65            imeLabel = new System.Windows.Forms.Label();
66            imeLabel1 = new System.Windows.Forms.Label();
67            racunaloLabel1 = new System.Windows.Forms.Label();
68            ime_skupineLabel = new System.Windows.Forms.Label();
69            ((System.ComponentModel.ISupportInitialize)(this.imena_ucenikaBindingSource)).BeginInit();
70            ((System.ComponentModel.ISupportInitialize)(this.skupineBindingSource)).BeginInit();
71            ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
72            this.grpRacunala.SuspendLayout();
73            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
74            ((System.ComponentModel.ISupportInitialize)(this.racunalaBindingSource1)).BeginInit();
75            ((System.ComponentModel.ISupportInitialize)(this.ucionicaDBDataSet)).BeginInit();
76            ((System.ComponentModel.ISupportInitialize)(this.racunalaBindingSource)).BeginInit();
77            this.grpGrupe.SuspendLayout();
78            ((System.ComponentModel.ISupportInitialize)(this.skupineDataGridView)).BeginInit();
79            this.grpUcenici.SuspendLayout();
80            ((System.ComponentModel.ISupportInitialize)(this.racunalaIDBindingSource)).BeginInit();
81            ((System.ComponentModel.ISupportInitialize)(this.iDskupineimenaBindingSource)).BeginInit();
82            ((System.ComponentModel.ISupportInitialize)(this.racunalaIDBindingSource1)).BeginInit();
83            ((System.ComponentModel.ISupportInitialize)(this.dataSet1BindingSource)).BeginInit();
84            this.SuspendLayout();
85            //
86            // racunaloLabel
87            //
88            racunaloLabel.AutoSize = true;
89            racunaloLabel.Location = new System.Drawing.Point(16, 25);
90            racunaloLabel.Name = "racunaloLabel";
91            racunaloLabel.Size = new System.Drawing.Size(51, 13);
92            racunaloLabel.TabIndex = 2;
93            racunaloLabel.Text = "racunalo:";
94            //
95            // imeLabel
96            //
97            imeLabel.AutoSize = true;
98            imeLabel.Location = new System.Drawing.Point(16, 51);
99            imeLabel.Name = "imeLabel";
100            imeLabel.Size = new System.Drawing.Size(26, 13);
101            imeLabel.TabIndex = 4;
102            imeLabel.Text = "ime:";
103            //
104            // imeLabel1
105            //
106            imeLabel1.AutoSize = true;
107            imeLabel1.Location = new System.Drawing.Point(15, 55);
108            imeLabel1.Name = "imeLabel1";
109            imeLabel1.Size = new System.Drawing.Size(112, 13);
110            imeLabel1.TabIndex = 2;
111            imeLabel1.Text = "Ime i prezime učenika:";
112            //
113            // racunaloLabel1
114            //
115            racunaloLabel1.AutoSize = true;
116            racunaloLabel1.Location = new System.Drawing.Point(76, 88);
117            racunaloLabel1.Name = "racunaloLabel1";
118            racunaloLabel1.Size = new System.Drawing.Size(51, 13);
119            racunaloLabel1.TabIndex = 6;
120            racunaloLabel1.Text = "racunalo:";
121            //
122            // ime_skupineLabel
123            //
124            ime_skupineLabel.AutoSize = true;
125            ime_skupineLabel.Location = new System.Drawing.Point(15, 28);
126            ime_skupineLabel.Name = "ime_skupineLabel";
127            ime_skupineLabel.Size = new System.Drawing.Size(67, 13);
128            ime_skupineLabel.TabIndex = 7;
129            ime_skupineLabel.Text = "Ime skupine:";
130            //
131            // imena_ucenikaBindingSource
132            //
133            this.imena_ucenikaBindingSource.DataMember = "ID_skupine-imena";
134            this.imena_ucenikaBindingSource.DataSource = this.skupineBindingSource;
135            //
136            // skupineBindingSource
137            //
138            this.skupineBindingSource.DataMember = "skupine";
139            this.skupineBindingSource.DataSource = this.dataSet1;
140            //
141            // dataSet1
142            //
143            this.dataSet1.DataSetName = "DataSet1";
144            this.dataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
145            //
146            // imeTextBox
147            //
148            this.imeTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.imena_ucenikaBindingSource, "ime", true));
149            this.imeTextBox.Location = new System.Drawing.Point(80, 48);
150            this.imeTextBox.Name = "imeTextBox";
151            this.imeTextBox.Size = new System.Drawing.Size(128, 20);
152            this.imeTextBox.TabIndex = 5;
153            //
154            // grpRacunala
155            //
156            this.grpRacunala.Controls.Add(this.dataGridView1);
157            this.grpRacunala.Controls.Add(this.label2);
158            this.grpRacunala.Controls.Add(this.label1);
159            this.grpRacunala.Controls.Add(this.brojComboBox);
160            this.grpRacunala.Controls.Add(racunaloLabel);
161            this.grpRacunala.Controls.Add(this.imeTextBox);
162            this.grpRacunala.Controls.Add(imeLabel);
163            this.grpRacunala.Location = new System.Drawing.Point(299, 12);
164            this.grpRacunala.Name = "grpRacunala";
165            this.grpRacunala.Size = new System.Drawing.Size(484, 256);
166            this.grpRacunala.TabIndex = 8;
167            this.grpRacunala.TabStop = false;
168            this.grpRacunala.Text = "Računala:";
169            //
170            // dataGridView1
171            //
172            this.dataGridView1.AutoGenerateColumns = false;
173            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
174            this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
175            this.brojDataGridViewTextBoxColumn,
176            this.nazivDataGridViewTextBoxColumn});
177            this.dataGridView1.DataSource = this.racunalaBindingSource1;
178            this.dataGridView1.Location = new System.Drawing.Point(19, 74);
179            this.dataGridView1.Name = "dataGridView1";
180            this.dataGridView1.Size = new System.Drawing.Size(343, 176);
181            this.dataGridView1.TabIndex = 12;
182            //
183            // brojDataGridViewTextBoxColumn
184            //
185            this.brojDataGridViewTextBoxColumn.DataPropertyName = "broj";
186            this.brojDataGridViewTextBoxColumn.HeaderText = "Br. rač.";
187            this.brojDataGridViewTextBoxColumn.Name = "brojDataGridViewTextBoxColumn";
188            this.brojDataGridViewTextBoxColumn.Width = 50;
189            //
190            // nazivDataGridViewTextBoxColumn
191            //
192            this.nazivDataGridViewTextBoxColumn.DataPropertyName = "naziv";
193            this.nazivDataGridViewTextBoxColumn.HeaderText = "Naziv računala";
194            this.nazivDataGridViewTextBoxColumn.Name = "nazivDataGridViewTextBoxColumn";
195            this.nazivDataGridViewTextBoxColumn.Width = 250;
196            //
197            // racunalaBindingSource1
198            //
199            this.racunalaBindingSource1.DataMember = "racunala";
200            this.racunalaBindingSource1.DataSource = this.ucionicaDBDataSet;
201            //
202            // ucionicaDBDataSet
203            //
204            this.ucionicaDBDataSet.DataSetName = "UcionicaDBDataSet";
205            this.ucionicaDBDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
206            //
207            // label2
208            //
209            this.label2.AutoSize = true;
210            this.label2.Location = new System.Drawing.Point(214, 51);
211            this.label2.Name = "label2";
212            this.label2.Size = new System.Drawing.Size(261, 13);
213            this.label2.TabIndex = 11;
214            this.label2.Text = "Ime računala koje se koristi u Windows Workgrupama";
215            //
216            // label1
217            //
218            this.label1.AutoSize = true;
219            this.label1.Location = new System.Drawing.Point(159, 22);
220            this.label1.Name = "label1";
221            this.label1.Size = new System.Drawing.Size(115, 13);
222            this.label1.TabIndex = 10;
223            this.label1.Text = "Broj računala sa tlocrta";
224            //
225            // brojComboBox
226            //
227            this.brojComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.racunalaBindingSource, "broj", true));
228            this.brojComboBox.FormattingEnabled = true;
229            this.brojComboBox.Location = new System.Drawing.Point(80, 19);
230            this.brojComboBox.Name = "brojComboBox";
231            this.brojComboBox.Size = new System.Drawing.Size(73, 21);
232            this.brojComboBox.TabIndex = 9;
233            //
234            // racunalaBindingSource
235            //
236            this.racunalaBindingSource.DataMember = "racunala";
237            this.racunalaBindingSource.DataSource = this.dataSet1;
238            //
239            // grpGrupe
240            //
241            this.grpGrupe.Controls.Add(this.skupineDataGridView);
242            this.grpGrupe.Location = new System.Drawing.Point(12, 12);
243            this.grpGrupe.Name = "grpGrupe";
244            this.grpGrupe.Size = new System.Drawing.Size(267, 256);
245            this.grpGrupe.TabIndex = 9;
246            this.grpGrupe.TabStop = false;
247            this.grpGrupe.Text = "Grupe:";
248            //
249            // skupineDataGridView
250            //
251            this.skupineDataGridView.AutoGenerateColumns = false;
252            this.skupineDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
253            this.skupineDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
254            this.dataGridViewTextBoxColumn2});
255            this.skupineDataGridView.DataSource = this.skupineBindingSource;
256            this.skupineDataGridView.Location = new System.Drawing.Point(6, 19);
257            this.skupineDataGridView.Name = "skupineDataGridView";
258            this.skupineDataGridView.Size = new System.Drawing.Size(243, 231);
259            this.skupineDataGridView.TabIndex = 0;
260            //
261            // dataGridViewTextBoxColumn2
262            //
263            this.dataGridViewTextBoxColumn2.DataPropertyName = "ime_skupine";
264            this.dataGridViewTextBoxColumn2.HeaderText = "Ime Grupe";
265            this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
266            this.dataGridViewTextBoxColumn2.Width = 200;
267            //
268            // grpUcenici
269            //
270            this.grpUcenici.Controls.Add(this.comboBox2);
271            this.grpUcenici.Controls.Add(this.comboBox1);
272            this.grpUcenici.Controls.Add(ime_skupineLabel);
273            this.grpUcenici.Controls.Add(imeLabel1);
274            this.grpUcenici.Controls.Add(this.imeTextBox1);
275            this.grpUcenici.Controls.Add(racunaloLabel1);
276            this.grpUcenici.Location = new System.Drawing.Point(70, 280);
277            this.grpUcenici.Name = "grpUcenici";
278            this.grpUcenici.Size = new System.Drawing.Size(407, 133);
279            this.grpUcenici.TabIndex = 10;
280            this.grpUcenici.TabStop = false;
281            this.grpUcenici.Text = "Učenici:";
282            //
283            // comboBox2
284            //
285            this.comboBox2.DataSource = this.racunalaIDBindingSource;
286            this.comboBox2.DisplayMember = "naziv";
287            this.comboBox2.FormattingEnabled = true;
288            this.comboBox2.Location = new System.Drawing.Point(133, 85);
289            this.comboBox2.Name = "comboBox2";
290            this.comboBox2.Size = new System.Drawing.Size(121, 21);
291            this.comboBox2.TabIndex = 9;
292            this.comboBox2.ValueMember = "komp_ID";
293            //
294            // racunalaIDBindingSource
295            //
296            this.racunalaIDBindingSource.DataMember = "racunala_ID";
297            this.racunalaIDBindingSource.DataSource = this.iDskupineimenaBindingSource;
298            //
299            // iDskupineimenaBindingSource
300            //
301            this.iDskupineimenaBindingSource.DataMember = "ID_skupine-imena";
302            this.iDskupineimenaBindingSource.DataSource = this.skupineBindingSource;
303            //
304            // comboBox1
305            //
306            this.comboBox1.DataSource = this.skupineBindingSource;
307            this.comboBox1.DisplayMember = "ime_skupine";
308            this.comboBox1.FormattingEnabled = true;
309            this.comboBox1.Location = new System.Drawing.Point(87, 25);
310            this.comboBox1.Name = "comboBox1";
311            this.comboBox1.Size = new System.Drawing.Size(203, 21);
312            this.comboBox1.TabIndex = 8;
313            this.comboBox1.ValueMember = "ID";
314            //
315            // imeTextBox1
316            //
317            this.imeTextBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.imena_ucenikaBindingSource, "ime", true));
318            this.imeTextBox1.Location = new System.Drawing.Point(133, 52);
319            this.imeTextBox1.Name = "imeTextBox1";
320            this.imeTextBox1.Size = new System.Drawing.Size(190, 20);
321            this.imeTextBox1.TabIndex = 3;
322            //
323            // tableAdapterManager
324            //
325            this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
326            this.tableAdapterManager.Connection = null;
327            this.tableAdapterManager.GRUPE_EDITTableAdapter = null;
328            this.tableAdapterManager.RACUNALA_EDITTableAdapter = null;
329            this.tableAdapterManager.tbl_imena_ucenikaTableAdapter = null;
330            this.tableAdapterManager.tbl_racunalaTableAdapter = null;
331            this.tableAdapterManager.tbl_skupineTableAdapter = null;
332            this.tableAdapterManager.UpdateOrder = Ucionica.DataSet1TableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
333            //
334            // racunalaIDBindingSource1
335            //
336            this.racunalaIDBindingSource1.DataMember = "racunala_ID";
337            this.racunalaIDBindingSource1.DataSource = this.iDskupineimenaBindingSource;
338            //
339            // dataSet1BindingSource
340            //
341            this.dataSet1BindingSource.DataSource = this.dataSet1;
342            this.dataSet1BindingSource.Position = 0;
343            //
344            // racunalaTableAdapter1
345            //
346            this.racunalaTableAdapter1.ClearBeforeFill = true;
347            //
348            // Unos
349            //
350            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
351            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
352            this.ClientSize = new System.Drawing.Size(821, 448);
353            this.Controls.Add(this.grpUcenici);
354            this.Controls.Add(this.grpGrupe);
355            this.Controls.Add(this.grpRacunala);
356            this.Name = "Unos";
357            this.Text = "Unos";
358            this.Load += new System.EventHandler(this.Unos_Load);
359            ((System.ComponentModel.ISupportInitialize)(this.imena_ucenikaBindingSource)).EndInit();
360            ((System.ComponentModel.ISupportInitialize)(this.skupineBindingSource)).EndInit();
361            ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
362            this.grpRacunala.ResumeLayout(false);
363            this.grpRacunala.PerformLayout();
364            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
365            ((System.ComponentModel.ISupportInitialize)(this.racunalaBindingSource1)).EndInit();
366            ((System.ComponentModel.ISupportInitialize)(this.ucionicaDBDataSet)).EndInit();
367            ((System.ComponentModel.ISupportInitialize)(this.racunalaBindingSource)).EndInit();
368            this.grpGrupe.ResumeLayout(false);
369            ((System.ComponentModel.ISupportInitialize)(this.skupineDataGridView)).EndInit();
370            this.grpUcenici.ResumeLayout(false);
371            this.grpUcenici.PerformLayout();
372            ((System.ComponentModel.ISupportInitialize)(this.racunalaIDBindingSource)).EndInit();
373            ((System.ComponentModel.ISupportInitialize)(this.iDskupineimenaBindingSource)).EndInit();
374            ((System.ComponentModel.ISupportInitialize)(this.racunalaIDBindingSource1)).EndInit();
375            ((System.ComponentModel.ISupportInitialize)(this.dataSet1BindingSource)).EndInit();
376            this.ResumeLayout(false);
377
378        }
379
380        #endregion
381
382        private DataSet1 dataSet1;
383        private System.Windows.Forms.BindingSource skupineBindingSource;
384        private Ucionica.DataSet1TableAdapters.skupineTableAdapter skupineTableAdapter;
385        private Ucionica.DataSet1TableAdapters.TableAdapterManager tableAdapterManager;
386        private Ucionica.DataSet1TableAdapters.imena_ucenikaTableAdapter imena_ucenikaTableAdapter;
387        private System.Windows.Forms.BindingSource imena_ucenikaBindingSource;
388        private System.Windows.Forms.TextBox imeTextBox;
389        private System.Windows.Forms.GroupBox grpRacunala;
390        private System.Windows.Forms.GroupBox grpGrupe;
391        private Ucionica.DataSet1TableAdapters.racunalaTableAdapter racunalaTableAdapter;
392        private System.Windows.Forms.BindingSource racunalaBindingSource;
393        private System.Windows.Forms.ComboBox brojComboBox;
394        private System.Windows.Forms.Label label1;
395        private System.Windows.Forms.Label label2;
396        private System.Windows.Forms.DataGridView skupineDataGridView;
397        private System.Windows.Forms.GroupBox grpUcenici;
398        private System.Windows.Forms.TextBox imeTextBox1;
399        private System.Windows.Forms.ComboBox comboBox1;
400        private System.Windows.Forms.BindingSource iDskupineimenaBindingSource;
401        private System.Windows.Forms.BindingSource racunalaIDBindingSource1;
402        private System.Windows.Forms.BindingSource racunalaIDBindingSource;
403        private System.Windows.Forms.ComboBox comboBox2;
404        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
405        private System.Windows.Forms.DataGridView dataGridView1;
406        private System.Windows.Forms.BindingSource dataSet1BindingSource;
407        private UcionicaDBDataSet ucionicaDBDataSet;
408        private System.Windows.Forms.BindingSource racunalaBindingSource1;
409        private Ucionica.UcionicaDBDataSetTableAdapters.racunalaTableAdapter racunalaTableAdapter1;
410        private System.Windows.Forms.DataGridViewTextBoxColumn brojDataGridViewTextBoxColumn;
411        private System.Windows.Forms.DataGridViewTextBoxColumn nazivDataGridViewTextBoxColumn;
412
413
414    }
415}
Note: See TracBrowser for help on using the browser.