QueForm.dfm
资源名称:delphi.rar [点击查看]
上传用户:fh681027
上传日期:2022-07-23
资源大小:1959k
文件大小:1k
源码类别:
Delphi控件源码
开发平台:
Delphi
- object FormQuery: TFormQuery
- Left = 426
- Top = 341
- Width = 490
- Height = 288
- Caption = 'FormQuery'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 288
- Top = 24
- Width = 32
- Height = 13
- Caption = 'Label1'
- end
- object DBGrid1: TDBGrid
- Left = 40
- Top = 48
- Width = 417
- Height = 201
- DataSource = DataSource1
- TabOrder = 0
- TitleFont.Charset = DEFAULT_CHARSET
- TitleFont.Color = clWindowText
- TitleFont.Height = -11
- TitleFont.Name = 'MS Sans Serif'
- TitleFont.Style = []
- end
- object EditParam: TEdit
- Left = 40
- Top = 16
- Width = 121
- Height = 21
- TabOrder = 1
- Text = 'US'
- end
- object btnParam: TButton
- Left = 184
- Top = 16
- Width = 75
- Height = 25
- Caption = 'Apply Param'
- TabOrder = 2
- OnClick = btnParamClick
- end
- object cdsQuery: TClientDataSet
- Aggregates = <>
- ConnectionBroker = ClientForm.ConnectionBroker1
- Params = <
- item
- DataType = ftString
- Name = 'Country'
- ParamType = ptUnknown
- Value = 'US'
- end>
- ProviderName = 'ProviderQuery'
- Left = 304
- Top = 16
- end
- object DataSource1: TDataSource
- DataSet = cdsQuery
- Left = 376
- Top = 16
- end
- end