QueForm.dfm
上传用户:fh681027
上传日期:2022-07-23
资源大小:1959k
文件大小:1k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. object FormQuery: TFormQuery
  2.   Left = 426
  3.   Top = 341
  4.   Width = 490
  5.   Height = 288
  6.   Caption = 'FormQuery'
  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.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 288
  18.     Top = 24
  19.     Width = 32
  20.     Height = 13
  21.     Caption = 'Label1'
  22.   end
  23.   object DBGrid1: TDBGrid
  24.     Left = 40
  25.     Top = 48
  26.     Width = 417
  27.     Height = 201
  28.     DataSource = DataSource1
  29.     TabOrder = 0
  30.     TitleFont.Charset = DEFAULT_CHARSET
  31.     TitleFont.Color = clWindowText
  32.     TitleFont.Height = -11
  33.     TitleFont.Name = 'MS Sans Serif'
  34.     TitleFont.Style = []
  35.   end
  36.   object EditParam: TEdit
  37.     Left = 40
  38.     Top = 16
  39.     Width = 121
  40.     Height = 21
  41.     TabOrder = 1
  42.     Text = 'US'
  43.   end
  44.   object btnParam: TButton
  45.     Left = 184
  46.     Top = 16
  47.     Width = 75
  48.     Height = 25
  49.     Caption = 'Apply Param'
  50.     TabOrder = 2
  51.     OnClick = btnParamClick
  52.   end
  53.   object cdsQuery: TClientDataSet
  54.     Aggregates = <>
  55.     ConnectionBroker = ClientForm.ConnectionBroker1
  56.     Params = <
  57.       item
  58.         DataType = ftString
  59.         Name = 'Country'
  60.         ParamType = ptUnknown
  61.         Value = 'US'
  62.       end>
  63.     ProviderName = 'ProviderQuery'
  64.     Left = 304
  65.     Top = 16
  66.   end
  67.   object DataSource1: TDataSource
  68.     DataSet = cdsQuery
  69.     Left = 376
  70.     Top = 16
  71.   end
  72. end