Ingen beskrivning
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 14KB

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