object frmNice: TfrmNice Left = 451 Height = 480 Top = 178 Width = 720 Caption = 'Nice Buttons' ChildSizing.LeftRightSpacing = 10 ChildSizing.TopBottomSpacing = 10 ChildSizing.HorizontalSpacing = 10 ChildSizing.VerticalSpacing = 10 ChildSizing.EnlargeHorizontal = crsHomogenousChildResize ChildSizing.EnlargeVertical = crsHomogenousChildResize ChildSizing.ShrinkHorizontal = crsScaleChilds ChildSizing.ShrinkVertical = crsScaleChilds ChildSizing.Layout = cclLeftToRightThenTopToBottom ChildSizing.ControlsPerLine = 2 ClientHeight = 480 ClientWidth = 720 Color = 5263440 OnCreate = FormCreate OnResize = FormResize Position = poDesktopCenter LCLVersion = '0.9.31' object btn1: TBGRAImageButton Left = 10 Height = 84 Top = 10 Width = 345 Caption = 'acMagenta' Color = 9896191 Font.Height = 18 ParentFont = False Shadow.Alpha = 255 Shadow.Color = clBlack Shadow.OffsetX = 1 Shadow.OffsetY = 1 Shadow.Visible = True Shadow.Radius = 1 end object btn2: TBGRAImageButton Left = 365 Height = 84 Top = 10 Width = 345 Caption = 'acPurple' Color = 16711842 Font.Height = 18 ParentFont = False Shadow.Alpha = 255 Shadow.Color = clBlack Shadow.OffsetX = 1 Shadow.OffsetY = 1 Shadow.Visible = True Shadow.Radius = 1 end object btn3: TBGRAImageButton Left = 10 Height = 84 Top = 104 Width = 345 Caption = 'acTeal' Color = 11119360 Font.Height = 18 ParentFont = False Shadow.Alpha = 255 Shadow.Color = clBlack Shadow.OffsetX = 1 Shadow.OffsetY = 1 Shadow.Visible = True Shadow.Radius = 1 end object btn4: TBGRAImageButton Left = 365 Height = 84 Top = 104 Width = 345 Caption = 'acLime' Color = 2539404 Font.Height = 18 ParentFont = False Shadow.Alpha = 255 Shadow.Color = clBlack Shadow.OffsetX = 1 Shadow.OffsetY = 1 Shadow.Visible = True Shadow.Radius = 1 end object btn5: TBGRAImageButton Left = 10 Height = 84 Top = 198 Width = 345 Caption = 'acBrown' Color = 20640 Font.Height = 18 ParentFont = False Shadow.Alpha = 255 Shadow.Color = clBlack Shadow.OffsetX = 1 Shadow.OffsetY = 1 Shadow.Visible = True Shadow.Radius = 1 end object btn6: TBGRAImageButton Left = 365 Height = 84 Top = 198 Width = 345 Caption = 'acPink' Color = 12087782 Font.Height = 18 ParentFont = False Shadow.Alpha = 255 Shadow.Color = clBlack Shadow.OffsetX = 1 Shadow.OffsetY = 1 Shadow.Visible = True Shadow.Radius = 1 end object btn7: TBGRAImageButton Left = 10 Height = 84 Top = 292 Width = 345 Caption = 'acOrange' Color = 628464 Font.Height = 18 ParentFont = False Shadow.Alpha = 255 Shadow.Color = clBlack Shadow.OffsetX = 1 Shadow.OffsetY = 1 Shadow.Visible = True Shadow.Radius = 1 end object btn8: TBGRAImageButton Left = 365 Height = 84 Top = 292 Width = 345 Caption = 'acBlue' Color = 14852379 Font.Height = 18 ParentFont = False Shadow.Alpha = 255 Shadow.Color = clBlack Shadow.OffsetX = 1 Shadow.OffsetY = 1 Shadow.Visible = True Shadow.Radius = 1 end object btn9: TBGRAImageButton Left = 10 Height = 84 Top = 386 Width = 345 Caption = 'acRed' Color = 5349 Font.Height = 18 ParentFont = False Shadow.Alpha = 255 Shadow.Color = clBlack Shadow.OffsetX = 1 Shadow.OffsetY = 1 Shadow.Visible = True Shadow.Radius = 1 end object btn10: TBGRAImageButton Left = 365 Height = 84 Top = 386 Width = 345 Caption = 'acGreen' Color = 3381555 Font.Height = 18 ParentFont = False Shadow.Alpha = 255 Shadow.Color = clBlack Shadow.OffsetX = 1 Shadow.OffsetY = 1 Shadow.Visible = True Shadow.Radius = 1 end end