ProjectManagerFme.dfm 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820
  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. end
  499. object dxpmProjectManager: TdxBarPopupMenu
  500. BarManager = MainForm.dxBarManager
  501. ItemLinks = <
  502. item
  503. Item = MainForm.dxbtnNewProject
  504. Visible = True
  505. end
  506. item
  507. Item = MainForm.dxbtnNewSubProject
  508. Visible = True
  509. end
  510. item
  511. Item = MainForm.dxbtnNewTender
  512. Visible = True
  513. end
  514. item
  515. Item = MainForm.dxbtnOpenProject
  516. Visible = True
  517. end
  518. item
  519. Item = MainForm.dxbtnDeleteProject
  520. Visible = True
  521. end
  522. item
  523. Visible = True
  524. end
  525. item
  526. BeginGroup = True
  527. Item = MainForm.dxbtnReceiveProject
  528. Visible = True
  529. end
  530. item
  531. BeginGroup = True
  532. Item = MainForm.dxbtnSignOnline
  533. Visible = True
  534. end
  535. item
  536. Item = MainForm.dxbtnGuest
  537. Visible = True
  538. end
  539. item
  540. Visible = True
  541. end
  542. item
  543. BeginGroup = True
  544. Item = MainForm.dxbtnOpenBackupFolder
  545. Visible = True
  546. end>
  547. UseOwnFont = False
  548. Left = 107
  549. Top = 88
  550. end
  551. object stdProjects: TsdGridTreeDBA
  552. Columns = <
  553. item
  554. Title.Caption = #21517#31216
  555. Title.CaptionAcrossCols = '1'
  556. Title.Font.Charset = GB2312_CHARSET
  557. Title.Font.Color = clWindowText
  558. Title.Font.Height = -12
  559. Title.Font.Name = #23435#20307
  560. Title.Font.Style = []
  561. Alignment = taLeftJustify
  562. Font.Charset = GB2312_CHARSET
  563. Font.Color = clWindowText
  564. Font.Height = -12
  565. Font.Name = #23435#20307
  566. Font.Style = []
  567. FieldName = 'Name'
  568. Width = 220
  569. ReadOnly = False
  570. end
  571. item
  572. Title.Caption = '0'#21495#21488#36134#21512#21516
  573. Title.CaptionAcrossCols = '1'
  574. Title.Font.Charset = GB2312_CHARSET
  575. Title.Font.Color = clWindowText
  576. Title.Font.Height = -12
  577. Title.Font.Name = #23435#20307
  578. Title.Font.Style = []
  579. Alignment = taRightJustify
  580. Font.Charset = GB2312_CHARSET
  581. Font.Color = clWindowText
  582. Font.Height = -12
  583. Font.Name = #23435#20307
  584. Font.Style = []
  585. FieldName = 'DealTotalPrice'
  586. Width = 80
  587. ReadOnly = False
  588. end
  589. item
  590. Title.Caption = #26412#26399#23436#25104
  591. Title.CaptionAcrossCols = '1'
  592. Title.Font.Charset = GB2312_CHARSET
  593. Title.Font.Color = clWindowText
  594. Title.Font.Height = -12
  595. Title.Font.Name = #23435#20307
  596. Title.Font.Style = []
  597. Alignment = taRightJustify
  598. Font.Charset = GB2312_CHARSET
  599. Font.Color = clWindowText
  600. Font.Height = -12
  601. Font.Name = #23435#20307
  602. Font.Style = []
  603. FieldName = 'PhaseTotalPrice'
  604. Width = 80
  605. ReadOnly = False
  606. end
  607. item
  608. Title.Caption = #25130#27490#26412#26399#21512#21516
  609. Title.CaptionAcrossCols = '1'
  610. Title.Font.Charset = GB2312_CHARSET
  611. Title.Font.Color = clWindowText
  612. Title.Font.Height = -12
  613. Title.Font.Name = #23435#20307
  614. Title.Font.Style = []
  615. Alignment = taRightJustify
  616. Font.Charset = GB2312_CHARSET
  617. Font.Color = clWindowText
  618. Font.Height = -12
  619. Font.Name = #23435#20307
  620. Font.Style = []
  621. FieldName = 'EndDealTotalPrice'
  622. Width = 80
  623. ReadOnly = False
  624. end
  625. item
  626. Title.Caption = #25130#27490#26412#26399#21464#26356
  627. Title.CaptionAcrossCols = '1'
  628. Title.Font.Charset = GB2312_CHARSET
  629. Title.Font.Color = clWindowText
  630. Title.Font.Height = -12
  631. Title.Font.Name = #23435#20307
  632. Title.Font.Style = []
  633. Alignment = taRightJustify
  634. Font.Charset = GB2312_CHARSET
  635. Font.Color = clWindowText
  636. Font.Height = -12
  637. Font.Name = #23435#20307
  638. Font.Style = []
  639. FieldName = 'EndChangeTotalPrice'
  640. Width = 80
  641. ReadOnly = False
  642. end
  643. item
  644. Title.Caption = #25130#27490#26412#26399#23436#25104
  645. Title.CaptionAcrossCols = '1'
  646. Title.Font.Charset = GB2312_CHARSET
  647. Title.Font.Color = clWindowText
  648. Title.Font.Height = -12
  649. Title.Font.Name = #23435#20307
  650. Title.Font.Style = []
  651. Alignment = taRightJustify
  652. Font.Charset = GB2312_CHARSET
  653. Font.Color = clWindowText
  654. Font.Height = -12
  655. Font.Name = #23435#20307
  656. Font.Style = []
  657. FieldName = 'EndTotalPrice'
  658. Width = 80
  659. ReadOnly = False
  660. end
  661. item
  662. Title.Caption = #25130#27490#19978#26399#23436#25104
  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 = taRightJustify
  670. Font.Charset = GB2312_CHARSET
  671. Font.Color = clWindowText
  672. Font.Height = -12
  673. Font.Name = #23435#20307
  674. Font.Style = []
  675. FieldName = 'PreTotalPrice'
  676. Width = 80
  677. ReadOnly = False
  678. end
  679. item
  680. Title.Caption = #26412#26399#24212#20184
  681. Title.CaptionAcrossCols = '1'
  682. Title.Font.Charset = GB2312_CHARSET
  683. Title.Font.Color = clWindowText
  684. Title.Font.Height = -12
  685. Title.Font.Name = #23435#20307
  686. Title.Font.Style = []
  687. Alignment = taRightJustify
  688. Font.Charset = GB2312_CHARSET
  689. Font.Color = clWindowText
  690. Font.Height = -12
  691. Font.Name = #23435#20307
  692. Font.Style = []
  693. FieldName = 'PhasePay'
  694. Width = 80
  695. ReadOnly = False
  696. end
  697. item
  698. Title.Caption = #21488#36134'+'#21464#26356#20196
  699. Title.CaptionAcrossCols = '1'
  700. Title.Font.Charset = GB2312_CHARSET
  701. Title.Font.Color = clWindowText
  702. Title.Font.Height = -12
  703. Title.Font.Name = #23435#20307
  704. Title.Font.Style = []
  705. Alignment = taRightJustify
  706. Font.Charset = GB2312_CHARSET
  707. Font.Color = clWindowText
  708. Font.Height = -12
  709. Font.Name = #23435#20307
  710. Font.Style = []
  711. FieldName = 'Deal_BGLTotalPrice'
  712. Width = 80
  713. ReadOnly = False
  714. end
  715. item
  716. Title.Caption = #35745#37327#26399#25968
  717. Title.CaptionAcrossCols = '1'
  718. Title.Font.Charset = GB2312_CHARSET
  719. Title.Font.Color = clWindowText
  720. Title.Font.Height = -12
  721. Title.Font.Name = #23435#20307
  722. Title.Font.Style = []
  723. Alignment = taCenter
  724. Font.Charset = GB2312_CHARSET
  725. Font.Color = clWindowText
  726. Font.Height = -12
  727. Font.Name = #23435#20307
  728. Font.Style = []
  729. FieldName = 'PhaseCount'
  730. Width = 38
  731. ReadOnly = False
  732. end
  733. item
  734. Title.Caption = #23457#25209#29366#24577
  735. Title.CaptionAcrossCols = '1'
  736. Title.Font.Charset = GB2312_CHARSET
  737. Title.Font.Color = clWindowText
  738. Title.Font.Height = -12
  739. Title.Font.Name = #23435#20307
  740. Title.Font.Style = []
  741. Alignment = taCenter
  742. Font.Charset = GB2312_CHARSET
  743. Font.Color = clWindowText
  744. Font.Height = -12
  745. Font.Name = #23435#20307
  746. Font.Style = []
  747. FieldName = 'AuditStatus'
  748. Width = 38
  749. ReadOnly = False
  750. end
  751. item
  752. Title.Caption = #26085#26399
  753. Title.CaptionAcrossCols = '1'
  754. Title.Font.Charset = GB2312_CHARSET
  755. Title.Font.Color = clWindowText
  756. Title.Font.Height = -12
  757. Title.Font.Name = #23435#20307
  758. Title.Font.Style = []
  759. Alignment = taCenter
  760. Font.Charset = GB2312_CHARSET
  761. Font.Color = clWindowText
  762. Font.Height = -12
  763. Font.Name = #23435#20307
  764. Font.Style = []
  765. FieldName = 'CreateDate'
  766. Width = 70
  767. ReadOnly = False
  768. end>
  769. Grid = zgProjects
  770. ExtendRowCount = 0
  771. Options = [aoAllowUpMove, aoAllowDownMove]
  772. AutoExpand = False
  773. TreeOptions = []
  774. TopLevelBold = True
  775. Left = 64
  776. Top = 88
  777. end
  778. object sdTenderProperty: TsdGridDBA
  779. Columns = <
  780. item
  781. Title.Caption = #23646#24615
  782. Title.CaptionAcrossCols = '1'
  783. Title.Font.Charset = GB2312_CHARSET
  784. Title.Font.Color = clWindowText
  785. Title.Font.Height = -12
  786. Title.Font.Name = #23435#20307
  787. Title.Font.Style = []
  788. Alignment = taLeftJustify
  789. Font.Charset = GB2312_CHARSET
  790. Font.Color = clWindowText
  791. Font.Height = -12
  792. Font.Name = #23435#20307
  793. Font.Style = []
  794. FieldName = 'PropName'
  795. ReadOnly = False
  796. end
  797. item
  798. Title.Caption = #20540
  799. Title.CaptionAcrossCols = '1'
  800. Title.Font.Charset = GB2312_CHARSET
  801. Title.Font.Color = clWindowText
  802. Title.Font.Height = -12
  803. Title.Font.Name = #23435#20307
  804. Title.Font.Style = []
  805. Alignment = taLeftJustify
  806. Font.Charset = GB2312_CHARSET
  807. Font.Color = clWindowText
  808. Font.Height = -12
  809. Font.Name = #23435#20307
  810. Font.Style = []
  811. FieldName = 'PropValue'
  812. Width = 150
  813. ReadOnly = True
  814. end>
  815. Grid = zgTenderProperty
  816. ExtendRowCount = 0
  817. Left = 912
  818. Top = 288
  819. end
  820. end