home *** CD-ROM | disk | FTP | other *** search
- object Form4: TForm4
- Left = 278
- Top = 171
- BorderStyle = bsDialog
- Caption = 'About HTML Paint Brush'
- ClientHeight = 236
- ClientWidth = 289
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Position = poScreenCenter
- ShowHint = True
- OnMouseMove = FormMouseMove
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 273
- Height = 41
- Style = bsRaised
- end
- object Label1: TLabel
- Left = 24
- Top = 16
- Width = 243
- Height = 29
- Caption = 'HTML Paint Brush v1.7'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -24
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- OnMouseMove = Label1MouseMove
- end
- object Bevel2: TBevel
- Left = 8
- Top = 80
- Width = 273
- Height = 9
- Shape = bsBottomLine
- end
- object SpeedButton1: TSpeedButton
- Left = 208
- Top = 208
- Width = 73
- Height = 25
- Hint = 'OK, Get me out of here!'
- Caption = '&OK'
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 04000000000000010000120B0000120B00001000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
- 555555555555555555555555555555555555555555FF55555555555559055555
- 55555555577FF5555555555599905555555555557777F5555555555599905555
- 555555557777FF5555555559999905555555555777777F555555559999990555
- 5555557777777FF5555557990599905555555777757777F55555790555599055
- 55557775555777FF5555555555599905555555555557777F5555555555559905
- 555555555555777FF5555555555559905555555555555777FF55555555555579
- 05555555555555777FF5555555555557905555555555555777FF555555555555
- 5990555555555555577755555555555555555555555555555555}
- NumGlyphs = 2
- OnClick = SpeedButton1Click
- end
- object Label2: TLabel
- Left = 72
- Top = 56
- Width = 141
- Height = 20
- Caption = 'By: Matt Peoples'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- OnMouseMove = Label2MouseMove
- end
- object SpeedButton2: TSpeedButton
- Left = 72
- Top = 208
- Width = 129
- Height = 25
- Cursor = crHandPoint
- Caption = '&Go To Home Page'
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 04000000000000010000120B0000120B00001000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 33333FF3333333333333447333333333333377FFF33333333333744473333333
- 333337773FF3333333333444447333333333373F773FF3333333334444447333
- 33333373F3773FF3333333744444447333333337F333773FF333333444444444
- 733333373F3333773FF333334444444444733FFF7FFFFFFF77FF999999999999
- 999977777777777733773333CCCCCCCCCC3333337333333F7733333CCCCCCCCC
- 33333337F3333F773333333CCCCCCC3333333337333F7733333333CCCCCC3333
- 333333733F77333333333CCCCC333333333337FF7733333333333CCC33333333
- 33333777333333333333CC333333333333337733333333333333}
- NumGlyphs = 2
- OnClick = SpeedButton2Click
- end
- object RichEdit1: TRichEdit
- Left = 8
- Top = 104
- Width = 273
- Height = 97
- Hint = 'Comments'
- Alignment = taCenter
- BorderStyle = bsNone
- Color = clGray
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Lines.Strings = (
- 'I thought it would be a good idea to make it where'
- 'you could save the contents of the code window to'
- 'a file or copy it to the clipboard. If there'#39's anything'
- 'else you would like to see added, or if you find any'
- 'bugs, please mail me at matt@jerky.net'
- 'Thanks, and have fun!'
- ''
- 'Try the ShadowFire IRC Network'
- 'http://www.shadowfire.net/'
- '/server irc2.jerky.net')
- ParentFont = False
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 0
- end
- object GoToWeb1: TGoToWeb
- Url = 'http://members.xoom.com/mattp/htmlpb.htm'
- EMail = 'cresto@mygale.org'
- BrowserState = gwMaximized
- Left = 8
- Top = 208
- end
- end
-