home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 A / CHIP_HITWARE_7A.iso / biuro / PersAddrBook / _SETUP.1 / AddrBook.exe / 0 / RCDATA / TFORMATCONVFORM / TFORMATCONVFORM.txt
Text File  |  1999-03-24  |  1KB  |  60 lines

  1. object FormatConvForm: TFormatConvForm
  2.   Left = 232
  3.   Top = 125
  4.   Width = 376
  5.   Height = 178
  6.   Caption = 'Format Conversion'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object MessageMemo: TMemo
  17.     Left = 19
  18.     Top = 16
  19.     Width = 329
  20.     Height = 89
  21.     TabStop = False
  22.     BorderStyle = bsNone
  23.     Color = clBtnFace
  24.     Font.Charset = DEFAULT_CHARSET
  25.     Font.Color = clWindowText
  26.     Font.Height = -11
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = [fsBold]
  29.     Lines.Strings = (
  30.       '')
  31.     ParentFont = False
  32.     ReadOnly = True
  33.     TabOrder = 0
  34.   end
  35.   object BitBtn1: TBitBtn
  36.     Left = 194
  37.     Top = 120
  38.     Width = 75
  39.     Height = 25
  40.     TabOrder = 1
  41.     Kind = bkYes
  42.   end
  43.   object BitBtn2: TBitBtn
  44.     Left = 276
  45.     Top = 120
  46.     Width = 75
  47.     Height = 25
  48.     TabOrder = 2
  49.     Kind = bkNo
  50.   end
  51.   object DontAskCBox: TCheckBox
  52.     Left = 5
  53.     Top = 128
  54.     Width = 97
  55.     Height = 17
  56.     Caption = 'Don'#39't ask again'
  57.     TabOrder = 3
  58.   end
  59. end
  60.