home *** CD-ROM | disk | FTP | other *** search
- object CnfWzrd: TCnfWzrd
- Left = 129
- Top = 110
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = 'Create New CNF File'
- ClientHeight = 273
- ClientWidth = 427
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object DelphiWizard1: TDelphiWizard
- Left = 0
- Top = 229
- Width = 427
- Height = 44
- EnableHelp = True
- NoteBook = Notebook1
- BackCaption = '< &Back'
- NextCaption = '&Next >'
- AbortCaption = '&Cancel'
- ReadyCaption = '&Finish'
- HelpCaption = '&Help'
- OnNextClick = DelphiWizard1NextClick
- OnEndClick = DelphiWizard1EndClick
- end
- object Notebook1: TNotebook
- Left = 0
- Top = 0
- Width = 427
- Height = 229
- Align = alClient
- TabOrder = 1
- object TPage
- Left = 0
- Top = 0
- Caption = 'Default'
- object Label1: TLabel
- Left = 69
- Top = 188
- Width = 72
- Height = 13
- Caption = 'Work directory:'
- end
- object Memo1: TMemo
- Left = 16
- Top = 16
- Width = 393
- Height = 145
- BorderStyle = bsNone
- Color = clBtnFace
- Lines.Strings = (
- 'Work directory assign'
- ''
-
- 'Please enter full path to the work directory in the text editbox' +
- ' bellow.'
-
- 'Use the button right to the directory editbox to browse the disc' +
- '(s) for'
- 'the work directory.'
- ''
-
- 'Note: All files (*.cel, *.kcf, *.wav, *.au ...) needed for the K' +
- 'iSS data set'
-
- 'must be located in the same directory. Therefore You won'#39't be ab' +
- 'le to'
-
- 'change directory during the creation of the CNF file. Please mak' +
- 'e sure'
- 'all needed files are contained in chosen directory.')
- TabOrder = 0
- end
- object WorkDir: TDirectoryEdit
- Left = 149
- Top = 184
- Width = 209
- Height = 21
- NumGlyphs = 1
- TabOrder = 1
- Text = 'WorkDir'
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'Size'
- object Label2: TLabel
- Left = 192
- Top = 148
- Width = 68
- Height = 13
- Caption = 'Screen Width:'
- end
- object Label3: TLabel
- Left = 192
- Top = 180
- Width = 71
- Height = 13
- Caption = 'Screen Heigth:'
- end
- object Label4: TLabel
- Left = 192
- Top = 100
- Width = 38
- Height = 13
- Caption = 'Presets:'
- end
- object Label5: TLabel
- Left = 99
- Top = 24
- Width = 229
- Height = 13
- Caption = 'Please select screen size for Your KiSS data set.'
- end
- object SizeX: TRxSpinEdit
- Left = 272
- Top = 144
- Width = 121
- Height = 21
- Alignment = taRightJustify
- MaxValue = 32000.000000000000000000
- MinValue = 1.000000000000000000
- TabOrder = 0
- Value = 640.000000000000000000
- end
- object SizeY: TRxSpinEdit
- Left = 272
- Top = 176
- Width = 121
- Height = 21
- Alignment = taRightJustify
- MaxValue = 32000.000000000000000000
- MinValue = 1.000000000000000000
- TabOrder = 1
- Value = 400.000000000000000000
- end
- object Presets: TComboBox
- Left = 248
- Top = 96
- Width = 145
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- Items.Strings = (
- '400 x 300'
- '480 x 300'
- '640 x 400'
- '640 x 480'
- '720 x 480'
- '720 x 512'
- '800 x 600'
- 'Custom')
- TabOrder = 2
- OnChange = PresetsChange
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'Palette'
- object Label6: TLabel
- Left = 16
- Top = 180
- Width = 111
- Height = 13
- Caption = 'Initial Palette (KCF) File:'
- end
- object Label7: TLabel
- Left = 16
- Top = 16
- Width = 265
- Height = 13
- Caption = 'Please select desired color mode for Your KiSS data set.'
- end
- object Label8: TLabel
- Left = 16
- Top = 200
- Width = 319
- Height = 26
- Caption =
- 'IMPORTANT: Some KiSS viewers may display Your data incorrectly'#13#10 +
- 'or even crash when using Enhanced mode.'
- end
- object ColorModeRG: TRadioGroup
- Left = 16
- Top = 40
- Width = 393
- Height = 121
- Caption = 'Available Color Modes'
- ItemIndex = 0
- Items.Strings = (
- '16 or 256 colors (depends on color depth of selected palette)'
-
- 'Enhanced (allows multiple 256 color palettes and mixing of diffe' +
- 'rent palettes)'
- 'Cherry KiSS (32-bit data - no palette needed)')
- TabOrder = 0
- OnClick = ColorModeRGClick
- end
- object PaletteCombo: TComboBox
- Left = 160
- Top = 176
- Width = 249
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 1
- end
- end
- end
- end
-