MainFrm.dfm
上传用户:psxgmh
上传日期:2013-04-08
资源大小:15112k
文件大小:1k
- object FrmMain: TFrmMain
- Left = 166
- Top = 123
- Width = 544
- Height = 375
- Caption = #25968#25454#24211#24212#29992#31243#24207
- 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 Button1: TButton
- Left = 360
- Top = 104
- Width = 75
- Height = 25
- Caption = 'Button1'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Database: TDatabase
- AliasName = 'DelphiTest'
- DatabaseName = 'DataTest'
- KeepConnection = False
- LoginPrompt = False
- Params.Strings = (
- 'user name=sa'
- 'password=')
- SessionName = 'Default'
- Left = 104
- Top = 56
- end
- object Table1: TTable
- DatabaseName = 'DataTest'
- TableName = 'dbo.jobs'
- Left = 240
- Top = 104
- end
- end