DealBillsFme.dfm 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. object DealBillsFrame: TDealBillsFrame
  2. Left = 0
  3. Top = 0
  4. Width = 479
  5. Height = 362
  6. TabOrder = 0
  7. object pnlDealBills: TPanel
  8. Left = 0
  9. Top = 21
  10. Width = 479
  11. Height = 341
  12. Align = alClient
  13. BevelOuter = bvNone
  14. TabOrder = 0
  15. object zgDealBills: TZJGrid
  16. Left = 0
  17. Top = 0
  18. Width = 479
  19. Height = 341
  20. Options = [goRangeSelect, goRowSizing, goColSizing, goCellNotMaintainData, goFixedRowShowNo, goFixedColShowNo, goAlwaysShowSelection]
  21. OptionsEx = []
  22. ColCount = 7
  23. RowCount = 4
  24. ShowGridLine = False
  25. DefaultColWidth = 73
  26. DefaultFixedColWidth = 25
  27. Selection.AlphaBlend = False
  28. Selection.TransparentColor = False
  29. FrozenCol = 0
  30. FrozenRow = 0
  31. OnMouseDown = zgDealBillsMouseDown
  32. Align = alClient
  33. end
  34. end
  35. object pnlTop: TPanel
  36. Left = 0
  37. Top = 0
  38. Width = 479
  39. Height = 21
  40. Align = alTop
  41. BevelOuter = bvNone
  42. TabOrder = 1
  43. object labTitle: TJimGradLabel
  44. Left = 0
  45. Top = 0
  46. Width = 479
  47. Height = 21
  48. Align = alClient
  49. AutoSize = False
  50. ColorBegin = clGradientInactiveCaption
  51. ColorEnd = clGradientInactiveCaption
  52. Caption = ' '#31614#32422#28165#21333' -- '#38405#35835#27169#24335
  53. Font.Charset = GB2312_CHARSET
  54. Font.Color = clWindowText
  55. Font.Height = -12
  56. Font.Name = #23435#20307
  57. Font.Style = [fsBold]
  58. ParentFont = False
  59. Layout = tlCenter
  60. end
  61. end
  62. object saDealBills: TsdGridDBA
  63. Columns = <
  64. item
  65. Title.Caption = #28165#21333#32534#21495
  66. Title.CaptionAcrossCols = '1'
  67. Title.Font.Charset = GB2312_CHARSET
  68. Title.Font.Color = clWindowText
  69. Title.Font.Height = -12
  70. Title.Font.Name = #23435#20307
  71. Title.Font.Style = []
  72. Alignment = taLeftJustify
  73. Font.Charset = GB2312_CHARSET
  74. Font.Color = clWindowText
  75. Font.Height = -12
  76. Font.Name = #23435#20307
  77. Font.Style = []
  78. FieldName = 'B_Code'
  79. Width = 80
  80. ReadOnly = True
  81. end
  82. item
  83. Title.Caption = #21517#31216
  84. Title.CaptionAcrossCols = '1'
  85. Title.Font.Charset = GB2312_CHARSET
  86. Title.Font.Color = clWindowText
  87. Title.Font.Height = -12
  88. Title.Font.Name = #23435#20307
  89. Title.Font.Style = []
  90. Alignment = taLeftJustify
  91. Font.Charset = GB2312_CHARSET
  92. Font.Color = clWindowText
  93. Font.Height = -12
  94. Font.Name = #23435#20307
  95. Font.Style = []
  96. FieldName = 'Name'
  97. Width = 150
  98. ReadOnly = True
  99. end
  100. item
  101. Title.Caption = #21333#20301
  102. Title.CaptionAcrossCols = '1'
  103. Title.Font.Charset = GB2312_CHARSET
  104. Title.Font.Color = clWindowText
  105. Title.Font.Height = -12
  106. Title.Font.Name = #23435#20307
  107. Title.Font.Style = []
  108. Alignment = taCenter
  109. Font.Charset = GB2312_CHARSET
  110. Font.Color = clWindowText
  111. Font.Height = -12
  112. Font.Name = 'smartSimSun'
  113. Font.Style = []
  114. FieldName = 'Units'
  115. Width = 45
  116. ReadOnly = True
  117. end
  118. item
  119. Title.Caption = #21333#20215
  120. Title.CaptionAcrossCols = '1'
  121. Title.Font.Charset = GB2312_CHARSET
  122. Title.Font.Color = clWindowText
  123. Title.Font.Height = -12
  124. Title.Font.Name = #23435#20307
  125. Title.Font.Style = []
  126. Alignment = taRightJustify
  127. Font.Charset = GB2312_CHARSET
  128. Font.Color = clWindowText
  129. Font.Height = -12
  130. Font.Name = #23435#20307
  131. Font.Style = []
  132. FieldName = 'Price'
  133. Width = 60
  134. ReadOnly = True
  135. end
  136. item
  137. Title.Caption = #25968#37327
  138. Title.CaptionAcrossCols = '1'
  139. Title.Font.Charset = GB2312_CHARSET
  140. Title.Font.Color = clWindowText
  141. Title.Font.Height = -12
  142. Title.Font.Name = #23435#20307
  143. Title.Font.Style = []
  144. Alignment = taRightJustify
  145. Font.Charset = GB2312_CHARSET
  146. Font.Color = clWindowText
  147. Font.Height = -12
  148. Font.Name = #23435#20307
  149. Font.Style = []
  150. FieldName = 'Quantity'
  151. Width = 60
  152. ReadOnly = True
  153. end
  154. item
  155. Title.Caption = #37329#39069
  156. Title.CaptionAcrossCols = '1'
  157. Title.Font.Charset = GB2312_CHARSET
  158. Title.Font.Color = clWindowText
  159. Title.Font.Height = -12
  160. Title.Font.Name = #23435#20307
  161. Title.Font.Style = []
  162. Alignment = taRightJustify
  163. Font.Charset = GB2312_CHARSET
  164. Font.Color = clWindowText
  165. Font.Height = -12
  166. Font.Name = #23435#20307
  167. Font.Style = []
  168. FieldName = 'TotalPrice'
  169. Width = 60
  170. ReadOnly = True
  171. end>
  172. Grid = zgDealBills
  173. ExtendRowCount = 3
  174. Options = [aoAllowInsert, aoAllowEdit, aoAutoInsert]
  175. Left = 192
  176. Top = 205
  177. end
  178. object dxpmDealBills: TdxBarPopupMenu
  179. BarManager = MainForm.dxBarManager
  180. ItemLinks = <
  181. item
  182. Item = MainForm.dxbtnChangeDealBillsMode
  183. Visible = True
  184. end>
  185. UseOwnFont = False
  186. OnPopup = dxpmDealBillsPopup
  187. Left = 112
  188. Top = 112
  189. end
  190. object alDealBills: TActionList
  191. Left = 160
  192. Top = 112
  193. object actnChangeDealBillsMode: TAction
  194. Caption = #20999#25442#33267
  195. OnExecute = actnChangeDealBillsModeExecute
  196. end
  197. end
  198. end