entergoo.dfm
上传用户:bjkrmsxy
上传日期:2010-01-31
资源大小:9004k
文件大小:4k
源码类别:

百货/超市行业

开发平台:

Delphi

  1. object enterFrom: TenterFrom
  2.   Left = 286
  3.   Top = 168
  4.   Width = 569
  5.   Height = 401
  6.   Caption = #36827#36135#21333
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnActivate = FormActivate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 561
  21.     Height = 313
  22.     Align = alTop
  23.     Caption = 'Panel1'
  24.     TabOrder = 0
  25.     object DBGrid1: TDBGrid
  26.       Left = 1
  27.       Top = 1
  28.       Width = 559
  29.       Height = 311
  30.       Align = alClient
  31.       DataSource = DataSource1
  32.       ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
  33.       TabOrder = 0
  34.       TitleFont.Charset = DEFAULT_CHARSET
  35.       TitleFont.Color = clWindowText
  36.       TitleFont.Height = -11
  37.       TitleFont.Name = 'MS Sans Serif'
  38.       TitleFont.Style = []
  39.       Columns = <
  40.         item
  41.           Color = clFuchsia
  42.           Expanded = False
  43.           FieldName = 'p_id'
  44.           ReadOnly = True
  45.           Title.Caption = #26465#24418#30721
  46.           Width = 81
  47.           Visible = True
  48.         end
  49.         item
  50.           Color = clFuchsia
  51.           Expanded = False
  52.           FieldName = 'p_name'
  53.           ReadOnly = True
  54.           Title.Caption = #21830#21697#21517#31216
  55.           Width = 121
  56.           Visible = True
  57.         end
  58.         item
  59.           Color = clFuchsia
  60.           Expanded = False
  61.           FieldName = 'p_price'
  62.           ReadOnly = True
  63.           Title.Caption = #21333#20215#65288#20803#65289
  64.           Width = 77
  65.           Visible = True
  66.         end
  67.         item
  68.           Color = clFuchsia
  69.           Expanded = False
  70.           FieldName = 'p_unit'
  71.           ReadOnly = True
  72.           Title.Caption = #35745#37327#21333#20301
  73.           Width = 65
  74.           Visible = True
  75.         end
  76.         item
  77.           Color = clFuchsia
  78.           Expanded = False
  79.           FieldName = 'p_type'
  80.           ReadOnly = True
  81.           Title.Caption = #31867#22411#21517
  82.           Width = 63
  83.           Visible = True
  84.         end
  85.         item
  86.           Color = clGradientActiveCaption
  87.           Expanded = False
  88.           FieldName = 'p_sale'
  89.           Title.Caption = #39035#36827#36135#25968#37327
  90.           Width = 101
  91.           Visible = True
  92.         end>
  93.     end
  94.   end
  95.   object Button1: TButton
  96.     Left = 168
  97.     Top = 328
  98.     Width = 75
  99.     Height = 25
  100.     Caption = #25968#25454#36830#25509
  101.     TabOrder = 1
  102.     OnClick = Button1Click
  103.   end
  104.   object Button2: TButton
  105.     Left = 304
  106.     Top = 328
  107.     Width = 75
  108.     Height = 25
  109.     Caption = #36864#20986
  110.     TabOrder = 2
  111.     OnClick = Button2Click
  112.   end
  113.   object ADOQuery1: TADOQuery
  114.     Connection = DataModule1.ADOConnection1
  115.     CursorType = ctStatic
  116.     Parameters = <>
  117.     SQL.Strings = (
  118.       
  119.         'select p_id,p_name,p_price,p_unit,p_type,p_sale from produce_t w' +
  120.         'here p_sale>0 order by p_sale DESC')
  121.     Left = 16
  122.     Top = 40
  123.     object ADOQuery1p_id: TSmallintField
  124.       FieldName = 'p_id'
  125.     end
  126.     object ADOQuery1p_name: TWideStringField
  127.       FieldName = 'p_name'
  128.       Size = 50
  129.     end
  130.     object ADOQuery1p_price: TBCDField
  131.       FieldName = 'p_price'
  132.       Precision = 19
  133.     end
  134.     object ADOQuery1p_unit: TWideStringField
  135.       FieldName = 'p_unit'
  136.       Size = 50
  137.     end
  138.     object ADOQuery1p_type: TSmallintField
  139.       FieldName = 'p_type'
  140.       LookupKeyFields = 'p_name'
  141.       LookupResultField = 'p_name'
  142.       KeyFields = 'p_type'
  143.     end
  144.     object ADOQuery1p_sale: TSmallintField
  145.       FieldName = 'p_sale'
  146.     end
  147.   end
  148.   object DataSource1: TDataSource
  149.     DataSet = ADOQuery1
  150.     Left = 48
  151.     Top = 40
  152.   end
  153. end