root/tags/BazaReklam_1.2.9/Logowanie.Designer.cs

Wersja 996, 9.7 KB (wprowadzona przez Sylwek, 16 years temu)

Re #238, #239

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