You've already forked lazarus-ccr
72 lines
1.5 KiB
Plaintext
72 lines
1.5 KiB
Plaintext
![]() |
object Form1: TForm1
|
||
|
Left = 192
|
||
|
Top = 114
|
||
|
Width = 435
|
||
|
Height = 293
|
||
|
Caption = 'Form1'
|
||
|
Color = clBtnFace
|
||
|
Font.Charset = DEFAULT_CHARSET
|
||
|
Font.Color = clWindowText
|
||
|
Font.Height = -11
|
||
|
Font.Style = []
|
||
|
PixelsPerInch = 96
|
||
|
object OvcRotatedLabel1: TOvcRotatedLabel
|
||
|
Left = 56
|
||
|
Top = 32
|
||
|
Width = 153
|
||
|
Height = 25
|
||
|
AutoSize = False
|
||
|
Caption = 'Not rotated'
|
||
|
Font.Charset = DEFAULT_CHARSET
|
||
|
Font.Color = clWindowText
|
||
|
Font.Height = -13
|
||
|
Font.Style = []
|
||
|
ShadowedText = False
|
||
|
end
|
||
|
object OvcRotatedLabel2: TOvcRotatedLabel
|
||
|
Left = 56
|
||
|
Top = 80
|
||
|
Width = 153
|
||
|
Height = 57
|
||
|
AutoSize = False
|
||
|
Caption = 'Rotated 15 degrees'
|
||
|
Font.Charset = DEFAULT_CHARSET
|
||
|
Font.Color = clWindowText
|
||
|
Font.Height = -13
|
||
|
Font.Style = []
|
||
|
FontAngle = 15
|
||
|
OriginY = 30
|
||
|
ShadowedText = False
|
||
|
end
|
||
|
object OvcRotatedLabel3: TOvcRotatedLabel
|
||
|
Left = 56
|
||
|
Top = 160
|
||
|
Width = 153
|
||
|
Height = 57
|
||
|
AutoSize = False
|
||
|
Caption = 'Rotated -15 degrees'
|
||
|
Font.Charset = DEFAULT_CHARSET
|
||
|
Font.Color = clWindowText
|
||
|
Font.Height = -13
|
||
|
Font.Style = []
|
||
|
FontAngle = -15
|
||
|
OriginX = 5
|
||
|
ShadowedText = False
|
||
|
end
|
||
|
object OvcRotatedLabel4: TOvcRotatedLabel
|
||
|
Left = 264
|
||
|
Top = 32
|
||
|
Width = 65
|
||
|
Height = 185
|
||
|
AutoSize = False
|
||
|
Caption = 'Rotated 90 degrees'
|
||
|
Font.Charset = DEFAULT_CHARSET
|
||
|
Font.Color = clWindowText
|
||
|
Font.Height = -13
|
||
|
Font.Style = []
|
||
|
FontAngle = 90
|
||
|
OriginY = 175
|
||
|
ShadowedText = False
|
||
|
end
|
||
|
end
|