-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfrmAttendanceReport.Designer.vb
executable file
·184 lines (180 loc) · 8.7 KB
/
frmAttendanceReport.Designer.vb
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
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmAttendanceReport
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmAttendanceReport))
Me.groupBox3 = New System.Windows.Forms.GroupBox()
Me.DateTo = New System.Windows.Forms.DateTimePicker()
Me.DateFrom = New System.Windows.Forms.DateTimePicker()
Me.label7 = New System.Windows.Forms.Label()
Me.label9 = New System.Windows.Forms.Label()
Me.groupBox4 = New System.Windows.Forms.GroupBox()
Me.button4 = New System.Windows.Forms.Button()
Me.button5 = New System.Windows.Forms.Button()
Me.CrystalReportViewer1 = New CrystalDecisions.Windows.Forms.CrystalReportViewer()
Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
Me.Label1 = New System.Windows.Forms.Label()
Me.groupBox3.SuspendLayout()
Me.groupBox4.SuspendLayout()
Me.SuspendLayout()
'
'groupBox3
'
Me.groupBox3.Controls.Add(Me.DateTo)
Me.groupBox3.Controls.Add(Me.DateFrom)
Me.groupBox3.Controls.Add(Me.label7)
Me.groupBox3.Controls.Add(Me.label9)
Me.groupBox3.Location = New System.Drawing.Point(12, 12)
Me.groupBox3.Name = "groupBox3"
Me.groupBox3.Size = New System.Drawing.Size(400, 87)
Me.groupBox3.TabIndex = 17
Me.groupBox3.TabStop = False
'
'DateTo
'
Me.DateTo.CalendarFont = New System.Drawing.Font("Minion Pro", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.DateTo.CustomFormat = "dd/MMM/yyyy"
Me.DateTo.Font = New System.Drawing.Font("Minion Pro", 9.749999!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.DateTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom
Me.DateTo.Location = New System.Drawing.Point(222, 42)
Me.DateTo.Name = "DateTo"
Me.DateTo.Size = New System.Drawing.Size(137, 25)
Me.DateTo.TabIndex = 12
'
'DateFrom
'
Me.DateFrom.CalendarFont = New System.Drawing.Font("Minion Pro", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.DateFrom.CustomFormat = "dd/MMM/yyyy"
Me.DateFrom.Font = New System.Drawing.Font("Minion Pro", 9.749999!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.DateFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom
Me.DateFrom.Location = New System.Drawing.Point(30, 42)
Me.DateFrom.Name = "DateFrom"
Me.DateFrom.Size = New System.Drawing.Size(137, 25)
Me.DateFrom.TabIndex = 11
'
'label7
'
Me.label7.AutoSize = True
Me.label7.Font = New System.Drawing.Font("Palatino Linotype", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.label7.Location = New System.Drawing.Point(27, 16)
Me.label7.Name = "label7"
Me.label7.Size = New System.Drawing.Size(41, 18)
Me.label7.TabIndex = 9
Me.label7.Text = "From"
'
'label9
'
Me.label9.AutoSize = True
Me.label9.Font = New System.Drawing.Font("Palatino Linotype", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.label9.Location = New System.Drawing.Point(219, 16)
Me.label9.Name = "label9"
Me.label9.Size = New System.Drawing.Size(25, 18)
Me.label9.TabIndex = 10
Me.label9.Text = "To"
'
'groupBox4
'
Me.groupBox4.Controls.Add(Me.button4)
Me.groupBox4.Controls.Add(Me.button5)
Me.groupBox4.Location = New System.Drawing.Point(433, 12)
Me.groupBox4.Name = "groupBox4"
Me.groupBox4.Size = New System.Drawing.Size(226, 87)
Me.groupBox4.TabIndex = 19
Me.groupBox4.TabStop = False
'
'button4
'
Me.button4.Font = New System.Drawing.Font("Palatino Linotype", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.button4.Location = New System.Drawing.Point(13, 26)
Me.button4.Name = "button4"
Me.button4.Size = New System.Drawing.Size(94, 40)
Me.button4.TabIndex = 0
Me.button4.Text = "&View Report"
Me.button4.UseVisualStyleBackColor = True
'
'button5
'
Me.button5.Font = New System.Drawing.Font("Palatino Linotype", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.button5.Location = New System.Drawing.Point(118, 27)
Me.button5.Name = "button5"
Me.button5.Size = New System.Drawing.Size(94, 40)
Me.button5.TabIndex = 1
Me.button5.Text = "&Reset"
Me.button5.UseVisualStyleBackColor = True
'
'CrystalReportViewer1
'
Me.CrystalReportViewer1.ActiveViewIndex = -1
Me.CrystalReportViewer1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.CrystalReportViewer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.CrystalReportViewer1.Cursor = System.Windows.Forms.Cursors.Default
Me.CrystalReportViewer1.Location = New System.Drawing.Point(13, 106)
Me.CrystalReportViewer1.Name = "CrystalReportViewer1"
Me.CrystalReportViewer1.Size = New System.Drawing.Size(976, 510)
Me.CrystalReportViewer1.TabIndex = 20
'
'Timer1
'
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(785, 39)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(39, 13)
Me.Label1.TabIndex = 21
Me.Label1.Text = "Label1"
Me.Label1.Visible = False
'
'frmAttendanceReport
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.SystemColors.ButtonHighlight
Me.ClientSize = New System.Drawing.Size(989, 616)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.CrystalReportViewer1)
Me.Controls.Add(Me.groupBox4)
Me.Controls.Add(Me.groupBox3)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "frmAttendanceReport"
Me.Text = "Employees Attendance Report"
Me.WindowState = System.Windows.Forms.FormWindowState.Maximized
Me.groupBox3.ResumeLayout(False)
Me.groupBox3.PerformLayout()
Me.groupBox4.ResumeLayout(False)
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents groupBox3 As System.Windows.Forms.GroupBox
Friend WithEvents DateTo As System.Windows.Forms.DateTimePicker
Friend WithEvents DateFrom As System.Windows.Forms.DateTimePicker
Friend WithEvents label7 As System.Windows.Forms.Label
Friend WithEvents label9 As System.Windows.Forms.Label
Friend WithEvents groupBox4 As System.Windows.Forms.GroupBox
Friend WithEvents button4 As System.Windows.Forms.Button
Friend WithEvents button5 As System.Windows.Forms.Button
Friend WithEvents CrystalReportViewer1 As CrystalDecisions.Windows.Forms.CrystalReportViewer
Friend WithEvents Timer1 As System.Windows.Forms.Timer
Friend WithEvents Label1 As System.Windows.Forms.Label
End Class