home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Runimage / Delphi50 / Bin / CORIDE50.BPL / 0 / RCDATA / TREMOVEMODULESDLG / TREMOVEMODULESDLG.txt
Text File  |  1999-08-11  |  2KB  |  96 lines

  1. object RemoveModulesDlg: TRemoveModulesDlg
  2.   Left = 359
  3.   Top = 150
  4.   HorzScrollBar.Increment = 33
  5.   VertScrollBar.Increment = 19
  6.   ActiveControl = ModuleListBox
  7.   BorderIcons = [biSystemMenu]
  8.   BorderStyle = bsDialog
  9.   Caption = 'Remove From Project'
  10.   ClientHeight = 213
  11.   ClientWidth = 373
  12.   ParentFont = True
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object OkBtn: TButton
  19.     Left = 134
  20.     Top = 181
  21.     Width = 75
  22.     Height = 25
  23.     Caption = 'OK'
  24.     Default = True
  25.     ModalResult = 1
  26.     TabOrder = 1
  27.   end
  28.   object CancelBtn: TButton
  29.     Left = 214
  30.     Top = 181
  31.     Width = 75
  32.     Height = 25
  33.     Cancel = True
  34.     Caption = 'Cancel'
  35.     ModalResult = 2
  36.     TabOrder = 2
  37.   end
  38.   object HelpBtn: TButton
  39.     Left = 294
  40.     Top = 181
  41.     Width = 75
  42.     Height = 25
  43.     Caption = '&Help'
  44.     TabOrder = 3
  45.     OnClick = HelpBtnClick
  46.   end
  47.   object Panel1: TPanel
  48.     Left = 6
  49.     Top = 8
  50.     Width = 361
  51.     Height = 164
  52.     BevelOuter = bvNone
  53.     BorderStyle = bsSingle
  54.     Caption = 'Panel1'
  55.     ParentColor = True
  56.     TabOrder = 0
  57.     object ModuleListBox: TListBox
  58.       Left = 0
  59.       Top = 17
  60.       Width = 357
  61.       Height = 143
  62.       Align = alClient
  63.       BorderStyle = bsNone
  64.       ItemHeight = 13
  65.       MultiSelect = True
  66.       Sorted = True
  67.       Style = lbOwnerDrawFixed
  68.       TabOrder = 0
  69.       OnClick = ModuleListBoxClick
  70.       OnDblClick = ModuleListBoxDblClick
  71.       OnDrawItem = ModuleListBoxDrawItem
  72.     end
  73.     object ListHeader: THeaderControl
  74.       Left = 0
  75.       Top = 0
  76.       Width = 357
  77.       Height = 17
  78.       Sections = <
  79.         item
  80.           AllowClick = False
  81.           MinWidth = 50
  82.           Text = 'Unit'
  83.           Width = 50
  84.         end
  85.         item
  86.           AllowClick = False
  87.           MinWidth = 50
  88.           Text = 'Form'
  89.           Width = 50
  90.         end>
  91.       OnResize = ListHeaderResize
  92.       OnSectionResize = ListHeaderSectionResize
  93.     end
  94.   end
  95. end
  96.