home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1999 July
/
Chip_1999-07_cd.bin
/
zkuste
/
Delphi
/
D
/
sce.exe
/
PRGEDIT.EXE
/
0
/
RCDATA
/
TREGFORM
/
TREGFORM.txt
< prev
Wrap
Text File
|
1999-01-01
|
4KB
|
158 lines
object RegForm: TRegForm
Left = 544
Top = 222
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Registry-settings'
ClientHeight = 308
ClientWidth = 600
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
Icon.Data = {<image000.ico>}
OldCreateOrder = True
Position = poScreenCenter
Scaled = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 16
object Label1: TLabel
Left = 24
Top = 16
Width = 415
Height = 16
Caption =
'In this dialog you can refer double clicks on particular file ty' +
'pes to SCE.'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 24
Top = 40
Width = 532
Height = 16
Caption =
'You must not really do that, because SCE is already in the '#39'Send' +
' to'#39' menue of the explorer..'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label5: TLabel
Left = 24
Top = 64
Width = 539
Height = 16
Caption =
'You do not need to make that decesion now, because you can reach' +
' this dialog at any time '
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label6: TLabel
Left = 24
Top = 88
Width = 237
Height = 16
Caption = 'via the menue OPTIONEN | REGISTRY.'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object PasButton: TSpeedButton
Left = 32
Top = 112
Width = 545
Height = 25
Caption = 'Start SCE by doubleclick on Pascal- and Delphi- files (*.pas)'
Font.Charset = DEFAULT_CHARSET
Font.Color = clGreen
Font.Height = -17
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
OnClick = SpeedButton1Click
end
object DelPASButton: TSpeedButton
Left = 32
Top = 144
Width = 545
Height = 25
Caption =
'Delete registry entry concerning Pascal- and Delphi- files (*.pa' +
's)'
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -17
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
OnClick = DelPASButtonClick
end
object DPRButton: TSpeedButton
Left = 32
Top = 192
Width = 545
Height = 25
Caption = 'Start SCE by doubleclick on Delphi project files (*.dpr)'
Font.Charset = DEFAULT_CHARSET
Font.Color = clGreen
Font.Height = -17
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
OnClick = SpeedButton3Click
end
object DelDPRButton: TSpeedButton
Left = 32
Top = 224
Width = 545
Height = 25
Caption = 'Delete registry entrys cocerning Delphi project files (*.dpr)'
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -17
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
OnClick = DelDPRButtonClick
end
object OKButton: TBitBtn
Left = 352
Top = 264
Width = 105
Height = 25
Caption = '&Close'
TabOrder = 0
Kind = bkOK
end
object HilfeButton: TBitBtn
Left = 472
Top = 264
Width = 105
Height = 25
Caption = '&Help'
TabOrder = 1
OnClick = HilfeButtonClick
Kind = bkHelp
end
end