object Form1: TForm1 Left = 200 Top = 134 Width = 696 Height = 480 Caption = 'Form1' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 120 TextHeight = 16 object Button1: TButton Left = 80 Top = 72 Width = 75 Height = 25 Caption = 'Local' TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 200 Top = 72 Width = 75 Height = 25 Caption = 'DLL' TabOrder = 1 end end