object Form1: TForm1 Left = 192 Top = 107 Width = 284 Height = 124 Caption = 'RADIX' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object CryptButton: TButton Left = 32 Top = 16 Width = 75 Height = 25 Caption = 'Za�ifrovat' TabOrder = 0 OnClick = CryptButtonClick end object DecryptButton: TButton Left = 32 Top = 48 Width = 75 Height = 25 Caption = 'De�ifrovat' TabOrder = 1 OnClick = DecryptButtonClick end object Button1: TButton Left = 104 Top = 72 Width = 75 Height = 25 Caption = 'Test' TabOrder = 2 Visible = False OnClick = Button1Click end object About: TButton Left = 168 Top = 16 Width = 75 Height = 25 Caption = 'O aplikaci' TabOrder = 3 OnClick = AboutClick end object Help: TButton Left = 168 Top = 48 Width = 75 Height = 25 Caption = 'N�pov�da' TabOrder = 4 Visible = False end object OpenDialog: TOpenDialog Top = 72 end object SaveDialog: TSaveDialog Top = 48 end object OpenPictureDialog: TOpenDialog Filter = 'Windows bitmap (*.bmp)|*.bmp|Portable Network Graphics (*.png)|*' + '.png' Top = 24 end object OpenPictureDialogxx: TOpenPictureDialog Filter = 'Bitmaps (*.bmp)|*.bmp' Left = 32 Top = 72 end end