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

  1. object RemovePal: TRemovePal
  2.   Left = 168
  3.   Top = 78
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 268
  7.   ClientWidth = 316
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Memo1: TMemo
  17.     Left = 0
  18.     Top = 8
  19.     Width = 313
  20.     Height = 97
  21.     Alignment = taCenter
  22.     BorderStyle = bsNone
  23.     Color = clBtnFace
  24.     Lines.Strings = (
  25.       'Warning!'
  26.       ''
  27.       'One or more cels are using specified palette.'
  28.       'The KiSS file might get corrupted if You decide'
  29.       'to remove it.'
  30.       'What to do next?'
  31.       'Please select an action from the list bellow.')
  32.     TabOrder = 0
  33.   end
  34.   object ActGroup: TRadioGroup
  35.     Left = 0
  36.     Top = 104
  37.     Width = 313
  38.     Height = 129
  39.     ItemIndex = 0
  40.     Items.Strings = (
  41.       'Cancel the removal'
  42.       'Remove cels which are using specifed palette'
  43.       'Replace specifed palette with ...')
  44.     TabOrder = 1
  45.     OnClick = ActGroupClick
  46.   end
  47.   object Button1: TButton
  48.     Left = 0
  49.     Top = 240
  50.     Width = 75
  51.     Height = 25
  52.     Caption = '&Ok'
  53.     ModalResult = 1
  54.     TabOrder = 2
  55.   end
  56.   object Button2: TButton
  57.     Left = 240
  58.     Top = 240
  59.     Width = 75
  60.     Height = 25
  61.     Caption = '&Cancel'
  62.     ModalResult = 2
  63.     TabOrder = 3
  64.   end
  65.   object PaletteCombo: TComboBox
  66.     Left = 184
  67.     Top = 200
  68.     Width = 121
  69.     Height = 21
  70.     Style = csDropDownList
  71.     ItemHeight = 13
  72.     TabOrder = 4
  73.   end
  74. end
  75.