root/Baza Reklam 2 - Faktury/Logowanie.Designer.cs @ 2

Wersja 2, 8.8 KB (wprowadzona przez dorota, 17 years temu)
Line 
1namespace Baza_Reklam
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.komunikatLabel = 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.linkLabel1 = new System.Windows.Forms.LinkLabel();
41            this.label1 = new System.Windows.Forms.Label();
42            this.bazyComboBox = new System.Windows.Forms.ComboBox();
43            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
44            this.SuspendLayout();
45            //
46            // komunikatLabel
47            //
48            this.komunikatLabel.AutoSize = true;
49            this.komunikatLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
50            this.komunikatLabel.ForeColor = System.Drawing.Color.Red;
51            this.komunikatLabel.Location = new System.Drawing.Point(12, 226);
52            this.komunikatLabel.Name = "komunikatLabel";
53            this.komunikatLabel.Size = new System.Drawing.Size(0, 13);
54            this.komunikatLabel.TabIndex = 0;
55            //
56            // textBox1
57            //
58            this.textBox1.Location = new System.Drawing.Point(12, 287);
59            this.textBox1.Name = "textBox1";
60            this.textBox1.Size = new System.Drawing.Size(139, 20);
61            this.textBox1.TabIndex = 1;
62            //
63            // textBox2
64            //
65            this.textBox2.Location = new System.Drawing.Point(158, 287);
66            this.textBox2.Name = "textBox2";
67            this.textBox2.PasswordChar = '*';
68            this.textBox2.Size = new System.Drawing.Size(139, 20);
69            this.textBox2.TabIndex = 2;
70            //
71            // label2
72            //
73            this.label2.AutoSize = true;
74            this.label2.Location = new System.Drawing.Point(9, 271);
75            this.label2.Name = "label2";
76            this.label2.Size = new System.Drawing.Size(36, 13);
77            this.label2.TabIndex = 3;
78            this.label2.Text = "Login:";
79            //
80            // label3
81            //
82            this.label3.AutoSize = true;
83            this.label3.Location = new System.Drawing.Point(155, 271);
84            this.label3.Name = "label3";
85            this.label3.Size = new System.Drawing.Size(39, 13);
86            this.label3.TabIndex = 4;
87            this.label3.Text = "Hasło:";
88            //
89            // button1
90            //
91            this.button1.Location = new System.Drawing.Point(322, 316);
92            this.button1.Name = "button1";
93            this.button1.Size = new System.Drawing.Size(107, 23);
94            this.button1.TabIndex = 5;
95            this.button1.Text = "OK";
96            this.button1.UseVisualStyleBackColor = true;
97            this.button1.Click += new System.EventHandler(this.button1_Click);
98            //
99            // pictureBox1
100            //
101            this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
102            this.pictureBox1.Location = new System.Drawing.Point(12, 12);
103            this.pictureBox1.Name = "pictureBox1";
104            this.pictureBox1.Size = new System.Drawing.Size(431, 156);
105            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
106            this.pictureBox1.TabIndex = 6;
107            this.pictureBox1.TabStop = false;
108            //
109            // label4
110            //
111            this.label4.AutoSize = true;
112            this.label4.Location = new System.Drawing.Point(12, 171);
113            this.label4.Name = "label4";
114            this.label4.Size = new System.Drawing.Size(40, 13);
115            this.label4.TabIndex = 7;
116            this.label4.Text = "Wersja";
117            //
118            // linkLabel1
119            //
120            this.linkLabel1.AutoSize = true;
121            this.linkLabel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
122            this.linkLabel1.ForeColor = System.Drawing.Color.Red;
123            this.linkLabel1.Location = new System.Drawing.Point(12, 243);
124            this.linkLabel1.Name = "linkLabel1";
125            this.linkLabel1.Size = new System.Drawing.Size(65, 13);
126            this.linkLabel1.TabIndex = 8;
127            this.linkLabel1.TabStop = true;
128            this.linkLabel1.Text = "linkLabel1";
129            this.linkLabel1.Visible = false;
130            this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
131            //
132            // label1
133            //
134            this.label1.AutoSize = true;
135            this.label1.Location = new System.Drawing.Point(9, 320);
136            this.label1.Name = "label1";
137            this.label1.Size = new System.Drawing.Size(74, 13);
138            this.label1.TabIndex = 9;
139            this.label1.Text = "Wybierz bazę:";
140            //
141            // bazyComboBox
142            //
143            this.bazyComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
144            this.bazyComboBox.FormattingEnabled = true;
145            this.bazyComboBox.Location = new System.Drawing.Point(89, 317);
146            this.bazyComboBox.Name = "bazyComboBox";
147            this.bazyComboBox.Size = new System.Drawing.Size(208, 21);
148            this.bazyComboBox.TabIndex = 10;
149            //
150            // Logowanie
151            //
152            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
153            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
154            this.ClientSize = new System.Drawing.Size(454, 351);
155            this.Controls.Add(this.bazyComboBox);
156            this.Controls.Add(this.label1);
157            this.Controls.Add(this.linkLabel1);
158            this.Controls.Add(this.label4);
159            this.Controls.Add(this.pictureBox1);
160            this.Controls.Add(this.button1);
161            this.Controls.Add(this.label3);
162            this.Controls.Add(this.label2);
163            this.Controls.Add(this.textBox2);
164            this.Controls.Add(this.textBox1);
165            this.Controls.Add(this.komunikatLabel);
166            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
167            this.KeyPreview = true;
168            this.MaximizeBox = false;
169            this.Name = "Logowanie";
170            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
171            this.Text = "Baza reklam";
172            this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Logowanie_KeyPress);
173            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
174            this.ResumeLayout(false);
175            this.PerformLayout();
176
177        }
178
179        #endregion
180
181        private System.Windows.Forms.Label komunikatLabel;
182        private System.Windows.Forms.TextBox textBox1;
183        private System.Windows.Forms.TextBox textBox2;
184        private System.Windows.Forms.Label label2;
185        private System.Windows.Forms.Label label3;
186        private System.Windows.Forms.Button button1;
187        private System.Windows.Forms.PictureBox pictureBox1;
188        private System.Windows.Forms.Label label4;
189        private System.Windows.Forms.LinkLabel linkLabel1;
190        private System.Windows.Forms.Label label1;
191        private System.Windows.Forms.ComboBox bazyComboBox;
192    }
193}
194
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.