home *** CD-ROM | disk | FTP | other *** search
- object Form4: TForm4
- Left = 326
- Top = 343
- BorderStyle = bsToolWindow
- Caption = 'New Extension'
- ClientHeight = 73
- ClientWidth = 203
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poDesktopCenter
- Visible = True
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object SpeedButton1: TSpeedButton
- Left = 94
- Top = 49
- Width = 50
- Height = 21
- Caption = 'OK'
- Flat = True
- OnClick = SpeedButton1Click
- end
- object SpeedButton2: TSpeedButton
- Left = 144
- Top = 49
- Width = 50
- Height = 21
- Caption = 'Cancel'
- Flat = True
- OnClick = SpeedButton2Click
- end
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 225
- Height = 28
- AutoSize = False
- Caption = 'Enter the extension you want to register:'
- WordWrap = True
- end
- object Edit1: TEdit
- Left = 10
- Top = 24
- Width = 183
- Height = 21
- TabOrder = 0
- OnKeyPress = Edit1KeyPress
- end
- end
-