Brak opisu
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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321
  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.核准_bt = New System.Windows.Forms.Button()
  25. Me.事由_lb = New System.Windows.Forms.Label()
  26. Me.請假日期_tb = New System.Windows.Forms.TextBox()
  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.請假類別_lb = New System.Windows.Forms.Label()
  35. Me.請假類別_cb = New System.Windows.Forms.ComboBox()
  36. Me.在職天數_tb = New System.Windows.Forms.TextBox()
  37. Me.在職天數_lb = New System.Windows.Forms.Label()
  38. Me.日期_dtp = New System.Windows.Forms.DateTimePicker()
  39. Me.月份_cb = New System.Windows.Forms.ComboBox()
  40. Me.月份_lb = New System.Windows.Forms.Label()
  41. Me.年份_lb = New System.Windows.Forms.Label()
  42. Me.日期_dgv = New System.Windows.Forms.DataGridView()
  43. Me.員工_dgv = New System.Windows.Forms.DataGridView()
  44. Me.年份_cb = New System.Windows.Forms.ComboBox()
  45. Me.事由_tb = New System.Windows.Forms.TextBox()
  46. CType(Me.日期_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  47. CType(Me.員工_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  48. Me.SuspendLayout()
  49. '
  50. '核准_bt
  51. '
  52. Me.核准_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  53. Me.核准_bt.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  54. Me.核准_bt.Location = New System.Drawing.Point(1170, 3)
  55. Me.核准_bt.Name = "核准_bt"
  56. Me.核准_bt.Size = New System.Drawing.Size(175, 51)
  57. Me.核准_bt.TabIndex = 719
  58. Me.核准_bt.Text = "核准"
  59. Me.核准_bt.UseVisualStyleBackColor = True
  60. '
  61. '事由_lb
  62. '
  63. Me.事由_lb.AutoSize = True
  64. Me.事由_lb.Location = New System.Drawing.Point(788, 7)
  65. Me.事由_lb.Name = "事由_lb"
  66. Me.事由_lb.Size = New System.Drawing.Size(32, 16)
  67. Me.事由_lb.TabIndex = 717
  68. Me.事由_lb.Text = "事由"
  69. '
  70. '請假日期_tb
  71. '
  72. Me.請假日期_tb.Location = New System.Drawing.Point(670, 3)
  73. Me.請假日期_tb.Name = "請假日期_tb"
  74. Me.請假日期_tb.Size = New System.Drawing.Size(113, 23)
  75. Me.請假日期_tb.TabIndex = 716
  76. '
  77. '請假日期_lb
  78. '
  79. Me.請假日期_lb.AutoSize = True
  80. Me.請假日期_lb.Location = New System.Drawing.Point(608, 7)
  81. Me.請假日期_lb.Name = "請假日期_lb"
  82. Me.請假日期_lb.Size = New System.Drawing.Size(56, 16)
  83. Me.請假日期_lb.TabIndex = 715
  84. Me.請假日期_lb.Text = "請假日期"
  85. '
  86. '員工部門_tb
  87. '
  88. Me.員工部門_tb.Location = New System.Drawing.Point(489, 31)
  89. Me.員工部門_tb.Name = "員工部門_tb"
  90. Me.員工部門_tb.Size = New System.Drawing.Size(113, 23)
  91. Me.員工部門_tb.TabIndex = 714
  92. '
  93. '員工部門_lb
  94. '
  95. Me.員工部門_lb.AutoSize = True
  96. Me.員工部門_lb.Location = New System.Drawing.Point(427, 34)
  97. Me.員工部門_lb.Name = "員工部門_lb"
  98. Me.員工部門_lb.Size = New System.Drawing.Size(56, 16)
  99. Me.員工部門_lb.TabIndex = 713
  100. Me.員工部門_lb.Text = "員工部門"
  101. '
  102. '員工編號_tb
  103. '
  104. Me.員工編號_tb.Location = New System.Drawing.Point(308, 31)
  105. Me.員工編號_tb.Name = "員工編號_tb"
  106. Me.員工編號_tb.Size = New System.Drawing.Size(113, 23)
  107. Me.員工編號_tb.TabIndex = 712
  108. '
  109. '員工編號_lb
  110. '
  111. Me.員工編號_lb.AutoSize = True
  112. Me.員工編號_lb.Location = New System.Drawing.Point(246, 34)
  113. Me.員工編號_lb.Name = "員工編號_lb"
  114. Me.員工編號_lb.Size = New System.Drawing.Size(56, 16)
  115. Me.員工編號_lb.TabIndex = 711
  116. Me.員工編號_lb.Text = "員工編號"
  117. '
  118. '申請人_tb
  119. '
  120. Me.申請人_tb.Location = New System.Drawing.Point(54, 31)
  121. Me.申請人_tb.Name = "申請人_tb"
  122. Me.申請人_tb.Size = New System.Drawing.Size(186, 23)
  123. Me.申請人_tb.TabIndex = 710
  124. '
  125. '申請人_lb
  126. '
  127. Me.申請人_lb.AutoSize = True
  128. Me.申請人_lb.Location = New System.Drawing.Point(4, 34)
  129. Me.申請人_lb.Name = "申請人_lb"
  130. Me.申請人_lb.Size = New System.Drawing.Size(44, 16)
  131. Me.申請人_lb.TabIndex = 709
  132. Me.申請人_lb.Text = "申請人"
  133. '
  134. '請假類別_lb
  135. '
  136. Me.請假類別_lb.AutoSize = True
  137. Me.請假類別_lb.Location = New System.Drawing.Point(608, 34)
  138. Me.請假類別_lb.Name = "請假類別_lb"
  139. Me.請假類別_lb.Size = New System.Drawing.Size(56, 16)
  140. Me.請假類別_lb.TabIndex = 708
  141. Me.請假類別_lb.Text = "請假類別"
  142. '
  143. '請假類別_cb
  144. '
  145. Me.請假類別_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  146. Me.請假類別_cb.FormattingEnabled = True
  147. Me.請假類別_cb.Items.AddRange(New Object() {"2019", "2020", "2021", "2022", "2023", "2024", "2025", "2026", "2027", "2028", "2029", "2030"})
  148. Me.請假類別_cb.Location = New System.Drawing.Point(670, 30)
  149. Me.請假類別_cb.Name = "請假類別_cb"
  150. Me.請假類別_cb.Size = New System.Drawing.Size(113, 24)
  151. Me.請假類別_cb.TabIndex = 707
  152. '
  153. '在職天數_tb
  154. '
  155. Me.在職天數_tb.Location = New System.Drawing.Point(489, 4)
  156. Me.在職天數_tb.Name = "在職天數_tb"
  157. Me.在職天數_tb.Size = New System.Drawing.Size(113, 23)
  158. Me.在職天數_tb.TabIndex = 706
  159. '
  160. '在職天數_lb
  161. '
  162. Me.在職天數_lb.AutoSize = True
  163. Me.在職天數_lb.Location = New System.Drawing.Point(427, 8)
  164. Me.在職天數_lb.Name = "在職天數_lb"
  165. Me.在職天數_lb.Size = New System.Drawing.Size(56, 16)
  166. Me.在職天數_lb.TabIndex = 705
  167. Me.在職天數_lb.Text = "在職天數"
  168. '
  169. '日期_dtp
  170. '
  171. Me.日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  172. Me.日期_dtp.Location = New System.Drawing.Point(308, 4)
  173. Me.日期_dtp.Name = "日期_dtp"
  174. Me.日期_dtp.Size = New System.Drawing.Size(113, 23)
  175. Me.日期_dtp.TabIndex = 704
  176. '
  177. '月份_cb
  178. '
  179. Me.月份_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  180. Me.月份_cb.FormattingEnabled = True
  181. Me.月份_cb.Items.AddRange(New Object() {"01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"})
  182. Me.月份_cb.Location = New System.Drawing.Point(169, 3)
  183. Me.月份_cb.Name = "月份_cb"
  184. Me.月份_cb.Size = New System.Drawing.Size(71, 24)
  185. Me.月份_cb.TabIndex = 703
  186. '
  187. '月份_lb
  188. '
  189. Me.月份_lb.AutoSize = True
  190. Me.月份_lb.Location = New System.Drawing.Point(131, 6)
  191. Me.月份_lb.Name = "月份_lb"
  192. Me.月份_lb.Size = New System.Drawing.Size(32, 16)
  193. Me.月份_lb.TabIndex = 702
  194. Me.月份_lb.Text = "月份"
  195. '
  196. '年份_lb
  197. '
  198. Me.年份_lb.AutoSize = True
  199. Me.年份_lb.Location = New System.Drawing.Point(16, 6)
  200. Me.年份_lb.Name = "年份_lb"
  201. Me.年份_lb.Size = New System.Drawing.Size(32, 16)
  202. Me.年份_lb.TabIndex = 701
  203. Me.年份_lb.Text = "年份"
  204. '
  205. '日期_dgv
  206. '
  207. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  208. Me.日期_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  209. Me.日期_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  210. Or System.Windows.Forms.AnchorStyles.Left) _
  211. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  212. Me.日期_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  213. Me.日期_dgv.BackgroundColor = System.Drawing.Color.White
  214. Me.日期_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  215. Me.日期_dgv.Location = New System.Drawing.Point(159, 57)
  216. Me.日期_dgv.Name = "日期_dgv"
  217. Me.日期_dgv.RowHeadersWidth = 5
  218. Me.日期_dgv.RowTemplate.Height = 24
  219. Me.日期_dgv.Size = New System.Drawing.Size(1186, 621)
  220. Me.日期_dgv.TabIndex = 700
  221. '
  222. '員工_dgv
  223. '
  224. DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  225. Me.員工_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
  226. Me.員工_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  227. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  228. Me.員工_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  229. Me.員工_dgv.BackgroundColor = System.Drawing.Color.White
  230. Me.員工_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  231. Me.員工_dgv.Location = New System.Drawing.Point(4, 57)
  232. Me.員工_dgv.Name = "員工_dgv"
  233. Me.員工_dgv.RowHeadersWidth = 5
  234. Me.員工_dgv.RowTemplate.Height = 24
  235. Me.員工_dgv.Size = New System.Drawing.Size(156, 621)
  236. Me.員工_dgv.TabIndex = 698
  237. '
  238. '年份_cb
  239. '
  240. Me.年份_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  241. Me.年份_cb.FormattingEnabled = True
  242. Me.年份_cb.Items.AddRange(New Object() {"2019", "2020", "2021", "2022", "2023", "2024", "2025", "2026", "2027", "2028", "2029", "2030"})
  243. Me.年份_cb.Location = New System.Drawing.Point(54, 3)
  244. Me.年份_cb.Name = "年份_cb"
  245. Me.年份_cb.Size = New System.Drawing.Size(71, 24)
  246. Me.年份_cb.TabIndex = 720
  247. '
  248. '事由_tb
  249. '
  250. Me.事由_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  251. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  252. Me.事由_tb.Location = New System.Drawing.Point(822, 3)
  253. Me.事由_tb.Multiline = True
  254. Me.事由_tb.Name = "事由_tb"
  255. Me.事由_tb.Size = New System.Drawing.Size(346, 52)
  256. Me.事由_tb.TabIndex = 718
  257. '
  258. '人事請假核准
  259. '
  260. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  261. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  262. Me.ClientSize = New System.Drawing.Size(1349, 681)
  263. Me.Controls.Add(Me.年份_cb)
  264. Me.Controls.Add(Me.核准_bt)
  265. Me.Controls.Add(Me.事由_tb)
  266. Me.Controls.Add(Me.事由_lb)
  267. Me.Controls.Add(Me.請假日期_tb)
  268. Me.Controls.Add(Me.請假日期_lb)
  269. Me.Controls.Add(Me.員工部門_tb)
  270. Me.Controls.Add(Me.員工部門_lb)
  271. Me.Controls.Add(Me.員工編號_tb)
  272. Me.Controls.Add(Me.員工編號_lb)
  273. Me.Controls.Add(Me.申請人_tb)
  274. Me.Controls.Add(Me.申請人_lb)
  275. Me.Controls.Add(Me.請假類別_lb)
  276. Me.Controls.Add(Me.請假類別_cb)
  277. Me.Controls.Add(Me.在職天數_tb)
  278. Me.Controls.Add(Me.在職天數_lb)
  279. Me.Controls.Add(Me.日期_dtp)
  280. Me.Controls.Add(Me.月份_cb)
  281. Me.Controls.Add(Me.月份_lb)
  282. Me.Controls.Add(Me.年份_lb)
  283. Me.Controls.Add(Me.日期_dgv)
  284. Me.Controls.Add(Me.員工_dgv)
  285. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  286. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  287. Me.Name = "人事請假核准"
  288. Me.Text = "人事請假核准"
  289. CType(Me.日期_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  290. CType(Me.員工_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  291. Me.ResumeLayout(False)
  292. Me.PerformLayout()
  293. End Sub
  294. Friend WithEvents 核准_bt As Button
  295. Friend WithEvents 事由_lb As Label
  296. Friend WithEvents 請假日期_tb As TextBox
  297. Friend WithEvents 請假日期_lb As Label
  298. Friend WithEvents 員工部門_tb As TextBox
  299. Friend WithEvents 員工部門_lb As Label
  300. Friend WithEvents 員工編號_tb As TextBox
  301. Friend WithEvents 員工編號_lb As Label
  302. Friend WithEvents 申請人_tb As TextBox
  303. Friend WithEvents 申請人_lb As Label
  304. Friend WithEvents 請假類別_lb As Label
  305. Friend WithEvents 請假類別_cb As ComboBox
  306. Friend WithEvents 在職天數_tb As TextBox
  307. Friend WithEvents 在職天數_lb As Label
  308. Friend WithEvents 日期_dtp As DateTimePicker
  309. Friend WithEvents 月份_cb As ComboBox
  310. Friend WithEvents 月份_lb As Label
  311. Friend WithEvents 年份_lb As Label
  312. Friend WithEvents 日期_dgv As DataGridView
  313. Friend WithEvents 員工_dgv As DataGridView
  314. Friend WithEvents 年份_cb As ComboBox
  315. Friend WithEvents 事由_tb As TextBox
  316. End Class