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

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

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