Sin descripción
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 15KB

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