12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class 選擇考勤月份
- Inherits System.Windows.Forms.Form
-
- 'Form 覆寫 Dispose 以清除元件清單。
- <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
-
- '為 Windows Form 設計工具的必要項
- Private components As System.ComponentModel.IContainer
-
- '注意: 以下為 Windows Form 設計工具所需的程序
- '可以使用 Windows Form 設計工具進行修改。
- '請勿使用程式碼編輯器進行修改。
- <System.Diagnostics.DebuggerStepThrough()> _
- Private Sub InitializeComponent()
- Me.下月_bt = New System.Windows.Forms.Button()
- Me.上月_bt = New System.Windows.Forms.Button()
- Me.SuspendLayout()
- '
- '下月_bt
- '
- Me.下月_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.下月_bt.Location = New System.Drawing.Point(81, 4)
- Me.下月_bt.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
- Me.下月_bt.Name = "下月_bt"
- Me.下月_bt.Size = New System.Drawing.Size(75, 47)
- Me.下月_bt.TabIndex = 1952
- Me.下月_bt.Text = "AAA"
- Me.下月_bt.UseVisualStyleBackColor = True
- '
- '上月_bt
- '
- Me.上月_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.上月_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.上月_bt.Location = New System.Drawing.Point(4, 4)
- Me.上月_bt.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
- Me.上月_bt.Name = "上月_bt"
- Me.上月_bt.Size = New System.Drawing.Size(75, 47)
- Me.上月_bt.TabIndex = 1951
- Me.上月_bt.Text = "AAA"
- Me.上月_bt.UseVisualStyleBackColor = True
- '
- '選擇考勤月份
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(161, 57)
- Me.ControlBox = False
- Me.Controls.Add(Me.下月_bt)
- Me.Controls.Add(Me.上月_bt)
- Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
- Me.MaximizeBox = False
- Me.MinimizeBox = False
- Me.Name = "選擇考勤月份"
- Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
- Me.Text = "SELETE"
- Me.ResumeLayout(False)
-
- End Sub
-
- Friend WithEvents 下月_bt As Button
- Friend WithEvents 上月_bt As Button
- End Class
|