home *** CD-ROM | disk | FTP | other *** search
/ Mastering Visual Basic 6 / mastvb6.iso / leadtools / ocx32.lt / INFO.DFM / INFO.txt
Encoding:
Text File  |  1997-06-20  |  3.1 KB  |  165 lines

  1. object InfoBox: TInfoBox
  2.   Left = 276
  3.   Top = 246
  4.   BorderStyle = bsDialog
  5.   Caption = 'File Information'
  6.   ClientHeight = 199
  7.   ClientWidth = 399
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object OKBtn: TButton
  17.     Left = 162
  18.     Top = 164
  19.     Width = 75
  20.     Height = 25
  21.     Caption = 'OK'
  22.     Default = True
  23.     ModalResult = 1
  24.     TabOrder = 0
  25.   end
  26.   object Panel1: TPanel
  27.     Left = 19
  28.     Top = 8
  29.     Width = 361
  30.     Height = 145
  31.     BevelInner = bvRaised
  32.     BevelOuter = bvLowered
  33.     Caption = 'Panel1'
  34.     TabOrder = 1
  35.     object Label1: TLabel
  36.       Left = 48
  37.       Top = 8
  38.       Width = 70
  39.       Height = 16
  40.       Alignment = taRightJustify
  41.       Caption = 'File Name:'
  42.     end
  43.     object Label2: TLabel
  44.       Left = 69
  45.       Top = 24
  46.       Width = 49
  47.       Height = 16
  48.       Alignment = taRightJustify
  49.       Caption = 'Format:'
  50.     end
  51.     object Label3: TLabel
  52.       Left = 76
  53.       Top = 40
  54.       Width = 42
  55.       Height = 16
  56.       Alignment = taRightJustify
  57.       Caption = 'Width:'
  58.     end
  59.     object Label4: TLabel
  60.       Left = 72
  61.       Top = 56
  62.       Width = 46
  63.       Height = 16
  64.       Alignment = taRightJustify
  65.       Caption = 'Height:'
  66.     end
  67.     object Label5: TLabel
  68.       Left = 25
  69.       Top = 72
  70.       Width = 93
  71.       Height = 16
  72.       Alignment = taRightJustify
  73.       Caption = 'Bits Per Pixel:'
  74.     end
  75.     object Label6: TLabel
  76.       Left = 32
  77.       Top = 88
  78.       Width = 86
  79.       Height = 16
  80.       Alignment = taRightJustify
  81.       Caption = 'Size on Disk:'
  82.     end
  83.     object Label7: TLabel
  84.       Left = 33
  85.       Top = 104
  86.       Width = 85
  87.       Height = 16
  88.       Alignment = taRightJustify
  89.       Caption = 'Size in Mem:'
  90.     end
  91.     object Label8: TLabel
  92.       Left = 28
  93.       Top = 120
  94.       Width = 90
  95.       Height = 16
  96.       Alignment = taRightJustify
  97.       Caption = 'Compression:'
  98.     end
  99.     object FName: TLabel
  100.       Left = 128
  101.       Top = 8
  102.       Width = 217
  103.       Height = 16
  104.       AutoSize = False
  105.       Caption = 'FName'
  106.     end
  107.     object FFormat: TLabel
  108.       Left = 128
  109.       Top = 24
  110.       Width = 137
  111.       Height = 16
  112.       AutoSize = False
  113.       Caption = 'FFormat'
  114.     end
  115.     object FWidth: TLabel
  116.       Left = 128
  117.       Top = 40
  118.       Width = 129
  119.       Height = 16
  120.       AutoSize = False
  121.       Caption = 'FWidth'
  122.     end
  123.     object FHeight: TLabel
  124.       Left = 128
  125.       Top = 56
  126.       Width = 137
  127.       Height = 16
  128.       AutoSize = False
  129.       Caption = 'FHeight'
  130.     end
  131.     object FBits: TLabel
  132.       Left = 128
  133.       Top = 72
  134.       Width = 65
  135.       Height = 16
  136.       AutoSize = False
  137.       Caption = 'FBits'
  138.     end
  139.     object FDisk: TLabel
  140.       Left = 128
  141.       Top = 88
  142.       Width = 169
  143.       Height = 16
  144.       AutoSize = False
  145.       Caption = 'FDisk'
  146.     end
  147.     object FMem: TLabel
  148.       Left = 128
  149.       Top = 104
  150.       Width = 177
  151.       Height = 16
  152.       AutoSize = False
  153.       Caption = 'FMem'
  154.     end
  155.     object FComp: TLabel
  156.       Left = 128
  157.       Top = 120
  158.       Width = 153
  159.       Height = 16
  160.       AutoSize = False
  161.       Caption = 'FComp'
  162.     end
  163.   end
  164. end
  165.