lazarus-ccr/components/onguard/source/qonguard1.lfm

172 lines
4.4 KiB
Plaintext

object KeyGenerateFrm: TKeyGenerateFrm
Left = 269
Height = 235
Top = 361
Width = 464
HorzScrollBar.Page = 463
HorzScrollBar.Range = 459
VertScrollBar.Page = 234
VertScrollBar.Range = 229
ActiveControl = OKBtn
Caption = 'Key Generation'
Color = clForm
OnCreate = FormCreate
OnShow = FormShow
Position = poScreenCenter
object OKBtn: TBitBtn
Left = 305
Height = 25
Top = 204
Width = 75
Caption = 'OK'
Default = True
ModalResult = 1
NumGlyphs = 0
TabOrder = 0
end
object CancelBtn: TBitBtn
Left = 384
Height = 25
Top = 204
Width = 75
Caption = 'Cancel'
ModalResult = 2
NumGlyphs = 0
TabOrder = 1
end
object Panel1: TPanel
Left = 4
Height = 191
Top = 6
Width = 455
TabOrder = 2
object CopyBlockSb: TSpeedButton
Left = 425
Height = 20
Hint = 'Copy key to clipboard'
Top = 138
Width = 23
Color = clBtnFace
Glyph.Data = {
42010000424D4201000000000000760000002800000011000000110000000100
040000000000CC00000000000000000000000000000000000000000000000000
8000008000000080800080000000800080008080000080808000C0C0C0000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
8888800000008888888888888888800000008888888444444444800000008888
8884FFFFFFF48000000088888884F00000F48000000080000004FFFFFFF48000
000080FFFFF4F00000F48000000080F00004FFFFFFF48000000080FFFFF4F00F
44448000000080F00004FFFF4F488000000080FFFFF4FFFF44888000000080F0
0F04444448888000000080FFFF0F088888888000000080FFFF00888888888000
0000800000088888888880000000888888888888888880000000888888888888
888880000000
}
NumGlyphs = 0
OnClick = CopyBlockSbClick
end
object CopyByteKeySb: TSpeedButton
Left = 425
Height = 20
Hint = 'Copy key to clipboard'
Top = 162
Width = 23
Color = clBtnFace
Glyph.Data = {
42010000424D4201000000000000760000002800000011000000110000000100
040000000000CC00000000000000000000000000000000000000000000000000
8000008000000080800080000000800080008080000080808000C0C0C0000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
8888800000008888888888888888800000008888888444444444800000008888
8884FFFFFFF48000000088888884F00000F48000000080000004FFFFFFF48000
000080FFFFF4F00000F48000000080F00004FFFFFFF48000000080FFFFF4F00F
44448000000080F00004FFFF4F488000000080FFFFF4FFFF44888000000080F0
0F04444448888000000080FFFF0F088888888000000080FFFF00888888888000
0000800000088888888880000000888888888888888880000000888888888888
888880000000
}
NumGlyphs = 0
OnClick = CopyByteKeySbClick
end
object Label4: TLabel
Left = 8
Height = 14
Top = 12
Width = 59
Caption = 'Key &Type:'
Color = clNone
ParentColor = False
end
object Label2: TLabel
Left = 8
Height = 14
Top = 40
Width = 76
Caption = 'Key &Phrase:'
Color = clNone
ParentColor = False
end
object Label3: TLabel
Left = 8
Height = 14
Top = 122
Width = 23
Caption = 'Key:'
Color = clNone
ParentColor = False
end
object GenerateBtn: TButton
Left = 344
Height = 25
Hint = 'Generate key'
Top = 9
Width = 103
BorderSpacing.InnerBorder = 4
Caption = '&Generate key'
Enabled = False
OnClick = GenerateBtnClick
TabOrder = 2
end
object KeyTypeCb: TComboBox
Left = 96
Height = 21
Top = 8
Width = 169
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
ItemHeight = 22
Items.Strings = (
'Random'
'Standard Text'
'Case-sensitive Text'
)
MaxLength = 0
OnChange = KeyTypeCbChange
Style = csDropDownList
TabOrder = 4
end
object KeyStringMe: TMemo
Left = 8
Height = 49
Top = 64
Width = 440
OnChange = KeyStringMeChange
ScrollBars = ssVertical
TabOrder = 0
end
object BlockKeyEd: TEdit
Left = 8
Height = 20
Top = 138
Width = 415
OnChange = BlockKeyEdChange
TabOrder = 1
end
object ByteKeyEd: TEdit
Left = 8
Height = 20
Top = 162
Width = 415
OnChange = ByteKeyEdChange
TabOrder = 3
end
end
end