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

  1. object RemoveUnitForm: TRemoveUnitForm
  2.   Left = 200
  3.   Top = 108
  4.   Width = 321
  5.   Height = 293
  6.   ActiveControl = GroupBox
  7.   BorderIcons = [biSystemMenu, biMaximize]
  8.   Caption = 'Remove from project'
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object GroupBox: TGroupBox
  19.     Left = 0
  20.     Top = 0
  21.     Width = 313
  22.     Height = 225
  23.     Align = alClient
  24.     Caption = 'Select the file to remove from the project:'
  25.     TabOrder = 0
  26.     object UnitList: TListBox
  27.       Left = 2
  28.       Top = 15
  29.       Width = 309
  30.       Height = 199
  31.       Align = alClient
  32.       IntegralHeight = True
  33.       ItemHeight = 13
  34.       TabOrder = 0
  35.     end
  36.   end
  37.   object Panel: TPanel
  38.     Left = 0
  39.     Top = 225
  40.     Width = 313
  41.     Height = 41
  42.     Align = alBottom
  43.     TabOrder = 1
  44.     object OkBtn: TBitBtn
  45.       Left = 6
  46.       Top = 10
  47.       Width = 75
  48.       Height = 25
  49.       Caption = '&OK'
  50.       TabOrder = 0
  51.       Kind = bkOK
  52.     end
  53.     object CancelBtn: TBitBtn
  54.       Left = 86
  55.       Top = 10
  56.       Width = 75
  57.       Height = 25
  58.       Caption = '&Cancel'
  59.       TabOrder = 1
  60.       Kind = bkCancel
  61.     end
  62.   end
  63.   object MarsCaption1: TMarsCaption
  64.     ActiveBeginColor = clBlack
  65.     ActiveEndColor = clLime
  66.     ActiveFontColor = clWhite
  67.     InactiveBeginColor = clBlack
  68.     InactiveEndColor = clSilver
  69.     InactiveFontColor = clSilver
  70.     ApplicationNameFont.Charset = DEFAULT_CHARSET
  71.     ApplicationNameFont.Color = clWindowText
  72.     ApplicationNameFont.Height = -11
  73.     ApplicationNameFont.Name = 'MS Sans Serif'
  74.     ApplicationNameFont.Style = [fsBold]
  75.     CaptionFont.Charset = DEFAULT_CHARSET
  76.     CaptionFont.Color = clWindowText
  77.     CaptionFont.Height = -11
  78.     CaptionFont.Name = 'MS Sans Serif'
  79.     CaptionFont.Style = []
  80.     NumColors = 64
  81.     AutoSize = False
  82.     Left = 88
  83.     Top = 104
  84.   end
  85. end
  86.