home *** CD-ROM | disk | FTP | other *** search
- object Form2: TForm2
- Left = 392
- Top = 96
- BorderStyle = bsDialog
- Caption = 'Options'
- ClientHeight = 560
- ClientWidth = 400
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object PXMGroupBox: TGroupBox
- Left = 0
- Top = 166
- Width = 400
- Height = 67
- Align = alTop
- Caption = 'PBM, PGM, PPM'
- TabOrder = 3
- object PXMBinaryRB: TRadioButton
- Left = 29
- Top = 19
- Width = 318
- Height = 17
- Caption = 'Write binary'
- TabOrder = 0
- end
- object PXMASCIIRB: TRadioButton
- Left = 29
- Top = 39
- Width = 314
- Height = 17
- Caption = 'Write ASCII'
- TabOrder = 1
- end
- end
- object TIFGroupBox: TGroupBox
- Left = 0
- Top = 233
- Width = 400
- Height = 171
- Align = alTop
- Caption = 'TIF'
- TabOrder = 4
- object TIFFCompressionPanel: TPanel
- Left = 14
- Top = 22
- Width = 110
- Height = 80
- BevelOuter = bvNone
- TabOrder = 0
- object TIFFCompLabel: TLabel
- Left = 0
- Top = 0
- Width = 87
- Height = 13
- Caption = 'Write compression'
- end
- object TIFFCompNoneRB: TRadioButton
- Left = 14
- Top = 20
- Width = 73
- Height = 17
- Caption = 'None'
- TabOrder = 0
- end
- object TIFFCompPackBitsRB: TRadioButton
- Left = 14
- Top = 40
- Width = 73
- Height = 17
- Caption = 'PackBits'
- TabOrder = 1
- end
- end
- object TIFFRGBorCMYKPanel: TPanel
- Left = 124
- Top = 22
- Width = 130
- Height = 80
- BevelOuter = bvNone
- TabOrder = 1
- object TIFFW24PILabel: TLabel
- Left = 0
- Top = 0
- Width = 89
- Height = 13
- Caption = 'Write true color as '
- end
- object TIFFRGBRB: TRadioButton
- Left = 14
- Top = 20
- Width = 66
- Height = 17
- Caption = 'RGB'
- TabOrder = 0
- end
- object TIFFCMYKRB: TRadioButton
- Left = 14
- Top = 40
- Width = 65
- Height = 17
- Caption = 'CMYK'
- TabOrder = 1
- end
- end
- object TIFFWhiteOrBlackIsZeroPanel: TPanel
- Left = 124
- Top = 102
- Width = 130
- Height = 65
- BevelOuter = bvNone
- TabOrder = 4
- object TIFFWGrayScaleLabel: TLabel
- Left = 0
- Top = 0
- Width = 104
- Height = 13
- Caption = 'Grayscale (2, 16, 256)'
- end
- object TIFFBlackIsZeroRB: TRadioButton
- Left = 14
- Top = 20
- Width = 113
- Height = 17
- Caption = 'BlackIsZero'
- TabOrder = 0
- end
- object TIFFWhiteIsZeroRB: TRadioButton
- Left = 14
- Top = 40
- Width = 113
- Height = 17
- Caption = 'WhiteIsZero'
- TabOrder = 1
- end
- end
- object TIFFByteOrderPanel: TPanel
- Left = 14
- Top = 102
- Width = 110
- Height = 62
- BevelOuter = bvNone
- TabOrder = 3
- object TIFFByteOrderLabel: TLabel
- Left = 0
- Top = 0
- Width = 48
- Height = 13
- Caption = 'Byte order'
- end
- object TIFFByteOrderIRB: TRadioButton
- Left = 14
- Top = 20
- Width = 113
- Height = 17
- Caption = 'I'
- TabOrder = 0
- end
- object TIFFByteOrderMRB: TRadioButton
- Left = 14
- Top = 40
- Width = 76
- Height = 17
- Caption = 'M'
- TabOrder = 1
- end
- end
- object TIFFResPanel: TPanel
- Left = 254
- Top = 22
- Width = 133
- Height = 144
- BevelOuter = bvNone
- TabOrder = 2
- object TIFFResLabel: TLabel
- Left = 0
- Top = 0
- Width = 50
- Height = 13
- Caption = 'Resolution'
- end
- object TIFFResXLabel: TLabel
- Left = 12
- Top = 88
- Width = 30
- Height = 13
- Caption = 'Horiz.:'
- end
- object TIFFResHoriz_Label: TLabel
- Left = 84
- Top = 86
- Width = 4
- Height = 18
- Caption = '/'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object TIFFResYLabel: TLabel
- Left = 12
- Top = 116
- Width = 25
- Height = 13
- Caption = 'Vert.:'
- end
- object TIFFResVert_Label: TLabel
- Left = 84
- Top = 116
- Width = 4
- Height = 18
- Caption = '/'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object TIFFResNoneRB: TRadioButton
- Left = 12
- Top = 20
- Width = 113
- Height = 17
- Caption = 'No unit'
- TabOrder = 0
- end
- object TIFFResInchRB: TRadioButton
- Left = 12
- Top = 38
- Width = 113
- Height = 17
- Caption = 'Inch'
- TabOrder = 1
- end
- object TIFFResCentimeterRB: TRadioButton
- Left = 12
- Top = 56
- Width = 113
- Height = 17
- Caption = 'Centimeter'
- TabOrder = 2
- end
- object TIFFResHorizNEdit: TEdit
- Left = 44
- Top = 84
- Width = 35
- Height = 21
- TabOrder = 3
- Text = 'TIFFResHorizNEdit'
- end
- object TIFFResHorizDEdit: TEdit
- Left = 91
- Top = 84
- Width = 35
- Height = 21
- TabOrder = 4
- Text = 'TIFFResHorizDEdit'
- end
- object TIFFResVertNEdit: TEdit
- Left = 44
- Top = 114
- Width = 35
- Height = 21
- TabOrder = 5
- Text = 'TIFFResVertNEdit'
- end
- object TIFFResVertDEdit: TEdit
- Left = 92
- Top = 114
- Width = 35
- Height = 21
- TabOrder = 6
- Text = 'TIFFResVertDEdit'
- end
- end
- end
- object JPGGroupBox: TGroupBox
- Left = 0
- Top = 0
- Width = 400
- Height = 166
- Align = alTop
- Caption = 'JPG'
- TabOrder = 2
- object JPEGRPanel: TPanel
- Left = 182
- Top = 21
- Width = 147
- Height = 81
- BevelOuter = bvNone
- TabOrder = 1
- object JPEGRLabel: TLabel
- Left = 0
- Top = 0
- Width = 26
- Height = 13
- Caption = 'Read'
- end
- object JPEGRIntFastRB: TRadioButton
- Left = 14
- Top = 20
- Width = 113
- Height = 17
- Caption = 'Integer, fast'
- TabOrder = 0
- end
- object JPEGRIntPreciseRB: TRadioButton
- Left = 14
- Top = 40
- Width = 113
- Height = 17
- Caption = 'Integer, precise'
- TabOrder = 1
- end
- object JPEGRFloatRB: TRadioButton
- Left = 14
- Top = 60
- Width = 113
- Height = 17
- Caption = 'Floating point'
- TabOrder = 2
- end
- end
- object JPEGWPanel: TPanel
- Left = 12
- Top = 21
- Width = 146
- Height = 109
- BevelOuter = bvNone
- TabOrder = 0
- object JPEGWQualityLabel: TLabel
- Left = 14
- Top = 90
- Width = 74
- Height = 13
- Caption = 'Quality (0...100)'
- end
- object JPEGWLabel: TLabel
- Left = 0
- Top = 0
- Width = 25
- Height = 13
- Caption = 'Write'
- end
- object JPEGWIntFastRB: TRadioButton
- Left = 14
- Top = 20
- Width = 113
- Height = 17
- Caption = 'Integer, fast'
- TabOrder = 0
- end
- object JPEGWIntPreciseRB: TRadioButton
- Left = 14
- Top = 40
- Width = 113
- Height = 17
- Caption = 'Integer, precise'
- TabOrder = 1
- end
- object JPEGWFloatRB: TRadioButton
- Left = 14
- Top = 61
- Width = 113
- Height = 17
- Caption = 'Floating point'
- TabOrder = 2
- end
- object JPEGWQualityEdit: TEdit
- Left = 101
- Top = 87
- Width = 36
- Height = 21
- TabOrder = 3
- Text = '80'
- end
- end
- object JPEGWProgressiveCB: TCheckBox
- Left = 26
- Top = 136
- Width = 97
- Height = 17
- Caption = 'Progressive'
- TabOrder = 2
- end
- end
- object GeneralGroupBox: TGroupBox
- Left = 0
- Top = 404
- Width = 400
- Height = 110
- Align = alTop
- Caption = 'General'
- TabOrder = 5
- object ScreenGammaLabel: TLabel
- Left = 30
- Top = 48
- Width = 73
- Height = 13
- Caption = 'Screen Gamma'
- end
- object ScreenGammaEdit: TEdit
- Left = 112
- Top = 43
- Width = 32
- Height = 21
- TabOrder = 0
- Text = 'ScreenGammaEdit'
- end
- object GammaCorrectionOnReadCB: TCheckBox
- Left = 30
- Top = 73
- Width = 288
- Height = 17
- Caption = 'Gamma correction on read'
- TabOrder = 1
- end
- object WriteGammaCB: TCheckBox
- Left = 29
- Top = 19
- Width = 306
- Height = 17
- Caption = 'Write Gamma'
- TabOrder = 2
- end
- end
- object Button1: TButton
- Left = 99
- Top = 526
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object Button2: TButton
- Left = 226
- Top = 526
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- end
-