home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 B / CHIP_HITWARE6_B.iso / gry / wkiss / tools / kcnfe111.lzh / CNFEDIT.EXE / 0 / RCDATA / TCNFWZRD / TCNFWZRD.txt
Encoding:
Text File  |  1998-04-21  |  5.3 KB  |  219 lines

  1. object CnfWzrd: TCnfWzrd
  2.   Left = 129
  3.   Top = 110
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Create New CNF File'
  7.   ClientHeight = 273
  8.   ClientWidth = 427
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object DelphiWizard1: TDelphiWizard
  18.     Left = 0
  19.     Top = 229
  20.     Width = 427
  21.     Height = 44
  22.     EnableHelp = True
  23.     NoteBook = Notebook1
  24.     BackCaption = '< &Back'
  25.     NextCaption = '&Next >'
  26.     AbortCaption = '&Cancel'
  27.     ReadyCaption = '&Finish'
  28.     HelpCaption = '&Help'
  29.     OnNextClick = DelphiWizard1NextClick
  30.     OnEndClick = DelphiWizard1EndClick
  31.   end
  32.   object Notebook1: TNotebook
  33.     Left = 0
  34.     Top = 0
  35.     Width = 427
  36.     Height = 229
  37.     Align = alClient
  38.     TabOrder = 1
  39.     object TPage
  40.       Left = 0
  41.       Top = 0
  42.       Caption = 'Default'
  43.       object Label1: TLabel
  44.         Left = 69
  45.         Top = 188
  46.         Width = 72
  47.         Height = 13
  48.         Caption = 'Work directory:'
  49.       end
  50.       object Memo1: TMemo
  51.         Left = 16
  52.         Top = 16
  53.         Width = 393
  54.         Height = 145
  55.         BorderStyle = bsNone
  56.         Color = clBtnFace
  57.         Lines.Strings = (
  58.           'Work directory assign'
  59.           ''
  60.           
  61.             'Please enter full path to the work directory in the text editbox' +
  62.             ' bellow.'
  63.           
  64.             'Use the button right to the directory editbox to browse the disc' +
  65.             '(s) for'
  66.           'the work directory.'
  67.           ''
  68.           
  69.             'Note: All files (*.cel, *.kcf, *.wav, *.au ...) needed for the K' +
  70.             'iSS data set'
  71.           
  72.             'must be located in the same directory. Therefore You won'#39't be ab' +
  73.             'le to'
  74.           
  75.             'change directory during the creation of the CNF file. Please mak' +
  76.             'e sure'
  77.           'all needed files are contained in chosen directory.')
  78.         TabOrder = 0
  79.       end
  80.       object WorkDir: TDirectoryEdit
  81.         Left = 149
  82.         Top = 184
  83.         Width = 209
  84.         Height = 21
  85.         NumGlyphs = 1
  86.         TabOrder = 1
  87.         Text = 'WorkDir'
  88.       end
  89.     end
  90.     object TPage
  91.       Left = 0
  92.       Top = 0
  93.       Caption = 'Size'
  94.       object Label2: TLabel
  95.         Left = 192
  96.         Top = 148
  97.         Width = 68
  98.         Height = 13
  99.         Caption = 'Screen Width:'
  100.       end
  101.       object Label3: TLabel
  102.         Left = 192
  103.         Top = 180
  104.         Width = 71
  105.         Height = 13
  106.         Caption = 'Screen Heigth:'
  107.       end
  108.       object Label4: TLabel
  109.         Left = 192
  110.         Top = 100
  111.         Width = 38
  112.         Height = 13
  113.         Caption = 'Presets:'
  114.       end
  115.       object Label5: TLabel
  116.         Left = 99
  117.         Top = 24
  118.         Width = 229
  119.         Height = 13
  120.         Caption = 'Please select screen size for Your KiSS data set.'
  121.       end
  122.       object SizeX: TRxSpinEdit
  123.         Left = 272
  124.         Top = 144
  125.         Width = 121
  126.         Height = 21
  127.         Alignment = taRightJustify
  128.         MaxValue = 32000.000000000000000000
  129.         MinValue = 1.000000000000000000
  130.         TabOrder = 0
  131.         Value = 640.000000000000000000
  132.       end
  133.       object SizeY: TRxSpinEdit
  134.         Left = 272
  135.         Top = 176
  136.         Width = 121
  137.         Height = 21
  138.         Alignment = taRightJustify
  139.         MaxValue = 32000.000000000000000000
  140.         MinValue = 1.000000000000000000
  141.         TabOrder = 1
  142.         Value = 400.000000000000000000
  143.       end
  144.       object Presets: TComboBox
  145.         Left = 248
  146.         Top = 96
  147.         Width = 145
  148.         Height = 21
  149.         Style = csDropDownList
  150.         ItemHeight = 13
  151.         Items.Strings = (
  152.           '400 x 300'
  153.           '480 x 300'
  154.           '640 x 400'
  155.           '640 x 480'
  156.           '720 x 480'
  157.           '720 x 512'
  158.           '800 x 600'
  159.           'Custom')
  160.         TabOrder = 2
  161.         OnChange = PresetsChange
  162.       end
  163.     end
  164.     object TPage
  165.       Left = 0
  166.       Top = 0
  167.       Caption = 'Palette'
  168.       object Label6: TLabel
  169.         Left = 16
  170.         Top = 180
  171.         Width = 111
  172.         Height = 13
  173.         Caption = 'Initial Palette (KCF) File:'
  174.       end
  175.       object Label7: TLabel
  176.         Left = 16
  177.         Top = 16
  178.         Width = 265
  179.         Height = 13
  180.         Caption = 'Please select desired color mode for Your KiSS data set.'
  181.       end
  182.       object Label8: TLabel
  183.         Left = 16
  184.         Top = 200
  185.         Width = 319
  186.         Height = 26
  187.         Caption = 
  188.           'IMPORTANT: Some KiSS viewers may display Your data incorrectly'#13#10 +
  189.           'or even crash when using Enhanced mode.'
  190.       end
  191.       object ColorModeRG: TRadioGroup
  192.         Left = 16
  193.         Top = 40
  194.         Width = 393
  195.         Height = 121
  196.         Caption = 'Available Color Modes'
  197.         ItemIndex = 0
  198.         Items.Strings = (
  199.           '16 or 256 colors (depends on color depth of selected palette)'
  200.           
  201.             'Enhanced (allows multiple 256 color palettes and mixing of diffe' +
  202.             'rent palettes)'
  203.           'Cherry KiSS (32-bit data -  no palette needed)')
  204.         TabOrder = 0
  205.         OnClick = ColorModeRGClick
  206.       end
  207.       object PaletteCombo: TComboBox
  208.         Left = 160
  209.         Top = 176
  210.         Width = 249
  211.         Height = 21
  212.         Style = csDropDownList
  213.         ItemHeight = 13
  214.         TabOrder = 1
  215.       end
  216.     end
  217.   end
  218. end
  219.