home *** CD-ROM | disk | FTP | other *** search
- object BigCelDlg: TBigCelDlg
- Left = 201
- Top = 120
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Warning - Cel to big'
- ClientHeight = 227
- ClientWidth = 279
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object Button1: TButton
- Left = 102
- Top = 200
- Width = 75
- Height = 25
- Caption = '&Ok'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object RadioGroup1: TRadioGroup
- Left = 8
- Top = 64
- Width = 249
- Height = 121
- Caption = 'Do You want to ...'
- ItemIndex = 0
- Items.Strings = (
- '... ignore this warning and continue ?'
- '... change window size to fit the cel ?'
- '... cancel adding this cel to the KiSS file ?')
- TabOrder = 1
- end
- object Memo1: TMemo
- Left = 47
- Top = 8
- Width = 185
- Height = 49
- Alignment = taCenter
- BorderStyle = bsNone
- Color = clBtnFace
- Lines.Strings = (
- 'Selected cel is to big to fit inside '
- 'current viewing window. This might'
- 'cause undesired effects.'
- ' ')
- TabOrder = 2
- end
- end
-