123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200 |
- <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()
- Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle11 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle12 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
- Me.計算分流 = New System.Windows.Forms.Timer(Me.components)
- Me.清單1_dgv = New System.Windows.Forms.DataGridView()
- Me.異常_ch = New System.Windows.Forms.CheckBox()
- Me.正常_ch = New System.Windows.Forms.CheckBox()
- Me.判斷_bt = New System.Windows.Forms.Button()
- Me.查詢_bt = New System.Windows.Forms.Button()
- Me.清單_dgv = New System.Windows.Forms.DataGridView()
- Me.語轉扭_bt = New System.Windows.Forms.Button()
- Me.MyBrowser = New System.Windows.Forms.Panel()
- CType(Me.清單1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- 'ToolTip1
- '
- Me.ToolTip1.AutoPopDelay = 5000
- Me.ToolTip1.InitialDelay = 500
- Me.ToolTip1.IsBalloon = True
- Me.ToolTip1.ReshowDelay = 100
- Me.ToolTip1.ToolTipTitle = "系統說明"
- '
- '清單1_dgv
- '
- Me.清單1_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
- Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.清單1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.清單1_dgv.BackgroundColor = System.Drawing.Color.White
- Me.清單1_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.清單1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- DataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
- DataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Window
- DataGridViewCellStyle9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- DataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.ControlText
- DataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight
- DataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText
- DataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.清單1_dgv.DefaultCellStyle = DataGridViewCellStyle9
- Me.清單1_dgv.Location = New System.Drawing.Point(2, 26)
- Me.清單1_dgv.Name = "清單1_dgv"
- Me.清單1_dgv.RowHeadersWidth = 5
- DataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.清單1_dgv.RowsDefaultCellStyle = DataGridViewCellStyle10
- Me.清單1_dgv.RowTemplate.Height = 24
- Me.清單1_dgv.Size = New System.Drawing.Size(645, 362)
- Me.清單1_dgv.TabIndex = 1914
- '
- '異常_ch
- '
- Me.異常_ch.AutoSize = True
- Me.異常_ch.Checked = True
- Me.異常_ch.CheckState = System.Windows.Forms.CheckState.Checked
- Me.異常_ch.Location = New System.Drawing.Point(5, 4)
- Me.異常_ch.Name = "異常_ch"
- Me.異常_ch.Size = New System.Drawing.Size(50, 20)
- Me.異常_ch.TabIndex = 1920
- Me.異常_ch.Text = "異常"
- Me.異常_ch.UseVisualStyleBackColor = True
- '
- '正常_ch
- '
- Me.正常_ch.AutoSize = True
- Me.正常_ch.Location = New System.Drawing.Point(95, 4)
- Me.正常_ch.Name = "正常_ch"
- Me.正常_ch.Size = New System.Drawing.Size(50, 20)
- Me.正常_ch.TabIndex = 1919
- Me.正常_ch.Text = "正常"
- Me.正常_ch.UseVisualStyleBackColor = True
- '
- '判斷_bt
- '
- Me.判斷_bt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.renew
- Me.判斷_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- Me.判斷_bt.Location = New System.Drawing.Point(623, 2)
- Me.判斷_bt.Name = "判斷_bt"
- Me.判斷_bt.Size = New System.Drawing.Size(25, 25)
- Me.判斷_bt.TabIndex = 1918
- Me.判斷_bt.UseVisualStyleBackColor = True
- '
- '查詢_bt
- '
- Me.查詢_bt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.Search
- Me.查詢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- Me.查詢_bt.Location = New System.Drawing.Point(598, 2)
- Me.查詢_bt.Name = "查詢_bt"
- Me.查詢_bt.Size = New System.Drawing.Size(25, 25)
- Me.查詢_bt.TabIndex = 1915
- Me.查詢_bt.UseVisualStyleBackColor = True
- '
- '清單_dgv
- '
- Me.清單_dgv.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.清單_dgv.BackgroundColor = System.Drawing.Color.White
- Me.清單_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- DataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
- DataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Window
- DataGridViewCellStyle11.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- DataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.ControlText
- DataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight
- DataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText
- DataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.清單_dgv.DefaultCellStyle = DataGridViewCellStyle11
- Me.清單_dgv.Location = New System.Drawing.Point(2, 387)
- Me.清單_dgv.Name = "清單_dgv"
- Me.清單_dgv.RowHeadersWidth = 5
- DataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle12
- Me.清單_dgv.RowTemplate.Height = 24
- Me.清單_dgv.Size = New System.Drawing.Size(645, 271)
- Me.清單_dgv.TabIndex = 1916
- '
- '語轉扭_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.Black
- Me.語轉扭_bt.Location = New System.Drawing.Point(57, 177)
- Me.語轉扭_bt.Name = "語轉扭_bt"
- Me.語轉扭_bt.Size = New System.Drawing.Size(22, 22)
- Me.語轉扭_bt.TabIndex = 1913
- Me.語轉扭_bt.Text = "L"
- Me.語轉扭_bt.UseVisualStyleBackColor = True
- '
- 'MyBrowser
- '
- Me.MyBrowser.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.MyBrowser.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.MyBrowser.Location = New System.Drawing.Point(649, 5)
- Me.MyBrowser.Name = "MyBrowser"
- Me.MyBrowser.Size = New System.Drawing.Size(699, 653)
- Me.MyBrowser.TabIndex = 1917
- '
- '考勤位置異常清單
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(1351, 660)
- Me.Controls.Add(Me.清單1_dgv)
- Me.Controls.Add(Me.異常_ch)
- Me.Controls.Add(Me.正常_ch)
- Me.Controls.Add(Me.判斷_bt)
- Me.Controls.Add(Me.查詢_bt)
- Me.Controls.Add(Me.清單_dgv)
- Me.Controls.Add(Me.語轉扭_bt)
- Me.Controls.Add(Me.MyBrowser)
- 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.Name = "考勤位置異常清單"
- Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
- Me.Text = "考勤位置異常清單"
- CType(Me.清單1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
-
- Friend WithEvents ToolTip1 As ToolTip
- Friend WithEvents 計算分流 As Timer
- Friend WithEvents 清單1_dgv As DataGridView
- Friend WithEvents 異常_ch As CheckBox
- Friend WithEvents 正常_ch As CheckBox
- Friend WithEvents 判斷_bt As Button
- Friend WithEvents 查詢_bt As Button
- Friend WithEvents 清單_dgv As DataGridView
- Friend WithEvents 語轉扭_bt As Button
- Friend WithEvents MyBrowser As Panel
- End Class
|