home *** CD-ROM | disk | FTP | other *** search
- object DlgAbout: TDlgAbout
- Left = 287
- Top = 227
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'About this Hint Utility'
- ClientHeight = 278
- ClientWidth = 427
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- Scaled = False
- OnCreate = FormCreate
- OnMouseMove = FormMouseMove
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 15
- object Bevel1: TBevel
- Left = 7
- Top = 8
- Width = 413
- Height = 237
- Shape = bsFrame
- end
- object Label1: TLabel
- Left = 146
- Top = 27
- Width = 236
- Height = 63
- Alignment = taCenter
- Caption = 'NoteCard'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -56
- Font.Name = 'Times New Roman'
- Font.Style = [fsBold]
- ParentFont = False
- WordWrap = True
- OnMouseMove = FormMouseMove
- end
- object Label2: TLabel
- Left = 174
- Top = 95
- Width = 182
- Height = 19
- Alignment = taCenter
- Caption = 'Family Games Freeware'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -16
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- OnMouseMove = FormMouseMove
- end
- object Label5: TLabel
- Left = 41
- Top = 204
- Width = 346
- Height = 14
- Caption =
- 'Program copyright � 1994-1999 AHA! Software Inc. All rights rese' +
- 'rved.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- OnMouseMove = FormMouseMove
- end
- object Label6: TLabel
- Left = 123
- Top = 220
- Width = 181
- Height = 14
- Alignment = taCenter
- AutoSize = False
- Caption = 'Written and directed by Nick Sullivan'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- OnMouseMove = FormMouseMove
- end
- object Shape1: TShape
- Left = 19
- Top = 123
- Width = 76
- Height = 37
- Brush.Color = clYellow
- Shape = stRoundRect
- OnMouseMove = FormMouseMove
- end
- object Shape2: TShape
- Left = 332
- Top = 123
- Width = 76
- Height = 37
- Brush.Color = clYellow
- Shape = stRoundRect
- OnMouseMove = FormMouseMove
- end
- object Label8: TLabel
- Left = 338
- Top = 126
- Width = 64
- Height = 30
- Alignment = taCenter
- Caption = 'Lots to see and do!'
- Color = clYellow
- ParentColor = False
- Transparent = True
- WordWrap = True
- OnMouseMove = FormMouseMove
- end
- object Label3: TLabel
- Left = 31
- Top = 126
- Width = 52
- Height = 30
- Alignment = taCenter
- Caption = 'Come by for a visit!'
- Color = clYellow
- ParentColor = False
- Transparent = True
- WordWrap = True
- OnMouseMove = FormMouseMove
- end
- object Shape3: TShape
- Left = 97
- Top = 129
- Width = 233
- Height = 25
- Shape = stRoundRect
- OnMouseMove = lblURLMouseMove
- end
- object imgLogo: TImage
- Left = 13
- Top = 14
- Width = 100
- Height = 100
- AutoSize = True
- Center = True
- Picture.Data = {<image000.bmp>}
- Stretch = True
- Transparent = True
- OnMouseMove = FormMouseMove
- end
- object lblVersion: TLabel
- Left = 328
- Top = 36
- Width = 30
- Height = 14
- Caption = 'v2.0.0'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- OnMouseMove = FormMouseMove
- end
- object lblURL: TLabel
- Left = 101
- Top = 132
- Width = 224
- Height = 19
- Alignment = taCenter
- AutoSize = False
- Caption = 'http://familygames.com/'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -16
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- OnClick = lblURLClick
- OnMouseMove = lblURLMouseMove
- end
- object lblHomeOf: TLabel
- Left = 16
- Top = 172
- Width = 397
- Height = 19
- Alignment = taCenter
- AutoSize = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -16
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object cmdOK: TButton
- Left = 340
- Top = 250
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- TabOrder = 0
- OnClick = cmdOKClick
- end
- object chkShowScreen: TCheckBox
- Left = 4
- Top = 260
- Width = 181
- Height = 17
- Caption = 'Show this screen on start-up'
- TabOrder = 1
- OnClick = chkShowScreenClick
- end
- object tmrFlash: TTimer
- Interval = 4000
- OnTimer = tmrFlashTimer
- Left = 136
- Top = 248
- end
- end
-