home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 November / CPNL0711.ISO / admin / secure / CookieCooker.exe / 0 / RCDATA / TFORMCRYPTO / TFORMCRYPTO.txt
Text File  |  2007-09-18  |  4KB  |  171 lines

  1. object FormCrypto: TFormCrypto
  2.   Left = 273
  3.   Top = 279
  4.   BorderStyle = bsSingle
  5.   Caption = 'CookieCooker'
  6.   ClientHeight = 292
  7.   ClientWidth = 523
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnHide = FormHide
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 56
  23.     Top = 16
  24.     Width = 39
  25.     Height = 13
  26.     Caption = 'Label1'
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clWindowText
  29.     Font.Height = -12
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = [fsBold]
  32.     ParentFont = False
  33.   end
  34.   object Button1: TButton
  35.     Left = 104
  36.     Top = 96
  37.     Width = 105
  38.     Height = 25
  39.     Caption = 'Button1'
  40.     ModalResult = 1
  41.     TabOrder = 1
  42.   end
  43.   object Button2: TButton
  44.     Left = 304
  45.     Top = 96
  46.     Width = 107
  47.     Height = 25
  48.     Caption = 'Button2'
  49.     ModalResult = 2
  50.     TabOrder = 2
  51.   end
  52.   object Edit1: TEdit
  53.     Left = 160
  54.     Top = 40
  55.     Width = 201
  56.     Height = 24
  57.     Font.Charset = ANSI_CHARSET
  58.     Font.Color = clWindowText
  59.     Font.Height = -15
  60.     Font.Name = 'MS Sans Serif'
  61.     Font.Style = []
  62.     ParentFont = False
  63.     PasswordChar = '*'
  64.     TabOrder = 0
  65.     Text = 'Edit1'
  66.     OnKeyUp = Edit1KeyUp
  67.   end
  68.   object Panel1: TPanel
  69.     Left = 0
  70.     Top = 0
  71.     Width = 521
  72.     Height = 193
  73.     BevelOuter = bvNone
  74.     TabOrder = 3
  75.     object Label2: TLabel
  76.       Left = 40
  77.       Top = 16
  78.       Width = 457
  79.       Height = 41
  80.       AutoSize = False
  81.       Caption = 'Label2'
  82.       Font.Charset = DEFAULT_CHARSET
  83.       Font.Color = clWindowText
  84.       Font.Height = -12
  85.       Font.Name = 'MS Sans Serif'
  86.       Font.Style = []
  87.       ParentFont = False
  88.       WordWrap = True
  89.     end
  90.     object Label3: TLabel
  91.       Left = 40
  92.       Top = 88
  93.       Width = 39
  94.       Height = 13
  95.       Caption = 'Label3'
  96.       Font.Charset = DEFAULT_CHARSET
  97.       Font.Color = clWindowText
  98.       Font.Height = -12
  99.       Font.Name = 'MS Sans Serif'
  100.       Font.Style = [fsBold]
  101.       ParentFont = False
  102.     end
  103.     object Label4: TLabel
  104.       Left = 40
  105.       Top = 128
  106.       Width = 39
  107.       Height = 13
  108.       Caption = 'Label4'
  109.       Font.Charset = DEFAULT_CHARSET
  110.       Font.Color = clWindowText
  111.       Font.Height = -12
  112.       Font.Name = 'MS Sans Serif'
  113.       Font.Style = [fsBold]
  114.       ParentFont = False
  115.     end
  116.     object CheckBox1: TCheckBox
  117.       Left = 72
  118.       Top = 168
  119.       Width = 425
  120.       Height = 17
  121.       Caption = 'CheckBox1'
  122.       TabOrder = 0
  123.     end
  124.     object Edit2: TEdit
  125.       Left = 208
  126.       Top = 80
  127.       Width = 201
  128.       Height = 24
  129.       Font.Charset = ANSI_CHARSET
  130.       Font.Color = clWindowText
  131.       Font.Height = -15
  132.       Font.Name = 'MS Sans Serif'
  133.       Font.Style = []
  134.       ParentFont = False
  135.       PasswordChar = '*'
  136.       TabOrder = 1
  137.       OnKeyUp = Edit2KeyUp
  138.     end
  139.     object Edit3: TEdit
  140.       Left = 208
  141.       Top = 120
  142.       Width = 201
  143.       Height = 24
  144.       Font.Charset = ANSI_CHARSET
  145.       Font.Color = clWindowText
  146.       Font.Height = -15
  147.       Font.Name = 'MS Sans Serif'
  148.       Font.Style = []
  149.       ParentFont = False
  150.       PasswordChar = '*'
  151.       TabOrder = 2
  152.       OnKeyUp = Edit1KeyUp
  153.     end
  154.   end
  155.   object rijndael1: TDCP_rijndael
  156.     Id = 9
  157.     Algorithm = 'Rijndael'
  158.     MaxKeySize = 256
  159.     BlockSize = 128
  160.     Left = 488
  161.     Top = 112
  162.   end
  163.   object sha1: TDCP_sha1
  164.     Id = 2
  165.     Algorithm = 'SHA1'
  166.     HashSize = 160
  167.     Left = 448
  168.     Top = 120
  169.   end
  170. end
  171.