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

採購轉財物支付單.Designer.vb 34KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700
  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 DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Me.已核准_dgv = New System.Windows.Forms.DataGridView()
  26. Me.全部資料_cb = New System.Windows.Forms.CheckBox()
  27. Me.Panel1 = New System.Windows.Forms.Panel()
  28. Me.付款金額_tb = New System.Windows.Forms.TextBox()
  29. Me.已轉金額_tb = New System.Windows.Forms.TextBox()
  30. Me.人民幣匯率_tb = New System.Windows.Forms.TextBox()
  31. Me.印尼匯率_tb = New System.Windows.Forms.TextBox()
  32. Me.美金匯率_tb = New System.Windows.Forms.TextBox()
  33. Me.幣別_cb = New System.Windows.Forms.ComboBox()
  34. Me.年份2_cb = New System.Windows.Forms.ComboBox()
  35. Me.月份2_cb = New System.Windows.Forms.ComboBox()
  36. Me.系統單號_tb = New System.Windows.Forms.TextBox()
  37. Me.申請人_tb = New System.Windows.Forms.TextBox()
  38. Me.選擇公司_cb = New System.Windows.Forms.ComboBox()
  39. Me.單號_tb = New System.Windows.Forms.TextBox()
  40. Me.總金額_tb = New System.Windows.Forms.TextBox()
  41. Me.公司_tb = New System.Windows.Forms.TextBox()
  42. Me.公司1_tb = New System.Windows.Forms.TextBox()
  43. Me.明細_dgv = New System.Windows.Forms.DataGridView()
  44. Me.清除_bt = New System.Windows.Forms.Button()
  45. Me.全選_bt = New System.Windows.Forms.Button()
  46. Me.支付銀行_tb = New System.Windows.Forms.TextBox()
  47. Me.Label1 = New System.Windows.Forms.Label()
  48. Me.Label2 = New System.Windows.Forms.Label()
  49. Me.Label3 = New System.Windows.Forms.Label()
  50. Me.銀行帳號_tb = New System.Windows.Forms.TextBox()
  51. Me.Label4 = New System.Windows.Forms.Label()
  52. Me.銀行支行_tb = New System.Windows.Forms.TextBox()
  53. Me.生成財務單_bt = New System.Windows.Forms.Button()
  54. Me.部門選單_cb = New System.Windows.Forms.ComboBox()
  55. Me.Label5 = New System.Windows.Forms.Label()
  56. Me.申請日期_dtp = New System.Windows.Forms.DateTimePicker()
  57. Me.Label6 = New System.Windows.Forms.Label()
  58. Me.Label7 = New System.Windows.Forms.Label()
  59. Me.申請金額_nud = New System.Windows.Forms.NumericUpDown()
  60. Me.支付日期_dtp = New System.Windows.Forms.DateTimePicker()
  61. Me.Label20 = New System.Windows.Forms.Label()
  62. Me.內容_tb = New System.Windows.Forms.TextBox()
  63. Me.Label8 = New System.Windows.Forms.Label()
  64. Me.語轉扭_bt = New System.Windows.Forms.Button()
  65. Me.PictureBox1 = New System.Windows.Forms.PictureBox()
  66. Me.Label9 = New System.Windows.Forms.Label()
  67. Me.PictureBox2 = New System.Windows.Forms.PictureBox()
  68. Me.SplitContainer1 = New System.Windows.Forms.SplitContainer()
  69. Me.SplitContainer2 = New System.Windows.Forms.SplitContainer()
  70. Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
  71. CType(Me.已核准_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  72. Me.Panel1.SuspendLayout()
  73. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  74. CType(Me.申請金額_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  75. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
  76. CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
  77. CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit()
  78. Me.SplitContainer1.Panel1.SuspendLayout()
  79. Me.SplitContainer1.Panel2.SuspendLayout()
  80. Me.SplitContainer1.SuspendLayout()
  81. CType(Me.SplitContainer2, System.ComponentModel.ISupportInitialize).BeginInit()
  82. Me.SplitContainer2.Panel1.SuspendLayout()
  83. Me.SplitContainer2.Panel2.SuspendLayout()
  84. Me.SplitContainer2.SuspendLayout()
  85. Me.SuspendLayout()
  86. '
  87. '已核准_dgv
  88. '
  89. DataGridViewCellStyle5.BackColor = System.Drawing.Color.White
  90. Me.已核准_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5
  91. Me.已核准_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  92. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  93. Me.已核准_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  94. Me.已核准_dgv.BackgroundColor = System.Drawing.Color.White
  95. Me.已核准_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  96. Me.已核准_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  97. Me.已核准_dgv.Location = New System.Drawing.Point(2, 30)
  98. Me.已核准_dgv.Name = "已核准_dgv"
  99. Me.已核准_dgv.RowHeadersWidth = 5
  100. Me.已核准_dgv.RowTemplate.Height = 24
  101. Me.已核准_dgv.Size = New System.Drawing.Size(662, 647)
  102. Me.已核准_dgv.TabIndex = 942
  103. '
  104. '全部資料_cb
  105. '
  106. Me.全部資料_cb.AutoSize = True
  107. Me.全部資料_cb.Location = New System.Drawing.Point(5, 5)
  108. Me.全部資料_cb.Name = "全部資料_cb"
  109. Me.全部資料_cb.Size = New System.Drawing.Size(70, 20)
  110. Me.全部資料_cb.TabIndex = 1898
  111. Me.全部資料_cb.Text = "All Data"
  112. Me.全部資料_cb.UseVisualStyleBackColor = True
  113. '
  114. 'Panel1
  115. '
  116. Me.Panel1.Controls.Add(Me.付款金額_tb)
  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.美金匯率_tb)
  121. Me.Panel1.Controls.Add(Me.幣別_cb)
  122. Me.Panel1.Controls.Add(Me.年份2_cb)
  123. Me.Panel1.Controls.Add(Me.月份2_cb)
  124. Me.Panel1.Controls.Add(Me.系統單號_tb)
  125. Me.Panel1.Controls.Add(Me.申請人_tb)
  126. Me.Panel1.Controls.Add(Me.選擇公司_cb)
  127. Me.Panel1.Controls.Add(Me.單號_tb)
  128. Me.Panel1.Controls.Add(Me.總金額_tb)
  129. Me.Panel1.Location = New System.Drawing.Point(142, 223)
  130. Me.Panel1.Name = "Panel1"
  131. Me.Panel1.Size = New System.Drawing.Size(237, 93)
  132. Me.Panel1.TabIndex = 1899
  133. Me.Panel1.Visible = False
  134. '
  135. '付款金額_tb
  136. '
  137. Me.付款金額_tb.Location = New System.Drawing.Point(180, 34)
  138. Me.付款金額_tb.Name = "付款金額_tb"
  139. Me.付款金額_tb.Size = New System.Drawing.Size(31, 23)
  140. Me.付款金額_tb.TabIndex = 1945
  141. '
  142. '已轉金額_tb
  143. '
  144. Me.已轉金額_tb.Location = New System.Drawing.Point(180, 4)
  145. Me.已轉金額_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  146. Me.已轉金額_tb.Name = "已轉金額_tb"
  147. Me.已轉金額_tb.Size = New System.Drawing.Size(31, 23)
  148. Me.已轉金額_tb.TabIndex = 1944
  149. Me.已轉金額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  150. '
  151. '人民幣匯率_tb
  152. '
  153. Me.人民幣匯率_tb.Location = New System.Drawing.Point(143, 4)
  154. Me.人民幣匯率_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  155. Me.人民幣匯率_tb.Name = "人民幣匯率_tb"
  156. Me.人民幣匯率_tb.Size = New System.Drawing.Size(31, 23)
  157. Me.人民幣匯率_tb.TabIndex = 1941
  158. Me.人民幣匯率_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  159. '
  160. '印尼匯率_tb
  161. '
  162. Me.印尼匯率_tb.Location = New System.Drawing.Point(143, 62)
  163. Me.印尼匯率_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  164. Me.印尼匯率_tb.Name = "印尼匯率_tb"
  165. Me.印尼匯率_tb.Size = New System.Drawing.Size(31, 23)
  166. Me.印尼匯率_tb.TabIndex = 1943
  167. Me.印尼匯率_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  168. '
  169. '美金匯率_tb
  170. '
  171. Me.美金匯率_tb.Location = New System.Drawing.Point(143, 33)
  172. Me.美金匯率_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  173. Me.美金匯率_tb.Name = "美金匯率_tb"
  174. Me.美金匯率_tb.Size = New System.Drawing.Size(31, 23)
  175. Me.美金匯率_tb.TabIndex = 1942
  176. Me.美金匯率_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  177. '
  178. '幣別_cb
  179. '
  180. Me.幣別_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  181. Me.幣別_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  182. Me.幣別_cb.FormattingEnabled = True
  183. Me.幣別_cb.Items.AddRange(New Object() {"TWD", "RMB", "USD", "IDR"})
  184. Me.幣別_cb.Location = New System.Drawing.Point(97, 62)
  185. Me.幣別_cb.Name = "幣別_cb"
  186. Me.幣別_cb.Size = New System.Drawing.Size(40, 24)
  187. Me.幣別_cb.TabIndex = 1940
  188. '
  189. '年份2_cb
  190. '
  191. Me.年份2_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  192. Me.年份2_cb.FormattingEnabled = True
  193. Me.年份2_cb.Items.AddRange(New Object() {"2019", "2020", "2021", "2022", "2023", "2024", "2025", "2026", "2027", "2028", "2029", "2030"})
  194. Me.年份2_cb.Location = New System.Drawing.Point(3, 62)
  195. Me.年份2_cb.Name = "年份2_cb"
  196. Me.年份2_cb.Size = New System.Drawing.Size(41, 24)
  197. Me.年份2_cb.TabIndex = 1938
  198. '
  199. '月份2_cb
  200. '
  201. Me.月份2_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  202. Me.月份2_cb.FormattingEnabled = True
  203. Me.月份2_cb.Items.AddRange(New Object() {"01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"})
  204. Me.月份2_cb.Location = New System.Drawing.Point(50, 62)
  205. Me.月份2_cb.Name = "月份2_cb"
  206. Me.月份2_cb.Size = New System.Drawing.Size(41, 24)
  207. Me.月份2_cb.TabIndex = 1939
  208. '
  209. '系統單號_tb
  210. '
  211. Me.系統單號_tb.Location = New System.Drawing.Point(97, 32)
  212. Me.系統單號_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  213. Me.系統單號_tb.Name = "系統單號_tb"
  214. Me.系統單號_tb.Size = New System.Drawing.Size(40, 23)
  215. Me.系統單號_tb.TabIndex = 1890
  216. Me.系統單號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  217. '
  218. '申請人_tb
  219. '
  220. Me.申請人_tb.Location = New System.Drawing.Point(97, 4)
  221. Me.申請人_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  222. Me.申請人_tb.Name = "申請人_tb"
  223. Me.申請人_tb.Size = New System.Drawing.Size(40, 23)
  224. Me.申請人_tb.TabIndex = 1889
  225. Me.申請人_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  226. '
  227. '選擇公司_cb
  228. '
  229. Me.選擇公司_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  230. Me.選擇公司_cb.ForeColor = System.Drawing.Color.Blue
  231. Me.選擇公司_cb.FormattingEnabled = True
  232. Me.選擇公司_cb.Items.AddRange(New Object() {"PT HONG XHE INDUSTRIAL", "PT PUNCAK GEMILANG SEMESTA"})
  233. Me.選擇公司_cb.Location = New System.Drawing.Point(50, 32)
  234. Me.選擇公司_cb.Name = "選擇公司_cb"
  235. Me.選擇公司_cb.Size = New System.Drawing.Size(41, 24)
  236. Me.選擇公司_cb.TabIndex = 1866
  237. '
  238. '單號_tb
  239. '
  240. Me.單號_tb.Location = New System.Drawing.Point(50, 4)
  241. Me.單號_tb.Name = "單號_tb"
  242. Me.單號_tb.Size = New System.Drawing.Size(41, 23)
  243. Me.單號_tb.TabIndex = 3
  244. '
  245. '總金額_tb
  246. '
  247. Me.總金額_tb.Location = New System.Drawing.Point(3, 33)
  248. Me.總金額_tb.Name = "總金額_tb"
  249. Me.總金額_tb.Size = New System.Drawing.Size(41, 23)
  250. Me.總金額_tb.TabIndex = 2
  251. '
  252. '公司_tb
  253. '
  254. Me.公司_tb.Location = New System.Drawing.Point(192, 4)
  255. Me.公司_tb.Name = "公司_tb"
  256. Me.公司_tb.Size = New System.Drawing.Size(336, 23)
  257. Me.公司_tb.TabIndex = 0
  258. '
  259. '公司1_tb
  260. '
  261. Me.公司1_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  262. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  263. Me.公司1_tb.Location = New System.Drawing.Point(2, 18)
  264. Me.公司1_tb.Multiline = True
  265. Me.公司1_tb.Name = "公司1_tb"
  266. Me.公司1_tb.Size = New System.Drawing.Size(340, 37)
  267. Me.公司1_tb.TabIndex = 1
  268. '
  269. '明細_dgv
  270. '
  271. DataGridViewCellStyle6.BackColor = System.Drawing.Color.White
  272. Me.明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle6
  273. Me.明細_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  274. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  275. Me.明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  276. Me.明細_dgv.BackgroundColor = System.Drawing.Color.White
  277. Me.明細_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  278. Me.明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  279. Me.明細_dgv.Location = New System.Drawing.Point(2, 3)
  280. Me.明細_dgv.Name = "明細_dgv"
  281. Me.明細_dgv.RowHeadersWidth = 5
  282. Me.明細_dgv.RowTemplate.Height = 24
  283. Me.明細_dgv.Size = New System.Drawing.Size(388, 216)
  284. Me.明細_dgv.TabIndex = 1900
  285. '
  286. '清除_bt
  287. '
  288. Me.清除_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  289. Me.清除_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.GarbageEmpty
  290. Me.清除_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  291. Me.清除_bt.Location = New System.Drawing.Point(247, 5)
  292. Me.清除_bt.Name = "清除_bt"
  293. Me.清除_bt.Size = New System.Drawing.Size(47, 46)
  294. Me.清除_bt.TabIndex = 1902
  295. Me.清除_bt.UseVisualStyleBackColor = True
  296. '
  297. '全選_bt
  298. '
  299. Me.全選_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.add_1
  300. Me.全選_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  301. Me.全選_bt.Location = New System.Drawing.Point(530, 0)
  302. Me.全選_bt.Name = "全選_bt"
  303. Me.全選_bt.Size = New System.Drawing.Size(30, 30)
  304. Me.全選_bt.TabIndex = 1903
  305. Me.全選_bt.UseVisualStyleBackColor = True
  306. '
  307. '支付銀行_tb
  308. '
  309. Me.支付銀行_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  310. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  311. Me.支付銀行_tb.Location = New System.Drawing.Point(2, 71)
  312. Me.支付銀行_tb.Multiline = True
  313. Me.支付銀行_tb.Name = "支付銀行_tb"
  314. Me.支付銀行_tb.Size = New System.Drawing.Size(340, 37)
  315. Me.支付銀行_tb.TabIndex = 1904
  316. '
  317. 'Label1
  318. '
  319. Me.Label1.AutoSize = True
  320. Me.Label1.Location = New System.Drawing.Point(4, 3)
  321. Me.Label1.Name = "Label1"
  322. Me.Label1.Size = New System.Drawing.Size(55, 16)
  323. Me.Label1.TabIndex = 1905
  324. Me.Label1.Text = "支付對象"
  325. '
  326. 'Label2
  327. '
  328. Me.Label2.AutoSize = True
  329. Me.Label2.Location = New System.Drawing.Point(4, 57)
  330. Me.Label2.Name = "Label2"
  331. Me.Label2.Size = New System.Drawing.Size(55, 16)
  332. Me.Label2.TabIndex = 1906
  333. Me.Label2.Text = "支付銀行"
  334. '
  335. 'Label3
  336. '
  337. Me.Label3.AutoSize = True
  338. Me.Label3.Location = New System.Drawing.Point(9, 4)
  339. Me.Label3.Name = "Label3"
  340. Me.Label3.Size = New System.Drawing.Size(55, 16)
  341. Me.Label3.TabIndex = 1908
  342. Me.Label3.Text = "銀行帳號"
  343. '
  344. '銀行帳號_tb
  345. '
  346. Me.銀行帳號_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  347. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  348. Me.銀行帳號_tb.Location = New System.Drawing.Point(7, 18)
  349. Me.銀行帳號_tb.Multiline = True
  350. Me.銀行帳號_tb.Name = "銀行帳號_tb"
  351. Me.銀行帳號_tb.Size = New System.Drawing.Size(346, 37)
  352. Me.銀行帳號_tb.TabIndex = 1907
  353. '
  354. 'Label4
  355. '
  356. Me.Label4.AutoSize = True
  357. Me.Label4.Location = New System.Drawing.Point(9, 57)
  358. Me.Label4.Name = "Label4"
  359. Me.Label4.Size = New System.Drawing.Size(55, 16)
  360. Me.Label4.TabIndex = 1910
  361. Me.Label4.Text = "銀行支行"
  362. '
  363. '銀行支行_tb
  364. '
  365. Me.銀行支行_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  366. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  367. Me.銀行支行_tb.Location = New System.Drawing.Point(7, 71)
  368. Me.銀行支行_tb.Multiline = True
  369. Me.銀行支行_tb.Name = "銀行支行_tb"
  370. Me.銀行支行_tb.Size = New System.Drawing.Size(346, 37)
  371. Me.銀行支行_tb.TabIndex = 1909
  372. '
  373. '生成財務單_bt
  374. '
  375. Me.生成財務單_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Sendnow
  376. Me.生成財務單_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  377. Me.生成財務單_bt.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
  378. Me.生成財務單_bt.Location = New System.Drawing.Point(4, 5)
  379. Me.生成財務單_bt.Name = "生成財務單_bt"
  380. Me.生成財務單_bt.Size = New System.Drawing.Size(47, 46)
  381. Me.生成財務單_bt.TabIndex = 1911
  382. Me.生成財務單_bt.UseVisualStyleBackColor = True
  383. '
  384. '部門選單_cb
  385. '
  386. Me.部門選單_cb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  387. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  388. Me.部門選單_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  389. Me.部門選單_cb.FormattingEnabled = True
  390. Me.部門選單_cb.Location = New System.Drawing.Point(3, 68)
  391. Me.部門選單_cb.Name = "部門選單_cb"
  392. Me.部門選單_cb.Size = New System.Drawing.Size(291, 24)
  393. Me.部門選單_cb.TabIndex = 1912
  394. '
  395. 'Label5
  396. '
  397. Me.Label5.BackColor = System.Drawing.Color.Transparent
  398. Me.Label5.Location = New System.Drawing.Point(5, 49)
  399. Me.Label5.Name = "Label5"
  400. Me.Label5.Size = New System.Drawing.Size(140, 20)
  401. Me.Label5.TabIndex = 1913
  402. Me.Label5.Text = "部門選擇"
  403. Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  404. '
  405. '申請日期_dtp
  406. '
  407. Me.申請日期_dtp.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  408. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  409. Me.申請日期_dtp.CustomFormat = "yyyy/MM/dd"
  410. Me.申請日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
  411. Me.申請日期_dtp.Location = New System.Drawing.Point(3, 111)
  412. Me.申請日期_dtp.Name = "申請日期_dtp"
  413. Me.申請日期_dtp.Size = New System.Drawing.Size(291, 23)
  414. Me.申請日期_dtp.TabIndex = 1915
  415. '
  416. 'Label6
  417. '
  418. Me.Label6.BackColor = System.Drawing.Color.Transparent
  419. Me.Label6.Location = New System.Drawing.Point(6, 93)
  420. Me.Label6.Name = "Label6"
  421. Me.Label6.Size = New System.Drawing.Size(140, 20)
  422. Me.Label6.TabIndex = 1914
  423. Me.Label6.Text = "申請日期"
  424. Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  425. '
  426. 'Label7
  427. '
  428. Me.Label7.BackColor = System.Drawing.Color.Transparent
  429. Me.Label7.Location = New System.Drawing.Point(5, 135)
  430. Me.Label7.Name = "Label7"
  431. Me.Label7.Size = New System.Drawing.Size(140, 20)
  432. Me.Label7.TabIndex = 1917
  433. Me.Label7.Text = "申請金額"
  434. Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  435. '
  436. '申請金額_nud
  437. '
  438. Me.申請金額_nud.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  439. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  440. Me.申請金額_nud.Location = New System.Drawing.Point(3, 153)
  441. Me.申請金額_nud.Maximum = New Decimal(New Integer() {1410065408, 2, 0, 0})
  442. Me.申請金額_nud.Name = "申請金額_nud"
  443. Me.申請金額_nud.Size = New System.Drawing.Size(291, 23)
  444. Me.申請金額_nud.TabIndex = 1916
  445. Me.申請金額_nud.ThousandsSeparator = True
  446. '
  447. '支付日期_dtp
  448. '
  449. Me.支付日期_dtp.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  450. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  451. Me.支付日期_dtp.CustomFormat = "yyyy/MM/dd"
  452. Me.支付日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
  453. Me.支付日期_dtp.Location = New System.Drawing.Point(3, 195)
  454. Me.支付日期_dtp.Name = "支付日期_dtp"
  455. Me.支付日期_dtp.Size = New System.Drawing.Size(291, 23)
  456. Me.支付日期_dtp.TabIndex = 1960
  457. '
  458. 'Label20
  459. '
  460. Me.Label20.BackColor = System.Drawing.Color.Transparent
  461. Me.Label20.Location = New System.Drawing.Point(6, 177)
  462. Me.Label20.Name = "Label20"
  463. Me.Label20.Size = New System.Drawing.Size(130, 20)
  464. Me.Label20.TabIndex = 1961
  465. Me.Label20.Text = "支付日期"
  466. Me.Label20.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  467. '
  468. '內容_tb
  469. '
  470. Me.內容_tb.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  471. Or System.Windows.Forms.AnchorStyles.Left) _
  472. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  473. Me.內容_tb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  474. Me.內容_tb.Location = New System.Drawing.Point(667, 366)
  475. Me.內容_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  476. Me.內容_tb.Multiline = True
  477. Me.內容_tb.Name = "內容_tb"
  478. Me.內容_tb.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
  479. Me.內容_tb.Size = New System.Drawing.Size(694, 203)
  480. Me.內容_tb.TabIndex = 1962
  481. '
  482. 'Label8
  483. '
  484. Me.Label8.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  485. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  486. Me.Label8.BackColor = System.Drawing.Color.Transparent
  487. Me.Label8.Location = New System.Drawing.Point(668, 348)
  488. Me.Label8.Name = "Label8"
  489. Me.Label8.Size = New System.Drawing.Size(140, 20)
  490. Me.Label8.TabIndex = 1963
  491. Me.Label8.Text = "申請內容"
  492. Me.Label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  493. '
  494. '語轉扭_bt
  495. '
  496. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  497. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  498. Me.語轉扭_bt.Location = New System.Drawing.Point(635, 0)
  499. Me.語轉扭_bt.Name = "語轉扭_bt"
  500. Me.語轉扭_bt.Size = New System.Drawing.Size(30, 30)
  501. Me.語轉扭_bt.TabIndex = 1964
  502. Me.語轉扭_bt.Text = "L"
  503. Me.語轉扭_bt.UseVisualStyleBackColor = True
  504. '
  505. 'PictureBox1
  506. '
  507. Me.PictureBox1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  508. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  509. Me.PictureBox1.BackColor = System.Drawing.Color.White
  510. Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  511. Me.PictureBox1.Image = Global.HX_PGS_ERP_SYS.My.Resources.Resources.HXLOGO01
  512. Me.PictureBox1.Location = New System.Drawing.Point(666, 2)
  513. Me.PictureBox1.Name = "PictureBox1"
  514. Me.PictureBox1.Size = New System.Drawing.Size(695, 99)
  515. Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
  516. Me.PictureBox1.TabIndex = 1965
  517. Me.PictureBox1.TabStop = False
  518. '
  519. 'Label9
  520. '
  521. Me.Label9.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  522. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  523. Me.Label9.BackColor = System.Drawing.Color.Transparent
  524. Me.Label9.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  525. Me.Label9.Location = New System.Drawing.Point(666, 103)
  526. Me.Label9.Name = "Label9"
  527. Me.Label9.Size = New System.Drawing.Size(694, 22)
  528. Me.Label9.TabIndex = 1966
  529. Me.Label9.Text = "PERMINTAAN PEMBAYARAN"
  530. Me.Label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  531. '
  532. 'PictureBox2
  533. '
  534. Me.PictureBox2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  535. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  536. Me.PictureBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  537. Me.PictureBox2.Image = Global.HX_PGS_ERP_SYS.My.Resources.Resources.PGSLOGO01
  538. Me.PictureBox2.Location = New System.Drawing.Point(666, 2)
  539. Me.PictureBox2.Name = "PictureBox2"
  540. Me.PictureBox2.Size = New System.Drawing.Size(695, 99)
  541. Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
  542. Me.PictureBox2.TabIndex = 1967
  543. Me.PictureBox2.TabStop = False
  544. '
  545. 'SplitContainer1
  546. '
  547. Me.SplitContainer1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  548. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  549. Me.SplitContainer1.Location = New System.Drawing.Point(666, 569)
  550. Me.SplitContainer1.Name = "SplitContainer1"
  551. '
  552. 'SplitContainer1.Panel1
  553. '
  554. Me.SplitContainer1.Panel1.Controls.Add(Me.公司1_tb)
  555. Me.SplitContainer1.Panel1.Controls.Add(Me.Label1)
  556. Me.SplitContainer1.Panel1.Controls.Add(Me.支付銀行_tb)
  557. Me.SplitContainer1.Panel1.Controls.Add(Me.Label2)
  558. Me.SplitContainer1.Panel1MinSize = 2
  559. '
  560. 'SplitContainer1.Panel2
  561. '
  562. Me.SplitContainer1.Panel2.Controls.Add(Me.銀行帳號_tb)
  563. Me.SplitContainer1.Panel2.Controls.Add(Me.Label3)
  564. Me.SplitContainer1.Panel2.Controls.Add(Me.銀行支行_tb)
  565. Me.SplitContainer1.Panel2.Controls.Add(Me.Label4)
  566. Me.SplitContainer1.Panel2MinSize = 2
  567. Me.SplitContainer1.Size = New System.Drawing.Size(695, 112)
  568. Me.SplitContainer1.SplitterDistance = 345
  569. Me.SplitContainer1.SplitterWidth = 1
  570. Me.SplitContainer1.TabIndex = 1968
  571. '
  572. 'SplitContainer2
  573. '
  574. Me.SplitContainer2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  575. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  576. Me.SplitContainer2.Location = New System.Drawing.Point(666, 127)
  577. Me.SplitContainer2.Name = "SplitContainer2"
  578. '
  579. 'SplitContainer2.Panel1
  580. '
  581. Me.SplitContainer2.Panel1.Controls.Add(Me.明細_dgv)
  582. '
  583. 'SplitContainer2.Panel2
  584. '
  585. Me.SplitContainer2.Panel2.Controls.Add(Me.支付日期_dtp)
  586. Me.SplitContainer2.Panel2.Controls.Add(Me.清除_bt)
  587. Me.SplitContainer2.Panel2.Controls.Add(Me.Label20)
  588. Me.SplitContainer2.Panel2.Controls.Add(Me.生成財務單_bt)
  589. Me.SplitContainer2.Panel2.Controls.Add(Me.申請金額_nud)
  590. Me.SplitContainer2.Panel2.Controls.Add(Me.部門選單_cb)
  591. Me.SplitContainer2.Panel2.Controls.Add(Me.申請日期_dtp)
  592. Me.SplitContainer2.Panel2.Controls.Add(Me.Label6)
  593. Me.SplitContainer2.Panel2.Controls.Add(Me.Label5)
  594. Me.SplitContainer2.Panel2.Controls.Add(Me.Label7)
  595. Me.SplitContainer2.Size = New System.Drawing.Size(695, 222)
  596. Me.SplitContainer2.SplitterDistance = 393
  597. Me.SplitContainer2.TabIndex = 1969
  598. '
  599. 'ToolTip1
  600. '
  601. Me.ToolTip1.AutoPopDelay = 5000
  602. Me.ToolTip1.InitialDelay = 500
  603. Me.ToolTip1.IsBalloon = True
  604. Me.ToolTip1.ReshowDelay = 100
  605. Me.ToolTip1.ToolTipTitle = "illustrate"
  606. '
  607. '採購轉財物支付單
  608. '
  609. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  610. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  611. Me.ClientSize = New System.Drawing.Size(1364, 681)
  612. Me.Controls.Add(Me.SplitContainer2)
  613. Me.Controls.Add(Me.內容_tb)
  614. Me.Controls.Add(Me.全選_bt)
  615. Me.Controls.Add(Me.SplitContainer1)
  616. Me.Controls.Add(Me.Label8)
  617. Me.Controls.Add(Me.Panel1)
  618. Me.Controls.Add(Me.全部資料_cb)
  619. Me.Controls.Add(Me.已核准_dgv)
  620. Me.Controls.Add(Me.PictureBox1)
  621. Me.Controls.Add(Me.語轉扭_bt)
  622. Me.Controls.Add(Me.PictureBox2)
  623. Me.Controls.Add(Me.Label9)
  624. Me.Controls.Add(Me.公司_tb)
  625. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  626. Me.Margin = New System.Windows.Forms.Padding(4)
  627. Me.Name = "採購轉財物支付單"
  628. Me.Text = "採購轉財物支付單"
  629. CType(Me.已核准_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  630. Me.Panel1.ResumeLayout(False)
  631. Me.Panel1.PerformLayout()
  632. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  633. CType(Me.申請金額_nud, System.ComponentModel.ISupportInitialize).EndInit()
  634. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
  635. CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
  636. Me.SplitContainer1.Panel1.ResumeLayout(False)
  637. Me.SplitContainer1.Panel1.PerformLayout()
  638. Me.SplitContainer1.Panel2.ResumeLayout(False)
  639. Me.SplitContainer1.Panel2.PerformLayout()
  640. CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit()
  641. Me.SplitContainer1.ResumeLayout(False)
  642. Me.SplitContainer2.Panel1.ResumeLayout(False)
  643. Me.SplitContainer2.Panel2.ResumeLayout(False)
  644. CType(Me.SplitContainer2, System.ComponentModel.ISupportInitialize).EndInit()
  645. Me.SplitContainer2.ResumeLayout(False)
  646. Me.ResumeLayout(False)
  647. Me.PerformLayout()
  648. End Sub
  649. Friend WithEvents 已核准_dgv As DataGridView
  650. Friend WithEvents 全部資料_cb As CheckBox
  651. Friend WithEvents Panel1 As Panel
  652. Friend WithEvents 公司1_tb As TextBox
  653. Friend WithEvents 公司_tb As TextBox
  654. Friend WithEvents 明細_dgv As DataGridView
  655. Friend WithEvents 清除_bt As Button
  656. Friend WithEvents 全選_bt As Button
  657. Friend WithEvents 總金額_tb As TextBox
  658. Friend WithEvents 單號_tb As TextBox
  659. Friend WithEvents 支付銀行_tb As TextBox
  660. Friend WithEvents Label1 As Label
  661. Friend WithEvents Label2 As Label
  662. Friend WithEvents Label3 As Label
  663. Friend WithEvents 銀行帳號_tb As TextBox
  664. Friend WithEvents Label4 As Label
  665. Friend WithEvents 銀行支行_tb As TextBox
  666. Friend WithEvents 生成財務單_bt As Button
  667. Friend WithEvents 部門選單_cb As ComboBox
  668. Friend WithEvents Label5 As Label
  669. Friend WithEvents 申請日期_dtp As DateTimePicker
  670. Friend WithEvents Label6 As Label
  671. Friend WithEvents Label7 As Label
  672. Friend WithEvents 申請金額_nud As NumericUpDown
  673. Friend WithEvents 支付日期_dtp As DateTimePicker
  674. Friend WithEvents Label20 As Label
  675. Friend WithEvents 內容_tb As TextBox
  676. Friend WithEvents Label8 As Label
  677. Friend WithEvents 選擇公司_cb As ComboBox
  678. Friend WithEvents 申請人_tb As TextBox
  679. Friend WithEvents 系統單號_tb As TextBox
  680. Friend WithEvents 年份2_cb As ComboBox
  681. Friend WithEvents 月份2_cb As ComboBox
  682. Friend WithEvents 幣別_cb As ComboBox
  683. Friend WithEvents 語轉扭_bt As Button
  684. Friend WithEvents 人民幣匯率_tb As TextBox
  685. Friend WithEvents 印尼匯率_tb As TextBox
  686. Friend WithEvents 美金匯率_tb As TextBox
  687. Friend WithEvents 已轉金額_tb As TextBox
  688. Friend WithEvents 付款金額_tb As TextBox
  689. Friend WithEvents PictureBox1 As PictureBox
  690. Friend WithEvents Label9 As Label
  691. Friend WithEvents PictureBox2 As PictureBox
  692. Friend WithEvents SplitContainer1 As SplitContainer
  693. Friend WithEvents SplitContainer2 As SplitContainer
  694. Friend WithEvents ToolTip1 As ToolTip
  695. End Class