Bez popisu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

考勤管理-依日期.Designer.vb 13KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302
  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. Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Me.DataGridView2 = New System.Windows.Forms.DataGridView()
  25. Me.Button5 = New System.Windows.Forms.Button()
  26. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  27. Me.TextBox1 = New System.Windows.Forms.TextBox()
  28. Me.TextBox7 = New System.Windows.Forms.TextBox()
  29. Me.Label7 = New System.Windows.Forms.Label()
  30. Me.TextBox6 = New System.Windows.Forms.TextBox()
  31. Me.Label6 = New System.Windows.Forms.Label()
  32. Me.TextBox5 = New System.Windows.Forms.TextBox()
  33. Me.Label5 = New System.Windows.Forms.Label()
  34. Me.TextBox4 = New System.Windows.Forms.TextBox()
  35. Me.Label4 = New System.Windows.Forms.Label()
  36. Me.TextBox3 = New System.Windows.Forms.TextBox()
  37. Me.Label3 = New System.Windows.Forms.Label()
  38. Me.Button1 = New System.Windows.Forms.Button()
  39. Me.Label2 = New System.Windows.Forms.Label()
  40. Me.ComboBox1 = New System.Windows.Forms.ComboBox()
  41. Me.Label1 = New System.Windows.Forms.Label()
  42. Me.ComboBox3 = New System.Windows.Forms.ComboBox()
  43. Me.Button2 = New System.Windows.Forms.Button()
  44. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit()
  45. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  46. Me.SuspendLayout()
  47. '
  48. 'DataGridView2
  49. '
  50. DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  51. Me.DataGridView2.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  52. Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  53. Me.DataGridView2.Location = New System.Drawing.Point(12, 38)
  54. Me.DataGridView2.Name = "DataGridView2"
  55. Me.DataGridView2.RowHeadersWidth = 5
  56. Me.DataGridView2.RowTemplate.Height = 24
  57. Me.DataGridView2.Size = New System.Drawing.Size(105, 623)
  58. Me.DataGridView2.TabIndex = 26
  59. '
  60. 'Button5
  61. '
  62. Me.Button5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  63. Me.Button5.ForeColor = System.Drawing.Color.Black
  64. Me.Button5.Location = New System.Drawing.Point(12, 8)
  65. Me.Button5.Name = "Button5"
  66. Me.Button5.Size = New System.Drawing.Size(105, 24)
  67. Me.Button5.TabIndex = 521
  68. Me.Button5.Text = "查詢"
  69. Me.Button5.UseVisualStyleBackColor = True
  70. '
  71. 'DataGridView1
  72. '
  73. DataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer))
  74. Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle4
  75. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  76. Me.DataGridView1.Location = New System.Drawing.Point(123, 38)
  77. Me.DataGridView1.Name = "DataGridView1"
  78. Me.DataGridView1.RowHeadersWidth = 5
  79. Me.DataGridView1.RowTemplate.Height = 24
  80. Me.DataGridView1.Size = New System.Drawing.Size(1082, 623)
  81. Me.DataGridView1.TabIndex = 522
  82. '
  83. 'TextBox1
  84. '
  85. Me.TextBox1.Location = New System.Drawing.Point(1105, 9)
  86. Me.TextBox1.Name = "TextBox1"
  87. Me.TextBox1.Size = New System.Drawing.Size(100, 23)
  88. Me.TextBox1.TabIndex = 523
  89. '
  90. 'TextBox7
  91. '
  92. Me.TextBox7.ForeColor = System.Drawing.Color.Black
  93. Me.TextBox7.Location = New System.Drawing.Point(1093, 667)
  94. Me.TextBox7.Name = "TextBox7"
  95. Me.TextBox7.Size = New System.Drawing.Size(112, 23)
  96. Me.TextBox7.TabIndex = 542
  97. Me.TextBox7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  98. '
  99. 'Label7
  100. '
  101. Me.Label7.AutoSize = True
  102. Me.Label7.ForeColor = System.Drawing.Color.Red
  103. Me.Label7.Location = New System.Drawing.Point(1007, 670)
  104. Me.Label7.Name = "Label7"
  105. Me.Label7.Size = New System.Drawing.Size(80, 16)
  106. Me.Label7.TabIndex = 541
  107. Me.Label7.Text = "應上時長合計"
  108. '
  109. 'TextBox6
  110. '
  111. Me.TextBox6.ForeColor = System.Drawing.Color.Black
  112. Me.TextBox6.Location = New System.Drawing.Point(889, 667)
  113. Me.TextBox6.Name = "TextBox6"
  114. Me.TextBox6.Size = New System.Drawing.Size(112, 23)
  115. Me.TextBox6.TabIndex = 540
  116. Me.TextBox6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  117. '
  118. 'Label6
  119. '
  120. Me.Label6.AutoSize = True
  121. Me.Label6.ForeColor = System.Drawing.Color.Red
  122. Me.Label6.Location = New System.Drawing.Point(815, 670)
  123. Me.Label6.Name = "Label6"
  124. Me.Label6.Size = New System.Drawing.Size(68, 16)
  125. Me.Label6.TabIndex = 539
  126. Me.Label6.Text = "總時長合計"
  127. '
  128. 'TextBox5
  129. '
  130. Me.TextBox5.ForeColor = System.Drawing.Color.Black
  131. Me.TextBox5.Location = New System.Drawing.Point(697, 667)
  132. Me.TextBox5.Name = "TextBox5"
  133. Me.TextBox5.Size = New System.Drawing.Size(112, 23)
  134. Me.TextBox5.TabIndex = 538
  135. Me.TextBox5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  136. '
  137. 'Label5
  138. '
  139. Me.Label5.AutoSize = True
  140. Me.Label5.ForeColor = System.Drawing.Color.Red
  141. Me.Label5.Location = New System.Drawing.Point(623, 670)
  142. Me.Label5.Name = "Label5"
  143. Me.Label5.Size = New System.Drawing.Size(68, 16)
  144. Me.Label5.TabIndex = 537
  145. Me.Label5.Text = "第三班合計"
  146. '
  147. 'TextBox4
  148. '
  149. Me.TextBox4.ForeColor = System.Drawing.Color.Black
  150. Me.TextBox4.Location = New System.Drawing.Point(505, 667)
  151. Me.TextBox4.Name = "TextBox4"
  152. Me.TextBox4.Size = New System.Drawing.Size(112, 23)
  153. Me.TextBox4.TabIndex = 536
  154. Me.TextBox4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  155. '
  156. 'Label4
  157. '
  158. Me.Label4.AutoSize = True
  159. Me.Label4.ForeColor = System.Drawing.Color.Red
  160. Me.Label4.Location = New System.Drawing.Point(431, 670)
  161. Me.Label4.Name = "Label4"
  162. Me.Label4.Size = New System.Drawing.Size(68, 16)
  163. Me.Label4.TabIndex = 535
  164. Me.Label4.Text = "第二班合計"
  165. '
  166. 'TextBox3
  167. '
  168. Me.TextBox3.ForeColor = System.Drawing.Color.Black
  169. Me.TextBox3.Location = New System.Drawing.Point(313, 667)
  170. Me.TextBox3.Name = "TextBox3"
  171. Me.TextBox3.Size = New System.Drawing.Size(112, 23)
  172. Me.TextBox3.TabIndex = 534
  173. Me.TextBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  174. '
  175. 'Label3
  176. '
  177. Me.Label3.AutoSize = True
  178. Me.Label3.ForeColor = System.Drawing.Color.Red
  179. Me.Label3.Location = New System.Drawing.Point(239, 670)
  180. Me.Label3.Name = "Label3"
  181. Me.Label3.Size = New System.Drawing.Size(68, 16)
  182. Me.Label3.TabIndex = 533
  183. Me.Label3.Text = "第一班合計"
  184. '
  185. 'Button1
  186. '
  187. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  188. Me.Button1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  189. Me.Button1.Location = New System.Drawing.Point(355, 7)
  190. Me.Button1.Name = "Button1"
  191. Me.Button1.Size = New System.Drawing.Size(175, 24)
  192. Me.Button1.TabIndex = 547
  193. Me.Button1.Text = "月份考勤讀取"
  194. Me.Button1.UseVisualStyleBackColor = True
  195. '
  196. 'Label2
  197. '
  198. Me.Label2.AutoSize = True
  199. Me.Label2.Location = New System.Drawing.Point(329, 11)
  200. Me.Label2.Name = "Label2"
  201. Me.Label2.Size = New System.Drawing.Size(20, 16)
  202. Me.Label2.TabIndex = 546
  203. Me.Label2.Text = "月"
  204. '
  205. 'ComboBox1
  206. '
  207. Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  208. Me.ComboBox1.FormattingEnabled = True
  209. Me.ComboBox1.Items.AddRange(New Object() {"01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"})
  210. Me.ComboBox1.Location = New System.Drawing.Point(264, 8)
  211. Me.ComboBox1.Name = "ComboBox1"
  212. Me.ComboBox1.Size = New System.Drawing.Size(59, 24)
  213. Me.ComboBox1.TabIndex = 545
  214. '
  215. 'Label1
  216. '
  217. Me.Label1.AutoSize = True
  218. Me.Label1.Location = New System.Drawing.Point(238, 11)
  219. Me.Label1.Name = "Label1"
  220. Me.Label1.Size = New System.Drawing.Size(20, 16)
  221. Me.Label1.TabIndex = 544
  222. Me.Label1.Text = "年"
  223. '
  224. 'ComboBox3
  225. '
  226. Me.ComboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  227. Me.ComboBox3.FormattingEnabled = True
  228. Me.ComboBox3.Items.AddRange(New Object() {"2015", "2016", "2017", "2018", "2019", "2020", "2021", "2022", "2023", "2024", "2025", "2026", "2027", "2028", "2029", "2030", "2031", "2032", "2033", "2034", "2035"})
  229. Me.ComboBox3.Location = New System.Drawing.Point(123, 8)
  230. Me.ComboBox3.Name = "ComboBox3"
  231. Me.ComboBox3.Size = New System.Drawing.Size(109, 24)
  232. Me.ComboBox3.TabIndex = 543
  233. '
  234. 'Button2
  235. '
  236. Me.Button2.Location = New System.Drawing.Point(536, 8)
  237. Me.Button2.Name = "Button2"
  238. Me.Button2.Size = New System.Drawing.Size(105, 23)
  239. Me.Button2.TabIndex = 548
  240. Me.Button2.Text = "導出成EXCEL"
  241. Me.Button2.UseVisualStyleBackColor = True
  242. '
  243. '考勤管理_依日期
  244. '
  245. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  246. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  247. Me.ClientSize = New System.Drawing.Size(1217, 696)
  248. Me.Controls.Add(Me.Button2)
  249. Me.Controls.Add(Me.Button1)
  250. Me.Controls.Add(Me.Label2)
  251. Me.Controls.Add(Me.ComboBox1)
  252. Me.Controls.Add(Me.Label1)
  253. Me.Controls.Add(Me.ComboBox3)
  254. Me.Controls.Add(Me.TextBox7)
  255. Me.Controls.Add(Me.Label7)
  256. Me.Controls.Add(Me.TextBox6)
  257. Me.Controls.Add(Me.Label6)
  258. Me.Controls.Add(Me.TextBox5)
  259. Me.Controls.Add(Me.Label5)
  260. Me.Controls.Add(Me.TextBox4)
  261. Me.Controls.Add(Me.Label4)
  262. Me.Controls.Add(Me.TextBox3)
  263. Me.Controls.Add(Me.Label3)
  264. Me.Controls.Add(Me.TextBox1)
  265. Me.Controls.Add(Me.DataGridView1)
  266. Me.Controls.Add(Me.Button5)
  267. Me.Controls.Add(Me.DataGridView2)
  268. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  269. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  270. Me.Name = "考勤管理_依日期"
  271. Me.Text = "考勤管理_依日期"
  272. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit()
  273. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  274. Me.ResumeLayout(False)
  275. Me.PerformLayout()
  276. End Sub
  277. Friend WithEvents DataGridView2 As DataGridView
  278. Friend WithEvents Button5 As Button
  279. Friend WithEvents DataGridView1 As DataGridView
  280. Friend WithEvents TextBox1 As TextBox
  281. Friend WithEvents TextBox7 As TextBox
  282. Friend WithEvents Label7 As Label
  283. Friend WithEvents TextBox6 As TextBox
  284. Friend WithEvents Label6 As Label
  285. Friend WithEvents TextBox5 As TextBox
  286. Friend WithEvents Label5 As Label
  287. Friend WithEvents TextBox4 As TextBox
  288. Friend WithEvents Label4 As Label
  289. Friend WithEvents TextBox3 As TextBox
  290. Friend WithEvents Label3 As Label
  291. Friend WithEvents Button1 As Button
  292. Friend WithEvents Label2 As Label
  293. Friend WithEvents ComboBox1 As ComboBox
  294. Friend WithEvents Label1 As Label
  295. Friend WithEvents ComboBox3 As ComboBox
  296. Friend WithEvents Button2 As Button
  297. End Class