root/trunk/BazaZamowien/Logowanie.designer.cs @ 906

Wersja 721, 7.8 KB (wprowadzona przez marek, 17 years temu)

poprawiono ikonki oraz dodano instalke ClickOnce?

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, 218);
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, 218);
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, 202);
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, 202);
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, 215);
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, 242);
122            this.bazyComboBox.Name = "bazyComboBox";
123            this.bazyComboBox.Size = new System.Drawing.Size(178, 21);
124            this.bazyComboBox.TabIndex = 12;
125            this.bazyComboBox.Visible = false;
126            //
127            // label5
128            //
129            this.label5.AutoSize = true;
130            this.label5.Location = new System.Drawing.Point(13, 245);
131            this.label5.Name = "label5";
132            this.label5.Size = new System.Drawing.Size(104, 13);
133            this.label5.TabIndex = 11;
134            this.label5.Text = "Wybierz połączenie:";
135            this.label5.Visible = false;
136            //
137            // Logowanie
138            //
139            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
140            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
141            this.ClientSize = new System.Drawing.Size(454, 268);
142            this.Controls.Add(this.bazyComboBox);
143            this.Controls.Add(this.label5);
144            this.Controls.Add(this.label4);
145            this.Controls.Add(this.pictureBox1);
146            this.Controls.Add(this.button1);
147            this.Controls.Add(this.label3);
148            this.Controls.Add(this.label2);
149            this.Controls.Add(this.textBox2);
150            this.Controls.Add(this.textBox1);
151            this.Controls.Add(this.label1);
152            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
153            this.KeyPreview = true;
154            this.Name = "Logowanie";
155            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
156            this.Text = "Baza zamówień | Baza premii";
157            this.Load += new System.EventHandler(this.Logowanie_Load);
158            this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Logowanie_KeyPress);
159            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
160            this.ResumeLayout(false);
161            this.PerformLayout();
162
163        }
164
165        #endregion
166
167        private System.Windows.Forms.Label label1;
168        private System.Windows.Forms.TextBox textBox1;
169        private System.Windows.Forms.TextBox textBox2;
170        private System.Windows.Forms.Label label2;
171        private System.Windows.Forms.Label label3;
172        private System.Windows.Forms.Button button1;
173        private System.Windows.Forms.PictureBox pictureBox1;
174        private System.Windows.Forms.Label label4;
175        private System.Windows.Forms.ComboBox bazyComboBox;
176        private System.Windows.Forms.Label label5;
177    }
178}
179
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.