ProjectManagerFme.dfm 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795
  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. object lblPeriodTotal: TLabel
  234. Left = 217
  235. Top = 17
  236. Width = 69
  237. Height = 20
  238. Caption = #65288#20849'n'#26399#65289
  239. Font.Charset = DEFAULT_CHARSET
  240. Font.Color = clBlack
  241. Font.Height = -15
  242. Font.Name = #24494#36719#38597#40657
  243. Font.Style = []
  244. ParentFont = False
  245. end
  246. object lblPeriodState: TLabel
  247. Left = 152
  248. Top = 17
  249. Width = 60
  250. Height = 20
  251. Caption = #23457#25209#29366#24577
  252. Font.Charset = DEFAULT_CHARSET
  253. Font.Color = 39423
  254. Font.Height = -15
  255. Font.Name = #24494#36719#38597#40657
  256. Font.Style = []
  257. ParentFont = False
  258. end
  259. object lblProgress: TLabel
  260. Left = 18
  261. Top = 17
  262. Width = 60
  263. Height = 20
  264. Caption = #23457#25209#36827#24230
  265. Font.Charset = DEFAULT_CHARSET
  266. Font.Color = 12040119
  267. Font.Height = -15
  268. Font.Name = #24494#36719#38597#40657
  269. Font.Style = []
  270. ParentFont = False
  271. end
  272. object lblPeriod: TLabel
  273. Left = 104
  274. Top = 17
  275. Width = 38
  276. Height = 20
  277. Caption = #31532'x'#26399
  278. Font.Charset = DEFAULT_CHARSET
  279. Font.Color = clBlack
  280. Font.Height = -15
  281. Font.Name = #24494#36719#38597#40657
  282. Font.Style = []
  283. ParentFont = False
  284. end
  285. end
  286. object pnlBelongProject: TPanel
  287. Left = 0
  288. Top = 35
  289. Width = 368
  290. Height = 52
  291. Align = alTop
  292. BevelOuter = bvNone
  293. Color = clWindow
  294. Font.Charset = DEFAULT_CHARSET
  295. Font.Color = clWindowText
  296. Font.Height = -13
  297. Font.Name = #24494#36719#38597#40657
  298. Font.Style = []
  299. ParentFont = False
  300. TabOrder = 2
  301. object lblBelongProject: TLabel
  302. Left = 18
  303. Top = 17
  304. Width = 60
  305. Height = 20
  306. Caption = #25152#22312#39033#30446
  307. Font.Charset = DEFAULT_CHARSET
  308. Font.Color = 12040119
  309. Font.Height = -15
  310. Font.Name = #24494#36719#38597#40657
  311. Font.Style = []
  312. ParentFont = False
  313. end
  314. object lblProjName: TLabel
  315. Left = 104
  316. Top = 8
  317. Width = 60
  318. Height = 20
  319. Caption = #39033#30446#21517#31216
  320. Font.Charset = DEFAULT_CHARSET
  321. Font.Color = clBlack
  322. Font.Height = -15
  323. Font.Name = #24494#36719#38597#40657
  324. Font.Style = []
  325. ParentFont = False
  326. end
  327. object lblLeftHalfBracket: TLabel
  328. Left = 100
  329. Top = 29
  330. Width = 12
  331. Height = 17
  332. Caption = #65288
  333. Font.Charset = DEFAULT_CHARSET
  334. Font.Color = clBlack
  335. Font.Height = -12
  336. Font.Name = #24494#36719#38597#40657
  337. Font.Style = []
  338. ParentFont = False
  339. end
  340. object lblOnwerCompany: TLabel
  341. Left = 161
  342. Top = 29
  343. Width = 96
  344. Height = 17
  345. Caption = #65293#19994#20027#21333#20301#21517#31216#65289
  346. Font.Charset = DEFAULT_CHARSET
  347. Font.Color = clBlack
  348. Font.Height = -12
  349. Font.Name = #24494#36719#38597#40657
  350. Font.Style = []
  351. ParentFont = False
  352. end
  353. object lblOnwerName: TLabel
  354. Left = 111
  355. Top = 29
  356. Width = 48
  357. Height = 17
  358. Caption = #19994#20027#21517#31216
  359. Font.Charset = DEFAULT_CHARSET
  360. Font.Color = 12039936
  361. Font.Height = -12
  362. Font.Name = #24494#36719#38597#40657
  363. Font.Style = []
  364. ParentFont = False
  365. end
  366. end
  367. object pnlProjectType: TPanel
  368. Left = 0
  369. Top = 88
  370. Width = 368
  371. Height = 52
  372. Align = alTop
  373. BevelOuter = bvNone
  374. Color = clWindow
  375. Font.Charset = DEFAULT_CHARSET
  376. Font.Color = clWindowText
  377. Font.Height = -13
  378. Font.Name = #24494#36719#38597#40657
  379. Font.Style = []
  380. ParentFont = False
  381. TabOrder = 3
  382. object lblProjectType: TLabel
  383. Left = 18
  384. Top = 17
  385. Width = 60
  386. Height = 20
  387. Caption = #39033#30446#31867#22411
  388. Font.Charset = DEFAULT_CHARSET
  389. Font.Color = 12040119
  390. Font.Height = -15
  391. Font.Name = #24494#36719#38597#40657
  392. Font.Style = []
  393. ParentFont = False
  394. end
  395. object lblWebProjCtgyName: TLabel
  396. Left = 104
  397. Top = 17
  398. Width = 60
  399. Height = 20
  400. Caption = #31867#22411#21517#31216
  401. Font.Charset = DEFAULT_CHARSET
  402. Font.Color = clBlack
  403. Font.Height = -15
  404. Font.Name = #24494#36719#38597#40657
  405. Font.Style = []
  406. ParentFont = False
  407. end
  408. end
  409. end
  410. object sbChecker: TScrollBox
  411. Left = 2
  412. Top = 196
  413. Width = 368
  414. Height = 20
  415. Align = alTop
  416. BorderStyle = bsNone
  417. Color = clPurple
  418. ParentColor = False
  419. TabOrder = 1
  420. end
  421. end
  422. object ActionList1: TActionList
  423. Images = MainForm.Images
  424. Left = 152
  425. Top = 88
  426. object actnOpen: TAction
  427. Caption = #25171#24320#39033#30446
  428. Hint = #25171#24320
  429. ImageIndex = 3
  430. OnExecute = actnOpenExecute
  431. OnUpdate = actnOpenUpdate
  432. end
  433. object actnDelete: TAction
  434. Caption = #21024#38500#39033#30446
  435. Hint = #21024#38500
  436. ImageIndex = 6
  437. OnExecute = actnDeleteExecute
  438. OnUpdate = actnDeleteUpdate
  439. end
  440. object actnReceiveProject: TAction
  441. Caption = #25509#25910#25253#23457'/'#25209#22797#25991#20214
  442. OnExecute = actnReceiveProjectExecute
  443. end
  444. object actnNewProject: TAction
  445. Caption = #26032#24314#25991#20214#22841
  446. Hint = #26032#24314#25991#20214#22841
  447. ImageIndex = 11
  448. OnExecute = actnNewProjectExecute
  449. end
  450. object actnNewSubProject: TAction
  451. Caption = #26032#24314#23376#25991#20214#22841
  452. Hint = #26032#24314#23376#25991#20214#22841
  453. ImageIndex = 11
  454. OnExecute = actnNewSubProjectExecute
  455. OnUpdate = actnNewSubProjectUpdate
  456. end
  457. object actnNewTender: TAction
  458. Caption = #26032#24314#26631#27573
  459. Hint = #26032#24314#26631#27573
  460. ImageIndex = 11
  461. OnExecute = actnNewTenderExecute
  462. OnUpdate = actnNewTenderUpdate
  463. end
  464. object actnRename: TAction
  465. Caption = #37325#21629#21517#39033#30446
  466. ImageIndex = 18
  467. OnExecute = actnRenameExecute
  468. OnUpdate = actnRenameUpdate
  469. end
  470. object actnImport: TAction
  471. Caption = #23548#20837
  472. ImageIndex = 22
  473. OnExecute = actnImportExecute
  474. end
  475. object actnExport: TAction
  476. Caption = #23548#20986
  477. ImageIndex = 17
  478. OnExecute = actnExportExecute
  479. OnUpdate = actnExportUpdate
  480. end
  481. object actnOpenBackupFolder: TAction
  482. Caption = #26597#30475#22791#20221#25968#25454
  483. OnExecute = actnOpenBackupFolderExecute
  484. OnUpdate = actnOpenBackupFolderUpdate
  485. end
  486. end
  487. object dxpmProjectManager: TdxBarPopupMenu
  488. BarManager = MainForm.dxBarManager
  489. ItemLinks = <
  490. item
  491. Item = MainForm.dxbtnNewProject
  492. Visible = True
  493. end
  494. item
  495. Item = MainForm.dxbtnNewSubProject
  496. Visible = True
  497. end
  498. item
  499. Item = MainForm.dxbtnNewTender
  500. Visible = True
  501. end
  502. item
  503. Item = MainForm.dxbtnOpenProject
  504. Visible = True
  505. end
  506. item
  507. Item = MainForm.dxbtnDeleteProject
  508. Visible = True
  509. end
  510. item
  511. Visible = True
  512. end
  513. item
  514. BeginGroup = True
  515. Item = MainForm.dxbtnReceiveProject
  516. Visible = True
  517. end
  518. item
  519. Item = MainForm.dxbtnOpenBackupFolder
  520. Visible = True
  521. end>
  522. UseOwnFont = False
  523. Left = 107
  524. Top = 88
  525. end
  526. object stdProjects: TsdGridTreeDBA
  527. Columns = <
  528. item
  529. Title.Caption = #21517#31216
  530. Title.CaptionAcrossCols = '1'
  531. Title.Font.Charset = GB2312_CHARSET
  532. Title.Font.Color = clWindowText
  533. Title.Font.Height = -12
  534. Title.Font.Name = #23435#20307
  535. Title.Font.Style = []
  536. Alignment = taLeftJustify
  537. Font.Charset = GB2312_CHARSET
  538. Font.Color = clWindowText
  539. Font.Height = -12
  540. Font.Name = #23435#20307
  541. Font.Style = []
  542. FieldName = 'Name'
  543. Width = 220
  544. ReadOnly = False
  545. end
  546. item
  547. Title.Caption = '0'#21495#21488#36134#21512#21516
  548. Title.CaptionAcrossCols = '1'
  549. Title.Font.Charset = GB2312_CHARSET
  550. Title.Font.Color = clWindowText
  551. Title.Font.Height = -12
  552. Title.Font.Name = #23435#20307
  553. Title.Font.Style = []
  554. Alignment = taRightJustify
  555. Font.Charset = GB2312_CHARSET
  556. Font.Color = clWindowText
  557. Font.Height = -12
  558. Font.Name = #23435#20307
  559. Font.Style = []
  560. FieldName = 'DealTotalPrice'
  561. Width = 80
  562. ReadOnly = False
  563. end
  564. item
  565. Title.Caption = #26412#26399#23436#25104
  566. Title.CaptionAcrossCols = '1'
  567. Title.Font.Charset = GB2312_CHARSET
  568. Title.Font.Color = clWindowText
  569. Title.Font.Height = -12
  570. Title.Font.Name = #23435#20307
  571. Title.Font.Style = []
  572. Alignment = taRightJustify
  573. Font.Charset = GB2312_CHARSET
  574. Font.Color = clWindowText
  575. Font.Height = -12
  576. Font.Name = #23435#20307
  577. Font.Style = []
  578. FieldName = 'PhaseTotalPrice'
  579. Width = 80
  580. ReadOnly = False
  581. end
  582. item
  583. Title.Caption = #25130#27490#26412#26399#21512#21516
  584. Title.CaptionAcrossCols = '1'
  585. Title.Font.Charset = GB2312_CHARSET
  586. Title.Font.Color = clWindowText
  587. Title.Font.Height = -12
  588. Title.Font.Name = #23435#20307
  589. Title.Font.Style = []
  590. Alignment = taRightJustify
  591. Font.Charset = GB2312_CHARSET
  592. Font.Color = clWindowText
  593. Font.Height = -12
  594. Font.Name = #23435#20307
  595. Font.Style = []
  596. FieldName = 'EndDealTotalPrice'
  597. Width = 80
  598. ReadOnly = False
  599. end
  600. item
  601. Title.Caption = #25130#27490#26412#26399#21464#26356
  602. Title.CaptionAcrossCols = '1'
  603. Title.Font.Charset = GB2312_CHARSET
  604. Title.Font.Color = clWindowText
  605. Title.Font.Height = -12
  606. Title.Font.Name = #23435#20307
  607. Title.Font.Style = []
  608. Alignment = taRightJustify
  609. Font.Charset = GB2312_CHARSET
  610. Font.Color = clWindowText
  611. Font.Height = -12
  612. Font.Name = #23435#20307
  613. Font.Style = []
  614. FieldName = 'EndChangeTotalPrice'
  615. Width = 80
  616. ReadOnly = False
  617. end
  618. item
  619. Title.Caption = #25130#27490#26412#26399#23436#25104
  620. Title.CaptionAcrossCols = '1'
  621. Title.Font.Charset = GB2312_CHARSET
  622. Title.Font.Color = clWindowText
  623. Title.Font.Height = -12
  624. Title.Font.Name = #23435#20307
  625. Title.Font.Style = []
  626. Alignment = taRightJustify
  627. Font.Charset = GB2312_CHARSET
  628. Font.Color = clWindowText
  629. Font.Height = -12
  630. Font.Name = #23435#20307
  631. Font.Style = []
  632. FieldName = 'EndTotalPrice'
  633. Width = 80
  634. ReadOnly = False
  635. end
  636. item
  637. Title.Caption = #25130#27490#19978#26399#23436#25104
  638. Title.CaptionAcrossCols = '1'
  639. Title.Font.Charset = GB2312_CHARSET
  640. Title.Font.Color = clWindowText
  641. Title.Font.Height = -12
  642. Title.Font.Name = #23435#20307
  643. Title.Font.Style = []
  644. Alignment = taRightJustify
  645. Font.Charset = GB2312_CHARSET
  646. Font.Color = clWindowText
  647. Font.Height = -12
  648. Font.Name = #23435#20307
  649. Font.Style = []
  650. FieldName = 'PreTotalPrice'
  651. Width = 80
  652. ReadOnly = False
  653. end
  654. item
  655. Title.Caption = #26412#26399#24212#20184
  656. Title.CaptionAcrossCols = '1'
  657. Title.Font.Charset = GB2312_CHARSET
  658. Title.Font.Color = clWindowText
  659. Title.Font.Height = -12
  660. Title.Font.Name = #23435#20307
  661. Title.Font.Style = []
  662. Alignment = taRightJustify
  663. Font.Charset = GB2312_CHARSET
  664. Font.Color = clWindowText
  665. Font.Height = -12
  666. Font.Name = #23435#20307
  667. Font.Style = []
  668. FieldName = 'PhasePay'
  669. Width = 80
  670. ReadOnly = False
  671. end
  672. item
  673. Title.Caption = #21512#21516#21152#21464#26356#20196
  674. Title.CaptionAcrossCols = '1'
  675. Title.Font.Charset = GB2312_CHARSET
  676. Title.Font.Color = clWindowText
  677. Title.Font.Height = -12
  678. Title.Font.Name = #23435#20307
  679. Title.Font.Style = []
  680. Alignment = taRightJustify
  681. Font.Charset = GB2312_CHARSET
  682. Font.Color = clWindowText
  683. Font.Height = -12
  684. Font.Name = #23435#20307
  685. Font.Style = []
  686. FieldName = 'Deal_BGLTotalPrice'
  687. Width = 80
  688. ReadOnly = False
  689. end
  690. item
  691. Title.Caption = #35745#37327#26399#25968
  692. Title.CaptionAcrossCols = '1'
  693. Title.Font.Charset = GB2312_CHARSET
  694. Title.Font.Color = clWindowText
  695. Title.Font.Height = -12
  696. Title.Font.Name = #23435#20307
  697. Title.Font.Style = []
  698. Alignment = taCenter
  699. Font.Charset = GB2312_CHARSET
  700. Font.Color = clWindowText
  701. Font.Height = -12
  702. Font.Name = #23435#20307
  703. Font.Style = []
  704. FieldName = 'PhaseCount'
  705. Width = 38
  706. ReadOnly = False
  707. end
  708. item
  709. Title.Caption = #23457#26680#29366#24577
  710. Title.CaptionAcrossCols = '1'
  711. Title.Font.Charset = GB2312_CHARSET
  712. Title.Font.Color = clWindowText
  713. Title.Font.Height = -12
  714. Title.Font.Name = #23435#20307
  715. Title.Font.Style = []
  716. Alignment = taCenter
  717. Font.Charset = GB2312_CHARSET
  718. Font.Color = clWindowText
  719. Font.Height = -12
  720. Font.Name = #23435#20307
  721. Font.Style = []
  722. FieldName = 'AuditStatus'
  723. Width = 38
  724. ReadOnly = False
  725. end
  726. item
  727. Title.Caption = #26085#26399
  728. Title.CaptionAcrossCols = '1'
  729. Title.Font.Charset = GB2312_CHARSET
  730. Title.Font.Color = clWindowText
  731. Title.Font.Height = -12
  732. Title.Font.Name = #23435#20307
  733. Title.Font.Style = []
  734. Alignment = taCenter
  735. Font.Charset = GB2312_CHARSET
  736. Font.Color = clWindowText
  737. Font.Height = -12
  738. Font.Name = #23435#20307
  739. Font.Style = []
  740. FieldName = 'CreateDate'
  741. Width = 70
  742. ReadOnly = False
  743. end>
  744. Grid = zgProjects
  745. ExtendRowCount = 0
  746. Options = [aoAllowUpMove, aoAllowDownMove]
  747. AutoExpand = False
  748. TreeOptions = []
  749. TopLevelBold = True
  750. Left = 64
  751. Top = 88
  752. end
  753. object sdTenderProperty: TsdGridDBA
  754. Columns = <
  755. item
  756. Title.Caption = #23646#24615
  757. Title.CaptionAcrossCols = '1'
  758. Title.Font.Charset = GB2312_CHARSET
  759. Title.Font.Color = clWindowText
  760. Title.Font.Height = -12
  761. Title.Font.Name = #23435#20307
  762. Title.Font.Style = []
  763. Alignment = taLeftJustify
  764. Font.Charset = GB2312_CHARSET
  765. Font.Color = clWindowText
  766. Font.Height = -12
  767. Font.Name = #23435#20307
  768. Font.Style = []
  769. FieldName = 'PropName'
  770. ReadOnly = False
  771. end
  772. item
  773. Title.Caption = #20540
  774. Title.CaptionAcrossCols = '1'
  775. Title.Font.Charset = GB2312_CHARSET
  776. Title.Font.Color = clWindowText
  777. Title.Font.Height = -12
  778. Title.Font.Name = #23435#20307
  779. Title.Font.Style = []
  780. Alignment = taLeftJustify
  781. Font.Charset = GB2312_CHARSET
  782. Font.Color = clWindowText
  783. Font.Height = -12
  784. Font.Name = #23435#20307
  785. Font.Style = []
  786. FieldName = 'PropValue'
  787. Width = 150
  788. ReadOnly = True
  789. end>
  790. Grid = zgTenderProperty
  791. ExtendRowCount = 0
  792. Left = 912
  793. Top = 288
  794. end
  795. end