home *** CD-ROM | disk | FTP | other *** search
- object RemovePal: TRemovePal
- Left = 168
- Top = 78
- BorderIcons = []
- BorderStyle = bsDialog
- ClientHeight = 268
- ClientWidth = 316
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Memo1: TMemo
- Left = 0
- Top = 8
- Width = 313
- Height = 97
- Alignment = taCenter
- BorderStyle = bsNone
- Color = clBtnFace
- Lines.Strings = (
- 'Warning!'
- ''
- 'One or more cels are using specified palette.'
- 'The KiSS file might get corrupted if You decide'
- 'to remove it.'
- 'What to do next?'
- 'Please select an action from the list bellow.')
- TabOrder = 0
- end
- object ActGroup: TRadioGroup
- Left = 0
- Top = 104
- Width = 313
- Height = 129
- ItemIndex = 0
- Items.Strings = (
- 'Cancel the removal'
- 'Remove cels which are using specifed palette'
- 'Replace specifed palette with ...')
- TabOrder = 1
- OnClick = ActGroupClick
- end
- object Button1: TButton
- Left = 0
- Top = 240
- Width = 75
- Height = 25
- Caption = '&Ok'
- ModalResult = 1
- TabOrder = 2
- end
- object Button2: TButton
- Left = 240
- Top = 240
- Width = 75
- Height = 25
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 3
- end
- object PaletteCombo: TComboBox
- Left = 184
- Top = 200
- Width = 121
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 4
- end
- end
-