home *** CD-ROM | disk | FTP | other *** search
- object SetupForm: TSetupForm
- Left = 406
- Top = 484
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = 'SetupForm'
- ClientHeight = 261
- ClientWidth = 509
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = True
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 14
- object TitleLabel: TLabel
- Left = 186
- Top = 12
- Width = 314
- Height = 19
- AutoSize = False
- Caption = 'Application Name'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -16
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object DescLabel: TLabel
- Left = 186
- Top = 35
- Width = 314
- Height = 29
- AutoSize = False
- Caption =
- 'Thank you for installing <Application Name>. Please select the o' +
- 'ptions you require and click OK to finish setup.'
- WordWrap = True
- end
- object Label4: TLabel
- Left = 9
- Top = 205
- Width = 163
- Height = 14
- Alignment = taCenter
- AutoSize = False
- Caption = 'Copyright � 1999 MAPSoft'
- end
- object Panel1: TPanel
- Left = 9
- Top = 15
- Width = 165
- Height = 173
- BevelOuter = bvNone
- BorderStyle = bsSingle
- Caption = 'Panel1'
- TabOrder = 0
- object Image1: TImage
- Left = -2
- Top = 0
- Width = 163
- Height = 170
- AutoSize = True
- Picture.Data = {<image001.bmp>}
- end
- end
- object GroupBox1: TGroupBox
- Left = 185
- Top = 127
- Width = 314
- Height = 91
- Caption = 'Setup Options'
- TabOrder = 1
- object RestartCheck: TCheckBox
- Left = 12
- Top = 63
- Width = 196
- Height = 13
- Caption = 'Restart Windows'
- TabOrder = 0
- end
- object ShortCutCheck: TCheckBox
- Left = 12
- Top = 20
- Width = 202
- Height = 14
- Caption = 'Create Shortcut(s) on Start Menu'
- Checked = True
- State = cbChecked
- TabOrder = 1
- end
- object DeskTopCheck: TCheckBox
- Left = 12
- Top = 41
- Width = 178
- Height = 14
- Caption = 'Create Shortcut on Desktop'
- Enabled = False
- TabOrder = 2
- end
- end
- object GroupBox2: TGroupBox
- Left = 186
- Top = 70
- Width = 313
- Height = 53
- Caption = 'Installation Directory'
- TabOrder = 2
- object InstallDirLabel: TLabel
- Left = 9
- Top = 24
- Width = 209
- Height = 14
- AutoSize = False
- Caption = 'Install dir'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Button1: TButton
- Left = 228
- Top = 19
- Width = 75
- Height = 25
- Caption = '&Browse'
- TabOrder = 0
- OnClick = Button1Click
- end
- end
- object Button2: TButton
- Left = 424
- Top = 226
- Width = 75
- Height = 25
- Caption = '&Cancel'
- TabOrder = 3
- OnClick = Button2Click
- end
- object OKButton: TButton
- Left = 340
- Top = 226
- Width = 75
- Height = 25
- Caption = '&OK'
- TabOrder = 4
- OnClick = OKButtonClick
- end
- object Button3: TButton
- Left = 184
- Top = 226
- Width = 75
- Height = 25
- Caption = '&Whats New!'
- TabOrder = 5
- OnClick = Button3Click
- end
- end
-