home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / komunik / webedit / data.z / WebEdit.exe / 0 / RCDATA / TFRMAPPLET / TFRMAPPLET.txt
Text File  |  1996-10-14  |  9KB  |  375 lines

  1. object frmApplet: TfrmApplet
  2.   Left = 239
  3.   Top = 123
  4.   HelpContext = 173
  5.   BorderStyle = bsDialog
  6.   Caption = 'Applet'
  7.   ClientHeight = 225
  8.   ClientWidth = 466
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnDeactivate = FormDeactivate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object bvlInsert: TBevel
  20.     Left = 4
  21.     Top = 4
  22.     Width = 456
  23.     Height = 186
  24.     Shape = bsFrame
  25.     IsControl = True
  26.   end
  27.   object lblAlignment: TLabel
  28.     Left = 254
  29.     Top = 131
  30.     Width = 46
  31.     Height = 13
  32.     Alignment = taRightJustify
  33.     Caption = 'Ali&gnment'
  34.     FocusControl = cmbAlign
  35.     Font.Color = clBlack
  36.     Font.Height = -11
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = []
  39.     ParentFont = False
  40.     WordWrap = True
  41.   end
  42.   object lblWidth: TLabel
  43.     Left = 10
  44.     Top = 131
  45.     Width = 28
  46.     Height = 13
  47.     Caption = '&Width'
  48.     FocusControl = txtWidth
  49.     Font.Color = clBlack
  50.     Font.Height = -11
  51.     Font.Name = 'MS Sans Serif'
  52.     Font.Style = []
  53.     ParentFont = False
  54.     WordWrap = True
  55.   end
  56.   object lblHeight: TLabel
  57.     Left = 128
  58.     Top = 131
  59.     Width = 46
  60.     Height = 13
  61.     Alignment = taRightJustify
  62.     Caption = '&Height'
  63.     FocusControl = txtHeight
  64.     Font.Color = clBlack
  65.     Font.Height = -11
  66.     Font.Name = 'MS Sans Serif'
  67.     Font.Style = []
  68.     ParentFont = False
  69.     WordWrap = True
  70.   end
  71.   object lblHSpace: TLabel
  72.     Left = 10
  73.     Top = 159
  74.     Width = 39
  75.     Height = 13
  76.     Caption = 'HSpa&ce'
  77.     FocusControl = txtHSpace
  78.     Font.Color = clBlack
  79.     Font.Height = -11
  80.     Font.Name = 'MS Sans Serif'
  81.     Font.Style = []
  82.     ParentFont = False
  83.     WordWrap = True
  84.   end
  85.   object lblVSpace: TLabel
  86.     Left = 128
  87.     Top = 159
  88.     Width = 46
  89.     Height = 13
  90.     Alignment = taRightJustify
  91.     Caption = '&VSpace'
  92.     FocusControl = txtVSpace
  93.     Font.Color = clBlack
  94.     Font.Height = -11
  95.     Font.Name = 'MS Sans Serif'
  96.     Font.Style = []
  97.     ParentFont = False
  98.     WordWrap = True
  99.   end
  100.   object lblCode: TLabel
  101.     Left = 10
  102.     Top = 18
  103.     Width = 25
  104.     Height = 13
  105.     Caption = '&Code'
  106.     FocusControl = cmbCode
  107.     WordWrap = True
  108.   end
  109.   object lblCodeBase: TLabel
  110.     Left = 10
  111.     Top = 46
  112.     Width = 48
  113.     Height = 13
  114.     Caption = 'C&odebase'
  115.     FocusControl = cmbCodeBase
  116.     WordWrap = True
  117.   end
  118.   object lblName: TLabel
  119.     Left = 10
  120.     Top = 74
  121.     Width = 28
  122.     Height = 13
  123.     Caption = '&Name'
  124.     FocusControl = txtName
  125.     WordWrap = True
  126.   end
  127.   object lblAlt: TLabel
  128.     Left = 10
  129.     Top = 102
  130.     Width = 12
  131.     Height = 13
  132.     Caption = '&Alt'
  133.     FocusControl = txtAlt
  134.     WordWrap = True
  135.   end
  136.   object cmbAlign: TComboBox
  137.     Left = 304
  138.     Top = 129
  139.     Width = 65
  140.     Height = 21
  141.     Hint = 'Alignment of applet'
  142.     Style = csDropDownList
  143.     Font.Color = clBlack
  144.     Font.Height = -11
  145.     Font.Name = 'MS Sans Serif'
  146.     Font.Style = []
  147.     ItemHeight = 13
  148.     Items.Strings = (
  149.       'default'
  150.       'absbottom'
  151.       'absmiddle'
  152.       'baseline'
  153.       'bleedleft'
  154.       'bleedright'
  155.       'bottom'
  156.       'left'
  157.       'middle'
  158.       'right'
  159.       'text'
  160.       'top')
  161.     ParentFont = False
  162.     ParentShowHint = False
  163.     ShowHint = True
  164.     TabOrder = 8
  165.   end
  166.   object txtHeight: TMaskEdit
  167.     Left = 178
  168.     Top = 129
  169.     Width = 63
  170.     Height = 21
  171.     Hint = 'Height in units'
  172.     Font.Color = clBlack
  173.     Font.Height = -11
  174.     Font.Name = 'MS Sans Serif'
  175.     Font.Style = []
  176.     MaxLength = 0
  177.     ParentFont = False
  178.     ParentShowHint = False
  179.     ShowHint = True
  180.     TabOrder = 7
  181.   end
  182.   object txtHSpace: TMaskEdit
  183.     Left = 64
  184.     Top = 157
  185.     Width = 65
  186.     Height = 21
  187.     Hint = 'Extra horizontal space'
  188.     Font.Color = clBlack
  189.     Font.Height = -11
  190.     Font.Name = 'MS Sans Serif'
  191.     Font.Style = []
  192.     MaxLength = 0
  193.     ParentFont = False
  194.     ParentShowHint = False
  195.     ShowHint = True
  196.     TabOrder = 9
  197.   end
  198.   object txtVSpace: TMaskEdit
  199.     Left = 178
  200.     Top = 157
  201.     Width = 64
  202.     Height = 21
  203.     Hint = 'Extra vertical space'
  204.     Font.Color = clBlack
  205.     Font.Height = -11
  206.     Font.Name = 'MS Sans Serif'
  207.     Font.Style = []
  208.     MaxLength = 0
  209.     ParentFont = False
  210.     ParentShowHint = False
  211.     ShowHint = True
  212.     TabOrder = 10
  213.   end
  214.   object txtWidth: TMaskEdit
  215.     Left = 64
  216.     Top = 129
  217.     Width = 65
  218.     Height = 21
  219.     Hint = 'Width in units'
  220.     Font.Color = clBlack
  221.     Font.Height = -11
  222.     Font.Name = 'MS Sans Serif'
  223.     Font.Style = []
  224.     MaxLength = 0
  225.     ParentFont = False
  226.     ParentShowHint = False
  227.     ShowHint = True
  228.     TabOrder = 6
  229.   end
  230.   object cmbCode: TComboBox
  231.     Left = 64
  232.     Top = 16
  233.     Width = 303
  234.     Height = 21
  235.     Hint = 'The name of the file'
  236.     Font.Color = clBlack
  237.     Font.Height = -11
  238.     Font.Name = 'MS Sans Serif'
  239.     Font.Style = []
  240.     ItemHeight = 13
  241.     ParentFont = False
  242.     ParentShowHint = False
  243.     ShowHint = True
  244.     Sorted = True
  245.     TabOrder = 0
  246.   end
  247.   object cmbCodeBase: TComboBox
  248.     Left = 64
  249.     Top = 44
  250.     Width = 303
  251.     Height = 21
  252.     Hint = 'The base URL of the applet'
  253.     Font.Color = clBlack
  254.     Font.Height = -11
  255.     Font.Name = 'MS Sans Serif'
  256.     Font.Style = []
  257.     ItemHeight = 13
  258.     ParentFont = False
  259.     ParentShowHint = False
  260.     ShowHint = True
  261.     Sorted = True
  262.     TabOrder = 2
  263.   end
  264.   object bbtnCodeBaseURL: TBitBtn
  265.     Left = 373
  266.     Top = 40
  267.     Width = 77
  268.     Height = 27
  269.     Hint = 'Open the URL Builder'
  270.     Caption = 'URL'
  271.     ParentShowHint = False
  272.     ShowHint = True
  273.     TabOrder = 3
  274.     OnClick = bbtnCodeBaseURLClick
  275.     Glyph.Data = {
  276.       42010000424D4201000000000000760000002800000012000000110000000100
  277.       040000000000CC00000000000000000000000000000000000000000000000000
  278.       80000080000000808000800000008000800080800000C0C0C000808080000000
  279.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  280.       7777070000007777777777777770000000000000000000007700070000000FFF
  281.       FFFFFFF07000770000000FFFFFFF00008007770000000FFFFFF0877808777700
  282.       00000FFFFF0877E88077770000000FFFFF0777787077770000000FFFFF07E778
  283.       7077770000000FFFFF08EE788077770000000FFFFFF087780777770000000FFF
  284.       FFFF00007777770000000FFFFFFFFFF07777770000000FFFFFFF000077777700
  285.       00000FFFFFFF07077777770000000FFFFFFF0077777777000000000000000777
  286.       777777000000}
  287.   end
  288.   object bbtnCodeURL: TBitBtn
  289.     Left = 373
  290.     Top = 12
  291.     Width = 77
  292.     Height = 27
  293.     Hint = 'Open the URL Builder'
  294.     Caption = 'URL'
  295.     ParentShowHint = False
  296.     ShowHint = True
  297.     TabOrder = 1
  298.     OnClick = bbtnCodeURLClick
  299.     Glyph.Data = {
  300.       42010000424D4201000000000000760000002800000012000000110000000100
  301.       040000000000CC00000000000000000000000000000000000000000000000000
  302.       80000080000000808000800000008000800080800000C0C0C000808080000000
  303.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  304.       7777070000007777777777777770000000000000000000007700070000000FFF
  305.       FFFFFFF07000770000000FFFFFFF00008007770000000FFFFFF0877808777700
  306.       00000FFFFF0877E88077770000000FFFFF0777787077770000000FFFFF07E778
  307.       7077770000000FFFFF08EE788077770000000FFFFFF087780777770000000FFF
  308.       FFFF00007777770000000FFFFFFFFFF07777770000000FFFFFFF000077777700
  309.       00000FFFFFFF07077777770000000FFFFFFF0077777777000000000000000777
  310.       777777000000}
  311.   end
  312.   object Ok: TBitBtn
  313.     Left = 214
  314.     Top = 196
  315.     Width = 77
  316.     Height = 25
  317.     Hint = 'Insert standard <IMG> tag'
  318.     Caption = 'Ok'
  319.     Default = True
  320.     ModalResult = 1
  321.     TabOrder = 11
  322.     NumGlyphs = 2
  323.     Spacing = -1
  324.     IsControl = True
  325.   end
  326.   object Cancel: TBitBtn
  327.     Left = 298
  328.     Top = 196
  329.     Width = 77
  330.     Height = 25
  331.     Cancel = True
  332.     Caption = 'Cancel'
  333.     ModalResult = 2
  334.     TabOrder = 12
  335.     NumGlyphs = 2
  336.     Spacing = -1
  337.     IsControl = True
  338.   end
  339.   object Help: TBitBtn
  340.     Left = 382
  341.     Top = 196
  342.     Width = 77
  343.     Height = 25
  344.     HelpContext = 1
  345.     Caption = 'Help'
  346.     TabOrder = 13
  347.     OnClick = HelpClick
  348.     NumGlyphs = 2
  349.     Spacing = -1
  350.     IsControl = True
  351.   end
  352.   object txtName: TEdit
  353.     Left = 64
  354.     Top = 72
  355.     Width = 303
  356.     Height = 21
  357.     Hint = 'A name for the applet instance'
  358.     ParentShowHint = False
  359.     ShowHint = True
  360.     TabOrder = 4
  361.   end
  362.   object txtAlt: TEdit
  363.     Left = 64
  364.     Top = 100
  365.     Width = 303
  366.     Height = 21
  367.     Hint = 
  368.       'Parsed character data to be displayed if the brower understands ' +
  369.       'the APPLET tag but can'#39't/won'#39't run them'
  370.     ParentShowHint = False
  371.     ShowHint = True
  372.     TabOrder = 5
  373.   end
  374. end
  375.