123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153 |
- <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.姓名_tb = New System.Windows.Forms.TextBox()
- Me.Label2 = New System.Windows.Forms.Label()
- Me.時間_dtp = New System.Windows.Forms.DateTimePicker()
- Me.ID_lb = New System.Windows.Forms.Label()
- Me.修改該筆資料_bt = New System.Windows.Forms.Button()
- Me.刪除該筆資料_bt = New System.Windows.Forms.Button()
- Me.新增資料_bt = New System.Windows.Forms.Button()
- Me.ID1_lb = New System.Windows.Forms.Label()
- Me.SuspendLayout()
- '
- '姓名_tb
- '
- Me.姓名_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.姓名_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.姓名_tb.Location = New System.Drawing.Point(43, 7)
- Me.姓名_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.姓名_tb.Name = "姓名_tb"
- Me.姓名_tb.Size = New System.Drawing.Size(91, 23)
- Me.姓名_tb.TabIndex = 779
- '
- 'Label2
- '
- Me.Label2.AutoSize = True
- Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.Label2.Location = New System.Drawing.Point(9, 11)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(31, 16)
- Me.Label2.TabIndex = 778
- Me.Label2.Text = "姓名"
- '
- '時間_dtp
- '
- Me.時間_dtp.CustomFormat = "yyyy-MM-dd HH:mm:ss"
- Me.時間_dtp.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.時間_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
- Me.時間_dtp.Location = New System.Drawing.Point(140, 7)
- Me.時間_dtp.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.時間_dtp.Name = "時間_dtp"
- Me.時間_dtp.Size = New System.Drawing.Size(182, 23)
- Me.時間_dtp.TabIndex = 787
- '
- 'ID_lb
- '
- Me.ID_lb.AutoSize = True
- Me.ID_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.ID_lb.Location = New System.Drawing.Point(3, 40)
- Me.ID_lb.Name = "ID_lb"
- Me.ID_lb.Size = New System.Drawing.Size(23, 16)
- Me.ID_lb.TabIndex = 788
- Me.ID_lb.Text = "XX"
- '
- '修改該筆資料_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.Green
- Me.修改該筆資料_bt.Location = New System.Drawing.Point(140, 37)
- Me.修改該筆資料_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.修改該筆資料_bt.Name = "修改該筆資料_bt"
- Me.修改該筆資料_bt.Size = New System.Drawing.Size(91, 39)
- Me.修改該筆資料_bt.TabIndex = 789
- Me.修改該筆資料_bt.Text = "修改該筆資料"
- 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.Red
- Me.刪除該筆資料_bt.Location = New System.Drawing.Point(233, 37)
- Me.刪除該筆資料_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.刪除該筆資料_bt.Name = "刪除該筆資料_bt"
- Me.刪除該筆資料_bt.Size = New System.Drawing.Size(89, 39)
- Me.刪除該筆資料_bt.TabIndex = 0
- Me.刪除該筆資料_bt.Text = "刪除該筆資料"
- 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.Blue
- Me.新增資料_bt.Location = New System.Drawing.Point(46, 37)
- Me.新增資料_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.新增資料_bt.Name = "新增資料_bt"
- Me.新增資料_bt.Size = New System.Drawing.Size(91, 39)
- Me.新增資料_bt.TabIndex = 790
- Me.新增資料_bt.Text = "新增資料"
- Me.新增資料_bt.UseVisualStyleBackColor = True
- '
- 'ID1_lb
- '
- Me.ID1_lb.AutoSize = True
- Me.ID1_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.ID1_lb.Location = New System.Drawing.Point(3, 56)
- Me.ID1_lb.Name = "ID1_lb"
- Me.ID1_lb.Size = New System.Drawing.Size(23, 16)
- Me.ID1_lb.TabIndex = 791
- Me.ID1_lb.Text = "XX"
- '
- '考勤明細表_編輯
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(330, 82)
- Me.Controls.Add(Me.ID1_lb)
- Me.Controls.Add(Me.新增資料_bt)
- Me.Controls.Add(Me.修改該筆資料_bt)
- Me.Controls.Add(Me.ID_lb)
- Me.Controls.Add(Me.時間_dtp)
- Me.Controls.Add(Me.姓名_tb)
- Me.Controls.Add(Me.Label2)
- 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(3, 4, 3, 4)
- Me.Name = "考勤明細表_編輯"
- Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
- Me.Text = "考勤明細表_編輯"
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
- Friend WithEvents 姓名_tb As TextBox
- Friend WithEvents Label2 As Label
- Friend WithEvents 時間_dtp As DateTimePicker
- Friend WithEvents ID_lb As Label
- Friend WithEvents 修改該筆資料_bt As Button
- Friend WithEvents 刪除該筆資料_bt As Button
- Friend WithEvents 新增資料_bt As Button
- Friend WithEvents ID1_lb As Label
- End Class
|