Nav apraksta
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

考勤位置異常清單.Designer.vb 10KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  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 DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  27. Me.語轉扭_bt = New System.Windows.Forms.Button()
  28. Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
  29. Me.計算分流 = New System.Windows.Forms.Timer(Me.components)
  30. Me.清單1_dgv = New System.Windows.Forms.DataGridView()
  31. Me.查詢_bt = New System.Windows.Forms.Button()
  32. Me.清單_dgv = New System.Windows.Forms.DataGridView()
  33. Me.MyBrowser = New System.Windows.Forms.Panel()
  34. Me.判斷_bt = New System.Windows.Forms.Button()
  35. Me.正常_ch = New System.Windows.Forms.CheckBox()
  36. Me.異常_ch = New System.Windows.Forms.CheckBox()
  37. CType(Me.清單1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  38. CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  39. Me.SuspendLayout()
  40. '
  41. '語轉扭_bt
  42. '
  43. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  44. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  45. Me.語轉扭_bt.Location = New System.Drawing.Point(58, 175)
  46. Me.語轉扭_bt.Name = "語轉扭_bt"
  47. Me.語轉扭_bt.Size = New System.Drawing.Size(22, 22)
  48. Me.語轉扭_bt.TabIndex = 1901
  49. Me.語轉扭_bt.Text = "L"
  50. Me.語轉扭_bt.UseVisualStyleBackColor = True
  51. '
  52. 'ToolTip1
  53. '
  54. Me.ToolTip1.AutoPopDelay = 5000
  55. Me.ToolTip1.InitialDelay = 500
  56. Me.ToolTip1.IsBalloon = True
  57. Me.ToolTip1.ReshowDelay = 100
  58. Me.ToolTip1.ToolTipTitle = "illustrate"
  59. '
  60. '計算分流
  61. '
  62. '
  63. '清單1_dgv
  64. '
  65. Me.清單1_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  66. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  67. Me.清單1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  68. Me.清單1_dgv.BackgroundColor = System.Drawing.Color.White
  69. Me.清單1_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  70. Me.清單1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  71. DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  72. DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window
  73. DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  74. DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText
  75. DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
  76. DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  77. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  78. Me.清單1_dgv.DefaultCellStyle = DataGridViewCellStyle1
  79. Me.清單1_dgv.Location = New System.Drawing.Point(3, 24)
  80. Me.清單1_dgv.Name = "清單1_dgv"
  81. Me.清單1_dgv.RowHeadersWidth = 5
  82. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  83. Me.清單1_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  84. Me.清單1_dgv.RowTemplate.Height = 24
  85. Me.清單1_dgv.Size = New System.Drawing.Size(645, 362)
  86. Me.清單1_dgv.TabIndex = 1902
  87. '
  88. '查詢_bt
  89. '
  90. Me.查詢_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Search
  91. Me.查詢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  92. Me.查詢_bt.Location = New System.Drawing.Point(599, 0)
  93. Me.查詢_bt.Name = "查詢_bt"
  94. Me.查詢_bt.Size = New System.Drawing.Size(25, 25)
  95. Me.查詢_bt.TabIndex = 1907
  96. Me.查詢_bt.UseVisualStyleBackColor = True
  97. '
  98. '清單_dgv
  99. '
  100. Me.清單_dgv.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  101. Me.清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  102. Me.清單_dgv.BackgroundColor = System.Drawing.Color.White
  103. Me.清單_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  104. Me.清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  105. DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  106. DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
  107. DataGridViewCellStyle3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  108. DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText
  109. DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
  110. DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  111. DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  112. Me.清單_dgv.DefaultCellStyle = DataGridViewCellStyle3
  113. Me.清單_dgv.Location = New System.Drawing.Point(3, 385)
  114. Me.清單_dgv.Name = "清單_dgv"
  115. Me.清單_dgv.RowHeadersWidth = 5
  116. DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  117. Me.清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4
  118. Me.清單_dgv.RowTemplate.Height = 24
  119. Me.清單_dgv.Size = New System.Drawing.Size(645, 271)
  120. Me.清單_dgv.TabIndex = 1908
  121. '
  122. 'MyBrowser
  123. '
  124. Me.MyBrowser.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  125. Or System.Windows.Forms.AnchorStyles.Left) _
  126. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  127. Me.MyBrowser.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  128. Me.MyBrowser.Location = New System.Drawing.Point(650, 3)
  129. Me.MyBrowser.Name = "MyBrowser"
  130. Me.MyBrowser.Size = New System.Drawing.Size(699, 653)
  131. Me.MyBrowser.TabIndex = 1909
  132. '
  133. '判斷_bt
  134. '
  135. Me.判斷_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.renew
  136. Me.判斷_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  137. Me.判斷_bt.Location = New System.Drawing.Point(624, 0)
  138. Me.判斷_bt.Name = "判斷_bt"
  139. Me.判斷_bt.Size = New System.Drawing.Size(25, 25)
  140. Me.判斷_bt.TabIndex = 1910
  141. Me.判斷_bt.UseVisualStyleBackColor = True
  142. '
  143. '正常_ch
  144. '
  145. Me.正常_ch.AutoSize = True
  146. Me.正常_ch.Location = New System.Drawing.Point(96, 2)
  147. Me.正常_ch.Name = "正常_ch"
  148. Me.正常_ch.Size = New System.Drawing.Size(50, 20)
  149. Me.正常_ch.TabIndex = 1911
  150. Me.正常_ch.Text = "正常"
  151. Me.正常_ch.UseVisualStyleBackColor = True
  152. '
  153. '異常_ch
  154. '
  155. Me.異常_ch.AutoSize = True
  156. Me.異常_ch.Checked = True
  157. Me.異常_ch.CheckState = System.Windows.Forms.CheckState.Checked
  158. Me.異常_ch.Location = New System.Drawing.Point(6, 2)
  159. Me.異常_ch.Name = "異常_ch"
  160. Me.異常_ch.Size = New System.Drawing.Size(50, 20)
  161. Me.異常_ch.TabIndex = 1912
  162. Me.異常_ch.Text = "異常"
  163. Me.異常_ch.UseVisualStyleBackColor = True
  164. '
  165. '考勤位置異常清單
  166. '
  167. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  168. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  169. Me.ClientSize = New System.Drawing.Size(1351, 660)
  170. Me.Controls.Add(Me.清單1_dgv)
  171. Me.Controls.Add(Me.異常_ch)
  172. Me.Controls.Add(Me.正常_ch)
  173. Me.Controls.Add(Me.判斷_bt)
  174. Me.Controls.Add(Me.查詢_bt)
  175. Me.Controls.Add(Me.清單_dgv)
  176. Me.Controls.Add(Me.語轉扭_bt)
  177. Me.Controls.Add(Me.MyBrowser)
  178. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  179. Me.Margin = New System.Windows.Forms.Padding(4)
  180. Me.Name = "考勤位置異常清單"
  181. Me.Text = "考勤位置異常清單"
  182. CType(Me.清單1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  183. CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  184. Me.ResumeLayout(False)
  185. Me.PerformLayout()
  186. End Sub
  187. Friend WithEvents 語轉扭_bt As Button
  188. Friend WithEvents ToolTip1 As ToolTip
  189. Friend WithEvents 計算分流 As Timer
  190. Friend WithEvents 清單1_dgv As DataGridView
  191. Friend WithEvents 查詢_bt As Button
  192. Friend WithEvents 清單_dgv As DataGridView
  193. Friend WithEvents MyBrowser As Panel
  194. Friend WithEvents 判斷_bt As Button
  195. Friend WithEvents 正常_ch As CheckBox
  196. Friend WithEvents 異常_ch As CheckBox
  197. End Class