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

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

UCIONICA 7 IMPORT - INIT

Line 
1namespace Ucionica
2{
3    partial class Unos
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.btnGrupe = new System.Windows.Forms.Button();
32            this.btnRacunala = new System.Windows.Forms.Button();
33            this.btnUcenici = new System.Windows.Forms.Button();
34            this.lNaslov = new System.Windows.Forms.Label();
35            this.btnClose = new System.Windows.Forms.Button();
36            this.SuspendLayout();
37            //
38            // btnGrupe
39            //
40            this.btnGrupe.Location = new System.Drawing.Point(52, 50);
41            this.btnGrupe.Name = "btnGrupe";
42            this.btnGrupe.Size = new System.Drawing.Size(91, 23);
43            this.btnGrupe.TabIndex = 0;
44            this.btnGrupe.Text = "Grupe";
45            this.btnGrupe.UseVisualStyleBackColor = true;
46            this.btnGrupe.Click += new System.EventHandler(this.btnGrupe_Click);
47            //
48            // btnRacunala
49            //
50            this.btnRacunala.Location = new System.Drawing.Point(52, 80);
51            this.btnRacunala.Name = "btnRacunala";
52            this.btnRacunala.Size = new System.Drawing.Size(91, 23);
53            this.btnRacunala.TabIndex = 1;
54            this.btnRacunala.Text = "Računala";
55            this.btnRacunala.UseVisualStyleBackColor = true;
56            this.btnRacunala.Click += new System.EventHandler(this.btnRacunala_Click);
57            //
58            // btnUcenici
59            //
60            this.btnUcenici.Location = new System.Drawing.Point(52, 110);
61            this.btnUcenici.Name = "btnUcenici";
62            this.btnUcenici.Size = new System.Drawing.Size(91, 23);
63            this.btnUcenici.TabIndex = 2;
64            this.btnUcenici.Text = "Učenici";
65            this.btnUcenici.UseVisualStyleBackColor = true;
66            this.btnUcenici.Click += new System.EventHandler(this.btnUcenici_Click);
67            //
68            // lNaslov
69            //
70            this.lNaslov.AutoSize = true;
71            this.lNaslov.Location = new System.Drawing.Point(49, 24);
72            this.lNaslov.Name = "lNaslov";
73            this.lNaslov.Size = new System.Drawing.Size(94, 13);
74            this.lNaslov.TabIndex = 3;
75            this.lNaslov.Text = "Izmjena podataka:";
76            this.lNaslov.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
77            //
78            // btnClose
79            //
80            this.btnClose.Location = new System.Drawing.Point(114, 166);
81            this.btnClose.Name = "btnClose";
82            this.btnClose.Size = new System.Drawing.Size(75, 23);
83            this.btnClose.TabIndex = 4;
84            this.btnClose.Text = "Zatvori";
85            this.btnClose.UseVisualStyleBackColor = true;
86            this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
87            //
88            // Unos
89            //
90            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
91            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
92            this.ClientSize = new System.Drawing.Size(201, 201);
93            this.Controls.Add(this.btnClose);
94            this.Controls.Add(this.lNaslov);
95            this.Controls.Add(this.btnUcenici);
96            this.Controls.Add(this.btnRacunala);
97            this.Controls.Add(this.btnGrupe);
98            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
99            this.MaximizeBox = false;
100            this.MinimizeBox = false;
101            this.Name = "Unos";
102            this.ShowInTaskbar = false;
103            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
104            this.ResumeLayout(false);
105            this.PerformLayout();
106
107        }
108
109        #endregion
110
111        private System.Windows.Forms.Button btnGrupe;
112        private System.Windows.Forms.Button btnRacunala;
113        private System.Windows.Forms.Button btnUcenici;
114        private System.Windows.Forms.Label lNaslov;
115        private System.Windows.Forms.Button btnClose;
116
117
118
119    }
120}
Note: See TracBrowser for help on using the browser.