Files
lazarus-ccr/components/orpheus/tests/TestRLbl/unit1.dfm
2007-01-16 02:17:08 +00:00

79 lines
1.7 KiB
Plaintext

object Form1: TForm1
Left = 192
Top = 114
Width = 443
Height = 327
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
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.Name = 'Arial'
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.Name = 'Arial'
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.Name = 'Arial'
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.Name = 'Arial'
Font.Style = []
FontAngle = 90
OriginY = 175
ShadowedText = False
end
end