You've already forked lazarus-ccr
richmemo: layout anchros for paragraph test
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3794 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1,13 +1,13 @@
|
|||||||
object Form1: TForm1
|
object Form1: TForm1
|
||||||
Left = 362
|
Left = 219
|
||||||
Height = 338
|
Height = 338
|
||||||
Top = 203
|
Top = 189
|
||||||
Width = 615
|
Width = 615
|
||||||
Caption = 'Paragraph Demo'
|
Caption = 'Paragraph Demo'
|
||||||
ClientHeight = 338
|
ClientHeight = 338
|
||||||
ClientWidth = 615
|
ClientWidth = 615
|
||||||
OnShow = FormShow
|
OnShow = FormShow
|
||||||
LCLVersion = '1.3'
|
LCLVersion = '1.0.10.0'
|
||||||
object Button1: TButton
|
object Button1: TButton
|
||||||
Left = 532
|
Left = 532
|
||||||
Height = 25
|
Height = 25
|
||||||
@ -76,6 +76,7 @@ object Form1: TForm1
|
|||||||
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
|
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
|
||||||
}
|
}
|
||||||
GroupIndex = 1
|
GroupIndex = 1
|
||||||
|
NumGlyphs = 0
|
||||||
OnClick = btnLAClick
|
OnClick = btnLAClick
|
||||||
ParentBidiMode = False
|
ParentBidiMode = False
|
||||||
end
|
end
|
||||||
@ -113,6 +114,7 @@ object Form1: TForm1
|
|||||||
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
|
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
|
||||||
}
|
}
|
||||||
GroupIndex = 1
|
GroupIndex = 1
|
||||||
|
NumGlyphs = 0
|
||||||
OnClick = btnCAClick
|
OnClick = btnCAClick
|
||||||
end
|
end
|
||||||
object btnRA: TSpeedButton
|
object btnRA: TSpeedButton
|
||||||
@ -149,6 +151,7 @@ object Form1: TForm1
|
|||||||
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
|
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
|
||||||
}
|
}
|
||||||
GroupIndex = 1
|
GroupIndex = 1
|
||||||
|
NumGlyphs = 0
|
||||||
OnClick = btnRAClick
|
OnClick = btnRAClick
|
||||||
end
|
end
|
||||||
object btnJA: TSpeedButton
|
object btnJA: TSpeedButton
|
||||||
@ -185,20 +188,25 @@ object Form1: TForm1
|
|||||||
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
|
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
|
||||||
}
|
}
|
||||||
GroupIndex = 1
|
GroupIndex = 1
|
||||||
|
NumGlyphs = 0
|
||||||
OnClick = btnJAClick
|
OnClick = btnJAClick
|
||||||
end
|
end
|
||||||
object edtFL: TSpinEdit
|
object edtFL: TSpinEdit
|
||||||
Left = 72
|
AnchorSideLeft.Control = Label1
|
||||||
Height = 21
|
AnchorSideLeft.Side = asrBottom
|
||||||
|
Left = 76
|
||||||
|
Height = 27
|
||||||
Top = 48
|
Top = 48
|
||||||
Width = 88
|
Width = 88
|
||||||
|
BorderSpacing.Left = 5
|
||||||
MaxValue = 1000
|
MaxValue = 1000
|
||||||
OnChange = edtFLChange
|
OnChange = edtFLChange
|
||||||
TabOrder = 3
|
TabOrder = 3
|
||||||
end
|
end
|
||||||
object edtHI: TSpinEdit
|
object edtHI: TSpinEdit
|
||||||
Left = 72
|
AnchorSideLeft.Control = edtFL
|
||||||
Height = 21
|
Left = 76
|
||||||
|
Height = 27
|
||||||
Top = 72
|
Top = 72
|
||||||
Width = 88
|
Width = 88
|
||||||
MaxValue = 1000
|
MaxValue = 1000
|
||||||
@ -206,35 +214,38 @@ object Form1: TForm1
|
|||||||
TabOrder = 4
|
TabOrder = 4
|
||||||
end
|
end
|
||||||
object edtTI: TSpinEdit
|
object edtTI: TSpinEdit
|
||||||
Left = 240
|
AnchorSideLeft.Control = Label3
|
||||||
Height = 21
|
AnchorSideLeft.Side = asrBottom
|
||||||
|
Left = 251
|
||||||
|
Height = 27
|
||||||
Top = 48
|
Top = 48
|
||||||
Width = 88
|
Width = 88
|
||||||
|
BorderSpacing.Left = 5
|
||||||
MaxValue = 1000
|
MaxValue = 1000
|
||||||
OnChange = edtTIChange
|
OnChange = edtTIChange
|
||||||
TabOrder = 5
|
TabOrder = 5
|
||||||
end
|
end
|
||||||
object Label1: TLabel
|
object Label1: TLabel
|
||||||
Left = 8
|
Left = 8
|
||||||
Height = 13
|
Height = 18
|
||||||
Top = 48
|
Top = 48
|
||||||
Width = 43
|
Width = 63
|
||||||
Caption = 'First Line'
|
Caption = 'First Line'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
end
|
end
|
||||||
object Label2: TLabel
|
object Label2: TLabel
|
||||||
Left = 8
|
Left = 8
|
||||||
Height = 13
|
Height = 18
|
||||||
Top = 72
|
Top = 72
|
||||||
Width = 32
|
Width = 44
|
||||||
Caption = 'Indent'
|
Caption = 'Indent'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
end
|
end
|
||||||
object Label3: TLabel
|
object Label3: TLabel
|
||||||
Left = 176
|
Left = 176
|
||||||
Height = 13
|
Height = 18
|
||||||
Top = 48
|
Top = 48
|
||||||
Width = 51
|
Width = 70
|
||||||
Caption = 'Tail Indent'
|
Caption = 'Tail Indent'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
end
|
end
|
||||||
@ -245,8 +256,8 @@ object Form1: TForm1
|
|||||||
object ImageList1: TImageList
|
object ImageList1: TImageList
|
||||||
Height = 24
|
Height = 24
|
||||||
Width = 24
|
Width = 24
|
||||||
left = 352
|
left = 424
|
||||||
top = 29
|
top = 24
|
||||||
Bitmap = {
|
Bitmap = {
|
||||||
4C69040000001800000018000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
4C69040000001800000018000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||||
|
Reference in New Issue
Block a user