home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 December / PCWorld_2001-12_cd.bin / Software / Vyzkuste / iphile / Iphile.exe / 0 / RCDATA / TFORM4 / TFORM4.txt
Text File  |  2001-08-11  |  1KB  |  57 lines

  1. object Form4: TForm4
  2.   Left = 326
  3.   Top = 343
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'New Extension'
  6.   ClientHeight = 73
  7.   ClientWidth = 203
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poDesktopCenter
  16.   Visible = True
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object SpeedButton1: TSpeedButton
  22.     Left = 94
  23.     Top = 49
  24.     Width = 50
  25.     Height = 21
  26.     Caption = 'OK'
  27.     Flat = True
  28.     OnClick = SpeedButton1Click
  29.   end
  30.   object SpeedButton2: TSpeedButton
  31.     Left = 144
  32.     Top = 49
  33.     Width = 50
  34.     Height = 21
  35.     Caption = 'Cancel'
  36.     Flat = True
  37.     OnClick = SpeedButton2Click
  38.   end
  39.   object Label1: TLabel
  40.     Left = 8
  41.     Top = 8
  42.     Width = 225
  43.     Height = 28
  44.     AutoSize = False
  45.     Caption = 'Enter the extension you want to register:'
  46.     WordWrap = True
  47.   end
  48.   object Edit1: TEdit
  49.     Left = 10
  50.     Top = 24
  51.     Width = 183
  52.     Height = 21
  53.     TabOrder = 0
  54.     OnKeyPress = Edit1KeyPress
  55.   end
  56. end
  57.