107 lines
2.8 KiB
Plaintext
107 lines
2.8 KiB
Plaintext
object Form1: TForm1
|
|
Left = 214
|
|
Height = 403
|
|
Top = 122
|
|
Width = 331
|
|
Caption = 'Form1'
|
|
ClientHeight = 403
|
|
ClientWidth = 331
|
|
Color = clWhite
|
|
OnCreate = FormCreate
|
|
LCLVersion = '2.0.4.0'
|
|
object BCImageButton1: TBCImageButton
|
|
Left = 32
|
|
Height = 55
|
|
Top = 16
|
|
Width = 275
|
|
AlphaTest = False
|
|
Anchors = [akTop, akLeft, akRight]
|
|
Animation = False
|
|
BitmapFile = 'sample_1.png'
|
|
BitmapOptions.AutoDetectRepeat = True
|
|
BitmapOptions.MarginTop = 4
|
|
BitmapOptions.MarginRight = 4
|
|
BitmapOptions.MarginBottom = 2
|
|
BitmapOptions.MarginLeft = 2
|
|
BitmapOptions.Direction = sdVertical
|
|
Caption = 'BCImageButton1'
|
|
OnClick = BCImageButton1Click
|
|
ParentFont = False
|
|
end
|
|
object BCImageButton2: TBCImageButton
|
|
Left = 32
|
|
Height = 55
|
|
Top = 79
|
|
Width = 275
|
|
AlphaTest = False
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BitmapFile = 'sample_2.png'
|
|
BitmapOptions.Direction = sdVertical
|
|
BitmapOptions.Proportional = True
|
|
ParentFont = False
|
|
end
|
|
object BCImageButton3: TBCImageButton
|
|
Left = 32
|
|
Height = 55
|
|
Top = 143
|
|
Width = 275
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BitmapFile = 'sample_3.png'
|
|
BitmapOptions.AutoDetectRepeat = True
|
|
BitmapOptions.RepeatMiddleHorizontal = True
|
|
BitmapOptions.RepeatMiddleVertical = True
|
|
BitmapOptions.MarginTop = 2
|
|
BitmapOptions.MarginRight = 2
|
|
BitmapOptions.MarginBottom = 2
|
|
BitmapOptions.MarginLeft = 2
|
|
BitmapOptions.Direction = sdVertical
|
|
BitmapOptions.ResampleMode = rmSimpleStretch
|
|
Caption = 'BCImageButton3'
|
|
ParentFont = False
|
|
end
|
|
object BCImageButton4: TBCImageButton
|
|
Left = 32
|
|
Height = 55
|
|
Top = 205
|
|
Width = 275
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BitmapFile = 'sample_4.png'
|
|
BitmapOptions.AutoDetectRepeat = True
|
|
BitmapOptions.MarginTop = 5
|
|
BitmapOptions.MarginRight = 5
|
|
BitmapOptions.MarginBottom = 5
|
|
BitmapOptions.MarginLeft = 5
|
|
BitmapOptions.Direction = sdVertical
|
|
BitmapOptions.ResampleMode = rmSimpleStretch
|
|
Caption = 'BCImageButton4'
|
|
ParentFont = False
|
|
end
|
|
object BCImageButton5: TBCImageButton
|
|
Left = 32
|
|
Height = 55
|
|
Top = 269
|
|
Width = 275
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BitmapFile = 'sample_5.png'
|
|
BitmapOptions.AutoDetectRepeat = True
|
|
BitmapOptions.MarginTop = 4
|
|
BitmapOptions.MarginRight = 4
|
|
BitmapOptions.MarginBottom = 4
|
|
BitmapOptions.MarginLeft = 4
|
|
BitmapOptions.Direction = sdVertical
|
|
Caption = 'BCImageButton5'
|
|
ParentFont = False
|
|
end
|
|
object BCImageButton6: TBCImageButton
|
|
Left = 32
|
|
Height = 55
|
|
Top = 333
|
|
Width = 275
|
|
Anchors = [akTop, akLeft, akRight]
|
|
Animation = False
|
|
BitmapOptions.Direction = sdVertical
|
|
Caption = 'BCImageButton6'
|
|
ParentFont = False
|
|
end
|
|
end
|