home *** CD-ROM | disk | FTP | other *** search
/ BUG 11 / BUGCD1998_02.ISO / mulmedia / midinigh / _setup.1 / MN.EXE / 0 / RCDATA / TSELDIRDLG / TSELDIRDLG.txt
Text File  |  1997-12-11  |  2KB  |  90 lines

  1. object selDirDlg: TselDirDlg
  2.   Left = 200
  3.   Top = 108
  4.   ActiveControl = DirectoryListBox
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Select directory'
  8.   ClientHeight = 232
  9.   ClientWidth = 441
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object DriveComboBox: TDriveComboBox
  19.     Left = 8
  20.     Top = 8
  21.     Width = 209
  22.     Height = 19
  23.     DirList = DirectoryListBox
  24.     TabOrder = 0
  25.   end
  26.   object DirectoryListBox: TDirectoryListBox
  27.     Left = 8
  28.     Top = 32
  29.     Width = 209
  30.     Height = 129
  31.     FileList = FileListBox
  32.     ItemHeight = 16
  33.     TabOrder = 1
  34.     OnChange = DirectoryListBoxChange
  35.   end
  36.   object FileListBox: TFileListBox
  37.     Left = 224
  38.     Top = 8
  39.     Width = 209
  40.     Height = 129
  41.     ItemHeight = 13
  42.     TabOrder = 2
  43.   end
  44.   object Edit: TEdit
  45.     Left = 8
  46.     Top = 168
  47.     Width = 425
  48.     Height = 21
  49.     TabOrder = 3
  50.     OnClick = EditClick
  51.     OnKeyPress = EditKeyPress
  52.   end
  53.   object okBtn: TBitBtn
  54.     Left = 136
  55.     Top = 200
  56.     Width = 75
  57.     Height = 25
  58.     Caption = 'OK'
  59.     ModalResult = 1
  60.     TabOrder = 4
  61.     OnClick = okBtnClick
  62.     Glyph.Data = {
  63.       F6000000424DF600000000000000760000002800000010000000100000000100
  64.       0400000000008000000000000000000000000000000000000000000000000000
  65.       80000080000000808000800000008000800080800000C0C0C000808080000000
  66.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  67.       5555555555555555555555555305555555555555333055555555555533305555
  68.       5555555333330555555555333333055555555833053330555555830555533055
  69.       5555555555533305555555555555330555555555555553305555555555555583
  70.       0555555555555558305555555555555553305555555555555555}
  71.   end
  72.   object cancelBtn: TBitBtn
  73.     Left = 232
  74.     Top = 200
  75.     Width = 75
  76.     Height = 25
  77.     TabOrder = 5
  78.     OnClick = cancelBtnClick
  79.     Kind = bkCancel
  80.   end
  81.   object FilterComboBox: TFilterComboBox
  82.     Left = 224
  83.     Top = 140
  84.     Width = 209
  85.     Height = 21
  86.     FileList = FileListBox
  87.     TabOrder = 6
  88.   end
  89. end
  90.