ProjectManagerFme.dfm 22 KB

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