BillsCompileFme.dfm 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761
  1. object BillsCompileFrame: TBillsCompileFrame
  2. Left = 0
  3. Top = 0
  4. Width = 1052
  5. Height = 397
  6. TabOrder = 0
  7. object pnlExprs: TPanel
  8. Left = 0
  9. Top = 0
  10. Width = 1052
  11. Height = 21
  12. Align = alTop
  13. BevelOuter = bvNone
  14. Font.Charset = ANSI_CHARSET
  15. Font.Color = clWindowText
  16. Font.Height = -12
  17. Font.Name = #23435#20307
  18. Font.Style = []
  19. ParentFont = False
  20. TabOrder = 1
  21. DesignSize = (
  22. 1052
  23. 21)
  24. object laEdtExprs: TLabeledEdit
  25. Left = 56
  26. Top = 1
  27. Width = 995
  28. Height = 20
  29. Anchors = [akLeft, akTop, akRight]
  30. Ctl3D = True
  31. EditLabel.Width = 48
  32. EditLabel.Height = 12
  33. EditLabel.Caption = #34920#36798#24335#65306
  34. LabelPosition = lpLeft
  35. ParentCtl3D = False
  36. TabOrder = 0
  37. OnExit = laEdtExprsExit
  38. OnKeyDown = laEdtExprsKeyDown
  39. end
  40. end
  41. object pnlBills: TPanel
  42. Left = 0
  43. Top = 21
  44. Width = 1052
  45. Height = 376
  46. Align = alClient
  47. BevelOuter = bvNone
  48. TabOrder = 0
  49. object zgBillsCompile: TZJGrid
  50. Left = 0
  51. Top = 0
  52. Width = 1052
  53. Height = 376
  54. Options = [goRangeSelect, goRowSizing, goColSizing, goCellNotMaintainData, goFixedRowShowNo, goFixedColShowNo, goAlwaysShowSelection, goShowTreeLine]
  55. OptionsEx = []
  56. ColCount = 23
  57. RowCount = 7
  58. FixedRowCount = 3
  59. ShowGridLine = False
  60. DefaultColWidth = 73
  61. DefaultFixedColWidth = 30
  62. Selection.AlphaBlend = False
  63. Selection.TransparentColor = False
  64. FrozenCol = 0
  65. FrozenRow = 0
  66. OnCustomPaste = zgBillsCompileCustomPaste
  67. OnCopy = zgBillsCompileCopy
  68. OnPaste = zgBillsCompilePaste
  69. OnCellGetColor = zgBillsCompileCellGetColor
  70. OnCellGetFont = zgBillsCompileCellGetFont
  71. OnMouseDown = zgBillsCompileMouseDown
  72. OnKeyDown = zgBillsCompileKeyDown
  73. Align = alClient
  74. end
  75. end
  76. object dxpmBillsCompile: TdxBarPopupMenu
  77. BarManager = MainForm.dxBarManager
  78. ItemLinks = <
  79. item
  80. Item = MainForm.dxbtnCalculateLedger
  81. Visible = True
  82. end
  83. item
  84. BeginGroup = True
  85. Item = MainForm.dxbtnCopyBillsBlock
  86. Visible = True
  87. end
  88. item
  89. BeginGroup = True
  90. Item = MainForm.dxbtnCopy
  91. Visible = True
  92. end
  93. item
  94. Item = MainForm.dxbtnPaste
  95. Visible = True
  96. end
  97. item
  98. Item = MainForm.dxbtnCut
  99. Visible = True
  100. end
  101. item
  102. BeginGroup = True
  103. Item = MainForm.dxbtnRemapedPaste
  104. Visible = True
  105. end
  106. item
  107. BeginGroup = True
  108. Item = MainForm.dxbtnBatchAddChild
  109. Visible = True
  110. end
  111. item
  112. Item = MainForm.dxbtnBatchAddNext
  113. Visible = True
  114. end
  115. item
  116. Item = MainForm.dxbtnReorderChildrenCode
  117. Visible = True
  118. end
  119. item
  120. Item = MainForm.dxbtnBatchReplaceBillsInfo
  121. Visible = True
  122. end
  123. item
  124. BeginGroup = True
  125. Item = MainForm.dxbtnImportGclBillsToXmj
  126. Visible = True
  127. end
  128. item
  129. BeginGroup = True
  130. Item = MainForm.dxbtnCheckAndClear
  131. Visible = True
  132. end
  133. item
  134. BeginGroup = True
  135. Item = MainForm.dxbtnSetBookmark
  136. Visible = True
  137. end
  138. item
  139. BeginGroup = True
  140. Item = MainForm.dxbtnUnlockInfo
  141. Visible = True
  142. end
  143. item
  144. BeginGroup = True
  145. Item = MainForm.dxbtnInsert
  146. Visible = True
  147. end
  148. item
  149. Item = MainForm.dxseBatchInsert
  150. Visible = True
  151. end
  152. item
  153. Visible = True
  154. end
  155. item
  156. Item = MainForm.dxbtnDelete
  157. Visible = True
  158. end
  159. item
  160. BeginGroup = True
  161. Item = MainForm.dxbtnExportGridToExcel
  162. Visible = True
  163. end>
  164. UseOwnFont = False
  165. OnPopup = dxpmBillsCompilePopup
  166. Left = 120
  167. Top = 120
  168. end
  169. object stdBillsCompile: TsdGridTreeDBA
  170. Columns = <
  171. item
  172. Title.Caption = #39033#30446#33410#32534#21495
  173. Title.CaptionAcrossCols = '1'
  174. Title.CaptionAcrossRows = 3
  175. Title.Font.Charset = GB2312_CHARSET
  176. Title.Font.Color = clWindowText
  177. Title.Font.Height = -12
  178. Title.Font.Name = #23435#20307
  179. Title.Font.Style = []
  180. Alignment = taLeftJustify
  181. Font.Charset = GB2312_CHARSET
  182. Font.Color = clWindowText
  183. Font.Height = -12
  184. Font.Name = #23435#20307
  185. Font.Style = []
  186. FieldName = 'Code'
  187. Width = 150
  188. ReadOnly = False
  189. end
  190. item
  191. Title.Caption = #28165#21333#32534#21495
  192. Title.CaptionAcrossCols = '1'
  193. Title.CaptionAcrossRows = 3
  194. Title.Font.Charset = GB2312_CHARSET
  195. Title.Font.Color = clWindowText
  196. Title.Font.Height = -12
  197. Title.Font.Name = #23435#20307
  198. Title.Font.Style = []
  199. Alignment = taLeftJustify
  200. Font.Charset = GB2312_CHARSET
  201. Font.Color = clWindowText
  202. Font.Height = -12
  203. Font.Name = #23435#20307
  204. Font.Style = []
  205. FieldName = 'B_Code'
  206. Width = 60
  207. ReadOnly = False
  208. end
  209. item
  210. Title.Caption = #21517#31216
  211. Title.CaptionAcrossCols = '1'
  212. Title.CaptionAcrossRows = 3
  213. Title.Font.Charset = GB2312_CHARSET
  214. Title.Font.Color = clWindowText
  215. Title.Font.Height = -12
  216. Title.Font.Name = #23435#20307
  217. Title.Font.Style = []
  218. Alignment = taLeftJustify
  219. Font.Charset = GB2312_CHARSET
  220. Font.Color = clWindowText
  221. Font.Height = -12
  222. Font.Name = #23435#20307
  223. Font.Style = []
  224. FieldName = 'Name'
  225. Width = 180
  226. ReadOnly = False
  227. end
  228. item
  229. Title.Caption = #21035#21517
  230. Title.CaptionAcrossCols = '1'
  231. Title.CaptionAcrossRows = 3
  232. Title.Font.Charset = GB2312_CHARSET
  233. Title.Font.Color = clWindowText
  234. Title.Font.Height = -12
  235. Title.Font.Name = #23435#20307
  236. Title.Font.Style = []
  237. Alignment = taLeftJustify
  238. Font.Charset = GB2312_CHARSET
  239. Font.Color = clWindowText
  240. Font.Height = -12
  241. Font.Name = #23435#20307
  242. Font.Style = []
  243. FieldName = 'Alias'
  244. Visible = False
  245. ReadOnly = False
  246. end
  247. item
  248. Title.Caption = #21333#20301
  249. Title.CaptionAcrossCols = '1'
  250. Title.CaptionAcrossRows = 3
  251. Title.Font.Charset = GB2312_CHARSET
  252. Title.Font.Color = clWindowText
  253. Title.Font.Height = -12
  254. Title.Font.Name = #23435#20307
  255. Title.Font.Style = []
  256. Alignment = taCenter
  257. Font.Charset = GB2312_CHARSET
  258. Font.Color = clWindowText
  259. Font.Height = -12
  260. Font.Name = 'smartSimSun'
  261. Font.Style = []
  262. FieldName = 'Units'
  263. Width = 55
  264. ReadOnly = False
  265. end
  266. item
  267. Title.Caption = #21333#20215
  268. Title.CaptionAcrossCols = '1'
  269. Title.CaptionAcrossRows = 3
  270. Title.Font.Charset = GB2312_CHARSET
  271. Title.Font.Color = clWindowText
  272. Title.Font.Height = -12
  273. Title.Font.Name = #23435#20307
  274. Title.Font.Style = []
  275. Alignment = taRightJustify
  276. Font.Charset = GB2312_CHARSET
  277. Font.Color = clWindowText
  278. Font.Height = -12
  279. Font.Name = #23435#20307
  280. Font.Style = []
  281. FieldName = 'Price'
  282. Width = 60
  283. ReadOnly = False
  284. end
  285. item
  286. Title.Caption = #35774#35745#25968#37327'||'#25968#37327'1'
  287. Title.CaptionAcrossCols = '2'
  288. Title.CaptionAcrossRows = 2
  289. Title.Font.Charset = GB2312_CHARSET
  290. Title.Font.Color = clWindowText
  291. Title.Font.Height = -12
  292. Title.Font.Name = #23435#20307
  293. Title.Font.Style = []
  294. Alignment = taRightJustify
  295. Font.Charset = GB2312_CHARSET
  296. Font.Color = clWindowText
  297. Font.Height = -12
  298. Font.Name = #23435#20307
  299. Font.Style = []
  300. FieldName = 'DgnQuantity1'
  301. Width = 60
  302. ReadOnly = False
  303. end
  304. item
  305. Title.Caption = '||'#25968#37327'2'
  306. Title.CaptionAcrossCols = '1'
  307. Title.Font.Charset = GB2312_CHARSET
  308. Title.Font.Color = clWindowText
  309. Title.Font.Height = -12
  310. Title.Font.Name = #23435#20307
  311. Title.Font.Style = []
  312. Alignment = taRightJustify
  313. Font.Charset = GB2312_CHARSET
  314. Font.Color = clWindowText
  315. Font.Height = -12
  316. Font.Name = #23435#20307
  317. Font.Style = []
  318. FieldName = 'DgnQuantity2'
  319. Width = 60
  320. ReadOnly = False
  321. end
  322. item
  323. Title.Caption = #32463#27982#25351#26631
  324. Title.CaptionAcrossCols = '1'
  325. Title.CaptionAcrossRows = 3
  326. Title.Font.Charset = GB2312_CHARSET
  327. Title.Font.Color = clWindowText
  328. Title.Font.Height = -12
  329. Title.Font.Name = #23435#20307
  330. Title.Font.Style = []
  331. Alignment = taRightJustify
  332. Font.Charset = GB2312_CHARSET
  333. Font.Color = clWindowText
  334. Font.Height = -12
  335. Font.Name = #23435#20307
  336. Font.Style = []
  337. FieldName = 'DgnPrice'
  338. Width = 60
  339. ReadOnly = True
  340. end
  341. item
  342. Title.Caption = '0'#21495#21488#36134#21512#21516'|'#26045#24037#22270#21407#35774#35745'|'#25968#37327
  343. Title.CaptionAcrossCols = '8|2'
  344. Title.Font.Charset = GB2312_CHARSET
  345. Title.Font.Color = clWindowText
  346. Title.Font.Height = -12
  347. Title.Font.Name = #23435#20307
  348. Title.Font.Style = []
  349. Alignment = taRightJustify
  350. Font.Charset = GB2312_CHARSET
  351. Font.Color = clWindowText
  352. Font.Height = -12
  353. Font.Name = #23435#20307
  354. Font.Style = []
  355. FieldName = 'OrgQuantity'
  356. Width = 60
  357. ReadOnly = False
  358. end
  359. item
  360. Title.Caption = '||'#37329#39069
  361. Title.CaptionAcrossCols = '1'
  362. Title.Font.Charset = GB2312_CHARSET
  363. Title.Font.Color = clWindowText
  364. Title.Font.Height = -12
  365. Title.Font.Name = #23435#20307
  366. Title.Font.Style = []
  367. Alignment = taRightJustify
  368. Font.Charset = GB2312_CHARSET
  369. Font.Color = clWindowText
  370. Font.Height = -12
  371. Font.Name = #23435#20307
  372. Font.Style = []
  373. FieldName = 'OrgTotalPrice'
  374. Width = 60
  375. ReadOnly = True
  376. end
  377. item
  378. Title.Caption = '|'#35774#35745#38169#28431#22686#20943'|'#25968#37327
  379. Title.CaptionAcrossCols = '0|2'
  380. Title.CaptionAcrossRows = 2
  381. Title.Font.Charset = GB2312_CHARSET
  382. Title.Font.Color = clWindowText
  383. Title.Font.Height = -12
  384. Title.Font.Name = #23435#20307
  385. Title.Font.Style = []
  386. Alignment = taRightJustify
  387. Font.Charset = GB2312_CHARSET
  388. Font.Color = clWindowText
  389. Font.Height = -12
  390. Font.Name = #23435#20307
  391. Font.Style = []
  392. FieldName = 'MisQuantity'
  393. Width = 60
  394. ReadOnly = False
  395. end
  396. item
  397. Title.Caption = '||'#37329#39069
  398. Title.CaptionAcrossCols = '1'
  399. Title.Font.Charset = GB2312_CHARSET
  400. Title.Font.Color = clWindowText
  401. Title.Font.Height = -12
  402. Title.Font.Name = #23435#20307
  403. Title.Font.Style = []
  404. Alignment = taRightJustify
  405. Font.Charset = GB2312_CHARSET
  406. Font.Color = clWindowText
  407. Font.Height = -12
  408. Font.Name = #23435#20307
  409. Font.Style = []
  410. FieldName = 'MisTotalPrice'
  411. Width = 60
  412. ReadOnly = True
  413. end
  414. item
  415. Title.Caption = '|'#20854#20182#38169#28431#22686#20943'|'#25968#37327
  416. Title.CaptionAcrossCols = '0|2'
  417. Title.Font.Charset = GB2312_CHARSET
  418. Title.Font.Color = clWindowText
  419. Title.Font.Height = -12
  420. Title.Font.Name = #23435#20307
  421. Title.Font.Style = []
  422. Alignment = taRightJustify
  423. Font.Charset = GB2312_CHARSET
  424. Font.Color = clWindowText
  425. Font.Height = -12
  426. Font.Name = #23435#20307
  427. Font.Style = []
  428. FieldName = 'OthQuantity'
  429. Width = 60
  430. ReadOnly = False
  431. end
  432. item
  433. Title.Caption = '||'#37329#39069
  434. Title.CaptionAcrossCols = '1'
  435. Title.Font.Charset = GB2312_CHARSET
  436. Title.Font.Color = clWindowText
  437. Title.Font.Height = -12
  438. Title.Font.Name = #23435#20307
  439. Title.Font.Style = []
  440. Alignment = taRightJustify
  441. Font.Charset = GB2312_CHARSET
  442. Font.Color = clWindowText
  443. Font.Height = -12
  444. Font.Name = #23435#20307
  445. Font.Style = []
  446. FieldName = 'OthTotalPrice'
  447. Width = 60
  448. ReadOnly = True
  449. end
  450. item
  451. Title.Caption = '|'#23567#35745'|'#25968#37327
  452. Title.CaptionAcrossCols = '0|2'
  453. Title.Font.Charset = GB2312_CHARSET
  454. Title.Font.Color = clWindowText
  455. Title.Font.Height = -12
  456. Title.Font.Name = #23435#20307
  457. Title.Font.Style = []
  458. Alignment = taRightJustify
  459. Font.Charset = GB2312_CHARSET
  460. Font.Color = clWindowText
  461. Font.Height = -12
  462. Font.Name = #23435#20307
  463. Font.Style = []
  464. FieldName = 'Quantity'
  465. Width = 60
  466. ReadOnly = True
  467. end
  468. item
  469. Title.Caption = '||'#37329#39069
  470. Title.CaptionAcrossCols = '1'
  471. Title.Font.Charset = GB2312_CHARSET
  472. Title.Font.Color = clWindowText
  473. Title.Font.Height = -12
  474. Title.Font.Name = #23435#20307
  475. Title.Font.Style = []
  476. Alignment = taRightJustify
  477. Font.Charset = GB2312_CHARSET
  478. Font.Color = clWindowText
  479. Font.Height = -12
  480. Font.Name = #23435#20307
  481. Font.Style = []
  482. FieldName = 'TotalPrice'
  483. Width = 60
  484. ReadOnly = True
  485. end
  486. item
  487. Title.Caption = 'ParentID'
  488. Title.CaptionAcrossCols = '1'
  489. Title.Font.Charset = GB2312_CHARSET
  490. Title.Font.Color = clWindowText
  491. Title.Font.Height = -12
  492. Title.Font.Name = #23435#20307
  493. Title.Font.Style = []
  494. Alignment = taLeftJustify
  495. Font.Charset = GB2312_CHARSET
  496. Font.Color = clWindowText
  497. Font.Height = -12
  498. Font.Name = #23435#20307
  499. Font.Style = []
  500. FieldName = 'ParentID'
  501. Visible = False
  502. ReadOnly = False
  503. end
  504. item
  505. Title.Caption = 'NextSiblingID'
  506. Title.CaptionAcrossCols = '1'
  507. Title.Font.Charset = GB2312_CHARSET
  508. Title.Font.Color = clWindowText
  509. Title.Font.Height = -12
  510. Title.Font.Name = #23435#20307
  511. Title.Font.Style = []
  512. Alignment = taLeftJustify
  513. Font.Charset = GB2312_CHARSET
  514. Font.Color = clWindowText
  515. Font.Height = -12
  516. Font.Name = #23435#20307
  517. Font.Style = []
  518. FieldName = 'NextSiblingID'
  519. Visible = False
  520. ReadOnly = False
  521. end
  522. item
  523. Title.Caption = #22270'('#20876')'#21495
  524. Title.CaptionAcrossCols = '1'
  525. Title.CaptionAcrossRows = 3
  526. Title.Font.Charset = GB2312_CHARSET
  527. Title.Font.Color = clWindowText
  528. Title.Font.Height = -12
  529. Title.Font.Name = #23435#20307
  530. Title.Font.Style = []
  531. Alignment = taLeftJustify
  532. Font.Charset = GB2312_CHARSET
  533. Font.Color = clWindowText
  534. Font.Height = -12
  535. Font.Name = #23435#20307
  536. Font.Style = []
  537. FieldName = 'DrawingCode'
  538. Width = 60
  539. ReadOnly = False
  540. end
  541. item
  542. Title.Caption = #22791#27880
  543. Title.CaptionAcrossCols = '1'
  544. Title.CaptionAcrossRows = 3
  545. Title.Font.Charset = GB2312_CHARSET
  546. Title.Font.Color = clWindowText
  547. Title.Font.Height = -12
  548. Title.Font.Name = #23435#20307
  549. Title.Font.Style = []
  550. Alignment = taLeftJustify
  551. Font.Charset = GB2312_CHARSET
  552. Font.Color = clWindowText
  553. Font.Height = -12
  554. Font.Name = #23435#20307
  555. Font.Style = []
  556. FieldName = 'MemoStr'
  557. ReadOnly = False
  558. end
  559. item
  560. Title.Caption = #38145#23450
  561. Title.CaptionAcrossCols = '1'
  562. Title.CaptionAcrossRows = 3
  563. Title.Font.Charset = GB2312_CHARSET
  564. Title.Font.Color = clWindowText
  565. Title.Font.Height = -12
  566. Title.Font.Name = #23435#20307
  567. Title.Font.Style = []
  568. Alignment = taLeftJustify
  569. EditType = sgeCheckBox
  570. Font.Charset = GB2312_CHARSET
  571. Font.Color = clWindowText
  572. Font.Height = -12
  573. Font.Name = #23435#20307
  574. Font.Style = []
  575. FieldName = 'LockedInfo'
  576. Width = 40
  577. ReadOnly = True
  578. end
  579. item
  580. Title.Caption = #21464#26356#28165#21333
  581. Title.CaptionAcrossCols = '1'
  582. Title.CaptionAcrossRows = 3
  583. Title.Font.Charset = GB2312_CHARSET
  584. Title.Font.Color = clWindowText
  585. Title.Font.Height = -12
  586. Title.Font.Name = #23435#20307
  587. Title.Font.Style = []
  588. Alignment = taLeftJustify
  589. EditType = sgeCheckBox
  590. Font.Charset = GB2312_CHARSET
  591. Font.Color = clWindowText
  592. Font.Height = -12
  593. Font.Name = #23435#20307
  594. Font.Style = []
  595. FieldName = 'IsMeasureAdd'
  596. Width = 40
  597. ReadOnly = True
  598. end
  599. item
  600. Title.Caption = #21512#21516#32534#21495
  601. Title.CaptionAcrossCols = '1'
  602. Title.CaptionAcrossRows = 3
  603. Title.Font.Charset = GB2312_CHARSET
  604. Title.Font.Color = clWindowText
  605. Title.Font.Height = -12
  606. Title.Font.Name = #23435#20307
  607. Title.Font.Style = []
  608. Alignment = taLeftJustify
  609. Font.Charset = GB2312_CHARSET
  610. Font.Color = clWindowText
  611. Font.Height = -12
  612. Font.Name = #23435#20307
  613. Font.Style = []
  614. FieldName = 'DealCode'
  615. Width = 60
  616. ReadOnly = False
  617. end
  618. item
  619. Title.Caption = #21512#21516#31614#35746#21333#20301
  620. Title.CaptionAcrossCols = '1'
  621. Title.CaptionAcrossRows = 3
  622. Title.Font.Charset = GB2312_CHARSET
  623. Title.Font.Color = clWindowText
  624. Title.Font.Height = -12
  625. Title.Font.Name = #23435#20307
  626. Title.Font.Style = []
  627. Alignment = taLeftJustify
  628. Font.Charset = GB2312_CHARSET
  629. Font.Color = clWindowText
  630. Font.Height = -12
  631. Font.Name = #23435#20307
  632. Font.Style = []
  633. FieldName = 'DealCompany'
  634. Width = 80
  635. ReadOnly = False
  636. end
  637. item
  638. Title.Caption = 'ID'
  639. Title.CaptionAcrossCols = '1'
  640. Title.Font.Charset = GB2312_CHARSET
  641. Title.Font.Color = clWindowText
  642. Title.Font.Height = -12
  643. Title.Font.Name = #23435#20307
  644. Title.Font.Style = []
  645. Alignment = taLeftJustify
  646. Font.Charset = GB2312_CHARSET
  647. Font.Color = clWindowText
  648. Font.Height = -12
  649. Font.Name = #23435#20307
  650. Font.Style = []
  651. FieldName = 'ID'
  652. Width = 50
  653. Visible = False
  654. ReadOnly = True
  655. end
  656. item
  657. Title.Caption = 'ParentID'
  658. Title.CaptionAcrossCols = '1'
  659. Title.Font.Charset = GB2312_CHARSET
  660. Title.Font.Color = clWindowText
  661. Title.Font.Height = -12
  662. Title.Font.Name = #23435#20307
  663. Title.Font.Style = []
  664. Alignment = taLeftJustify
  665. Font.Charset = GB2312_CHARSET
  666. Font.Color = clWindowText
  667. Font.Height = -12
  668. Font.Name = #23435#20307
  669. Font.Style = []
  670. FieldName = 'ParentID'
  671. Width = 50
  672. Visible = False
  673. ReadOnly = True
  674. end
  675. item
  676. Title.Caption = 'NextSiblingID'
  677. Title.CaptionAcrossCols = '1'
  678. Title.Font.Charset = GB2312_CHARSET
  679. Title.Font.Color = clWindowText
  680. Title.Font.Height = -12
  681. Title.Font.Name = #23435#20307
  682. Title.Font.Style = []
  683. Alignment = taLeftJustify
  684. Font.Charset = GB2312_CHARSET
  685. Font.Color = clWindowText
  686. Font.Height = -12
  687. Font.Name = #23435#20307
  688. Font.Style = []
  689. FieldName = 'NextSiblingID'
  690. Width = 50
  691. Visible = False
  692. ReadOnly = True
  693. end>
  694. Grid = zgBillsCompile
  695. ExtendRowCount = 3
  696. AutoExpand = False
  697. KeyFieldName = 'ID'
  698. ParentFieldName = 'ParentID'
  699. NextSiblingFieldName = 'NextSiblingID'
  700. TopLevelBold = True
  701. Left = 72
  702. Top = 120
  703. end
  704. object alBillsCompile: TActionList
  705. Images = MainForm.Images
  706. Left = 176
  707. Top = 120
  708. object actnCalculateLedger: TAction
  709. Caption = #21488#36134#35745#31639
  710. ImageIndex = 15
  711. OnExecute = actnCalculateLedgerExecute
  712. end
  713. object actnCopyBillsBlock: TAction
  714. Caption = #22797#21046#25972#22359
  715. OnExecute = actnCopyBillsBlockExecute
  716. end
  717. object actnExportGridToExcel: TAction
  718. Caption = #23548#20986#34920#26684#25968#25454
  719. ImageIndex = 13
  720. OnExecute = actnExportGridToExcelExecute
  721. end
  722. object actnBatchAddChild: TAction
  723. Caption = #25209#37327#25554#20837#23376#39033
  724. OnExecute = actnBatchAddChildExecute
  725. OnUpdate = actnBatchAddChildUpdate
  726. end
  727. object actnBatchAddNext: TAction
  728. Caption = #25209#37327#25554#20837#21518#39033
  729. OnExecute = actnBatchAddNextExecute
  730. OnUpdate = actnBatchAddNextUpdate
  731. end
  732. object actnReorderChildrenCode: TAction
  733. Caption = #39034#24207#37325#25490#23376#39033#32534#21495
  734. OnExecute = actnReorderChildrenCodeExecute
  735. OnUpdate = actnReorderChildrenCodeUpdate
  736. end
  737. object actnBatchReplaceBillsInfo: TAction
  738. Caption = #25209#37327#26367#25442#28165#21333#20449#24687
  739. OnExecute = actnBatchReplaceBillsInfoExecute
  740. OnUpdate = actnBatchReplaceBillsInfoUpdate
  741. end
  742. object actnCheckAndClear: TAction
  743. Caption = #26816#26597#28165#29702
  744. OnExecute = actnCheckAndClearExecute
  745. end
  746. object actnModifiedDealBills: TAction
  747. Caption = #32534#36753#31614#32422#28165#21333
  748. OnExecute = actnModifiedDealBillsExecute
  749. OnUpdate = actnModifiedDealBillsUpdate
  750. end
  751. object actnSetBillsBookmark: TAction
  752. Caption = #35774#32622'/'#21462#28040#20070#31614
  753. OnExecute = actnSetBillsBookmarkExecute
  754. end
  755. object actnImportGclBillsToXmj: TAction
  756. Caption = #23548#20837#24037#31243#37327#28165#21333#33267#39033#30446#33410
  757. OnExecute = actnImportGclBillsToXmjExecute
  758. OnUpdate = actnImportGclBillsToXmjUpdate
  759. end
  760. end
  761. end