BillsMeasureFme.dfm 35 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178
  1. object BillsMeasureFrame: TBillsMeasureFrame
  2. Left = 0
  3. Top = 0
  4. Width = 921
  5. Height = 359
  6. TabOrder = 0
  7. object pnlExprs: TPanel
  8. Left = 0
  9. Top = 0
  10. Width = 921
  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. 921
  23. 21)
  24. object laEdtExprs: TLabeledEdit
  25. Left = 56
  26. Top = 1
  27. Width = 864
  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 = 921
  45. Height = 269
  46. Align = alClient
  47. BevelOuter = bvNone
  48. TabOrder = 0
  49. object zgBillsMeasure: TZJGrid
  50. Left = 0
  51. Top = 0
  52. Width = 921
  53. Height = 269
  54. Options = [goRangeSelect, goRowSizing, goColSizing, goCellNotMaintainData, goFixedRowShowNo, goFixedColShowNo, goAlwaysShowSelection, goShowTreeLine]
  55. OptionsEx = []
  56. ColCount = 37
  57. RowCount = 6
  58. FixedRowCount = 2
  59. ShowGridLine = False
  60. DefaultColWidth = 73
  61. DefaultFixedColWidth = 30
  62. Selection.AlphaBlend = False
  63. Selection.TransparentColor = False
  64. FrozenCol = 0
  65. FrozenRow = 0
  66. OnCurrentChanged = zgBillsMeasureCurrentChanged
  67. OnCellButtonClick = zgBillsMeasureCellButtonClick
  68. OnCustomPaste = zgBillsMeasureCustomPaste
  69. OnCellGetColor = zgBillsMeasureCellGetColor
  70. OnMouseDown = zgBillsMeasureMouseDown
  71. OnKeyDown = zgBillsMeasureKeyDown
  72. Align = alClient
  73. end
  74. end
  75. object pnlNodeDetail: TPanel
  76. Left = 0
  77. Top = 290
  78. Width = 921
  79. Height = 69
  80. Align = alBottom
  81. BevelOuter = bvNone
  82. TabOrder = 2
  83. object pnlDealProperty: TPanel
  84. Left = 0
  85. Top = 0
  86. Width = 921
  87. Height = 69
  88. Align = alClient
  89. BevelOuter = bvNone
  90. TabOrder = 0
  91. object labDealPropertyTitle: TJimGradLabel
  92. Left = 0
  93. Top = 0
  94. Width = 921
  95. Height = 20
  96. Align = alTop
  97. AutoSize = False
  98. ColorBegin = clGradientInactiveCaption
  99. ColorEnd = clGradientInactiveCaption
  100. Caption = ' '#21512#21516#23646#24615
  101. Font.Charset = GB2312_CHARSET
  102. Font.Color = clWindowText
  103. Font.Height = -12
  104. Font.Name = #23435#20307
  105. Font.Style = [fsBold]
  106. ParentFont = False
  107. Layout = tlCenter
  108. end
  109. object zgDealProperty: TZJGrid
  110. Left = 0
  111. Top = 20
  112. Width = 921
  113. Height = 49
  114. OptionsEx = []
  115. RowCount = 2
  116. FixedColCount = 0
  117. ShowGridLine = False
  118. DefaultColWidth = 73
  119. Selection.AlphaBlend = False
  120. Selection.TransparentColor = False
  121. FrozenCol = 0
  122. FrozenRow = 0
  123. OnCellTextChanged = zgDealPropertyCellTextChanged
  124. OnCellCanEdit = zgDealPropertyCellCanEdit
  125. OnCellGetFont = zgDealPropertyCellGetFont
  126. Align = alClient
  127. end
  128. end
  129. end
  130. object stdBillsMeasure: TsdGridTreeDBA
  131. Columns = <
  132. item
  133. Title.Caption = #35745#37327#27719#24635
  134. Title.CaptionAcrossCols = '1'
  135. Title.CaptionAcrossRows = 2
  136. Title.Font.Charset = GB2312_CHARSET
  137. Title.Font.Color = clWindowText
  138. Title.Font.Height = -12
  139. Title.Font.Name = #23435#20307
  140. Title.Font.Style = []
  141. Alignment = taLeftJustify
  142. EditType = sgeCheckBox
  143. Font.Charset = GB2312_CHARSET
  144. Font.Color = clWindowText
  145. Font.Height = -12
  146. Font.Name = #23435#20307
  147. Font.Style = []
  148. FieldName = 'IsGatherZJJL'
  149. Width = 35
  150. ReadOnly = True
  151. end
  152. item
  153. Title.Caption = #39033#30446#33410#32534#21495
  154. Title.CaptionAcrossCols = '1'
  155. Title.CaptionAcrossRows = 2
  156. Title.Font.Charset = GB2312_CHARSET
  157. Title.Font.Color = clWindowText
  158. Title.Font.Height = -12
  159. Title.Font.Name = #23435#20307
  160. Title.Font.Style = []
  161. Alignment = taLeftJustify
  162. Font.Charset = GB2312_CHARSET
  163. Font.Color = clWindowText
  164. Font.Height = -12
  165. Font.Name = #23435#20307
  166. Font.Style = []
  167. FieldName = 'Code'
  168. Width = 150
  169. ReadOnly = False
  170. end
  171. item
  172. Title.Caption = #28165#21333#32534#21495
  173. Title.CaptionAcrossCols = '1'
  174. Title.CaptionAcrossRows = 2
  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 = 'B_Code'
  187. Width = 60
  188. ReadOnly = False
  189. end
  190. item
  191. Title.Caption = #21517#31216
  192. Title.CaptionAcrossCols = '1'
  193. Title.CaptionAcrossRows = 2
  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 = 'Name'
  206. Width = 180
  207. ReadOnly = False
  208. end
  209. item
  210. Title.Caption = #21035#21517
  211. Title.CaptionAcrossCols = '1'
  212. Title.CaptionAcrossRows = 2
  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 = 'Alias'
  225. Visible = False
  226. ReadOnly = False
  227. end
  228. item
  229. Title.Caption = #21333#20301
  230. Title.CaptionAcrossCols = '1'
  231. Title.CaptionAcrossRows = 2
  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 = taCenter
  238. Font.Charset = GB2312_CHARSET
  239. Font.Color = clWindowText
  240. Font.Height = -12
  241. Font.Name = 'smartSimSun'
  242. Font.Style = []
  243. FieldName = 'Units'
  244. Width = 55
  245. ReadOnly = False
  246. end
  247. item
  248. Title.Caption = #21333#20215
  249. Title.CaptionAcrossCols = '1'
  250. Title.CaptionAcrossRows = 2
  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 = taRightJustify
  257. Font.Charset = GB2312_CHARSET
  258. Font.Color = clWindowText
  259. Font.Height = -12
  260. Font.Name = #23435#20307
  261. Font.Style = []
  262. FieldName = 'Price'
  263. Width = 60
  264. ReadOnly = False
  265. end
  266. item
  267. Title.Caption = #21464#26356#21333#20215
  268. Title.CaptionAcrossCols = '1'
  269. Title.CaptionAcrossRows = 2
  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 = 'NewPrice'
  282. Width = 60
  283. ReadOnly = False
  284. end
  285. item
  286. Title.Caption = '0'#21495#21488#36134#21512#21516'|'#25968#37327
  287. Title.CaptionAcrossCols = '2'
  288. Title.Font.Charset = GB2312_CHARSET
  289. Title.Font.Color = clWindowText
  290. Title.Font.Height = -12
  291. Title.Font.Name = #23435#20307
  292. Title.Font.Style = []
  293. Alignment = taRightJustify
  294. Font.Charset = GB2312_CHARSET
  295. Font.Color = clWindowText
  296. Font.Height = -12
  297. Font.Name = #23435#20307
  298. Font.Style = []
  299. FieldName = 'Quantity'
  300. Width = 60
  301. ReadOnly = True
  302. end
  303. item
  304. Title.Caption = '|'#37329#39069
  305. Title.CaptionAcrossCols = '1'
  306. Title.CaptionAcrossRows = 2
  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 = 'TotalPrice'
  319. Width = 60
  320. ReadOnly = True
  321. end
  322. item
  323. Title.Caption = #26412#26399#21512#21516#35745#37327'|'#25968#37327
  324. Title.CaptionAcrossCols = '2'
  325. Title.Font.Charset = GB2312_CHARSET
  326. Title.Font.Color = clWindowText
  327. Title.Font.Height = -12
  328. Title.Font.Name = #23435#20307
  329. Title.Font.Style = []
  330. Alignment = taRightJustify
  331. Font.Charset = GB2312_CHARSET
  332. Font.Color = clWindowText
  333. Font.Height = -12
  334. Font.Name = #23435#20307
  335. Font.Style = []
  336. FieldName = 'CurDealQuantity'
  337. Width = 60
  338. ReadOnly = False
  339. end
  340. item
  341. Title.Caption = '|'#37329#39069
  342. Title.CaptionAcrossCols = '1'
  343. Title.Font.Charset = GB2312_CHARSET
  344. Title.Font.Color = clWindowText
  345. Title.Font.Height = -12
  346. Title.Font.Name = #23435#20307
  347. Title.Font.Style = []
  348. Alignment = taRightJustify
  349. Font.Charset = GB2312_CHARSET
  350. Font.Color = clWindowText
  351. Font.Height = -12
  352. Font.Name = #23435#20307
  353. Font.Style = []
  354. FieldName = 'CurDealTotalPrice'
  355. Width = 60
  356. ReadOnly = False
  357. end
  358. item
  359. Title.Caption = #26412#26399#25968#37327#21464#26356#35745#37327'|'#25968#37327
  360. Title.CaptionAcrossCols = '3'
  361. Title.Font.Charset = GB2312_CHARSET
  362. Title.Font.Color = clWindowText
  363. Title.Font.Height = -12
  364. Title.Font.Name = #23435#20307
  365. Title.Font.Style = []
  366. Alignment = taRightJustify
  367. EditType = sgeEllipsisBtn
  368. Font.Charset = GB2312_CHARSET
  369. Font.Color = clWindowText
  370. Font.Height = -12
  371. Font.Name = #23435#20307
  372. Font.Style = []
  373. FieldName = 'CurQcQuantity'
  374. Width = 60
  375. ReadOnly = False
  376. end
  377. item
  378. Title.Caption = '|'#37329#39069
  379. Title.CaptionAcrossCols = '1'
  380. Title.Font.Charset = GB2312_CHARSET
  381. Title.Font.Color = clWindowText
  382. Title.Font.Height = -12
  383. Title.Font.Name = #23435#20307
  384. Title.Font.Style = []
  385. Alignment = taRightJustify
  386. Font.Charset = GB2312_CHARSET
  387. Font.Color = clWindowText
  388. Font.Height = -12
  389. Font.Name = #23435#20307
  390. Font.Style = []
  391. FieldName = 'CurQcTotalPrice'
  392. Width = 60
  393. ReadOnly = True
  394. end
  395. item
  396. Title.Caption = '|'#21464#26356#20196
  397. Title.CaptionAcrossCols = '1'
  398. Title.Font.Charset = GB2312_CHARSET
  399. Title.Font.Color = clWindowText
  400. Title.Font.Height = -12
  401. Title.Font.Name = #23435#20307
  402. Title.Font.Style = []
  403. Alignment = taRightJustify
  404. Font.Charset = GB2312_CHARSET
  405. Font.Color = clWindowText
  406. Font.Height = -12
  407. Font.Name = #23435#20307
  408. Font.Style = []
  409. FieldName = 'CurQcBGLCode'
  410. Width = 60
  411. ReadOnly = True
  412. end
  413. item
  414. Title.Caption = #26412#26399#21333#20215#21464#26356#35745#37327'|'#25968#37327
  415. Title.CaptionAcrossCols = '3'
  416. Title.Font.Charset = GB2312_CHARSET
  417. Title.Font.Color = clWindowText
  418. Title.Font.Height = -12
  419. Title.Font.Name = #23435#20307
  420. Title.Font.Style = []
  421. Alignment = taRightJustify
  422. EditType = sgeEllipsisBtn
  423. Font.Charset = GB2312_CHARSET
  424. Font.Color = clWindowText
  425. Font.Height = -12
  426. Font.Name = #23435#20307
  427. Font.Style = []
  428. FieldName = 'CurPcQuantity'
  429. Width = 60
  430. ReadOnly = False
  431. end
  432. item
  433. Title.Caption = '|'#37329#39069
  434. Title.CaptionAcrossCols = '2'
  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 = 'CurPcTotalPrice'
  447. Width = 60
  448. ReadOnly = True
  449. end
  450. item
  451. Title.Caption = '|'#21464#26356#20196
  452. Title.CaptionAcrossCols = '1'
  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 = 'CurPcBGLCode'
  465. Width = 60
  466. ReadOnly = True
  467. end
  468. item
  469. Title.Caption = #26412#26399#23436#25104#35745#37327'|'#25968#37327
  470. Title.CaptionAcrossCols = '2'
  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 = 'CurGatherQuantity'
  483. Width = 60
  484. ReadOnly = True
  485. end
  486. item
  487. Title.Caption = '|'#37329#39069
  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 = taRightJustify
  495. Font.Charset = GB2312_CHARSET
  496. Font.Color = clWindowText
  497. Font.Height = -12
  498. Font.Name = #23435#20307
  499. Font.Style = []
  500. FieldName = 'CurGatherTotalPrice'
  501. Width = 60
  502. ReadOnly = True
  503. end
  504. item
  505. Title.Caption = #25130#27490#26412#26399#21512#21516#35745#37327'|'#25968#37327
  506. Title.CaptionAcrossCols = '2'
  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 = taRightJustify
  513. Font.Charset = GB2312_CHARSET
  514. Font.Color = clWindowText
  515. Font.Height = -12
  516. Font.Name = #23435#20307
  517. Font.Style = []
  518. FieldName = 'EndDealQuantity'
  519. Width = 60
  520. ReadOnly = True
  521. end
  522. item
  523. Title.Caption = '|'#37329#39069
  524. Title.CaptionAcrossCols = '1'
  525. Title.Font.Charset = GB2312_CHARSET
  526. Title.Font.Color = clWindowText
  527. Title.Font.Height = -12
  528. Title.Font.Name = #23435#20307
  529. Title.Font.Style = []
  530. Alignment = taRightJustify
  531. Font.Charset = GB2312_CHARSET
  532. Font.Color = clWindowText
  533. Font.Height = -12
  534. Font.Name = #23435#20307
  535. Font.Style = []
  536. FieldName = 'EndDealTotalPrice'
  537. Width = 60
  538. ReadOnly = True
  539. end
  540. item
  541. Title.Caption = #25130#27490#26412#26399#25968#37327#21464#26356'|'#25968#37327
  542. Title.CaptionAcrossCols = '2'
  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 = taRightJustify
  549. Font.Charset = GB2312_CHARSET
  550. Font.Color = clWindowText
  551. Font.Height = -12
  552. Font.Name = #23435#20307
  553. Font.Style = []
  554. FieldName = 'EndQcQuantity'
  555. Width = 60
  556. ReadOnly = True
  557. end
  558. item
  559. Title.Caption = '|'#37329#39069
  560. Title.CaptionAcrossCols = '1'
  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 = taRightJustify
  567. Font.Charset = GB2312_CHARSET
  568. Font.Color = clWindowText
  569. Font.Height = -12
  570. Font.Name = #23435#20307
  571. Font.Style = []
  572. FieldName = 'EndQcTotalPrice'
  573. Width = 60
  574. ReadOnly = True
  575. end
  576. item
  577. Title.Caption = #25130#27490#26412#26399#21333#20215#21464#26356'|'#25968#37327
  578. Title.CaptionAcrossCols = '2'
  579. Title.Font.Charset = GB2312_CHARSET
  580. Title.Font.Color = clWindowText
  581. Title.Font.Height = -12
  582. Title.Font.Name = #23435#20307
  583. Title.Font.Style = []
  584. Alignment = taLeftJustify
  585. Font.Charset = GB2312_CHARSET
  586. Font.Color = clWindowText
  587. Font.Height = -12
  588. Font.Name = #23435#20307
  589. Font.Style = []
  590. FieldName = 'EndPcQuantity'
  591. Width = 60
  592. ReadOnly = True
  593. end
  594. item
  595. Title.Caption = '|'#37329#39069
  596. Title.CaptionAcrossCols = '1'
  597. Title.Font.Charset = GB2312_CHARSET
  598. Title.Font.Color = clWindowText
  599. Title.Font.Height = -12
  600. Title.Font.Name = #23435#20307
  601. Title.Font.Style = []
  602. Alignment = taRightJustify
  603. Font.Charset = GB2312_CHARSET
  604. Font.Color = clWindowText
  605. Font.Height = -12
  606. Font.Name = #23435#20307
  607. Font.Style = []
  608. FieldName = 'EndPcTotalPrice'
  609. Width = 60
  610. ReadOnly = True
  611. end
  612. item
  613. Title.Caption = #25130#27490#26412#26399#23436#25104#35745#37327'|'#25968#37327
  614. Title.CaptionAcrossCols = '2'
  615. Title.Font.Charset = GB2312_CHARSET
  616. Title.Font.Color = clWindowText
  617. Title.Font.Height = -12
  618. Title.Font.Name = #23435#20307
  619. Title.Font.Style = []
  620. Alignment = taRightJustify
  621. Font.Charset = GB2312_CHARSET
  622. Font.Color = clWindowText
  623. Font.Height = -12
  624. Font.Name = #23435#20307
  625. Font.Style = []
  626. FieldName = 'EndGatherQuantity'
  627. Width = 60
  628. ReadOnly = True
  629. end
  630. item
  631. Title.Caption = '|'#37329#39069
  632. Title.CaptionAcrossCols = '1'
  633. Title.Font.Charset = GB2312_CHARSET
  634. Title.Font.Color = clWindowText
  635. Title.Font.Height = -12
  636. Title.Font.Name = #23435#20307
  637. Title.Font.Style = []
  638. Alignment = taRightJustify
  639. Font.Charset = GB2312_CHARSET
  640. Font.Color = clWindowText
  641. Font.Height = -12
  642. Font.Name = #23435#20307
  643. Font.Style = []
  644. FieldName = 'EndGatherTotalPrice'
  645. Width = 60
  646. ReadOnly = True
  647. end
  648. item
  649. Title.Caption = #32047#35745#21512#21516#35745#37327'|'#25968#37327
  650. Title.CaptionAcrossCols = '2'
  651. Title.Font.Charset = GB2312_CHARSET
  652. Title.Font.Color = clWindowText
  653. Title.Font.Height = -12
  654. Title.Font.Name = #23435#20307
  655. Title.Font.Style = []
  656. Alignment = taRightJustify
  657. Font.Charset = GB2312_CHARSET
  658. Font.Color = clWindowText
  659. Font.Height = -12
  660. Font.Name = #23435#20307
  661. Font.Style = []
  662. FieldName = 'AddDealQuantity'
  663. Width = 60
  664. Visible = False
  665. ReadOnly = True
  666. end
  667. item
  668. Title.Caption = '|'#37329#39069
  669. Title.CaptionAcrossCols = '1'
  670. Title.Font.Charset = GB2312_CHARSET
  671. Title.Font.Color = clWindowText
  672. Title.Font.Height = -12
  673. Title.Font.Name = #23435#20307
  674. Title.Font.Style = []
  675. Alignment = taRightJustify
  676. Font.Charset = GB2312_CHARSET
  677. Font.Color = clWindowText
  678. Font.Height = -12
  679. Font.Name = #23435#20307
  680. Font.Style = []
  681. FieldName = 'AddDealTotalPrice'
  682. Width = 60
  683. Visible = False
  684. ReadOnly = True
  685. end
  686. item
  687. Title.Caption = #32047#35745#25968#37327#21464#26356#35745#37327'|'#25968#37327
  688. Title.CaptionAcrossCols = '2'
  689. Title.Font.Charset = GB2312_CHARSET
  690. Title.Font.Color = clWindowText
  691. Title.Font.Height = -12
  692. Title.Font.Name = #23435#20307
  693. Title.Font.Style = []
  694. Alignment = taRightJustify
  695. Font.Charset = GB2312_CHARSET
  696. Font.Color = clWindowText
  697. Font.Height = -12
  698. Font.Name = #23435#20307
  699. Font.Style = []
  700. FieldName = 'AddQcQuantity'
  701. Width = 60
  702. Visible = False
  703. ReadOnly = True
  704. end
  705. item
  706. Title.Caption = '|'#37329#39069
  707. Title.CaptionAcrossCols = '1'
  708. Title.Font.Charset = GB2312_CHARSET
  709. Title.Font.Color = clWindowText
  710. Title.Font.Height = -12
  711. Title.Font.Name = #23435#20307
  712. Title.Font.Style = []
  713. Alignment = taRightJustify
  714. Font.Charset = GB2312_CHARSET
  715. Font.Color = clWindowText
  716. Font.Height = -12
  717. Font.Name = #23435#20307
  718. Font.Style = []
  719. FieldName = 'AddQcTotalPrice'
  720. Width = 60
  721. Visible = False
  722. ReadOnly = True
  723. end
  724. item
  725. Title.Caption = #32047#35745#21333#20215#21464#26356#35745#37327'|'#25968#37327
  726. Title.CaptionAcrossCols = '2'
  727. Title.Font.Charset = GB2312_CHARSET
  728. Title.Font.Color = clWindowText
  729. Title.Font.Height = -12
  730. Title.Font.Name = #23435#20307
  731. Title.Font.Style = []
  732. Alignment = taRightJustify
  733. Font.Charset = GB2312_CHARSET
  734. Font.Color = clWindowText
  735. Font.Height = -12
  736. Font.Name = #23435#20307
  737. Font.Style = []
  738. FieldName = 'AddPcQuantity'
  739. Width = 60
  740. Visible = False
  741. ReadOnly = True
  742. end
  743. item
  744. Title.Caption = '|'#37329#39069
  745. Title.CaptionAcrossCols = '1'
  746. Title.Font.Charset = GB2312_CHARSET
  747. Title.Font.Color = clWindowText
  748. Title.Font.Height = -12
  749. Title.Font.Name = #23435#20307
  750. Title.Font.Style = []
  751. Alignment = taRightJustify
  752. Font.Charset = GB2312_CHARSET
  753. Font.Color = clWindowText
  754. Font.Height = -12
  755. Font.Name = #23435#20307
  756. Font.Style = []
  757. FieldName = 'AddPcTotalPrice'
  758. Width = 60
  759. Visible = False
  760. ReadOnly = True
  761. end
  762. item
  763. Title.Caption = #32047#35745#23436#25104#35745#37327'|'#25968#37327
  764. Title.CaptionAcrossCols = '2'
  765. Title.Font.Charset = GB2312_CHARSET
  766. Title.Font.Color = clWindowText
  767. Title.Font.Height = -12
  768. Title.Font.Name = #23435#20307
  769. Title.Font.Style = []
  770. Alignment = taRightJustify
  771. Font.Charset = GB2312_CHARSET
  772. Font.Color = clWindowText
  773. Font.Height = -12
  774. Font.Name = #23435#20307
  775. Font.Style = []
  776. FieldName = 'AddGatherQuantity'
  777. Width = 60
  778. Visible = False
  779. ReadOnly = True
  780. end
  781. item
  782. Title.Caption = '|'#37329#39069
  783. Title.CaptionAcrossCols = '1'
  784. Title.Font.Charset = GB2312_CHARSET
  785. Title.Font.Color = clWindowText
  786. Title.Font.Height = -12
  787. Title.Font.Name = #23435#20307
  788. Title.Font.Style = []
  789. Alignment = taRightJustify
  790. Font.Charset = GB2312_CHARSET
  791. Font.Color = clWindowText
  792. Font.Height = -12
  793. Font.Name = #23435#20307
  794. Font.Style = []
  795. FieldName = 'AddGatherTotalPrice'
  796. Width = 60
  797. Visible = False
  798. ReadOnly = True
  799. end
  800. item
  801. Title.Caption = 'ParentID'
  802. Title.CaptionAcrossCols = '1'
  803. Title.Font.Charset = GB2312_CHARSET
  804. Title.Font.Color = clWindowText
  805. Title.Font.Height = -12
  806. Title.Font.Name = #23435#20307
  807. Title.Font.Style = []
  808. Alignment = taLeftJustify
  809. Font.Charset = GB2312_CHARSET
  810. Font.Color = clWindowText
  811. Font.Height = -12
  812. Font.Name = #23435#20307
  813. Font.Style = []
  814. FieldName = 'ParentID'
  815. Visible = False
  816. ReadOnly = True
  817. end
  818. item
  819. Title.Caption = 'NextSiblingID'
  820. Title.CaptionAcrossCols = '1'
  821. Title.Font.Charset = GB2312_CHARSET
  822. Title.Font.Color = clWindowText
  823. Title.Font.Height = -12
  824. Title.Font.Name = #23435#20307
  825. Title.Font.Style = []
  826. Alignment = taLeftJustify
  827. Font.Charset = GB2312_CHARSET
  828. Font.Color = clWindowText
  829. Font.Height = -12
  830. Font.Name = #23435#20307
  831. Font.Style = []
  832. FieldName = 'NextSiblingID'
  833. Visible = False
  834. ReadOnly = True
  835. end
  836. item
  837. Title.Caption = #21512#21516'|'#35774#35745#25968#37327'1'
  838. Title.CaptionAcrossCols = '2'
  839. Title.Font.Charset = GB2312_CHARSET
  840. Title.Font.Color = clWindowText
  841. Title.Font.Height = -12
  842. Title.Font.Name = #23435#20307
  843. Title.Font.Style = []
  844. Alignment = taRightJustify
  845. Font.Charset = GB2312_CHARSET
  846. Font.Color = clWindowText
  847. Font.Height = -12
  848. Font.Name = #23435#20307
  849. Font.Style = []
  850. FieldName = 'DealDgnQuantity1'
  851. Width = 60
  852. ReadOnly = False
  853. end
  854. item
  855. Title.Caption = '|'#35774#35745#25968#37327'2'
  856. Title.CaptionAcrossCols = '1'
  857. Title.Font.Charset = GB2312_CHARSET
  858. Title.Font.Color = clWindowText
  859. Title.Font.Height = -12
  860. Title.Font.Name = #23435#20307
  861. Title.Font.Style = []
  862. Alignment = taRightJustify
  863. Font.Charset = GB2312_CHARSET
  864. Font.Color = clWindowText
  865. Font.Height = -12
  866. Font.Name = #23435#20307
  867. Font.Style = []
  868. FieldName = 'DealDgnQuantity2'
  869. Width = 60
  870. ReadOnly = False
  871. end
  872. item
  873. Title.Caption = #21464#26356'|'#35774#35745#25968#37327'1'
  874. Title.CaptionAcrossCols = '2'
  875. Title.Font.Charset = GB2312_CHARSET
  876. Title.Font.Color = clWindowText
  877. Title.Font.Height = -12
  878. Title.Font.Name = #23435#20307
  879. Title.Font.Style = []
  880. Alignment = taRightJustify
  881. Font.Charset = GB2312_CHARSET
  882. Font.Color = clWindowText
  883. Font.Height = -12
  884. Font.Name = #23435#20307
  885. Font.Style = []
  886. FieldName = 'CDgnQuantity1'
  887. Width = 60
  888. ReadOnly = False
  889. end
  890. item
  891. Title.Caption = '|'#35774#35745#25968#37327'2'
  892. Title.CaptionAcrossCols = '1'
  893. Title.Font.Charset = GB2312_CHARSET
  894. Title.Font.Color = clWindowText
  895. Title.Font.Height = -12
  896. Title.Font.Name = #23435#20307
  897. Title.Font.Style = []
  898. Alignment = taRightJustify
  899. Font.Charset = GB2312_CHARSET
  900. Font.Color = clWindowText
  901. Font.Height = -12
  902. Font.Name = #23435#20307
  903. Font.Style = []
  904. FieldName = 'CDgnQuantity2'
  905. Width = 60
  906. ReadOnly = False
  907. end
  908. item
  909. Title.Caption = #32463#27982#25351#26631
  910. Title.CaptionAcrossCols = '1'
  911. Title.CaptionAcrossRows = 2
  912. Title.Font.Charset = GB2312_CHARSET
  913. Title.Font.Color = clWindowText
  914. Title.Font.Height = -12
  915. Title.Font.Name = #23435#20307
  916. Title.Font.Style = []
  917. Alignment = taRightJustify
  918. Font.Charset = GB2312_CHARSET
  919. Font.Color = clWindowText
  920. Font.Height = -12
  921. Font.Name = #23435#20307
  922. Font.Style = []
  923. FieldName = 'AddDgnPrice'
  924. Width = 60
  925. ReadOnly = True
  926. end
  927. item
  928. Title.Caption = #22270'('#20876')'#21495
  929. Title.CaptionAcrossCols = '1'
  930. Title.CaptionAcrossRows = 2
  931. Title.Font.Charset = GB2312_CHARSET
  932. Title.Font.Color = clWindowText
  933. Title.Font.Height = -12
  934. Title.Font.Name = #23435#20307
  935. Title.Font.Style = []
  936. Alignment = taLeftJustify
  937. Font.Charset = GB2312_CHARSET
  938. Font.Color = clWindowText
  939. Font.Height = -12
  940. Font.Name = #23435#20307
  941. Font.Style = []
  942. FieldName = 'DrawingCode'
  943. Width = 60
  944. ReadOnly = False
  945. end
  946. item
  947. Title.Caption = #25209#22797#32534#21495
  948. Title.CaptionAcrossCols = '1'
  949. Title.CaptionAcrossRows = 2
  950. Title.Font.Charset = GB2312_CHARSET
  951. Title.Font.Color = clWindowText
  952. Title.Font.Height = -12
  953. Title.Font.Name = #23435#20307
  954. Title.Font.Style = []
  955. Alignment = taLeftJustify
  956. Font.Charset = GB2312_CHARSET
  957. Font.Color = clWindowText
  958. Font.Height = -12
  959. Font.Name = #23435#20307
  960. Font.Style = []
  961. FieldName = 'ApprovalCode'
  962. ReadOnly = False
  963. end
  964. item
  965. Title.Caption = #32047#35745#23436#25104#29575'(%)'
  966. Title.CaptionAcrossCols = '1'
  967. Title.CaptionAcrossRows = 2
  968. Title.Font.Charset = GB2312_CHARSET
  969. Title.Font.Color = clWindowText
  970. Title.Font.Height = -12
  971. Title.Font.Name = #23435#20307
  972. Title.Font.Style = []
  973. Alignment = taRightJustify
  974. Font.Charset = GB2312_CHARSET
  975. Font.Color = clWindowText
  976. Font.Height = -12
  977. Font.Name = #23435#20307
  978. Font.Style = []
  979. FieldName = 'AddCompleteRate'
  980. Width = 60
  981. ReadOnly = True
  982. end
  983. item
  984. Title.Caption = #22791#27880
  985. Title.CaptionAcrossCols = '1'
  986. Title.CaptionAcrossRows = 2
  987. Title.Font.Charset = GB2312_CHARSET
  988. Title.Font.Color = clWindowText
  989. Title.Font.Height = -12
  990. Title.Font.Name = #23435#20307
  991. Title.Font.Style = []
  992. Alignment = taLeftJustify
  993. Font.Charset = GB2312_CHARSET
  994. Font.Color = clWindowText
  995. Font.Height = -12
  996. Font.Name = #23435#20307
  997. Font.Style = []
  998. FieldName = 'MemoStr'
  999. ReadOnly = False
  1000. end
  1001. item
  1002. Title.Caption = #26448#26009#35843#24046'|'#25130#27490#19978#26399
  1003. Title.CaptionAcrossCols = '3'
  1004. Title.Font.Charset = GB2312_CHARSET
  1005. Title.Font.Color = clWindowText
  1006. Title.Font.Height = -12
  1007. Title.Font.Name = #23435#20307
  1008. Title.Font.Style = []
  1009. Alignment = taRightJustify
  1010. Font.Charset = GB2312_CHARSET
  1011. Font.Color = clWindowText
  1012. Font.Height = -12
  1013. Font.Name = #23435#20307
  1014. Font.Style = []
  1015. FieldName = 'PM_PreTotalPrice'
  1016. Width = 60
  1017. Visible = False
  1018. ReadOnly = True
  1019. end
  1020. item
  1021. Title.Caption = '|'#26412#26399
  1022. Title.CaptionAcrossCols = '1'
  1023. Title.Font.Charset = GB2312_CHARSET
  1024. Title.Font.Color = clWindowText
  1025. Title.Font.Height = -12
  1026. Title.Font.Name = #23435#20307
  1027. Title.Font.Style = []
  1028. Alignment = taRightJustify
  1029. Font.Charset = GB2312_CHARSET
  1030. Font.Color = clWindowText
  1031. Font.Height = -12
  1032. Font.Name = #23435#20307
  1033. Font.Style = []
  1034. FieldName = 'PM_TotalPrice'
  1035. Width = 60
  1036. Visible = False
  1037. ReadOnly = True
  1038. end
  1039. item
  1040. Title.Caption = '|'#32047#35745
  1041. Title.CaptionAcrossCols = '1'
  1042. Title.Font.Charset = GB2312_CHARSET
  1043. Title.Font.Color = clWindowText
  1044. Title.Font.Height = -12
  1045. Title.Font.Name = #23435#20307
  1046. Title.Font.Style = []
  1047. Alignment = taRightJustify
  1048. Font.Charset = GB2312_CHARSET
  1049. Font.Color = clWindowText
  1050. Font.Height = -12
  1051. Font.Name = #23435#20307
  1052. Font.Style = []
  1053. FieldName = 'PM_AddTotalPrice'
  1054. Width = 60
  1055. Visible = False
  1056. ReadOnly = True
  1057. end>
  1058. Grid = zgBillsMeasure
  1059. ExtendRowCount = 3
  1060. AutoExpand = False
  1061. TreeCellCol = 2
  1062. KeyFieldName = 'ID'
  1063. ParentFieldName = 'ParentID'
  1064. NextSiblingFieldName = 'NextSiblingID'
  1065. TopLevelBold = True
  1066. Left = 72
  1067. Top = 120
  1068. end
  1069. object dxpmBills: TdxBarPopupMenu
  1070. BarManager = MainForm.dxBarManager
  1071. ItemLinks = <
  1072. item
  1073. Item = MainForm.dxbtnCalculateAll
  1074. Visible = True
  1075. end
  1076. item
  1077. BeginGroup = True
  1078. Item = MainForm.dxbtnNewPhase
  1079. Visible = True
  1080. end
  1081. item
  1082. BeginGroup = True
  1083. Item = MainForm.dxbtnCopy
  1084. Visible = True
  1085. end
  1086. item
  1087. Item = MainForm.dxbtnPaste
  1088. Visible = True
  1089. end
  1090. item
  1091. Item = MainForm.dxbtnCut
  1092. Visible = True
  1093. end
  1094. item
  1095. BeginGroup = True
  1096. Item = MainForm.dxbtnRemapedPaste
  1097. Visible = True
  1098. end
  1099. item
  1100. BeginGroup = True
  1101. Item = MainForm.dxbtnSetBookmark
  1102. Visible = True
  1103. end
  1104. item
  1105. BeginGroup = True
  1106. Item = MainForm.dxbtnInsert
  1107. Visible = True
  1108. end
  1109. item
  1110. Item = MainForm.dxbtnDelete
  1111. Visible = True
  1112. end
  1113. item
  1114. BeginGroup = True
  1115. Item = MainForm.dxbtnLocateZJJL
  1116. Visible = True
  1117. end
  1118. item
  1119. BeginGroup = True
  1120. Item = MainForm.dxbtnExportGridToExcel
  1121. Visible = True
  1122. end>
  1123. UseOwnFont = False
  1124. OnPopup = dxpmBillsPopup
  1125. Left = 120
  1126. Top = 120
  1127. end
  1128. object alBills: TActionList
  1129. Images = MainForm.Images
  1130. Left = 176
  1131. Top = 120
  1132. object actnCalculateAll: TAction
  1133. Caption = #20840#37096#35745#31639
  1134. ImageIndex = 15
  1135. OnExecute = actnCalculateAllExecute
  1136. OnUpdate = actnCalculateAllUpdate
  1137. end
  1138. object actnExportGridToExcel: TAction
  1139. Caption = #23548#20986#34920#26684#25968#25454
  1140. ImageIndex = 13
  1141. OnExecute = actnExportGridToExcelExecute
  1142. end
  1143. object actnSetStageBookmark: TAction
  1144. Caption = #35774#32622'/'#21462#28040#20070#31614
  1145. OnExecute = actnSetStageBookmarkExecute
  1146. OnUpdate = actnSetStageBookmarkUpdate
  1147. end
  1148. object actnHiddenCol: TAction
  1149. Caption = #38544#34255
  1150. OnExecute = actnHiddenColExecute
  1151. end
  1152. object actnCancelHiddenCol: TAction
  1153. Caption = #21462#28040#38544#34255
  1154. OnExecute = actnCancelHiddenColExecute
  1155. end
  1156. object actnLocateZJJL: TAction
  1157. Caption = #23450#20301#33267#20013#38388#35745#37327
  1158. OnExecute = actnLocateZJJLExecute
  1159. OnUpdate = actnLocateZJJLUpdate
  1160. end
  1161. end
  1162. object dxpmBillsCol: TdxBarPopupMenu
  1163. BarManager = MainForm.dxBarManager
  1164. ItemLinks = <
  1165. item
  1166. Item = MainForm.dxbtnHidden
  1167. Visible = True
  1168. end
  1169. item
  1170. Item = MainForm.dxbtnCancelHidden
  1171. Visible = True
  1172. end>
  1173. UseOwnFont = False
  1174. OnPopup = dxpmBillsColPopup
  1175. Left = 232
  1176. Top = 120
  1177. end
  1178. end