home *** CD-ROM | disk | FTP | other *** search
- object FormTga: TFormTga
- Left = 215
- Top = 188
- BorderStyle = bsDialog
- Caption = 'TGA'
- ClientHeight = 123
- ClientWidth = 191
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = False
- Position = poDesktopCenter
- Scaled = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 12
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 173
- Height = 69
- Shape = bsFrame
- end
- object CheckComp: TCheckBox
- Left = 20
- Top = 20
- Width = 149
- Height = 17
- Caption = 'Compressed'
- Checked = True
- State = cbChecked
- TabOrder = 0
- end
- object Button1: TButton
- Left = 20
- Top = 87
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 2
- end
- object btnCancel: TButton
- Left = 101
- Top = 87
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 3
- end
- object CheckAlpha: TCheckBox
- Left = 20
- Top = 48
- Width = 149
- Height = 17
- Caption = 'With alpha channel'
- Checked = True
- State = cbChecked
- TabOrder = 1
- end
- end
-