BSOne.SFC/EM.Lib/ImageEn_SRC/Demos/InputOutput/RealRAW/uraw.dfm

195 lines
3.7 KiB
Plaintext

object fRAW: TfRAW
Left = 396
Top = 74
BorderStyle = bsDialog
Caption = 'RAW properties'
ClientHeight = 645
ClientWidth = 395
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 GroupBox1: TGroupBox
Left = 8
Top = 8
Width = 377
Height = 58
Caption = ' Size '
TabOrder = 0
object Label1: TLabel
Left = 16
Top = 24
Width = 60
Height = 13
Caption = 'Image Width'
end
object Label2: TLabel
Left = 216
Top = 24
Width = 63
Height = 13
Caption = 'Image Height'
end
object ImageWidth: TEdit
Left = 109
Top = 20
Width = 64
Height = 21
TabOrder = 0
Text = '1024'
end
object ImageHeight: TEdit
Left = 291
Top = 20
Width = 64
Height = 21
TabOrder = 1
Text = '768'
end
end
object GroupBox2: TGroupBox
Left = 8
Top = 72
Width = 377
Height = 60
Caption = ' Header '
TabOrder = 1
object Label3: TLabel
Left = 16
Top = 24
Width = 77
Height = 13
Caption = 'File Header Size'
end
object Label4: TLabel
Left = 184
Top = 24
Width = 25
Height = 13
Caption = 'bytes'
end
object HeaderSize: TEdit
Left = 109
Top = 20
Width = 64
Height = 21
TabOrder = 0
Text = '0'
end
end
object GroupBox6: TGroupBox
Left = 8
Top = 480
Width = 377
Height = 58
Caption = ' Row Align '
TabOrder = 2
object Label5: TLabel
Left = 16
Top = 24
Width = 48
Height = 13
Caption = 'Row Align'
end
object Label6: TLabel
Left = 184
Top = 24
Width = 16
Height = 13
Caption = 'bits'
end
object RowAlign: TEdit
Left = 109
Top = 20
Width = 64
Height = 21
TabOrder = 0
Text = '8'
end
end
object Button1: TButton
Left = 226
Top = 608
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 3
end
object Button2: TButton
Left = 309
Top = 608
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 4
end
object PixelFormat: TRadioGroup
Left = 8
Top = 142
Width = 377
Height = 185
Caption = ' Pixel Format '
ItemIndex = 5
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 - Palette not saved or lo' +
'aded)'
'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 = 5
end
object ColorOrder: TRadioGroup
Left = 8
Top = 336
Width = 377
Height = 64
Caption = ' Color Order '
ItemIndex = 1
Items.Strings = (
'R G B'
'B G R')
TabOrder = 6
end
object ColorPlanes: TRadioGroup
Left = 8
Top = 408
Width = 377
Height = 65
Caption = ' Color Planes '
ItemIndex = 0
Items.Strings = (
'Interleaved (RGB RGB ... or BGR BGR ...)'
'Planar (RRRR GGGG BBBB ... or BBBB GGGG RRRR ...)')
TabOrder = 7
end
object DataFormat: TRadioGroup
Left = 8
Top = 544
Width = 377
Height = 53
Caption = ' Data Format '
Columns = 3
ItemIndex = 0
Items.Strings = (
'Binary'
'Text Decimal'
'Text Hex')
TabOrder = 8
end
end