Нет описания
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

電信費追加申請.Designer.vb 17KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401
  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. Me.Panel1 = New System.Windows.Forms.Panel()
  24. Me.人民幣匯率_tb = New System.Windows.Forms.TextBox()
  25. Me.印尼匯率_tb = New System.Windows.Forms.TextBox()
  26. Me.美金匯率_tb = New System.Windows.Forms.TextBox()
  27. Me.語轉扭_bt = New System.Windows.Forms.Button()
  28. Me.單號_tb = New System.Windows.Forms.TextBox()
  29. Me.財務單號_lb = New System.Windows.Forms.Label()
  30. Me.第三層_cb = New System.Windows.Forms.ComboBox()
  31. Me.編號3_cb = New System.Windows.Forms.ComboBox()
  32. Me.編號2_cb = New System.Windows.Forms.ComboBox()
  33. Me.編號1_cb = New System.Windows.Forms.ComboBox()
  34. Me.第一層_cb = New System.Windows.Forms.ComboBox()
  35. Me.第二層_cb = New System.Windows.Forms.ComboBox()
  36. Me.幣別_cb = New System.Windows.Forms.ComboBox()
  37. Me.申請人_tb = New System.Windows.Forms.TextBox()
  38. Me.科目_cb = New System.Windows.Forms.ComboBox()
  39. Me.Label1 = New System.Windows.Forms.Label()
  40. Me.Label2 = New System.Windows.Forms.Label()
  41. Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
  42. Me.Label3 = New System.Windows.Forms.Label()
  43. Me.金額_cb = New System.Windows.Forms.ComboBox()
  44. Me.Label4 = New System.Windows.Forms.Label()
  45. Me.申請完成_bt = New System.Windows.Forms.Button()
  46. Me.Panel2 = New System.Windows.Forms.Panel()
  47. Me.年份2_cb = New System.Windows.Forms.ComboBox()
  48. Me.Label13 = New System.Windows.Forms.Label()
  49. Me.月份2_cb = New System.Windows.Forms.ComboBox()
  50. Me.Label14 = New System.Windows.Forms.Label()
  51. Me.Panel1.SuspendLayout()
  52. Me.Panel2.SuspendLayout()
  53. Me.SuspendLayout()
  54. '
  55. 'Panel1
  56. '
  57. Me.Panel1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  58. Me.Panel1.Controls.Add(Me.人民幣匯率_tb)
  59. Me.Panel1.Controls.Add(Me.印尼匯率_tb)
  60. Me.Panel1.Controls.Add(Me.美金匯率_tb)
  61. Me.Panel1.Controls.Add(Me.語轉扭_bt)
  62. Me.Panel1.Controls.Add(Me.單號_tb)
  63. Me.Panel1.Controls.Add(Me.財務單號_lb)
  64. Me.Panel1.Controls.Add(Me.第三層_cb)
  65. Me.Panel1.Controls.Add(Me.編號3_cb)
  66. Me.Panel1.Controls.Add(Me.編號2_cb)
  67. Me.Panel1.Controls.Add(Me.編號1_cb)
  68. Me.Panel1.Controls.Add(Me.第一層_cb)
  69. Me.Panel1.Controls.Add(Me.第二層_cb)
  70. Me.Panel1.Controls.Add(Me.幣別_cb)
  71. Me.Panel1.Location = New System.Drawing.Point(56, 103)
  72. Me.Panel1.Name = "Panel1"
  73. Me.Panel1.Size = New System.Drawing.Size(277, 166)
  74. Me.Panel1.TabIndex = 0
  75. '
  76. '人民幣匯率_tb
  77. '
  78. Me.人民幣匯率_tb.Location = New System.Drawing.Point(6, 59)
  79. Me.人民幣匯率_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  80. Me.人民幣匯率_tb.Name = "人民幣匯率_tb"
  81. Me.人民幣匯率_tb.Size = New System.Drawing.Size(138, 23)
  82. Me.人民幣匯率_tb.TabIndex = 1654
  83. Me.人民幣匯率_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  84. '
  85. '印尼匯率_tb
  86. '
  87. Me.印尼匯率_tb.Location = New System.Drawing.Point(6, 109)
  88. Me.印尼匯率_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  89. Me.印尼匯率_tb.Name = "印尼匯率_tb"
  90. Me.印尼匯率_tb.Size = New System.Drawing.Size(138, 23)
  91. Me.印尼匯率_tb.TabIndex = 1656
  92. Me.印尼匯率_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  93. '
  94. '美金匯率_tb
  95. '
  96. Me.美金匯率_tb.Location = New System.Drawing.Point(6, 84)
  97. Me.美金匯率_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  98. Me.美金匯率_tb.Name = "美金匯率_tb"
  99. Me.美金匯率_tb.Size = New System.Drawing.Size(138, 23)
  100. Me.美金匯率_tb.TabIndex = 1655
  101. Me.美金匯率_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  102. '
  103. '語轉扭_bt
  104. '
  105. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  106. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  107. Me.語轉扭_bt.Location = New System.Drawing.Point(3, 4)
  108. Me.語轉扭_bt.Name = "語轉扭_bt"
  109. Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25)
  110. Me.語轉扭_bt.TabIndex = 1653
  111. Me.語轉扭_bt.Text = "L"
  112. Me.語轉扭_bt.UseVisualStyleBackColor = True
  113. '
  114. '單號_tb
  115. '
  116. Me.單號_tb.Location = New System.Drawing.Point(89, 32)
  117. Me.單號_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  118. Me.單號_tb.Name = "單號_tb"
  119. Me.單號_tb.Size = New System.Drawing.Size(122, 23)
  120. Me.單號_tb.TabIndex = 993
  121. Me.單號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  122. '
  123. '財務單號_lb
  124. '
  125. Me.財務單號_lb.AutoSize = True
  126. Me.財務單號_lb.BackColor = System.Drawing.Color.Transparent
  127. Me.財務單號_lb.Location = New System.Drawing.Point(3, 35)
  128. Me.財務單號_lb.Name = "財務單號_lb"
  129. Me.財務單號_lb.Size = New System.Drawing.Size(85, 16)
  130. Me.財務單號_lb.TabIndex = 994
  131. Me.財務單號_lb.Text = "Keuangan No"
  132. '
  133. '第三層_cb
  134. '
  135. Me.第三層_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  136. Me.第三層_cb.FormattingEnabled = True
  137. Me.第三層_cb.Location = New System.Drawing.Point(150, 135)
  138. Me.第三層_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  139. Me.第三層_cb.Name = "第三層_cb"
  140. Me.第三層_cb.Size = New System.Drawing.Size(121, 24)
  141. Me.第三層_cb.TabIndex = 985
  142. '
  143. '編號3_cb
  144. '
  145. Me.編號3_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  146. Me.編號3_cb.FormattingEnabled = True
  147. Me.編號3_cb.Location = New System.Drawing.Point(6, 135)
  148. Me.編號3_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  149. Me.編號3_cb.Name = "編號3_cb"
  150. Me.編號3_cb.Size = New System.Drawing.Size(138, 24)
  151. Me.編號3_cb.TabIndex = 992
  152. '
  153. '編號2_cb
  154. '
  155. Me.編號2_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  156. Me.編號2_cb.FormattingEnabled = True
  157. Me.編號2_cb.Location = New System.Drawing.Point(131, 5)
  158. Me.編號2_cb.Name = "編號2_cb"
  159. Me.編號2_cb.Size = New System.Drawing.Size(78, 24)
  160. Me.編號2_cb.TabIndex = 991
  161. '
  162. '編號1_cb
  163. '
  164. Me.編號1_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  165. Me.編號1_cb.FormattingEnabled = True
  166. Me.編號1_cb.Location = New System.Drawing.Point(64, 5)
  167. Me.編號1_cb.Name = "編號1_cb"
  168. Me.編號1_cb.Size = New System.Drawing.Size(61, 24)
  169. Me.編號1_cb.TabIndex = 990
  170. '
  171. '第一層_cb
  172. '
  173. Me.第一層_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  174. Me.第一層_cb.FormattingEnabled = True
  175. Me.第一層_cb.Location = New System.Drawing.Point(150, 58)
  176. Me.第一層_cb.Name = "第一層_cb"
  177. Me.第一層_cb.Size = New System.Drawing.Size(121, 24)
  178. Me.第一層_cb.TabIndex = 986
  179. '
  180. '第二層_cb
  181. '
  182. Me.第二層_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  183. Me.第二層_cb.FormattingEnabled = True
  184. Me.第二層_cb.Location = New System.Drawing.Point(150, 84)
  185. Me.第二層_cb.Name = "第二層_cb"
  186. Me.第二層_cb.Size = New System.Drawing.Size(121, 24)
  187. Me.第二層_cb.TabIndex = 987
  188. '
  189. '幣別_cb
  190. '
  191. Me.幣別_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  192. Me.幣別_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  193. Me.幣別_cb.FormattingEnabled = True
  194. Me.幣別_cb.Items.AddRange(New Object() {"TWD", "RMB", "USD", "IDR"})
  195. Me.幣別_cb.Location = New System.Drawing.Point(150, 110)
  196. Me.幣別_cb.Name = "幣別_cb"
  197. Me.幣別_cb.Size = New System.Drawing.Size(121, 24)
  198. Me.幣別_cb.TabIndex = 988
  199. '
  200. '申請人_tb
  201. '
  202. Me.申請人_tb.Location = New System.Drawing.Point(161, 4)
  203. Me.申請人_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  204. Me.申請人_tb.Name = "申請人_tb"
  205. Me.申請人_tb.Size = New System.Drawing.Size(188, 23)
  206. Me.申請人_tb.TabIndex = 989
  207. '
  208. '科目_cb
  209. '
  210. Me.科目_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  211. Me.科目_cb.FormattingEnabled = True
  212. Me.科目_cb.Location = New System.Drawing.Point(161, 29)
  213. Me.科目_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  214. Me.科目_cb.Name = "科目_cb"
  215. Me.科目_cb.Size = New System.Drawing.Size(188, 24)
  216. Me.科目_cb.TabIndex = 986
  217. '
  218. 'Label1
  219. '
  220. Me.Label1.BackColor = System.Drawing.Color.Transparent
  221. Me.Label1.Location = New System.Drawing.Point(5, 6)
  222. Me.Label1.Name = "Label1"
  223. Me.Label1.Size = New System.Drawing.Size(154, 20)
  224. Me.Label1.TabIndex = 995
  225. Me.Label1.Text = "Pemohon"
  226. Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  227. '
  228. 'Label2
  229. '
  230. Me.Label2.BackColor = System.Drawing.Color.Transparent
  231. Me.Label2.Location = New System.Drawing.Point(5, 30)
  232. Me.Label2.Name = "Label2"
  233. Me.Label2.Size = New System.Drawing.Size(154, 20)
  234. Me.Label2.TabIndex = 996
  235. Me.Label2.Text = "Mata Pelajaran Akuntansi"
  236. Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  237. '
  238. 'ToolTip1
  239. '
  240. Me.ToolTip1.AutoPopDelay = 5000
  241. Me.ToolTip1.InitialDelay = 500
  242. Me.ToolTip1.IsBalloon = True
  243. Me.ToolTip1.ReshowDelay = 100
  244. Me.ToolTip1.ToolTipTitle = "illustrate"
  245. '
  246. 'Label3
  247. '
  248. Me.Label3.BackColor = System.Drawing.Color.Transparent
  249. Me.Label3.Location = New System.Drawing.Point(5, 56)
  250. Me.Label3.Name = "Label3"
  251. Me.Label3.Size = New System.Drawing.Size(154, 20)
  252. Me.Label3.TabIndex = 998
  253. Me.Label3.Text = "Jumlah"
  254. Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  255. '
  256. '金額_cb
  257. '
  258. Me.金額_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  259. Me.金額_cb.FormattingEnabled = True
  260. Me.金額_cb.Items.AddRange(New Object() {"50,000", "100,000", "150,000", "200,000"})
  261. Me.金額_cb.Location = New System.Drawing.Point(194, 55)
  262. Me.金額_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  263. Me.金額_cb.Name = "金額_cb"
  264. Me.金額_cb.Size = New System.Drawing.Size(155, 24)
  265. Me.金額_cb.TabIndex = 997
  266. '
  267. 'Label4
  268. '
  269. Me.Label4.AutoSize = True
  270. Me.Label4.BackColor = System.Drawing.Color.Transparent
  271. Me.Label4.Location = New System.Drawing.Point(166, 59)
  272. Me.Label4.Name = "Label4"
  273. Me.Label4.Size = New System.Drawing.Size(25, 16)
  274. Me.Label4.TabIndex = 999
  275. Me.Label4.Text = "RP."
  276. '
  277. '申請完成_bt
  278. '
  279. Me.申請完成_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Sendnow
  280. Me.申請完成_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  281. Me.申請完成_bt.ForeColor = System.Drawing.Color.Red
  282. Me.申請完成_bt.Location = New System.Drawing.Point(355, 4)
  283. Me.申請完成_bt.Name = "申請完成_bt"
  284. Me.申請完成_bt.Size = New System.Drawing.Size(75, 75)
  285. Me.申請完成_bt.TabIndex = 1000
  286. Me.申請完成_bt.UseVisualStyleBackColor = True
  287. '
  288. 'Panel2
  289. '
  290. Me.Panel2.Controls.Add(Me.年份2_cb)
  291. Me.Panel2.Controls.Add(Me.Label13)
  292. Me.Panel2.Controls.Add(Me.月份2_cb)
  293. Me.Panel2.Controls.Add(Me.Label14)
  294. Me.Panel2.Location = New System.Drawing.Point(373, 16)
  295. Me.Panel2.Name = "Panel2"
  296. Me.Panel2.Size = New System.Drawing.Size(32, 37)
  297. Me.Panel2.TabIndex = 1001
  298. '
  299. '年份2_cb
  300. '
  301. Me.年份2_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  302. Me.年份2_cb.FormattingEnabled = True
  303. Me.年份2_cb.Items.AddRange(New Object() {"2019", "2020", "2021", "2022", "2023", "2024", "2025", "2026", "2027", "2028", "2029", "2030"})
  304. Me.年份2_cb.Location = New System.Drawing.Point(39, 3)
  305. Me.年份2_cb.Name = "年份2_cb"
  306. Me.年份2_cb.Size = New System.Drawing.Size(61, 24)
  307. Me.年份2_cb.TabIndex = 1940
  308. '
  309. 'Label13
  310. '
  311. Me.Label13.AutoSize = True
  312. Me.Label13.BackColor = System.Drawing.Color.Transparent
  313. Me.Label13.Location = New System.Drawing.Point(7, 7)
  314. Me.Label13.Name = "Label13"
  315. Me.Label13.Size = New System.Drawing.Size(32, 16)
  316. Me.Label13.TabIndex = 1938
  317. Me.Label13.Text = "Year"
  318. '
  319. '月份2_cb
  320. '
  321. Me.月份2_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  322. Me.月份2_cb.FormattingEnabled = True
  323. Me.月份2_cb.Items.AddRange(New Object() {"01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"})
  324. Me.月份2_cb.Location = New System.Drawing.Point(136, 3)
  325. Me.月份2_cb.Name = "月份2_cb"
  326. Me.月份2_cb.Size = New System.Drawing.Size(46, 24)
  327. Me.月份2_cb.TabIndex = 1941
  328. '
  329. 'Label14
  330. '
  331. Me.Label14.AutoSize = True
  332. Me.Label14.BackColor = System.Drawing.Color.Transparent
  333. Me.Label14.Location = New System.Drawing.Point(102, 7)
  334. Me.Label14.Name = "Label14"
  335. Me.Label14.Size = New System.Drawing.Size(34, 16)
  336. Me.Label14.TabIndex = 1939
  337. Me.Label14.Text = "Mon"
  338. '
  339. '電信費追加申請
  340. '
  341. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  342. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  343. Me.ClientSize = New System.Drawing.Size(440, 84)
  344. Me.Controls.Add(Me.申請完成_bt)
  345. Me.Controls.Add(Me.Label4)
  346. Me.Controls.Add(Me.Label3)
  347. Me.Controls.Add(Me.金額_cb)
  348. Me.Controls.Add(Me.Label2)
  349. Me.Controls.Add(Me.Label1)
  350. Me.Controls.Add(Me.科目_cb)
  351. Me.Controls.Add(Me.Panel1)
  352. Me.Controls.Add(Me.申請人_tb)
  353. Me.Controls.Add(Me.Panel2)
  354. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  355. Me.Margin = New System.Windows.Forms.Padding(4)
  356. Me.MaximizeBox = False
  357. Me.MinimizeBox = False
  358. Me.Name = "電信費追加申請"
  359. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  360. Me.Text = "電信費追加申請"
  361. Me.Panel1.ResumeLayout(False)
  362. Me.Panel1.PerformLayout()
  363. Me.Panel2.ResumeLayout(False)
  364. Me.Panel2.PerformLayout()
  365. Me.ResumeLayout(False)
  366. Me.PerformLayout()
  367. End Sub
  368. Friend WithEvents Panel1 As Panel
  369. Friend WithEvents 第三層_cb As ComboBox
  370. Friend WithEvents 第一層_cb As ComboBox
  371. Friend WithEvents 第二層_cb As ComboBox
  372. Friend WithEvents 幣別_cb As ComboBox
  373. Friend WithEvents 申請人_tb As TextBox
  374. Friend WithEvents 編號2_cb As ComboBox
  375. Friend WithEvents 編號1_cb As ComboBox
  376. Friend WithEvents 編號3_cb As ComboBox
  377. Friend WithEvents 科目_cb As ComboBox
  378. Friend WithEvents 單號_tb As TextBox
  379. Friend WithEvents 財務單號_lb As Label
  380. Friend WithEvents Label1 As Label
  381. Friend WithEvents Label2 As Label
  382. Friend WithEvents ToolTip1 As ToolTip
  383. Friend WithEvents Label3 As Label
  384. Friend WithEvents 金額_cb As ComboBox
  385. Friend WithEvents Label4 As Label
  386. Friend WithEvents 申請完成_bt As Button
  387. Friend WithEvents 語轉扭_bt As Button
  388. Friend WithEvents 人民幣匯率_tb As TextBox
  389. Friend WithEvents 印尼匯率_tb As TextBox
  390. Friend WithEvents 美金匯率_tb As TextBox
  391. Friend WithEvents Panel2 As Panel
  392. Friend WithEvents 年份2_cb As ComboBox
  393. Friend WithEvents Label13 As Label
  394. Friend WithEvents 月份2_cb As ComboBox
  395. Friend WithEvents Label14 As Label
  396. End Class