mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 07:12:30 +02:00

- convert resources to $R - start localization - fix layout and other cosmetic changes git-svn-id: trunk@23737 -
51 lines
1.1 KiB
Plaintext
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
|