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

  1. object BigCelDlg: TBigCelDlg
  2.   Left = 201
  3.   Top = 120
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Warning - Cel to big'
  7.   ClientHeight = 227
  8.   ClientWidth = 279
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Button1: TButton
  17.     Left = 102
  18.     Top = 200
  19.     Width = 75
  20.     Height = 25
  21.     Caption = '&Ok'
  22.     Default = True
  23.     ModalResult = 1
  24.     TabOrder = 0
  25.   end
  26.   object RadioGroup1: TRadioGroup
  27.     Left = 8
  28.     Top = 64
  29.     Width = 249
  30.     Height = 121
  31.     Caption = 'Do You want to ...'
  32.     ItemIndex = 0
  33.     Items.Strings = (
  34.       '... ignore this warning and continue ?'
  35.       '... change window size to fit the cel ?'
  36.       '... cancel adding this cel to the KiSS file ?')
  37.     TabOrder = 1
  38.   end
  39.   object Memo1: TMemo
  40.     Left = 47
  41.     Top = 8
  42.     Width = 185
  43.     Height = 49
  44.     Alignment = taCenter
  45.     BorderStyle = bsNone
  46.     Color = clBtnFace
  47.     Lines.Strings = (
  48.       'Selected cel is to big to fit inside '
  49.       'current  viewing window. This might'
  50.       'cause  undesired effects.'
  51.       ' ')
  52.     TabOrder = 2
  53.   end
  54. end
  55.