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

  1. object FrmJavaKit: TFrmJavaKit
  2.   Left = 63
  3.   Top = 118
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'JavaKit'
  7.   ClientHeight = 190
  8.   ClientWidth = 552
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 8
  17.     Top = 16
  18.     Width = 165
  19.     Height = 13
  20.     Caption = 'Select one of the following applets:'
  21.   end
  22.   object lblWidth: TLabel
  23.     Left = 336
  24.     Top = 128
  25.     Width = 28
  26.     Height = 13
  27.     Caption = '&Width'
  28.     Enabled = False
  29.     FocusControl = seWidth
  30.     Transparent = True
  31.   end
  32.   object lblHeight: TLabel
  33.     Left = 448
  34.     Top = 128
  35.     Width = 31
  36.     Height = 13
  37.     Caption = '&Height'
  38.     Enabled = False
  39.     FocusControl = seHeight
  40.     Transparent = True
  41.   end
  42.   object Image4: TImage
  43.     Left = 296
  44.     Top = 0
  45.     Width = 158
  46.     Height = 41
  47.     AutoSize = True
  48.     Picture.Data = {<image000.bmp>}
  49.   end
  50.   object Image1: TImage
  51.     Left = 456
  52.     Top = 16
  53.     Width = 89
  54.     Height = 26
  55.     AutoSize = True
  56.     Picture.Data = {<image001.bmp>}
  57.   end
  58.   object lblText: TLabel
  59.     Left = 8
  60.     Top = 80
  61.     Width = 21
  62.     Height = 13
  63.     Caption = '&Text'
  64.     FocusControl = EditText
  65.   end
  66.   object lblFontFace: TLabel
  67.     Left = 8
  68.     Top = 112
  69.     Width = 45
  70.     Height = 13
  71.     Caption = 'Font &face'
  72.     FocusControl = EditFontFace
  73.   end
  74.   object lblFontSize: TLabel
  75.     Left = 8
  76.     Top = 144
  77.     Width = 42
  78.     Height = 13
  79.     Caption = 'Font &size'
  80.     FocusControl = seFontSize
  81.   end
  82.   object Label2: TLabel
  83.     Left = 248
  84.     Top = 80
  85.     Width = 66
  86.     Height = 13
  87.     Caption = '&Image Source'
  88.     Enabled = False
  89.     FocusControl = EditImageSrc
  90.     Transparent = True
  91.   end
  92.   object rbDizzer: TRadioButton
  93.     Left = 8
  94.     Top = 48
  95.     Width = 57
  96.     Height = 17
  97.     Hint = 'Dizzer - your text becomes '#39'nervous'#39
  98.     Caption = '&Dizzer'
  99.     Checked = True
  100.     ParentShowHint = False
  101.     ShowHint = True
  102.     TabOrder = 0
  103.     TabStop = True
  104.     OnClick = rbDizzerClick
  105.   end
  106.   object rbGlower: TRadioButton
  107.     Left = 64
  108.     Top = 48
  109.     Width = 57
  110.     Height = 17
  111.     Hint = 'Glower - your text will glow in many colors'
  112.     Caption = '&Glower'
  113.     ParentShowHint = False
  114.     ShowHint = True
  115.     TabOrder = 1
  116.     OnClick = rbGlowerClick
  117.   end
  118.   object btnOK: TButton
  119.     Left = 392
  120.     Top = 160
  121.     Width = 75
  122.     Height = 25
  123.     Caption = '&OK'
  124.     Default = True
  125.     ModalResult = 1
  126.     TabOrder = 10
  127.   end
  128.   object btnCancel: TButton
  129.     Left = 472
  130.     Top = 160
  131.     Width = 75
  132.     Height = 25
  133.     Caption = '&Cancel'
  134.     ModalResult = 2
  135.     TabOrder = 11
  136.   end
  137.   object seWidth: TSpinEdit
  138.     Left = 376
  139.     Top = 128
  140.     Width = 57
  141.     Height = 22
  142.     Enabled = False
  143.     MaxValue = 10000
  144.     MinValue = 0
  145.     TabOrder = 8
  146.     Value = 200
  147.   end
  148.   object seHeight: TSpinEdit
  149.     Left = 488
  150.     Top = 128
  151.     Width = 57
  152.     Height = 22
  153.     Enabled = False
  154.     MaxValue = 10000
  155.     MinValue = 0
  156.     TabOrder = 9
  157.     Value = 200
  158.   end
  159.   object rbMarqueeForImages: TRadioButton
  160.     Left = 248
  161.     Top = 48
  162.     Width = 113
  163.     Height = 17
  164.     Hint = 'Marquee for images - let an image scroll over the screen'
  165.     Caption = '&Marquee for images'
  166.     ParentShowHint = False
  167.     ShowHint = True
  168.     TabOrder = 2
  169.     OnClick = rbMarqueeForImagesClick
  170.   end
  171.   object EditImageSrc: TEdit
  172.     Left = 320
  173.     Top = 80
  174.     Width = 145
  175.     Height = 21
  176.     Hint = 'Enter the path of the image to be scrolled'
  177.     Enabled = False
  178.     ParentShowHint = False
  179.     ShowHint = True
  180.     TabOrder = 6
  181.   end
  182.   object btnURL: TBitBtn
  183.     Left = 472
  184.     Top = 80
  185.     Width = 75
  186.     Height = 21
  187.     Hint = 'URL Assistant'
  188.     Caption = '&URL'
  189.     Enabled = False
  190.     ParentShowHint = False
  191.     ShowHint = True
  192.     TabOrder = 7
  193.     OnClick = btnURLClick
  194.     Glyph.Data = {
  195.       76010000424D7601000000000000760000002800000020000000100000000100
  196.       0400000000000001000000000000000000000000000000000000000000000000
  197.       80000080000000808000800000008000800080800000C0C0C000808080000000
  198.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777770000000
  199.       000077777FFFFFFFFFFF7774408777777770777788888888888F7744448BFFFB
  200.       FF707788F78F7FFFFF8F7440008FCCCCCB7078F7778F8888878F6C66368BFFFB
  201.       FF7078F7778F7FFFFF8F6668028FCCCCCB708F77778F8888878F6666388BFFFB
  202.       FF708F77778F7FFFFF8F6866888FCCCCCB708F77778F8888878F6766888BFFFB
  203.       FF708F77778F77FF7F8F8E7E788FFCCF00008F77778F7887888F8777788BFFFB
  204.       7F878F77778F77778F877877778FFBFF787778F7778FFFFF887778F777888888
  205.       807778F7778888888877777FF77778380777778FF777777F877777777777E788
  206.       777777788FFFFF88777777777888887777777777788888777777}
  207.     NumGlyphs = 2
  208.   end
  209.   object EditText: TEdit
  210.     Left = 64
  211.     Top = 80
  212.     Width = 169
  213.     Height = 21
  214.     Hint = 'Enter the text you want to see displayed by the applet'
  215.     ParentShowHint = False
  216.     ShowHint = True
  217.     TabOrder = 3
  218.   end
  219.   object EditFontFace: TEdit
  220.     Left = 64
  221.     Top = 112
  222.     Width = 169
  223.     Height = 21
  224.     Hint = 
  225.       'Enter the font you want to use (NB: Available on most systems ar' +
  226.       'e TimesRoman and Courier)'
  227.     ParentShowHint = False
  228.     ShowHint = True
  229.     TabOrder = 4
  230.   end
  231.   object seFontSize: TSpinEdit
  232.     Left = 64
  233.     Top = 144
  234.     Width = 57
  235.     Height = 22
  236.     Hint = 'Enter the font size'
  237.     MaxValue = 100
  238.     MinValue = 0
  239.     ParentShowHint = False
  240.     ShowHint = True
  241.     TabOrder = 5
  242.     Value = 12
  243.   end
  244. end
  245.