123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146 |
- <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.components = New System.ComponentModel.Container()
- Me.QRCode_pb = New System.Windows.Forms.PictureBox()
- Me.重讀_bt = New System.Windows.Forms.Button()
- Me.Label1 = New System.Windows.Forms.Label()
- Me.Label2 = New System.Windows.Forms.Label()
- Me.讀秒 = New System.Windows.Forms.Timer(Me.components)
- Me.日期_DTP = New System.Windows.Forms.DateTimePicker()
- Me.時間_DTP = New System.Windows.Forms.DateTimePicker()
- Me.Label3 = New System.Windows.Forms.Label()
- CType(Me.QRCode_pb, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- 'QRCode_pb
- '
- Me.QRCode_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.QRCode_pb.Location = New System.Drawing.Point(4, 54)
- Me.QRCode_pb.Name = "QRCode_pb"
- Me.QRCode_pb.Size = New System.Drawing.Size(500, 500)
- Me.QRCode_pb.TabIndex = 984
- Me.QRCode_pb.TabStop = False
- '
- '重讀_bt
- '
- Me.重讀_bt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.renew
- Me.重讀_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.重讀_bt.Location = New System.Drawing.Point(455, 3)
- Me.重讀_bt.Name = "重讀_bt"
- Me.重讀_bt.Size = New System.Drawing.Size(50, 50)
- Me.重讀_bt.TabIndex = 985
- Me.重讀_bt.UseVisualStyleBackColor = True
- '
- 'Label1
- '
- Me.Label1.AutoSize = True
- Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label1.Location = New System.Drawing.Point(7, 32)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(178, 17)
- Me.Label1.TabIndex = 986
- Me.Label1.Text = "QR Code 重新讀取剩餘時間 : "
- '
- 'Label2
- '
- Me.Label2.AutoSize = True
- Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label2.ForeColor = System.Drawing.Color.Red
- Me.Label2.Location = New System.Drawing.Point(191, 32)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(26, 17)
- Me.Label2.TabIndex = 987
- Me.Label2.Text = "5 S"
- '
- '讀秒
- '
- Me.讀秒.Interval = 1000
- '
- '日期_DTP
- '
- Me.日期_DTP.CalendarFont = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.日期_DTP.CustomFormat = "yyyy/MM/dd"
- Me.日期_DTP.Enabled = False
- Me.日期_DTP.Format = System.Windows.Forms.DateTimePickerFormat.Custom
- Me.日期_DTP.Location = New System.Drawing.Point(68, 3)
- Me.日期_DTP.Name = "日期_DTP"
- Me.日期_DTP.Size = New System.Drawing.Size(92, 23)
- Me.日期_DTP.TabIndex = 988
- '
- '時間_DTP
- '
- Me.時間_DTP.CalendarFont = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.時間_DTP.CustomFormat = "hh:mm:ss"
- Me.時間_DTP.Enabled = False
- Me.時間_DTP.Format = System.Windows.Forms.DateTimePickerFormat.Custom
- Me.時間_DTP.Location = New System.Drawing.Point(159, 3)
- Me.時間_DTP.Name = "時間_DTP"
- Me.時間_DTP.Size = New System.Drawing.Size(70, 23)
- Me.時間_DTP.TabIndex = 989
- '
- 'Label3
- '
- Me.Label3.AutoSize = True
- Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label3.Location = New System.Drawing.Point(7, 6)
- Me.Label3.Name = "Label3"
- Me.Label3.Size = New System.Drawing.Size(60, 17)
- Me.Label3.TabIndex = 990
- Me.Label3.Text = "現在時間"
- '
- '考勤打卡主機
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(507, 559)
- Me.Controls.Add(Me.Label3)
- Me.Controls.Add(Me.時間_DTP)
- Me.Controls.Add(Me.日期_DTP)
- Me.Controls.Add(Me.Label2)
- Me.Controls.Add(Me.Label1)
- Me.Controls.Add(Me.重讀_bt)
- Me.Controls.Add(Me.QRCode_pb)
- 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)
- Me.MaximizeBox = False
- Me.MinimizeBox = False
- Me.Name = "考勤打卡主機"
- Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
- Me.Text = "考勤打卡主機"
- CType(Me.QRCode_pb, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
-
- Friend WithEvents QRCode_pb As PictureBox
- Friend WithEvents 重讀_bt As Button
- Friend WithEvents Label1 As Label
- Friend WithEvents Label2 As Label
- Friend WithEvents 讀秒 As Timer
- Friend WithEvents 日期_DTP As DateTimePicker
- Friend WithEvents 時間_DTP As DateTimePicker
- Friend WithEvents Label3 As Label
- End Class
|