No Description
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 51KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991
  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 DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(財物支付單申請_傳票))
  24. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Me.Panel1 = New System.Windows.Forms.Panel()
  26. Me.開立收支單1_bt = New System.Windows.Forms.Button()
  27. Me.系統單號_bt = New System.Windows.Forms.TextBox()
  28. Me.明細_dgv = New System.Windows.Forms.DataGridView()
  29. Me.Label12 = New System.Windows.Forms.Label()
  30. Me.查詢_tb = New System.Windows.Forms.TextBox()
  31. Me.日期_dtp = New System.Windows.Forms.DateTimePicker()
  32. Me.編號3_cb = New System.Windows.Forms.ComboBox()
  33. Me.人民幣匯率_tb = New System.Windows.Forms.TextBox()
  34. Me.印尼匯率_tb = New System.Windows.Forms.TextBox()
  35. Me.美金匯率_tb = New System.Windows.Forms.TextBox()
  36. Me.編號2_cb = New System.Windows.Forms.ComboBox()
  37. Me.編號1_cb = New System.Windows.Forms.ComboBox()
  38. Me.選擇公司_cb = New System.Windows.Forms.ComboBox()
  39. Me.語轉扭_bt = New System.Windows.Forms.Button()
  40. Me.第一層_cb = New System.Windows.Forms.ComboBox()
  41. Me.幣別_cb = New System.Windows.Forms.ComboBox()
  42. Me.申請人_tb = New System.Windows.Forms.TextBox()
  43. Me.第二層_cb = New System.Windows.Forms.ComboBox()
  44. Me.部門選單_cb = New System.Windows.Forms.ComboBox()
  45. Me.單號_tb = New System.Windows.Forms.TextBox()
  46. Me.財務單號_lb = New System.Windows.Forms.Label()
  47. Me.Label1 = New System.Windows.Forms.Label()
  48. Me.Label2 = New System.Windows.Forms.Label()
  49. Me.補單_cb = New System.Windows.Forms.CheckBox()
  50. Me.申請日期_dtp = New System.Windows.Forms.DateTimePicker()
  51. Me.申請金額_nud = New System.Windows.Forms.NumericUpDown()
  52. Me.Label3 = New System.Windows.Forms.Label()
  53. Me.金額大寫_tb = New System.Windows.Forms.TextBox()
  54. Me.Label4 = New System.Windows.Forms.Label()
  55. Me.內容_tb = New System.Windows.Forms.TextBox()
  56. Me.Label5 = New System.Windows.Forms.Label()
  57. Me.支付對象_tb = New System.Windows.Forms.TextBox()
  58. Me.Label6 = New System.Windows.Forms.Label()
  59. Me.Panel2 = New System.Windows.Forms.Panel()
  60. Me.Label18 = New System.Windows.Forms.Label()
  61. Me.銀行支行_tb = New System.Windows.Forms.TextBox()
  62. Me.Label16 = New System.Windows.Forms.Label()
  63. Me.Label17 = New System.Windows.Forms.Label()
  64. Me.支付銀行_tb = New System.Windows.Forms.TextBox()
  65. Me.營行帳號_tb = New System.Windows.Forms.TextBox()
  66. Me.Label15 = New System.Windows.Forms.Label()
  67. Me.審核人_tb = New System.Windows.Forms.TextBox()
  68. Me.重選部門_bt = New System.Windows.Forms.Button()
  69. Me.Label11 = New System.Windows.Forms.Label()
  70. Me.列印成EXCEL_bt = New System.Windows.Forms.Button()
  71. Me.Label10 = New System.Windows.Forms.Label()
  72. Me.Label9 = New System.Windows.Forms.Label()
  73. Me.Label8 = New System.Windows.Forms.Label()
  74. Me.第三層_cb = New System.Windows.Forms.ComboBox()
  75. Me.會計科目_lb = New System.Windows.Forms.Label()
  76. Me.PictureBox3 = New System.Windows.Forms.PictureBox()
  77. Me.Label7 = New System.Windows.Forms.Label()
  78. Me.PictureBox1 = New System.Windows.Forms.PictureBox()
  79. Me.PictureBox2 = New System.Windows.Forms.PictureBox()
  80. Me.申請_p = New System.Windows.Forms.Panel()
  81. Me.開立收支單_bt = New System.Windows.Forms.Button()
  82. Me.刪除收支單_bt = New System.Windows.Forms.Button()
  83. Me.申請完成_bt = New System.Windows.Forms.Button()
  84. Me.審核_p = New System.Windows.Forms.Panel()
  85. Me.單據作廢_bt = New System.Windows.Forms.Button()
  86. Me.審核通過_bt = New System.Windows.Forms.Button()
  87. Me.財務收支單_dgv = New System.Windows.Forms.DataGridView()
  88. Me.年份2_cb = New System.Windows.Forms.ComboBox()
  89. Me.Label13 = New System.Windows.Forms.Label()
  90. Me.月份2_cb = New System.Windows.Forms.ComboBox()
  91. Me.Label14 = New System.Windows.Forms.Label()
  92. Me.採購連結_dgv = New System.Windows.Forms.DataGridView()
  93. Me.Panel1.SuspendLayout()
  94. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  95. CType(Me.申請金額_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  96. Me.Panel2.SuspendLayout()
  97. CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).BeginInit()
  98. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
  99. CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
  100. Me.申請_p.SuspendLayout()
  101. Me.審核_p.SuspendLayout()
  102. CType(Me.財務收支單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  103. CType(Me.採購連結_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  104. Me.SuspendLayout()
  105. '
  106. 'Panel1
  107. '
  108. Me.Panel1.BackColor = System.Drawing.Color.White
  109. Me.Panel1.Controls.Add(Me.採購連結_dgv)
  110. Me.Panel1.Controls.Add(Me.開立收支單1_bt)
  111. Me.Panel1.Controls.Add(Me.系統單號_bt)
  112. Me.Panel1.Controls.Add(Me.明細_dgv)
  113. Me.Panel1.Controls.Add(Me.Label12)
  114. Me.Panel1.Controls.Add(Me.查詢_tb)
  115. Me.Panel1.Controls.Add(Me.日期_dtp)
  116. Me.Panel1.Controls.Add(Me.編號3_cb)
  117. Me.Panel1.Controls.Add(Me.人民幣匯率_tb)
  118. Me.Panel1.Controls.Add(Me.印尼匯率_tb)
  119. Me.Panel1.Controls.Add(Me.美金匯率_tb)
  120. Me.Panel1.Controls.Add(Me.編號2_cb)
  121. Me.Panel1.Controls.Add(Me.編號1_cb)
  122. Me.Panel1.Controls.Add(Me.選擇公司_cb)
  123. Me.Panel1.Controls.Add(Me.語轉扭_bt)
  124. Me.Panel1.Controls.Add(Me.第一層_cb)
  125. Me.Panel1.Controls.Add(Me.幣別_cb)
  126. Me.Panel1.Location = New System.Drawing.Point(63, 292)
  127. Me.Panel1.Name = "Panel1"
  128. Me.Panel1.Size = New System.Drawing.Size(275, 260)
  129. Me.Panel1.TabIndex = 0
  130. '
  131. '開立收支單1_bt
  132. '
  133. Me.開立收支單1_bt.BackgroundImage = Global.Calculator_SYS.My.Resources.Resources.add_2
  134. Me.開立收支單1_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  135. Me.開立收支單1_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  136. Me.開立收支單1_bt.Location = New System.Drawing.Point(160, 207)
  137. Me.開立收支單1_bt.Name = "開立收支單1_bt"
  138. Me.開立收支單1_bt.Size = New System.Drawing.Size(50, 50)
  139. Me.開立收支單1_bt.TabIndex = 1898
  140. Me.開立收支單1_bt.UseVisualStyleBackColor = True
  141. '
  142. '系統單號_bt
  143. '
  144. Me.系統單號_bt.Location = New System.Drawing.Point(3, 185)
  145. Me.系統單號_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  146. Me.系統單號_bt.Name = "系統單號_bt"
  147. Me.系統單號_bt.Size = New System.Drawing.Size(152, 23)
  148. Me.系統單號_bt.TabIndex = 1897
  149. Me.系統單號_bt.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  150. '
  151. '明細_dgv
  152. '
  153. Me.明細_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  154. Or System.Windows.Forms.AnchorStyles.Left) _
  155. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  156. Me.明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  157. Me.明細_dgv.BackgroundColor = System.Drawing.Color.White
  158. Me.明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  159. Me.明細_dgv.Location = New System.Drawing.Point(160, 109)
  160. Me.明細_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  161. Me.明細_dgv.Name = "明細_dgv"
  162. Me.明細_dgv.RowHeadersWidth = 5
  163. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  164. Me.明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  165. Me.明細_dgv.RowTemplate.Height = 24
  166. Me.明細_dgv.Size = New System.Drawing.Size(75, 48)
  167. Me.明細_dgv.TabIndex = 1881
  168. '
  169. 'Label12
  170. '
  171. Me.Label12.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  172. Me.Label12.BackColor = System.Drawing.Color.Transparent
  173. Me.Label12.Location = New System.Drawing.Point(3, 237)
  174. Me.Label12.Name = "Label12"
  175. Me.Label12.Size = New System.Drawing.Size(169, 20)
  176. Me.Label12.TabIndex = 1893
  177. Me.Label12.Text = "Direktur/Komisaris"
  178. Me.Label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  179. '
  180. '查詢_tb
  181. '
  182. Me.查詢_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  183. Me.查詢_tb.Location = New System.Drawing.Point(160, 84)
  184. Me.查詢_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  185. Me.查詢_tb.Name = "查詢_tb"
  186. Me.查詢_tb.Size = New System.Drawing.Size(75, 23)
  187. Me.查詢_tb.TabIndex = 1896
  188. Me.查詢_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  189. '
  190. '日期_dtp
  191. '
  192. Me.日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  193. Me.日期_dtp.Location = New System.Drawing.Point(3, 211)
  194. Me.日期_dtp.Name = "日期_dtp"
  195. Me.日期_dtp.Size = New System.Drawing.Size(152, 23)
  196. Me.日期_dtp.TabIndex = 1895
  197. '
  198. '編號3_cb
  199. '
  200. Me.編號3_cb.FormattingEnabled = True
  201. Me.編號3_cb.Location = New System.Drawing.Point(3, 83)
  202. Me.編號3_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  203. Me.編號3_cb.Name = "編號3_cb"
  204. Me.編號3_cb.Size = New System.Drawing.Size(152, 24)
  205. Me.編號3_cb.TabIndex = 1891
  206. '
  207. '人民幣匯率_tb
  208. '
  209. Me.人民幣匯率_tb.Location = New System.Drawing.Point(3, 109)
  210. Me.人民幣匯率_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  211. Me.人民幣匯率_tb.Name = "人民幣匯率_tb"
  212. Me.人民幣匯率_tb.Size = New System.Drawing.Size(152, 23)
  213. Me.人民幣匯率_tb.TabIndex = 1892
  214. Me.人民幣匯率_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  215. '
  216. '印尼匯率_tb
  217. '
  218. Me.印尼匯率_tb.Location = New System.Drawing.Point(3, 159)
  219. Me.印尼匯率_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  220. Me.印尼匯率_tb.Name = "印尼匯率_tb"
  221. Me.印尼匯率_tb.Size = New System.Drawing.Size(152, 23)
  222. Me.印尼匯率_tb.TabIndex = 1894
  223. Me.印尼匯率_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  224. '
  225. '美金匯率_tb
  226. '
  227. Me.美金匯率_tb.Location = New System.Drawing.Point(3, 134)
  228. Me.美金匯率_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  229. Me.美金匯率_tb.Name = "美金匯率_tb"
  230. Me.美金匯率_tb.Size = New System.Drawing.Size(152, 23)
  231. Me.美金匯率_tb.TabIndex = 1893
  232. Me.美金匯率_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  233. '
  234. '編號2_cb
  235. '
  236. Me.編號2_cb.FormattingEnabled = True
  237. Me.編號2_cb.Location = New System.Drawing.Point(160, 56)
  238. Me.編號2_cb.Name = "編號2_cb"
  239. Me.編號2_cb.Size = New System.Drawing.Size(75, 24)
  240. Me.編號2_cb.TabIndex = 1890
  241. '
  242. '編號1_cb
  243. '
  244. Me.編號1_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  245. Me.編號1_cb.FormattingEnabled = True
  246. Me.編號1_cb.Location = New System.Drawing.Point(160, 29)
  247. Me.編號1_cb.Name = "編號1_cb"
  248. Me.編號1_cb.Size = New System.Drawing.Size(75, 24)
  249. Me.編號1_cb.TabIndex = 1889
  250. '
  251. '選擇公司_cb
  252. '
  253. Me.選擇公司_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  254. Me.選擇公司_cb.ForeColor = System.Drawing.Color.Blue
  255. Me.選擇公司_cb.FormattingEnabled = True
  256. Me.選擇公司_cb.Items.AddRange(New Object() {"PT HONG XHE INDUSTRIAL", "PT PUNCAK GEMILANG SEMESTA"})
  257. Me.選擇公司_cb.Location = New System.Drawing.Point(3, 3)
  258. Me.選擇公司_cb.Name = "選擇公司_cb"
  259. Me.選擇公司_cb.Size = New System.Drawing.Size(152, 24)
  260. Me.選擇公司_cb.TabIndex = 1865
  261. '
  262. '語轉扭_bt
  263. '
  264. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  265. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  266. Me.語轉扭_bt.Location = New System.Drawing.Point(210, 3)
  267. Me.語轉扭_bt.Name = "語轉扭_bt"
  268. Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25)
  269. Me.語轉扭_bt.TabIndex = 1653
  270. Me.語轉扭_bt.Text = "L"
  271. Me.語轉扭_bt.UseVisualStyleBackColor = True
  272. '
  273. '第一層_cb
  274. '
  275. Me.第一層_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  276. Me.第一層_cb.FormattingEnabled = True
  277. Me.第一層_cb.Location = New System.Drawing.Point(3, 29)
  278. Me.第一層_cb.Name = "第一層_cb"
  279. Me.第一層_cb.Size = New System.Drawing.Size(151, 24)
  280. Me.第一層_cb.TabIndex = 1885
  281. '
  282. '幣別_cb
  283. '
  284. Me.幣別_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  285. Me.幣別_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  286. Me.幣別_cb.FormattingEnabled = True
  287. Me.幣別_cb.Items.AddRange(New Object() {"TWD", "RMB", "USD", "IDR"})
  288. Me.幣別_cb.Location = New System.Drawing.Point(160, 3)
  289. Me.幣別_cb.Name = "幣別_cb"
  290. Me.幣別_cb.Size = New System.Drawing.Size(44, 24)
  291. Me.幣別_cb.TabIndex = 1887
  292. '
  293. '申請人_tb
  294. '
  295. Me.申請人_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  296. Me.申請人_tb.Location = New System.Drawing.Point(147, 584)
  297. Me.申請人_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  298. Me.申請人_tb.Name = "申請人_tb"
  299. Me.申請人_tb.Size = New System.Drawing.Size(175, 23)
  300. Me.申請人_tb.TabIndex = 1888
  301. Me.申請人_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  302. '
  303. '第二層_cb
  304. '
  305. Me.第二層_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  306. Me.第二層_cb.FormattingEnabled = True
  307. Me.第二層_cb.Location = New System.Drawing.Point(147, 284)
  308. Me.第二層_cb.Name = "第二層_cb"
  309. Me.第二層_cb.Size = New System.Drawing.Size(324, 24)
  310. Me.第二層_cb.TabIndex = 1886
  311. '
  312. '部門選單_cb
  313. '
  314. Me.部門選單_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  315. Me.部門選單_cb.FormattingEnabled = True
  316. Me.部門選單_cb.Location = New System.Drawing.Point(147, 202)
  317. Me.部門選單_cb.Name = "部門選單_cb"
  318. Me.部門選單_cb.Size = New System.Drawing.Size(174, 24)
  319. Me.部門選單_cb.TabIndex = 1654
  320. '
  321. '單號_tb
  322. '
  323. Me.單號_tb.Location = New System.Drawing.Point(147, 177)
  324. Me.單號_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  325. Me.單號_tb.Name = "單號_tb"
  326. Me.單號_tb.Size = New System.Drawing.Size(175, 23)
  327. Me.單號_tb.TabIndex = 1865
  328. '
  329. '財務單號_lb
  330. '
  331. Me.財務單號_lb.BackColor = System.Drawing.Color.Transparent
  332. Me.財務單號_lb.Location = New System.Drawing.Point(8, 179)
  333. Me.財務單號_lb.Name = "財務單號_lb"
  334. Me.財務單號_lb.Size = New System.Drawing.Size(140, 20)
  335. Me.財務單號_lb.TabIndex = 1866
  336. Me.財務單號_lb.Text = "Keuangan No"
  337. Me.財務單號_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  338. '
  339. 'Label1
  340. '
  341. Me.Label1.BackColor = System.Drawing.Color.Transparent
  342. Me.Label1.Location = New System.Drawing.Point(7, 204)
  343. Me.Label1.Name = "Label1"
  344. Me.Label1.Size = New System.Drawing.Size(140, 20)
  345. Me.Label1.TabIndex = 1867
  346. Me.Label1.Text = "Division/Department"
  347. Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  348. '
  349. 'Label2
  350. '
  351. Me.Label2.BackColor = System.Drawing.Color.Transparent
  352. Me.Label2.Location = New System.Drawing.Point(332, 180)
  353. Me.Label2.Name = "Label2"
  354. Me.Label2.Size = New System.Drawing.Size(140, 20)
  355. Me.Label2.TabIndex = 1868
  356. Me.Label2.Text = "Tanggal Diajukan"
  357. Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  358. '
  359. '補單_cb
  360. '
  361. Me.補單_cb.AutoSize = True
  362. Me.補單_cb.BackColor = System.Drawing.Color.Transparent
  363. Me.補單_cb.Location = New System.Drawing.Point(608, 180)
  364. Me.補單_cb.Name = "補單_cb"
  365. Me.補單_cb.Size = New System.Drawing.Size(38, 20)
  366. Me.補單_cb.TabIndex = 1870
  367. Me.補單_cb.Text = "M"
  368. Me.補單_cb.UseVisualStyleBackColor = False
  369. '
  370. '申請日期_dtp
  371. '
  372. Me.申請日期_dtp.CustomFormat = "yyyy/MM/dd"
  373. Me.申請日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
  374. Me.申請日期_dtp.Location = New System.Drawing.Point(472, 178)
  375. Me.申請日期_dtp.Name = "申請日期_dtp"
  376. Me.申請日期_dtp.Size = New System.Drawing.Size(133, 23)
  377. Me.申請日期_dtp.TabIndex = 1869
  378. '
  379. '申請金額_nud
  380. '
  381. Me.申請金額_nud.Location = New System.Drawing.Point(472, 203)
  382. Me.申請金額_nud.Maximum = New Decimal(New Integer() {276447231, 23283, 0, 0})
  383. Me.申請金額_nud.Name = "申請金額_nud"
  384. Me.申請金額_nud.Size = New System.Drawing.Size(174, 23)
  385. Me.申請金額_nud.TabIndex = 1871
  386. Me.申請金額_nud.ThousandsSeparator = True
  387. '
  388. 'Label3
  389. '
  390. Me.Label3.BackColor = System.Drawing.Color.Transparent
  391. Me.Label3.Location = New System.Drawing.Point(332, 204)
  392. Me.Label3.Name = "Label3"
  393. Me.Label3.Size = New System.Drawing.Size(140, 20)
  394. Me.Label3.TabIndex = 1872
  395. Me.Label3.Text = "Amount of Money Rp."
  396. Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  397. '
  398. '金額大寫_tb
  399. '
  400. Me.金額大寫_tb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  401. Me.金額大寫_tb.Location = New System.Drawing.Point(147, 228)
  402. Me.金額大寫_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  403. Me.金額大寫_tb.Multiline = True
  404. Me.金額大寫_tb.Name = "金額大寫_tb"
  405. Me.金額大寫_tb.Size = New System.Drawing.Size(754, 55)
  406. Me.金額大寫_tb.TabIndex = 1873
  407. '
  408. 'Label4
  409. '
  410. Me.Label4.BackColor = System.Drawing.Color.Transparent
  411. Me.Label4.Location = New System.Drawing.Point(8, 230)
  412. Me.Label4.Name = "Label4"
  413. Me.Label4.Size = New System.Drawing.Size(140, 20)
  414. Me.Label4.TabIndex = 1874
  415. Me.Label4.Text = "Terbilang"
  416. Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  417. '
  418. '內容_tb
  419. '
  420. Me.內容_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  421. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  422. Me.內容_tb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  423. Me.內容_tb.Location = New System.Drawing.Point(147, 310)
  424. Me.內容_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  425. Me.內容_tb.Multiline = True
  426. Me.內容_tb.Name = "內容_tb"
  427. Me.內容_tb.Size = New System.Drawing.Size(754, 151)
  428. Me.內容_tb.TabIndex = 1875
  429. '
  430. 'Label5
  431. '
  432. Me.Label5.BackColor = System.Drawing.Color.Transparent
  433. Me.Label5.Location = New System.Drawing.Point(8, 313)
  434. Me.Label5.Name = "Label5"
  435. Me.Label5.Size = New System.Drawing.Size(140, 20)
  436. Me.Label5.TabIndex = 1876
  437. Me.Label5.Text = "Application Content"
  438. Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  439. '
  440. '支付對象_tb
  441. '
  442. Me.支付對象_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  443. Me.支付對象_tb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  444. Me.支付對象_tb.Location = New System.Drawing.Point(147, 476)
  445. Me.支付對象_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  446. Me.支付對象_tb.Multiline = True
  447. Me.支付對象_tb.Name = "支付對象_tb"
  448. Me.支付對象_tb.Size = New System.Drawing.Size(324, 43)
  449. Me.支付對象_tb.TabIndex = 1877
  450. '
  451. 'Label6
  452. '
  453. Me.Label6.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  454. Me.Label6.BackColor = System.Drawing.Color.Transparent
  455. Me.Label6.Location = New System.Drawing.Point(151, 459)
  456. Me.Label6.Name = "Label6"
  457. Me.Label6.Size = New System.Drawing.Size(140, 20)
  458. Me.Label6.TabIndex = 1878
  459. Me.Label6.Text = "Dibayar Kepada"
  460. Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  461. '
  462. 'Panel2
  463. '
  464. Me.Panel2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  465. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  466. Me.Panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  467. Me.Panel2.Controls.Add(Me.Label18)
  468. Me.Panel2.Controls.Add(Me.銀行支行_tb)
  469. Me.Panel2.Controls.Add(Me.Label16)
  470. Me.Panel2.Controls.Add(Me.Label17)
  471. Me.Panel2.Controls.Add(Me.支付銀行_tb)
  472. Me.Panel2.Controls.Add(Me.營行帳號_tb)
  473. Me.Panel2.Controls.Add(Me.Label15)
  474. Me.Panel2.Controls.Add(Me.審核人_tb)
  475. Me.Panel2.Controls.Add(Me.重選部門_bt)
  476. Me.Panel2.Controls.Add(Me.Label11)
  477. Me.Panel2.Controls.Add(Me.列印成EXCEL_bt)
  478. Me.Panel2.Controls.Add(Me.Label10)
  479. Me.Panel2.Controls.Add(Me.Label9)
  480. Me.Panel2.Controls.Add(Me.Label8)
  481. Me.Panel2.Controls.Add(Me.內容_tb)
  482. Me.Panel2.Controls.Add(Me.申請人_tb)
  483. Me.Panel2.Controls.Add(Me.第三層_cb)
  484. Me.Panel2.Controls.Add(Me.Label5)
  485. Me.Panel2.Controls.Add(Me.金額大寫_tb)
  486. Me.Panel2.Controls.Add(Me.Label4)
  487. Me.Panel2.Controls.Add(Me.第二層_cb)
  488. Me.Panel2.Controls.Add(Me.財務單號_lb)
  489. Me.Panel2.Controls.Add(Me.Label3)
  490. Me.Panel2.Controls.Add(Me.部門選單_cb)
  491. Me.Panel2.Controls.Add(Me.申請金額_nud)
  492. Me.Panel2.Controls.Add(Me.單號_tb)
  493. Me.Panel2.Controls.Add(Me.補單_cb)
  494. Me.Panel2.Controls.Add(Me.Label1)
  495. Me.Panel2.Controls.Add(Me.申請日期_dtp)
  496. Me.Panel2.Controls.Add(Me.Label2)
  497. Me.Panel2.Controls.Add(Me.會計科目_lb)
  498. Me.Panel2.Controls.Add(Me.PictureBox3)
  499. Me.Panel2.Controls.Add(Me.Label7)
  500. Me.Panel2.Controls.Add(Me.PictureBox1)
  501. Me.Panel2.Controls.Add(Me.PictureBox2)
  502. Me.Panel2.Controls.Add(Me.申請_p)
  503. Me.Panel2.Controls.Add(Me.支付對象_tb)
  504. Me.Panel2.Controls.Add(Me.Label6)
  505. Me.Panel2.Controls.Add(Me.審核_p)
  506. Me.Panel2.Location = New System.Drawing.Point(412, 1)
  507. Me.Panel2.Name = "Panel2"
  508. Me.Panel2.Size = New System.Drawing.Size(906, 610)
  509. Me.Panel2.TabIndex = 1879
  510. '
  511. 'Label18
  512. '
  513. Me.Label18.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  514. Me.Label18.BackColor = System.Drawing.Color.Transparent
  515. Me.Label18.Location = New System.Drawing.Point(6, 480)
  516. Me.Label18.Name = "Label18"
  517. Me.Label18.Size = New System.Drawing.Size(140, 20)
  518. Me.Label18.TabIndex = 1946
  519. Me.Label18.Text = "Dibayar Kepada"
  520. Me.Label18.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  521. '
  522. '銀行支行_tb
  523. '
  524. Me.銀行支行_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  525. Me.銀行支行_tb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  526. Me.銀行支行_tb.Location = New System.Drawing.Point(577, 519)
  527. Me.銀行支行_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  528. Me.銀行支行_tb.Multiline = True
  529. Me.銀行支行_tb.Name = "銀行支行_tb"
  530. Me.銀行支行_tb.Size = New System.Drawing.Size(324, 43)
  531. Me.銀行支行_tb.TabIndex = 1944
  532. '
  533. 'Label16
  534. '
  535. Me.Label16.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  536. Me.Label16.BackColor = System.Drawing.Color.Transparent
  537. Me.Label16.Location = New System.Drawing.Point(472, 521)
  538. Me.Label16.Name = "Label16"
  539. Me.Label16.Size = New System.Drawing.Size(106, 20)
  540. Me.Label16.TabIndex = 1945
  541. Me.Label16.Text = "Dibayar Kepada"
  542. Me.Label16.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  543. '
  544. 'Label17
  545. '
  546. Me.Label17.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  547. Me.Label17.BackColor = System.Drawing.Color.Transparent
  548. Me.Label17.Location = New System.Drawing.Point(8, 520)
  549. Me.Label17.Name = "Label17"
  550. Me.Label17.Size = New System.Drawing.Size(140, 20)
  551. Me.Label17.TabIndex = 1943
  552. Me.Label17.Text = "Dibayar Kepada"
  553. Me.Label17.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  554. '
  555. '支付銀行_tb
  556. '
  557. Me.支付銀行_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  558. Me.支付銀行_tb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  559. Me.支付銀行_tb.Location = New System.Drawing.Point(147, 519)
  560. Me.支付銀行_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  561. Me.支付銀行_tb.Multiline = True
  562. Me.支付銀行_tb.Name = "支付銀行_tb"
  563. Me.支付銀行_tb.Size = New System.Drawing.Size(324, 43)
  564. Me.支付銀行_tb.TabIndex = 1942
  565. '
  566. '營行帳號_tb
  567. '
  568. Me.營行帳號_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  569. Me.營行帳號_tb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  570. Me.營行帳號_tb.Location = New System.Drawing.Point(577, 476)
  571. Me.營行帳號_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  572. Me.營行帳號_tb.Multiline = True
  573. Me.營行帳號_tb.Name = "營行帳號_tb"
  574. Me.營行帳號_tb.Size = New System.Drawing.Size(324, 43)
  575. Me.營行帳號_tb.TabIndex = 1940
  576. '
  577. 'Label15
  578. '
  579. Me.Label15.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  580. Me.Label15.BackColor = System.Drawing.Color.Transparent
  581. Me.Label15.Location = New System.Drawing.Point(472, 478)
  582. Me.Label15.Name = "Label15"
  583. Me.Label15.Size = New System.Drawing.Size(106, 20)
  584. Me.Label15.TabIndex = 1941
  585. Me.Label15.Text = "Dibayar Kepada"
  586. Me.Label15.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  587. '
  588. '審核人_tb
  589. '
  590. Me.審核人_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  591. Me.審核人_tb.Location = New System.Drawing.Point(726, 584)
  592. Me.審核人_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  593. Me.審核人_tb.Name = "審核人_tb"
  594. Me.審核人_tb.Size = New System.Drawing.Size(175, 23)
  595. Me.審核人_tb.TabIndex = 1939
  596. Me.審核人_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  597. '
  598. '重選部門_bt
  599. '
  600. Me.重選部門_bt.BackgroundImage = Global.Calculator_SYS.My.Resources.Resources.renew
  601. Me.重選部門_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  602. Me.重選部門_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  603. Me.重選部門_bt.Location = New System.Drawing.Point(851, 177)
  604. Me.重選部門_bt.Name = "重選部門_bt"
  605. Me.重選部門_bt.Size = New System.Drawing.Size(50, 50)
  606. Me.重選部門_bt.TabIndex = 1862
  607. Me.重選部門_bt.UseVisualStyleBackColor = True
  608. '
  609. 'Label11
  610. '
  611. Me.Label11.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  612. Me.Label11.BackColor = System.Drawing.Color.Transparent
  613. Me.Label11.Location = New System.Drawing.Point(465, 582)
  614. Me.Label11.Name = "Label11"
  615. Me.Label11.Size = New System.Drawing.Size(140, 20)
  616. Me.Label11.TabIndex = 1892
  617. Me.Label11.Text = "Manager"
  618. Me.Label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  619. '
  620. '列印成EXCEL_bt
  621. '
  622. Me.列印成EXCEL_bt.BackColor = System.Drawing.Color.White
  623. Me.列印成EXCEL_bt.BackgroundImage = CType(resources.GetObject("列印成EXCEL_bt.BackgroundImage"), System.Drawing.Image)
  624. Me.列印成EXCEL_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  625. Me.列印成EXCEL_bt.ForeColor = System.Drawing.Color.Green
  626. Me.列印成EXCEL_bt.Location = New System.Drawing.Point(801, 177)
  627. Me.列印成EXCEL_bt.Name = "列印成EXCEL_bt"
  628. Me.列印成EXCEL_bt.Size = New System.Drawing.Size(50, 50)
  629. Me.列印成EXCEL_bt.TabIndex = 1882
  630. Me.列印成EXCEL_bt.UseVisualStyleBackColor = False
  631. '
  632. 'Label10
  633. '
  634. Me.Label10.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  635. Me.Label10.BackColor = System.Drawing.Color.Transparent
  636. Me.Label10.Location = New System.Drawing.Point(732, 562)
  637. Me.Label10.Name = "Label10"
  638. Me.Label10.Size = New System.Drawing.Size(169, 20)
  639. Me.Label10.TabIndex = 1891
  640. Me.Label10.Text = "Disetujui,"
  641. Me.Label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  642. '
  643. 'Label9
  644. '
  645. Me.Label9.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  646. Me.Label9.BackColor = System.Drawing.Color.Transparent
  647. Me.Label9.Location = New System.Drawing.Point(465, 562)
  648. Me.Label9.Name = "Label9"
  649. Me.Label9.Size = New System.Drawing.Size(140, 20)
  650. Me.Label9.TabIndex = 1890
  651. Me.Label9.Text = "Verifikasi,"
  652. Me.Label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  653. '
  654. 'Label8
  655. '
  656. Me.Label8.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  657. Me.Label8.BackColor = System.Drawing.Color.Transparent
  658. Me.Label8.Location = New System.Drawing.Point(144, 562)
  659. Me.Label8.Name = "Label8"
  660. Me.Label8.Size = New System.Drawing.Size(177, 20)
  661. Me.Label8.TabIndex = 1889
  662. Me.Label8.Text = "Diajukan,"
  663. Me.Label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  664. '
  665. '第三層_cb
  666. '
  667. Me.第三層_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  668. Me.第三層_cb.FormattingEnabled = True
  669. Me.第三層_cb.Location = New System.Drawing.Point(519, 284)
  670. Me.第三層_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  671. Me.第三層_cb.Name = "第三層_cb"
  672. Me.第三層_cb.Size = New System.Drawing.Size(382, 24)
  673. Me.第三層_cb.TabIndex = 1883
  674. '
  675. '會計科目_lb
  676. '
  677. Me.會計科目_lb.BackColor = System.Drawing.Color.Transparent
  678. Me.會計科目_lb.Location = New System.Drawing.Point(8, 286)
  679. Me.會計科目_lb.Name = "會計科目_lb"
  680. Me.會計科目_lb.Size = New System.Drawing.Size(140, 20)
  681. Me.會計科目_lb.TabIndex = 1884
  682. Me.會計科目_lb.Text = "會計科目"
  683. Me.會計科目_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  684. '
  685. 'PictureBox3
  686. '
  687. Me.PictureBox3.BackgroundImage = Global.Calculator_SYS.My.Resources.Resources.arrow_right
  688. Me.PictureBox3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  689. Me.PictureBox3.Location = New System.Drawing.Point(474, 279)
  690. Me.PictureBox3.Name = "PictureBox3"
  691. Me.PictureBox3.Size = New System.Drawing.Size(43, 32)
  692. Me.PictureBox3.TabIndex = 1887
  693. Me.PictureBox3.TabStop = False
  694. '
  695. 'Label7
  696. '
  697. Me.Label7.BackColor = System.Drawing.Color.Transparent
  698. Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  699. Me.Label7.Location = New System.Drawing.Point(3, 138)
  700. Me.Label7.Name = "Label7"
  701. Me.Label7.Size = New System.Drawing.Size(898, 37)
  702. Me.Label7.TabIndex = 1888
  703. Me.Label7.Text = "PERMINTAAN PEMBAYARAN"
  704. Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  705. '
  706. 'PictureBox1
  707. '
  708. Me.PictureBox1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  709. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  710. Me.PictureBox1.BackColor = System.Drawing.Color.White
  711. Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  712. Me.PictureBox1.Image = Global.Calculator_SYS.My.Resources.Resources.HXLOGO01
  713. Me.PictureBox1.Location = New System.Drawing.Point(-1, -1)
  714. Me.PictureBox1.Name = "PictureBox1"
  715. Me.PictureBox1.Size = New System.Drawing.Size(906, 138)
  716. Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
  717. Me.PictureBox1.TabIndex = 1863
  718. Me.PictureBox1.TabStop = False
  719. '
  720. 'PictureBox2
  721. '
  722. Me.PictureBox2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  723. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  724. Me.PictureBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  725. Me.PictureBox2.Image = Global.Calculator_SYS.My.Resources.Resources.PGSLOGO01
  726. Me.PictureBox2.Location = New System.Drawing.Point(-1, -1)
  727. Me.PictureBox2.Name = "PictureBox2"
  728. Me.PictureBox2.Size = New System.Drawing.Size(906, 138)
  729. Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
  730. Me.PictureBox2.TabIndex = 1864
  731. Me.PictureBox2.TabStop = False
  732. '
  733. '申請_p
  734. '
  735. Me.申請_p.Controls.Add(Me.開立收支單_bt)
  736. Me.申請_p.Controls.Add(Me.刪除收支單_bt)
  737. Me.申請_p.Controls.Add(Me.申請完成_bt)
  738. Me.申請_p.Location = New System.Drawing.Point(649, 176)
  739. Me.申請_p.Name = "申請_p"
  740. Me.申請_p.Size = New System.Drawing.Size(152, 51)
  741. Me.申請_p.TabIndex = 1894
  742. '
  743. '開立收支單_bt
  744. '
  745. Me.開立收支單_bt.BackgroundImage = Global.Calculator_SYS.My.Resources.Resources.add_2
  746. Me.開立收支單_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  747. Me.開立收支單_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  748. Me.開立收支單_bt.Location = New System.Drawing.Point(1, 1)
  749. Me.開立收支單_bt.Name = "開立收支單_bt"
  750. Me.開立收支單_bt.Size = New System.Drawing.Size(50, 50)
  751. Me.開立收支單_bt.TabIndex = 1879
  752. Me.開立收支單_bt.UseVisualStyleBackColor = True
  753. '
  754. '刪除收支單_bt
  755. '
  756. Me.刪除收支單_bt.BackgroundImage = Global.Calculator_SYS.My.Resources.Resources.GarbageEmpty
  757. Me.刪除收支單_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  758. Me.刪除收支單_bt.ForeColor = System.Drawing.Color.Red
  759. Me.刪除收支單_bt.Location = New System.Drawing.Point(101, 1)
  760. Me.刪除收支單_bt.Name = "刪除收支單_bt"
  761. Me.刪除收支單_bt.Size = New System.Drawing.Size(50, 50)
  762. Me.刪除收支單_bt.TabIndex = 1880
  763. Me.刪除收支單_bt.UseVisualStyleBackColor = True
  764. '
  765. '申請完成_bt
  766. '
  767. Me.申請完成_bt.BackgroundImage = Global.Calculator_SYS.My.Resources.Resources.SAVER
  768. Me.申請完成_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  769. Me.申請完成_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  770. Me.申請完成_bt.Location = New System.Drawing.Point(51, 1)
  771. Me.申請完成_bt.Name = "申請完成_bt"
  772. Me.申請完成_bt.Size = New System.Drawing.Size(50, 50)
  773. Me.申請完成_bt.TabIndex = 1881
  774. Me.申請完成_bt.UseVisualStyleBackColor = True
  775. '
  776. '審核_p
  777. '
  778. Me.審核_p.Controls.Add(Me.單據作廢_bt)
  779. Me.審核_p.Controls.Add(Me.審核通過_bt)
  780. Me.審核_p.Location = New System.Drawing.Point(649, 176)
  781. Me.審核_p.Name = "審核_p"
  782. Me.審核_p.Size = New System.Drawing.Size(152, 51)
  783. Me.審核_p.TabIndex = 1938
  784. '
  785. '單據作廢_bt
  786. '
  787. Me.單據作廢_bt.BackgroundImage = Global.Calculator_SYS.My.Resources.Resources.Close
  788. Me.單據作廢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  789. Me.單據作廢_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  790. Me.單據作廢_bt.ForeColor = System.Drawing.Color.Red
  791. Me.單據作廢_bt.Location = New System.Drawing.Point(52, 1)
  792. Me.單據作廢_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  793. Me.單據作廢_bt.Name = "單據作廢_bt"
  794. Me.單據作廢_bt.Size = New System.Drawing.Size(50, 50)
  795. Me.單據作廢_bt.TabIndex = 1001
  796. Me.單據作廢_bt.UseVisualStyleBackColor = True
  797. '
  798. '審核通過_bt
  799. '
  800. Me.審核通過_bt.BackgroundImage = Global.Calculator_SYS.My.Resources.Resources._Select
  801. Me.審核通過_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  802. Me.審核通過_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  803. Me.審核通過_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  804. Me.審核通過_bt.Location = New System.Drawing.Point(2, 1)
  805. Me.審核通過_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  806. Me.審核通過_bt.Name = "審核通過_bt"
  807. Me.審核通過_bt.Size = New System.Drawing.Size(50, 50)
  808. Me.審核通過_bt.TabIndex = 1000
  809. Me.審核通過_bt.UseVisualStyleBackColor = True
  810. '
  811. '財務收支單_dgv
  812. '
  813. Me.財務收支單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  814. Or System.Windows.Forms.AnchorStyles.Left) _
  815. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  816. Me.財務收支單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  817. Me.財務收支單_dgv.BackgroundColor = System.Drawing.Color.White
  818. Me.財務收支單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  819. Me.財務收支單_dgv.Location = New System.Drawing.Point(4, 28)
  820. Me.財務收支單_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  821. Me.財務收支單_dgv.Name = "財務收支單_dgv"
  822. Me.財務收支單_dgv.RowHeadersWidth = 5
  823. Me.財務收支單_dgv.RowTemplate.Height = 24
  824. Me.財務收支單_dgv.Size = New System.Drawing.Size(406, 583)
  825. Me.財務收支單_dgv.TabIndex = 1880
  826. '
  827. '年份2_cb
  828. '
  829. Me.年份2_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  830. Me.年份2_cb.FormattingEnabled = True
  831. Me.年份2_cb.Items.AddRange(New Object() {"2019", "2020", "2021", "2022", "2023", "2024", "2025", "2026", "2027", "2028", "2029", "2030"})
  832. Me.年份2_cb.Location = New System.Drawing.Point(40, 2)
  833. Me.年份2_cb.Name = "年份2_cb"
  834. Me.年份2_cb.Size = New System.Drawing.Size(61, 24)
  835. Me.年份2_cb.TabIndex = 1936
  836. '
  837. 'Label13
  838. '
  839. Me.Label13.AutoSize = True
  840. Me.Label13.BackColor = System.Drawing.Color.Transparent
  841. Me.Label13.Location = New System.Drawing.Point(8, 6)
  842. Me.Label13.Name = "Label13"
  843. Me.Label13.Size = New System.Drawing.Size(32, 16)
  844. Me.Label13.TabIndex = 1934
  845. Me.Label13.Text = "Year"
  846. '
  847. '月份2_cb
  848. '
  849. Me.月份2_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  850. Me.月份2_cb.FormattingEnabled = True
  851. Me.月份2_cb.Items.AddRange(New Object() {"01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"})
  852. Me.月份2_cb.Location = New System.Drawing.Point(137, 2)
  853. Me.月份2_cb.Name = "月份2_cb"
  854. Me.月份2_cb.Size = New System.Drawing.Size(46, 24)
  855. Me.月份2_cb.TabIndex = 1937
  856. '
  857. 'Label14
  858. '
  859. Me.Label14.AutoSize = True
  860. Me.Label14.BackColor = System.Drawing.Color.Transparent
  861. Me.Label14.Location = New System.Drawing.Point(103, 6)
  862. Me.Label14.Name = "Label14"
  863. Me.Label14.Size = New System.Drawing.Size(34, 16)
  864. Me.Label14.TabIndex = 1935
  865. Me.Label14.Text = "Mon"
  866. '
  867. '採購連結_dgv
  868. '
  869. Me.採購連結_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  870. Or System.Windows.Forms.AnchorStyles.Left) _
  871. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  872. Me.採購連結_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  873. Me.採購連結_dgv.BackgroundColor = System.Drawing.Color.White
  874. Me.採購連結_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  875. Me.採購連結_dgv.Location = New System.Drawing.Point(160, 159)
  876. Me.採購連結_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  877. Me.採購連結_dgv.Name = "採購連結_dgv"
  878. Me.採購連結_dgv.RowHeadersWidth = 5
  879. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  880. Me.採購連結_dgv.RowsDefaultCellStyle = DataGridViewCellStyle1
  881. Me.採購連結_dgv.RowTemplate.Height = 24
  882. Me.採購連結_dgv.Size = New System.Drawing.Size(75, 48)
  883. Me.採購連結_dgv.TabIndex = 1900
  884. '
  885. '財物支付單申請_傳票
  886. '
  887. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  888. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  889. Me.ClientSize = New System.Drawing.Size(1321, 613)
  890. Me.Controls.Add(Me.年份2_cb)
  891. Me.Controls.Add(Me.Label13)
  892. Me.Controls.Add(Me.月份2_cb)
  893. Me.Controls.Add(Me.Label14)
  894. Me.Controls.Add(Me.Panel1)
  895. Me.Controls.Add(Me.Panel2)
  896. Me.Controls.Add(Me.財務收支單_dgv)
  897. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  898. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  899. Me.Name = "財物支付單申請_傳票"
  900. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  901. Me.Text = "財物支付單_傳票"
  902. Me.Panel1.ResumeLayout(False)
  903. Me.Panel1.PerformLayout()
  904. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  905. CType(Me.申請金額_nud, System.ComponentModel.ISupportInitialize).EndInit()
  906. Me.Panel2.ResumeLayout(False)
  907. Me.Panel2.PerformLayout()
  908. CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).EndInit()
  909. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
  910. CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
  911. Me.申請_p.ResumeLayout(False)
  912. Me.審核_p.ResumeLayout(False)
  913. CType(Me.財務收支單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  914. CType(Me.採購連結_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  915. Me.ResumeLayout(False)
  916. Me.PerformLayout()
  917. End Sub
  918. Friend WithEvents Panel1 As Panel
  919. Friend WithEvents 語轉扭_bt As Button
  920. Friend WithEvents 部門選單_cb As ComboBox
  921. Friend WithEvents 重選部門_bt As Button
  922. Friend WithEvents PictureBox2 As PictureBox
  923. Friend WithEvents PictureBox1 As PictureBox
  924. Friend WithEvents 選擇公司_cb As ComboBox
  925. Friend WithEvents 單號_tb As TextBox
  926. Friend WithEvents 財務單號_lb As Label
  927. Friend WithEvents Label1 As Label
  928. Friend WithEvents Label2 As Label
  929. Friend WithEvents 補單_cb As CheckBox
  930. Friend WithEvents 申請日期_dtp As DateTimePicker
  931. Friend WithEvents 申請金額_nud As NumericUpDown
  932. Friend WithEvents Label3 As Label
  933. Friend WithEvents 金額大寫_tb As TextBox
  934. Friend WithEvents Label4 As Label
  935. Friend WithEvents 內容_tb As TextBox
  936. Friend WithEvents Label5 As Label
  937. Friend WithEvents 支付對象_tb As TextBox
  938. Friend WithEvents Label6 As Label
  939. Friend WithEvents Panel2 As Panel
  940. Friend WithEvents 開立收支單_bt As Button
  941. Friend WithEvents 申請完成_bt As Button
  942. Friend WithEvents 刪除收支單_bt As Button
  943. Friend WithEvents 列印成EXCEL_bt As Button
  944. Friend WithEvents 第一層_cb As ComboBox
  945. Friend WithEvents 第二層_cb As ComboBox
  946. Friend WithEvents 幣別_cb As ComboBox
  947. Friend WithEvents 第三層_cb As ComboBox
  948. Friend WithEvents 會計科目_lb As Label
  949. Friend WithEvents 編號3_cb As ComboBox
  950. Friend WithEvents 人民幣匯率_tb As TextBox
  951. Friend WithEvents 印尼匯率_tb As TextBox
  952. Friend WithEvents 美金匯率_tb As TextBox
  953. Friend WithEvents 申請人_tb As TextBox
  954. Friend WithEvents 編號1_cb As ComboBox
  955. Friend WithEvents 日期_dtp As DateTimePicker
  956. Friend WithEvents 財務收支單_dgv As DataGridView
  957. Friend WithEvents 查詢_tb As TextBox
  958. Friend WithEvents 明細_dgv As DataGridView
  959. Friend WithEvents PictureBox3 As PictureBox
  960. Friend WithEvents Label7 As Label
  961. Friend WithEvents Label12 As Label
  962. Friend WithEvents Label11 As Label
  963. Friend WithEvents Label10 As Label
  964. Friend WithEvents Label9 As Label
  965. Friend WithEvents Label8 As Label
  966. Friend WithEvents 年份2_cb As ComboBox
  967. Friend WithEvents Label13 As Label
  968. Friend WithEvents 月份2_cb As ComboBox
  969. Friend WithEvents Label14 As Label
  970. Friend WithEvents 系統單號_bt As TextBox
  971. Friend WithEvents 編號2_cb As ComboBox
  972. Friend WithEvents 申請_p As Panel
  973. Friend WithEvents 審核_p As Panel
  974. Friend WithEvents 單據作廢_bt As Button
  975. Friend WithEvents 審核通過_bt As Button
  976. Friend WithEvents 審核人_tb As TextBox
  977. Friend WithEvents Label18 As Label
  978. Friend WithEvents 銀行支行_tb As TextBox
  979. Friend WithEvents Label17 As Label
  980. Friend WithEvents 支付銀行_tb As TextBox
  981. Friend WithEvents 營行帳號_tb As TextBox
  982. Friend WithEvents Label15 As Label
  983. Friend WithEvents Label16 As Label
  984. Friend WithEvents 開立收支單1_bt As Button
  985. Friend WithEvents 採購連結_dgv As DataGridView
  986. End Class