home *** CD-ROM | disk | FTP | other *** search
- object KeyGenerateFrm: TKeyGenerateFrm
- Left = 247
- Top = 137
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsDialog
- Caption = 'Key Generation'
- ClientHeight = 235
- ClientWidth = 464
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- TextHeight = 13
- object Panel1: TPanel
- Left = 4
- Top = 6
- Width = 455
- Height = 191
- TabOrder = 0
- object Label2: TLabel
- Left = 8
- Top = 32
- Width = 57
- Height = 13
- Caption = 'Key &Phrase:'
- FocusControl = KeyStringMe
- end
- object CopyBlockSb: TSpeedButton
- Left = 426
- Top = 131
- Width = 23
- Height = 23
- Hint = 'Copy key to clipboard'
- Glyph.Data = {
- 26010000424D2601000000000000760000002800000012000000100000000100
- 040002000000B000000000000000000000001000000010000000000000000000
- BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00127700000877
- 0844024700000877024F06FF024700000877024F040000040F47000002770600
- 024F06FF024700000004770F04FF024F040000040F4700000004770F0400024F
- 06FF024700000004770F04FF000A4F00F444470000000004770F040000044FFF
- 04F4027700000004770F04FF000A4FFFF447770000000008770F00F006440477
- 00000006770FFF0004F008770000000A770FFFF0070008770000027706000A77
- 00001277000012770001}
- OnClick = CopyBlockSbClick
- end
- object Label3: TLabel
- Left = 8
- Top = 112
- Width = 21
- Height = 13
- Caption = 'Key:'
- end
- object Label4: TLabel
- Left = 8
- Top = 12
- Width = 48
- Height = 13
- Caption = 'Key &Type:'
- FocusControl = KeyTypeCb
- end
- object CopyByteKeySb: TSpeedButton
- Left = 426
- Top = 159
- Width = 23
- Height = 23
- Hint = 'Copy key to clipboard'
- Glyph.Data = {
- 26010000424D2601000000000000760000002800000012000000100000000100
- 040002000000B000000000000000000000001000000010000000000000000000
- BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00127700000877
- 0844024700000877024F06FF024700000877024F040000040F47000002770600
- 024F06FF024700000004770F04FF024F040000040F4700000004770F0400024F
- 06FF024700000004770F04FF000A4F00F444470000000004770F040000044FFF
- 04F4027700000004770F04FF000A4FFFF447770000000008770F00F006440477
- 00000006770FFF0004F008770000000A770FFFF0070008770000027706000A77
- 00001277000012770001}
- OnClick = CopyByteKeySbClick
- end
- object KeyStringMe: TMemo
- Left = 8
- Top = 48
- Width = 440
- Height = 49
- ScrollBars = ssVertical
- TabOrder = 1
- OnChange = KeyStringMeChange
- end
- object BlockKeyEd: TEdit
- Left = 8
- Top = 132
- Width = 415
- Height = 21
- Ctl3D = True
- ParentColor = True
- ParentCtl3D = False
- ReadOnly = True
- TabOrder = 3
- OnChange = BlockKeyEdChange
- end
- object GenerateBtn: TButton
- Left = 344
- Top = 9
- Width = 103
- Height = 25
- Hint = 'Generate key'
- Caption = '&Generate key'
- Enabled = False
- TabOrder = 2
- OnClick = GenerateBtnClick
- end
- object KeyTypeCb: TComboBox
- Left = 64
- Top = 8
- Width = 169
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- Items.Strings = (
- 'Random'
- 'Standard Text'
- 'Case-sensitive Text')
- TabOrder = 0
- OnChange = KeyTypeCbChange
- end
- object ByteKeyEd: TEdit
- Left = 8
- Top = 160
- Width = 415
- Height = 21
- Ctl3D = True
- ParentColor = True
- ParentCtl3D = False
- ReadOnly = True
- TabOrder = 4
- OnChange = ByteKeyEdChange
- end
- end
- object CancelBtn: TBitBtn
- Left = 384
- Top = 204
- Width = 75
- Height = 25
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object OKBtn: TBitBtn
- Left = 305
- Top = 204
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- end
-