demo1.dfm
上传用户:zfeng_2008
上传日期:2007-02-25
资源大小:5k
文件大小:1k
- object Form1: TForm1
- Left = 192
- Top = 107
- Width = 451
- Height = 280
- Caption = #33258#21160#35774#32622#31995#32479'DSN'
- 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 = 40
- Top = 24
- Width = 153
- Height = 13
- Caption = #38190#20837#23436#25972#25968#25454#24211#36335#24452#21644#21517#31216' '
- end
- object Label2: TLabel
- Left = 40
- Top = 96
- Width = 77
- Height = 13
- Caption = #38190#20837'DSN'#21517#31216' '
- end
- object Edit1: TEdit
- Left = 40
- Top = 56
- Width = 201
- Height = 21
- TabOrder = 0
- end
- object Edit2: TEdit
- Left = 40
- Top = 128
- Width = 201
- Height = 21
- TabOrder = 1
- end
- object Button1: TButton
- Left = 272
- Top = 128
- Width = 75
- Height = 25
- Caption = #35774#32622
- TabOrder = 2
- OnClick = Button1Click
- end
- object memo1: TMemo
- Left = 40
- Top = 168
- Width = 145
- Height = 57
- TabOrder = 3
- end
- end