home *** CD-ROM | disk | FTP | other *** search
/ PC go! 1999 February / PCGO_2.ISO / PROGRAMM / SHARE / CSE / cse.exe / file0019.bin / 0 / RCDATA / TKEYGENERATEFRM / TKEYGENERATEFRM.txt
Encoding:
Text File  |  1998-11-25  |  4.2 KB  |  164 lines

  1. object KeyGenerateFrm: TKeyGenerateFrm
  2.   Left = 247
  3.   Top = 137
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Key Generation'
  7.   ClientHeight = 235
  8.   ClientWidth = 464
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 4
  20.     Top = 6
  21.     Width = 455
  22.     Height = 191
  23.     TabOrder = 0
  24.     object Label2: TLabel
  25.       Left = 8
  26.       Top = 32
  27.       Width = 57
  28.       Height = 13
  29.       Caption = 'Key &Phrase:'
  30.       FocusControl = KeyStringMe
  31.     end
  32.     object CopyBlockSb: TSpeedButton
  33.       Left = 426
  34.       Top = 131
  35.       Width = 23
  36.       Height = 23
  37.       Hint = 'Copy key to clipboard'
  38.       Glyph.Data = {
  39.         26010000424D2601000000000000760000002800000012000000100000000100
  40.         040002000000B000000000000000000000001000000010000000000000000000
  41.         BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  42.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00127700000877
  43.         0844024700000877024F06FF024700000877024F040000040F47000002770600
  44.         024F06FF024700000004770F04FF024F040000040F4700000004770F0400024F
  45.         06FF024700000004770F04FF000A4F00F444470000000004770F040000044FFF
  46.         04F4027700000004770F04FF000A4FFFF447770000000008770F00F006440477
  47.         00000006770FFF0004F008770000000A770FFFF0070008770000027706000A77
  48.         00001277000012770001}
  49.       OnClick = CopyBlockSbClick
  50.     end
  51.     object Label3: TLabel
  52.       Left = 8
  53.       Top = 112
  54.       Width = 21
  55.       Height = 13
  56.       Caption = 'Key:'
  57.     end
  58.     object Label4: TLabel
  59.       Left = 8
  60.       Top = 12
  61.       Width = 48
  62.       Height = 13
  63.       Caption = 'Key &Type:'
  64.       FocusControl = KeyTypeCb
  65.     end
  66.     object CopyByteKeySb: TSpeedButton
  67.       Left = 426
  68.       Top = 159
  69.       Width = 23
  70.       Height = 23
  71.       Hint = 'Copy key to clipboard'
  72.       Glyph.Data = {
  73.         26010000424D2601000000000000760000002800000012000000100000000100
  74.         040002000000B000000000000000000000001000000010000000000000000000
  75.         BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  76.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00127700000877
  77.         0844024700000877024F06FF024700000877024F040000040F47000002770600
  78.         024F06FF024700000004770F04FF024F040000040F4700000004770F0400024F
  79.         06FF024700000004770F04FF000A4F00F444470000000004770F040000044FFF
  80.         04F4027700000004770F04FF000A4FFFF447770000000008770F00F006440477
  81.         00000006770FFF0004F008770000000A770FFFF0070008770000027706000A77
  82.         00001277000012770001}
  83.       OnClick = CopyByteKeySbClick
  84.     end
  85.     object KeyStringMe: TMemo
  86.       Left = 8
  87.       Top = 48
  88.       Width = 440
  89.       Height = 49
  90.       ScrollBars = ssVertical
  91.       TabOrder = 1
  92.       OnChange = KeyStringMeChange
  93.     end
  94.     object BlockKeyEd: TEdit
  95.       Left = 8
  96.       Top = 132
  97.       Width = 415
  98.       Height = 21
  99.       Ctl3D = True
  100.       ParentColor = True
  101.       ParentCtl3D = False
  102.       ReadOnly = True
  103.       TabOrder = 3
  104.       OnChange = BlockKeyEdChange
  105.     end
  106.     object GenerateBtn: TButton
  107.       Left = 344
  108.       Top = 9
  109.       Width = 103
  110.       Height = 25
  111.       Hint = 'Generate key'
  112.       Caption = '&Generate key'
  113.       Enabled = False
  114.       TabOrder = 2
  115.       OnClick = GenerateBtnClick
  116.     end
  117.     object KeyTypeCb: TComboBox
  118.       Left = 64
  119.       Top = 8
  120.       Width = 169
  121.       Height = 21
  122.       Style = csDropDownList
  123.       ItemHeight = 13
  124.       Items.Strings = (
  125.         'Random'
  126.         'Standard Text'
  127.         'Case-sensitive Text')
  128.       TabOrder = 0
  129.       OnChange = KeyTypeCbChange
  130.     end
  131.     object ByteKeyEd: TEdit
  132.       Left = 8
  133.       Top = 160
  134.       Width = 415
  135.       Height = 21
  136.       Ctl3D = True
  137.       ParentColor = True
  138.       ParentCtl3D = False
  139.       ReadOnly = True
  140.       TabOrder = 4
  141.       OnChange = ByteKeyEdChange
  142.     end
  143.   end
  144.   object CancelBtn: TBitBtn
  145.     Left = 384
  146.     Top = 204
  147.     Width = 75
  148.     Height = 25
  149.     Caption = 'Cancel'
  150.     ModalResult = 2
  151.     TabOrder = 2
  152.   end
  153.   object OKBtn: TBitBtn
  154.     Left = 305
  155.     Top = 204
  156.     Width = 75
  157.     Height = 25
  158.     Caption = 'OK'
  159.     Default = True
  160.     ModalResult = 1
  161.     TabOrder = 1
  162.   end
  163. end
  164.