home *** CD-ROM | disk | FTP | other *** search
- object Form_LIP: TForm_LIP
- Left = 340
- Top = 163
- HelpContext = 1041
- BorderStyle = bsDialog
- Caption = '<LI> Editor'
- ClientHeight = 86
- ClientWidth = 190
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 24
- Height = 13
- Caption = 'Type'
- end
- object Label3: TLabel
- Left = 128
- Top = 8
- Width = 27
- Height = 13
- Caption = 'Value'
- end
- object OkButton: TButton
- Left = 72
- Top = 56
- Width = 49
- Height = 25
- Caption = '&Ok'
- Default = True
- TabOrder = 0
- OnClick = OkButtonClick
- end
- object CancelButton: TButton
- Left = 128
- Top = 56
- Width = 57
- Height = 25
- Caption = '&Cancel'
- TabOrder = 1
- OnClick = CancelButtonClick
- end
- object TypeLB: TComboBox
- Left = 8
- Top = 24
- Width = 113
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- Items.Strings = (
- '(none)'
- 'disk'
- 'circle'
- 'square'
- 'A'
- 'a'
- 'I'
- 'i')
- TabOrder = 2
- end
- object ValueSE: TSpinEdit
- Left = 128
- Top = 24
- Width = 57
- Height = 22
- MaxValue = 0
- MinValue = 0
- TabOrder = 3
- Value = 0
- end
- end
-