Mainfrm.dfm
上传用户:psxgmh
上传日期:2013-04-08
资源大小:15112k
文件大小:1k
- object Form1: TForm1
- Left = 141
- Top = 77
- Width = 696
- Height = 480
- Caption = #23384#21462'Word'#25991#20214
- 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 = 344
- Top = 8
- Width = 75
- Height = 25
- Caption = 'Button1'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 344
- Top = 40
- Width = 75
- Height = 25
- Caption = 'Button2'
- TabOrder = 1
- OnClick = Button2Click
- end
- object Doc_Ole: TOleContainer
- Left = 40
- Top = 80
- Width = 369
- Height = 249
- Caption = 'Doc_Ole'
- TabOrder = 2
- end
- object Database1: TDatabase
- AliasName = 'Test'
- Connected = True
- DatabaseName = 'SaveWord'
- LoginPrompt = False
- Params.Strings = (
- 'user name=sa'
- 'password=')
- SessionName = 'Default'
- Left = 72
- Top = 32
- end
- object Table1: TTable
- Active = True
- AutoRefresh = True
- DatabaseName = 'SaveWord'
- TableName = 'dbo.Test'
- Left = 120
- Top = 32
- end
- object OpenDialog1: TOpenDialog
- Left = 288
- Top = 40
- end
- end