home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / zkuste / delphi / kolekce / d6 / RX275D6.ZIP / Units / RXDIRFRM.DFM / RXDIRFRM.txt
Text File  |  1999-10-12  |  2KB  |  84 lines

  1. object DirectoryListDialog: TDirectoryListDialog
  2.   Left = 206
  3.   Top = 99
  4.   ActiveControl = DirectoryList
  5.   BorderStyle = bsDialog
  6.   Caption = 'Directory list'
  7.   ClientHeight = 191
  8.   ClientWidth = 350
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   TextHeight = 13
  18.   object DirectoryList: TTextListBox
  19.     Left = 8
  20.     Top = 12
  21.     Width = 245
  22.     Height = 165
  23.     DragMode = dmAutomatic
  24.     ItemHeight = 13
  25.     TabOrder = 0
  26.     OnClick = DirectoryListClick
  27.     OnDragDrop = DirectoryListDragDrop
  28.     OnDragOver = DirectoryListDragOver
  29.   end
  30.   object AddBtn: TButton
  31.     Left = 264
  32.     Top = 12
  33.     Width = 75
  34.     Height = 25
  35.     Caption = 'Add...'
  36.     TabOrder = 1
  37.     OnClick = AddBtnClick
  38.   end
  39.   object RemoveBtn: TButton
  40.     Left = 264
  41.     Top = 76
  42.     Width = 75
  43.     Height = 25
  44.     Caption = 'Remove'
  45.     TabOrder = 3
  46.     OnClick = RemoveBtnClick
  47.   end
  48.   object ModifyBtn: TButton
  49.     Left = 264
  50.     Top = 44
  51.     Width = 75
  52.     Height = 25
  53.     Caption = 'Modify'
  54.     TabOrder = 2
  55.     OnClick = ModifyBtnClick
  56.   end
  57.   object OKBtn: TButton
  58.     Left = 264
  59.     Top = 120
  60.     Width = 75
  61.     Height = 25
  62.     Caption = 'OK'
  63.     Default = True
  64.     ModalResult = 1
  65.     TabOrder = 4
  66.   end
  67.   object CancelBtn: TButton
  68.     Left = 264
  69.     Top = 152
  70.     Width = 75
  71.     Height = 25
  72.     Cancel = True
  73.     Caption = 'Cancel'
  74.     ModalResult = 2
  75.     TabOrder = 5
  76.   end
  77.   object Storage: TFormStorage
  78.     IniFileName = 'DELPHI.INI'
  79.     IniSection = 'RX.DirListEditor'
  80.     Left = 4
  81.     Top = 160
  82.   end
  83. end
  84.