home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / Runimage / Delphi50 / Bin / conexprt.dll / RCDATA / TCONWIZARDFORM / TCONWIZARDFORM.txt
Text File  |  1999-08-11  |  2KB  |  106 lines

  1. object ConWizardForm: TConWizardForm
  2.   Left = 253
  3.   Top = 150
  4.   HorzScrollBar.Increment = 45
  5.   VertScrollBar.Increment = 24
  6.   AutoScroll = False
  7.   BorderIcons = [biSystemMenu]
  8.   Caption = 'Console Application Wizard'
  9.   ClientHeight = 269
  10.   ClientWidth = 501
  11.   Color = clBtnFace
  12.   ParentFont = True
  13.   OldCreateOrder = True
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Icon: TImage
  19.     Left = 4
  20.     Top = 8
  21.     Width = 77
  22.     Height = 65
  23.     Center = True
  24.   end
  25.   object Panel1: TPanel
  26.     Left = 96
  27.     Top = 8
  28.     Width = 395
  29.     Height = 209
  30.     TabOrder = 0
  31.     object Label1: TLabel
  32.       Left = 8
  33.       Top = 8
  34.       Width = 367
  35.       Height = 39
  36.       Caption = 
  37.         'Use the Console Application wizard to quickly set up a project f' +
  38.         'or the application you want to create. With this wizard, you can' +
  39.         ' specify a project that is a generic Windows GUI application, a ' +
  40.         'console application or a DLL.'
  41.       WordWrap = True
  42.     end
  43.     object VclCheckBox: TCheckBox
  44.       Left = 24
  45.       Top = 144
  46.       Width = 257
  47.       Height = 17
  48.       Caption = 'Include the &Visual Component Library (VCL)'
  49.       TabOrder = 2
  50.     end
  51.     object ExeTypeRadioGroup: TRadioGroup
  52.       Left = 272
  53.       Top = 72
  54.       Width = 105
  55.       Height = 57
  56.       Caption = 'Execution &Type:'
  57.       Items.Strings = (
  58.         '&EXE'
  59.         '&DLL')
  60.       TabOrder = 1
  61.       OnClick = ExeTypeRadioGroupClick
  62.     end
  63.     object WinTypeRadioGroup: TRadioGroup
  64.       Left = 16
  65.       Top = 72
  66.       Width = 241
  67.       Height = 57
  68.       Caption = '&Window Type:'
  69.       Items.Strings = (
  70.         'Con&sole'
  71.         'Window (&GUI)')
  72.       TabOrder = 0
  73.       OnClick = WinTypeRadioGroupClick
  74.     end
  75.   end
  76.   object FinishButton: TButton
  77.     Left = 176
  78.     Top = 232
  79.     Width = 75
  80.     Height = 25
  81.     Caption = '&Finish'
  82.     Default = True
  83.     ModalResult = 1
  84.     TabOrder = 1
  85.   end
  86.   object CancelButton: TButton
  87.     Left = 272
  88.     Top = 232
  89.     Width = 75
  90.     Height = 25
  91.     Cancel = True
  92.     Caption = 'Cancel'
  93.     ModalResult = 2
  94.     TabOrder = 2
  95.   end
  96.   object HelpButton: TButton
  97.     Left = 368
  98.     Top = 232
  99.     Width = 75
  100.     Height = 25
  101.     Caption = '&Help'
  102.     TabOrder = 3
  103.     OnClick = HelpButtonClick
  104.   end
  105. end
  106.