home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / edukacja / LOTR / LOTRMAP.exe / 0 / RCDATA / TFORM4 / TFORM4.txt
Encoding:
Text File  |  1998-11-26  |  1.0 KB  |  56 lines

  1. object Form4: TForm4
  2.   Left = 260
  3.   Top = 205
  4.   BorderIcons = [biMinimize, biMaximize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Question'
  7.   ClientHeight = 120
  8.   ClientWidth = 231
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnClose = FormClose
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 23
  19.     Top = 9
  20.     Width = 189
  21.     Height = 13
  22.     Caption = 'LOTR Map has saved the original file as'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 73
  26.     Top = 31
  27.     Width = 89
  28.     Height = 13
  29.     Caption = 'Label2'
  30.   end
  31.   object Bevel1: TBevel
  32.     Left = 9
  33.     Top = 57
  34.     Width = 214
  35.     Height = 2
  36.   end
  37.   object CheckBox1: TCheckBox
  38.     Left = 23
  39.     Top = 64
  40.     Width = 169
  41.     Height = 17
  42.     Caption = 'Show this message next time.'
  43.     State = cbChecked
  44.     TabOrder = 0
  45.   end
  46.   object Button1: TButton
  47.     Left = 70
  48.     Top = 88
  49.     Width = 75
  50.     Height = 25
  51.     Caption = 'OK'
  52.     TabOrder = 1
  53.     OnClick = Button1Click
  54.   end
  55. end
  56.