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

  1. object AddForm: TAddForm
  2.   Left = 280
  3.   Top = 236
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Add Group'
  7.   ClientHeight = 73
  8.   ClientWidth = 190
  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.   Scaled = False
  18.   Visible = True
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Label1: TLabel
  24.     Left = 10
  25.     Top = 8
  26.     Width = 59
  27.     Height = 13
  28.     Caption = 'Enter Name:'
  29.   end
  30.   object SpeedButton1: TSpeedButton
  31.     Left = 78
  32.     Top = 49
  33.     Width = 50
  34.     Height = 21
  35.     Caption = 'Add'
  36.     Enabled = False
  37.     Flat = True
  38.     OnClick = SpeedButton1Click
  39.   end
  40.   object SpeedButton2: TSpeedButton
  41.     Left = 128
  42.     Top = 49
  43.     Width = 50
  44.     Height = 21
  45.     Caption = 'Cancel'
  46.     Flat = True
  47.     OnClick = SpeedButton2Click
  48.   end
  49.   object Edit1: TEdit
  50.     Left = 10
  51.     Top = 24
  52.     Width = 167
  53.     Height = 21
  54.     AutoSize = False
  55.     TabOrder = 0
  56.     OnChange = Edit1Change
  57.     OnKeyPress = Edit1KeyPress
  58.   end
  59. end
  60.