home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / internet / htmlPaint / htmlpb.exe / 0 / RCDATA / TFORM4 / TFORM4.txt
Encoding:
Text File  |  1998-12-30  |  4.4 KB  |  145 lines

  1. object Form4: TForm4
  2.   Left = 278
  3.   Top = 171
  4.   BorderStyle = bsDialog
  5.   Caption = 'About HTML Paint Brush'
  6.   ClientHeight = 236
  7.   ClientWidth = 289
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   ShowHint = True
  16.   OnMouseMove = FormMouseMove
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 273
  23.     Height = 41
  24.     Style = bsRaised
  25.   end
  26.   object Label1: TLabel
  27.     Left = 24
  28.     Top = 16
  29.     Width = 243
  30.     Height = 29
  31.     Caption = 'HTML Paint Brush v1.7'
  32.     Font.Charset = DEFAULT_CHARSET
  33.     Font.Color = clWindowText
  34.     Font.Height = -24
  35.     Font.Name = 'MS Sans Serif'
  36.     Font.Style = []
  37.     ParentFont = False
  38.     OnMouseMove = Label1MouseMove
  39.   end
  40.   object Bevel2: TBevel
  41.     Left = 8
  42.     Top = 80
  43.     Width = 273
  44.     Height = 9
  45.     Shape = bsBottomLine
  46.   end
  47.   object SpeedButton1: TSpeedButton
  48.     Left = 208
  49.     Top = 208
  50.     Width = 73
  51.     Height = 25
  52.     Hint = 'OK, Get me out of here!'
  53.     Caption = '&OK'
  54.     Glyph.Data = {
  55.       76010000424D7601000000000000760000002800000020000000100000000100
  56.       04000000000000010000120B0000120B00001000000000000000000000000000
  57.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  58.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  59.       555555555555555555555555555555555555555555FF55555555555559055555
  60.       55555555577FF5555555555599905555555555557777F5555555555599905555
  61.       555555557777FF5555555559999905555555555777777F555555559999990555
  62.       5555557777777FF5555557990599905555555777757777F55555790555599055
  63.       55557775555777FF5555555555599905555555555557777F5555555555559905
  64.       555555555555777FF5555555555559905555555555555777FF55555555555579
  65.       05555555555555777FF5555555555557905555555555555777FF555555555555
  66.       5990555555555555577755555555555555555555555555555555}
  67.     NumGlyphs = 2
  68.     OnClick = SpeedButton1Click
  69.   end
  70.   object Label2: TLabel
  71.     Left = 72
  72.     Top = 56
  73.     Width = 141
  74.     Height = 20
  75.     Caption = 'By:  Matt Peoples'
  76.     Font.Charset = DEFAULT_CHARSET
  77.     Font.Color = clWindowText
  78.     Font.Height = -16
  79.     Font.Name = 'MS Sans Serif'
  80.     Font.Style = [fsBold]
  81.     ParentFont = False
  82.     OnMouseMove = Label2MouseMove
  83.   end
  84.   object SpeedButton2: TSpeedButton
  85.     Left = 72
  86.     Top = 208
  87.     Width = 129
  88.     Height = 25
  89.     Cursor = crHandPoint
  90.     Caption = '&Go To Home Page'
  91.     Glyph.Data = {
  92.       76010000424D7601000000000000760000002800000020000000100000000100
  93.       04000000000000010000120B0000120B00001000000000000000000000000000
  94.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  95.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  96.       33333FF3333333333333447333333333333377FFF33333333333744473333333
  97.       333337773FF3333333333444447333333333373F773FF3333333334444447333
  98.       33333373F3773FF3333333744444447333333337F333773FF333333444444444
  99.       733333373F3333773FF333334444444444733FFF7FFFFFFF77FF999999999999
  100.       999977777777777733773333CCCCCCCCCC3333337333333F7733333CCCCCCCCC
  101.       33333337F3333F773333333CCCCCCC3333333337333F7733333333CCCCCC3333
  102.       333333733F77333333333CCCCC333333333337FF7733333333333CCC33333333
  103.       33333777333333333333CC333333333333337733333333333333}
  104.     NumGlyphs = 2
  105.     OnClick = SpeedButton2Click
  106.   end
  107.   object RichEdit1: TRichEdit
  108.     Left = 8
  109.     Top = 104
  110.     Width = 273
  111.     Height = 97
  112.     Hint = 'Comments'
  113.     Alignment = taCenter
  114.     BorderStyle = bsNone
  115.     Color = clGray
  116.     Font.Charset = DEFAULT_CHARSET
  117.     Font.Color = clWhite
  118.     Font.Height = -11
  119.     Font.Name = 'MS Sans Serif'
  120.     Font.Style = []
  121.     Lines.Strings = (
  122.       'I thought it would be a good idea to make it where'
  123.       'you could save the contents of the code window to'
  124.       'a file or copy it to the clipboard.  If there'#39's anything'
  125.       'else you would like to see added, or if you find any'
  126.       'bugs, please mail me at matt@jerky.net'
  127.       'Thanks, and have fun!'
  128.       ''
  129.       'Try the ShadowFire IRC Network'
  130.       'http://www.shadowfire.net/'
  131.       '/server irc2.jerky.net')
  132.     ParentFont = False
  133.     ReadOnly = True
  134.     ScrollBars = ssVertical
  135.     TabOrder = 0
  136.   end
  137.   object GoToWeb1: TGoToWeb
  138.     Url = 'http://members.xoom.com/mattp/htmlpb.htm'
  139.     EMail = 'cresto@mygale.org'
  140.     BrowserState = gwMaximized
  141.     Left = 8
  142.     Top = 208
  143.   end
  144. end
  145.