説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

人事請假核准.Designer.vb 14KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325
  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. Me.ComboBox1 = New System.Windows.Forms.ComboBox()
  24. Me.Button1 = New System.Windows.Forms.Button()
  25. Me.TextBox5 = New System.Windows.Forms.TextBox()
  26. Me.Label7 = New System.Windows.Forms.Label()
  27. Me.TextBox4 = New System.Windows.Forms.TextBox()
  28. Me.Label6 = New System.Windows.Forms.Label()
  29. Me.TextBox3 = New System.Windows.Forms.TextBox()
  30. Me.Label5 = New System.Windows.Forms.Label()
  31. Me.TextBox2 = New System.Windows.Forms.TextBox()
  32. Me.Label4 = New System.Windows.Forms.Label()
  33. Me.TextBox1 = New System.Windows.Forms.TextBox()
  34. Me.Label3 = New System.Windows.Forms.Label()
  35. Me.Label1 = New System.Windows.Forms.Label()
  36. Me.請假類別_CB = New System.Windows.Forms.ComboBox()
  37. Me.TextBox18 = New System.Windows.Forms.TextBox()
  38. Me.Label22 = New System.Windows.Forms.Label()
  39. Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
  40. Me.ComboBox2 = New System.Windows.Forms.ComboBox()
  41. Me.Label16 = New System.Windows.Forms.Label()
  42. Me.Label17 = New System.Windows.Forms.Label()
  43. Me.明細_DGV = New System.Windows.Forms.DataGridView()
  44. Me.Label2 = New System.Windows.Forms.Label()
  45. Me.DataGridView2 = New System.Windows.Forms.DataGridView()
  46. CType(Me.明細_DGV, System.ComponentModel.ISupportInitialize).BeginInit()
  47. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit()
  48. Me.SuspendLayout()
  49. '
  50. 'ComboBox1
  51. '
  52. Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  53. Me.ComboBox1.FormattingEnabled = True
  54. Me.ComboBox1.Items.AddRange(New Object() {"2019", "2020", "2021", "2022", "2023", "2024", "2025", "2026", "2027", "2028", "2029", "2030"})
  55. Me.ComboBox1.Location = New System.Drawing.Point(259, 13)
  56. Me.ComboBox1.Name = "ComboBox1"
  57. Me.ComboBox1.Size = New System.Drawing.Size(71, 24)
  58. Me.ComboBox1.TabIndex = 743
  59. '
  60. 'Button1
  61. '
  62. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  63. Me.Button1.Location = New System.Drawing.Point(1730, 13)
  64. Me.Button1.Name = "Button1"
  65. Me.Button1.Size = New System.Drawing.Size(175, 51)
  66. Me.Button1.TabIndex = 742
  67. Me.Button1.Text = "核准"
  68. Me.Button1.UseVisualStyleBackColor = True
  69. '
  70. 'TextBox5
  71. '
  72. Me.TextBox5.Location = New System.Drawing.Point(1067, 13)
  73. Me.TextBox5.Multiline = True
  74. Me.TextBox5.Name = "TextBox5"
  75. Me.TextBox5.Size = New System.Drawing.Size(657, 52)
  76. Me.TextBox5.TabIndex = 741
  77. '
  78. 'Label7
  79. '
  80. Me.Label7.AutoSize = True
  81. Me.Label7.Location = New System.Drawing.Point(1029, 17)
  82. Me.Label7.Name = "Label7"
  83. Me.Label7.Size = New System.Drawing.Size(32, 16)
  84. Me.Label7.TabIndex = 740
  85. Me.Label7.Text = "事由"
  86. '
  87. 'TextBox4
  88. '
  89. Me.TextBox4.Location = New System.Drawing.Point(875, 13)
  90. Me.TextBox4.Name = "TextBox4"
  91. Me.TextBox4.Size = New System.Drawing.Size(113, 23)
  92. Me.TextBox4.TabIndex = 739
  93. '
  94. 'Label6
  95. '
  96. Me.Label6.AutoSize = True
  97. Me.Label6.Location = New System.Drawing.Point(813, 17)
  98. Me.Label6.Name = "Label6"
  99. Me.Label6.Size = New System.Drawing.Size(56, 16)
  100. Me.Label6.TabIndex = 738
  101. Me.Label6.Text = "請假日期"
  102. '
  103. 'TextBox3
  104. '
  105. Me.TextBox3.Location = New System.Drawing.Point(694, 41)
  106. Me.TextBox3.Name = "TextBox3"
  107. Me.TextBox3.Size = New System.Drawing.Size(113, 23)
  108. Me.TextBox3.TabIndex = 737
  109. '
  110. 'Label5
  111. '
  112. Me.Label5.AutoSize = True
  113. Me.Label5.Location = New System.Drawing.Point(632, 44)
  114. Me.Label5.Name = "Label5"
  115. Me.Label5.Size = New System.Drawing.Size(56, 16)
  116. Me.Label5.TabIndex = 736
  117. Me.Label5.Text = "員工部門"
  118. '
  119. 'TextBox2
  120. '
  121. Me.TextBox2.Location = New System.Drawing.Point(513, 41)
  122. Me.TextBox2.Name = "TextBox2"
  123. Me.TextBox2.Size = New System.Drawing.Size(113, 23)
  124. Me.TextBox2.TabIndex = 735
  125. '
  126. 'Label4
  127. '
  128. Me.Label4.AutoSize = True
  129. Me.Label4.Location = New System.Drawing.Point(451, 44)
  130. Me.Label4.Name = "Label4"
  131. Me.Label4.Size = New System.Drawing.Size(56, 16)
  132. Me.Label4.TabIndex = 734
  133. Me.Label4.Text = "員工編號"
  134. '
  135. 'TextBox1
  136. '
  137. Me.TextBox1.Location = New System.Drawing.Point(259, 41)
  138. Me.TextBox1.Name = "TextBox1"
  139. Me.TextBox1.Size = New System.Drawing.Size(186, 23)
  140. Me.TextBox1.TabIndex = 733
  141. '
  142. 'Label3
  143. '
  144. Me.Label3.AutoSize = True
  145. Me.Label3.Location = New System.Drawing.Point(209, 44)
  146. Me.Label3.Name = "Label3"
  147. Me.Label3.Size = New System.Drawing.Size(44, 16)
  148. Me.Label3.TabIndex = 732
  149. Me.Label3.Text = "申請人"
  150. '
  151. 'Label1
  152. '
  153. Me.Label1.AutoSize = True
  154. Me.Label1.Location = New System.Drawing.Point(813, 44)
  155. Me.Label1.Name = "Label1"
  156. Me.Label1.Size = New System.Drawing.Size(56, 16)
  157. Me.Label1.TabIndex = 731
  158. Me.Label1.Text = "請假類別"
  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() {"2019", "2020", "2021", "2022", "2023", "2024", "2025", "2026", "2027", "2028", "2029", "2030"})
  165. Me.請假類別_CB.Location = New System.Drawing.Point(875, 40)
  166. Me.請假類別_CB.Name = "請假類別_CB"
  167. Me.請假類別_CB.Size = New System.Drawing.Size(186, 24)
  168. Me.請假類別_CB.TabIndex = 730
  169. '
  170. 'TextBox18
  171. '
  172. Me.TextBox18.Location = New System.Drawing.Point(694, 14)
  173. Me.TextBox18.Name = "TextBox18"
  174. Me.TextBox18.Size = New System.Drawing.Size(113, 23)
  175. Me.TextBox18.TabIndex = 729
  176. '
  177. 'Label22
  178. '
  179. Me.Label22.AutoSize = True
  180. Me.Label22.Location = New System.Drawing.Point(632, 18)
  181. Me.Label22.Name = "Label22"
  182. Me.Label22.Size = New System.Drawing.Size(56, 16)
  183. Me.Label22.TabIndex = 728
  184. Me.Label22.Text = "在職天數"
  185. '
  186. 'DateTimePicker1
  187. '
  188. Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  189. Me.DateTimePicker1.Location = New System.Drawing.Point(513, 14)
  190. Me.DateTimePicker1.Name = "DateTimePicker1"
  191. Me.DateTimePicker1.Size = New System.Drawing.Size(113, 23)
  192. Me.DateTimePicker1.TabIndex = 727
  193. '
  194. 'ComboBox2
  195. '
  196. Me.ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  197. Me.ComboBox2.FormattingEnabled = True
  198. Me.ComboBox2.Items.AddRange(New Object() {"01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"})
  199. Me.ComboBox2.Location = New System.Drawing.Point(374, 13)
  200. Me.ComboBox2.Name = "ComboBox2"
  201. Me.ComboBox2.Size = New System.Drawing.Size(71, 24)
  202. Me.ComboBox2.TabIndex = 726
  203. '
  204. 'Label16
  205. '
  206. Me.Label16.AutoSize = True
  207. Me.Label16.Location = New System.Drawing.Point(336, 16)
  208. Me.Label16.Name = "Label16"
  209. Me.Label16.Size = New System.Drawing.Size(32, 16)
  210. Me.Label16.TabIndex = 725
  211. Me.Label16.Text = "月份"
  212. '
  213. 'Label17
  214. '
  215. Me.Label17.AutoSize = True
  216. Me.Label17.Location = New System.Drawing.Point(221, 16)
  217. Me.Label17.Name = "Label17"
  218. Me.Label17.Size = New System.Drawing.Size(32, 16)
  219. Me.Label17.TabIndex = 724
  220. Me.Label17.Text = "年份"
  221. '
  222. '明細_DGV
  223. '
  224. Me.明細_DGV.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  225. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  226. Me.明細_DGV.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  227. Me.明細_DGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  228. Me.明細_DGV.Location = New System.Drawing.Point(196, 68)
  229. Me.明細_DGV.Name = "明細_DGV"
  230. Me.明細_DGV.RowHeadersWidth = 5
  231. Me.明細_DGV.RowTemplate.Height = 24
  232. Me.明細_DGV.Size = New System.Drawing.Size(1709, 900)
  233. Me.明細_DGV.TabIndex = 723
  234. '
  235. 'Label2
  236. '
  237. Me.Label2.AutoSize = True
  238. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  239. Me.Label2.Location = New System.Drawing.Point(10, 35)
  240. Me.Label2.Name = "Label2"
  241. Me.Label2.Size = New System.Drawing.Size(181, 30)
  242. Me.Label2.TabIndex = 722
  243. Me.Label2.Text = "人事資料表清單"
  244. '
  245. 'DataGridView2
  246. '
  247. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  248. Me.DataGridView2.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  249. Me.DataGridView2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  250. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  251. Me.DataGridView2.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  252. Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  253. Me.DataGridView2.Location = New System.Drawing.Point(15, 68)
  254. Me.DataGridView2.Name = "DataGridView2"
  255. Me.DataGridView2.RowHeadersWidth = 5
  256. Me.DataGridView2.RowTemplate.Height = 24
  257. Me.DataGridView2.Size = New System.Drawing.Size(175, 900)
  258. Me.DataGridView2.TabIndex = 721
  259. '
  260. '人事請假核准
  261. '
  262. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  263. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  264. Me.ClientSize = New System.Drawing.Size(1914, 981)
  265. Me.Controls.Add(Me.ComboBox1)
  266. Me.Controls.Add(Me.Button1)
  267. Me.Controls.Add(Me.TextBox5)
  268. Me.Controls.Add(Me.Label7)
  269. Me.Controls.Add(Me.TextBox4)
  270. Me.Controls.Add(Me.Label6)
  271. Me.Controls.Add(Me.TextBox3)
  272. Me.Controls.Add(Me.Label5)
  273. Me.Controls.Add(Me.TextBox2)
  274. Me.Controls.Add(Me.Label4)
  275. Me.Controls.Add(Me.TextBox1)
  276. Me.Controls.Add(Me.Label3)
  277. Me.Controls.Add(Me.Label1)
  278. Me.Controls.Add(Me.請假類別_CB)
  279. Me.Controls.Add(Me.TextBox18)
  280. Me.Controls.Add(Me.Label22)
  281. Me.Controls.Add(Me.DateTimePicker1)
  282. Me.Controls.Add(Me.ComboBox2)
  283. Me.Controls.Add(Me.Label16)
  284. Me.Controls.Add(Me.Label17)
  285. Me.Controls.Add(Me.明細_DGV)
  286. Me.Controls.Add(Me.Label2)
  287. Me.Controls.Add(Me.DataGridView2)
  288. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  289. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  290. Me.Name = "人事請假核准"
  291. Me.Text = "人事請假核准"
  292. CType(Me.明細_DGV, System.ComponentModel.ISupportInitialize).EndInit()
  293. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit()
  294. Me.ResumeLayout(False)
  295. Me.PerformLayout()
  296. End Sub
  297. Friend WithEvents ComboBox1 As ComboBox
  298. Friend WithEvents Button1 As Button
  299. Friend WithEvents TextBox5 As TextBox
  300. Friend WithEvents Label7 As Label
  301. Friend WithEvents TextBox4 As TextBox
  302. Friend WithEvents Label6 As Label
  303. Friend WithEvents TextBox3 As TextBox
  304. Friend WithEvents Label5 As Label
  305. Friend WithEvents TextBox2 As TextBox
  306. Friend WithEvents Label4 As Label
  307. Friend WithEvents TextBox1 As TextBox
  308. Friend WithEvents Label3 As Label
  309. Friend WithEvents Label1 As Label
  310. Friend WithEvents 請假類別_CB As ComboBox
  311. Friend WithEvents TextBox18 As TextBox
  312. Friend WithEvents Label22 As Label
  313. Friend WithEvents DateTimePicker1 As DateTimePicker
  314. Friend WithEvents ComboBox2 As ComboBox
  315. Friend WithEvents Label16 As Label
  316. Friend WithEvents Label17 As Label
  317. Friend WithEvents 明細_DGV As DataGridView
  318. Friend WithEvents Label2 As Label
  319. Friend WithEvents DataGridView2 As DataGridView
  320. End Class