object Form2: TForm2 Left = 106 Top = 435 Width = 358 Height = 117 Caption = 'Override' Color = 16758711 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnClose = FormClose OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 58 Height = 13 Caption = 'Sending To:' end object Label2: TLabel Left = 8 Top = 32 Width = 49 Height = 13 Caption = 'Message: ' end object Edit1: TEdit Left = 8 Top = 56 Width = 65 Height = 21 BorderStyle = bsNone Color = 16758711 TabOrder = 0 Text = '0' OnChange = Edit1Change end object Button1: TButton Left = 200 Top = 56 Width = 65 Height = 25 Caption = 'Send' TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 272 Top = 56 Width = 65 Height = 25 Caption = 'Shut Off' TabOrder = 2 OnClick = ShutOff end end