ProjectManagerFme.dfm 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788
  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. OnCurrentChanged = zgProjectsCurrentChanged
  88. OnDrawCellText = zgProjectsDrawCellText
  89. OnMouseDown = zgProjectsMouseDown
  90. Align = alClient
  91. end
  92. object pnlTenderProperty: TPanel
  93. Left = 708
  94. Top = 21
  95. Width = 300
  96. Height = 426
  97. Align = alRight
  98. BevelInner = bvLowered
  99. BevelOuter = bvNone
  100. Color = clWindow
  101. TabOrder = 2
  102. Visible = False
  103. object zgTenderProperty: TZJGrid
  104. Left = 1
  105. Top = 1
  106. Width = 298
  107. Height = 424
  108. Options = [goRangeSelect, goRowSizing, goColSizing, goCellNotMaintainData, goFixedRowShowNo, goFixedColShowNo, goAlwaysShowSelection]
  109. OptionsEx = []
  110. ColCount = 3
  111. ShowGridLine = False
  112. DefaultColWidth = 73
  113. DefaultFixedColWidth = 25
  114. Selection.AlphaBlend = False
  115. Selection.TransparentColor = False
  116. Align = alClient
  117. end
  118. end
  119. object pnlWeb: TPanel
  120. Left = 336
  121. Top = 21
  122. Width = 372
  123. Height = 426
  124. Align = alRight
  125. BevelInner = bvLowered
  126. BiDiMode = bdLeftToRight
  127. Color = clWindow
  128. ParentBiDiMode = False
  129. TabOrder = 3
  130. Visible = False
  131. object pnlProject: TPanel
  132. Left = 2
  133. Top = 2
  134. Width = 368
  135. Height = 194
  136. Align = alTop
  137. AutoSize = True
  138. BevelOuter = bvNone
  139. TabOrder = 0
  140. object shp2: TShape
  141. Left = 0
  142. Top = 140
  143. Width = 368
  144. Height = 1
  145. Align = alTop
  146. Brush.Style = bsClear
  147. Pen.Color = 12040119
  148. Pen.Style = psDot
  149. end
  150. object shp1: TShape
  151. Left = 0
  152. Top = 34
  153. Width = 368
  154. Height = 1
  155. Align = alTop
  156. Brush.Style = bsClear
  157. Pen.Color = 12040119
  158. Pen.Style = psDot
  159. end
  160. object shp3: TShape
  161. Left = 0
  162. Top = 87
  163. Width = 368
  164. Height = 1
  165. Align = alTop
  166. Brush.Style = bsClear
  167. Pen.Color = 12040119
  168. Pen.Style = psDot
  169. end
  170. object shp4: TShape
  171. Left = 0
  172. Top = 193
  173. Width = 368
  174. Height = 1
  175. Align = alTop
  176. Brush.Style = bsClear
  177. Pen.Color = 10329501
  178. end
  179. object pnlTenderTitle: TPanel
  180. Left = 0
  181. Top = 0
  182. Width = 368
  183. Height = 34
  184. Align = alTop
  185. Alignment = taLeftJustify
  186. BevelOuter = bvNone
  187. Color = clWindow
  188. Font.Charset = DEFAULT_CHARSET
  189. Font.Color = clWindowText
  190. Font.Height = -16
  191. Font.Name = #24494#36719#38597#40657
  192. Font.Style = []
  193. ParentFont = False
  194. TabOrder = 0
  195. object lblBidName: TLabel
  196. Left = 16
  197. Top = 6
  198. Width = 64
  199. Height = 21
  200. Caption = #26631#27573#21517#31216
  201. end
  202. object pnlShadow: TPanel
  203. Left = 0
  204. Top = 0
  205. Width = 8
  206. Height = 34
  207. Align = alLeft
  208. BevelOuter = bvNone
  209. Color = 8049615
  210. TabOrder = 0
  211. end
  212. end
  213. object pnlProgress: TPanel
  214. Left = 0
  215. Top = 141
  216. Width = 368
  217. Height = 52
  218. Align = alTop
  219. BevelOuter = bvNone
  220. Color = clWindow
  221. Font.Charset = DEFAULT_CHARSET
  222. Font.Color = clWindowText
  223. Font.Height = -13
  224. Font.Name = #24494#36719#38597#40657
  225. Font.Style = []
  226. ParentFont = False
  227. TabOrder = 1
  228. object lblPeriodTotal: TLabel
  229. Left = 217
  230. Top = 17
  231. Width = 69
  232. Height = 20
  233. Caption = #65288#20849'n'#26399#65289
  234. Font.Charset = DEFAULT_CHARSET
  235. Font.Color = clBlack
  236. Font.Height = -15
  237. Font.Name = #24494#36719#38597#40657
  238. Font.Style = []
  239. ParentFont = False
  240. end
  241. object lblPeriodState: TLabel
  242. Left = 152
  243. Top = 17
  244. Width = 60
  245. Height = 20
  246. Caption = #23457#25209#29366#24577
  247. Font.Charset = DEFAULT_CHARSET
  248. Font.Color = 39423
  249. Font.Height = -15
  250. Font.Name = #24494#36719#38597#40657
  251. Font.Style = []
  252. ParentFont = False
  253. end
  254. object lblProgress: TLabel
  255. Left = 18
  256. Top = 17
  257. Width = 60
  258. Height = 20
  259. Caption = #23457#25209#36827#24230
  260. Font.Charset = DEFAULT_CHARSET
  261. Font.Color = 12040119
  262. Font.Height = -15
  263. Font.Name = #24494#36719#38597#40657
  264. Font.Style = []
  265. ParentFont = False
  266. end
  267. object lblPeriod: TLabel
  268. Left = 104
  269. Top = 17
  270. Width = 38
  271. Height = 20
  272. Caption = #31532'x'#26399
  273. Font.Charset = DEFAULT_CHARSET
  274. Font.Color = clBlack
  275. Font.Height = -15
  276. Font.Name = #24494#36719#38597#40657
  277. Font.Style = []
  278. ParentFont = False
  279. end
  280. end
  281. object pnlBelongProject: TPanel
  282. Left = 0
  283. Top = 35
  284. Width = 368
  285. Height = 52
  286. Align = alTop
  287. BevelOuter = bvNone
  288. Color = clWindow
  289. Font.Charset = DEFAULT_CHARSET
  290. Font.Color = clWindowText
  291. Font.Height = -13
  292. Font.Name = #24494#36719#38597#40657
  293. Font.Style = []
  294. ParentFont = False
  295. TabOrder = 2
  296. object lblBelongProject: TLabel
  297. Left = 18
  298. Top = 17
  299. Width = 60
  300. Height = 20
  301. Caption = #25152#22312#39033#30446
  302. Font.Charset = DEFAULT_CHARSET
  303. Font.Color = 12040119
  304. Font.Height = -15
  305. Font.Name = #24494#36719#38597#40657
  306. Font.Style = []
  307. ParentFont = False
  308. end
  309. object lblProjName: TLabel
  310. Left = 104
  311. Top = 8
  312. Width = 60
  313. Height = 20
  314. Caption = #39033#30446#21517#31216
  315. Font.Charset = DEFAULT_CHARSET
  316. Font.Color = clBlack
  317. Font.Height = -15
  318. Font.Name = #24494#36719#38597#40657
  319. Font.Style = []
  320. ParentFont = False
  321. end
  322. object lblLeftHalfBracket: TLabel
  323. Left = 100
  324. Top = 29
  325. Width = 12
  326. Height = 17
  327. Caption = #65288
  328. Font.Charset = DEFAULT_CHARSET
  329. Font.Color = clBlack
  330. Font.Height = -12
  331. Font.Name = #24494#36719#38597#40657
  332. Font.Style = []
  333. ParentFont = False
  334. end
  335. object lblOnwerCompany: TLabel
  336. Left = 161
  337. Top = 29
  338. Width = 96
  339. Height = 17
  340. Caption = #65293#19994#20027#21333#20301#21517#31216#65289
  341. Font.Charset = DEFAULT_CHARSET
  342. Font.Color = clBlack
  343. Font.Height = -12
  344. Font.Name = #24494#36719#38597#40657
  345. Font.Style = []
  346. ParentFont = False
  347. end
  348. object lblOnwerName: TLabel
  349. Left = 111
  350. Top = 29
  351. Width = 48
  352. Height = 17
  353. Caption = #19994#20027#21517#31216
  354. Font.Charset = DEFAULT_CHARSET
  355. Font.Color = 12039936
  356. Font.Height = -12
  357. Font.Name = #24494#36719#38597#40657
  358. Font.Style = []
  359. ParentFont = False
  360. end
  361. end
  362. object pnlProjectType: TPanel
  363. Left = 0
  364. Top = 88
  365. Width = 368
  366. Height = 52
  367. Align = alTop
  368. BevelOuter = bvNone
  369. Color = clWindow
  370. Font.Charset = DEFAULT_CHARSET
  371. Font.Color = clWindowText
  372. Font.Height = -13
  373. Font.Name = #24494#36719#38597#40657
  374. Font.Style = []
  375. ParentFont = False
  376. TabOrder = 3
  377. object lblProjectType: TLabel
  378. Left = 18
  379. Top = 17
  380. Width = 60
  381. Height = 20
  382. Caption = #39033#30446#31867#22411
  383. Font.Charset = DEFAULT_CHARSET
  384. Font.Color = 12040119
  385. Font.Height = -15
  386. Font.Name = #24494#36719#38597#40657
  387. Font.Style = []
  388. ParentFont = False
  389. end
  390. object lblWebProjCtgyName: TLabel
  391. Left = 104
  392. Top = 17
  393. Width = 60
  394. Height = 20
  395. Caption = #31867#22411#21517#31216
  396. Font.Charset = DEFAULT_CHARSET
  397. Font.Color = clBlack
  398. Font.Height = -15
  399. Font.Name = #24494#36719#38597#40657
  400. Font.Style = []
  401. ParentFont = False
  402. end
  403. end
  404. end
  405. object sbChecker: TScrollBox
  406. Left = 2
  407. Top = 196
  408. Width = 368
  409. Height = 20
  410. Align = alTop
  411. BorderStyle = bsNone
  412. Color = clPurple
  413. ParentColor = False
  414. TabOrder = 1
  415. end
  416. end
  417. object ActionList1: TActionList
  418. Images = MainForm.Images
  419. Left = 152
  420. Top = 88
  421. object actnOpen: TAction
  422. Caption = #25171#24320#39033#30446
  423. Hint = #25171#24320
  424. ImageIndex = 3
  425. OnExecute = actnOpenExecute
  426. OnUpdate = actnOpenUpdate
  427. end
  428. object actnDelete: TAction
  429. Caption = #21024#38500#39033#30446
  430. Hint = #21024#38500
  431. ImageIndex = 6
  432. OnExecute = actnDeleteExecute
  433. OnUpdate = actnDeleteUpdate
  434. end
  435. object actnReceiveProject: TAction
  436. Caption = #25509#25910#25253#23457'/'#25209#22797#25991#20214
  437. OnExecute = actnReceiveProjectExecute
  438. end
  439. object actnNewProject: TAction
  440. Caption = #26032#24314#25991#20214#22841
  441. Hint = #26032#24314#25991#20214#22841
  442. ImageIndex = 11
  443. OnExecute = actnNewProjectExecute
  444. end
  445. object actnNewSubProject: TAction
  446. Caption = #26032#24314#23376#25991#20214#22841
  447. Hint = #26032#24314#23376#25991#20214#22841
  448. ImageIndex = 11
  449. OnExecute = actnNewSubProjectExecute
  450. OnUpdate = actnNewSubProjectUpdate
  451. end
  452. object actnNewTender: TAction
  453. Caption = #26032#24314#26631#27573
  454. Hint = #26032#24314#26631#27573
  455. ImageIndex = 11
  456. OnExecute = actnNewTenderExecute
  457. OnUpdate = actnNewTenderUpdate
  458. end
  459. object actnRename: TAction
  460. Caption = #37325#21629#21517#39033#30446
  461. ImageIndex = 18
  462. OnExecute = actnRenameExecute
  463. OnUpdate = actnRenameUpdate
  464. end
  465. object actnImport: TAction
  466. Caption = #23548#20837
  467. ImageIndex = 22
  468. OnExecute = actnImportExecute
  469. end
  470. object actnExport: TAction
  471. Caption = #23548#20986
  472. ImageIndex = 17
  473. OnExecute = actnExportExecute
  474. end
  475. object actnOpenBackupFolder: TAction
  476. Caption = #26597#30475#22791#20221#25968#25454
  477. OnExecute = actnOpenBackupFolderExecute
  478. end
  479. end
  480. object dxpmProjectManager: TdxBarPopupMenu
  481. BarManager = MainForm.dxBarManager
  482. ItemLinks = <
  483. item
  484. Item = MainForm.dxbtnNewProject
  485. Visible = True
  486. end
  487. item
  488. Item = MainForm.dxbtnNewSubProject
  489. Visible = True
  490. end
  491. item
  492. Item = MainForm.dxbtnNewTender
  493. Visible = True
  494. end
  495. item
  496. Item = MainForm.dxbtnOpenProject
  497. Visible = True
  498. end
  499. item
  500. Item = MainForm.dxbtnDeleteProject
  501. Visible = True
  502. end
  503. item
  504. Visible = True
  505. end
  506. item
  507. BeginGroup = True
  508. Item = MainForm.dxbtnReceiveProject
  509. Visible = True
  510. end
  511. item
  512. Item = MainForm.dxbtnOpenBackupFolder
  513. Visible = True
  514. end>
  515. UseOwnFont = False
  516. Left = 107
  517. Top = 88
  518. end
  519. object stdProjects: TsdGridTreeDBA
  520. Columns = <
  521. item
  522. Title.Caption = #21517#31216
  523. Title.CaptionAcrossCols = '1'
  524. Title.Font.Charset = GB2312_CHARSET
  525. Title.Font.Color = clWindowText
  526. Title.Font.Height = -12
  527. Title.Font.Name = #23435#20307
  528. Title.Font.Style = []
  529. Alignment = taLeftJustify
  530. Font.Charset = GB2312_CHARSET
  531. Font.Color = clWindowText
  532. Font.Height = -12
  533. Font.Name = #23435#20307
  534. Font.Style = []
  535. FieldName = 'Name'
  536. Width = 220
  537. ReadOnly = False
  538. end
  539. item
  540. Title.Caption = '0'#21495#21488#36134#21512#21516
  541. Title.CaptionAcrossCols = '1'
  542. Title.Font.Charset = GB2312_CHARSET
  543. Title.Font.Color = clWindowText
  544. Title.Font.Height = -12
  545. Title.Font.Name = #23435#20307
  546. Title.Font.Style = []
  547. Alignment = taRightJustify
  548. Font.Charset = GB2312_CHARSET
  549. Font.Color = clWindowText
  550. Font.Height = -12
  551. Font.Name = #23435#20307
  552. Font.Style = []
  553. FieldName = 'DealTotalPrice'
  554. Width = 80
  555. ReadOnly = False
  556. end
  557. item
  558. Title.Caption = #26412#26399#23436#25104
  559. Title.CaptionAcrossCols = '1'
  560. Title.Font.Charset = GB2312_CHARSET
  561. Title.Font.Color = clWindowText
  562. Title.Font.Height = -12
  563. Title.Font.Name = #23435#20307
  564. Title.Font.Style = []
  565. Alignment = taRightJustify
  566. Font.Charset = GB2312_CHARSET
  567. Font.Color = clWindowText
  568. Font.Height = -12
  569. Font.Name = #23435#20307
  570. Font.Style = []
  571. FieldName = 'PhaseTotalPrice'
  572. Width = 80
  573. ReadOnly = False
  574. end
  575. item
  576. Title.Caption = #25130#27490#26412#26399#21512#21516
  577. Title.CaptionAcrossCols = '1'
  578. Title.Font.Charset = GB2312_CHARSET
  579. Title.Font.Color = clWindowText
  580. Title.Font.Height = -12
  581. Title.Font.Name = #23435#20307
  582. Title.Font.Style = []
  583. Alignment = taRightJustify
  584. Font.Charset = GB2312_CHARSET
  585. Font.Color = clWindowText
  586. Font.Height = -12
  587. Font.Name = #23435#20307
  588. Font.Style = []
  589. FieldName = 'EndDealTotalPrice'
  590. Width = 80
  591. ReadOnly = False
  592. end
  593. item
  594. Title.Caption = #25130#27490#26412#26399#21464#26356
  595. Title.CaptionAcrossCols = '1'
  596. Title.Font.Charset = GB2312_CHARSET
  597. Title.Font.Color = clWindowText
  598. Title.Font.Height = -12
  599. Title.Font.Name = #23435#20307
  600. Title.Font.Style = []
  601. Alignment = taRightJustify
  602. Font.Charset = GB2312_CHARSET
  603. Font.Color = clWindowText
  604. Font.Height = -12
  605. Font.Name = #23435#20307
  606. Font.Style = []
  607. FieldName = 'EndChangeTotalPrice'
  608. Width = 80
  609. ReadOnly = False
  610. end
  611. item
  612. Title.Caption = #25130#27490#26412#26399#23436#25104
  613. Title.CaptionAcrossCols = '1'
  614. Title.Font.Charset = GB2312_CHARSET
  615. Title.Font.Color = clWindowText
  616. Title.Font.Height = -12
  617. Title.Font.Name = #23435#20307
  618. Title.Font.Style = []
  619. Alignment = taRightJustify
  620. Font.Charset = GB2312_CHARSET
  621. Font.Color = clWindowText
  622. Font.Height = -12
  623. Font.Name = #23435#20307
  624. Font.Style = []
  625. FieldName = 'EndTotalPrice'
  626. Width = 80
  627. ReadOnly = False
  628. end
  629. item
  630. Title.Caption = #25130#27490#19978#26399#23436#25104
  631. Title.CaptionAcrossCols = '1'
  632. Title.Font.Charset = GB2312_CHARSET
  633. Title.Font.Color = clWindowText
  634. Title.Font.Height = -12
  635. Title.Font.Name = #23435#20307
  636. Title.Font.Style = []
  637. Alignment = taRightJustify
  638. Font.Charset = GB2312_CHARSET
  639. Font.Color = clWindowText
  640. Font.Height = -12
  641. Font.Name = #23435#20307
  642. Font.Style = []
  643. FieldName = 'PreTotalPrice'
  644. Width = 80
  645. ReadOnly = False
  646. end
  647. item
  648. Title.Caption = #26412#26399#24212#20184
  649. Title.CaptionAcrossCols = '1'
  650. Title.Font.Charset = GB2312_CHARSET
  651. Title.Font.Color = clWindowText
  652. Title.Font.Height = -12
  653. Title.Font.Name = #23435#20307
  654. Title.Font.Style = []
  655. Alignment = taRightJustify
  656. Font.Charset = GB2312_CHARSET
  657. Font.Color = clWindowText
  658. Font.Height = -12
  659. Font.Name = #23435#20307
  660. Font.Style = []
  661. FieldName = 'PhasePay'
  662. Width = 80
  663. ReadOnly = False
  664. end
  665. item
  666. Title.Caption = #21512#21516#21152#21464#26356#20196
  667. Title.CaptionAcrossCols = '1'
  668. Title.Font.Charset = GB2312_CHARSET
  669. Title.Font.Color = clWindowText
  670. Title.Font.Height = -12
  671. Title.Font.Name = #23435#20307
  672. Title.Font.Style = []
  673. Alignment = taRightJustify
  674. Font.Charset = GB2312_CHARSET
  675. Font.Color = clWindowText
  676. Font.Height = -12
  677. Font.Name = #23435#20307
  678. Font.Style = []
  679. FieldName = 'Deal_BGLTotalPrice'
  680. Width = 80
  681. ReadOnly = False
  682. end
  683. item
  684. Title.Caption = #35745#37327#26399#25968
  685. Title.CaptionAcrossCols = '1'
  686. Title.Font.Charset = GB2312_CHARSET
  687. Title.Font.Color = clWindowText
  688. Title.Font.Height = -12
  689. Title.Font.Name = #23435#20307
  690. Title.Font.Style = []
  691. Alignment = taCenter
  692. Font.Charset = GB2312_CHARSET
  693. Font.Color = clWindowText
  694. Font.Height = -12
  695. Font.Name = #23435#20307
  696. Font.Style = []
  697. FieldName = 'PhaseCount'
  698. Width = 38
  699. ReadOnly = False
  700. end
  701. item
  702. Title.Caption = #23457#26680#29366#24577
  703. Title.CaptionAcrossCols = '1'
  704. Title.Font.Charset = GB2312_CHARSET
  705. Title.Font.Color = clWindowText
  706. Title.Font.Height = -12
  707. Title.Font.Name = #23435#20307
  708. Title.Font.Style = []
  709. Alignment = taCenter
  710. Font.Charset = GB2312_CHARSET
  711. Font.Color = clWindowText
  712. Font.Height = -12
  713. Font.Name = #23435#20307
  714. Font.Style = []
  715. FieldName = 'AuditStatus'
  716. Width = 38
  717. ReadOnly = False
  718. end
  719. item
  720. Title.Caption = #26085#26399
  721. Title.CaptionAcrossCols = '1'
  722. Title.Font.Charset = GB2312_CHARSET
  723. Title.Font.Color = clWindowText
  724. Title.Font.Height = -12
  725. Title.Font.Name = #23435#20307
  726. Title.Font.Style = []
  727. Alignment = taCenter
  728. Font.Charset = GB2312_CHARSET
  729. Font.Color = clWindowText
  730. Font.Height = -12
  731. Font.Name = #23435#20307
  732. Font.Style = []
  733. FieldName = 'CreateDate'
  734. Width = 70
  735. ReadOnly = False
  736. end>
  737. Grid = zgProjects
  738. ExtendRowCount = 0
  739. Options = [aoAllowUpMove, aoAllowDownMove]
  740. AutoExpand = False
  741. TreeOptions = []
  742. TopLevelBold = True
  743. Left = 64
  744. Top = 88
  745. end
  746. object sdTenderProperty: TsdGridDBA
  747. Columns = <
  748. item
  749. Title.Caption = #23646#24615
  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 = taLeftJustify
  757. Font.Charset = GB2312_CHARSET
  758. Font.Color = clWindowText
  759. Font.Height = -12
  760. Font.Name = #23435#20307
  761. Font.Style = []
  762. FieldName = 'PropName'
  763. ReadOnly = False
  764. end
  765. item
  766. Title.Caption = #20540
  767. Title.CaptionAcrossCols = '1'
  768. Title.Font.Charset = GB2312_CHARSET
  769. Title.Font.Color = clWindowText
  770. Title.Font.Height = -12
  771. Title.Font.Name = #23435#20307
  772. Title.Font.Style = []
  773. Alignment = taLeftJustify
  774. Font.Charset = GB2312_CHARSET
  775. Font.Color = clWindowText
  776. Font.Height = -12
  777. Font.Name = #23435#20307
  778. Font.Style = []
  779. FieldName = 'PropValue'
  780. Width = 150
  781. ReadOnly = True
  782. end>
  783. Grid = zgTenderProperty
  784. ExtendRowCount = 0
  785. Left = 912
  786. Top = 288
  787. end
  788. end