?? frmsalaryman.designer.vb
字號:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> Partial Class FrmSalaryMan
#Region "Windows 窗體設計器生成的代碼 "
<System.Diagnostics.DebuggerNonUserCode()> Public Sub New()
MyBase.New()
'此調用是 Windows 窗體設計器所必需的。
InitializeComponent()
End Sub
'窗體重寫釋放,以清理組件列表。
<System.Diagnostics.DebuggerNonUserCode()> Protected Overloads Overrides Sub Dispose(ByVal Disposing As Boolean)
If Disposing Then
If Not components Is Nothing Then
components.Dispose()
End If
End If
MyBase.Dispose(Disposing)
End Sub
'Windows 窗體設計器所必需的
Private components As System.ComponentModel.IContainer
Public WithEvents BtnPay As System.Windows.Forms.Button
Public WithEvents ComboY As System.Windows.Forms.ComboBox
Public WithEvents ComboM As System.Windows.Forms.ComboBox
Public WithEvents ComboDep As System.Windows.Forms.ComboBox
Public WithEvents Cmd_Back As System.Windows.Forms.Button
Public WithEvents BtnRules As System.Windows.Forms.Button
Public WithEvents BtnModi As System.Windows.Forms.Button
Public WithEvents Label1 As System.Windows.Forms.Label
Public WithEvents Label2 As System.Windows.Forms.Label
'注意: 以下過程是 Windows 窗體設計器所必需的
'可以使用 Windows 窗體設計器來修改它。
'不要使用代碼編輯器修改它。
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
Me.BtnPay = New System.Windows.Forms.Button
Me.ComboY = New System.Windows.Forms.ComboBox
Me.ComboM = New System.Windows.Forms.ComboBox
Me.ComboDep = New System.Windows.Forms.ComboBox
Me.Cmd_Back = New System.Windows.Forms.Button
Me.BtnRules = New System.Windows.Forms.Button
Me.BtnModi = New System.Windows.Forms.Button
Me.Label1 = New System.Windows.Forms.Label
Me.Label2 = New System.Windows.Forms.Label
Me.DGVSalary = New System.Windows.Forms.DataGridView
CType(Me.DGVSalary, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'BtnPay
'
Me.BtnPay.BackColor = System.Drawing.SystemColors.Menu
Me.BtnPay.ForeColor = System.Drawing.SystemColors.ControlText
Me.BtnPay.Location = New System.Drawing.Point(208, 440)
Me.BtnPay.Name = "BtnPay"
Me.BtnPay.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.BtnPay.Size = New System.Drawing.Size(87, 27)
Me.BtnPay.TabIndex = 4
Me.BtnPay.Text = "工資發放"
Me.BtnPay.UseVisualStyleBackColor = False
'
'ComboY
'
Me.ComboY.BackColor = System.Drawing.SystemColors.Window
Me.ComboY.Cursor = System.Windows.Forms.Cursors.Default
Me.ComboY.ForeColor = System.Drawing.SystemColors.WindowText
Me.ComboY.Location = New System.Drawing.Point(88, 16)
Me.ComboY.Name = "ComboY"
Me.ComboY.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.ComboY.Size = New System.Drawing.Size(73, 20)
Me.ComboY.TabIndex = 0
Me.ComboY.Text = "Combo1"
'
'ComboM
'
Me.ComboM.BackColor = System.Drawing.SystemColors.Window
Me.ComboM.Cursor = System.Windows.Forms.Cursors.Default
Me.ComboM.ForeColor = System.Drawing.SystemColors.WindowText
Me.ComboM.Location = New System.Drawing.Point(168, 16)
Me.ComboM.Name = "ComboM"
Me.ComboM.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.ComboM.Size = New System.Drawing.Size(49, 20)
Me.ComboM.TabIndex = 1
Me.ComboM.Text = "Combo1"
'
'ComboDep
'
Me.ComboDep.BackColor = System.Drawing.SystemColors.Window
Me.ComboDep.Cursor = System.Windows.Forms.Cursors.Default
Me.ComboDep.ForeColor = System.Drawing.SystemColors.WindowText
Me.ComboDep.Location = New System.Drawing.Point(360, 16)
Me.ComboDep.Name = "ComboDep"
Me.ComboDep.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.ComboDep.Size = New System.Drawing.Size(121, 20)
Me.ComboDep.TabIndex = 2
Me.ComboDep.Text = "Combo1"
'
'Cmd_Back
'
Me.Cmd_Back.BackColor = System.Drawing.SystemColors.Menu
Me.Cmd_Back.DialogResult = System.Windows.Forms.DialogResult.Cancel
Me.Cmd_Back.ForeColor = System.Drawing.SystemColors.ControlText
Me.Cmd_Back.Location = New System.Drawing.Point(501, 440)
Me.Cmd_Back.Name = "Cmd_Back"
Me.Cmd_Back.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Cmd_Back.Size = New System.Drawing.Size(87, 27)
Me.Cmd_Back.TabIndex = 7
Me.Cmd_Back.Text = "返 回"
Me.Cmd_Back.UseVisualStyleBackColor = False
'
'BtnRules
'
Me.BtnRules.BackColor = System.Drawing.SystemColors.Menu
Me.BtnRules.ForeColor = System.Drawing.SystemColors.ControlText
Me.BtnRules.Location = New System.Drawing.Point(403, 440)
Me.BtnRules.Name = "BtnRules"
Me.BtnRules.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.BtnRules.Size = New System.Drawing.Size(87, 27)
Me.BtnRules.TabIndex = 6
Me.BtnRules.Text = "工資制度"
Me.BtnRules.UseVisualStyleBackColor = False
'
'BtnModi
'
Me.BtnModi.BackColor = System.Drawing.SystemColors.Menu
Me.BtnModi.ForeColor = System.Drawing.SystemColors.ControlText
Me.BtnModi.Location = New System.Drawing.Point(305, 440)
Me.BtnModi.Name = "BtnModi"
Me.BtnModi.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.BtnModi.Size = New System.Drawing.Size(87, 27)
Me.BtnModi.TabIndex = 5
Me.BtnModi.Text = "修 改"
Me.BtnModi.UseVisualStyleBackColor = False
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.BackColor = System.Drawing.SystemColors.Control
Me.Label1.Cursor = System.Windows.Forms.Cursors.Default
Me.Label1.ForeColor = System.Drawing.SystemColors.ControlText
Me.Label1.Location = New System.Drawing.Point(24, 20)
Me.Label1.Name = "Label1"
Me.Label1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Label1.Size = New System.Drawing.Size(53, 12)
Me.Label1.TabIndex = 9
Me.Label1.Text = "選擇月份"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.BackColor = System.Drawing.SystemColors.Control
Me.Label2.Cursor = System.Windows.Forms.Cursors.Default
Me.Label2.ForeColor = System.Drawing.SystemColors.ControlText
Me.Label2.Location = New System.Drawing.Point(296, 20)
Me.Label2.Name = "Label2"
Me.Label2.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Label2.Size = New System.Drawing.Size(53, 12)
Me.Label2.TabIndex = 8
Me.Label2.Text = "選擇部門"
'
'DGVSalary
'
Me.DGVSalary.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.DGVSalary.Location = New System.Drawing.Point(12, 54)
Me.DGVSalary.Name = "DGVSalary"
Me.DGVSalary.RowTemplate.Height = 23
Me.DGVSalary.Size = New System.Drawing.Size(770, 370)
Me.DGVSalary.TabIndex = 10
'
'FrmSalaryMan
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.SystemColors.Control
Me.CancelButton = Me.Cmd_Back
Me.ClientSize = New System.Drawing.Size(794, 491)
Me.Controls.Add(Me.DGVSalary)
Me.Controls.Add(Me.BtnPay)
Me.Controls.Add(Me.ComboY)
Me.Controls.Add(Me.ComboM)
Me.Controls.Add(Me.ComboDep)
Me.Controls.Add(Me.Cmd_Back)
Me.Controls.Add(Me.BtnRules)
Me.Controls.Add(Me.BtnModi)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.Label2)
Me.Cursor = System.Windows.Forms.Cursors.Default
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
Me.Location = New System.Drawing.Point(3, 22)
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "FrmSalaryMan"
Me.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "員工工資管理"
CType(Me.DGVSalary, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
#End Region
#Region "Upgrade Support"
Friend WithEvents DGVSalary As System.Windows.Forms.DataGridView
#End Region
End Class
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -