selectstore.dfm
上传用户:tangpei45
上传日期:2013-07-14
资源大小:9104k
文件大小:1k
- object fmSelectStore: TfmSelectStore
- Left = 192
- Top = 107
- Width = 411
- Height = 252
- Caption = #36873#25321#20179#24211
- 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 DBGrid1: TDBGrid
- Left = 0
- Top = 0
- Width = 403
- Height = 225
- Align = alClient
- DataSource = DataSource1
- Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
- TabOrder = 0
- TitleFont.Charset = DEFAULT_CHARSET
- TitleFont.Color = clWindowText
- TitleFont.Height = -11
- TitleFont.Name = 'MS Sans Serif'
- TitleFont.Style = []
- OnDblClick = DBGrid1DblClick
- end
- object Query1: TQuery
- DatabaseName = 'db'
- Left = 312
- Top = 16
- end
- object DataSource1: TDataSource
- AutoEdit = False
- DataSet = Query1
- Left = 344
- Top = 16
- end
- end