object ConWizardForm: TConWizardForm Left = 253 Top = 150 HorzScrollBar.Increment = 45 VertScrollBar.Increment = 24 AutoScroll = False BorderIcons = [biSystemMenu] Caption = 'Console Application Wizard' ClientHeight = 269 ClientWidth = 501 Color = clBtnFace ParentFont = True OldCreateOrder = True Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Icon: TImage Left = 4 Top = 8 Width = 77 Height = 65 Center = True end object Panel1: TPanel Left = 96 Top = 8 Width = 395 Height = 209 TabOrder = 0 object Label1: TLabel Left = 8 Top = 8 Width = 367 Height = 39 Caption = 'Use the Console Application wizard to quickly set up a project f' + 'or the application you want to create. With this wizard, you can' + ' specify a project that is a generic Windows GUI application, a ' + 'console application or a DLL.' WordWrap = True end object VclCheckBox: TCheckBox Left = 24 Top = 144 Width = 257 Height = 17 Caption = 'Include the &Visual Component Library (VCL)' TabOrder = 2 end object ExeTypeRadioGroup: TRadioGroup Left = 272 Top = 72 Width = 105 Height = 57 Caption = 'Execution &Type:' Items.Strings = ( '&EXE' '&DLL') TabOrder = 1 OnClick = ExeTypeRadioGroupClick end object WinTypeRadioGroup: TRadioGroup Left = 16 Top = 72 Width = 241 Height = 57 Caption = '&Window Type:' Items.Strings = ( 'Con&sole' 'Window (&GUI)') TabOrder = 0 OnClick = WinTypeRadioGroupClick end end object FinishButton: TButton Left = 176 Top = 232 Width = 75 Height = 25 Caption = '&Finish' Default = True ModalResult = 1 TabOrder = 1 end object CancelButton: TButton Left = 272 Top = 232 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object HelpButton: TButton Left = 368 Top = 232 Width = 75 Height = 25 Caption = '&Help' TabOrder = 3 OnClick = HelpButtonClick end end