76 lines
1.8 KiB
Plaintext
76 lines
1.8 KiB
Plaintext
object fConvert: TfConvert
|
|
Left = 442
|
|
Top = 245
|
|
BorderStyle = bsDialog
|
|
Caption = 'Convert Pixel Format'
|
|
ClientHeight = 247
|
|
ClientWidth = 484
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
OldCreateOrder = True
|
|
Position = poScreenCenter
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object Button1: TButton
|
|
Left = 314
|
|
Top = 209
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'OK'
|
|
Default = True
|
|
ModalResult = 1
|
|
TabOrder = 0
|
|
end
|
|
object Button2: TButton
|
|
Left = 397
|
|
Top = 209
|
|
Width = 75
|
|
Height = 25
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
ModalResult = 2
|
|
TabOrder = 1
|
|
end
|
|
object SourcePixelFormat: TRadioGroup
|
|
Left = 8
|
|
Top = 10
|
|
Width = 225
|
|
Height = 185
|
|
Caption = ' Pixel Format '
|
|
Enabled = False
|
|
ItemIndex = 4
|
|
Items.Strings = (
|
|
'1 BPP (Gray scale, 1 bit per pixel)'
|
|
'8 BPP (Gray scale, 8 bits per pixel)'
|
|
'16 BPP (Gray scale, 16 bit per pixel)'
|
|
'32 BPP (Gray scale, 32 bit floating point)'
|
|
'8 BPP (Color Palette, 8 bits per pixel)'
|
|
'24 BPP (Color RGB, 24 bits per pixel)'
|
|
'24 BPP (Color CMYK, 48 bits per pixel)'
|
|
'48 BPP (Color RGB, 48 bits per pixel)')
|
|
TabOrder = 2
|
|
end
|
|
object DestPixelFormat: TRadioGroup
|
|
Left = 248
|
|
Top = 10
|
|
Width = 225
|
|
Height = 185
|
|
Caption = ' Destination Pixel Format '
|
|
ItemIndex = 4
|
|
Items.Strings = (
|
|
'1 BPP (Gray scale, 1 bit per pixel)'
|
|
'8 BPP (Gray scale, 8 bits per pixel)'
|
|
'16 BPP (Gray scale, 16 bit per pixel)'
|
|
'32 BPP (Gray scale, 32 bit floating point)'
|
|
'8 BPP (Color Palette, 8 bits per pixel)'
|
|
'24 BPP (Color RGB, 24 bits per pixel)'
|
|
'24 BPP (Color CMYK, 48 bits per pixel)'
|
|
'48 BPP (Color RGB, 48 bits per pixel)')
|
|
TabOrder = 3
|
|
end
|
|
end
|