No Description
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 16KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343
  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 DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Me.月清單_DGV = New System.Windows.Forms.DataGridView()
  25. Me.事由_tb = New System.Windows.Forms.TextBox()
  26. Me.Label7 = New System.Windows.Forms.Label()
  27. Me.請假日期_tb = New System.Windows.Forms.TextBox()
  28. Me.Label6 = New System.Windows.Forms.Label()
  29. Me.員工編號_tb = New System.Windows.Forms.TextBox()
  30. Me.Label4 = New System.Windows.Forms.Label()
  31. Me.申請人_tb = New System.Windows.Forms.TextBox()
  32. Me.Label3 = New System.Windows.Forms.Label()
  33. Me.Label1 = New System.Windows.Forms.Label()
  34. Me.請假類別_cb = New System.Windows.Forms.ComboBox()
  35. Me.月份_cb = New System.Windows.Forms.ComboBox()
  36. Me.年份_cb = New System.Windows.Forms.ComboBox()
  37. Me.Label16 = New System.Windows.Forms.Label()
  38. Me.Label17 = New System.Windows.Forms.Label()
  39. Me.人員_dgv = New System.Windows.Forms.DataGridView()
  40. Me.PictureBox1 = New System.Windows.Forms.PictureBox()
  41. Me.PictureBox2 = New System.Windows.Forms.PictureBox()
  42. Me.Panel1 = New System.Windows.Forms.Panel()
  43. Me.圖片流水號_tb = New System.Windows.Forms.TextBox()
  44. Me.資料指定圖庫_tb = New System.Windows.Forms.TextBox()
  45. Me.假期統計_dgv = New System.Windows.Forms.DataGridView()
  46. CType(Me.月清單_DGV, System.ComponentModel.ISupportInitialize).BeginInit()
  47. CType(Me.人員_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  48. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
  49. CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
  50. Me.Panel1.SuspendLayout()
  51. CType(Me.假期統計_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  52. Me.SuspendLayout()
  53. '
  54. '月清單_DGV
  55. '
  56. DataGridViewCellStyle7.BackColor = System.Drawing.Color.Gainsboro
  57. Me.月清單_DGV.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle7
  58. Me.月清單_DGV.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  59. Or System.Windows.Forms.AnchorStyles.Left) _
  60. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  61. Me.月清單_DGV.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  62. Me.月清單_DGV.BackgroundColor = System.Drawing.Color.White
  63. Me.月清單_DGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  64. Me.月清單_DGV.Location = New System.Drawing.Point(9, 125)
  65. Me.月清單_DGV.Name = "月清單_DGV"
  66. Me.月清單_DGV.RowHeadersWidth = 5
  67. Me.月清單_DGV.RowTemplate.Height = 24
  68. Me.月清單_DGV.Size = New System.Drawing.Size(677, 472)
  69. Me.月清單_DGV.TabIndex = 802
  70. '
  71. '事由_tb
  72. '
  73. Me.事由_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  74. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  75. Me.事由_tb.Location = New System.Drawing.Point(182, 55)
  76. Me.事由_tb.Multiline = True
  77. Me.事由_tb.Name = "事由_tb"
  78. Me.事由_tb.Size = New System.Drawing.Size(367, 69)
  79. Me.事由_tb.TabIndex = 800
  80. '
  81. 'Label7
  82. '
  83. Me.Label7.AutoSize = True
  84. Me.Label7.Location = New System.Drawing.Point(132, 58)
  85. Me.Label7.Name = "Label7"
  86. Me.Label7.Size = New System.Drawing.Size(43, 16)
  87. Me.Label7.TabIndex = 799
  88. Me.Label7.Text = "事 由"
  89. '
  90. '請假日期_tb
  91. '
  92. Me.請假日期_tb.Enabled = False
  93. Me.請假日期_tb.Location = New System.Drawing.Point(436, 4)
  94. Me.請假日期_tb.Name = "請假日期_tb"
  95. Me.請假日期_tb.Size = New System.Drawing.Size(113, 23)
  96. Me.請假日期_tb.TabIndex = 798
  97. '
  98. 'Label6
  99. '
  100. Me.Label6.AutoSize = True
  101. Me.Label6.Location = New System.Drawing.Point(374, 7)
  102. Me.Label6.Name = "Label6"
  103. Me.Label6.Size = New System.Drawing.Size(55, 16)
  104. Me.Label6.TabIndex = 797
  105. Me.Label6.Text = "特假日期"
  106. '
  107. '員工編號_tb
  108. '
  109. Me.員工編號_tb.Enabled = False
  110. Me.員工編號_tb.Location = New System.Drawing.Point(436, 30)
  111. Me.員工編號_tb.Name = "員工編號_tb"
  112. Me.員工編號_tb.Size = New System.Drawing.Size(113, 23)
  113. Me.員工編號_tb.TabIndex = 796
  114. '
  115. 'Label4
  116. '
  117. Me.Label4.AutoSize = True
  118. Me.Label4.Location = New System.Drawing.Point(374, 33)
  119. Me.Label4.Name = "Label4"
  120. Me.Label4.Size = New System.Drawing.Size(55, 16)
  121. Me.Label4.TabIndex = 795
  122. Me.Label4.Text = "員工編號"
  123. '
  124. '申請人_tb
  125. '
  126. Me.申請人_tb.Enabled = False
  127. Me.申請人_tb.Location = New System.Drawing.Point(182, 30)
  128. Me.申請人_tb.Name = "申請人_tb"
  129. Me.申請人_tb.Size = New System.Drawing.Size(71, 23)
  130. Me.申請人_tb.TabIndex = 794
  131. '
  132. 'Label3
  133. '
  134. Me.Label3.AutoSize = True
  135. Me.Label3.Location = New System.Drawing.Point(132, 33)
  136. Me.Label3.Name = "Label3"
  137. Me.Label3.Size = New System.Drawing.Size(43, 16)
  138. Me.Label3.TabIndex = 793
  139. Me.Label3.Text = "申請人"
  140. '
  141. 'Label1
  142. '
  143. Me.Label1.AutoSize = True
  144. Me.Label1.Location = New System.Drawing.Point(259, 33)
  145. Me.Label1.Name = "Label1"
  146. Me.Label1.Size = New System.Drawing.Size(31, 16)
  147. Me.Label1.TabIndex = 792
  148. Me.Label1.Text = "類別"
  149. '
  150. '請假類別_cb
  151. '
  152. Me.請假類別_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  153. Me.請假類別_cb.FormattingEnabled = True
  154. Me.請假類別_cb.Items.AddRange(New Object() {"特休", "病假", "婚嫁", "喪假", "事假"})
  155. Me.請假類別_cb.Location = New System.Drawing.Point(297, 30)
  156. Me.請假類別_cb.Name = "請假類別_cb"
  157. Me.請假類別_cb.Size = New System.Drawing.Size(71, 24)
  158. Me.請假類別_cb.TabIndex = 791
  159. '
  160. '月份_cb
  161. '
  162. Me.月份_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  163. Me.月份_cb.FormattingEnabled = True
  164. Me.月份_cb.Items.AddRange(New Object() {"01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"})
  165. Me.月份_cb.Location = New System.Drawing.Point(297, 4)
  166. Me.月份_cb.Name = "月份_cb"
  167. Me.月份_cb.Size = New System.Drawing.Size(71, 24)
  168. Me.月份_cb.TabIndex = 790
  169. '
  170. '年份_cb
  171. '
  172. Me.年份_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  173. Me.年份_cb.FormattingEnabled = True
  174. Me.年份_cb.Items.AddRange(New Object() {"2019", "2020", "2021", "2022", "2023", "2024", "2025", "2026", "2027", "2028", "2029", "2030"})
  175. Me.年份_cb.Location = New System.Drawing.Point(182, 4)
  176. Me.年份_cb.Name = "年份_cb"
  177. Me.年份_cb.Size = New System.Drawing.Size(71, 24)
  178. Me.年份_cb.TabIndex = 789
  179. '
  180. 'Label16
  181. '
  182. Me.Label16.AutoSize = True
  183. Me.Label16.Location = New System.Drawing.Point(259, 7)
  184. Me.Label16.Name = "Label16"
  185. Me.Label16.Size = New System.Drawing.Size(31, 16)
  186. Me.Label16.TabIndex = 788
  187. Me.Label16.Text = "月份"
  188. '
  189. 'Label17
  190. '
  191. Me.Label17.AutoSize = True
  192. Me.Label17.Location = New System.Drawing.Point(133, 7)
  193. Me.Label17.Name = "Label17"
  194. Me.Label17.Size = New System.Drawing.Size(40, 16)
  195. Me.Label17.TabIndex = 787
  196. Me.Label17.Text = "年 份"
  197. '
  198. '人員_dgv
  199. '
  200. DataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  201. Me.人員_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle8
  202. Me.人員_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  203. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  204. Me.人員_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  205. Me.人員_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  206. Me.人員_dgv.Location = New System.Drawing.Point(3, 36)
  207. Me.人員_dgv.Name = "人員_dgv"
  208. Me.人員_dgv.RowHeadersWidth = 5
  209. Me.人員_dgv.RowTemplate.Height = 24
  210. Me.人員_dgv.Size = New System.Drawing.Size(80, 38)
  211. Me.人員_dgv.TabIndex = 786
  212. Me.人員_dgv.Visible = False
  213. '
  214. 'PictureBox1
  215. '
  216. Me.PictureBox1.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.logo0001
  217. Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  218. Me.PictureBox1.Location = New System.Drawing.Point(9, 4)
  219. Me.PictureBox1.Name = "PictureBox1"
  220. Me.PictureBox1.Size = New System.Drawing.Size(120, 120)
  221. Me.PictureBox1.TabIndex = 803
  222. Me.PictureBox1.TabStop = False
  223. '
  224. 'PictureBox2
  225. '
  226. Me.PictureBox2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  227. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  228. Me.PictureBox2.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.Picture
  229. Me.PictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  230. Me.PictureBox2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  231. Me.PictureBox2.Location = New System.Drawing.Point(688, 2)
  232. Me.PictureBox2.Name = "PictureBox2"
  233. Me.PictureBox2.Size = New System.Drawing.Size(392, 594)
  234. Me.PictureBox2.TabIndex = 1408
  235. Me.PictureBox2.TabStop = False
  236. '
  237. 'Panel1
  238. '
  239. Me.Panel1.Controls.Add(Me.圖片流水號_tb)
  240. Me.Panel1.Controls.Add(Me.資料指定圖庫_tb)
  241. Me.Panel1.Controls.Add(Me.人員_dgv)
  242. Me.Panel1.Location = New System.Drawing.Point(110, 175)
  243. Me.Panel1.Name = "Panel1"
  244. Me.Panel1.Size = New System.Drawing.Size(200, 100)
  245. Me.Panel1.TabIndex = 1409
  246. '
  247. '圖片流水號_tb
  248. '
  249. Me.圖片流水號_tb.Enabled = False
  250. Me.圖片流水號_tb.Location = New System.Drawing.Point(98, 7)
  251. Me.圖片流水號_tb.Name = "圖片流水號_tb"
  252. Me.圖片流水號_tb.Size = New System.Drawing.Size(94, 23)
  253. Me.圖片流水號_tb.TabIndex = 1648
  254. '
  255. '資料指定圖庫_tb
  256. '
  257. Me.資料指定圖庫_tb.Enabled = False
  258. Me.資料指定圖庫_tb.Location = New System.Drawing.Point(3, 7)
  259. Me.資料指定圖庫_tb.Name = "資料指定圖庫_tb"
  260. Me.資料指定圖庫_tb.Size = New System.Drawing.Size(94, 23)
  261. Me.資料指定圖庫_tb.TabIndex = 1647
  262. '
  263. '假期統計_dgv
  264. '
  265. Me.假期統計_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  266. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  267. Me.假期統計_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  268. Me.假期統計_dgv.BackgroundColor = System.Drawing.Color.White
  269. Me.假期統計_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  270. Me.假期統計_dgv.Location = New System.Drawing.Point(551, 3)
  271. Me.假期統計_dgv.Name = "假期統計_dgv"
  272. Me.假期統計_dgv.RowHeadersWidth = 5
  273. Me.假期統計_dgv.RowTemplate.Height = 24
  274. Me.假期統計_dgv.Size = New System.Drawing.Size(135, 120)
  275. Me.假期統計_dgv.TabIndex = 1412
  276. '
  277. '歷史休假紀錄
  278. '
  279. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  280. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  281. Me.ClientSize = New System.Drawing.Size(1083, 600)
  282. Me.Controls.Add(Me.假期統計_dgv)
  283. Me.Controls.Add(Me.PictureBox2)
  284. Me.Controls.Add(Me.PictureBox1)
  285. Me.Controls.Add(Me.事由_tb)
  286. Me.Controls.Add(Me.Label7)
  287. Me.Controls.Add(Me.請假日期_tb)
  288. Me.Controls.Add(Me.Label6)
  289. Me.Controls.Add(Me.員工編號_tb)
  290. Me.Controls.Add(Me.Label4)
  291. Me.Controls.Add(Me.申請人_tb)
  292. Me.Controls.Add(Me.Label3)
  293. Me.Controls.Add(Me.Label1)
  294. Me.Controls.Add(Me.請假類別_cb)
  295. Me.Controls.Add(Me.月份_cb)
  296. Me.Controls.Add(Me.年份_cb)
  297. Me.Controls.Add(Me.Label16)
  298. Me.Controls.Add(Me.Label17)
  299. Me.Controls.Add(Me.月清單_DGV)
  300. Me.Controls.Add(Me.Panel1)
  301. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  302. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  303. Me.Name = "歷史休假紀錄"
  304. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  305. Me.Text = "歷史休假紀錄"
  306. CType(Me.月清單_DGV, System.ComponentModel.ISupportInitialize).EndInit()
  307. CType(Me.人員_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  308. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
  309. CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
  310. Me.Panel1.ResumeLayout(False)
  311. Me.Panel1.PerformLayout()
  312. CType(Me.假期統計_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  313. Me.ResumeLayout(False)
  314. Me.PerformLayout()
  315. End Sub
  316. Friend WithEvents PictureBox1 As PictureBox
  317. Friend WithEvents 月清單_DGV As DataGridView
  318. Friend WithEvents 事由_tb As TextBox
  319. Friend WithEvents Label7 As Label
  320. Friend WithEvents 請假日期_tb As TextBox
  321. Friend WithEvents Label6 As Label
  322. Friend WithEvents 員工編號_tb As TextBox
  323. Friend WithEvents Label4 As Label
  324. Friend WithEvents 申請人_tb As TextBox
  325. Friend WithEvents Label3 As Label
  326. Friend WithEvents Label1 As Label
  327. Friend WithEvents 請假類別_cb As ComboBox
  328. Friend WithEvents 月份_cb As ComboBox
  329. Friend WithEvents 年份_cb As ComboBox
  330. Friend WithEvents Label16 As Label
  331. Friend WithEvents Label17 As Label
  332. Friend WithEvents 人員_dgv As DataGridView
  333. Friend WithEvents PictureBox2 As PictureBox
  334. Friend WithEvents Panel1 As Panel
  335. Friend WithEvents 圖片流水號_tb As TextBox
  336. Friend WithEvents 資料指定圖庫_tb As TextBox
  337. Friend WithEvents 假期統計_dgv As DataGridView
  338. End Class