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

人事請假申請.Designer.vb 15KB

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