www.pudn.com > transfox.rar > createodbc.dfm


object Fm_createodbc: TFm_createodbc 
  Left = 96 
  Top = 192 
  Width = 270 
  Height = 159 
  Caption = #24314#31435'ODBC' 
  Color = clBtnFace 
  Font.Charset = GB2312_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -12 
  Font.Name = #23435#20307 
  Font.Style = [] 
  OldCreateOrder = False 
  Position = poDesktopCenter 
  OnShow = FormShow 
  PixelsPerInch = 96 
  TextHeight = 12 
  object Label1: TLabel 
    Left = 24 
    Top = 46 
    Width = 48 
    Height = 12 
    Caption = 'ODBC'#21517#31216 
  end 
  object Label2: TLabel 
    Left = 11 
    Top = 75 
    Width = 60 
    Height = 12 
    Caption = #25968#25454#24211#36335#24452 
  end 
  object Label3: TLabel 
    Left = 24 
    Top = 18 
    Width = 48 
    Height = 12 
    Caption = 'ODBC'#31867#22411 
  end 
  object Edit1: TEdit 
    Left = 80 
    Top = 42 
    Width = 142 
    Height = 20 
    Enabled = False 
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899 
    TabOrder = 0 
    Text = 'Edit1' 
  end 
  object Edit2: TEdit 
    Left = 80 
    Top = 72 
    Width = 143 
    Height = 20 
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899 
    TabOrder = 1 
    Text = 'Edit2' 
  end 
  object ComboBox1: TComboBox 
    Left = 80 
    Top = 12 
    Width = 145 
    Height = 20 
    Enabled = False 
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899 
    ItemHeight = 12 
    TabOrder = 2 
    Text = 'ComboBox1' 
    Items.Strings = ( 
      '100 Fox' 
      '200 DBase' 
      '300 Accessdb') 
  end 
  object Btn_SAVE: TButton 
    Left = 61 
    Top = 103 
    Width = 75 
    Height = 25 
    Caption = #30830#23450 
    TabOrder = 3 
    OnClick = Btn_SAVEClick 
  end 
  object Btn_close: TButton 
    Left = 136 
    Top = 103 
    Width = 75 
    Height = 25 
    Caption = #36864#20986 
    TabOrder = 4 
    OnClick = Btn_closeClick 
  end 
end