20 lines
399 B
Plaintext
20 lines
399 B
Plaintext
object frmMain: TfrmMain
|
|
Left = 268
|
|
Height = 257
|
|
Top = 126
|
|
Width = 322
|
|
Caption = 'BGRA macOS Button'
|
|
ClientHeight = 257
|
|
ClientWidth = 322
|
|
LCLVersion = '1.8.4.0'
|
|
object BCXButton1: TBCXButton
|
|
Left = 8
|
|
Height = 26
|
|
Top = 8
|
|
Width = 112
|
|
OnRenderControl = BCXButton1RenderControl
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
Caption = 'Hello World'
|
|
end
|
|
end
|