📄 timesheet.designer.vb
字号:
Me.btnSubmit.ForeColor = System.Drawing.Color.White
Me.btnSubmit.Location = New System.Drawing.Point(312, 0)
Me.btnSubmit.Name = "btnSubmit"
Me.btnSubmit.Size = New System.Drawing.Size(75, 22)
Me.btnSubmit.TabIndex = 2
Me.btnSubmit.Text = "Submit"
'
'imgStatus
'
Me.imgStatus.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.imgStatus.Image = CType(resources.GetObject("imgStatus.Image"), System.Drawing.Image)
Me.imgStatus.Location = New System.Drawing.Point(398, 2)
Me.imgStatus.Name = "imgStatus"
Me.imgStatus.Size = New System.Drawing.Size(16, 16)
Me.imgStatus.TabIndex = 3
Me.imgStatus.TabStop = False
'
'Label1
'
Me.Label1.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Label1.AutoSize = True
Me.Label1.ForeColor = System.Drawing.Color.White
Me.Label1.Location = New System.Drawing.Point(424, 4)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(68, 13)
Me.Label1.TabIndex = 4
Me.Label1.Text = "Week Ending"
Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'cboWeekEnding
'
Me.cboWeekEnding.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.cboWeekEnding.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cboWeekEnding.FormattingEnabled = True
Me.cboWeekEnding.Location = New System.Drawing.Point(496, 1)
Me.cboWeekEnding.Name = "cboWeekEnding"
Me.cboWeekEnding.Size = New System.Drawing.Size(121, 21)
Me.cboWeekEnding.TabIndex = 5
'
'grdTimeSheet
'
Me.grdTimeSheet.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.grdTimeSheet.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
Me.grdTimeSheet.Location = New System.Drawing.Point(0, 72)
Me.grdTimeSheet.Name = "grdTimeSheet"
Me.grdTimeSheet.Size = New System.Drawing.Size(616, 250)
Me.grdTimeSheet.TabIndex = 4
Me.grdTimeSheet.Text = "DataGridView1"
'
'pnlManager
'
Me.pnlManager.BackColor = System.Drawing.SystemColors.ControlDark
Me.pnlManager.Controls.Add(Me.btnApprove)
Me.pnlManager.Controls.Add(Me.cboEmployeeWeekEnding)
Me.pnlManager.Controls.Add(Me.Label3)
Me.pnlManager.Controls.Add(Me.cboEmployee)
Me.pnlManager.Controls.Add(Me.Label2)
Me.pnlManager.Location = New System.Drawing.Point(5000, 5000)
Me.pnlManager.Name = "pnlManager"
Me.pnlManager.Size = New System.Drawing.Size(616, 22)
Me.pnlManager.TabIndex = 5
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.ForeColor = System.Drawing.Color.White
Me.Label2.Location = New System.Drawing.Point(0, 4)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(49, 13)
Me.Label2.TabIndex = 0
Me.Label2.Text = "Employee"
Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'cboEmployee
'
Me.cboEmployee.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cboEmployee.FormattingEnabled = True
Me.cboEmployee.Location = New System.Drawing.Point(58, 1)
Me.cboEmployee.Name = "cboEmployee"
Me.cboEmployee.Size = New System.Drawing.Size(136, 21)
Me.cboEmployee.TabIndex = 1
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.ForeColor = System.Drawing.Color.White
Me.Label3.Location = New System.Drawing.Point(200, 4)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(68, 13)
Me.Label3.TabIndex = 2
Me.Label3.Text = "Week Ending"
Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'cboEmployeeWeekEnding
'
Me.cboEmployeeWeekEnding.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cboEmployeeWeekEnding.FormattingEnabled = True
Me.cboEmployeeWeekEnding.Location = New System.Drawing.Point(282, 1)
Me.cboEmployeeWeekEnding.Name = "cboEmployeeWeekEnding"
Me.cboEmployeeWeekEnding.Size = New System.Drawing.Size(136, 21)
Me.cboEmployeeWeekEnding.TabIndex = 3
'
'btnApprove
'
Me.btnApprove.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnApprove.ForeColor = System.Drawing.Color.White
Me.btnApprove.Location = New System.Drawing.Point(440, 0)
Me.btnApprove.Name = "btnApprove"
Me.btnApprove.Size = New System.Drawing.Size(75, 22)
Me.btnApprove.TabIndex = 4
Me.btnApprove.Text = "Approve"
'
'TimeSheet
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(616, 345)
Me.Controls.Add(Me.pnlManager)
Me.Controls.Add(Me.grdTimeSheet)
Me.Controls.Add(Me.pnlEmployee)
Me.Controls.Add(Me.ToolStrip1)
Me.Controls.Add(Me.StatusStrip1)
Me.Controls.Add(Me.MenuStrip1)
Me.MainMenuStrip = Me.MenuStrip1
Me.Name = "TimeSheet"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Time Tracker Time Sheet"
Me.MenuStrip1.ResumeLayout(False)
Me.ToolStrip1.ResumeLayout(False)
Me.StatusStrip1.ResumeLayout(False)
Me.pnlEmployee.ResumeLayout(False)
Me.pnlEmployee.PerformLayout()
CType(Me.imgStatus, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.grdTimeSheet, System.ComponentModel.ISupportInitialize).EndInit()
Me.pnlManager.ResumeLayout(False)
Me.pnlManager.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents MenuStrip1 As System.Windows.Forms.MenuStrip
Friend WithEvents fileToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents newToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents openToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents toolStripSeparator As System.Windows.Forms.ToolStripSeparator
Friend WithEvents saveToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents saveAsToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents toolStripSeparator1 As System.Windows.Forms.ToolStripSeparator
Friend WithEvents printToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents printPreviewToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents toolStripSeparator2 As System.Windows.Forms.ToolStripSeparator
Friend WithEvents exitToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents editToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents undoToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents toolStripSeparator3 As System.Windows.Forms.ToolStripSeparator
Friend WithEvents cutToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents copyToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents pasteToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents toolStripSeparator4 As System.Windows.Forms.ToolStripSeparator
Friend WithEvents selectAllToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents helpToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents aboutToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents ViewToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents ReportsToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents MyTimeSheetToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents EmployeeTimeSheetsToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents TimesheetsDueToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents TimesheetsSubmittedToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents ToolStripSeparator6 As System.Windows.Forms.ToolStripSeparator
Friend WithEvents TimesheetsMTDToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents TimesheetsQTDToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents TimesheetsYTDToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip
Friend WithEvents newToolStripButton As System.Windows.Forms.ToolStripButton
Friend WithEvents toolStripSeparator5 As System.Windows.Forms.ToolStripSeparator
Friend WithEvents cutToolStripButton As System.Windows.Forms.ToolStripButton
Friend WithEvents copyToolStripButton As System.Windows.Forms.ToolStripButton
Friend WithEvents pasteToolStripButton As System.Windows.Forms.ToolStripButton
Friend WithEvents toolStripSeparator7 As System.Windows.Forms.ToolStripSeparator
Friend WithEvents UndoToolStripButton As System.Windows.Forms.ToolStripButton
Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip
Friend WithEvents ToolStripStatus As System.Windows.Forms.ToolStripStatusLabel
Friend WithEvents ToolStripDate As System.Windows.Forms.ToolStripStatusLabel
Friend WithEvents ImageList1 As System.Windows.Forms.ImageList
Friend WithEvents pnlEmployee As System.Windows.Forms.Panel
Friend WithEvents lblEmployee As System.Windows.Forms.Label
Friend WithEvents btnSave As System.Windows.Forms.Button
Friend WithEvents btnSubmit As System.Windows.Forms.Button
Friend WithEvents imgStatus As System.Windows.Forms.PictureBox
Friend WithEvents cboWeekEnding As System.Windows.Forms.ComboBox
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents grdTimeSheet As System.Windows.Forms.DataGridView
Friend WithEvents pnlManager As System.Windows.Forms.Panel
Friend WithEvents cboEmployee As System.Windows.Forms.ComboBox
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents cboEmployeeWeekEnding As System.Windows.Forms.ComboBox
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents btnApprove As System.Windows.Forms.Button
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -