object Form1: TForm1 Left = 767 Top = 387 Width = 475 Height = 586 Caption = 'Cap '#39'em all' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Menu = MainMenu1 OldCreateOrder = False Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 16 Width = 159 Height = 24 Caption = 'Press the buttons...' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -21 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Image1: TImage Left = 16 Top = 264 Width = 305 Height = 249 AutoSize = True end object Button1: TButton Left = 16 Top = 48 Width = 121 Height = 49 Caption = 'Live show' TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 144 Top = 48 Width = 121 Height = 49 Caption = 'The end' TabOrder = 1 OnClick = Button2Click end object ButtonKaappaa: TButton Left = 152 Top = 128 Width = 81 Height = 33 Caption = 'Kaappaa' TabOrder = 2 OnClick = ButtonKaappaaClick end object Buttoncopy: TButton Left = 24 Top = 128 Width = 89 Height = 33 Caption = 'copy' TabOrder = 3 OnClick = ButtoncopyClick end object ButtonNayta: TButton Left = 256 Top = 128 Width = 57 Height = 33 Caption = 'N'#228'yt'#228 TabOrder = 4 OnClick = ButtonNaytaClick end object EditFile: TEdit Left = 136 Top = 184 Width = 121 Height = 21 TabOrder = 5 Text = 'c:\testi.bmp' end object Panel1: TPanel Left = 336 Top = 24 Width = 113 Height = 201 Caption = 'Panel1' TabOrder = 6 end object ButtonStart: TButton Left = 40 Top = 192 Width = 65 Height = 41 Caption = 'start/stop' TabOrder = 7 OnClick = ButtonStartClick end object MainMenu1: TMainMenu Left = 232 Top = 8 object File1: TMenuItem Caption = 'File' object Exit1: TMenuItem Caption = 'Exit' OnClick = Exit1Click end end object Settings1: TMenuItem Caption = 'Settings' object N11: TMenuItem Caption = 'Format' OnClick = N11Click end object N21: TMenuItem Caption = 'Source' OnClick = N21Click end object N31: TMenuItem Caption = 'Compression' OnClick = N31Click end end end object Timer1: TTimer Enabled = False OnTimer = Timer1Timer Left = 120 Top = 216 end end