home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 February / Chip_2000-02_cd.bin / sharewar / MBM / _SETUP.1 / MBM4.exe / 0 / RCDATA / TFORM17 / TFORM17.txt
Text File  |  1999-11-06  |  595b  |  30 lines

  1. object Form17: TForm17
  2.   Left = 192
  3.   Top = 103
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Add Switch'
  7.   ClientHeight = 21
  8.   ClientWidth = 121
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Edit1: TEdit
  22.     Left = 0
  23.     Top = 0
  24.     Width = 121
  25.     Height = 21
  26.     TabOrder = 0
  27.     OnKeyDown = Edit1KeyDown
  28.   end
  29. end
  30.