home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Plus! (NZ) 2001 June
/
HDC50.iso
/
Runimage
/
Delphi50
/
Bin
/
CORIDE50.BPL
/
0
/
RCDATA
/
TDESKTOPSAVEFORMBASE
/
TDESKTOPSAVEFORMBASE.txt
Wrap
Text File
|
1999-08-11
|
830b
|
45 lines
object DesktopSaveFormBase: TDesktopSaveFormBase
Left = 342
Top = 213
AutoScroll = False
Caption = 'DesktopSaveFormBase'
ClientHeight = 96
ClientWidth = 276
Color = clBtnFace
ParentFont = True
OldCreateOrder = False
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object cbDesktopName: TComboBox
Left = 18
Top = 29
Width = 241
Height = 21
ItemHeight = 13
TabOrder = 0
OnChange = cbDesktopNameChange
end
object btnOK: TButton
Left = 61
Top = 62
Width = 75
Height = 25
Caption = 'OK'
Default = True
Enabled = False
TabOrder = 1
end
object btnCancel: TButton
Left = 141
Top = 62
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
end