home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Registry / Mregchg / _SETUP.1 / mregchg.exe / 0 / RCDATA / TFRMEDITCOMPUTERS / TFRMEDITCOMPUTERS.txt
Text File  |  1998-04-08  |  2KB  |  89 lines

  1. object frmEditComputers: TfrmEditComputers
  2.   Left = 405
  3.   Top = 234
  4.   Width = 214
  5.   Height = 346
  6.   HelpContext = 240
  7.   BorderIcons = [biSystemMenu, biMinimize]
  8.   Caption = 'Edit Computer List'
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   Menu = MainMenu1
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 14
  20.   object Memo1: TMemo
  21.     Left = 0
  22.     Top = 0
  23.     Width = 206
  24.     Height = 259
  25.     Align = alClient
  26.     Lines.Strings = (
  27.       '')
  28.     ScrollBars = ssVertical
  29.     TabOrder = 0
  30.     WordWrap = False
  31.   end
  32.   object Panel1: TPanel
  33.     Left = 0
  34.     Top = 259
  35.     Width = 206
  36.     Height = 41
  37.     Align = alBottom
  38.     TabOrder = 1
  39.     OnResize = Panel1Resize
  40.     object btnSave: TButton
  41.       Left = 116
  42.       Top = 8
  43.       Width = 75
  44.       Height = 25
  45.       Caption = '&Save'
  46.       TabOrder = 0
  47.       OnClick = btnSaveClick
  48.     end
  49.     object btnCancel: TButton
  50.       Left = 8
  51.       Top = 8
  52.       Width = 75
  53.       Height = 25
  54.       Caption = '&Cancel'
  55.       TabOrder = 1
  56.       OnClick = btnCancelClick
  57.     end
  58.   end
  59.   object MainMenu1: TMainMenu
  60.     Left = 84
  61.     Top = 261
  62.     object File1: TMenuItem
  63.       Caption = '&File'
  64.       object Save1: TMenuItem
  65.         Caption = '&Save'
  66.         OnClick = btnSaveClick
  67.       end
  68.       object Cancel1: TMenuItem
  69.         Caption = '&Cancel'
  70.         OnClick = btnCancelClick
  71.       end
  72.       object N1: TMenuItem
  73.         Caption = '-'
  74.       end
  75.       object ExitCancel1: TMenuItem
  76.         Caption = '&Exit '
  77.         OnClick = btnCancelClick
  78.       end
  79.     end
  80.     object Edit1: TMenuItem
  81.       Caption = '&Edit'
  82.       object ClearList1: TMenuItem
  83.         Caption = '&Clear List'
  84.         OnClick = ClearList1Click
  85.       end
  86.     end
  87.   end
  88. end
  89.