lazarus/doceditor/frmnewnode.lfm
paul 8cd529b88e lazde: patch by Alexey Lagunov:
- convert resources to $R
  - start localization
  - fix layout and other cosmetic changes

git-svn-id: trunk@23737 -
2010-02-19 02:59:18 +00:00

51 lines
1.1 KiB
Plaintext

object NewNodeForm: TNewNodeForm
Left = 390
Height = 120
Top = 205
Width = 408
HorzScrollBar.Page = 395
VertScrollBar.Page = 70
Caption = 'Create new node'
ClientHeight = 120
ClientWidth = 408
Position = poScreenCenter
LCLVersion = '0.9.29'
object ENodeName: TEdit
AnchorSideLeft.Control = LENodeName
AnchorSideTop.Control = LENodeName
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 12
Height = 29
Top = 30
Width = 390
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 6
TabOrder = 0
Text = 'ENodeName'
end
object LENodeName: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
Left = 6
Height = 18
Top = 6
Width = 93
Alignment = taRightJustify
BorderSpacing.Around = 6
Caption = 'Node &name'
FocusControl = ENodeName
Layout = tlCenter
ParentColor = False
end
object ButtonPanel1: TButtonPanel
Left = 6
Height = 40
Top = 74
Width = 396
TabOrder = 1
ShowButtons = [pbOK, pbCancel, pbHelp]
end
end