home *** CD-ROM | disk | FTP | other *** search
- object FormConv: TFormConv
- Left = 210
- Top = 165
- BorderStyle = bsDialog
- Caption = 'Color Depth'
- ClientHeight = 169
- ClientWidth = 263
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = False
- Position = poDesktopCenter
- Scaled = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 12
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 245
- Height = 117
- Shape = bsFrame
- end
- object LabelFormat: TLabel
- Left = 24
- Top = 28
- Width = 38
- Height = 12
- Caption = '&Format:'
- FocusControl = ComboBpp
- end
- object LabelColor: TLabel
- Left = 24
- Top = 60
- Width = 35
- Height = 12
- Caption = '&Colors:'
- FocusControl = EditCol
- end
- object ComboBpp: TComboBox
- Left = 92
- Top = 24
- Width = 145
- Height = 20
- Style = csDropDownList
- ItemHeight = 12
- TabOrder = 0
- OnClick = ComboBppClick
- Items.Strings = (
- '1bpp (2 Colors)'
- '4bpp (16 Colors)'
- '8bpp (256 Colors)'
- '15bpp (High Color)'
- '16bpp (High Color)'
- '24bpp (True Color)')
- end
- object EditCol: TEdit
- Left = 92
- Top = 56
- Width = 53
- Height = 20
- TabOrder = 1
- Text = '2'
- end
- object UpDownCol: TUpDown
- Left = 145
- Top = 56
- Width = 15
- Height = 20
- Associate = EditCol
- Min = 2
- Position = 2
- TabOrder = 2
- Wrap = False
- end
- object CheckDither: TCheckBox
- Left = 92
- Top = 92
- Width = 97
- Height = 17
- Caption = 'Dither(&D)'
- TabOrder = 3
- end
- object btnOk: TButton
- Left = 92
- Top = 134
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 4
- end
- object Button2: TButton
- Left = 172
- Top = 134
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 5
- end
- end
-