ProjectManagerFme.dfm 21 KB

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