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

  1. object FrmSelect: TFrmSelect
  2.   Left = 305
  3.   Top = 236
  4.   BorderStyle = bsDialog
  5.   Caption = 'Select'
  6.   ClientHeight = 147
  7.   ClientWidth = 305
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 16
  14.   object lblName: TLabel
  15.     Left = 8
  16.     Top = 8
  17.     Width = 28
  18.     Height = 13
  19.     Caption = '&Name'
  20.     FocusControl = EditName
  21.     Font.Color = clBlack
  22.     Font.Height = -11
  23.     Font.Name = 'MS Sans Serif'
  24.     Font.Style = []
  25.     ParentFont = False
  26.   end
  27.   object lblSize: TLabel
  28.     Left = 8
  29.     Top = 40
  30.     Width = 20
  31.     Height = 13
  32.     Caption = '&Size'
  33.     FocusControl = seSize
  34.     Font.Color = clBlack
  35.     Font.Height = -11
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = []
  38.     ParentFont = False
  39.   end
  40.   object EditName: TEdit
  41.     Left = 48
  42.     Top = 8
  43.     Width = 145
  44.     Height = 21
  45.     Hint = 'Name of property (eg for author information)'
  46.     Font.Color = clBlack
  47.     Font.Height = -11
  48.     Font.Name = 'MS Sans Serif'
  49.     Font.Style = []
  50.     ParentFont = False
  51.     ParentShowHint = False
  52.     ShowHint = True
  53.     TabOrder = 0
  54.   end
  55.   object cbMultiple: TCheckBox
  56.     Left = 128
  57.     Top = 40
  58.     Width = 57
  59.     Height = 17
  60.     Hint = 'Allow multiple selections ?'
  61.     Caption = ' &Multiple'
  62.     Font.Color = clBlack
  63.     Font.Height = -11
  64.     Font.Name = 'MS Sans Serif'
  65.     Font.Style = []
  66.     ParentFont = False
  67.     ParentShowHint = False
  68.     ShowHint = True
  69.     TabOrder = 1
  70.   end
  71.   object seSize: TSpinEdit
  72.     Left = 48
  73.     Top = 40
  74.     Width = 57
  75.     Height = 22
  76.     Hint = 'Thickness of line'
  77.     Font.Color = clBlack
  78.     Font.Height = -11
  79.     Font.Name = 'MS Sans Serif'
  80.     Font.Style = []
  81.     MaxValue = 100000
  82.     MinValue = 0
  83.     ParentFont = False
  84.     ParentShowHint = False
  85.     ShowHint = True
  86.     TabOrder = 2
  87.     Value = 0
  88.   end
  89.   object btnOK: TButton
  90.     Left = 208
  91.     Top = 8
  92.     Width = 89
  93.     Height = 25
  94.     Caption = 'OK'
  95.     Default = True
  96.     Font.Color = clBlack
  97.     Font.Height = -11
  98.     Font.Name = 'MS Sans Serif'
  99.     Font.Style = []
  100.     ModalResult = 1
  101.     ParentFont = False
  102.     TabOrder = 3
  103.   end
  104.   object btnCancel: TButton
  105.     Left = 208
  106.     Top = 40
  107.     Width = 89
  108.     Height = 25
  109.     Caption = 'Cancel'
  110.     Font.Color = clBlack
  111.     Font.Height = -11
  112.     Font.Name = 'MS Sans Serif'
  113.     Font.Style = []
  114.     ModalResult = 2
  115.     ParentFont = False
  116.     TabOrder = 4
  117.   end
  118.   object gbJavaScript: TGroupBox
  119.     Left = 8
  120.     Top = 73
  121.     Width = 289
  122.     Height = 65
  123.     Caption = ' &JavaScript '
  124.     Font.Color = clBlack
  125.     Font.Height = -11
  126.     Font.Name = 'MS Sans Serif'
  127.     Font.Style = []
  128.     ParentFont = False
  129.     TabOrder = 5
  130.     object lblOnBlur: TLabel
  131.       Left = 8
  132.       Top = 20
  133.       Width = 32
  134.       Height = 13
  135.       Caption = 'On&Blur'
  136.       FocusControl = EditOnBlur
  137.       Font.Color = clBlack
  138.       Font.Height = -11
  139.       Font.Name = 'MS Sans Serif'
  140.       Font.Style = []
  141.       ParentFont = False
  142.     end
  143.     object lblOnChange: TLabel
  144.       Left = 152
  145.       Top = 20
  146.       Width = 51
  147.       Height = 13
  148.       Caption = 'OnC&hange'
  149.       FocusControl = EditOnChange
  150.       Font.Color = clBlack
  151.       Font.Height = -11
  152.       Font.Name = 'MS Sans Serif'
  153.       Font.Style = []
  154.       ParentFont = False
  155.     end
  156.     object EditOnChange: TEdit
  157.       Left = 152
  158.       Top = 36
  159.       Width = 129
  160.       Height = 21
  161.       Hint = 
  162.         'enter the method that shall be called when the OnChange event is' +
  163.         ' triggered'
  164.       Font.Color = clBlack
  165.       Font.Height = -11
  166.       Font.Name = 'MS Sans Serif'
  167.       Font.Style = []
  168.       ParentFont = False
  169.       ParentShowHint = False
  170.       ShowHint = True
  171.       TabOrder = 1
  172.     end
  173.     object EditOnBlur: TEdit
  174.       Left = 8
  175.       Top = 36
  176.       Width = 137
  177.       Height = 21
  178.       Hint = 
  179.         'enter the method that shall be called when the OnBlur event is t' +
  180.         'riggered'
  181.       Font.Color = clBlack
  182.       Font.Height = -11
  183.       Font.Name = 'MS Sans Serif'
  184.       Font.Style = []
  185.       ParentFont = False
  186.       ParentShowHint = False
  187.       ShowHint = True
  188.       TabOrder = 0
  189.     end
  190.   end
  191. end
  192.