home *** CD-ROM | disk | FTP | other *** search
- object frmCodeEdit: TfrmCodeEdit
- Left = 307
- Top = 92
- BorderStyle = bsToolWindow
- Caption = '<> Code Insert Entry'
- ClientHeight = 153
- ClientWidth = 302
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poOwnerFormCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 285
- Height = 106
- Shape = bsFrame
- end
- object lblMenu: TLabel
- Left = 16
- Top = 16
- Width = 54
- Height = 13
- Caption = 'Menu Text:'
- end
- object lblSec: TLabel
- Left = 16
- Top = 56
- Width = 39
- Height = 13
- Caption = 'Section:'
- end
- object lblDesc: TLabel
- Left = 150
- Top = 56
- Width = 53
- Height = 13
- Caption = 'Description'
- end
- object edMenuText: TEdit
- Left = 24
- Top = 32
- Width = 262
- Height = 21
- TabOrder = 0
- end
- object seSection: TSpinEdit
- Left = 24
- Top = 72
- Width = 67
- Height = 22
- MaxValue = 0
- MinValue = 0
- TabOrder = 1
- Value = 0
- end
- object btnOk: TBitBtn
- Left = 129
- Top = 121
- Width = 75
- Height = 25
- TabOrder = 3
- Kind = bkOK
- end
- object btnCancel: TBitBtn
- Left = 215
- Top = 121
- Width = 75
- Height = 25
- TabOrder = 4
- Kind = bkCancel
- end
- object edDesc: TEdit
- Left = 160
- Top = 74
- Width = 124
- Height = 21
- TabOrder = 2
- end
- end
-