home *** CD-ROM | disk | FTP | other *** search
/ Swift Draw / SwiftDraw.iso / CDSetup.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt < prev   
Text File  |  1999-10-07  |  1KB  |  68 lines

  1. object MainForm: TMainForm
  2.   Left = 393
  3.   Top = 287
  4.   Width = 641
  5.   Height = 342
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   Caption = 'Cosmi CD Install'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object ProgramImage: TImage
  22.     Left = 408
  23.     Top = 14
  24.     Width = 220
  25.     Height = 220
  26.     Stretch = True
  27.   end
  28.   object RPrograms: TRadioGroup
  29.     Left = 8
  30.     Top = 8
  31.     Width = 393
  32.     Height = 257
  33.     Caption = '&Program To Install'
  34.     Columns = 2
  35.     TabOrder = 0
  36.     OnClick = RProgramsClick
  37.   end
  38.   object BInstall: TBitBtn
  39.     Left = 133
  40.     Top = 280
  41.     Width = 75
  42.     Height = 25
  43.     Caption = '&Install'
  44.     Enabled = False
  45.     TabOrder = 1
  46.     OnClick = BInstallClick
  47.     Kind = bkOK
  48.   end
  49.   object BCancel: TBitBtn
  50.     Left = 280
  51.     Top = 280
  52.     Width = 75
  53.     Height = 25
  54.     TabOrder = 2
  55.     OnClick = BCancelClick
  56.     Kind = bkCancel
  57.   end
  58.   object HelpButton: THelpButton
  59.     Left = 426
  60.     Top = 280
  61.     Width = 75
  62.     Height = 25
  63.     HelpContext = 1
  64.     TabOrder = 3
  65.     Kind = bkHelp
  66.   end
  67. end
  68.