ProjectManagerFme.dfm 21 KB

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