ProjectManagerFme.dfm 21 KB

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