home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 February
/
Chip_2003-02_cd1.bin
/
zkuste
/
delphi
/
kompon
/
d34567
/
KADAO77.ZIP
/
ODBCDialogUnit.dfm
/
ODBCDialogUnit.txt
Wrap
Text File
|
2002-02-13
|
1KB
|
77 lines
object ODBCDialog: TODBCDialog
Left = 344
Top = 288
BorderStyle = bsDialog
Caption = 'Select ODBC Database:'
ClientHeight = 118
ClientWidth = 439
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object RadioGroup1: TRadioGroup
Left = 8
Top = 8
Width = 427
Height = 73
Caption = ' &Choose DSN: '
ItemIndex = 1
Items.Strings = (
'&System DSN:'
'&User DSN ...:')
TabOrder = 0
OnClick = RadioGroup1Click
end
object ComboBox1: TComboBox
Left = 106
Top = 24
Width = 245
Height = 21
Style = csDropDownList
Enabled = False
ItemHeight = 13
TabOrder = 1
end
object ComboBox2: TComboBox
Left = 106
Top = 51
Width = 245
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 2
end
object Button1: TButton
Left = 360
Top = 88
Width = 75
Height = 25
Caption = 'Ok'
TabOrder = 3
OnClick = Button1Click
end
object Button2: TButton
Left = 280
Top = 88
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
TabOrder = 4
OnClick = Button2Click
end
object Button3: TButton
Left = 359
Top = 47
Width = 70
Height = 25
Caption = '&ODBC >>'
TabOrder = 5
OnClick = Button3Click
end
end