object frmEditComputers: TfrmEditComputers Left = 405 Top = 234 Width = 214 Height = 346 HelpContext = 240 BorderIcons = [biSystemMenu, biMinimize] Caption = 'Edit Computer List' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] Menu = MainMenu1 Position = poScreenCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 14 object Memo1: TMemo Left = 0 Top = 0 Width = 206 Height = 259 Align = alClient Lines.Strings = ( '') ScrollBars = ssVertical TabOrder = 0 WordWrap = False end object Panel1: TPanel Left = 0 Top = 259 Width = 206 Height = 41 Align = alBottom TabOrder = 1 OnResize = Panel1Resize object btnSave: TButton Left = 116 Top = 8 Width = 75 Height = 25 Caption = '&Save' TabOrder = 0 OnClick = btnSaveClick end object btnCancel: TButton Left = 8 Top = 8 Width = 75 Height = 25 Caption = '&Cancel' TabOrder = 1 OnClick = btnCancelClick end end object MainMenu1: TMainMenu Left = 84 Top = 261 object File1: TMenuItem Caption = '&File' object Save1: TMenuItem Caption = '&Save' OnClick = btnSaveClick end object Cancel1: TMenuItem Caption = '&Cancel' OnClick = btnCancelClick end object N1: TMenuItem Caption = '-' end object ExitCancel1: TMenuItem Caption = '&Exit ' OnClick = btnCancelClick end end object Edit1: TMenuItem Caption = '&Edit' object ClearList1: TMenuItem Caption = '&Clear List' OnClick = ClearList1Click end end end end