home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 10 / Chip_Hitware_Vol_10.iso / chiphit / bonus / crazyfl / cflo232.exe / RCDATA / TLOADDLG / TLOADDLG.txt
Text File  |  1997-12-11  |  4KB  |  148 lines

  1. object loaddlg: Tloaddlg
  2.   Left = 537
  3.   Top = 152
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Spiel laden'
  7.   ClientHeight = 276
  8.   ClientWidth = 329
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnActivate = FormActivate
  17.   TextHeight = 13
  18.   object OKBtn: TBitBtn
  19.     Left = 84
  20.     Top = 240
  21.     Width = 77
  22.     Height = 27
  23.     Caption = 'OK'
  24.     Default = True
  25.     ModalResult = 1
  26.     TabOrder = 0
  27.     Glyph.Data = {
  28.       DE010000424DDE01000000000000760000002800000024000000120000000100
  29.       0400000000006801000000000000000000001000000000000000000000000000
  30.       80000080000000808000800000008000800080800000C0C0C000808080000000
  31.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  32.       3333333333333333333333330000333333333333333333333333F33333333333
  33.       00003333344333333333333333388F3333333333000033334224333333333333
  34.       338338F3333333330000333422224333333333333833338F3333333300003342
  35.       222224333333333383333338F3333333000034222A22224333333338F338F333
  36.       8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
  37.       33333338F83338F338F33333000033A33333A222433333338333338F338F3333
  38.       0000333333333A222433333333333338F338F33300003333333333A222433333
  39.       333333338F338F33000033333333333A222433333333333338F338F300003333
  40.       33333333A222433333333333338F338F00003333333333333A22433333333333
  41.       3338F38F000033333333333333A223333333333333338F830000333333333333
  42.       333A333333333333333338330000333333333333333333333333333333333333
  43.       0000}
  44.     NumGlyphs = 2
  45.     Spacing = -1
  46.     IsControl = True
  47.   end
  48.   object CancelBtn: TBitBtn
  49.     Left = 168
  50.     Top = 240
  51.     Width = 77
  52.     Height = 27
  53.     Cancel = True
  54.     ModalResult = 2
  55.     TabOrder = 1
  56.     Glyph.Data = {
  57.       DE010000424DDE01000000000000760000002800000024000000120000000100
  58.       0400000000006801000000000000000000001000000000000000000000000000
  59.       80000080000000808000800000008000800080800000C0C0C000808080000000
  60.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  61.       333333333333333333333333000033338833333333333333333F333333333333
  62.       0000333911833333983333333388F333333F3333000033391118333911833333
  63.       38F38F333F88F33300003339111183911118333338F338F3F8338F3300003333
  64.       911118111118333338F3338F833338F3000033333911111111833333338F3338
  65.       3333F8330000333333911111183333333338F333333F83330000333333311111
  66.       8333333333338F3333383333000033333339111183333333333338F333833333
  67.       00003333339111118333333333333833338F3333000033333911181118333333
  68.       33338333338F333300003333911183911183333333383338F338F33300003333
  69.       9118333911183333338F33838F338F33000033333913333391113333338FF833
  70.       38F338F300003333333333333919333333388333338FFF830000333333333333
  71.       3333333333333333333888330000333333333333333333333333333333333333
  72.       0000}
  73.     NumGlyphs = 2
  74.     Spacing = -1
  75.     IsControl = True
  76.   end
  77.   object GroupBox1: TGroupBox
  78.     Left = 8
  79.     Top = 4
  80.     Width = 313
  81.     Height = 229
  82.     TabOrder = 2
  83.     object Label1: TLabel
  84.       Left = 8
  85.       Top = 12
  86.       Width = 145
  87.       Height = 13
  88.       AutoSize = False
  89.       Font.Color = clBlack
  90.       Font.Height = -11
  91.       Font.Name = 'MS Sans Serif'
  92.       Font.Style = [fsBold]
  93.       ParentFont = False
  94.     end
  95.     object Label2: TLabel
  96.       Left = 160
  97.       Top = 12
  98.       Width = 141
  99.       Height = 13
  100.       AutoSize = False
  101.       Font.Color = clBlack
  102.       Font.Height = -11
  103.       Font.Name = 'MS Sans Serif'
  104.       Font.Style = [fsBold]
  105.       ParentFont = False
  106.     end
  107.     object Label3: TLabel
  108.       Left = 160
  109.       Top = 184
  110.       Width = 145
  111.       Height = 13
  112.       AutoSize = False
  113.       Font.Color = clBlack
  114.       Font.Height = -11
  115.       Font.Name = 'MS Sans Serif'
  116.       Font.Style = [fsBold]
  117.       ParentFont = False
  118.     end
  119.     object FileListBox: TFileListBox
  120.       Left = 8
  121.       Top = 28
  122.       Width = 145
  123.       Height = 193
  124.       ItemHeight = 13
  125.       Mask = '*.crf'
  126.       TabOrder = 0
  127.       OnDblClick = FileListBoxDblClick
  128.     end
  129.     object DirectoryListBox: TDirectoryListBox
  130.       Left = 160
  131.       Top = 28
  132.       Width = 145
  133.       Height = 149
  134.       FileList = FileListBox
  135.       ItemHeight = 16
  136.       TabOrder = 1
  137.     end
  138.     object DriveComboBox: TDriveComboBox
  139.       Left = 160
  140.       Top = 202
  141.       Width = 145
  142.       Height = 19
  143.       DirList = DirectoryListBox
  144.       TabOrder = 2
  145.     end
  146.   end
  147. end
  148.