Няма описание
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 42KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 會計帳務沖銷
  3. Inherits System.Windows.Forms.Form
  4. 'Form 覆寫 Dispose 以清除元件清單。
  5. <System.Diagnostics.DebuggerNonUserCode()> _
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. '為 Windows Form 設計工具的必要項
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下為 Windows Form 設計工具所需的程序
  18. '可以使用 Windows Form 設計工具進行修改。
  19. '請勿使用程式碼編輯器進行修改。
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Me.components = New System.ComponentModel.Container()
  23. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(會計帳務沖銷))
  26. Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  27. Me.清單_dgv = New System.Windows.Forms.DataGridView()
  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.Label8 = New System.Windows.Forms.Label()
  32. Me.Label20 = New System.Windows.Forms.Label()
  33. Me.Label19 = New System.Windows.Forms.Label()
  34. Me.簽名檔_dgv = New System.Windows.Forms.DataGridView()
  35. Me.明細_dgv = New System.Windows.Forms.DataGridView()
  36. Me.Label3 = New System.Windows.Forms.Label()
  37. Me.申請人_tb = New System.Windows.Forms.TextBox()
  38. Me.總金額1_tb = New System.Windows.Forms.TextBox()
  39. Me.單據_tb = New System.Windows.Forms.TextBox()
  40. Me.Label1 = New System.Windows.Forms.Label()
  41. Me.Panel1 = New System.Windows.Forms.Panel()
  42. Me.已出納_dgv = New System.Windows.Forms.DataGridView()
  43. Me.縮放2_bt = New System.Windows.Forms.Button()
  44. Me.彙總_dgv = New System.Windows.Forms.DataGridView()
  45. Me.Panel2 = New System.Windows.Forms.Panel()
  46. Me.彙總1_dgv = New System.Windows.Forms.DataGridView()
  47. Me.合約號 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  48. Me.可沖帳餘額 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  49. Me.Panel5 = New System.Windows.Forms.Panel()
  50. Me.系統說明_bt = New System.Windows.Forms.Button()
  51. Me.已沖帳清單_bt = New System.Windows.Forms.Button()
  52. Me.簽名_pb = New System.Windows.Forms.PictureBox()
  53. Me.大間距_ch = New System.Windows.Forms.CheckBox()
  54. Me.中間距_ch = New System.Windows.Forms.CheckBox()
  55. Me.縮放1_bt = New System.Windows.Forms.Button()
  56. Me.小間距_ch = New System.Windows.Forms.CheckBox()
  57. Me.作廢_bt = New System.Windows.Forms.Button()
  58. Me.Panel4 = New System.Windows.Forms.Panel()
  59. Me.當前剩餘1_tb = New System.Windows.Forms.TextBox()
  60. Me.Label2 = New System.Windows.Forms.Label()
  61. Me.Label7 = New System.Windows.Forms.Label()
  62. Me.歷史清單_dgv = New System.Windows.Forms.DataGridView()
  63. Me.縮放3_bt = New System.Windows.Forms.Button()
  64. Me.當前剩餘_tb = New System.Windows.Forms.TextBox()
  65. Me.Label6 = New System.Windows.Forms.Label()
  66. Me.沖帳後餘額_tb = New System.Windows.Forms.TextBox()
  67. Me.Label5 = New System.Windows.Forms.Label()
  68. Me.Label4 = New System.Windows.Forms.Label()
  69. Me.合約編號1_cb = New System.Windows.Forms.ComboBox()
  70. Me.Panel3 = New System.Windows.Forms.Panel()
  71. Me.選擇公司_cb = New System.Windows.Forms.ComboBox()
  72. Me.年份2_cb = New System.Windows.Forms.ComboBox()
  73. Me.Label13 = New System.Windows.Forms.Label()
  74. Me.月份2_cb = New System.Windows.Forms.ComboBox()
  75. Me.Label14 = New System.Windows.Forms.Label()
  76. Me.合約號_tb = New System.Windows.Forms.TextBox()
  77. Me.項次_tb = New System.Windows.Forms.TextBox()
  78. Me.存檔_bt = New System.Windows.Forms.Button()
  79. Me.語轉扭_bt = New System.Windows.Forms.Button()
  80. Me.語言_dgv = New System.Windows.Forms.DataGridView()
  81. Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  82. Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  83. Me.核准_bt = New System.Windows.Forms.Button()
  84. Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
  85. CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  86. CType(Me.簽名檔_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  87. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  88. Me.Panel1.SuspendLayout()
  89. CType(Me.已出納_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  90. CType(Me.彙總_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  91. Me.Panel2.SuspendLayout()
  92. CType(Me.彙總1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  93. Me.Panel5.SuspendLayout()
  94. CType(Me.簽名_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  95. Me.Panel4.SuspendLayout()
  96. CType(Me.歷史清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  97. Me.Panel3.SuspendLayout()
  98. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  99. Me.SuspendLayout()
  100. '
  101. '清單_dgv
  102. '
  103. Me.清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  104. Me.清單_dgv.BackgroundColor = System.Drawing.Color.White
  105. Me.清單_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  106. Me.清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  107. Me.清單_dgv.Location = New System.Drawing.Point(3, 2)
  108. Me.清單_dgv.Name = "清單_dgv"
  109. Me.清單_dgv.RowHeadersWidth = 5
  110. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  111. Me.清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle1
  112. Me.清單_dgv.RowTemplate.Height = 24
  113. Me.清單_dgv.Size = New System.Drawing.Size(250, 230)
  114. Me.清單_dgv.TabIndex = 767
  115. '
  116. '圖片編碼_tb
  117. '
  118. Me.圖片編碼_tb.ForeColor = System.Drawing.Color.Blue
  119. Me.圖片編碼_tb.Location = New System.Drawing.Point(69, 54)
  120. Me.圖片編碼_tb.Name = "圖片編碼_tb"
  121. Me.圖片編碼_tb.Size = New System.Drawing.Size(132, 23)
  122. Me.圖片編碼_tb.TabIndex = 822
  123. Me.圖片編碼_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  124. '
  125. '驗證碼_tb
  126. '
  127. Me.驗證碼_tb.ForeColor = System.Drawing.Color.Blue
  128. Me.驗證碼_tb.Location = New System.Drawing.Point(55, 78)
  129. Me.驗證碼_tb.Name = "驗證碼_tb"
  130. Me.驗證碼_tb.Size = New System.Drawing.Size(146, 23)
  131. Me.驗證碼_tb.TabIndex = 821
  132. Me.驗證碼_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  133. '
  134. '總金額_tb
  135. '
  136. Me.總金額_tb.Location = New System.Drawing.Point(549, 29)
  137. Me.總金額_tb.Name = "總金額_tb"
  138. Me.總金額_tb.Size = New System.Drawing.Size(112, 23)
  139. Me.總金額_tb.TabIndex = 820
  140. Me.總金額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  141. '
  142. 'Label8
  143. '
  144. Me.Label8.Location = New System.Drawing.Point(218, 27)
  145. Me.Label8.Name = "Label8"
  146. Me.Label8.Size = New System.Drawing.Size(165, 20)
  147. Me.Label8.TabIndex = 819
  148. Me.Label8.Text = "總金額/Jumlah total"
  149. Me.Label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  150. '
  151. 'Label20
  152. '
  153. Me.Label20.AutoSize = True
  154. Me.Label20.ForeColor = System.Drawing.Color.Blue
  155. Me.Label20.Location = New System.Drawing.Point(14, 57)
  156. Me.Label20.Name = "Label20"
  157. Me.Label20.Size = New System.Drawing.Size(55, 16)
  158. Me.Label20.TabIndex = 817
  159. Me.Label20.Text = "圖片編碼"
  160. '
  161. 'Label19
  162. '
  163. Me.Label19.AutoSize = True
  164. Me.Label19.ForeColor = System.Drawing.Color.Blue
  165. Me.Label19.Location = New System.Drawing.Point(12, 81)
  166. Me.Label19.Name = "Label19"
  167. Me.Label19.Size = New System.Drawing.Size(43, 16)
  168. Me.Label19.TabIndex = 816
  169. Me.Label19.Text = "驗證碼"
  170. '
  171. '簽名檔_dgv
  172. '
  173. Me.簽名檔_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  174. Me.簽名檔_dgv.Location = New System.Drawing.Point(3, 103)
  175. Me.簽名檔_dgv.Name = "簽名檔_dgv"
  176. Me.簽名檔_dgv.RowHeadersWidth = 5
  177. Me.簽名檔_dgv.RowTemplate.Height = 24
  178. Me.簽名檔_dgv.Size = New System.Drawing.Size(209, 51)
  179. Me.簽名檔_dgv.TabIndex = 813
  180. '
  181. '明細_dgv
  182. '
  183. Me.明細_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  184. Or System.Windows.Forms.AnchorStyles.Left) _
  185. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  186. Me.明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  187. Me.明細_dgv.BackgroundColor = System.Drawing.Color.White
  188. Me.明細_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  189. Me.明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  190. Me.明細_dgv.Location = New System.Drawing.Point(2, 55)
  191. Me.明細_dgv.Name = "明細_dgv"
  192. Me.明細_dgv.RowHeadersWidth = 5
  193. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  194. Me.明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  195. Me.明細_dgv.RowTemplate.Height = 24
  196. Me.明細_dgv.Size = New System.Drawing.Size(1093, 624)
  197. Me.明細_dgv.TabIndex = 812
  198. '
  199. 'Label3
  200. '
  201. Me.Label3.Location = New System.Drawing.Point(44, 31)
  202. Me.Label3.Name = "Label3"
  203. Me.Label3.Size = New System.Drawing.Size(62, 16)
  204. Me.Label3.TabIndex = 811
  205. Me.Label3.Text = "申請人/Pemohon"
  206. Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  207. '
  208. '申請人_tb
  209. '
  210. Me.申請人_tb.Location = New System.Drawing.Point(108, 28)
  211. Me.申請人_tb.Name = "申請人_tb"
  212. Me.申請人_tb.Size = New System.Drawing.Size(201, 23)
  213. Me.申請人_tb.TabIndex = 810
  214. '
  215. '總金額1_tb
  216. '
  217. Me.總金額1_tb.Location = New System.Drawing.Point(580, 16)
  218. Me.總金額1_tb.Name = "總金額1_tb"
  219. Me.總金額1_tb.Size = New System.Drawing.Size(139, 23)
  220. Me.總金額1_tb.TabIndex = 808
  221. Me.總金額1_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  222. '
  223. '單據_tb
  224. '
  225. Me.單據_tb.Location = New System.Drawing.Point(108, 4)
  226. Me.單據_tb.Name = "單據_tb"
  227. Me.單據_tb.Size = New System.Drawing.Size(201, 23)
  228. Me.單據_tb.TabIndex = 806
  229. '
  230. 'Label1
  231. '
  232. Me.Label1.Location = New System.Drawing.Point(19, 7)
  233. Me.Label1.Name = "Label1"
  234. Me.Label1.Size = New System.Drawing.Size(88, 16)
  235. Me.Label1.TabIndex = 807
  236. Me.Label1.Text = "零用金單號/Nomor kas kecil"
  237. Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  238. '
  239. 'Panel1
  240. '
  241. Me.Panel1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  242. Or System.Windows.Forms.AnchorStyles.Left) _
  243. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  244. Me.Panel1.BackColor = System.Drawing.Color.Transparent
  245. Me.Panel1.Controls.Add(Me.已出納_dgv)
  246. Me.Panel1.Controls.Add(Me.縮放2_bt)
  247. Me.Panel1.Controls.Add(Me.彙總_dgv)
  248. Me.Panel1.Location = New System.Drawing.Point(-1, -1)
  249. Me.Panel1.Name = "Panel1"
  250. Me.Panel1.Size = New System.Drawing.Size(1351, 683)
  251. Me.Panel1.TabIndex = 823
  252. '
  253. '已出納_dgv
  254. '
  255. Me.已出納_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  256. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  257. Me.已出納_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  258. Me.已出納_dgv.BackgroundColor = System.Drawing.Color.White
  259. Me.已出納_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  260. Me.已出納_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  261. Me.已出納_dgv.Location = New System.Drawing.Point(1047, 40)
  262. Me.已出納_dgv.Name = "已出納_dgv"
  263. Me.已出納_dgv.RowHeadersWidth = 5
  264. Me.已出納_dgv.RowTemplate.Height = 24
  265. Me.已出納_dgv.Size = New System.Drawing.Size(301, 639)
  266. Me.已出納_dgv.TabIndex = 1676
  267. '
  268. '縮放2_bt
  269. '
  270. Me.縮放2_bt.BackgroundImage = CType(resources.GetObject("縮放2_bt.BackgroundImage"), System.Drawing.Image)
  271. Me.縮放2_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  272. Me.縮放2_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  273. Me.縮放2_bt.ForeColor = System.Drawing.Color.Blue
  274. Me.縮放2_bt.Location = New System.Drawing.Point(3, 2)
  275. Me.縮放2_bt.Name = "縮放2_bt"
  276. Me.縮放2_bt.Size = New System.Drawing.Size(37, 37)
  277. Me.縮放2_bt.TabIndex = 1675
  278. Me.縮放2_bt.UseVisualStyleBackColor = True
  279. '
  280. '彙總_dgv
  281. '
  282. Me.彙總_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  283. Or System.Windows.Forms.AnchorStyles.Left) _
  284. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  285. Me.彙總_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  286. Me.彙總_dgv.BackgroundColor = System.Drawing.Color.White
  287. Me.彙總_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  288. Me.彙總_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  289. Me.彙總_dgv.Location = New System.Drawing.Point(2, 40)
  290. Me.彙總_dgv.Name = "彙總_dgv"
  291. Me.彙總_dgv.RowHeadersWidth = 5
  292. Me.彙總_dgv.RowTemplate.Height = 24
  293. Me.彙總_dgv.Size = New System.Drawing.Size(1046, 639)
  294. Me.彙總_dgv.TabIndex = 1410
  295. '
  296. 'Panel2
  297. '
  298. Me.Panel2.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  299. Or System.Windows.Forms.AnchorStyles.Left) _
  300. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  301. Me.Panel2.BackColor = System.Drawing.Color.Transparent
  302. Me.Panel2.Controls.Add(Me.彙總1_dgv)
  303. Me.Panel2.Controls.Add(Me.清單_dgv)
  304. Me.Panel2.Controls.Add(Me.Panel5)
  305. Me.Panel2.Controls.Add(Me.Panel4)
  306. Me.Panel2.Location = New System.Drawing.Point(-1, -1)
  307. Me.Panel2.Name = "Panel2"
  308. Me.Panel2.Size = New System.Drawing.Size(1351, 683)
  309. Me.Panel2.TabIndex = 824
  310. '
  311. '彙總1_dgv
  312. '
  313. Me.彙總1_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  314. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  315. Me.彙總1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  316. Me.彙總1_dgv.BackgroundColor = System.Drawing.Color.White
  317. Me.彙總1_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  318. Me.彙總1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  319. Me.彙總1_dgv.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.合約號, Me.可沖帳餘額})
  320. Me.彙總1_dgv.Location = New System.Drawing.Point(3, 231)
  321. Me.彙總1_dgv.Name = "彙總1_dgv"
  322. Me.彙總1_dgv.RowHeadersWidth = 5
  323. Me.彙總1_dgv.RowTemplate.Height = 24
  324. Me.彙總1_dgv.Size = New System.Drawing.Size(250, 448)
  325. Me.彙總1_dgv.TabIndex = 1845
  326. '
  327. '合約號
  328. '
  329. Me.合約號.HeaderText = "Contract ID"
  330. Me.合約號.Name = "合約號"
  331. '
  332. '可沖帳餘額
  333. '
  334. Me.可沖帳餘額.HeaderText = "Remaining Balance"
  335. Me.可沖帳餘額.Name = "可沖帳餘額"
  336. '
  337. 'Panel5
  338. '
  339. Me.Panel5.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  340. Or System.Windows.Forms.AnchorStyles.Left) _
  341. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  342. Me.Panel5.Controls.Add(Me.系統說明_bt)
  343. Me.Panel5.Controls.Add(Me.已沖帳清單_bt)
  344. Me.Panel5.Controls.Add(Me.Label1)
  345. Me.Panel5.Controls.Add(Me.明細_dgv)
  346. Me.Panel5.Controls.Add(Me.Label3)
  347. Me.Panel5.Controls.Add(Me.簽名_pb)
  348. Me.Panel5.Controls.Add(Me.申請人_tb)
  349. Me.Panel5.Controls.Add(Me.單據_tb)
  350. Me.Panel5.Controls.Add(Me.大間距_ch)
  351. Me.Panel5.Controls.Add(Me.中間距_ch)
  352. Me.Panel5.Controls.Add(Me.縮放1_bt)
  353. Me.Panel5.Controls.Add(Me.小間距_ch)
  354. Me.Panel5.Controls.Add(Me.作廢_bt)
  355. Me.Panel5.Controls.Add(Me.總金額_tb)
  356. Me.Panel5.Location = New System.Drawing.Point(254, 0)
  357. Me.Panel5.Name = "Panel5"
  358. Me.Panel5.Size = New System.Drawing.Size(1097, 683)
  359. Me.Panel5.TabIndex = 1852
  360. '
  361. '系統說明_bt
  362. '
  363. Me.系統說明_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  364. Me.系統說明_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.question_mark
  365. Me.系統說明_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  366. Me.系統說明_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  367. Me.系統說明_bt.ForeColor = System.Drawing.Color.Blue
  368. Me.系統說明_bt.Location = New System.Drawing.Point(911, 3)
  369. Me.系統說明_bt.Name = "系統說明_bt"
  370. Me.系統說明_bt.Size = New System.Drawing.Size(50, 50)
  371. Me.系統說明_bt.TabIndex = 1897
  372. Me.系統說明_bt.UseVisualStyleBackColor = True
  373. '
  374. '已沖帳清單_bt
  375. '
  376. Me.已沖帳清單_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  377. Me.已沖帳清單_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.mail_receive
  378. Me.已沖帳清單_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  379. Me.已沖帳清單_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  380. Me.已沖帳清單_bt.ForeColor = System.Drawing.Color.Blue
  381. Me.已沖帳清單_bt.Location = New System.Drawing.Point(809, 3)
  382. Me.已沖帳清單_bt.Name = "已沖帳清單_bt"
  383. Me.已沖帳清單_bt.Size = New System.Drawing.Size(50, 50)
  384. Me.已沖帳清單_bt.TabIndex = 1851
  385. Me.已沖帳清單_bt.UseVisualStyleBackColor = True
  386. '
  387. '簽名_pb
  388. '
  389. Me.簽名_pb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  390. Me.簽名_pb.BackColor = System.Drawing.Color.White
  391. Me.簽名_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  392. Me.簽名_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  393. Me.簽名_pb.Location = New System.Drawing.Point(963, 2)
  394. Me.簽名_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  395. Me.簽名_pb.Name = "簽名_pb"
  396. Me.簽名_pb.Size = New System.Drawing.Size(130, 51)
  397. Me.簽名_pb.TabIndex = 814
  398. Me.簽名_pb.TabStop = False
  399. '
  400. '大間距_ch
  401. '
  402. Me.大間距_ch.AutoSize = True
  403. Me.大間距_ch.Location = New System.Drawing.Point(405, 31)
  404. Me.大間距_ch.Name = "大間距_ch"
  405. Me.大間距_ch.Size = New System.Drawing.Size(39, 20)
  406. Me.大間距_ch.TabIndex = 1842
  407. Me.大間距_ch.Text = "L3"
  408. Me.大間距_ch.UseVisualStyleBackColor = True
  409. '
  410. '中間距_ch
  411. '
  412. Me.中間距_ch.AutoSize = True
  413. Me.中間距_ch.Checked = True
  414. Me.中間距_ch.CheckState = System.Windows.Forms.CheckState.Checked
  415. Me.中間距_ch.Location = New System.Drawing.Point(360, 31)
  416. Me.中間距_ch.Name = "中間距_ch"
  417. Me.中間距_ch.Size = New System.Drawing.Size(39, 20)
  418. Me.中間距_ch.TabIndex = 1841
  419. Me.中間距_ch.Text = "L2"
  420. Me.中間距_ch.UseVisualStyleBackColor = True
  421. '
  422. '縮放1_bt
  423. '
  424. Me.縮放1_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  425. Me.縮放1_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.list_bullets
  426. Me.縮放1_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  427. Me.縮放1_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  428. Me.縮放1_bt.ForeColor = System.Drawing.Color.Blue
  429. Me.縮放1_bt.Location = New System.Drawing.Point(758, 3)
  430. Me.縮放1_bt.Name = "縮放1_bt"
  431. Me.縮放1_bt.Size = New System.Drawing.Size(50, 50)
  432. Me.縮放1_bt.TabIndex = 1676
  433. Me.縮放1_bt.UseVisualStyleBackColor = True
  434. '
  435. '小間距_ch
  436. '
  437. Me.小間距_ch.AutoSize = True
  438. Me.小間距_ch.Location = New System.Drawing.Point(315, 31)
  439. Me.小間距_ch.Name = "小間距_ch"
  440. Me.小間距_ch.Size = New System.Drawing.Size(39, 20)
  441. Me.小間距_ch.TabIndex = 1840
  442. Me.小間距_ch.Text = "L1"
  443. Me.小間距_ch.UseVisualStyleBackColor = True
  444. '
  445. '作廢_bt
  446. '
  447. Me.作廢_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  448. Me.作廢_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.GarbageEmpty
  449. Me.作廢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  450. Me.作廢_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  451. Me.作廢_bt.ForeColor = System.Drawing.Color.Red
  452. Me.作廢_bt.Location = New System.Drawing.Point(860, 3)
  453. Me.作廢_bt.Name = "作廢_bt"
  454. Me.作廢_bt.Size = New System.Drawing.Size(50, 50)
  455. Me.作廢_bt.TabIndex = 818
  456. Me.作廢_bt.UseVisualStyleBackColor = True
  457. '
  458. 'Panel4
  459. '
  460. Me.Panel4.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  461. Or System.Windows.Forms.AnchorStyles.Left) _
  462. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  463. Me.Panel4.Controls.Add(Me.當前剩餘1_tb)
  464. Me.Panel4.Controls.Add(Me.Label2)
  465. Me.Panel4.Controls.Add(Me.Label7)
  466. Me.Panel4.Controls.Add(Me.歷史清單_dgv)
  467. Me.Panel4.Controls.Add(Me.縮放3_bt)
  468. Me.Panel4.Controls.Add(Me.總金額1_tb)
  469. Me.Panel4.Location = New System.Drawing.Point(254, 0)
  470. Me.Panel4.Name = "Panel4"
  471. Me.Panel4.Size = New System.Drawing.Size(1097, 683)
  472. Me.Panel4.TabIndex = 1851
  473. '
  474. '當前剩餘1_tb
  475. '
  476. Me.當前剩餘1_tb.Location = New System.Drawing.Point(257, 15)
  477. Me.當前剩餘1_tb.Name = "當前剩餘1_tb"
  478. Me.當前剩餘1_tb.Size = New System.Drawing.Size(112, 23)
  479. Me.當前剩餘1_tb.TabIndex = 1853
  480. Me.當前剩餘1_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  481. '
  482. 'Label2
  483. '
  484. Me.Label2.Location = New System.Drawing.Point(45, 17)
  485. Me.Label2.Name = "Label2"
  486. Me.Label2.Size = New System.Drawing.Size(210, 20)
  487. Me.Label2.TabIndex = 1852
  488. Me.Label2.Text = "Current Balance"
  489. Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  490. '
  491. 'Label7
  492. '
  493. Me.Label7.Location = New System.Drawing.Point(369, 18)
  494. Me.Label7.Name = "Label7"
  495. Me.Label7.Size = New System.Drawing.Size(210, 20)
  496. Me.Label7.TabIndex = 1679
  497. Me.Label7.Text = "總金額/Jumlah total"
  498. Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  499. '
  500. '歷史清單_dgv
  501. '
  502. Me.歷史清單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  503. Or System.Windows.Forms.AnchorStyles.Left) _
  504. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  505. Me.歷史清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  506. Me.歷史清單_dgv.BackgroundColor = System.Drawing.Color.White
  507. Me.歷史清單_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  508. Me.歷史清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  509. Me.歷史清單_dgv.Location = New System.Drawing.Point(2, 41)
  510. Me.歷史清單_dgv.Name = "歷史清單_dgv"
  511. Me.歷史清單_dgv.RowHeadersWidth = 5
  512. DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  513. Me.歷史清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle3
  514. Me.歷史清單_dgv.RowTemplate.Height = 24
  515. Me.歷史清單_dgv.Size = New System.Drawing.Size(1093, 638)
  516. Me.歷史清單_dgv.TabIndex = 1678
  517. '
  518. '縮放3_bt
  519. '
  520. Me.縮放3_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.list_bullets
  521. Me.縮放3_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  522. Me.縮放3_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  523. Me.縮放3_bt.ForeColor = System.Drawing.Color.Blue
  524. Me.縮放3_bt.Location = New System.Drawing.Point(2, 2)
  525. Me.縮放3_bt.Name = "縮放3_bt"
  526. Me.縮放3_bt.Size = New System.Drawing.Size(40, 40)
  527. Me.縮放3_bt.TabIndex = 1677
  528. Me.縮放3_bt.UseVisualStyleBackColor = True
  529. '
  530. '當前剩餘_tb
  531. '
  532. Me.當前剩餘_tb.Location = New System.Drawing.Point(385, 2)
  533. Me.當前剩餘_tb.Name = "當前剩餘_tb"
  534. Me.當前剩餘_tb.Size = New System.Drawing.Size(112, 23)
  535. Me.當前剩餘_tb.TabIndex = 1849
  536. Me.當前剩餘_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  537. '
  538. 'Label6
  539. '
  540. Me.Label6.Location = New System.Drawing.Point(218, 3)
  541. Me.Label6.Name = "Label6"
  542. Me.Label6.Size = New System.Drawing.Size(165, 20)
  543. Me.Label6.TabIndex = 1848
  544. Me.Label6.Text = "Current Balance"
  545. Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  546. '
  547. '沖帳後餘額_tb
  548. '
  549. Me.沖帳後餘額_tb.Location = New System.Drawing.Point(385, 50)
  550. Me.沖帳後餘額_tb.Name = "沖帳後餘額_tb"
  551. Me.沖帳後餘額_tb.Size = New System.Drawing.Size(112, 23)
  552. Me.沖帳後餘額_tb.TabIndex = 1847
  553. Me.沖帳後餘額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  554. '
  555. 'Label5
  556. '
  557. Me.Label5.Location = New System.Drawing.Point(218, 51)
  558. Me.Label5.Name = "Label5"
  559. Me.Label5.Size = New System.Drawing.Size(165, 20)
  560. Me.Label5.TabIndex = 1846
  561. Me.Label5.Text = "Saldo Tersisa Setelah Dikompensasi"
  562. Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  563. '
  564. 'Label4
  565. '
  566. Me.Label4.Location = New System.Drawing.Point(7, 158)
  567. Me.Label4.Name = "Label4"
  568. Me.Label4.Size = New System.Drawing.Size(210, 18)
  569. Me.Label4.TabIndex = 1844
  570. Me.Label4.Text = "Nama rekening offset yang ditunjuk"
  571. Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  572. '
  573. '合約編號1_cb
  574. '
  575. Me.合約編號1_cb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  576. Me.合約編號1_cb.FormattingEnabled = True
  577. Me.合約編號1_cb.Items.AddRange(New Object() {"", "第一期", "第二期", "第三期", "第四期", "第五期", "第六期", "第七期", "第八期", "第九期", "第十期"})
  578. Me.合約編號1_cb.Location = New System.Drawing.Point(218, 155)
  579. Me.合約編號1_cb.Name = "合約編號1_cb"
  580. Me.合約編號1_cb.Size = New System.Drawing.Size(97, 24)
  581. Me.合約編號1_cb.TabIndex = 1843
  582. '
  583. 'Panel3
  584. '
  585. Me.Panel3.Controls.Add(Me.選擇公司_cb)
  586. Me.Panel3.Controls.Add(Me.年份2_cb)
  587. Me.Panel3.Controls.Add(Me.Label13)
  588. Me.Panel3.Controls.Add(Me.月份2_cb)
  589. Me.Panel3.Controls.Add(Me.Label14)
  590. Me.Panel3.Controls.Add(Me.合約號_tb)
  591. Me.Panel3.Controls.Add(Me.項次_tb)
  592. Me.Panel3.Controls.Add(Me.存檔_bt)
  593. Me.Panel3.Controls.Add(Me.當前剩餘_tb)
  594. Me.Panel3.Controls.Add(Me.語轉扭_bt)
  595. Me.Panel3.Controls.Add(Me.語言_dgv)
  596. Me.Panel3.Controls.Add(Me.Label6)
  597. Me.Panel3.Controls.Add(Me.核准_bt)
  598. Me.Panel3.Controls.Add(Me.圖片編碼_tb)
  599. Me.Panel3.Controls.Add(Me.Label19)
  600. Me.Panel3.Controls.Add(Me.沖帳後餘額_tb)
  601. Me.Panel3.Controls.Add(Me.Label20)
  602. Me.Panel3.Controls.Add(Me.Label5)
  603. Me.Panel3.Controls.Add(Me.驗證碼_tb)
  604. Me.Panel3.Controls.Add(Me.簽名檔_dgv)
  605. Me.Panel3.Controls.Add(Me.合約編號1_cb)
  606. Me.Panel3.Controls.Add(Me.Label4)
  607. Me.Panel3.Controls.Add(Me.Label8)
  608. Me.Panel3.Location = New System.Drawing.Point(465, 254)
  609. Me.Panel3.Name = "Panel3"
  610. Me.Panel3.Size = New System.Drawing.Size(501, 199)
  611. Me.Panel3.TabIndex = 825
  612. '
  613. '選擇公司_cb
  614. '
  615. Me.選擇公司_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  616. Me.選擇公司_cb.ForeColor = System.Drawing.Color.Blue
  617. Me.選擇公司_cb.FormattingEnabled = True
  618. Me.選擇公司_cb.Items.AddRange(New Object() {"PT HONG XHE INDUSTRIAL", "PT PUNCAK GEMILANG SEMESTA"})
  619. Me.選擇公司_cb.Location = New System.Drawing.Point(345, 103)
  620. Me.選擇公司_cb.Name = "選擇公司_cb"
  621. Me.選擇公司_cb.Size = New System.Drawing.Size(152, 24)
  622. Me.選擇公司_cb.TabIndex = 1942
  623. '
  624. '年份2_cb
  625. '
  626. Me.年份2_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  627. Me.年份2_cb.FormattingEnabled = True
  628. Me.年份2_cb.Items.AddRange(New Object() {"2019", "2020", "2021", "2022", "2023", "2024", "2025", "2026", "2027", "2028", "2029", "2030"})
  629. Me.年份2_cb.Location = New System.Drawing.Point(240, 75)
  630. Me.年份2_cb.Name = "年份2_cb"
  631. Me.年份2_cb.Size = New System.Drawing.Size(61, 24)
  632. Me.年份2_cb.TabIndex = 1940
  633. '
  634. 'Label13
  635. '
  636. Me.Label13.AutoSize = True
  637. Me.Label13.BackColor = System.Drawing.Color.Transparent
  638. Me.Label13.Location = New System.Drawing.Point(208, 79)
  639. Me.Label13.Name = "Label13"
  640. Me.Label13.Size = New System.Drawing.Size(32, 16)
  641. Me.Label13.TabIndex = 1938
  642. Me.Label13.Text = "Year"
  643. '
  644. '月份2_cb
  645. '
  646. Me.月份2_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  647. Me.月份2_cb.FormattingEnabled = True
  648. Me.月份2_cb.Items.AddRange(New Object() {"01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"})
  649. Me.月份2_cb.Location = New System.Drawing.Point(337, 75)
  650. Me.月份2_cb.Name = "月份2_cb"
  651. Me.月份2_cb.Size = New System.Drawing.Size(46, 24)
  652. Me.月份2_cb.TabIndex = 1941
  653. '
  654. 'Label14
  655. '
  656. Me.Label14.AutoSize = True
  657. Me.Label14.BackColor = System.Drawing.Color.Transparent
  658. Me.Label14.Location = New System.Drawing.Point(303, 79)
  659. Me.Label14.Name = "Label14"
  660. Me.Label14.Size = New System.Drawing.Size(34, 16)
  661. Me.Label14.TabIndex = 1939
  662. Me.Label14.Text = "Mon"
  663. '
  664. '合約號_tb
  665. '
  666. Me.合約號_tb.Location = New System.Drawing.Point(385, 75)
  667. Me.合約號_tb.Name = "合約號_tb"
  668. Me.合約號_tb.Size = New System.Drawing.Size(112, 23)
  669. Me.合約號_tb.TabIndex = 1851
  670. Me.合約號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  671. '
  672. '項次_tb
  673. '
  674. Me.項次_tb.Location = New System.Drawing.Point(429, 135)
  675. Me.項次_tb.Name = "項次_tb"
  676. Me.項次_tb.Size = New System.Drawing.Size(68, 23)
  677. Me.項次_tb.TabIndex = 1838
  678. '
  679. '存檔_bt
  680. '
  681. Me.存檔_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.SAVER
  682. Me.存檔_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  683. Me.存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  684. Me.存檔_bt.ForeColor = System.Drawing.Color.Blue
  685. Me.存檔_bt.Location = New System.Drawing.Point(218, 104)
  686. Me.存檔_bt.Name = "存檔_bt"
  687. Me.存檔_bt.Size = New System.Drawing.Size(50, 50)
  688. Me.存檔_bt.TabIndex = 1850
  689. Me.存檔_bt.UseVisualStyleBackColor = True
  690. '
  691. '語轉扭_bt
  692. '
  693. Me.語轉扭_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  694. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  695. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  696. Me.語轉扭_bt.Location = New System.Drawing.Point(325, 135)
  697. Me.語轉扭_bt.Name = "語轉扭_bt"
  698. Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25)
  699. Me.語轉扭_bt.TabIndex = 1837
  700. Me.語轉扭_bt.Text = "L"
  701. Me.語轉扭_bt.UseVisualStyleBackColor = True
  702. '
  703. '語言_dgv
  704. '
  705. Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  706. Me.語言_dgv.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2})
  707. Me.語言_dgv.Location = New System.Drawing.Point(3, 3)
  708. Me.語言_dgv.Name = "語言_dgv"
  709. Me.語言_dgv.RowHeadersWidth = 5
  710. Me.語言_dgv.RowTemplate.Height = 24
  711. Me.語言_dgv.Size = New System.Drawing.Size(209, 48)
  712. Me.語言_dgv.TabIndex = 649
  713. Me.語言_dgv.Visible = False
  714. '
  715. 'Column1
  716. '
  717. Me.Column1.HeaderText = "Column1"
  718. Me.Column1.Name = "Column1"
  719. '
  720. 'Column2
  721. '
  722. Me.Column2.HeaderText = "Column2"
  723. Me.Column2.Name = "Column2"
  724. '
  725. '核准_bt
  726. '
  727. Me.核准_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.visa_2
  728. Me.核准_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  729. Me.核准_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  730. Me.核准_bt.ForeColor = System.Drawing.Color.Blue
  731. Me.核准_bt.Location = New System.Drawing.Point(274, 104)
  732. Me.核准_bt.Name = "核准_bt"
  733. Me.核准_bt.Size = New System.Drawing.Size(50, 50)
  734. Me.核准_bt.TabIndex = 815
  735. Me.核准_bt.UseVisualStyleBackColor = True
  736. '
  737. 'ToolTip1
  738. '
  739. Me.ToolTip1.AutoPopDelay = 5000
  740. Me.ToolTip1.InitialDelay = 500
  741. Me.ToolTip1.IsBalloon = True
  742. Me.ToolTip1.ReshowDelay = 100
  743. Me.ToolTip1.ToolTipTitle = "illustrate"
  744. '
  745. '會計帳務沖銷
  746. '
  747. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  748. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  749. Me.ClientSize = New System.Drawing.Size(1349, 681)
  750. Me.Controls.Add(Me.Panel3)
  751. Me.Controls.Add(Me.Panel2)
  752. Me.Controls.Add(Me.Panel1)
  753. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  754. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  755. Me.Name = "會計帳務沖銷"
  756. Me.Text = "特支費與傭金沖帳"
  757. CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  758. CType(Me.簽名檔_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  759. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  760. Me.Panel1.ResumeLayout(False)
  761. CType(Me.已出納_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  762. CType(Me.彙總_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  763. Me.Panel2.ResumeLayout(False)
  764. CType(Me.彙總1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  765. Me.Panel5.ResumeLayout(False)
  766. Me.Panel5.PerformLayout()
  767. CType(Me.簽名_pb, System.ComponentModel.ISupportInitialize).EndInit()
  768. Me.Panel4.ResumeLayout(False)
  769. Me.Panel4.PerformLayout()
  770. CType(Me.歷史清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  771. Me.Panel3.ResumeLayout(False)
  772. Me.Panel3.PerformLayout()
  773. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  774. Me.ResumeLayout(False)
  775. End Sub
  776. Friend WithEvents 清單_dgv As DataGridView
  777. Friend WithEvents 圖片編碼_tb As TextBox
  778. Friend WithEvents 驗證碼_tb As TextBox
  779. Friend WithEvents 總金額_tb As TextBox
  780. Friend WithEvents Label8 As Label
  781. Friend WithEvents 作廢_bt As Button
  782. Friend WithEvents Label20 As Label
  783. Friend WithEvents Label19 As Label
  784. Friend WithEvents 核准_bt As Button
  785. Friend WithEvents 簽名_pb As PictureBox
  786. Friend WithEvents 簽名檔_dgv As DataGridView
  787. Friend WithEvents 明細_dgv As DataGridView
  788. Friend WithEvents Label3 As Label
  789. Friend WithEvents 申請人_tb As TextBox
  790. Friend WithEvents 總金額1_tb As TextBox
  791. Friend WithEvents 單據_tb As TextBox
  792. Friend WithEvents Label1 As Label
  793. Friend WithEvents Panel1 As Panel
  794. Friend WithEvents 彙總_dgv As DataGridView
  795. Friend WithEvents 縮放2_bt As Button
  796. Friend WithEvents Panel2 As Panel
  797. Friend WithEvents 縮放1_bt As Button
  798. Friend WithEvents Panel3 As Panel
  799. Friend WithEvents 語言_dgv As DataGridView
  800. Friend WithEvents Column1 As DataGridViewTextBoxColumn
  801. Friend WithEvents Column2 As DataGridViewTextBoxColumn
  802. Friend WithEvents 語轉扭_bt As Button
  803. Friend WithEvents ToolTip1 As ToolTip
  804. Friend WithEvents 大間距_ch As CheckBox
  805. Friend WithEvents 中間距_ch As CheckBox
  806. Friend WithEvents 小間距_ch As CheckBox
  807. Friend WithEvents Label4 As Label
  808. Friend WithEvents 合約編號1_cb As ComboBox
  809. Friend WithEvents 彙總1_dgv As DataGridView
  810. Friend WithEvents 當前剩餘_tb As TextBox
  811. Friend WithEvents Label6 As Label
  812. Friend WithEvents 沖帳後餘額_tb As TextBox
  813. Friend WithEvents Label5 As Label
  814. Friend WithEvents 存檔_bt As Button
  815. Friend WithEvents 項次_tb As TextBox
  816. Friend WithEvents 已出納_dgv As DataGridView
  817. Friend WithEvents Panel4 As Panel
  818. Friend WithEvents 縮放3_bt As Button
  819. Friend WithEvents 歷史清單_dgv As DataGridView
  820. Friend WithEvents Panel5 As Panel
  821. Friend WithEvents Label7 As Label
  822. Friend WithEvents 當前剩餘1_tb As TextBox
  823. Friend WithEvents Label2 As Label
  824. Friend WithEvents 合約號 As DataGridViewTextBoxColumn
  825. Friend WithEvents 可沖帳餘額 As DataGridViewTextBoxColumn
  826. Friend WithEvents 已沖帳清單_bt As Button
  827. Friend WithEvents 合約號_tb As TextBox
  828. Friend WithEvents 系統說明_bt As Button
  829. Friend WithEvents 年份2_cb As ComboBox
  830. Friend WithEvents Label13 As Label
  831. Friend WithEvents 月份2_cb As ComboBox
  832. Friend WithEvents Label14 As Label
  833. Friend WithEvents 選擇公司_cb As ComboBox
  834. End Class