-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFormMDI.Designer.cs
More file actions
197 lines (191 loc) · 9.45 KB
/
FormMDI.Designer.cs
File metadata and controls
197 lines (191 loc) · 9.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
namespace CSEmployeeAttendance25
{
partial class FormMDI
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.menuStripMDI = new System.Windows.Forms.MenuStrip();
this.mnuSetting = new System.Windows.Forms.ToolStripMenuItem();
this.mnuCompanyInfo = new System.Windows.Forms.ToolStripMenuItem();
this.mnuBiometricMachine = new System.Windows.Forms.ToolStripMenuItem();
this.mnuUserAccount = new System.Windows.Forms.ToolStripMenuItem();
this.mnuChangePassword = new System.Windows.Forms.ToolStripMenuItem();
this.mnuEmployee = new System.Windows.Forms.ToolStripMenuItem();
this.mnuAttendance = new System.Windows.Forms.ToolStripMenuItem();
this.mnuImportAttendanceLog = new System.Windows.Forms.ToolStripMenuItem();
this.mnuManageMissingLog = new System.Windows.Forms.ToolStripMenuItem();
this.mnuMonthHours = new System.Windows.Forms.ToolStripMenuItem();
this.mnuReport = new System.Windows.Forms.ToolStripMenuItem();
this.mnuExit = new System.Windows.Forms.ToolStripMenuItem();
this.menuStripMDI.SuspendLayout();
this.SuspendLayout();
//
// menuStripMDI
//
this.menuStripMDI.AutoSize = false;
this.menuStripMDI.BackColor = System.Drawing.Color.LightSteelBlue;
this.menuStripMDI.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.menuStripMDI.GripMargin = new System.Windows.Forms.Padding(2, 2, 0, 2);
this.menuStripMDI.ImageScalingSize = new System.Drawing.Size(24, 24);
this.menuStripMDI.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mnuSetting,
this.mnuEmployee,
this.mnuAttendance,
this.mnuReport,
this.mnuExit});
this.menuStripMDI.Location = new System.Drawing.Point(0, 0);
this.menuStripMDI.Name = "menuStripMDI";
this.menuStripMDI.Padding = new System.Windows.Forms.Padding(5, 2, 0, 2);
this.menuStripMDI.Size = new System.Drawing.Size(933, 40);
this.menuStripMDI.TabIndex = 0;
this.menuStripMDI.Text = "menuStrip1";
//
// mnuSetting
//
this.mnuSetting.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mnuCompanyInfo,
this.mnuBiometricMachine,
this.mnuUserAccount,
this.mnuChangePassword});
this.mnuSetting.Name = "mnuSetting";
this.mnuSetting.Size = new System.Drawing.Size(104, 36);
this.mnuSetting.Text = "Setting";
//
// mnuCompanyInfo
//
this.mnuCompanyInfo.Name = "mnuCompanyInfo";
this.mnuCompanyInfo.Size = new System.Drawing.Size(315, 38);
this.mnuCompanyInfo.Text = "Company Info";
this.mnuCompanyInfo.Visible = false;
this.mnuCompanyInfo.Click += new System.EventHandler(this.mnuCompanyInfo_Click);
//
// mnuBiometricMachine
//
this.mnuBiometricMachine.Name = "mnuBiometricMachine";
this.mnuBiometricMachine.Size = new System.Drawing.Size(315, 38);
this.mnuBiometricMachine.Text = "Biometric Machine";
this.mnuBiometricMachine.Visible = false;
this.mnuBiometricMachine.Click += new System.EventHandler(this.mnuBiometricMachine_Click);
//
// mnuUserAccount
//
this.mnuUserAccount.Name = "mnuUserAccount";
this.mnuUserAccount.Size = new System.Drawing.Size(315, 38);
this.mnuUserAccount.Text = "User Account";
this.mnuUserAccount.Visible = false;
this.mnuUserAccount.Click += new System.EventHandler(this.mnuUserAccount_Click);
//
// mnuChangePassword
//
this.mnuChangePassword.Name = "mnuChangePassword";
this.mnuChangePassword.Size = new System.Drawing.Size(315, 38);
this.mnuChangePassword.Text = "Change Password";
this.mnuChangePassword.Click += new System.EventHandler(this.mnuChangePassword_Click);
//
// mnuEmployee
//
this.mnuEmployee.Name = "mnuEmployee";
this.mnuEmployee.Size = new System.Drawing.Size(138, 36);
this.mnuEmployee.Text = "Employee";
this.mnuEmployee.Click += new System.EventHandler(this.mnuEmployee_Click);
//
// mnuAttendance
//
this.mnuAttendance.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mnuImportAttendanceLog,
this.mnuManageMissingLog,
this.mnuMonthHours});
this.mnuAttendance.Name = "mnuAttendance";
this.mnuAttendance.Size = new System.Drawing.Size(149, 36);
this.mnuAttendance.Text = "Attendance";
//
// mnuImportAttendanceLog
//
this.mnuImportAttendanceLog.Name = "mnuImportAttendanceLog";
this.mnuImportAttendanceLog.Size = new System.Drawing.Size(357, 38);
this.mnuImportAttendanceLog.Text = "Import Attendance Log";
this.mnuImportAttendanceLog.Click += new System.EventHandler(this.mnuImportAttendanceLog_Click);
//
// mnuManageMissingLog
//
this.mnuManageMissingLog.Name = "mnuManageMissingLog";
this.mnuManageMissingLog.Size = new System.Drawing.Size(357, 38);
this.mnuManageMissingLog.Text = "Manage Missing Log";
this.mnuManageMissingLog.Click += new System.EventHandler(this.mnuManageMissingLog_Click);
//
// mnuMonthHours
//
this.mnuMonthHours.Name = "mnuMonthHours";
this.mnuMonthHours.Size = new System.Drawing.Size(357, 38);
this.mnuMonthHours.Text = "Month Hours";
this.mnuMonthHours.Click += new System.EventHandler(this.mnuMonthHours_Click);
//
// mnuReport
//
this.mnuReport.Name = "mnuReport";
this.mnuReport.Size = new System.Drawing.Size(102, 36);
this.mnuReport.Text = "Report";
this.mnuReport.Visible = false;
this.mnuReport.Click += new System.EventHandler(this.mnuReport_Click);
//
// mnuExit
//
this.mnuExit.Name = "mnuExit";
this.mnuExit.Size = new System.Drawing.Size(68, 36);
this.mnuExit.Text = "Exit";
this.mnuExit.Click += new System.EventHandler(this.mnuExit_Click);
//
// FormMDI
//
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(933, 519);
this.Controls.Add(this.menuStripMDI);
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.MainMenuStrip = this.menuStripMDI;
this.Name = "FormMDI";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "MDI | Attendance Management";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.FormMDI_Load);
this.menuStripMDI.ResumeLayout(false);
this.menuStripMDI.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.MenuStrip menuStripMDI;
private System.Windows.Forms.ToolStripMenuItem mnuSetting;
private System.Windows.Forms.ToolStripMenuItem mnuEmployee;
private System.Windows.Forms.ToolStripMenuItem mnuAttendance;
private System.Windows.Forms.ToolStripMenuItem mnuReport;
private System.Windows.Forms.ToolStripMenuItem mnuExit;
private System.Windows.Forms.ToolStripMenuItem mnuCompanyInfo;
private System.Windows.Forms.ToolStripMenuItem mnuUserAccount;
private System.Windows.Forms.ToolStripMenuItem mnuBiometricMachine;
private System.Windows.Forms.ToolStripMenuItem mnuChangePassword;
private System.Windows.Forms.ToolStripMenuItem mnuImportAttendanceLog;
private System.Windows.Forms.ToolStripMenuItem mnuManageMissingLog;
private System.Windows.Forms.ToolStripMenuItem mnuMonthHours;
}
}