
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@365 8e941d3f-bd1b-0410-a28a-d453659cc2b4
44 lines
945 B
Plaintext
44 lines
945 B
Plaintext
object Form1: TForm1
|
|
Left = 192
|
|
Top = 114
|
|
Width = 378
|
|
Height = 306
|
|
Caption = 'Form1'
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Style = []
|
|
PixelsPerInch = 96
|
|
object OvcLabel1: TOvcLabel
|
|
Left = 64
|
|
Top = 32
|
|
Width = 257
|
|
Height = 49
|
|
Caption = 'Fancy Raised Label'
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clGray
|
|
Font.Height = -26
|
|
Font.Style = []
|
|
ParentColor = False
|
|
end
|
|
object OvcLabel2: TOvcLabel
|
|
Left = 64
|
|
Top = 112
|
|
Width = 257
|
|
Height = 49
|
|
Appearance = apSunken
|
|
Caption = 'Fancy Sunken Label'
|
|
Color = clBtnFace
|
|
ColorScheme = csCustom
|
|
CustomSettings.HighlightDirection = sdDownRight
|
|
CustomSettings.ShadowDirection = sdUpLeft
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clGray
|
|
Font.Height = -26
|
|
Font.Style = []
|
|
ParentColor = False
|
|
end
|
|
end
|