Hệ thống tính lương trong C# với mã nguồn

1 namespace PayrollSytem
2 {
3     
partial class frm_user
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.GroupBox11 = new System.Windows.Forms.GroupBox();
32             
this.btnMUdel = new System.Windows.Forms.Button();
33             
this.cbotype = new System.Windows.Forms.ComboBox();
34             
this.Label38 = new System.Windows.Forms.Label();
35             
this.txtname = new System.Windows.Forms.TextBox();
36             
this.btn_update = new System.Windows.Forms.Button();
37             
this.Button6 = new System.Windows.Forms.Button();
38             
this.Label39 = new System.Windows.Forms.Label();
39             
this.Label40 = new System.Windows.Forms.Label();
40             
this.Label41 = new System.Windows.Forms.Label();
41             
this.txtpass = new System.Windows.Forms.TextBox();
42             
this.txtuser = new System.Windows.Forms.TextBox();
43             
this.btnsave = new System.Windows.Forms.Button();
44             
this.lbl_id = new System.Windows.Forms.Label();
45             
this.GroupBox12 = new System.Windows.Forms.GroupBox();
46             
this.dtg_userList = new System.Windows.Forms.DataGridView();
47             
this.GroupBox11.SuspendLayout();
48             
this.GroupBox12.SuspendLayout();
49             ((System.ComponentModel.ISupportInitialize)(
this.dtg_userList)).BeginInit();
50             
this.SuspendLayout();
51             
//
52             
// GroupBox11
53             
//
54             
this.GroupBox11.Controls.Add(this.btnMUdel);
55             
this.GroupBox11.Controls.Add(this.cbotype);
56             
this.GroupBox11.Controls.Add(this.Label38);
57             
this.GroupBox11.Controls.Add(this.txtname);
58             
this.GroupBox11.Controls.Add(this.btn_update);
59             
this.GroupBox11.Controls.Add(this.Button6);
60             
this.GroupBox11.Controls.Add(this.Label39);
61             
this.GroupBox11.Controls.Add(this.Label40);
62             
this.GroupBox11.Controls.Add(this.Label41);
63             
this.GroupBox11.Controls.Add(this.txtpass);
64             
this.GroupBox11.Controls.Add(this.txtuser);
65             
this.GroupBox11.Controls.Add(this.btnsave);
66             
this.GroupBox11.Controls.Add(this.lbl_id);
67             
this.GroupBox11.Location = new System.Drawing.Point(83, 23);
68             
this.GroupBox11.Name = "GroupBox11";
69             
this.GroupBox11.Size = new System.Drawing.Size(483, 199);
70             
this.GroupBox11.TabIndex = 7;
71             
this.GroupBox11.TabStop = false;
72             
this.GroupBox11.Text = "Add New User";
73             
//
74             
// btnMUdel
75             
//
76             
this.btnMUdel.Location = new System.Drawing.Point(328, 159);
77             
this.btnMUdel.Name = "btnMUdel";
78             
this.btnMUdel.Size = new System.Drawing.Size(75, 23);
79             
this.btnMUdel.TabIndex = 15;
80             
this.btnMUdel.Text = "Delete";
81             
this.btnMUdel.UseVisualStyleBackColor = true;
82             
this.btnMUdel.Click += new System.EventHandler(this.btnMUdel_Click);
83             
//
84             
// cbotype
85             
//
86             
this.cbotype.FormattingEnabled = true;
87             
this.cbotype.Items.AddRange(new object[] {
88             
"Administrator",
89             
"Staff",
90             
"Guest"});
91             
this.cbotype.Location = new System.Drawing.Point(163, 112);
92             
this.cbotype.Name = "cbotype";
93             
this.cbotype.Size = new System.Drawing.Size(121, 21);
94             
this.cbotype.TabIndex = 2;
95             
this.cbotype.Text = "Administrator";
96             
//
97             
// Label38
98             
//
99             
this.Label38.AutoSize = true;
100             
this.Label38.BackColor = System.Drawing.Color.Transparent;
101             
this.Label38.ForeColor = System.Drawing.Color.Black;
102             
this.Label38.Location = new System.Drawing.Point(113, 37);
103             
this.Label38.Name = "Label38";
104             
this.Label38.Size = new System.Drawing.Size(41, 13);
105             
this.Label38.TabIndex = 14;
106             
this.Label38.Text = "Name :";
107             
//
108             
// txtname
109             
//
110             
this.txtname.Location = new System.Drawing.Point(161, 34);
111             
this.txtname.Name = "txtname";
112             
this.txtname.Size = new System.Drawing.Size(218, 20);
113             
this.txtname.TabIndex = 13;
114             
//
115             
// btn_update
116             
//
117             
this.btn_update.Location = new System.Drawing.Point(157, 159);
118             
this.btn_update.Name = "btn_update";
119             
this.btn_update.Size = new System.Drawing.Size(85, 23);
120             
this.btn_update.TabIndex = 10;
121             
this.btn_update.Text = "Edit";
122             
this.btn_update.UseVisualStyleBackColor = true;
123             
this.btn_update.Click += new System.EventHandler(this.btn_update_Click);
124             
//
125             
// Button6
126             
//
127             
this.Button6.Location = new System.Drawing.Point(247, 160);
128             
this.Button6.Name = "Button6";
129             
this.Button6.Size = new System.Drawing.Size(75, 23);
130             
this.Button6.TabIndex = 7;
131             
this.Button6.Text = "New";
132             
this.Button6.UseVisualStyleBackColor = true;
133             
this.Button6.Click += new System.EventHandler(this.Button6_Click);
134             
//
135             
// Label39
136             
//
137             
this.Label39.AutoSize = true;
138             
this.Label39.BackColor = System.Drawing.Color.Transparent;
139             
this.Label39.ForeColor = System.Drawing.Color.Black;
140             
this.Label39.Location = new System.Drawing.Point(83, 115);
141             
this.Label39.Name = "Label39";
142             
this.Label39.Size = new System.Drawing.Size(71, 13);
143             
this.Label39.TabIndex = 6;
144             
this.Label39.Text = "User\'s Level :";
145             
//
146             
// Label40
147             
//
148             
this.Label40.AutoSize = true;
149             
this.Label40.BackColor = System.Drawing.Color.Transparent;
150             
this.Label40.ForeColor = System.Drawing.Color.Black;
151             
this.Label40.Location = new System.Drawing.Point(96, 89);
152             
this.Label40.Name = "Label40";
153             
this.Label40.Size = new System.Drawing.Size(59, 13);
154             
this.Label40.TabIndex = 4;
155             
this.Label40.Text = "Password :";
156             
//
157             
// Label41
158             
//
159             
this.Label41.AutoSize = true;
160             
this.Label41.BackColor = System.Drawing.Color.Transparent;
161             
this.Label41.ForeColor = System.Drawing.Color.Black;
162             
this.Label41.Location = new System.Drawing.Point(93, 63);
163             
this.Label41.Name = "Label41";
164             
this.Label41.Size = new System.Drawing.Size(61, 13);
165             
this.Label41.TabIndex = 5;
166             
this.Label41.Text = "Username :";
167             
//
168             
// txtpass
169             
//
170             
this.txtpass.Location = new System.Drawing.Point(163, 86);
171             
this.txtpass.Name = "txtpass";
172             
this.txtpass.Size = new System.Drawing.Size(218, 20);
173             
this.txtpass.TabIndex = 1;
174             
this.txtpass.UseSystemPasswordChar = true;
175             
//
176             
// txtuser
177             
//
178             
this.txtuser.Location = new System.Drawing.Point(161, 60);
179             
this.txtuser.Name = "txtuser";
180             
this.txtuser.Size = new System.Drawing.Size(218, 20);
181             
this.txtuser.TabIndex = 1;
182             
//
183             
// btnsave
184             
//
185             
this.btnsave.Location = new System.Drawing.Point(79, 160);
186             
this.btnsave.Name = "btnsave";
187             
this.btnsave.Size = new System.Drawing.Size(75, 23);
188             
this.btnsave.TabIndex = 0;
189             
this.btnsave.Text = "Add";
190             
this.btnsave.UseVisualStyleBackColor = true;
191             
this.btnsave.Click += new System.EventHandler(this.btnsave_Click);
192             
//
193             
// lbl_id
194             
//
195             
this.lbl_id.AutoSize = true;
196             
this.lbl_id.Location = new System.Drawing.Point(269, 63);
197             
this.lbl_id.Name = "lbl_id";
198             
this.lbl_id.Size = new System.Drawing.Size(15, 13);
199             
this.lbl_id.TabIndex = 12;
200             
this.lbl_id.Text = "id";
201             
//
202             
// GroupBox12
203             
//
204             
this.GroupBox12.Controls.Add(this.dtg_userList);
205             
this.GroupBox12.Location = new System.Drawing.Point(10, 228);
206             
this.GroupBox12.Name = "GroupBox12";
207             
this.GroupBox12.Size = new System.Drawing.Size(658, 188);
208             
this.GroupBox12.TabIndex = 6;
209             
this.GroupBox12.TabStop = false;
210             
this.GroupBox12.Text = "List Of Users";
211             
//
212             
// dtg_userList
213             
//
214             
this.dtg_userList.AllowUserToAddRows = false;
215             
this.dtg_userList.AllowUserToDeleteRows = false;
216             
this.dtg_userList.AllowUserToResizeColumns = false;
217             
this.dtg_userList.AllowUserToResizeRows = false;
218             
this.dtg_userList.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
219             
this.dtg_userList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
220             
this.dtg_userList.Dock = System.Windows.Forms.DockStyle.Fill;
221             
this.dtg_userList.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
222             
this.dtg_userList.Location = new System.Drawing.Point(3, 16);
223             
this.dtg_userList.Name = "dtg_userList";
224             
this.dtg_userList.RowHeadersVisible = false;
225             
this.dtg_userList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
226             
this.dtg_userList.Size = new System.Drawing.Size(652, 169);
227             
this.dtg_userList.TabIndex = 0;
228             
//
229             
// frm_user
230             
//
231             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
232             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
233             
this.ClientSize = new System.Drawing.Size(681, 443);
234             
this.Controls.Add(this.GroupBox11);
235             
this.Controls.Add(this.GroupBox12);
236             
this.Name = "frm_user";
237             
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
238             
this.Text = "Manage Users";
239             
this.Load += new System.EventHandler(this.frm_user_Load);
240             
this.GroupBox11.ResumeLayout(false);
241             
this.GroupBox11.PerformLayout();
242             
this.GroupBox12.ResumeLayout(false);
243             ((System.ComponentModel.ISupportInitialize)(
this.dtg_userList)).EndInit();
244             
this.ResumeLayout(false);
245
246         }
247
248         
#endregion
249
250         
internal System.Windows.Forms.GroupBox GroupBox11;
251         
internal System.Windows.Forms.Button btnMUdel;
252         
internal System.Windows.Forms.ComboBox cbotype;
253         
internal System.Windows.Forms.Label Label38;
254         
internal System.Windows.Forms.TextBox txtname;
255         
internal System.Windows.Forms.Button btn_update;
256         
internal System.Windows.Forms.Button Button6;
257         
internal System.Windows.Forms.Label Label39;
258         
internal System.Windows.Forms.Label Label40;
259         
internal System.Windows.Forms.Label Label41;
260         
internal System.Windows.Forms.TextBox txtpass;
261         
internal System.Windows.Forms.TextBox txtuser;
262         
internal System.Windows.Forms.Button btnsave;
263         
internal System.Windows.Forms.Label lbl_id;
264         
internal System.Windows.Forms.GroupBox GroupBox12;
265         
internal System.Windows.Forms.DataGridView dtg_userList;
266     }
267 }


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