Hệ thống quản lý phòng tập trong C#

1 namespace GymManagementSystem
2 {
3     
partial class Form1
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.label1 = new System.Windows.Forms.Label();
32             
this.textBox1 = new System.Windows.Forms.TextBox();
33             
this.label2 = new System.Windows.Forms.Label();
34             
this.textBox2 = new System.Windows.Forms.TextBox();
35             
this.button1 = new System.Windows.Forms.Button();
36             
this.button2 = new System.Windows.Forms.Button();
37             
this.pictureBox1 = new System.Windows.Forms.PictureBox();
38             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox1)).BeginInit();
39             
this.SuspendLayout();
40             
//
41             
// label1
42             
//
43             
this.label1.AutoSize = true;
44             
this.label1.Font = new System.Drawing.Font("Cambria", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
45             
this.label1.Location = new System.Drawing.Point(153, 151);
46             
this.label1.Name = "label1";
47             
this.label1.Size = new System.Drawing.Size(83, 19);
48             
this.label1.TabIndex = 1;
49             
this.label1.Text = "Username";
50             
//
51             
// textBox1
52             
//
53             
this.textBox1.Font = new System.Drawing.Font("Cambria", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
54             
this.textBox1.Location = new System.Drawing.Point(252, 148);
55             
this.textBox1.Name = "textBox1";
56             
this.textBox1.Size = new System.Drawing.Size(159, 26);
57             
this.textBox1.TabIndex = 2;
58             
//
59             
// label2
60             
//
61             
this.label2.AutoSize = true;
62             
this.label2.Font = new System.Drawing.Font("Cambria", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
63             
this.label2.Location = new System.Drawing.Point(153, 199);
64             
this.label2.Name = "label2";
65             
this.label2.Size = new System.Drawing.Size(81, 19);
66             
this.label2.TabIndex = 3;
67             
this.label2.Text = "Password";
68             
//
69             
// textBox2
70             
//
71             
this.textBox2.Font = new System.Drawing.Font("Cambria", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
72             
this.textBox2.Location = new System.Drawing.Point(252, 196);
73             
this.textBox2.Name = "textBox2";
74             
this.textBox2.PasswordChar = '*';
75             
this.textBox2.Size = new System.Drawing.Size(159, 26);
76             
this.textBox2.TabIndex = 4;
77             
//
78             
// button1
79             
//
80             
this.button1.Font = new System.Drawing.Font("Cambria", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
81             
this.button1.Location = new System.Drawing.Point(164, 249);
82             
this.button1.Name = "button1";
83             
this.button1.Size = new System.Drawing.Size(75, 27);
84             
this.button1.TabIndex = 5;
85             
this.button1.Text = "Login";
86             
this.button1.UseVisualStyleBackColor = true;
87             
this.button1.Click += new System.EventHandler(this.button1_Click);
88             
//
89             
// button2
90             
//
91             
this.button2.Font = new System.Drawing.Font("Cambria", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
92             
this.button2.Location = new System.Drawing.Point(265, 249);
93             
this.button2.Name = "button2";
94             
this.button2.Size = new System.Drawing.Size(115, 27);
95             
this.button2.TabIndex = 6;
96             
this.button2.Text = "Register Now";
97             
this.button2.UseVisualStyleBackColor = true;
98             
this.button2.Click += new System.EventHandler(this.button2_Click);
99             
//
100             
// pictureBox1
101             
//
102             
this.pictureBox1.Image = global::GymManagementSystem.Properties.Resources.gg_logo_black_50bde9f4c8a2fbfb068ad3b72a17973bdd559cb3f54db43ae84d6ce6b8487d10;
103             
this.pictureBox1.Location = new System.Drawing.Point(135, 12);
104             
this.pictureBox1.Name = "pictureBox1";
105             
this.pictureBox1.Size = new System.Drawing.Size(287, 113);
106             
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
107             
this.pictureBox1.TabIndex = 0;
108             
this.pictureBox1.TabStop = false;
109             
//
110             
// Form1
111             
//
112             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
113             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
114             
this.ClientSize = new System.Drawing.Size(562, 297);
115             
this.Controls.Add(this.button2);
116             
this.Controls.Add(this.button1);
117             
this.Controls.Add(this.textBox2);
118             
this.Controls.Add(this.label2);
119             
this.Controls.Add(this.textBox1);
120             
this.Controls.Add(this.label1);
121             
this.Controls.Add(this.pictureBox1);
122             
this.MaximizeBox = false;
123             
this.Name = "Form1";
124             
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
125             
this.Text = "Form1";
126             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox1)).EndInit();
127             
this.ResumeLayout(false);
128             
this.PerformLayout();
129
130         }
131
132         
#endregion
133
134         
private System.Windows.Forms.PictureBox pictureBox1;
135         
private System.Windows.Forms.Label label1;
136         
private System.Windows.Forms.TextBox textBox1;
137         
private System.Windows.Forms.Label label2;
138         
private System.Windows.Forms.TextBox textBox2;
139         
private System.Windows.Forms.Button button1;
140         
private System.Windows.Forms.Button button2;
141     }
142 }


Gõ tìm kiếm nhanh...