ProjectManagerFme.dfm 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831
  1. object ProjectManagerFrame: TProjectManagerFrame
  2. Left = 0
  3. Top = 0
  4. Width = 1008
  5. Height = 447
  6. TabOrder = 0
  7. object sprProperty: TSplitter
  8. Left = 333
  9. Top = 21
  10. Height = 426
  11. Align = alRight
  12. end
  13. object ToolBar: TToolBar
  14. Left = 0
  15. Top = 0
  16. Width = 1008
  17. Height = 21
  18. Caption = 'ToolBar'
  19. Color = clBtnFace
  20. EdgeBorders = []
  21. EdgeInner = esNone
  22. EdgeOuter = esNone
  23. Flat = True
  24. Images = MainForm.Images
  25. List = True
  26. ParentColor = False
  27. ParentShowHint = False
  28. ShowHint = True
  29. TabOrder = 0
  30. object tobtnOpen: TToolButton
  31. Left = 0
  32. Top = 0
  33. Action = actnOpen
  34. Caption = #25171#24320
  35. ParentShowHint = False
  36. ShowHint = True
  37. end
  38. object tobtnDelete: TToolButton
  39. Left = 23
  40. Top = 0
  41. Action = actnDelete
  42. Caption = #21024#38500
  43. end
  44. object tobtnRenane: TToolButton
  45. Left = 46
  46. Top = 0
  47. Hint = #37325#21629#21517
  48. Action = actnRename
  49. Caption = #37325#21629#21517
  50. end
  51. object tobtnImport: TToolButton
  52. Left = 69
  53. Top = 0
  54. Hint = #23548#20837
  55. Action = actnImport
  56. end
  57. object tobtnExport: TToolButton
  58. Left = 92
  59. Top = 0
  60. Hint = #23548#20986
  61. Action = actnExport
  62. end
  63. object tobtn1: TToolButton
  64. Left = 115
  65. Top = 0
  66. Width = 8
  67. Caption = 'tobtn1'
  68. ImageIndex = 18
  69. Style = tbsSeparator
  70. end
  71. end
  72. object zgProjects: TZJGrid
  73. Left = 0
  74. Top = 21
  75. Width = 333
  76. Height = 426
  77. Options = [goRangeSelect, goRowSizing, goColSizing, goCellNotMaintainData, goFixedRowShowNo, goFixedColShowNo, goAlwaysShowSelection, goShowTreeLine]
  78. OptionsEx = []
  79. ColCount = 13
  80. RowCount = 4
  81. ShowGridLine = False
  82. DefaultColWidth = 73
  83. DefaultFixedColWidth = 25
  84. DefaultFixedRowHeight = 25
  85. Selection.AlphaBlend = False
  86. Selection.TransparentColor = False
  87. FrozenCol = 0
  88. FrozenRow = 0
  89. OnCurrentChanged = zgProjectsCurrentChanged
  90. OnDrawCellText = zgProjectsDrawCellText
  91. OnShowHint = zgProjectsShowHint
  92. OnCellGetColor = zgProjectsCellGetColor
  93. OnCellGetFont = zgProjectsCellGetFont
  94. OnMouseDown = zgProjectsMouseDown
  95. Align = alClient
  96. end
  97. object pnlTenderProperty: TPanel
  98. Left = 708
  99. Top = 21
  100. Width = 300
  101. Height = 426
  102. Align = alRight
  103. BevelInner = bvLowered
  104. BevelOuter = bvNone
  105. Color = clWindow
  106. TabOrder = 2
  107. Visible = False
  108. object zgTenderProperty: TZJGrid
  109. Left = 1
  110. Top = 1
  111. Width = 298
  112. Height = 424
  113. Options = [goRangeSelect, goRowSizing, goColSizing, goCellNotMaintainData, goFixedRowShowNo, goFixedColShowNo, goAlwaysShowSelection]
  114. OptionsEx = []
  115. ColCount = 3
  116. ShowGridLine = False
  117. DefaultColWidth = 73
  118. DefaultFixedColWidth = 25
  119. Selection.AlphaBlend = False
  120. Selection.TransparentColor = False
  121. FrozenCol = 0
  122. FrozenRow = 0
  123. Align = alClient
  124. end
  125. end
  126. object pnlWeb: TPanel
  127. Left = 336
  128. Top = 21
  129. Width = 372
  130. Height = 426
  131. Align = alRight
  132. BevelInner = bvLowered
  133. BiDiMode = bdLeftToRight
  134. Color = clWindow
  135. ParentBiDiMode = False
  136. TabOrder = 3
  137. Visible = False
  138. object pnlProject: TPanel
  139. Left = 2
  140. Top = 2
  141. Width = 368
  142. Height = 194
  143. Align = alTop
  144. AutoSize = True
  145. BevelOuter = bvNone
  146. TabOrder = 0
  147. object shp2: TShape
  148. Left = 0
  149. Top = 140
  150. Width = 368
  151. Height = 1
  152. Align = alTop
  153. Brush.Style = bsClear
  154. Pen.Color = 12040119
  155. Pen.Style = psDot
  156. end
  157. object shp1: TShape
  158. Left = 0
  159. Top = 34
  160. Width = 368
  161. Height = 1
  162. Align = alTop
  163. Brush.Style = bsClear
  164. Pen.Color = 12040119
  165. Pen.Style = psDot
  166. end
  167. object shp3: TShape
  168. Left = 0
  169. Top = 87
  170. Width = 368
  171. Height = 1
  172. Align = alTop
  173. Brush.Style = bsClear
  174. Pen.Color = 12040119
  175. Pen.Style = psDot
  176. end
  177. object shp4: TShape
  178. Left = 0
  179. Top = 193
  180. Width = 368
  181. Height = 1
  182. Align = alTop
  183. Brush.Style = bsClear
  184. Pen.Color = 10329501
  185. end
  186. object pnlTenderTitle: TPanel
  187. Left = 0
  188. Top = 0
  189. Width = 368
  190. Height = 34
  191. Align = alTop
  192. Alignment = taLeftJustify
  193. BevelOuter = bvNone
  194. Color = clWindow
  195. Font.Charset = DEFAULT_CHARSET
  196. Font.Color = clWindowText
  197. Font.Height = -16
  198. Font.Name = #24494#36719#38597#40657
  199. Font.Style = []
  200. ParentFont = False
  201. TabOrder = 0
  202. object lblBidName: TLabel
  203. Left = 16
  204. Top = 6
  205. Width = 64
  206. Height = 21
  207. Caption = #26631#27573#21517#31216
  208. end
  209. object pnlShadow: TPanel
  210. Left = 0
  211. Top = 0
  212. Width = 8
  213. Height = 34
  214. Align = alLeft
  215. BevelOuter = bvNone
  216. Color = 8049615
  217. TabOrder = 0
  218. end
  219. end
  220. object pnlProgress: TPanel
  221. Left = 0
  222. Top = 141
  223. Width = 368
  224. Height = 52
  225. Align = alTop
  226. BevelOuter = bvNone
  227. Color = clWindow
  228. Font.Charset = DEFAULT_CHARSET
  229. Font.Color = clWindowText
  230. Font.Height = -13
  231. Font.Name = #24494#36719#38597#40657
  232. Font.Style = []
  233. ParentFont = False
  234. TabOrder = 1
  235. OnClick = pnlProgressClick
  236. object lblPeriodTotal: TLabel
  237. Left = 217
  238. Top = 17
  239. Width = 69
  240. Height = 20
  241. Caption = #65288#20849'n'#26399#65289
  242. Font.Charset = DEFAULT_CHARSET
  243. Font.Color = clBlack
  244. Font.Height = -15
  245. Font.Name = #24494#36719#38597#40657
  246. Font.Style = []
  247. ParentFont = False
  248. end
  249. object lblPeriodState: TLabel
  250. Left = 152
  251. Top = 17
  252. Width = 60
  253. Height = 20
  254. Caption = #23457#25209#29366#24577
  255. Font.Charset = DEFAULT_CHARSET
  256. Font.Color = 39423
  257. Font.Height = -15
  258. Font.Name = #24494#36719#38597#40657
  259. Font.Style = []
  260. ParentFont = False
  261. end
  262. object lblProgress: TLabel
  263. Left = 18
  264. Top = 17
  265. Width = 60
  266. Height = 20
  267. Caption = #23457#25209#36827#24230
  268. Font.Charset = DEFAULT_CHARSET
  269. Font.Color = 12040119
  270. Font.Height = -15
  271. Font.Name = #24494#36719#38597#40657
  272. Font.Style = []
  273. ParentFont = False
  274. end
  275. object lblPeriod: TLabel
  276. Left = 104
  277. Top = 17
  278. Width = 38
  279. Height = 20
  280. Caption = #31532'x'#26399
  281. Font.Charset = DEFAULT_CHARSET
  282. Font.Color = clBlack
  283. Font.Height = -15
  284. Font.Name = #24494#36719#38597#40657
  285. Font.Style = []
  286. ParentFont = False
  287. end
  288. end
  289. object pnlBelongProject: TPanel
  290. Left = 0
  291. Top = 35
  292. Width = 368
  293. Height = 52
  294. Align = alTop
  295. BevelOuter = bvNone
  296. Color = clWindow
  297. Font.Charset = DEFAULT_CHARSET
  298. Font.Color = clWindowText
  299. Font.Height = -13
  300. Font.Name = #24494#36719#38597#40657
  301. Font.Style = []
  302. ParentFont = False
  303. TabOrder = 2
  304. object lblBelongProject: TLabel
  305. Left = 18
  306. Top = 17
  307. Width = 60
  308. Height = 20
  309. Caption = #25152#22312#39033#30446
  310. Font.Charset = DEFAULT_CHARSET
  311. Font.Color = 12040119
  312. Font.Height = -15
  313. Font.Name = #24494#36719#38597#40657
  314. Font.Style = []
  315. ParentFont = False
  316. end
  317. object lblProjName: TLabel
  318. Left = 104
  319. Top = 8
  320. Width = 60
  321. Height = 20
  322. Caption = #39033#30446#21517#31216
  323. Font.Charset = DEFAULT_CHARSET
  324. Font.Color = clBlack
  325. Font.Height = -15
  326. Font.Name = #24494#36719#38597#40657
  327. Font.Style = []
  328. ParentFont = False
  329. end
  330. object lblLeftHalfBracket: TLabel
  331. Left = 100
  332. Top = 29
  333. Width = 12
  334. Height = 17
  335. Caption = #65288
  336. Font.Charset = DEFAULT_CHARSET
  337. Font.Color = clBlack
  338. Font.Height = -12
  339. Font.Name = #24494#36719#38597#40657
  340. Font.Style = []
  341. ParentFont = False
  342. end
  343. object lblOnwerCompany: TLabel
  344. Left = 161
  345. Top = 29
  346. Width = 96
  347. Height = 17
  348. Caption = #65293#19994#20027#21333#20301#21517#31216#65289
  349. Font.Charset = DEFAULT_CHARSET
  350. Font.Color = clBlack
  351. Font.Height = -12
  352. Font.Name = #24494#36719#38597#40657
  353. Font.Style = []
  354. ParentFont = False
  355. end
  356. object lblOnwerName: TLabel
  357. Left = 111
  358. Top = 29
  359. Width = 48
  360. Height = 17
  361. Caption = #19994#20027#21517#31216
  362. Font.Charset = DEFAULT_CHARSET
  363. Font.Color = 12039936
  364. Font.Height = -12
  365. Font.Name = #24494#36719#38597#40657
  366. Font.Style = []
  367. ParentFont = False
  368. end
  369. end
  370. object pnlProjectType: TPanel
  371. Left = 0
  372. Top = 88
  373. Width = 368
  374. Height = 52
  375. Align = alTop
  376. BevelOuter = bvNone
  377. Color = clWindow
  378. Font.Charset = DEFAULT_CHARSET
  379. Font.Color = clWindowText
  380. Font.Height = -13
  381. Font.Name = #24494#36719#38597#40657
  382. Font.Style = []
  383. ParentFont = False
  384. TabOrder = 3
  385. object lblProjectType: TLabel
  386. Left = 18
  387. Top = 17
  388. Width = 60
  389. Height = 20
  390. Caption = #39033#30446#31867#22411
  391. Font.Charset = DEFAULT_CHARSET
  392. Font.Color = 12040119
  393. Font.Height = -15
  394. Font.Name = #24494#36719#38597#40657
  395. Font.Style = []
  396. ParentFont = False
  397. end
  398. object lblWebProjCtgyName: TLabel
  399. Left = 104
  400. Top = 17
  401. Width = 60
  402. Height = 20
  403. Caption = #31867#22411#21517#31216
  404. Font.Charset = DEFAULT_CHARSET
  405. Font.Color = clBlack
  406. Font.Height = -15
  407. Font.Name = #24494#36719#38597#40657
  408. Font.Style = []
  409. ParentFont = False
  410. end
  411. end
  412. end
  413. object sbChecker: TScrollBox
  414. Left = 2
  415. Top = 196
  416. Width = 368
  417. Height = 20
  418. Align = alTop
  419. BorderStyle = bsNone
  420. Color = clWindow
  421. ParentColor = False
  422. TabOrder = 1
  423. end
  424. end
  425. object ActionList1: TActionList
  426. Images = MainForm.Images
  427. Left = 152
  428. Top = 88
  429. object actnOpen: TAction
  430. Caption = #25171#24320#39033#30446
  431. Hint = #25171#24320
  432. ImageIndex = 3
  433. OnExecute = actnOpenExecute
  434. OnUpdate = actnOpenUpdate
  435. end
  436. object actnDelete: TAction
  437. Caption = #21024#38500#39033#30446
  438. Hint = #21024#38500
  439. ImageIndex = 6
  440. OnExecute = actnDeleteExecute
  441. OnUpdate = actnDeleteUpdate
  442. end
  443. object actnReceiveProject: TAction
  444. Caption = #25509#25910#25253#23457'/'#25209#22797#25991#20214
  445. OnExecute = actnReceiveProjectExecute
  446. end
  447. object actnNewProject: TAction
  448. Caption = #26032#24314#25991#20214#22841
  449. Hint = #26032#24314#25991#20214#22841
  450. ImageIndex = 11
  451. OnExecute = actnNewProjectExecute
  452. end
  453. object actnNewSubProject: TAction
  454. Caption = #26032#24314#23376#25991#20214#22841
  455. Hint = #26032#24314#23376#25991#20214#22841
  456. ImageIndex = 11
  457. OnExecute = actnNewSubProjectExecute
  458. OnUpdate = actnNewSubProjectUpdate
  459. end
  460. object actnNewTender: TAction
  461. Caption = #26032#24314#26631#27573
  462. Hint = #26032#24314#26631#27573
  463. ImageIndex = 11
  464. OnExecute = actnNewTenderExecute
  465. OnUpdate = actnNewTenderUpdate
  466. end
  467. object actnRename: TAction
  468. Caption = #37325#21629#21517#39033#30446
  469. ImageIndex = 18
  470. OnExecute = actnRenameExecute
  471. OnUpdate = actnRenameUpdate
  472. end
  473. object actnImport: TAction
  474. Caption = #23548#20837
  475. ImageIndex = 22
  476. OnExecute = actnImportExecute
  477. end
  478. object actnExport: TAction
  479. Caption = #23548#20986
  480. ImageIndex = 17
  481. OnExecute = actnExportExecute
  482. OnUpdate = actnExportUpdate
  483. end
  484. object actnOpenBackupFolder: TAction
  485. Caption = #26597#30475#22791#20221#25968#25454
  486. OnExecute = actnOpenBackupFolderExecute
  487. OnUpdate = actnOpenBackupFolderUpdate
  488. end
  489. object actnSignOnline: TAction
  490. Caption = #29983#25104#22312#32447#31614#32626
  491. Visible = False
  492. OnExecute = actnSignOnlineExecute
  493. OnUpdate = actnSignOnlineUpdate
  494. end
  495. object actnGuest: TAction
  496. Caption = #26631#27573#20851#27880#20154
  497. OnExecute = actnGuestExecute
  498. OnUpdate = actnGuestUpdate
  499. end
  500. object actnEpure: TAction
  501. Caption = #25554#20837#35745#37327#33609#22270
  502. OnExecute = actnEpureExecute
  503. OnUpdate = actnEpureUpdate
  504. end
  505. end
  506. object dxpmProjectManager: TdxBarPopupMenu
  507. BarManager = MainForm.dxBarManager
  508. ItemLinks = <
  509. item
  510. Item = MainForm.dxbtnNewProject
  511. Visible = True
  512. end
  513. item
  514. Item = MainForm.dxbtnNewSubProject
  515. Visible = True
  516. end
  517. item
  518. Item = MainForm.dxbtnNewTender
  519. Visible = True
  520. end
  521. item
  522. Item = MainForm.dxbtnOpenProject
  523. Visible = True
  524. end
  525. item
  526. Item = MainForm.dxbtnDeleteProject
  527. Visible = True
  528. end
  529. item
  530. Visible = True
  531. end
  532. item
  533. BeginGroup = True
  534. Item = MainForm.dxbtnReceiveProject
  535. Visible = True
  536. end
  537. item
  538. BeginGroup = True
  539. Item = MainForm.dxbtnSignOnline
  540. Visible = True
  541. end
  542. item
  543. Item = MainForm.dxbtnEpure
  544. Visible = True
  545. end
  546. item
  547. Item = MainForm.dxbtnGuest
  548. Visible = True
  549. end
  550. item
  551. Visible = True
  552. end
  553. item
  554. BeginGroup = True
  555. Item = MainForm.dxbtnOpenBackupFolder
  556. Visible = True
  557. end>
  558. UseOwnFont = False
  559. Left = 107
  560. Top = 88
  561. end
  562. object stdProjects: TsdGridTreeDBA
  563. Columns = <
  564. item
  565. Title.Caption = #21517#31216
  566. Title.CaptionAcrossCols = '1'
  567. Title.Font.Charset = GB2312_CHARSET
  568. Title.Font.Color = clWindowText
  569. Title.Font.Height = -12
  570. Title.Font.Name = #23435#20307
  571. Title.Font.Style = []
  572. Alignment = taLeftJustify
  573. Font.Charset = GB2312_CHARSET
  574. Font.Color = clWindowText
  575. Font.Height = -12
  576. Font.Name = #23435#20307
  577. Font.Style = []
  578. FieldName = 'Name'
  579. Width = 220
  580. ReadOnly = False
  581. end
  582. item
  583. Title.Caption = '0'#21495#21488#36134#21512#21516
  584. Title.CaptionAcrossCols = '1'
  585. Title.Font.Charset = GB2312_CHARSET
  586. Title.Font.Color = clWindowText
  587. Title.Font.Height = -12
  588. Title.Font.Name = #23435#20307
  589. Title.Font.Style = []
  590. Alignment = taRightJustify
  591. Font.Charset = GB2312_CHARSET
  592. Font.Color = clWindowText
  593. Font.Height = -12
  594. Font.Name = #23435#20307
  595. Font.Style = []
  596. FieldName = 'DealTotalPrice'
  597. Width = 80
  598. ReadOnly = False
  599. end
  600. item
  601. Title.Caption = #26412#26399#23436#25104
  602. Title.CaptionAcrossCols = '1'
  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 = taRightJustify
  609. Font.Charset = GB2312_CHARSET
  610. Font.Color = clWindowText
  611. Font.Height = -12
  612. Font.Name = #23435#20307
  613. Font.Style = []
  614. FieldName = 'PhaseTotalPrice'
  615. Width = 80
  616. ReadOnly = False
  617. end
  618. item
  619. Title.Caption = #25130#27490#26412#26399#21512#21516
  620. Title.CaptionAcrossCols = '1'
  621. Title.Font.Charset = GB2312_CHARSET
  622. Title.Font.Color = clWindowText
  623. Title.Font.Height = -12
  624. Title.Font.Name = #23435#20307
  625. Title.Font.Style = []
  626. Alignment = taRightJustify
  627. Font.Charset = GB2312_CHARSET
  628. Font.Color = clWindowText
  629. Font.Height = -12
  630. Font.Name = #23435#20307
  631. Font.Style = []
  632. FieldName = 'EndDealTotalPrice'
  633. Width = 80
  634. ReadOnly = False
  635. end
  636. item
  637. Title.Caption = #25130#27490#26412#26399#21464#26356
  638. Title.CaptionAcrossCols = '1'
  639. Title.Font.Charset = GB2312_CHARSET
  640. Title.Font.Color = clWindowText
  641. Title.Font.Height = -12
  642. Title.Font.Name = #23435#20307
  643. Title.Font.Style = []
  644. Alignment = taRightJustify
  645. Font.Charset = GB2312_CHARSET
  646. Font.Color = clWindowText
  647. Font.Height = -12
  648. Font.Name = #23435#20307
  649. Font.Style = []
  650. FieldName = 'EndChangeTotalPrice'
  651. Width = 80
  652. ReadOnly = False
  653. end
  654. item
  655. Title.Caption = #25130#27490#26412#26399#23436#25104
  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 = taRightJustify
  663. Font.Charset = GB2312_CHARSET
  664. Font.Color = clWindowText
  665. Font.Height = -12
  666. Font.Name = #23435#20307
  667. Font.Style = []
  668. FieldName = 'EndTotalPrice'
  669. Width = 80
  670. ReadOnly = False
  671. end
  672. item
  673. Title.Caption = #25130#27490#19978#26399#23436#25104
  674. Title.CaptionAcrossCols = '1'
  675. Title.Font.Charset = GB2312_CHARSET
  676. Title.Font.Color = clWindowText
  677. Title.Font.Height = -12
  678. Title.Font.Name = #23435#20307
  679. Title.Font.Style = []
  680. Alignment = taRightJustify
  681. Font.Charset = GB2312_CHARSET
  682. Font.Color = clWindowText
  683. Font.Height = -12
  684. Font.Name = #23435#20307
  685. Font.Style = []
  686. FieldName = 'PreTotalPrice'
  687. Width = 80
  688. ReadOnly = False
  689. end
  690. item
  691. Title.Caption = #26412#26399#24212#20184
  692. Title.CaptionAcrossCols = '1'
  693. Title.Font.Charset = GB2312_CHARSET
  694. Title.Font.Color = clWindowText
  695. Title.Font.Height = -12
  696. Title.Font.Name = #23435#20307
  697. Title.Font.Style = []
  698. Alignment = taRightJustify
  699. Font.Charset = GB2312_CHARSET
  700. Font.Color = clWindowText
  701. Font.Height = -12
  702. Font.Name = #23435#20307
  703. Font.Style = []
  704. FieldName = 'PhasePay'
  705. Width = 80
  706. ReadOnly = False
  707. end
  708. item
  709. Title.Caption = #21488#36134'+'#21464#26356#20196
  710. Title.CaptionAcrossCols = '1'
  711. Title.Font.Charset = GB2312_CHARSET
  712. Title.Font.Color = clWindowText
  713. Title.Font.Height = -12
  714. Title.Font.Name = #23435#20307
  715. Title.Font.Style = []
  716. Alignment = taRightJustify
  717. Font.Charset = GB2312_CHARSET
  718. Font.Color = clWindowText
  719. Font.Height = -12
  720. Font.Name = #23435#20307
  721. Font.Style = []
  722. FieldName = 'Deal_BGLTotalPrice'
  723. Width = 80
  724. ReadOnly = False
  725. end
  726. item
  727. Title.Caption = #35745#37327#26399#25968
  728. Title.CaptionAcrossCols = '1'
  729. Title.Font.Charset = GB2312_CHARSET
  730. Title.Font.Color = clWindowText
  731. Title.Font.Height = -12
  732. Title.Font.Name = #23435#20307
  733. Title.Font.Style = []
  734. Alignment = taCenter
  735. Font.Charset = GB2312_CHARSET
  736. Font.Color = clWindowText
  737. Font.Height = -12
  738. Font.Name = #23435#20307
  739. Font.Style = []
  740. FieldName = 'PhaseCount'
  741. Width = 38
  742. ReadOnly = False
  743. end
  744. item
  745. Title.Caption = #23457#25209#29366#24577
  746. Title.CaptionAcrossCols = '1'
  747. Title.Font.Charset = GB2312_CHARSET
  748. Title.Font.Color = clWindowText
  749. Title.Font.Height = -12
  750. Title.Font.Name = #23435#20307
  751. Title.Font.Style = []
  752. Alignment = taCenter
  753. Font.Charset = GB2312_CHARSET
  754. Font.Color = clWindowText
  755. Font.Height = -12
  756. Font.Name = #23435#20307
  757. Font.Style = []
  758. FieldName = 'AuditStatus'
  759. Width = 38
  760. ReadOnly = False
  761. end
  762. item
  763. Title.Caption = #26085#26399
  764. Title.CaptionAcrossCols = '1'
  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 = taCenter
  771. Font.Charset = GB2312_CHARSET
  772. Font.Color = clWindowText
  773. Font.Height = -12
  774. Font.Name = #23435#20307
  775. Font.Style = []
  776. FieldName = 'CreateDate'
  777. Width = 70
  778. ReadOnly = False
  779. end>
  780. Grid = zgProjects
  781. ExtendRowCount = 0
  782. Options = [aoAllowUpMove, aoAllowDownMove]
  783. AutoExpand = False
  784. TreeOptions = []
  785. TopLevelBold = True
  786. Left = 64
  787. Top = 88
  788. end
  789. object sdTenderProperty: TsdGridDBA
  790. Columns = <
  791. item
  792. Title.Caption = #23646#24615
  793. Title.CaptionAcrossCols = '1'
  794. Title.Font.Charset = GB2312_CHARSET
  795. Title.Font.Color = clWindowText
  796. Title.Font.Height = -12
  797. Title.Font.Name = #23435#20307
  798. Title.Font.Style = []
  799. Alignment = taLeftJustify
  800. Font.Charset = GB2312_CHARSET
  801. Font.Color = clWindowText
  802. Font.Height = -12
  803. Font.Name = #23435#20307
  804. Font.Style = []
  805. FieldName = 'PropName'
  806. ReadOnly = False
  807. end
  808. item
  809. Title.Caption = #20540
  810. Title.CaptionAcrossCols = '1'
  811. Title.Font.Charset = GB2312_CHARSET
  812. Title.Font.Color = clWindowText
  813. Title.Font.Height = -12
  814. Title.Font.Name = #23435#20307
  815. Title.Font.Style = []
  816. Alignment = taLeftJustify
  817. Font.Charset = GB2312_CHARSET
  818. Font.Color = clWindowText
  819. Font.Height = -12
  820. Font.Name = #23435#20307
  821. Font.Style = []
  822. FieldName = 'PropValue'
  823. Width = 150
  824. ReadOnly = True
  825. end>
  826. Grid = zgTenderProperty
  827. ExtendRowCount = 0
  828. Left = 912
  829. Top = 288
  830. end
  831. end