SearchFme.dfm 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343
  1. object SearchFrame: TSearchFrame
  2. Left = 0
  3. Top = 0
  4. Width = 388
  5. Height = 511
  6. Ctl3D = True
  7. Font.Charset = ANSI_CHARSET
  8. Font.Color = clWindowText
  9. Font.Height = -12
  10. Font.Name = #23435#20307
  11. Font.Style = []
  12. ParentCtl3D = False
  13. ParentFont = False
  14. TabOrder = 0
  15. object pnlTitle: TPanel
  16. Left = 0
  17. Top = 0
  18. Width = 388
  19. Height = 20
  20. Align = alTop
  21. BevelOuter = bvNone
  22. Color = clGradientInactiveCaption
  23. TabOrder = 0
  24. object labTitle: TJimGradLabel
  25. Left = 0
  26. Top = 0
  27. Width = 388
  28. Height = 20
  29. Align = alTop
  30. AutoSize = False
  31. ColorBegin = clGradientInactiveCaption
  32. ColorEnd = clGradientInactiveCaption
  33. Caption = ' '#26597#25214#23450#20301
  34. Font.Charset = GB2312_CHARSET
  35. Font.Color = clWindowText
  36. Font.Height = -12
  37. Font.Name = #23435#20307
  38. Font.Style = [fsBold]
  39. ParentFont = False
  40. Layout = tlCenter
  41. end
  42. end
  43. object pnlSearch: TPanel
  44. Left = 0
  45. Top = 20
  46. Width = 388
  47. Height = 491
  48. Align = alClient
  49. BevelOuter = bvNone
  50. TabOrder = 1
  51. object pnlSearchType: TPanel
  52. Left = 0
  53. Top = 0
  54. Width = 388
  55. Height = 42
  56. Align = alTop
  57. BevelOuter = bvNone
  58. TabOrder = 0
  59. DesignSize = (
  60. 388
  61. 42)
  62. object gbType: TGroupBox
  63. Left = 3
  64. Top = 2
  65. Width = 382
  66. Height = 38
  67. Anchors = [akLeft, akTop, akRight]
  68. Caption = #26597#25214#27169#24335
  69. Ctl3D = False
  70. ParentCtl3D = False
  71. TabOrder = 0
  72. object rbOverRange: TRadioButton
  73. Tag = 1
  74. Left = 83
  75. Top = 15
  76. Width = 45
  77. Height = 17
  78. Caption = #36229#35745
  79. TabOrder = 0
  80. OnClick = rbCommonClick
  81. end
  82. object rbCommon: TRadioButton
  83. Left = 8
  84. Top = 15
  85. Width = 73
  86. Height = 17
  87. Caption = #25991#26412#26597#35810
  88. Checked = True
  89. TabOrder = 1
  90. TabStop = True
  91. OnClick = rbCommonClick
  92. end
  93. object rbBelowRange: TRadioButton
  94. Tag = 1
  95. Left = 132
  96. Top = 15
  97. Width = 45
  98. Height = 17
  99. Caption = #28431#35745
  100. TabOrder = 2
  101. OnClick = rbCommonClick
  102. end
  103. object rbRelaFile: TRadioButton
  104. Tag = 1
  105. Left = 181
  106. Top = 15
  107. Width = 45
  108. Height = 17
  109. Caption = #38468#20214
  110. TabOrder = 3
  111. OnClick = rbCommonClick
  112. end
  113. end
  114. end
  115. object pnlSearchKey: TPanel
  116. Left = 0
  117. Top = 42
  118. Width = 388
  119. Height = 25
  120. Align = alTop
  121. BevelOuter = bvNone
  122. TabOrder = 1
  123. object edtKeyword: TEdit
  124. Left = 3
  125. Top = 3
  126. Width = 221
  127. Height = 18
  128. Hint = #36229#35745#27169#24335#19979#65292#19981#21487#20197#20351#29992#20851#38190#23383#25628#32034
  129. Ctl3D = False
  130. ParentCtl3D = False
  131. TabOrder = 0
  132. end
  133. object btnSearch: TButton
  134. Left = 228
  135. Top = 1
  136. Width = 63
  137. Height = 21
  138. Caption = #25628#32034
  139. TabOrder = 1
  140. OnClick = btnSearchClick
  141. end
  142. end
  143. object pnlSearchResult: TPanel
  144. Left = 0
  145. Top = 67
  146. Width = 388
  147. Height = 424
  148. Align = alClient
  149. BevelOuter = bvNone
  150. TabOrder = 2
  151. object zgSearchResult: TZJGrid
  152. Left = 0
  153. Top = 0
  154. Width = 388
  155. Height = 424
  156. Options = [goRangeSelect, goRowSizing, goColSizing, goCellNotMaintainData, goFixedRowShowNo, goFixedColShowNo, goAlwaysShowSelection]
  157. OptionsEx = []
  158. ColCount = 9
  159. RowCount = 4
  160. ShowGridLine = False
  161. DefaultColWidth = 73
  162. DefaultFixedColWidth = 25
  163. DefaultFixedRowHeight = 35
  164. Selection.AlphaBlend = False
  165. Selection.TransparentColor = False
  166. FrozenCol = 0
  167. FrozenRow = 0
  168. OnMouseDown = zgSearchResultMouseDown
  169. Align = alClient
  170. end
  171. end
  172. end
  173. object zaSearchResult: TZjGridDBA
  174. Columns = <
  175. item
  176. Title.Caption = #39033#30446#33410#32534#21495
  177. Title.CaptionAcrossCols = '1'
  178. Title.Font.Charset = GB2312_CHARSET
  179. Title.Font.Color = clWindowText
  180. Title.Font.Height = -12
  181. Title.Font.Name = #23435#20307
  182. Title.Font.Style = []
  183. Alignment = taLeftJustify
  184. Font.Charset = GB2312_CHARSET
  185. Font.Color = clWindowText
  186. Font.Height = -12
  187. Font.Name = #23435#20307
  188. Font.Style = []
  189. FieldName = 'Code'
  190. ReadOnly = True
  191. end
  192. item
  193. Title.Caption = #28165#21333#32534#21495
  194. Title.CaptionAcrossCols = '1'
  195. Title.Font.Charset = GB2312_CHARSET
  196. Title.Font.Color = clWindowText
  197. Title.Font.Height = -12
  198. Title.Font.Name = #23435#20307
  199. Title.Font.Style = []
  200. Alignment = taLeftJustify
  201. Font.Charset = GB2312_CHARSET
  202. Font.Color = clWindowText
  203. Font.Height = -12
  204. Font.Name = #23435#20307
  205. Font.Style = []
  206. FieldName = 'B_Code'
  207. Width = 65
  208. ReadOnly = True
  209. end
  210. item
  211. Title.Caption = #21517#31216
  212. Title.CaptionAcrossCols = '1'
  213. Title.Font.Charset = GB2312_CHARSET
  214. Title.Font.Color = clWindowText
  215. Title.Font.Height = -12
  216. Title.Font.Name = #23435#20307
  217. Title.Font.Style = []
  218. Alignment = taLeftJustify
  219. Font.Charset = GB2312_CHARSET
  220. Font.Color = clWindowText
  221. Font.Height = -12
  222. Font.Name = #23435#20307
  223. Font.Style = []
  224. FieldName = 'Name'
  225. Width = 120
  226. ReadOnly = True
  227. end
  228. item
  229. Title.Caption = #21333#20301
  230. Title.CaptionAcrossCols = '1'
  231. Title.Font.Charset = GB2312_CHARSET
  232. Title.Font.Color = clWindowText
  233. Title.Font.Height = -12
  234. Title.Font.Name = #23435#20307
  235. Title.Font.Style = []
  236. Alignment = taCenter
  237. Font.Charset = GB2312_CHARSET
  238. Font.Color = clWindowText
  239. Font.Height = -12
  240. Font.Name = 'smartSimSun'
  241. Font.Style = []
  242. FieldName = 'Units'
  243. Width = 40
  244. ReadOnly = True
  245. end
  246. item
  247. Title.Caption = #21333#20215
  248. Title.CaptionAcrossCols = '1'
  249. Title.Font.Charset = GB2312_CHARSET
  250. Title.Font.Color = clWindowText
  251. Title.Font.Height = -12
  252. Title.Font.Name = #23435#20307
  253. Title.Font.Style = []
  254. Alignment = taRightJustify
  255. Font.Charset = GB2312_CHARSET
  256. Font.Color = clWindowText
  257. Font.Height = -12
  258. Font.Name = #23435#20307
  259. Font.Style = []
  260. FieldName = 'Price'
  261. Width = 60
  262. ReadOnly = True
  263. end
  264. item
  265. Title.Caption = #21512#21516#25968#37327
  266. Title.CaptionAcrossCols = '1'
  267. Title.Font.Charset = GB2312_CHARSET
  268. Title.Font.Color = clWindowText
  269. Title.Font.Height = -12
  270. Title.Font.Name = #23435#20307
  271. Title.Font.Style = []
  272. Alignment = taRightJustify
  273. Font.Charset = GB2312_CHARSET
  274. Font.Color = clWindowText
  275. Font.Height = -12
  276. Font.Name = #23435#20307
  277. Font.Style = []
  278. FieldName = 'Quantity'
  279. Width = 60
  280. ReadOnly = True
  281. end
  282. item
  283. Title.Caption = #21464#26356#25968#37327
  284. Title.CaptionAcrossCols = '1'
  285. Title.Font.Charset = GB2312_CHARSET
  286. Title.Font.Color = clWindowText
  287. Title.Font.Height = -12
  288. Title.Font.Name = #23435#20307
  289. Title.Font.Style = []
  290. Alignment = taRightJustify
  291. Font.Charset = GB2312_CHARSET
  292. Font.Color = clWindowText
  293. Font.Height = -12
  294. Font.Name = #23435#20307
  295. Font.Style = []
  296. FieldName = 'CurQcQuantity'
  297. Width = 60
  298. ReadOnly = False
  299. end
  300. item
  301. Title.Caption = #32047#35745#25968#37327
  302. Title.CaptionAcrossCols = '1'
  303. Title.Font.Charset = GB2312_CHARSET
  304. Title.Font.Color = clWindowText
  305. Title.Font.Height = -12
  306. Title.Font.Name = #23435#20307
  307. Title.Font.Style = []
  308. Alignment = taRightJustify
  309. Font.Charset = GB2312_CHARSET
  310. Font.Color = clWindowText
  311. Font.Height = -12
  312. Font.Name = #23435#20307
  313. Font.Style = []
  314. FieldName = 'AddGatherQuantity'
  315. Width = 60
  316. Visible = False
  317. ReadOnly = True
  318. end
  319. item
  320. Title.Caption = #21512#21516#23436#25104'(%)'
  321. Title.CaptionAcrossCols = '1'
  322. Title.Font.Charset = GB2312_CHARSET
  323. Title.Font.Color = clWindowText
  324. Title.Font.Height = -12
  325. Title.Font.Name = #23435#20307
  326. Title.Font.Style = []
  327. Alignment = taRightJustify
  328. Font.Charset = GB2312_CHARSET
  329. Font.Color = clWindowText
  330. Font.Height = -12
  331. Font.Name = #23435#20307
  332. Font.Style = []
  333. FieldName = 'CompleteRate'
  334. Width = 60
  335. ReadOnly = False
  336. end>
  337. Grid = zgSearchResult
  338. ExtendRowCount = 3
  339. Options = []
  340. Left = 88
  341. Top = 128
  342. end
  343. end