home *** CD-ROM | disk | FTP | other *** search
- object Form4: TForm4
- Left = 260
- Top = 205
- BorderIcons = [biMinimize, biMaximize]
- BorderStyle = bsDialog
- Caption = 'Question'
- ClientHeight = 120
- ClientWidth = 231
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 23
- Top = 9
- Width = 189
- Height = 13
- Caption = 'LOTR Map has saved the original file as'
- end
- object Label2: TLabel
- Left = 73
- Top = 31
- Width = 89
- Height = 13
- Caption = 'Label2'
- end
- object Bevel1: TBevel
- Left = 9
- Top = 57
- Width = 214
- Height = 2
- end
- object CheckBox1: TCheckBox
- Left = 23
- Top = 64
- Width = 169
- Height = 17
- Caption = 'Show this message next time.'
- State = cbChecked
- TabOrder = 0
- end
- object Button1: TButton
- Left = 70
- Top = 88
- Width = 75
- Height = 25
- Caption = 'OK'
- TabOrder = 1
- OnClick = Button1Click
- end
- end
-