demo1.dfm
Upload User: zfeng_2008
Upload Date: 2007-02-25
Package Size: 5k
Code Size: 1k
Category:

ADO-ODBC

Development Platform:

Delphi

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 107
  4.   Width = 451
  5.   Height = 280
  6.   Caption = #33258#21160#35774#32622#31995#32479'DSN'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 40
  18.     Top = 24
  19.     Width = 153
  20.     Height = 13
  21.     Caption = #38190#20837#23436#25972#25968#25454#24211#36335#24452#21644#21517#31216'   '
  22.   end
  23.   object Label2: TLabel
  24.     Left = 40
  25.     Top = 96
  26.     Width = 77
  27.     Height = 13
  28.     Caption = #38190#20837'DSN'#21517#31216'  '
  29.   end
  30.   object Edit1: TEdit
  31.     Left = 40
  32.     Top = 56
  33.     Width = 201
  34.     Height = 21
  35.     TabOrder = 0
  36.   end
  37.   object Edit2: TEdit
  38.     Left = 40
  39.     Top = 128
  40.     Width = 201
  41.     Height = 21
  42.     TabOrder = 1
  43.   end
  44.   object Button1: TButton
  45.     Left = 272
  46.     Top = 128
  47.     Width = 75
  48.     Height = 25
  49.     Caption = #35774#32622
  50.     TabOrder = 2
  51.     OnClick = Button1Click
  52.   end
  53.   object memo1: TMemo
  54.     Left = 40
  55.     Top = 168
  56.     Width = 145
  57.     Height = 57
  58.     TabOrder = 3
  59.   end
  60. end