Skip to content

Commit

Permalink
Ajustado os Icones modificado para o TButton
Browse files Browse the repository at this point in the history
  • Loading branch information
xByteMaster committed Jun 2, 2022
1 parent 88ec135 commit e39d8da
Show file tree
Hide file tree
Showing 4 changed files with 113 additions and 54 deletions.
6 changes: 5 additions & 1 deletion Demo/uFraLogin.dfm
Original file line number Diff line number Diff line change
Expand Up @@ -1322,12 +1322,16 @@ object frameLogin: TframeLogin
'QrCode Manual')
TabOrder = 0
end
object SpeedButton3: TBitBtn
object SpeedButton3: TButton
Left = 159
Top = 238
Width = 185
Height = 47
Caption = 'Logout'
DisabledImageIndex = 1
HotImageIndex = 0
ImageIndex = 0
Images = ImageList1
TabOrder = 1
OnClick = SpeedButton3Click
end
Expand Down
2 changes: 1 addition & 1 deletion Demo/uFraLogin.pas
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ TframeLogin = class(TFrame)
rgTipoLogin: TRadioGroup;
imgQrCode: TImage;
whatsOn: TImage;
SpeedButton3: TBitBtn;
SpeedButton3: TButton;
ImageList1: TImageList;
procedure SpeedButton3Click(Sender: TObject);
procedure SpeedButton1Click(Sender: TObject);
Expand Down
Loading

0 comments on commit e39d8da

Please sign in to comment.