home *** CD-ROM | disk | FTP | other *** search
- object InfoBox: TInfoBox
- Left = 276
- Top = 246
- BorderStyle = bsDialog
- Caption = 'File Information'
- ClientHeight = 199
- ClientWidth = 399
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object OKBtn: TButton
- Left = 162
- Top = 164
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object Panel1: TPanel
- Left = 19
- Top = 8
- Width = 361
- Height = 145
- BevelInner = bvRaised
- BevelOuter = bvLowered
- Caption = 'Panel1'
- TabOrder = 1
- object Label1: TLabel
- Left = 48
- Top = 8
- Width = 70
- Height = 16
- Alignment = taRightJustify
- Caption = 'File Name:'
- end
- object Label2: TLabel
- Left = 69
- Top = 24
- Width = 49
- Height = 16
- Alignment = taRightJustify
- Caption = 'Format:'
- end
- object Label3: TLabel
- Left = 76
- Top = 40
- Width = 42
- Height = 16
- Alignment = taRightJustify
- Caption = 'Width:'
- end
- object Label4: TLabel
- Left = 72
- Top = 56
- Width = 46
- Height = 16
- Alignment = taRightJustify
- Caption = 'Height:'
- end
- object Label5: TLabel
- Left = 25
- Top = 72
- Width = 93
- Height = 16
- Alignment = taRightJustify
- Caption = 'Bits Per Pixel:'
- end
- object Label6: TLabel
- Left = 32
- Top = 88
- Width = 86
- Height = 16
- Alignment = taRightJustify
- Caption = 'Size on Disk:'
- end
- object Label7: TLabel
- Left = 33
- Top = 104
- Width = 85
- Height = 16
- Alignment = taRightJustify
- Caption = 'Size in Mem:'
- end
- object Label8: TLabel
- Left = 28
- Top = 120
- Width = 90
- Height = 16
- Alignment = taRightJustify
- Caption = 'Compression:'
- end
- object FName: TLabel
- Left = 128
- Top = 8
- Width = 217
- Height = 16
- AutoSize = False
- Caption = 'FName'
- end
- object FFormat: TLabel
- Left = 128
- Top = 24
- Width = 137
- Height = 16
- AutoSize = False
- Caption = 'FFormat'
- end
- object FWidth: TLabel
- Left = 128
- Top = 40
- Width = 129
- Height = 16
- AutoSize = False
- Caption = 'FWidth'
- end
- object FHeight: TLabel
- Left = 128
- Top = 56
- Width = 137
- Height = 16
- AutoSize = False
- Caption = 'FHeight'
- end
- object FBits: TLabel
- Left = 128
- Top = 72
- Width = 65
- Height = 16
- AutoSize = False
- Caption = 'FBits'
- end
- object FDisk: TLabel
- Left = 128
- Top = 88
- Width = 169
- Height = 16
- AutoSize = False
- Caption = 'FDisk'
- end
- object FMem: TLabel
- Left = 128
- Top = 104
- Width = 177
- Height = 16
- AutoSize = False
- Caption = 'FMem'
- end
- object FComp: TLabel
- Left = 128
- Top = 120
- Width = 153
- Height = 16
- AutoSize = False
- Caption = 'FComp'
- end
- end
- end
-