home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Plus! (NZ) 2001 June
/
HDC50.iso
/
Runimage
/
Delphi50
/
Bin
/
CORIDE50.BPL
/
0
/
RCDATA
/
TCUSTOMPACKAGEDESCRIPTION
/
TCUSTOMPACKAGEDESCRIPTION.txt
Wrap
Text File
|
1999-08-11
|
2KB
|
82 lines
object CustomPackageDescription: TCustomPackageDescription
Left = 0
Top = 0
Width = 400
Height = 283
HelpContext = 1796
Caption = 'Description'
OnBroadcast = CustomPackageDescriptionBroadcast
object GroupBox1: TGroupBox
Left = 8
Top = 64
Width = 186
Height = 73
Caption = '&Usage options'
TabOrder = 0
object rbDesigntime: TRadioButton
Left = 8
Top = 16
Width = 113
Height = 17
Caption = '&Designtime only'
TabOrder = 0
end
object rbRuntime: TRadioButton
Left = 8
Top = 32
Width = 113
Height = 17
Caption = '&Runtime only'
TabOrder = 1
end
object rbBoth: TRadioButton
Left = 8
Top = 48
Width = 161
Height = 17
Caption = 'Designtime &and runtime'
TabOrder = 2
end
end
object GroupBox2: TGroupBox
Left = 204
Top = 64
Width = 185
Height = 73
Caption = '&Build control'
TabOrder = 1
object rbImplicitBuild: TRadioButton
Left = 8
Top = 17
Width = 113
Height = 20
Caption = 'Rebuild as &needed'
TabOrder = 0
end
object rbExplicitBuild: TRadioButton
Left = 8
Top = 36
Width = 113
Height = 20
Caption = '&Explicit rebuild'
TabOrder = 1
end
end
object GroupBox3: TGroupBox
Left = 8
Top = 8
Width = 381
Height = 48
Caption = 'De&scription'
TabOrder = 2
object EditDescription: TEdit
Left = 8
Top = 16
Width = 365
Height = 21
TabOrder = 0
Text = 'EditDescription'
end
end
end