ProjectManagerFme.dfm 22 KB

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