Skip to content

Commit

Permalink
+ Framework for CryptoMiner (sending money for ZSU)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksiy Penkov committed Apr 19, 2023
1 parent 543f0e7 commit 3888bb9
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 12 deletions.
Binary file modified Components/MHLComponents/MHLComponents.identcache
Binary file not shown.
6 changes: 2 additions & 4 deletions Program/ImportImpl/frm_BaseProgressForm.dfm
Expand Up @@ -2,17 +2,15 @@ object ProgressFormBase: TProgressFormBase
Left = 0
Top = 0
Caption = 'ProgressFormBase'
ClientHeight = 286
ClientWidth = 426
ClientHeight = 284
ClientWidth = 418
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnCloseQuery = FormCloseQuery
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
end
17 changes: 9 additions & 8 deletions Program/ImportImpl/frm_ImportProgressForm.dfm
Expand Up @@ -8,9 +8,11 @@ inherited ImportProgressForm: TImportProgressForm
Padding.Right = 10
Padding.Bottom = 10
Position = poMainFormCenter
ExplicitWidth = 376
ExplicitHeight = 119
PixelsPerInch = 96
ExplicitWidth = 382
ExplicitHeight = 125
DesignSize = (
370
87)
TextHeight = 13
object txtComment: TLabel
AlignWithMargins = True
Expand All @@ -33,12 +35,10 @@ inherited ImportProgressForm: TImportProgressForm
Height = 17
Align = alTop
TabOrder = 0
ExplicitLeft = 13
ExplicitTop = 43
ExplicitWidth = 443
ExplicitWidth = 346
end
object btnCancel: TButton
Left = 285
Left = 277
Top = 52
Width = 75
Height = 25
Expand All @@ -48,6 +48,7 @@ inherited ImportProgressForm: TImportProgressForm
Default = True
TabOrder = 1
OnClick = btnCancelClick
ExplicitLeft = 378
ExplicitLeft = 273
ExplicitTop = 51
end
end
Binary file modified Program/MyhomeLib.identcache
Binary file not shown.
Empty file.

0 comments on commit 3888bb9

Please sign in to comment.