home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 4 Unleashed / Visual_Basic_4_Unleashed_SAMS_Publishing_1995.iso / repease / dmo_dlp3.dfm / dmo_dlp3.txt
Encoding:
Text File  |  1995-07-19  |  2.0 KB  |  69 lines

  1. object FileSel: TFileSel
  2.   Left = 263
  3.   Top = 115
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Data File Selection'
  7.   ClientHeight = 89
  8.   ClientWidth = 214
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnShow = FileSelShow
  16.   TextHeight = 13
  17.   object OKBtn: TBitBtn
  18.     Left = 123
  19.     Top = 14
  20.     Width = 77
  21.     Height = 27
  22.     Caption = 'OK'
  23.     Default = True
  24.     TabOrder = 0
  25.     OnClick = OkClick
  26.     Glyph.Data = {
  27.       DE010000424DDE01000000000000760000002800000024000000120000000100
  28.       0400000000006801000000000000000000000000000000000000000000000000
  29.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  30.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  31.       3333333333333333333333330000333333333333333333333333F33333333333
  32.       00003333344333333333333333377F3333333333000033334224333333333333
  33.       337337F3333333330000333422224333333333333733337F3333333300003342
  34.       222224333333333373333337F3333333000034222A22224333333337F337F333
  35.       7F33333300003222A3A2224333333337F3737F337F33333300003A2A333A2224
  36.       33333337F73337F337F33333000033A33333A222433333337333337F337F3333
  37.       0000333333333A222433333333333337F337F33300003333333333A222433333
  38.       333333337F337F33000033333333333A222433333333333337F337F300003333
  39.       33333333A222433333333333337F337F00003333333333333A22433333333333
  40.       3337F37F000033333333333333A223333333333333337F730000333333333333
  41.       333A333333333333333337330000333333333333333333333333333333333333
  42.       0000}
  43.     Margin = 2
  44.     NumGlyphs = 2
  45.     Spacing = -1
  46.     IsControl = True
  47.   end
  48.   object CancelBtn: TBitBtn
  49.     Left = 122
  50.     Top = 46
  51.     Width = 77
  52.     Height = 27
  53.     TabOrder = 1
  54.     Kind = bkCancel
  55.     Margin = 2
  56.     Spacing = -1
  57.     IsControl = True
  58.   end
  59.   object ListBox1: TListBox
  60.     Left = 16
  61.     Top = 8
  62.     Width = 97
  63.     Height = 65
  64.     ItemHeight = 13
  65.     TabOrder = 2
  66.     OnDblClick = ListBox1DblClick
  67.   end
  68. end
  69.