home *** CD-ROM | disk | FTP | other *** search
/ IT.SOFT 22 / ITSOFTCD_22.iso / pc / shareware22 / file / HTMLTOOL.ZIP / HTMLTOOL.exe / 0 / RCDATA / TFRMAPPLET / TFRMAPPLET.txt
Encoding:
Text File  |  1998-01-30  |  6.2 KB  |  277 lines

  1. object FrmApplet: TFrmApplet
  2.   Left = 210
  3.   Top = 211
  4.   BorderStyle = bsDialog
  5.   Caption = 'Java Applet'
  6.   ClientHeight = 175
  7.   ClientWidth = 407
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object lblCode: TLabel
  15.     Left = 8
  16.     Top = 8
  17.     Width = 25
  18.     Height = 13
  19.     Caption = '&Code'
  20.     FocusControl = EditCode
  21.   end
  22.   object lblCodeBase: TLabel
  23.     Left = 8
  24.     Top = 32
  25.     Width = 48
  26.     Height = 13
  27.     Caption = 'Code&base'
  28.     FocusControl = EditCodeBase
  29.   end
  30.   object lblName: TLabel
  31.     Left = 8
  32.     Top = 64
  33.     Width = 28
  34.     Height = 13
  35.     Caption = '&Name'
  36.     FocusControl = EditName
  37.   end
  38.   object lblAlt: TLabel
  39.     Left = 8
  40.     Top = 88
  41.     Width = 12
  42.     Height = 13
  43.     Caption = 'A<'
  44.     FocusControl = EditAlt
  45.   end
  46.   object lblWidth: TLabel
  47.     Left = 8
  48.     Top = 120
  49.     Width = 28
  50.     Height = 13
  51.     Caption = '&Width'
  52.     FocusControl = seWidth
  53.   end
  54.   object lblHeight: TLabel
  55.     Left = 8
  56.     Top = 144
  57.     Width = 31
  58.     Height = 13
  59.     Caption = '&Height'
  60.     FocusControl = seHeight
  61.   end
  62.   object lblHSpace: TLabel
  63.     Left = 128
  64.     Top = 120
  65.     Width = 39
  66.     Height = 13
  67.     Caption = 'H&Space'
  68.     FocusControl = seHSpace
  69.   end
  70.   object lblVSpace: TLabel
  71.     Left = 128
  72.     Top = 144
  73.     Width = 38
  74.     Height = 13
  75.     Caption = '&VSpace'
  76.     FocusControl = seVSpace
  77.   end
  78.   object lblAlignment: TLabel
  79.     Left = 232
  80.     Top = 64
  81.     Width = 46
  82.     Height = 13
  83.     Caption = '&Alignment'
  84.     FocusControl = cbAlignment
  85.   end
  86.   object EditCode: TEdit
  87.     Left = 64
  88.     Top = 8
  89.     Width = 249
  90.     Height = 21
  91.     Hint = 'The URL of the java file'
  92.     ParentShowHint = False
  93.     ShowHint = True
  94.     TabOrder = 0
  95.   end
  96.   object EditCodeBase: TEdit
  97.     Left = 64
  98.     Top = 32
  99.     Width = 249
  100.     Height = 21
  101.     Hint = 'The base URL of the applet'
  102.     ParentShowHint = False
  103.     ShowHint = True
  104.     TabOrder = 2
  105.   end
  106.   object EditName: TEdit
  107.     Left = 64
  108.     Top = 64
  109.     Width = 153
  110.     Height = 21
  111.     Hint = 'The name for the applet instance'
  112.     ParentShowHint = False
  113.     ShowHint = True
  114.     TabOrder = 4
  115.   end
  116.   object EditAlt: TEdit
  117.     Left = 64
  118.     Top = 88
  119.     Width = 153
  120.     Height = 21
  121.     Hint = 
  122.       'Text being displayed by browsers that understand the applet-tag ' +
  123.       'but cannot/will not run the applet'
  124.     ParentShowHint = False
  125.     ShowHint = True
  126.     TabOrder = 5
  127.   end
  128.   object seWidth: TSpinEdit
  129.     Left = 56
  130.     Top = 120
  131.     Width = 49
  132.     Height = 22
  133.     Hint = 'Width'
  134.     MaxValue = 10000
  135.     MinValue = 0
  136.     ParentShowHint = False
  137.     ShowHint = True
  138.     TabOrder = 7
  139.     Value = 0
  140.   end
  141.   object seHeight: TSpinEdit
  142.     Left = 56
  143.     Top = 144
  144.     Width = 49
  145.     Height = 22
  146.     Hint = 'Height'
  147.     MaxValue = 10000
  148.     MinValue = 0
  149.     ParentShowHint = False
  150.     ShowHint = True
  151.     TabOrder = 8
  152.     Value = 0
  153.   end
  154.   object seHSpace: TSpinEdit
  155.     Left = 176
  156.     Top = 120
  157.     Width = 49
  158.     Height = 22
  159.     Hint = 'Additional horizontal space'
  160.     MaxValue = 10000
  161.     MinValue = 0
  162.     ParentShowHint = False
  163.     ShowHint = True
  164.     TabOrder = 9
  165.     Value = 0
  166.   end
  167.   object seVSpace: TSpinEdit
  168.     Left = 176
  169.     Top = 144
  170.     Width = 49
  171.     Height = 22
  172.     Hint = 'Additional vertical space'
  173.     MaxValue = 10000
  174.     MinValue = 0
  175.     ParentShowHint = False
  176.     ShowHint = True
  177.     TabOrder = 10
  178.     Value = 0
  179.   end
  180.   object cbAlignment: TComboBox
  181.     Left = 288
  182.     Top = 64
  183.     Width = 113
  184.     Height = 21
  185.     Hint = 'Alignment of the applet'
  186.     ItemHeight = 13
  187.     Items.Strings = (
  188.       'Default'
  189.       'AbsBottom'
  190.       'AbsMiddle'
  191.       'Baseline'
  192.       'Bleedleft'
  193.       'Bleedright'
  194.       'Bottom'
  195.       'Left'
  196.       'Middle'
  197.       'Right'
  198.       'Text'
  199.       'Top')
  200.     ParentShowHint = False
  201.     ShowHint = True
  202.     TabOrder = 6
  203.     Text = 'Default'
  204.   end
  205.   object btnOK: TButton
  206.     Left = 312
  207.     Top = 112
  208.     Width = 89
  209.     Height = 25
  210.     Caption = 'OK'
  211.     Default = True
  212.     ModalResult = 1
  213.     TabOrder = 11
  214.   end
  215.   object btnCancel: TButton
  216.     Left = 312
  217.     Top = 144
  218.     Width = 89
  219.     Height = 25
  220.     Caption = 'Cancel'
  221.     ModalResult = 2
  222.     TabOrder = 12
  223.   end
  224.   object btnURL1: TBitBtn
  225.     Left = 320
  226.     Top = 7
  227.     Width = 81
  228.     Height = 22
  229.     Hint = 'URL Assistant'
  230.     Caption = '&URL'
  231.     ParentShowHint = False
  232.     ShowHint = True
  233.     TabOrder = 1
  234.     OnClick = btnURL1Click
  235.     Glyph.Data = {
  236.       76010000424D7601000000000000760000002800000020000000100000000100
  237.       0400000000000001000000000000000000000000000000000000000000000000
  238.       80000080000000808000800000008000800080800000C0C0C000808080000000
  239.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777770000000
  240.       000077777FFFFFFFFFFF7774408777777770777788888888888F7744448BFFFB
  241.       FF707788F78F7FFFFF8F7440008FCCCCCB7078F7778F8888878F6C66368BFFFB
  242.       FF7078F7778F7FFFFF8F6668028FCCCCCB708F77778F8888878F6666388BFFFB
  243.       FF708F77778F7FFFFF8F6866888FCCCCCB708F77778F8888878F6766888BFFFB
  244.       FF708F77778F77FF7F8F8E7E788FFCCF00008F77778F7887888F8777788BFFFB
  245.       7F878F77778F77778F877877778FFBFF787778F7778FFFFF887778F777888888
  246.       807778F7778888888877777FF77778380777778FF777777F877777777777E788
  247.       777777788FFFFF88777777777888887777777777788888777777}
  248.     NumGlyphs = 2
  249.   end
  250.   object btnURL2: TBitBtn
  251.     Left = 320
  252.     Top = 31
  253.     Width = 81
  254.     Height = 22
  255.     Hint = 'URL Assistant'
  256.     Caption = 'U&RL'
  257.     ParentShowHint = False
  258.     ShowHint = True
  259.     TabOrder = 3
  260.     OnClick = btnURL2Click
  261.     Glyph.Data = {
  262.       76010000424D7601000000000000760000002800000020000000100000000100
  263.       0400000000000001000000000000000000000000000000000000000000000000
  264.       80000080000000808000800000008000800080800000C0C0C000808080000000
  265.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777770000000
  266.       000077777FFFFFFFFFFF7774408777777770777788888888888F7744448BFFFB
  267.       FF707788F78F7FFFFF8F7440008FCCCCCB7078F7778F8888878F6C66368BFFFB
  268.       FF7078F7778F7FFFFF8F6668028FCCCCCB708F77778F8888878F6666388BFFFB
  269.       FF708F77778F7FFFFF8F6866888FCCCCCB708F77778F8888878F6766888BFFFB
  270.       FF708F77778F77FF7F8F8E7E788FFCCF00008F77778F7887888F8777788BFFFB
  271.       7F878F77778F77778F877877778FFBFF787778F7778FFFFF887778F777888888
  272.       807778F7778888888877777FF77778380777778FF777777F877777777777E788
  273.       777777788FFFFF88777777777888887777777777788888777777}
  274.     NumGlyphs = 2
  275.   end
  276. end
  277.