home *** CD-ROM | disk | FTP | other *** search
- object PngConfiguration: TPngConfiguration
- Left = 384
- Top = 188
- BorderStyle = bsDialog
- Caption = 'PNG Configuration'
- ClientHeight = 179
- ClientWidth = 384
- ParentFont = True
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 284
- Top = 0
- Width = 100
- Height = 179
- Align = alRight
- BevelOuter = bvNone
- TabOrder = 0
- object OKBtn: TButton
- Left = 10
- Top = 8
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- OnClick = OKBtnClick
- end
- object CancelBtn: TButton
- Left = 10
- Top = 38
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- end
- object PageControl1: TPageControl
- Left = 0
- Top = 0
- Width = 284
- Height = 179
- ActivePage = TabSheet1
- Align = alClient
- TabOrder = 1
- object TabSheet1: TTabSheet
- Caption = 'General'
- object Label1: TLabel
- Left = 10
- Top = 40
- Width = 50
- Height = 13
- Caption = 'Block Size'
- end
- object Label2: TLabel
- Left = 10
- Top = 70
- Width = 89
- Height = 13
- Caption = 'Compression Level'
- end
- object UseFilters: TCheckBox
- Left = 10
- Top = 10
- Width = 73
- Height = 17
- Caption = 'Use Filters'
- State = cbChecked
- TabOrder = 0
- end
- object BlockSize: TEdit
- Left = 80
- Top = 36
- Width = 121
- Height = 21
- TabOrder = 1
- Text = '16384'
- end
- object CompressionLevel: TComboBox
- Left = 110
- Top = 66
- Width = 145
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- Items.Strings = (
- 'Fastest'
- 'Fast'
- 'Default'
- 'Maximum')
- TabOrder = 2
- end
- end
- object TabSheet2: TTabSheet
- Caption = 'Text Values'
- object Label3: TLabel
- Left = 10
- Top = 14
- Width = 20
- Height = 13
- Caption = 'Title'
- end
- object Label4: TLabel
- Left = 10
- Top = 38
- Width = 31
- Height = 13
- Caption = 'Author'
- end
- object Label5: TLabel
- Left = 10
- Top = 61
- Width = 53
- Height = 13
- Caption = 'Description'
- end
- object Label6: TLabel
- Left = 10
- Top = 85
- Width = 44
- Height = 13
- Caption = 'Copyright'
- end
- object Label7: TLabel
- Left = 10
- Top = 108
- Width = 34
- Height = 13
- Caption = 'Source'
- end
- object Label8: TLabel
- Left = 10
- Top = 132
- Width = 44
- Height = 13
- Caption = 'Comment'
- end
- object Title: TEdit
- Left = 70
- Top = 10
- Width = 200
- Height = 21
- TabOrder = 0
- end
- object Author: TEdit
- Left = 70
- Top = 34
- Width = 200
- Height = 21
- TabOrder = 1
- end
- object Description: TEdit
- Left = 70
- Top = 57
- Width = 200
- Height = 21
- TabOrder = 2
- end
- object Copyright: TEdit
- Left = 70
- Top = 81
- Width = 200
- Height = 21
- TabOrder = 3
- end
- object Source: TEdit
- Left = 70
- Top = 104
- Width = 200
- Height = 21
- TabOrder = 4
- end
- object Comment: TEdit
- Left = 70
- Top = 128
- Width = 200
- Height = 21
- TabOrder = 5
- end
- end
- end
- end
-