You've already forked lazarus-ccr
Component V 0.1.2.0 Demo V 0.1.2.0 git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5487 8e941d3f-bd1b-0410-a28a-d453659cc2b4
60 lines
1.2 KiB
Plaintext
60 lines
1.2 KiB
Plaintext
object keydialog: Tkeydialog
|
|
Left = 359
|
|
Height = 132
|
|
Top = 268
|
|
Width = 320
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsDialog
|
|
Caption = 'keydialog'
|
|
ClientHeight = 132
|
|
ClientWidth = 320
|
|
DefaultMonitor = dmMainForm
|
|
OnCreate = FormCreate
|
|
OnShow = FormShow
|
|
Position = poMainFormCenter
|
|
ShowInTaskBar = stNever
|
|
LCLVersion = '1.7'
|
|
object lbl_info: TLabel
|
|
Left = 0
|
|
Height = 15
|
|
Top = 16
|
|
Width = 320
|
|
Alignment = taCenter
|
|
AutoSize = False
|
|
Caption = 'Choose either a Phrase or a number as your key'
|
|
ParentColor = False
|
|
end
|
|
object edt_key: TEdit
|
|
Left = 35
|
|
Height = 23
|
|
Top = 40
|
|
Width = 250
|
|
TabOrder = 0
|
|
Text = 'Type a phrase or number'
|
|
end
|
|
object BitBtn1: TBitBtn
|
|
Left = 123
|
|
Height = 26
|
|
Top = 80
|
|
Width = 82
|
|
AutoSize = True
|
|
Cancel = True
|
|
DefaultCaption = True
|
|
Kind = bkCancel
|
|
ModalResult = 2
|
|
TabOrder = 1
|
|
end
|
|
object BitBtn2: TBitBtn
|
|
Left = 216
|
|
Height = 26
|
|
Top = 80
|
|
Width = 62
|
|
AutoSize = True
|
|
Default = True
|
|
DefaultCaption = True
|
|
Kind = bkOK
|
|
ModalResult = 1
|
|
TabOrder = 2
|
|
end
|
|
end
|