Skip to content

Commit

Permalink
Improvements and fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
r57zone committed May 19, 2022
1 parent ced7450 commit c56535a
Show file tree
Hide file tree
Showing 6 changed files with 141 additions and 111 deletions.
1 change: 1 addition & 0 deletions README.RU.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[![EN](https://user-images.githubusercontent.com/9499881/33184537-7be87e86-d096-11e7-89bb-f3286f752bc6.png)](https://github.com/r57zone/Firewall-Easy/blob/master/README.md)
[![RU](https://user-images.githubusercontent.com/9499881/27683795-5b0fbac6-5cd8-11e7-929c-057833e01fb1.png)](https://github.com/r57zone/Firewall-Easy/blob/master/README.RU.md)

# Firewall Easy
Приложение позволяет заблокировать доступ в интернет другим приложения, с помощью Брандмауэр Windows.

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[![EN](https://user-images.githubusercontent.com/9499881/33184537-7be87e86-d096-11e7-89bb-f3286f752bc6.png)](https://github.com/r57zone/Firewall-Easy/blob/master/README.md)
[![RU](https://user-images.githubusercontent.com/9499881/27683795-5b0fbac6-5cd8-11e7-929c-057833e01fb1.png)](https://github.com/r57zone/Firewall-Easy/blob/master/README.RU.md)
– Other languages

# Firewall Easy
Application allows you to block Internet access to other applications using the Windows Firewall.

Expand Down
10 changes: 5 additions & 5 deletions Source/Languages/English.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
[Main]
ID_RULES=Rules
ID_IMPORT=Import
ID_EXPORT=Export
ID_HELP=Help
ID_ABOUT_TITLE=About...
ID_APP_NAME=Name
ID_APP_PATH=Path
ID_SEARCH=Search...
Expand All @@ -16,10 +21,5 @@ ID_RULES_SUCCESSFULLY_CREATED=Rules successfully created:
ID_FAILED_CREATE_RULES=Failed to create rules
ID_REMOVED_RULES_FOR_NONEXISTENT_APPS=Removed rules for nonexistent applications:
ID_RULES_FOR_NONEXISTENT_APPS_NOT_FOUND=Rules for nonexistent applications not found

;About
ID_ABOUT_TITLE=About...
ID_LAST_UPDATE=Last update:

;Explorer popup menu
ID_BLOCK_ACCESS=Block access to the Internet
10 changes: 5 additions & 5 deletions Source/Languages/Russian.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
[Main]
ID_RULES=Правила
ID_IMPORT=Импорт
ID_EXPORT=Экспорт
ID_HELP=Справка
ID_ABOUT_TITLE=О программе...
ID_APP_NAME=Название
ID_APP_PATH=Расположение
ID_SEARCH=Поиск...
Expand All @@ -16,10 +21,5 @@ ID_RULES_SUCCESSFULLY_CREATED=
ID_FAILED_CREATE_RULES=Не удалось создать правила
ID_REMOVED_RULES_FOR_NONEXISTENT_APPS=Удалено правил для несуществующих приложений:
ID_RULES_FOR_NONEXISTENT_APPS_NOT_FOUND=Правил для несуществующих приложений не найдено

;About
ID_ABOUT_TITLE=О программе...
ID_LAST_UPDATE=Последнее обновление:

;Explorer popup menu
ID_BLOCK_ACCESS=Заблокировать доступ в интернет
41 changes: 25 additions & 16 deletions Source/Unit1.dfm
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ object Main: TMain
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'App'
ClientHeight = 320
ClientHeight = 323
ClientWidth = 409
Color = clBtnFace
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Menu = MainMenu1
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
Expand Down Expand Up @@ -86,7 +87,6 @@ object Main: TMain
ItemHeight = 13
ParentFont = False
ParentShowHint = False
PopupMenu = PopupMenu
ShowHint = True
TabOrder = 0
TabWidth = 100
Expand Down Expand Up @@ -133,29 +133,16 @@ object Main: TMain
end
object StatusBar: TStatusBar
Left = 0
Top = 301
Top = 304
Width = 409
Height = 19
Panels = <>
SimplePanel = True
OnClick = StatusBarClick
end
object OpenDialog: TOpenDialog
Filter = '|*.exe'
Left = 16
Top = 32
end
object PopupMenu: TPopupMenu
Left = 48
Top = 32
object ImportBtn: TMenuItem
Caption = #1048#1084#1087#1086#1088#1090
OnClick = ImportBtnClick
end
object ExportBtn: TMenuItem
Caption = #1069#1082#1089#1087#1086#1088#1090
OnClick = ExportBtnClick
end
end
object ImportDialog: TOpenDialog
Filter = 'Firewall Easy|*.fer'
Expand All @@ -168,4 +155,26 @@ object Main: TMain
Left = 112
Top = 32
end
object MainMenu1: TMainMenu
Left = 16
Top = 32
object RulesItem: TMenuItem
Caption = #1055#1088#1072#1074#1080#1083#1072
object ImportBtn: TMenuItem
Caption = #1048#1084#1087#1086#1088#1090
OnClick = ImportBtnClick
end
object ExportBtn: TMenuItem
Caption = #1069#1082#1089#1087#1086#1088#1090
OnClick = ExportBtnClick
end
end
object HelpItem: TMenuItem
Caption = #1057#1087#1088#1072#1074#1082#1072
object AboutBtn: TMenuItem
Caption = #1054' '#1087#1088#1086#1075#1088#1072#1084#1084#1077'...'
OnClick = AboutBtnClick
end
end
end
end
Loading

0 comments on commit c56535a

Please sign in to comment.