暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

考勤位置設定.Designer.vb 15KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287
  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 DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Me.MyBrowser = New System.Windows.Forms.Panel()
  26. Me.誤差容許_nud = New System.Windows.Forms.NumericUpDown()
  27. Me.容許誤差_lb = New System.Windows.Forms.Label()
  28. Me.緯度_tb = New System.Windows.Forms.TextBox()
  29. Me.緯度_lb = New System.Windows.Forms.Label()
  30. Me.經度_tb = New System.Windows.Forms.TextBox()
  31. Me.經度_lb = New System.Windows.Forms.Label()
  32. Me.地點_tb = New System.Windows.Forms.TextBox()
  33. Me.地點_lb = New System.Windows.Forms.Label()
  34. Me.清單1_dgv = New System.Windows.Forms.DataGridView()
  35. Me.語轉扭_bt = New System.Windows.Forms.Button()
  36. Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
  37. Me.計算分流 = New System.Windows.Forms.Timer(Me.components)
  38. Me.查詢_bt = New System.Windows.Forms.Button()
  39. Me.新增_bt = New System.Windows.Forms.Button()
  40. Me.確認新增_bt = New System.Windows.Forms.Button()
  41. Me.刪除_bt = New System.Windows.Forms.Button()
  42. CType(Me.誤差容許_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  43. CType(Me.清單1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  44. Me.SuspendLayout()
  45. '
  46. 'MyBrowser
  47. '
  48. Me.MyBrowser.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  49. Or System.Windows.Forms.AnchorStyles.Left) _
  50. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  51. Me.MyBrowser.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  52. Me.MyBrowser.Location = New System.Drawing.Point(360, 2)
  53. Me.MyBrowser.Name = "MyBrowser"
  54. Me.MyBrowser.Size = New System.Drawing.Size(762, 620)
  55. Me.MyBrowser.TabIndex = 1947
  56. '
  57. '誤差容許_nud
  58. '
  59. Me.誤差容許_nud.Location = New System.Drawing.Point(241, 55)
  60. Me.誤差容許_nud.Maximum = New Decimal(New Integer() {500, 0, 0, 0})
  61. Me.誤差容許_nud.Minimum = New Decimal(New Integer() {10, 0, 0, 0})
  62. Me.誤差容許_nud.Name = "誤差容許_nud"
  63. Me.誤差容許_nud.Size = New System.Drawing.Size(114, 23)
  64. Me.誤差容許_nud.TabIndex = 1946
  65. Me.誤差容許_nud.Value = New Decimal(New Integer() {10, 0, 0, 0})
  66. '
  67. '容許誤差_lb
  68. '
  69. Me.容許誤差_lb.AutoEllipsis = True
  70. Me.容許誤差_lb.BackColor = System.Drawing.Color.Transparent
  71. Me.容許誤差_lb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  72. Me.容許誤差_lb.Location = New System.Drawing.Point(180, 55)
  73. Me.容許誤差_lb.Name = "容許誤差_lb"
  74. Me.容許誤差_lb.Size = New System.Drawing.Size(55, 20)
  75. Me.容許誤差_lb.TabIndex = 1945
  76. Me.容許誤差_lb.Text = "容許誤差"
  77. Me.容許誤差_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  78. Me.容許誤差_lb.UseMnemonic = False
  79. '
  80. '緯度_tb
  81. '
  82. Me.緯度_tb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  83. Me.緯度_tb.Location = New System.Drawing.Point(240, 79)
  84. Me.緯度_tb.Name = "緯度_tb"
  85. Me.緯度_tb.Size = New System.Drawing.Size(115, 22)
  86. Me.緯度_tb.TabIndex = 1939
  87. '
  88. '緯度_lb
  89. '
  90. Me.緯度_lb.AutoEllipsis = True
  91. Me.緯度_lb.BackColor = System.Drawing.Color.Transparent
  92. Me.緯度_lb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  93. Me.緯度_lb.Location = New System.Drawing.Point(179, 81)
  94. Me.緯度_lb.Name = "緯度_lb"
  95. Me.緯度_lb.Size = New System.Drawing.Size(55, 20)
  96. Me.緯度_lb.TabIndex = 1940
  97. Me.緯度_lb.Text = "緯 度"
  98. Me.緯度_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  99. Me.緯度_lb.UseMnemonic = False
  100. '
  101. '經度_tb
  102. '
  103. Me.經度_tb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  104. Me.經度_tb.Location = New System.Drawing.Point(64, 77)
  105. Me.經度_tb.Name = "經度_tb"
  106. Me.經度_tb.Size = New System.Drawing.Size(114, 22)
  107. Me.經度_tb.TabIndex = 1937
  108. '
  109. '經度_lb
  110. '
  111. Me.經度_lb.AutoEllipsis = True
  112. Me.經度_lb.BackColor = System.Drawing.Color.Transparent
  113. Me.經度_lb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  114. Me.經度_lb.Location = New System.Drawing.Point(3, 79)
  115. Me.經度_lb.Name = "經度_lb"
  116. Me.經度_lb.Size = New System.Drawing.Size(55, 20)
  117. Me.經度_lb.TabIndex = 1938
  118. Me.經度_lb.Text = "經 度"
  119. Me.經度_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  120. Me.經度_lb.UseMnemonic = False
  121. '
  122. '地點_tb
  123. '
  124. Me.地點_tb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  125. Me.地點_tb.Location = New System.Drawing.Point(64, 54)
  126. Me.地點_tb.Name = "地點_tb"
  127. Me.地點_tb.Size = New System.Drawing.Size(114, 22)
  128. Me.地點_tb.TabIndex = 1935
  129. '
  130. '地點_lb
  131. '
  132. Me.地點_lb.AutoEllipsis = True
  133. Me.地點_lb.BackColor = System.Drawing.Color.Transparent
  134. Me.地點_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  135. Me.地點_lb.Location = New System.Drawing.Point(3, 56)
  136. Me.地點_lb.Name = "地點_lb"
  137. Me.地點_lb.Size = New System.Drawing.Size(55, 20)
  138. Me.地點_lb.TabIndex = 1936
  139. Me.地點_lb.Text = "地 點"
  140. Me.地點_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  141. Me.地點_lb.UseMnemonic = False
  142. '
  143. '清單1_dgv
  144. '
  145. Me.清單1_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  146. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  147. Me.清單1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  148. Me.清單1_dgv.BackgroundColor = System.Drawing.Color.White
  149. Me.清單1_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  150. Me.清單1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  151. DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  152. DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
  153. DataGridViewCellStyle3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  154. DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText
  155. DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
  156. DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  157. DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  158. Me.清單1_dgv.DefaultCellStyle = DataGridViewCellStyle3
  159. Me.清單1_dgv.Location = New System.Drawing.Point(2, 102)
  160. Me.清單1_dgv.Name = "清單1_dgv"
  161. Me.清單1_dgv.RowHeadersWidth = 5
  162. DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  163. Me.清單1_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4
  164. Me.清單1_dgv.RowTemplate.Height = 24
  165. Me.清單1_dgv.Size = New System.Drawing.Size(357, 520)
  166. Me.清單1_dgv.TabIndex = 1934
  167. '
  168. '語轉扭_bt
  169. '
  170. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  171. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  172. Me.語轉扭_bt.Location = New System.Drawing.Point(443, 64)
  173. Me.語轉扭_bt.Name = "語轉扭_bt"
  174. Me.語轉扭_bt.Size = New System.Drawing.Size(22, 22)
  175. Me.語轉扭_bt.TabIndex = 1933
  176. Me.語轉扭_bt.Text = "L"
  177. Me.語轉扭_bt.UseVisualStyleBackColor = True
  178. '
  179. 'ToolTip1
  180. '
  181. Me.ToolTip1.AutoPopDelay = 5000
  182. Me.ToolTip1.InitialDelay = 500
  183. Me.ToolTip1.IsBalloon = True
  184. Me.ToolTip1.ReshowDelay = 100
  185. Me.ToolTip1.ToolTipTitle = "系統說明"
  186. '
  187. '計算分流
  188. '
  189. '
  190. '查詢_bt
  191. '
  192. Me.查詢_bt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.Search
  193. Me.查詢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  194. Me.查詢_bt.Location = New System.Drawing.Point(2, 2)
  195. Me.查詢_bt.Name = "查詢_bt"
  196. Me.查詢_bt.Size = New System.Drawing.Size(50, 50)
  197. Me.查詢_bt.TabIndex = 1944
  198. Me.查詢_bt.UseVisualStyleBackColor = True
  199. '
  200. '新增_bt
  201. '
  202. Me.新增_bt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.add_2
  203. Me.新增_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  204. Me.新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  205. Me.新增_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  206. Me.新增_bt.Location = New System.Drawing.Point(58, 1)
  207. Me.新增_bt.Name = "新增_bt"
  208. Me.新增_bt.Size = New System.Drawing.Size(50, 50)
  209. Me.新增_bt.TabIndex = 1942
  210. Me.新增_bt.UseVisualStyleBackColor = True
  211. '
  212. '確認新增_bt
  213. '
  214. Me.確認新增_bt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.SAVER
  215. Me.確認新增_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  216. Me.確認新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  217. Me.確認新增_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  218. Me.確認新增_bt.Location = New System.Drawing.Point(108, 1)
  219. Me.確認新增_bt.Name = "確認新增_bt"
  220. Me.確認新增_bt.Size = New System.Drawing.Size(50, 50)
  221. Me.確認新增_bt.TabIndex = 1941
  222. Me.確認新增_bt.UseVisualStyleBackColor = True
  223. '
  224. '刪除_bt
  225. '
  226. Me.刪除_bt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.GarbageEmpty
  227. Me.刪除_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  228. Me.刪除_bt.ForeColor = System.Drawing.Color.Red
  229. Me.刪除_bt.Location = New System.Drawing.Point(309, 1)
  230. Me.刪除_bt.Name = "刪除_bt"
  231. Me.刪除_bt.Size = New System.Drawing.Size(50, 50)
  232. Me.刪除_bt.TabIndex = 1943
  233. Me.刪除_bt.UseVisualStyleBackColor = True
  234. '
  235. '考勤位置設定
  236. '
  237. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  238. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  239. Me.ClientSize = New System.Drawing.Size(1124, 623)
  240. Me.Controls.Add(Me.MyBrowser)
  241. Me.Controls.Add(Me.誤差容許_nud)
  242. Me.Controls.Add(Me.容許誤差_lb)
  243. Me.Controls.Add(Me.查詢_bt)
  244. Me.Controls.Add(Me.新增_bt)
  245. Me.Controls.Add(Me.確認新增_bt)
  246. Me.Controls.Add(Me.緯度_tb)
  247. Me.Controls.Add(Me.緯度_lb)
  248. Me.Controls.Add(Me.經度_tb)
  249. Me.Controls.Add(Me.經度_lb)
  250. Me.Controls.Add(Me.地點_tb)
  251. Me.Controls.Add(Me.地點_lb)
  252. Me.Controls.Add(Me.清單1_dgv)
  253. Me.Controls.Add(Me.語轉扭_bt)
  254. Me.Controls.Add(Me.刪除_bt)
  255. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  256. Me.Margin = New System.Windows.Forms.Padding(4)
  257. Me.Name = "考勤位置設定"
  258. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  259. Me.Text = "考勤位置設定"
  260. CType(Me.誤差容許_nud, System.ComponentModel.ISupportInitialize).EndInit()
  261. CType(Me.清單1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  262. Me.ResumeLayout(False)
  263. Me.PerformLayout()
  264. End Sub
  265. Friend WithEvents MyBrowser As Panel
  266. Friend WithEvents 誤差容許_nud As NumericUpDown
  267. Friend WithEvents 容許誤差_lb As Label
  268. Friend WithEvents 查詢_bt As Button
  269. Friend WithEvents 新增_bt As Button
  270. Friend WithEvents 確認新增_bt As Button
  271. Friend WithEvents 緯度_tb As TextBox
  272. Friend WithEvents 緯度_lb As Label
  273. Friend WithEvents 經度_tb As TextBox
  274. Friend WithEvents 經度_lb As Label
  275. Friend WithEvents 地點_tb As TextBox
  276. Friend WithEvents 地點_lb As Label
  277. Friend WithEvents 清單1_dgv As DataGridView
  278. Friend WithEvents 語轉扭_bt As Button
  279. Friend WithEvents 刪除_bt As Button
  280. Friend WithEvents ToolTip1 As ToolTip
  281. Friend WithEvents 計算分流 As Timer
  282. End Class