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

  1. object Form5: TForm5
  2.   Left = 312
  3.   Top = 201
  4.   BorderStyle = bsDialog
  5.   Caption = 'Add a picture'
  6.   ClientHeight = 140
  7.   ClientWidth = 249
  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.   OnActivate = FormActivate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 86
  23.     Height = 13
  24.     Caption = 'Picture File Name:'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 16
  28.     Top = 40
  29.     Width = 77
  30.     Height = 13
  31.     Caption = 'Alternative Text:'
  32.   end
  33.   object Label3: TLabel
  34.     Left = 8
  35.     Top = 72
  36.     Width = 86
  37.     Height = 13
  38.     Caption = 'Border Thickness:'
  39.   end
  40.   object Bevel1: TBevel
  41.     Left = 8
  42.     Top = 96
  43.     Width = 233
  44.     Height = 9
  45.     Shape = bsBottomLine
  46.   end
  47.   object SpeedButton1: TSpeedButton
  48.     Left = 160
  49.     Top = 112
  50.     Width = 81
  51.     Height = 25
  52.     Hint = 'Gernerate the HTML code'
  53.     Caption = 'Get Code'
  54.     Glyph.Data = {
  55.       76010000424D7601000000000000760000002800000020000000100000000100
  56.       04000000000000010000130B0000130B00001000000000000000000000000000
  57.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  58.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0033333333B333
  59.       333B33FF33337F3333F73BB3777BB7777BB3377FFFF77FFFF77333B000000000
  60.       0B3333777777777777333330FFFFFFFF07333337F33333337F333330FFFFFFFF
  61.       07333337F33333337F333330FFFFFFFF07333337F33333337F333330FFFFFFFF
  62.       07333FF7F33333337FFFBBB0FFFFFFFF0BB37777F3333333777F3BB0FFFFFFFF
  63.       0BBB3777F3333FFF77773330FFFF000003333337F333777773333330FFFF0FF0
  64.       33333337F3337F37F3333330FFFF0F0B33333337F3337F77FF333330FFFF003B
  65.       B3333337FFFF77377FF333B000000333BB33337777777F3377FF3BB3333BB333
  66.       3BB33773333773333773B333333B3333333B7333333733333337}
  67.     NumGlyphs = 2
  68.     OnClick = SpeedButton1Click
  69.   end
  70.   object SpeedButton2: TSpeedButton
  71.     Left = 80
  72.     Top = 112
  73.     Width = 73
  74.     Height = 25
  75.     Hint = 'Close this window'
  76.     Caption = 'Cancel'
  77.     Glyph.Data = {
  78.       76010000424D7601000000000000760000002800000020000000100000000100
  79.       04000000000000010000130B0000130B00001000000000000000000000000000
  80.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  81.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  82.       333333333333333333333333333333333333333FFF33FF333FFF339993370733
  83.       999333777FF37FF377733339993000399933333777F777F77733333399970799
  84.       93333333777F7377733333333999399933333333377737773333333333990993
  85.       3333333333737F73333333333331013333333333333777FF3333333333910193
  86.       333333333337773FF3333333399000993333333337377737FF33333399900099
  87.       93333333773777377FF333399930003999333337773777F777FF339993370733
  88.       9993337773337333777333333333333333333333333333333333333333333333
  89.       3333333333333333333333333333333333333333333333333333}
  90.     NumGlyphs = 2
  91.     OnClick = SpeedButton2Click
  92.   end
  93.   object Edit1: TEdit
  94.     Left = 104
  95.     Top = 8
  96.     Width = 137
  97.     Height = 21
  98.     Hint = 'File name for the picture'
  99.     AutoSelect = False
  100.     MaxLength = 30
  101.     TabOrder = 0
  102.   end
  103.   object Edit2: TEdit
  104.     Left = 104
  105.     Top = 40
  106.     Width = 137
  107.     Height = 21
  108.     Hint = 'Text to be shown if the picture is not there'
  109.     AutoSelect = False
  110.     TabOrder = 1
  111.   end
  112.   object SpinEdit1: TSpinEdit
  113.     Left = 104
  114.     Top = 72
  115.     Width = 65
  116.     Height = 22
  117.     Hint = 'How thick the border should be'
  118.     AutoSelect = False
  119.     AutoSize = False
  120.     MaxValue = 0
  121.     MinValue = 0
  122.     TabOrder = 2
  123.     Value = 0
  124.     OnChange = SpinEdit1Change
  125.   end
  126. end
  127.