ProjectManagerFme.dfm 22 KB

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