lazarus/tools/jsonviewer/frmnewstring.lfm
2011-10-03 23:14:54 +00:00

68 lines
1.3 KiB
Plaintext

object NewStringForm: TNewStringForm
Left = 509
Height = 144
Top = 290
Width = 320
ActiveControl = EName
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'New String value'
ClientHeight = 144
ClientWidth = 320
OnCloseQuery = FormCloseQuery
Position = poMainFormCenter
LCLVersion = '0.9.29'
object EName: TEdit
Left = 80
Height = 22
Top = 18
Width = 216
TabOrder = 0
end
object EValue: TEdit
Left = 80
Height = 22
Top = 49
Width = 216
TabOrder = 1
end
object Label1: TLabel
Left = 34
Height = 22
Top = 18
Width = 34
Alignment = taRightJustify
AutoSize = False
Caption = '&Name'
FocusControl = EName
Layout = tlCenter
ParentColor = False
end
object Label2: TLabel
Left = 37
Height = 22
Top = 49
Width = 31
Alignment = taRightJustify
AutoSize = False
Caption = '&Value'
FocusControl = EValue
Layout = tlCenter
ParentColor = False
end
object BPNewString: TButtonPanel
Left = 6
Height = 34
Top = 104
Width = 308
OKButton.Name = 'OKButton'
HelpButton.Name = 'HelpButton'
HelpButton.Enabled = False
CloseButton.Name = 'CloseButton'
CloseButton.Enabled = False
CancelButton.Name = 'CancelButton'
TabOrder = 2
ShowButtons = [pbOK, pbCancel]
end
end