root/BazaZamowien/Logowanie.designer.cs @ 714

Wersja 710, 7.8 KB (wprowadzona przez dorota, 18 years temu)

baza zamowien i premii 1.0.0.1

Line 
1namespace BazaZamowien
2{
3    partial class Logowanie
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            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Logowanie));
32            this.label1 = new System.Windows.Forms.Label();
33            this.textBox1 = new System.Windows.Forms.TextBox();
34            this.textBox2 = new System.Windows.Forms.TextBox();
35            this.label2 = new System.Windows.Forms.Label();
36            this.label3 = new System.Windows.Forms.Label();
37            this.button1 = new System.Windows.Forms.Button();
38            this.pictureBox1 = new System.Windows.Forms.PictureBox();
39            this.label4 = new System.Windows.Forms.Label();
40            this.bazyComboBox = new System.Windows.Forms.ComboBox();
41            this.label5 = new System.Windows.Forms.Label();
42            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
43            this.SuspendLayout();
44            //
45            // label1
46            //
47            this.label1.AutoSize = true;
48            this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
49            this.label1.ForeColor = System.Drawing.Color.Red;
50            this.label1.Location = new System.Drawing.Point(13, 246);
51            this.label1.Name = "label1";
52            this.label1.Size = new System.Drawing.Size(0, 13);
53            this.label1.TabIndex = 0;
54            //
55            // textBox1
56            //
57            this.textBox1.Location = new System.Drawing.Point(16, 275);
58            this.textBox1.Name = "textBox1";
59            this.textBox1.Size = new System.Drawing.Size(139, 20);
60            this.textBox1.TabIndex = 1;
61            //
62            // textBox2
63            //
64            this.textBox2.Location = new System.Drawing.Point(162, 275);
65            this.textBox2.Name = "textBox2";
66            this.textBox2.PasswordChar = '*';
67            this.textBox2.Size = new System.Drawing.Size(139, 20);
68            this.textBox2.TabIndex = 2;
69            //
70            // label2
71            //
72            this.label2.AutoSize = true;
73            this.label2.Location = new System.Drawing.Point(13, 259);
74            this.label2.Name = "label2";
75            this.label2.Size = new System.Drawing.Size(36, 13);
76            this.label2.TabIndex = 3;
77            this.label2.Text = "Login:";
78            //
79            // label3
80            //
81            this.label3.AutoSize = true;
82            this.label3.Location = new System.Drawing.Point(159, 259);
83            this.label3.Name = "label3";
84            this.label3.Size = new System.Drawing.Size(39, 13);
85            this.label3.TabIndex = 4;
86            this.label3.Text = "Hasło:";
87            //
88            // button1
89            //
90            this.button1.Location = new System.Drawing.Point(325, 272);
91            this.button1.Name = "button1";
92            this.button1.Size = new System.Drawing.Size(107, 23);
93            this.button1.TabIndex = 5;
94            this.button1.Text = "OK";
95            this.button1.UseVisualStyleBackColor = true;
96            this.button1.Click += new System.EventHandler(this.button1_Click);
97            //
98            // pictureBox1
99            //
100            this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
101            this.pictureBox1.Location = new System.Drawing.Point(12, 12);
102            this.pictureBox1.Name = "pictureBox1";
103            this.pictureBox1.Size = new System.Drawing.Size(431, 156);
104            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
105            this.pictureBox1.TabIndex = 6;
106            this.pictureBox1.TabStop = false;
107            //
108            // label4
109            //
110            this.label4.AutoSize = true;
111            this.label4.Location = new System.Drawing.Point(12, 171);
112            this.label4.Name = "label4";
113            this.label4.Size = new System.Drawing.Size(40, 13);
114            this.label4.TabIndex = 7;
115            this.label4.Text = "Wersja";
116            //
117            // bazyComboBox
118            //
119            this.bazyComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
120            this.bazyComboBox.FormattingEnabled = true;
121            this.bazyComboBox.Location = new System.Drawing.Point(123, 312);
122            this.bazyComboBox.Name = "bazyComboBox";
123            this.bazyComboBox.Size = new System.Drawing.Size(178, 21);
124            this.bazyComboBox.TabIndex = 12;
125            //
126            // label5
127            //
128            this.label5.AutoSize = true;
129            this.label5.Location = new System.Drawing.Point(13, 315);
130            this.label5.Name = "label5";
131            this.label5.Size = new System.Drawing.Size(104, 13);
132            this.label5.TabIndex = 11;
133            this.label5.Text = "Wybierz połączenie:";
134            //
135            // Logowanie
136            //
137            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
138            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
139            this.ClientSize = new System.Drawing.Size(454, 351);
140            this.Controls.Add(this.bazyComboBox);
141            this.Controls.Add(this.label5);
142            this.Controls.Add(this.label4);
143            this.Controls.Add(this.pictureBox1);
144            this.Controls.Add(this.button1);
145            this.Controls.Add(this.label3);
146            this.Controls.Add(this.label2);
147            this.Controls.Add(this.textBox2);
148            this.Controls.Add(this.textBox1);
149            this.Controls.Add(this.label1);
150            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
151            this.KeyPreview = true;
152            this.Name = "Logowanie";
153            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
154            this.Text = "Baza zamówień | Baza premii";
155            this.Load += new System.EventHandler(this.Logowanie_Load);
156            this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Logowanie_KeyPress);
157            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
158            this.ResumeLayout(false);
159            this.PerformLayout();
160
161        }
162
163        #endregion
164
165        private System.Windows.Forms.Label label1;
166        private System.Windows.Forms.TextBox textBox1;
167        private System.Windows.Forms.TextBox textBox2;
168        private System.Windows.Forms.Label label2;
169        private System.Windows.Forms.Label label3;
170        private System.Windows.Forms.Button button1;
171        private System.Windows.Forms.PictureBox pictureBox1;
172        private System.Windows.Forms.Label label4;
173        private System.Windows.Forms.ComboBox bazyComboBox;
174        private System.Windows.Forms.Label label5;
175    }
176}
177
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.