BillsCompileFme.dfm 22 KB

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