object Form1: TForm1 Left = 204 Top = 113 Width = 655 Height = 509 Caption = 'Polyalphabetische Verschl'#252'sselung' 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 Label1: TLabel Left = 176 Top = 333 Width = 45 Height = 13 Caption = 'Schl'#252'ssel' end object Label2: TLabel Left = 182 Top = 364 Width = 51 Height = 26 Caption = 'Schl'#252'ssel- wortl'#228'nge' WordWrap = True end object Label3: TLabel Left = 496 Top = 416 Width = 94 Height = 13 Caption = 'Position von ' end object btnKlartext: TButton Left = 24 Top = 440 Width = 105 Height = 25 Caption = 'zeige Text' TabOrder = 0 OnClick = btnKlartextClick end object Memo1: TMemo Left = 24 Top = 16 Width = 601 Height = 217 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Courier New' Font.Style = [] Lines.Strings = ( 'Memo1') ParentFont = False TabOrder = 1 end object btnVerschl: TButton Left = 464 Top = 328 Width = 105 Height = 25 Caption = 'verschl'#252'sseln' TabOrder = 2 OnClick = btnVerschlClick end object btnEntschl: TButton Left = 464 Top = 368 Width = 105 Height = 25 Caption = 'entschl'#252'sseln' TabOrder = 3 OnClick = btnEntschlClick end object edtSchluessel: TEdit Left = 240 Top = 328 Width = 185 Height = 21 TabOrder = 4 Text = 'edtSchluessel' end object edtSchlLaenge: TEdit Left = 240 Top = 368 Width = 49 Height = 21 TabOrder = 5 Text = 'edtSchlLaenge' end object rbgText: TRadioGroup Left = 24 Top = 248 Width = 105 Height = 177 Caption = 'Text ausw'#228'hlen' ItemIndex = 0 Items.Strings = ( 'KT 1' 'KT 2' 'KT 3' '' 'GT_1' 'GT_2') TabOrder = 6 end object Panel1: TPanel Left = 168 Top = 400 Width = 465 Height = 9 TabOrder = 7 end object btnFriedmann: TButton Left = 336 Top = 440 Width = 130 Height = 25 Caption = 'Friedmann-Test' TabOrder = 8 OnClick = btnFriedmannClick end object Panel2: TPanel Left = 144 Top = 256 Width = 9 Height = 209 TabOrder = 9 end object btnHaeufigkeitsanalyse1: TButton Left = 168 Top = 440 Width = 130 Height = 25 Caption = 'H'#228'ufigkeitsanalyse' TabOrder = 10 end object btnHaeufigkeit2: TButton Left = 496 Top = 440 Width = 130 Height = 25 Caption = 'H'#228'ufigkeitsanalyse '#252'ber' TabOrder = 11 end object edtPos: TEdit Left = 540 Top = 412 Width = 25 Height = 21 TabOrder = 12 Text = 'edtPos' end object btnVerschlCaesar: TButton Left = 176 Top = 272 Width = 200 Height = 25 Caption = 'C'#228'sar Verschl'#252'sselung' TabOrder = 13 OnClick = btnVerschlCaesarClick end object btnEntschlCaesar: TButton Left = 424 Top = 272 Width = 200 Height = 25 Caption = 'entschl'#252'sseln (C'#228'sar)' TabOrder = 14 OnClick = btnEntschlCaesarClick end object edtLaenge: TEdit Left = 596 Top = 412 Width = 25 Height = 21 TabOrder = 15 Text = 'edtLaenge' end end