Без опису
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 考勤位置異常清單
  3. Inherits System.Windows.Forms.Form
  4. 'Form 覆寫 Dispose 以清除元件清單。
  5. <System.Diagnostics.DebuggerNonUserCode()> _
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. '為 Windows Form 設計工具的必要項
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下為 Windows Form 設計工具所需的程序
  18. '可以使用 Windows Form 設計工具進行修改。
  19. '請勿使用程式碼編輯器進行修改。
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Me.components = New System.ComponentModel.Container()
  23. Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle11 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim DataGridViewCellStyle12 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  27. Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
  28. Me.計算分流 = New System.Windows.Forms.Timer(Me.components)
  29. Me.清單1_dgv = New System.Windows.Forms.DataGridView()
  30. Me.異常_ch = New System.Windows.Forms.CheckBox()
  31. Me.正常_ch = New System.Windows.Forms.CheckBox()
  32. Me.判斷_bt = New System.Windows.Forms.Button()
  33. Me.查詢_bt = New System.Windows.Forms.Button()
  34. Me.清單_dgv = New System.Windows.Forms.DataGridView()
  35. Me.語轉扭_bt = New System.Windows.Forms.Button()
  36. Me.MyBrowser = New System.Windows.Forms.Panel()
  37. CType(Me.清單1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  38. CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  39. Me.SuspendLayout()
  40. '
  41. 'ToolTip1
  42. '
  43. Me.ToolTip1.AutoPopDelay = 5000
  44. Me.ToolTip1.InitialDelay = 500
  45. Me.ToolTip1.IsBalloon = True
  46. Me.ToolTip1.ReshowDelay = 100
  47. Me.ToolTip1.ToolTipTitle = "系統說明"
  48. '
  49. '清單1_dgv
  50. '
  51. Me.清單1_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  52. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  53. Me.清單1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  54. Me.清單1_dgv.BackgroundColor = System.Drawing.Color.White
  55. Me.清單1_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  56. Me.清單1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  57. DataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  58. DataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Window
  59. DataGridViewCellStyle9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  60. DataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.ControlText
  61. DataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight
  62. DataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  63. DataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  64. Me.清單1_dgv.DefaultCellStyle = DataGridViewCellStyle9
  65. Me.清單1_dgv.Location = New System.Drawing.Point(2, 26)
  66. Me.清單1_dgv.Name = "清單1_dgv"
  67. Me.清單1_dgv.RowHeadersWidth = 5
  68. DataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  69. Me.清單1_dgv.RowsDefaultCellStyle = DataGridViewCellStyle10
  70. Me.清單1_dgv.RowTemplate.Height = 24
  71. Me.清單1_dgv.Size = New System.Drawing.Size(645, 362)
  72. Me.清單1_dgv.TabIndex = 1914
  73. '
  74. '異常_ch
  75. '
  76. Me.異常_ch.AutoSize = True
  77. Me.異常_ch.Checked = True
  78. Me.異常_ch.CheckState = System.Windows.Forms.CheckState.Checked
  79. Me.異常_ch.Location = New System.Drawing.Point(5, 4)
  80. Me.異常_ch.Name = "異常_ch"
  81. Me.異常_ch.Size = New System.Drawing.Size(50, 20)
  82. Me.異常_ch.TabIndex = 1920
  83. Me.異常_ch.Text = "異常"
  84. Me.異常_ch.UseVisualStyleBackColor = True
  85. '
  86. '正常_ch
  87. '
  88. Me.正常_ch.AutoSize = True
  89. Me.正常_ch.Location = New System.Drawing.Point(95, 4)
  90. Me.正常_ch.Name = "正常_ch"
  91. Me.正常_ch.Size = New System.Drawing.Size(50, 20)
  92. Me.正常_ch.TabIndex = 1919
  93. Me.正常_ch.Text = "正常"
  94. Me.正常_ch.UseVisualStyleBackColor = True
  95. '
  96. '判斷_bt
  97. '
  98. Me.判斷_bt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.renew
  99. Me.判斷_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  100. Me.判斷_bt.Location = New System.Drawing.Point(623, 2)
  101. Me.判斷_bt.Name = "判斷_bt"
  102. Me.判斷_bt.Size = New System.Drawing.Size(25, 25)
  103. Me.判斷_bt.TabIndex = 1918
  104. Me.判斷_bt.UseVisualStyleBackColor = True
  105. '
  106. '查詢_bt
  107. '
  108. Me.查詢_bt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.Search
  109. Me.查詢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  110. Me.查詢_bt.Location = New System.Drawing.Point(598, 2)
  111. Me.查詢_bt.Name = "查詢_bt"
  112. Me.查詢_bt.Size = New System.Drawing.Size(25, 25)
  113. Me.查詢_bt.TabIndex = 1915
  114. Me.查詢_bt.UseVisualStyleBackColor = True
  115. '
  116. '清單_dgv
  117. '
  118. Me.清單_dgv.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  119. Me.清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  120. Me.清單_dgv.BackgroundColor = System.Drawing.Color.White
  121. Me.清單_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  122. Me.清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  123. DataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  124. DataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Window
  125. DataGridViewCellStyle11.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  126. DataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.ControlText
  127. DataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight
  128. DataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  129. DataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  130. Me.清單_dgv.DefaultCellStyle = DataGridViewCellStyle11
  131. Me.清單_dgv.Location = New System.Drawing.Point(2, 387)
  132. Me.清單_dgv.Name = "清單_dgv"
  133. Me.清單_dgv.RowHeadersWidth = 5
  134. DataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  135. Me.清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle12
  136. Me.清單_dgv.RowTemplate.Height = 24
  137. Me.清單_dgv.Size = New System.Drawing.Size(645, 271)
  138. Me.清單_dgv.TabIndex = 1916
  139. '
  140. '語轉扭_bt
  141. '
  142. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  143. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  144. Me.語轉扭_bt.Location = New System.Drawing.Point(57, 177)
  145. Me.語轉扭_bt.Name = "語轉扭_bt"
  146. Me.語轉扭_bt.Size = New System.Drawing.Size(22, 22)
  147. Me.語轉扭_bt.TabIndex = 1913
  148. Me.語轉扭_bt.Text = "L"
  149. Me.語轉扭_bt.UseVisualStyleBackColor = True
  150. '
  151. 'MyBrowser
  152. '
  153. Me.MyBrowser.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  154. Or System.Windows.Forms.AnchorStyles.Left) _
  155. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  156. Me.MyBrowser.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  157. Me.MyBrowser.Location = New System.Drawing.Point(649, 5)
  158. Me.MyBrowser.Name = "MyBrowser"
  159. Me.MyBrowser.Size = New System.Drawing.Size(699, 653)
  160. Me.MyBrowser.TabIndex = 1917
  161. '
  162. '考勤位置異常清單
  163. '
  164. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  165. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  166. Me.ClientSize = New System.Drawing.Size(1351, 660)
  167. Me.Controls.Add(Me.清單1_dgv)
  168. Me.Controls.Add(Me.異常_ch)
  169. Me.Controls.Add(Me.正常_ch)
  170. Me.Controls.Add(Me.判斷_bt)
  171. Me.Controls.Add(Me.查詢_bt)
  172. Me.Controls.Add(Me.清單_dgv)
  173. Me.Controls.Add(Me.語轉扭_bt)
  174. Me.Controls.Add(Me.MyBrowser)
  175. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  176. Me.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  177. Me.Name = "考勤位置異常清單"
  178. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  179. Me.Text = "考勤位置異常清單"
  180. CType(Me.清單1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  181. CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  182. Me.ResumeLayout(False)
  183. Me.PerformLayout()
  184. End Sub
  185. Friend WithEvents ToolTip1 As ToolTip
  186. Friend WithEvents 計算分流 As Timer
  187. Friend WithEvents 清單1_dgv As DataGridView
  188. Friend WithEvents 異常_ch As CheckBox
  189. Friend WithEvents 正常_ch As CheckBox
  190. Friend WithEvents 判斷_bt As Button
  191. Friend WithEvents 查詢_bt As Button
  192. Friend WithEvents 清單_dgv As DataGridView
  193. Friend WithEvents 語轉扭_bt As Button
  194. Friend WithEvents MyBrowser As Panel
  195. End Class