lazarus/tools/jsonviewer/frmnewboolean.lfm
michael 90df5d83ac * Initial implementation of JSON viewer
git-svn-id: trunk@27406 -
2010-09-18 09:56:29 +00:00

58 lines
1.2 KiB
Plaintext

object NewBooleanForm: TNewBooleanForm
Left = 423
Height = 124
Top = 305
Width = 375
ActiveControl = Ename
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'New boolean value'
ClientHeight = 124
ClientWidth = 375
OnCloseQuery = FormCloseQuery
Position = poMainFormCenter
LCLVersion = '0.9.29'
object BPNewBoolean: TButtonPanel
Left = 6
Height = 34
Top = 84
Width = 363
OKButton.Name = 'OKButton'
OKButton.Caption = '&OK'
HelpButton.Name = 'HelpButton'
HelpButton.Caption = '&Help'
HelpButton.Enabled = False
CloseButton.Name = 'CloseButton'
CloseButton.Caption = '&Close'
CloseButton.Enabled = False
CancelButton.Name = 'CancelButton'
CancelButton.Caption = 'Cancel'
TabOrder = 0
ShowButtons = [pbOK, pbCancel]
end
object Label1: TLabel
Left = 17
Height = 15
Top = 12
Width = 83
Caption = '&Member name'
FocusControl = Ename
ParentColor = False
end
object CBValue: TCheckBox
Left = 113
Height = 21
Top = 44
Width = 84
Caption = 'Set to true'
TabOrder = 1
end
object Ename: TEdit
Left = 113
Height = 22
Top = 8
Width = 247
TabOrder = 2
end
end