fraBillsItemsFrame.dfm 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398
  1. object BillsItemsFrame: TBillsItemsFrame
  2. Left = 0
  3. Top = 0
  4. Width = 848
  5. Height = 215
  6. TabOrder = 0
  7. object Splitter1: TSplitter
  8. Left = 545
  9. Top = 0
  10. Height = 215
  11. end
  12. object zgItems: TZJGrid
  13. Left = 0
  14. Top = 0
  15. Width = 545
  16. Height = 215
  17. Options = [goRangeSelect, goRowSizing, goColSizing, goCellNotMaintainData, goFixedRowShowNo, goFixedColShowNo, goAlwaysShowSelection]
  18. OptionsEx = []
  19. ColCount = 7
  20. ShowGridLine = False
  21. DefaultColWidth = 73
  22. DefaultFixedColWidth = 30
  23. Selection.AlphaBlend = False
  24. Selection.TransparentColor = False
  25. OnMouseDown = zgDetailItemsMouseDown
  26. Align = alLeft
  27. end
  28. object Panel1: TPanel
  29. Left = 548
  30. Top = 0
  31. Width = 300
  32. Height = 215
  33. Align = alClient
  34. BevelOuter = bvNone
  35. Caption = 'Panel1'
  36. TabOrder = 1
  37. object Splitter2: TSplitter
  38. Left = 0
  39. Top = 105
  40. Width = 300
  41. Height = 3
  42. Cursor = crVSplit
  43. Align = alTop
  44. end
  45. object zgDetailItems: TZJGrid
  46. Left = 0
  47. Top = 0
  48. Width = 300
  49. Height = 105
  50. Options = [goRangeSelect, goRowSizing, goColSizing, goCellNotMaintainData, goFixedRowShowNo, goFixedColShowNo, goAlwaysShowSelection]
  51. OptionsEx = []
  52. ColCount = 7
  53. ShowGridLine = False
  54. DefaultColWidth = 73
  55. DefaultFixedColWidth = 30
  56. Selection.AlphaBlend = False
  57. Selection.TransparentColor = False
  58. OnMouseDown = zgDetailItemsMouseDown
  59. Align = alTop
  60. end
  61. object zgDrawQty: TZJGrid
  62. Left = 0
  63. Top = 108
  64. Width = 300
  65. Height = 107
  66. Options = [goRangeSelect, goRowSizing, goColSizing, goCellNotMaintainData, goFixedRowShowNo, goFixedColShowNo, goAlwaysShowSelection]
  67. OptionsEx = []
  68. ColCount = 6
  69. ShowGridLine = False
  70. DefaultColWidth = 73
  71. DefaultFixedColWidth = 30
  72. Selection.AlphaBlend = False
  73. Selection.TransparentColor = False
  74. Align = alClient
  75. end
  76. end
  77. object zaDetailItems: TZjGridDBA
  78. Columns = <
  79. item
  80. Title.Caption = #39033#30446#33410#32534#21495
  81. Title.CaptionAcrossCols = '1'
  82. Title.Font.Charset = GB2312_CHARSET
  83. Title.Font.Color = clWindowText
  84. Title.Font.Height = -12
  85. Title.Font.Name = #23435#20307
  86. Title.Font.Style = []
  87. Alignment = taLeftJustify
  88. Font.Charset = GB2312_CHARSET
  89. Font.Color = clWindowText
  90. Font.Height = -12
  91. Font.Name = #23435#20307
  92. Font.Style = []
  93. FieldName = 'Code'
  94. ReadOnly = True
  95. end
  96. item
  97. Title.Caption = #21517#31216
  98. Title.CaptionAcrossCols = '1'
  99. Title.Font.Charset = GB2312_CHARSET
  100. Title.Font.Color = clWindowText
  101. Title.Font.Height = -12
  102. Title.Font.Name = #23435#20307
  103. Title.Font.Style = []
  104. Alignment = taLeftJustify
  105. Font.Charset = GB2312_CHARSET
  106. Font.Color = clWindowText
  107. Font.Height = -12
  108. Font.Name = #23435#20307
  109. Font.Style = []
  110. FieldName = 'Name'
  111. Width = 150
  112. ReadOnly = True
  113. end
  114. item
  115. Title.Caption = #21333#20301
  116. Title.CaptionAcrossCols = '1'
  117. Title.Font.Charset = GB2312_CHARSET
  118. Title.Font.Color = clWindowText
  119. Title.Font.Height = -12
  120. Title.Font.Name = #23435#20307
  121. Title.Font.Style = []
  122. Alignment = taCenter
  123. Font.Charset = GB2312_CHARSET
  124. Font.Color = clWindowText
  125. Font.Height = -12
  126. Font.Name = #23435#20307
  127. Font.Style = []
  128. FieldName = 'Units'
  129. Width = 50
  130. ReadOnly = True
  131. end
  132. item
  133. Title.Caption = #25968#37327
  134. Title.CaptionAcrossCols = '1'
  135. Title.Font.Charset = GB2312_CHARSET
  136. Title.Font.Color = clWindowText
  137. Title.Font.Height = -12
  138. Title.Font.Name = #23435#20307
  139. Title.Font.Style = []
  140. Alignment = taRightJustify
  141. Font.Charset = GB2312_CHARSET
  142. Font.Color = clWindowText
  143. Font.Height = -12
  144. Font.Name = #23435#20307
  145. Font.Style = []
  146. FieldName = 'Quantity'
  147. Width = 60
  148. ReadOnly = True
  149. end
  150. item
  151. Title.Caption = #21333#20215
  152. Title.CaptionAcrossCols = '1'
  153. Title.Font.Charset = GB2312_CHARSET
  154. Title.Font.Color = clWindowText
  155. Title.Font.Height = -12
  156. Title.Font.Name = #23435#20307
  157. Title.Font.Style = []
  158. Alignment = taRightJustify
  159. Font.Charset = GB2312_CHARSET
  160. Font.Color = clWindowText
  161. Font.Height = -12
  162. Font.Name = #23435#20307
  163. Font.Style = []
  164. FieldName = 'UnitPrice'
  165. Width = 60
  166. ReadOnly = True
  167. end
  168. item
  169. Title.Caption = #21512#20215
  170. Title.CaptionAcrossCols = '1'
  171. Title.Font.Charset = GB2312_CHARSET
  172. Title.Font.Color = clWindowText
  173. Title.Font.Height = -12
  174. Title.Font.Name = #23435#20307
  175. Title.Font.Style = []
  176. Alignment = taRightJustify
  177. Font.Charset = GB2312_CHARSET
  178. Font.Color = clWindowText
  179. Font.Height = -12
  180. Font.Name = #23435#20307
  181. Font.Style = []
  182. FieldName = 'TotalPrice'
  183. Width = 60
  184. ReadOnly = True
  185. end>
  186. Grid = zgDetailItems
  187. Left = 448
  188. Top = 48
  189. end
  190. object zaDrawQty: TZjGridDBA
  191. Columns = <
  192. item
  193. Title.Caption = #35774#35745#32454#30446
  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 = 'Name'
  207. Width = 150
  208. ReadOnly = True
  209. end
  210. item
  211. Title.Caption = #21333#20301
  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 = taCenter
  219. Font.Charset = GB2312_CHARSET
  220. Font.Color = clWindowText
  221. Font.Height = -12
  222. Font.Name = #23435#20307
  223. Font.Style = []
  224. FieldName = 'Units'
  225. Width = 50
  226. ReadOnly = True
  227. end
  228. item
  229. Title.Caption = #25968#37327
  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 = taRightJustify
  237. Font.Charset = GB2312_CHARSET
  238. Font.Color = clWindowText
  239. Font.Height = -12
  240. Font.Name = #23435#20307
  241. Font.Style = []
  242. FieldName = 'Quantity'
  243. Width = 60
  244. ReadOnly = True
  245. end
  246. item
  247. Title.Caption = #24635#25968#37327
  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 = 'DesignQuantity'
  261. Width = 60
  262. ReadOnly = True
  263. end
  264. item
  265. Title.Caption = #22791#27880
  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 = taLeftJustify
  273. Font.Charset = GB2312_CHARSET
  274. Font.Color = clWindowText
  275. Font.Height = -12
  276. Font.Name = #23435#20307
  277. Font.Style = []
  278. FieldName = 'MemoStr'
  279. ReadOnly = True
  280. end>
  281. Grid = zgDrawQty
  282. Left = 480
  283. Top = 48
  284. end
  285. object zaItems: TZjGridDBA
  286. Columns = <
  287. item
  288. Title.Caption = #32534#21495
  289. Title.CaptionAcrossCols = '1'
  290. Title.Font.Charset = GB2312_CHARSET
  291. Title.Font.Color = clWindowText
  292. Title.Font.Height = -12
  293. Title.Font.Name = #23435#20307
  294. Title.Font.Style = []
  295. Alignment = taLeftJustify
  296. Font.Charset = GB2312_CHARSET
  297. Font.Color = clWindowText
  298. Font.Height = -12
  299. Font.Name = #23435#20307
  300. Font.Style = []
  301. FieldName = 'Code'
  302. ReadOnly = True
  303. end
  304. item
  305. Title.Caption = #21517#31216
  306. Title.CaptionAcrossCols = '1'
  307. Title.Font.Charset = GB2312_CHARSET
  308. Title.Font.Color = clWindowText
  309. Title.Font.Height = -12
  310. Title.Font.Name = #23435#20307
  311. Title.Font.Style = []
  312. Alignment = taLeftJustify
  313. Font.Charset = GB2312_CHARSET
  314. Font.Color = clWindowText
  315. Font.Height = -12
  316. Font.Name = #23435#20307
  317. Font.Style = []
  318. FieldName = 'Name'
  319. Width = 150
  320. ReadOnly = True
  321. end
  322. item
  323. Title.Caption = #21333#20301
  324. Title.CaptionAcrossCols = '1'
  325. Title.Font.Charset = GB2312_CHARSET
  326. Title.Font.Color = clWindowText
  327. Title.Font.Height = -12
  328. Title.Font.Name = #23435#20307
  329. Title.Font.Style = []
  330. Alignment = taCenter
  331. Font.Charset = GB2312_CHARSET
  332. Font.Color = clWindowText
  333. Font.Height = -12
  334. Font.Name = #23435#20307
  335. Font.Style = []
  336. FieldName = 'Units'
  337. Width = 50
  338. ReadOnly = True
  339. end
  340. item
  341. Title.Caption = #25968#37327
  342. Title.CaptionAcrossCols = '1'
  343. Title.Font.Charset = GB2312_CHARSET
  344. Title.Font.Color = clWindowText
  345. Title.Font.Height = -12
  346. Title.Font.Name = #23435#20307
  347. Title.Font.Style = []
  348. Alignment = taRightJustify
  349. Font.Charset = GB2312_CHARSET
  350. Font.Color = clWindowText
  351. Font.Height = -12
  352. Font.Name = #23435#20307
  353. Font.Style = []
  354. FieldName = 'Quantity'
  355. Width = 60
  356. ReadOnly = True
  357. end
  358. item
  359. Title.Caption = #21333#20215
  360. Title.CaptionAcrossCols = '1'
  361. Title.Font.Charset = GB2312_CHARSET
  362. Title.Font.Color = clWindowText
  363. Title.Font.Height = -12
  364. Title.Font.Name = #23435#20307
  365. Title.Font.Style = []
  366. Alignment = taRightJustify
  367. Font.Charset = GB2312_CHARSET
  368. Font.Color = clWindowText
  369. Font.Height = -12
  370. Font.Name = #23435#20307
  371. Font.Style = []
  372. FieldName = 'UnitPrice'
  373. Width = 60
  374. ReadOnly = True
  375. end
  376. item
  377. Title.Caption = #21512#20215
  378. Title.CaptionAcrossCols = '1'
  379. Title.Font.Charset = GB2312_CHARSET
  380. Title.Font.Color = clWindowText
  381. Title.Font.Height = -12
  382. Title.Font.Name = #23435#20307
  383. Title.Font.Style = []
  384. Alignment = taRightJustify
  385. Font.Charset = GB2312_CHARSET
  386. Font.Color = clWindowText
  387. Font.Height = -12
  388. Font.Name = #23435#20307
  389. Font.Style = []
  390. FieldName = 'TotalPrice'
  391. Width = 65
  392. ReadOnly = True
  393. end>
  394. Grid = zgItems
  395. Left = 124
  396. Top = 103
  397. end
  398. end