home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 February / PCWorld_2003-02_cd.bin / Software / Topware / devpascal / devpas.exe / 0 / RCDATA / TMAINUNITFORM / TMAINUNITFORM.txt
Text File  |  2002-07-15  |  1KB  |  64 lines

  1. object MainUnitForm: TMainUnitForm
  2.   Left = 192
  3.   Top = 107
  4.   Width = 371
  5.   Height = 331
  6.   BorderIcons = []
  7.   Caption = 'Set Project'#39's main unit'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -14
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object GroupBox: TGroupBox
  19.     Left = 0
  20.     Top = 0
  21.     Width = 363
  22.     Height = 249
  23.     Align = alClient
  24.     Caption = 'Select the main unit file of your project:'
  25.     TabOrder = 0
  26.     object UnitList: TListBox
  27.       Left = 2
  28.       Top = 18
  29.       Width = 359
  30.       Height = 228
  31.       Align = alClient
  32.       IntegralHeight = True
  33.       ItemHeight = 16
  34.       TabOrder = 0
  35.     end
  36.   end
  37.   object Panel: TPanel
  38.     Left = 0
  39.     Top = 249
  40.     Width = 363
  41.     Height = 50
  42.     Align = alBottom
  43.     TabOrder = 1
  44.     object OkBtn: TBitBtn
  45.       Left = 7
  46.       Top = 12
  47.       Width = 93
  48.       Height = 31
  49.       Caption = '&OK'
  50.       TabOrder = 0
  51.       Kind = bkOK
  52.     end
  53.     object CancelBtn: TBitBtn
  54.       Left = 106
  55.       Top = 12
  56.       Width = 92
  57.       Height = 31
  58.       Caption = '&Cancel'
  59.       TabOrder = 1
  60.       Kind = bkCancel
  61.     end
  62.   end
  63. end
  64.