Skip to content

Commit

Permalink
v0.7 + Multi-threaded model (improved response)
Browse files Browse the repository at this point in the history
  • Loading branch information
AKotov-dev committed May 14, 2023
1 parent 180e336 commit 61185b1
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 11 deletions.
6 changes: 3 additions & 3 deletions censor/backup/unit1.lfm
Original file line number Diff line number Diff line change
Expand Up @@ -335,11 +335,11 @@ object MainForm: TMainForm
AnchorSideLeft.Control = ApplyBtn
AnchorSideRight.Control = ApplyBtn
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Label2
AnchorSideBottom.Side = asrCenter
AnchorSideBottom.Control = StartTime
AnchorSideBottom.Side = asrBottom
Left = 340
Height = 10
Top = 145
Top = 160
Width = 142
Anchors = [akLeft, akRight, akBottom]
TabOrder = 5
Expand Down
Binary file modified censor/censor
Binary file not shown.
3 changes: 1 addition & 2 deletions censor/censor.lps
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@
<ResourceBaseClass Value="Form"/>
<UnitName Value="Unit1"/>
<IsVisibleTab Value="True"/>
<TopLine Value="308"/>
<CursorPos X="14" Y="323"/>
<CursorPos X="14"/>
<UsageCount Value="54"/>
<Loaded Value="True"/>
<LoadedDesigner Value="True"/>
Expand Down
Binary file modified censor/lib/x86_64-linux/censor.or
Binary file not shown.
6 changes: 3 additions & 3 deletions censor/lib/x86_64-linux/unit1.lfm
Original file line number Diff line number Diff line change
Expand Up @@ -333,15 +333,15 @@ object MainForm: TMainForm
end
object ProgressBar1: TProgressBar
AnchorSideLeft.Control = ApplyBtn
AnchorSideTop.Control = StartTime
AnchorSideRight.Control = ApplyBtn
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = StartTime
AnchorSideBottom.Side = asrBottom
Left = 340
Height = 10
Top = 160
Top = 133
Width = 142
Anchors = [akLeft, akRight, akBottom]
Anchors = [akTop, akLeft, akRight]
TabOrder = 5
Visible = False
end
Expand Down
Binary file modified censor/lib/x86_64-linux/unit1.ppu
Binary file not shown.
6 changes: 3 additions & 3 deletions censor/unit1.lfm
Original file line number Diff line number Diff line change
Expand Up @@ -333,15 +333,15 @@ object MainForm: TMainForm
end
object ProgressBar1: TProgressBar
AnchorSideLeft.Control = ApplyBtn
AnchorSideTop.Control = StartTime
AnchorSideRight.Control = ApplyBtn
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = StartTime
AnchorSideBottom.Side = asrBottom
Left = 340
Height = 10
Top = 160
Top = 133
Width = 142
Anchors = [akLeft, akRight, akBottom]
Anchors = [akTop, akLeft, akRight]
TabOrder = 5
Visible = False
end
Expand Down

0 comments on commit 61185b1

Please sign in to comment.