home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 January
/
Chip_2003-01_cd1.bin
/
tema
/
abra
/
TOOLS
/
Relations.exe
/
0
/
RCDATA
/
TFRMSTORAGEDIALOG
/
TFRMSTORAGEDIALOG.txt
< prev
Wrap
Text File
|
2002-11-21
|
1KB
|
67 lines
object frmStorageDialog: TfrmStorageDialog
Left = 360
Top = 250
BorderStyle = bsDialog
Caption = 'Select Connection'
ClientHeight = 118
ClientWidth = 276
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Icon.Data = {<image000.ico>}
OldCreateOrder = True
Position = poScreenCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object cbConnections: TComboBox
Left = 16
Top = 20
Width = 249
Height = 21
ItemHeight = 13
TabOrder = 0
Text = '<none>'
Items.Strings = (
'<none>')
end
object btnOk: TButton
Left = 54
Top = 70
Width = 75
Height = 25
Caption = 'Ok'
Default = True
ModalResult = 1
TabOrder = 1
OnClick = btnOkClick
end
object btnCancel: TButton
Left = 148
Top = 70
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
OnClick = btnCancelClick
end
object FormStorage1: TFormStorage
IniFileName = 'Software\AKTIS a.s.\Nexus'
IniSection = 'ScriptEngine'
Options = []
UseRegistry = True
OnRestorePlacement = FormStorage1RestorePlacement
StoredProps.Strings = (
'cbConnections.Text')
StoredValues = <>
Left = 12
Top = 80
end
end