tpSelectTendersFrm.dfm 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  1. object SelectTendersForm: TSelectTendersForm
  2. Left = 634
  3. Top = 239
  4. BorderIcons = [biSystemMenu]
  5. BorderStyle = bsSingle
  6. Caption = #26631#27573#21010#20998'-'#35774#32622
  7. ClientHeight = 391
  8. ClientWidth = 598
  9. Color = clBtnFace
  10. Font.Charset = ANSI_CHARSET
  11. Font.Color = clWindowText
  12. Font.Height = -12
  13. Font.Name = #23435#20307
  14. Font.Style = []
  15. OldCreateOrder = False
  16. DesignSize = (
  17. 598
  18. 391)
  19. PixelsPerInch = 96
  20. TextHeight = 12
  21. object lblTenderResult: TLabel
  22. Left = 8
  23. Top = 355
  24. Width = 204
  25. Height = 12
  26. Caption = #24403#21069#36873#20013#65306' '#26631#27573' %d '#20010#65292#37329#39069#21512#35745' %f'
  27. end
  28. object btnOk: TButton
  29. Left = 455
  30. Top = 362
  31. Width = 65
  32. Height = 21
  33. Anchors = [akRight, akBottom]
  34. Caption = #30830#23450
  35. TabOrder = 0
  36. OnClick = btnOkClick
  37. end
  38. object btnCancel: TButton
  39. Left = 528
  40. Top = 362
  41. Width = 65
  42. Height = 21
  43. Anchors = [akRight, akBottom]
  44. Caption = #21462#28040
  45. ModalResult = 2
  46. TabOrder = 1
  47. end
  48. object Panel1: TPanel
  49. Left = 4
  50. Top = 0
  51. Width = 590
  52. Height = 348
  53. BevelOuter = bvNone
  54. Caption = 'pnlTenderSelect'
  55. TabOrder = 2
  56. object pnlTenderSelectTitle: TPanel
  57. Left = 0
  58. Top = 0
  59. Width = 590
  60. Height = 25
  61. Align = alTop
  62. BevelOuter = bvNone
  63. TabOrder = 0
  64. object lblTenderSelect: TLabel
  65. Left = 2
  66. Top = 8
  67. Width = 132
  68. Height = 12
  69. Caption = #35831#21246#36873#38656#32479#19968#21010#20998#30340#26631#27573
  70. end
  71. end
  72. object pnlSelect: TPanel
  73. Left = 0
  74. Top = 25
  75. Width = 308
  76. Height = 323
  77. Align = alLeft
  78. BevelOuter = bvNone
  79. TabOrder = 1
  80. object zgTenderSelect: TZJGrid
  81. Left = 0
  82. Top = 19
  83. Width = 308
  84. Height = 304
  85. Options = [goRangeSelect, goRowSizing, goColSizing, goCellNotMaintainData, goFixedRowShowNo, goFixedColShowNo, goAlwaysShowSelection, goShowTreeLine]
  86. OptionsEx = []
  87. ColCount = 3
  88. RowCount = 2
  89. ShowGridLine = False
  90. DefaultColWidth = 35
  91. DefaultFixedColWidth = 25
  92. DefaultFixedRowHeight = 22
  93. Selection.AlphaBlend = False
  94. Selection.TransparentColor = False
  95. FrozenCol = 0
  96. FrozenRow = 0
  97. OnGetCellText = zgTenderSelectGetCellText
  98. OnSetCellText = zgTenderSelectSetCellText
  99. OnCellTextChanged = zgTenderSelectCellTextChanged
  100. OnDrawCellText = zgTenderSelectDrawCellText
  101. OnShowHint = zgTenderSelectShowHint
  102. Align = alClient
  103. end
  104. object pnlSelectTitle: TPanel
  105. Left = 0
  106. Top = 0
  107. Width = 308
  108. Height = 19
  109. Align = alTop
  110. BevelOuter = bvNone
  111. TabOrder = 1
  112. object lblTenderList: TLabel
  113. Left = 3
  114. Top = 2
  115. Width = 72
  116. Height = 12
  117. Caption = #21487#36873#39033#30446#21015#34920
  118. Font.Charset = ANSI_CHARSET
  119. Font.Color = clBlue
  120. Font.Height = -12
  121. Font.Name = #23435#20307
  122. Font.Style = []
  123. ParentFont = False
  124. end
  125. end
  126. end
  127. object pnlResult: TPanel
  128. Left = 311
  129. Top = 25
  130. Width = 279
  131. Height = 323
  132. Align = alClient
  133. BevelOuter = bvNone
  134. TabOrder = 2
  135. object zgResult: TZJGrid
  136. Left = 0
  137. Top = 19
  138. Width = 279
  139. Height = 304
  140. OptionsEx = []
  141. ColCount = 2
  142. RowCount = 2
  143. ShowGridLine = False
  144. DefaultColWidth = 225
  145. DefaultFixedColWidth = 25
  146. DefaultFixedRowHeight = 22
  147. Selection.AlphaBlend = False
  148. Selection.TransparentColor = False
  149. FrozenCol = 0
  150. FrozenRow = 0
  151. Align = alClient
  152. end
  153. object pnlResultTitle: TPanel
  154. Left = 0
  155. Top = 0
  156. Width = 279
  157. Height = 19
  158. Align = alTop
  159. BevelOuter = bvNone
  160. TabOrder = 1
  161. object lblResultList: TLabel
  162. Left = 3
  163. Top = 2
  164. Width = 72
  165. Height = 12
  166. Caption = #25152#36873#39033#30446#21015#34920
  167. Font.Charset = ANSI_CHARSET
  168. Font.Color = clBlue
  169. Font.Height = -12
  170. Font.Name = #23435#20307
  171. Font.Style = []
  172. ParentFont = False
  173. end
  174. end
  175. end
  176. object pnlDivision: TPanel
  177. Left = 308
  178. Top = 25
  179. Width = 3
  180. Height = 323
  181. Align = alLeft
  182. BevelOuter = bvNone
  183. TabOrder = 3
  184. end
  185. end
  186. object stdTenderSelect: TsdGridTreeDBA
  187. Columns = <
  188. item
  189. Title.Caption = #36873#25321
  190. Title.CaptionAcrossCols = '1'
  191. Title.Font.Charset = GB2312_CHARSET
  192. Title.Font.Color = clWindowText
  193. Title.Font.Height = -12
  194. Title.Font.Name = #23435#20307
  195. Title.Font.Style = []
  196. Alignment = taCenter
  197. EditType = sgeCheckBox
  198. Font.Charset = GB2312_CHARSET
  199. Font.Color = clWindowText
  200. Font.Height = -12
  201. Font.Name = #23435#20307
  202. Font.Style = []
  203. Width = 30
  204. ReadOnly = False
  205. end
  206. item
  207. Title.Caption = #21517#31216
  208. Title.CaptionAcrossCols = '1'
  209. Title.Font.Charset = GB2312_CHARSET
  210. Title.Font.Color = clWindowText
  211. Title.Font.Height = -12
  212. Title.Font.Name = #23435#20307
  213. Title.Font.Style = []
  214. Alignment = taLeftJustify
  215. Font.Charset = GB2312_CHARSET
  216. Font.Color = clWindowText
  217. Font.Height = -12
  218. Font.Name = #23435#20307
  219. Font.Style = []
  220. FieldName = 'Name'
  221. Width = 225
  222. ReadOnly = False
  223. end>
  224. Grid = zgTenderSelect
  225. ExtendRowCount = 0
  226. AutoExpand = False
  227. TreeCellCol = 2
  228. KeyFieldName = 'ID'
  229. ParentFieldName = 'ParentID'
  230. NextSiblingFieldName = 'NextSiblingID'
  231. TopLevelBold = True
  232. Left = 500
  233. Top = 193
  234. end
  235. end