object Form1: TForm1
  Left = 192
  Top = 109
  BorderStyle = bsDialog
  Caption = ' IDEA '#1064#1080#1092#1088#1086#1074#1072#1085#1080#1077' - '#1052#1072#1090#1074#1077#1077#1074' '#1048#1075#1086#1088#1100' '#1042#1083#1072#1076#1080#1084#1080#1088#1086#1074#1080#1095
  ClientHeight = 301
  ClientWidth = 362
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 347
    Height = 153
    Caption = ' '#1064#1080#1092#1088#1086#1074#1072#1085#1080#1077' '#1073#1083#1086#1082#1086#1074' - '#1073#1083#1086#1082#1080' '#1087#1086' 4 16 '#1073#1080#1090#1085#1099#1093' '#1089#1083#1086#1074#1072': '
    TabOrder = 0
    object Label1: TLabel
      Left = 8
      Top = 16
      Width = 54
      Height = 13
      Caption = #1048#1089#1093#1086#1076#1085#1099#1077':'
    end
    object Label2: TLabel
      Left = 120
      Top = 16
      Width = 88
      Height = 13
      Caption = #1047#1072#1096#1080#1092#1088#1086#1074#1072#1085#1085#1099#1077':'
    end
    object Label3: TLabel
      Left = 232
      Top = 16
      Width = 94
      Height = 13
      Caption = #1056#1072#1089#1096#1080#1092#1088#1086#1074#1072#1085#1085#1099#1077':'
    end
    object StringGrid1: TStringGrid
      Left = 8
      Top = 31
      Width = 107
      Height = 90
      ColCount = 1
      DefaultColWidth = 85
      DefaultRowHeight = 18
      FixedCols = 0
      RowCount = 4
      FixedRows = 0
      Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing]
      TabOrder = 0
    end
    object StringGrid2: TStringGrid
      Left = 120
      Top = 31
      Width = 107
      Height = 90
      ColCount = 1
      DefaultColWidth = 85
      DefaultRowHeight = 18
      FixedCols = 0
      RowCount = 4
      FixedRows = 0
      Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing]
      TabOrder = 1
    end
    object StringGrid3: TStringGrid
      Left = 232
      Top = 31
      Width = 107
      Height = 90
      ColCount = 1
      DefaultColWidth = 85
      DefaultRowHeight = 18
      FixedCols = 0
      RowCount = 4
      FixedRows = 0
      TabOrder = 2
    end
    object Edit1: TEdit
      Left = 8
      Top = 125
      Width = 169
      Height = 21
      TabOrder = 3
      Text = 'Key'
    end
    object Button1: TButton
      Left = 184
      Top = 123
      Width = 75
      Height = 25
      Caption = 'Encrypt'
      TabOrder = 4
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 264
      Top = 123
      Width = 75
      Height = 25
      Caption = 'Decrypt'
      TabOrder = 5
      OnClick = Button2Click
    end
  end
  object GroupBox2: TGroupBox
    Left = 8
    Top = 168
    Width = 347
    Height = 125
    Caption = ' '#1064#1080#1092#1088#1086#1074#1072#1085#1080#1077' '#1092#1072#1081#1083#1086#1074': '
    TabOrder = 1
    object Label4: TLabel
      Left = 16
      Top = 16
      Width = 83
      Height = 13
      Caption = #1048#1089#1093#1086#1076#1085#1099#1081' '#1092#1072#1081#1083':'
    end
    object Label5: TLabel
      Left = 16
      Top = 56
      Width = 119
      Height = 13
      Caption = #1056#1077#1079#1091#1083#1100#1090#1080#1088#1091#1102#1097#1080#1081' '#1092#1072#1081#1083':'
    end
    object Edit2: TEdit
      Left = 8
      Top = 30
      Width = 329
      Height = 21
      TabOrder = 0
      Text = 'C:\1.txt'
    end
    object Edit3: TEdit
      Left = 8
      Top = 70
      Width = 329
      Height = 21
      TabOrder = 1
      Text = 'C:\2.txt'
    end
    object Edit4: TEdit
      Left = 8
      Top = 95
      Width = 169
      Height = 21
      TabOrder = 2
      Text = 'Key'
    end
    object Button3: TButton
      Left = 184
      Top = 93
      Width = 75
      Height = 25
      Caption = 'Encrypt'
      TabOrder = 3
      OnClick = Button3Click
    end
    object Button4: TButton
      Left = 264
      Top = 93
      Width = 75
      Height = 25
      Caption = 'Decrypt'
      TabOrder = 4
      OnClick = Button4Click
    end
  end
end
