home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 Secrets / Secrets1.iso / Internet / HTMLEd / FlexED / FlexED32.exe / 0 / RCDATA / TFORM_LIP / TFORM_LIP.txt
Encoding:
Text File  |  1997-08-22  |  1.3 KB  |  80 lines

  1. object Form_LIP: TForm_LIP
  2.   Left = 340
  3.   Top = 163
  4.   HelpContext = 1041
  5.   BorderStyle = bsDialog
  6.   Caption = '<LI> Editor'
  7.   ClientHeight = 86
  8.   ClientWidth = 190
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 24
  22.     Height = 13
  23.     Caption = 'Type'
  24.   end
  25.   object Label3: TLabel
  26.     Left = 128
  27.     Top = 8
  28.     Width = 27
  29.     Height = 13
  30.     Caption = 'Value'
  31.   end
  32.   object OkButton: TButton
  33.     Left = 72
  34.     Top = 56
  35.     Width = 49
  36.     Height = 25
  37.     Caption = '&Ok'
  38.     Default = True
  39.     TabOrder = 0
  40.     OnClick = OkButtonClick
  41.   end
  42.   object CancelButton: TButton
  43.     Left = 128
  44.     Top = 56
  45.     Width = 57
  46.     Height = 25
  47.     Caption = '&Cancel'
  48.     TabOrder = 1
  49.     OnClick = CancelButtonClick
  50.   end
  51.   object TypeLB: TComboBox
  52.     Left = 8
  53.     Top = 24
  54.     Width = 113
  55.     Height = 21
  56.     Style = csDropDownList
  57.     ItemHeight = 13
  58.     Items.Strings = (
  59.       '(none)'
  60.       'disk'
  61.       'circle'
  62.       'square'
  63.       'A'
  64.       'a'
  65.       'I'
  66.       'i')
  67.     TabOrder = 2
  68.   end
  69.   object ValueSE: TSpinEdit
  70.     Left = 128
  71.     Top = 24
  72.     Width = 57
  73.     Height = 22
  74.     MaxValue = 0
  75.     MinValue = 0
  76.     TabOrder = 3
  77.     Value = 0
  78.   end
  79. end
  80.