BillsCompileFme.dfm 22 KB

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