60 lines
1.3 KiB
Plaintext
60 lines
1.3 KiB
Plaintext
object Form1: TForm1
|
|
Left = 465
|
|
Height = 343
|
|
Top = 182
|
|
Width = 538
|
|
Caption = 'Form1'
|
|
ClientHeight = 343
|
|
ClientWidth = 538
|
|
Color = clWhite
|
|
LCLVersion = '1.6.0.4'
|
|
object Button1: TBGRAGraphicControl
|
|
Left = 48
|
|
Height = 57
|
|
Top = 48
|
|
Width = 196
|
|
OnRedraw = Button1Redraw
|
|
Color = clWhite
|
|
ColorOpacity = 128
|
|
Alignment = taCenter
|
|
OnMouseDown = Button1MouseDown
|
|
end
|
|
object BCMaterialDesignButton1: TBCMaterialDesignButton
|
|
Left = 48
|
|
Height = 152
|
|
Top = 112
|
|
Width = 414
|
|
TextColor = 8404992
|
|
TextSize = 22
|
|
TextStyle = [fsItalic]
|
|
TextFont = 'default'
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
Caption = 'Material Design'
|
|
OnClick = BCMaterialDesignButton1Click
|
|
end
|
|
object BCMaterialDesignButton2: TBCMaterialDesignButton
|
|
Left = 458
|
|
Height = 53
|
|
Top = 284
|
|
Width = 66
|
|
RoundBorders = 25
|
|
NormalColor = 8404992
|
|
NormalColorEffect = clWhite
|
|
ShadowColor = clBlack
|
|
ShadowSize = 8
|
|
TextColor = clWhite
|
|
TextSize = 30
|
|
TextFont = 'default'
|
|
Anchors = [akRight, akBottom]
|
|
Caption = '@'
|
|
end
|
|
object Timer1: TTimer
|
|
Enabled = False
|
|
Interval = 15
|
|
OnTimer = Timer1Timer
|
|
OnStartTimer = Timer1StartTimer
|
|
left = 28
|
|
top = 14
|
|
end
|
|
end
|