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

請假資料確認.Designer.vb 20KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391
  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. Me.components = New System.ComponentModel.Container()
  23. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
  25. Me.語轉扭_bt = New System.Windows.Forms.Button()
  26. Me.請假單_dgv = New System.Windows.Forms.DataGridView()
  27. Me.重讀2_bt = New System.Windows.Forms.Button()
  28. Me.聯絡函單號_rtb = New Telerik.WinControls.UI.RadTextBoxControl()
  29. Me.申請部門_rtb = New Telerik.WinControls.UI.RadTextBoxControl()
  30. Me.申請人_rtb = New Telerik.WinControls.UI.RadTextBoxControl()
  31. Me.申請日期_dtp = New System.Windows.Forms.DateTimePicker()
  32. Me.聯絡函主題_tb = New System.Windows.Forms.TextBox()
  33. Me.聯絡函主題_lb = New System.Windows.Forms.Label()
  34. Me.聯絡事項_tb = New System.Windows.Forms.TextBox()
  35. Me.聯絡事項_lb = New System.Windows.Forms.Label()
  36. Me.申請部門_lb = New System.Windows.Forms.Label()
  37. Me.聯絡函單號_lb = New System.Windows.Forms.Label()
  38. Me.申請日期_lb = New System.Windows.Forms.Label()
  39. Me.申請人_lb = New System.Windows.Forms.Label()
  40. Me.假別_cb = New System.Windows.Forms.ComboBox()
  41. Me.假別1_cb = New System.Windows.Forms.ComboBox()
  42. Me.Panel1 = New System.Windows.Forms.Panel()
  43. Me.ID卡號_tb = New System.Windows.Forms.TextBox()
  44. Me.結束日期_dtp = New System.Windows.Forms.DateTimePicker()
  45. Me.開始日期_dtp = New System.Windows.Forms.DateTimePicker()
  46. Me.確認_bt = New System.Windows.Forms.Button()
  47. Me.作廢_bt = New System.Windows.Forms.Button()
  48. Me.Label1 = New System.Windows.Forms.Label()
  49. CType(Me.請假單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  50. CType(Me.聯絡函單號_rtb, System.ComponentModel.ISupportInitialize).BeginInit()
  51. CType(Me.申請部門_rtb, System.ComponentModel.ISupportInitialize).BeginInit()
  52. CType(Me.申請人_rtb, System.ComponentModel.ISupportInitialize).BeginInit()
  53. Me.Panel1.SuspendLayout()
  54. Me.SuspendLayout()
  55. '
  56. 'ToolTip1
  57. '
  58. Me.ToolTip1.AutoPopDelay = 5000
  59. Me.ToolTip1.InitialDelay = 500
  60. Me.ToolTip1.IsBalloon = True
  61. Me.ToolTip1.ReshowDelay = 100
  62. Me.ToolTip1.ToolTipTitle = "illustrate"
  63. '
  64. '語轉扭_bt
  65. '
  66. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  67. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  68. Me.語轉扭_bt.Location = New System.Drawing.Point(511, 3)
  69. Me.語轉扭_bt.Name = "語轉扭_bt"
  70. Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25)
  71. Me.語轉扭_bt.TabIndex = 1354
  72. Me.語轉扭_bt.Text = "L"
  73. Me.語轉扭_bt.UseVisualStyleBackColor = True
  74. '
  75. '請假單_dgv
  76. '
  77. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
  78. Me.請假單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  79. Me.請假單_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  80. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  81. Me.請假單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  82. Me.請假單_dgv.BackgroundColor = System.Drawing.Color.White
  83. Me.請假單_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  84. Me.請假單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  85. Me.請假單_dgv.Location = New System.Drawing.Point(5, 3)
  86. Me.請假單_dgv.Name = "請假單_dgv"
  87. Me.請假單_dgv.RowHeadersWidth = 5
  88. Me.請假單_dgv.RowTemplate.Height = 24
  89. Me.請假單_dgv.Size = New System.Drawing.Size(502, 638)
  90. Me.請假單_dgv.TabIndex = 1388
  91. '
  92. '重讀2_bt
  93. '
  94. Me.重讀2_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.renew
  95. Me.重讀2_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  96. Me.重讀2_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  97. Me.重讀2_bt.Location = New System.Drawing.Point(636, 1)
  98. Me.重讀2_bt.Name = "重讀2_bt"
  99. Me.重讀2_bt.Size = New System.Drawing.Size(63, 50)
  100. Me.重讀2_bt.TabIndex = 1389
  101. Me.重讀2_bt.UseVisualStyleBackColor = True
  102. '
  103. '聯絡函單號_rtb
  104. '
  105. Me.聯絡函單號_rtb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  106. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  107. Me.聯絡函單號_rtb.BackColor = System.Drawing.Color.Transparent
  108. Me.聯絡函單號_rtb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  109. Me.聯絡函單號_rtb.Location = New System.Drawing.Point(969, 43)
  110. Me.聯絡函單號_rtb.Name = "聯絡函單號_rtb"
  111. Me.聯絡函單號_rtb.Size = New System.Drawing.Size(300, 23)
  112. Me.聯絡函單號_rtb.TabIndex = 1834
  113. Me.聯絡函單號_rtb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  114. '
  115. '申請部門_rtb
  116. '
  117. Me.申請部門_rtb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  118. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  119. Me.申請部門_rtb.BackColor = System.Drawing.Color.Transparent
  120. Me.申請部門_rtb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  121. Me.申請部門_rtb.Location = New System.Drawing.Point(969, 68)
  122. Me.申請部門_rtb.Name = "申請部門_rtb"
  123. Me.申請部門_rtb.Size = New System.Drawing.Size(300, 23)
  124. Me.申請部門_rtb.TabIndex = 1833
  125. Me.申請部門_rtb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  126. '
  127. '申請人_rtb
  128. '
  129. Me.申請人_rtb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  130. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  131. Me.申請人_rtb.BackColor = System.Drawing.Color.Transparent
  132. Me.申請人_rtb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  133. Me.申請人_rtb.Location = New System.Drawing.Point(969, 118)
  134. Me.申請人_rtb.Name = "申請人_rtb"
  135. Me.申請人_rtb.Size = New System.Drawing.Size(300, 23)
  136. Me.申請人_rtb.TabIndex = 1832
  137. Me.申請人_rtb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  138. '
  139. '申請日期_dtp
  140. '
  141. Me.申請日期_dtp.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  142. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  143. Me.申請日期_dtp.CustomFormat = "yyyy/MM/dd"
  144. Me.申請日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
  145. Me.申請日期_dtp.Location = New System.Drawing.Point(969, 93)
  146. Me.申請日期_dtp.Name = "申請日期_dtp"
  147. Me.申請日期_dtp.Size = New System.Drawing.Size(300, 23)
  148. Me.申請日期_dtp.TabIndex = 1829
  149. '
  150. '聯絡函主題_tb
  151. '
  152. Me.聯絡函主題_tb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  153. Me.聯絡函主題_tb.Location = New System.Drawing.Point(511, 51)
  154. Me.聯絡函主題_tb.Multiline = True
  155. Me.聯絡函主題_tb.Name = "聯絡函主題_tb"
  156. Me.聯絡函主題_tb.ScrollBars = System.Windows.Forms.ScrollBars.Both
  157. Me.聯絡函主題_tb.Size = New System.Drawing.Size(352, 90)
  158. Me.聯絡函主題_tb.TabIndex = 1827
  159. '
  160. '聯絡函主題_lb
  161. '
  162. Me.聯絡函主題_lb.AutoSize = True
  163. Me.聯絡函主題_lb.BackColor = System.Drawing.Color.Transparent
  164. Me.聯絡函主題_lb.Location = New System.Drawing.Point(518, 34)
  165. Me.聯絡函主題_lb.Name = "聯絡函主題_lb"
  166. Me.聯絡函主題_lb.Size = New System.Drawing.Size(67, 16)
  167. Me.聯絡函主題_lb.TabIndex = 1826
  168. Me.聯絡函主題_lb.Text = "聯絡函主題"
  169. '
  170. '聯絡事項_tb
  171. '
  172. Me.聯絡事項_tb.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  173. Or System.Windows.Forms.AnchorStyles.Left) _
  174. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  175. Me.聯絡事項_tb.Location = New System.Drawing.Point(511, 160)
  176. Me.聯絡事項_tb.Multiline = True
  177. Me.聯絡事項_tb.Name = "聯絡事項_tb"
  178. Me.聯絡事項_tb.ScrollBars = System.Windows.Forms.ScrollBars.Both
  179. Me.聯絡事項_tb.Size = New System.Drawing.Size(758, 481)
  180. Me.聯絡事項_tb.TabIndex = 1830
  181. '
  182. '聯絡事項_lb
  183. '
  184. Me.聯絡事項_lb.AutoSize = True
  185. Me.聯絡事項_lb.BackColor = System.Drawing.Color.Transparent
  186. Me.聯絡事項_lb.Location = New System.Drawing.Point(516, 143)
  187. Me.聯絡事項_lb.Name = "聯絡事項_lb"
  188. Me.聯絡事項_lb.Size = New System.Drawing.Size(55, 16)
  189. Me.聯絡事項_lb.TabIndex = 1831
  190. Me.聯絡事項_lb.Text = "聯絡事項"
  191. '
  192. '申請部門_lb
  193. '
  194. Me.申請部門_lb.BackColor = System.Drawing.Color.Transparent
  195. Me.申請部門_lb.Location = New System.Drawing.Point(869, 70)
  196. Me.申請部門_lb.Name = "申請部門_lb"
  197. Me.申請部門_lb.Size = New System.Drawing.Size(96, 20)
  198. Me.申請部門_lb.TabIndex = 1824
  199. Me.申請部門_lb.Text = "申請部門"
  200. Me.申請部門_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  201. '
  202. '聯絡函單號_lb
  203. '
  204. Me.聯絡函單號_lb.BackColor = System.Drawing.Color.Transparent
  205. Me.聯絡函單號_lb.Location = New System.Drawing.Point(869, 45)
  206. Me.聯絡函單號_lb.Name = "聯絡函單號_lb"
  207. Me.聯絡函單號_lb.Size = New System.Drawing.Size(96, 20)
  208. Me.聯絡函單號_lb.TabIndex = 1823
  209. Me.聯絡函單號_lb.Text = "聯絡函單號"
  210. Me.聯絡函單號_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  211. '
  212. '申請日期_lb
  213. '
  214. Me.申請日期_lb.BackColor = System.Drawing.Color.Transparent
  215. Me.申請日期_lb.Location = New System.Drawing.Point(869, 95)
  216. Me.申請日期_lb.Name = "申請日期_lb"
  217. Me.申請日期_lb.Size = New System.Drawing.Size(96, 20)
  218. Me.申請日期_lb.TabIndex = 1828
  219. Me.申請日期_lb.Text = "申請日期"
  220. Me.申請日期_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  221. '
  222. '申請人_lb
  223. '
  224. Me.申請人_lb.BackColor = System.Drawing.Color.Transparent
  225. Me.申請人_lb.Location = New System.Drawing.Point(869, 120)
  226. Me.申請人_lb.Name = "申請人_lb"
  227. Me.申請人_lb.Size = New System.Drawing.Size(96, 20)
  228. Me.申請人_lb.TabIndex = 1825
  229. Me.申請人_lb.Text = "申請人"
  230. Me.申請人_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  231. '
  232. '假別_cb
  233. '
  234. Me.假別_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  235. Me.假別_cb.FormattingEnabled = True
  236. Me.假別_cb.Items.AddRange(New Object() {"2019", "2020", "2021", "2022", "2023", "2024", "2025", "2026", "2027", "2028", "2029", "2030"})
  237. Me.假別_cb.Location = New System.Drawing.Point(968, 17)
  238. Me.假別_cb.Name = "假別_cb"
  239. Me.假別_cb.Size = New System.Drawing.Size(300, 24)
  240. Me.假別_cb.TabIndex = 1909
  241. '
  242. '假別1_cb
  243. '
  244. Me.假別1_cb.FormattingEnabled = True
  245. Me.假別1_cb.Items.AddRange(New Object() {"2019", "2020", "2021", "2022", "2023", "2024", "2025", "2026", "2027", "2028", "2029", "2030"})
  246. Me.假別1_cb.Location = New System.Drawing.Point(3, 3)
  247. Me.假別1_cb.Name = "假別1_cb"
  248. Me.假別1_cb.Size = New System.Drawing.Size(89, 24)
  249. Me.假別1_cb.TabIndex = 1910
  250. '
  251. 'Panel1
  252. '
  253. Me.Panel1.Controls.Add(Me.ID卡號_tb)
  254. Me.Panel1.Controls.Add(Me.結束日期_dtp)
  255. Me.Panel1.Controls.Add(Me.開始日期_dtp)
  256. Me.Panel1.Controls.Add(Me.假別1_cb)
  257. Me.Panel1.Location = New System.Drawing.Point(115, 80)
  258. Me.Panel1.Name = "Panel1"
  259. Me.Panel1.Size = New System.Drawing.Size(200, 100)
  260. Me.Panel1.TabIndex = 1911
  261. '
  262. 'ID卡號_tb
  263. '
  264. Me.ID卡號_tb.Location = New System.Drawing.Point(97, 4)
  265. Me.ID卡號_tb.Name = "ID卡號_tb"
  266. Me.ID卡號_tb.Size = New System.Drawing.Size(100, 23)
  267. Me.ID卡號_tb.TabIndex = 1915
  268. '
  269. '結束日期_dtp
  270. '
  271. Me.結束日期_dtp.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  272. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  273. Me.結束日期_dtp.CustomFormat = "yyyy/MM/dd"
  274. Me.結束日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
  275. Me.結束日期_dtp.Location = New System.Drawing.Point(3, 58)
  276. Me.結束日期_dtp.Name = "結束日期_dtp"
  277. Me.結束日期_dtp.Size = New System.Drawing.Size(89, 23)
  278. Me.結束日期_dtp.TabIndex = 1912
  279. '
  280. '開始日期_dtp
  281. '
  282. Me.開始日期_dtp.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  283. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  284. Me.開始日期_dtp.CustomFormat = "yyyy/MM/dd"
  285. Me.開始日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
  286. Me.開始日期_dtp.Location = New System.Drawing.Point(3, 31)
  287. Me.開始日期_dtp.Name = "開始日期_dtp"
  288. Me.開始日期_dtp.Size = New System.Drawing.Size(89, 23)
  289. Me.開始日期_dtp.TabIndex = 1911
  290. '
  291. '確認_bt
  292. '
  293. Me.確認_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.check
  294. Me.確認_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  295. Me.確認_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  296. Me.確認_bt.Location = New System.Drawing.Point(731, 1)
  297. Me.確認_bt.Name = "確認_bt"
  298. Me.確認_bt.Size = New System.Drawing.Size(63, 50)
  299. Me.確認_bt.TabIndex = 1912
  300. Me.確認_bt.UseVisualStyleBackColor = True
  301. '
  302. '作廢_bt
  303. '
  304. Me.作廢_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Close
  305. Me.作廢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  306. Me.作廢_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  307. Me.作廢_bt.Location = New System.Drawing.Point(800, 1)
  308. Me.作廢_bt.Name = "作廢_bt"
  309. Me.作廢_bt.Size = New System.Drawing.Size(63, 50)
  310. Me.作廢_bt.TabIndex = 1913
  311. Me.作廢_bt.UseVisualStyleBackColor = True
  312. '
  313. 'Label1
  314. '
  315. Me.Label1.BackColor = System.Drawing.Color.Transparent
  316. Me.Label1.Location = New System.Drawing.Point(868, 18)
  317. Me.Label1.Name = "Label1"
  318. Me.Label1.Size = New System.Drawing.Size(96, 20)
  319. Me.Label1.TabIndex = 1914
  320. Me.Label1.Text = "請假類別"
  321. Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  322. '
  323. '請假資料確認
  324. '
  325. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  326. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  327. Me.ClientSize = New System.Drawing.Size(1274, 645)
  328. Me.Controls.Add(Me.Label1)
  329. Me.Controls.Add(Me.作廢_bt)
  330. Me.Controls.Add(Me.確認_bt)
  331. Me.Controls.Add(Me.Panel1)
  332. Me.Controls.Add(Me.假別_cb)
  333. Me.Controls.Add(Me.聯絡函單號_rtb)
  334. Me.Controls.Add(Me.申請部門_rtb)
  335. Me.Controls.Add(Me.申請人_rtb)
  336. Me.Controls.Add(Me.申請日期_dtp)
  337. Me.Controls.Add(Me.聯絡函主題_tb)
  338. Me.Controls.Add(Me.聯絡函主題_lb)
  339. Me.Controls.Add(Me.聯絡事項_tb)
  340. Me.Controls.Add(Me.聯絡事項_lb)
  341. Me.Controls.Add(Me.申請部門_lb)
  342. Me.Controls.Add(Me.聯絡函單號_lb)
  343. Me.Controls.Add(Me.申請日期_lb)
  344. Me.Controls.Add(Me.申請人_lb)
  345. Me.Controls.Add(Me.重讀2_bt)
  346. Me.Controls.Add(Me.請假單_dgv)
  347. Me.Controls.Add(Me.語轉扭_bt)
  348. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  349. Me.Margin = New System.Windows.Forms.Padding(4)
  350. Me.Name = "請假資料確認"
  351. Me.Text = "請假資料確認"
  352. CType(Me.請假單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  353. CType(Me.聯絡函單號_rtb, System.ComponentModel.ISupportInitialize).EndInit()
  354. CType(Me.申請部門_rtb, System.ComponentModel.ISupportInitialize).EndInit()
  355. CType(Me.申請人_rtb, System.ComponentModel.ISupportInitialize).EndInit()
  356. Me.Panel1.ResumeLayout(False)
  357. Me.Panel1.PerformLayout()
  358. Me.ResumeLayout(False)
  359. Me.PerformLayout()
  360. End Sub
  361. Friend WithEvents ToolTip1 As ToolTip
  362. Friend WithEvents 語轉扭_bt As Button
  363. Friend WithEvents 請假單_dgv As DataGridView
  364. Friend WithEvents 重讀2_bt As Button
  365. Friend WithEvents 聯絡函單號_rtb As Telerik.WinControls.UI.RadTextBoxControl
  366. Friend WithEvents 申請部門_rtb As Telerik.WinControls.UI.RadTextBoxControl
  367. Friend WithEvents 申請人_rtb As Telerik.WinControls.UI.RadTextBoxControl
  368. Friend WithEvents 申請日期_dtp As DateTimePicker
  369. Friend WithEvents 聯絡函主題_tb As TextBox
  370. Friend WithEvents 聯絡函主題_lb As Label
  371. Friend WithEvents 聯絡事項_tb As TextBox
  372. Friend WithEvents 聯絡事項_lb As Label
  373. Friend WithEvents 申請部門_lb As Label
  374. Friend WithEvents 聯絡函單號_lb As Label
  375. Friend WithEvents 申請日期_lb As Label
  376. Friend WithEvents 申請人_lb As Label
  377. Friend WithEvents 假別_cb As ComboBox
  378. Friend WithEvents 假別1_cb As ComboBox
  379. Friend WithEvents Panel1 As Panel
  380. Friend WithEvents 確認_bt As Button
  381. Friend WithEvents 作廢_bt As Button
  382. Friend WithEvents Label1 As Label
  383. Friend WithEvents 結束日期_dtp As DateTimePicker
  384. Friend WithEvents 開始日期_dtp As DateTimePicker
  385. Friend WithEvents ID卡號_tb As TextBox
  386. End Class