Aucune description
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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

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