Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
r57zone committed Sep 10, 2016
1 parent 6f24117 commit f897340
Show file tree
Hide file tree
Showing 6 changed files with 172 additions and 145 deletions.
Binary file modified AddContextMenu.reg
Binary file not shown.
38 changes: 18 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,39 +1,37 @@
<h2>RU:</h2>
**CAI** (Управление доступом в интернет) - Программа позволяет в один клик заблокировать доступ приложения в интернет, с помощью Брандмауэр Windows.


![0 2 3](https://cloud.githubusercontent.com/assets/9499881/9428097/2d54caba-49af-11e5-9088-860e39d9b456.png)
# Firewall Easy (Ru)
Приложение позволяет заблокировать доступ в интернет другим приложения или библиотекам, с помощью Брандмауэр Windows.

**Блокировка доступа в один клик**<br>
Просто нажмите правой кнопкой мыши на программе (.exe) или библиотеке (.dll), чтобы заблокировать ей доступ в интернет.<br>
![1](https://cloud.githubusercontent.com/assets/9499881/7653228/22b33980-fb25-11e4-8f31-62982a1403e6.png)<br>
Требуется исправить путь до программы в "AddContextMenu.reg" и выполнить его.

**Удаление блокировок для удаленных программ**<br>
Удалите блокировки доступа в интернет для программ, которых уже нет на вашем компьютере.

**Поддержка Drag and Drop**<br>
Просто перенесите программы (.exe) или библиотеки (.dll) в приложение CAI и доступ в интернет им будет заблокирован.
Просто перенесите программы (.exe) или библиотеки (.dll) в приложение и доступ в интернет им будет заблокирован.

**[Скачать последнюю версию](https://github.com/r57zone/CAI/releases)**
## Скриншоты
![](https://cloud.githubusercontent.com/assets/9499881/9428097/2d54caba-49af-11e5-9088-860e39d9b456.png)

**Обратная связь**: r57zone[собака]gmail.com
## Загрузка
>Версия для 7, Windows 8.1, Windows 10.<br>
**[Загрузить](https://github.com/r57zone/CAI/releases)**<br>
<h2>EN:</h2>
**CAI** (Controlling Access to the Internet) - The program allows one-click application to block access to the Internet, using the Windows Firewall.
## Обратная связь
`r57zone[собака]gmail.com`

# Firewall Easy (En)
Application allows you to block Internet access to other applications or libraries using the Windows Firewall.

**Blocking access in a single click**<br>
Simply right-click on the program (.exe) or library (.dll), to block her access to the Internet.<br>
Required to correct the path to the program in the "AddContextMenu.reg" and execute it.

**Removing locks for remote programming**<br>
Remove the blocking of access to the Internet for programs that no longer exist on your computer.

**Support Drag and Drop**<br>
Just move the program (.exe) or library (.dll) in the CAI application and Internet access to them will be blocked.

**[Download the latest version](https://github.com/r57zone/CAI/releases)**

If you need a program with an English translation, please write to email and I'll will build it soon.
## Download
>Version for Windows 7, Windows 8.1, Windows 10.<br>
**[Download](https://github.com/r57zone/CAI/releases)**<br>
**Feedback:** r57zone[at]gmail.com
## Feedback
`r57zone[at]gmail.com`
Binary file modified RemoveContextMenu.reg
Binary file not shown.
42 changes: 21 additions & 21 deletions Unit1.dfm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ object Form1: TForm1
Top = 123
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'CAI'
Caption = 'App'
ClientHeight = 320
ClientWidth = 408
Color = clBtnFace
Expand All @@ -19,7 +19,7 @@ object Form1: TForm1
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label2: TLabel
object NameLabel: TLabel
Left = 9
Top = 8
Width = 50
Expand All @@ -32,7 +32,7 @@ object Form1: TForm1
Font.Style = []
ParentFont = False
end
object Label3: TLabel
object PathLabel: TLabel
Left = 160
Top = 8
Width = 75
Expand All @@ -45,34 +45,34 @@ object Form1: TForm1
Font.Style = []
ParentFont = False
end
object Button1: TButton
object AddBtn: TButton
Left = 8
Top = 271
Width = 75
Height = 25
Caption = #1044#1086#1073#1072#1074#1080#1090#1100
TabOrder = 0
OnClick = Button1Click
OnClick = AddBtnClick
end
object Button2: TButton
object RemoveBtn: TButton
Left = 88
Top = 271
Width = 75
Height = 25
Caption = #1059#1076#1072#1083#1080#1090#1100
TabOrder = 1
OnClick = Button2Click
OnClick = RemoveBtnClick
end
object Button3: TButton
object CheckBtn: TButton
Left = 168
Top = 271
Width = 75
Height = 25
Caption = #1055#1088#1086#1074#1077#1088#1080#1090#1100' '
TabOrder = 2
OnClick = Button3Click
OnClick = CheckBtnClick
end
object ListBox1: TListBox
object ListBox: TListBox
Left = 8
Top = 24
Width = 393
Expand All @@ -88,28 +88,28 @@ object Form1: TForm1
ShowHint = True
TabOrder = 3
TabWidth = 100
OnKeyUp = ListBox1KeyUp
OnMouseDown = ListBox1MouseDown
OnKeyUp = ListBoxKeyUp
OnMouseDown = ListBoxMouseDown
end
object Button4: TButton
object FirewallBtn: TButton
Left = 248
Top = 271
Width = 75
Height = 25
Caption = #1041#1088#1072#1085#1076#1084#1072#1091#1101#1088
TabOrder = 4
OnClick = Button4Click
OnClick = FirewallBtnClick
end
object Button5: TButton
object CloseBtn: TButton
Left = 328
Top = 271
Width = 75
Height = 25
Caption = #1042#1099#1093#1086#1076
TabOrder = 5
OnClick = Button5Click
OnClick = CloseBtnClick
end
object Edit1: TEdit
object Search: TEdit
Left = 8
Top = 246
Width = 393
Expand All @@ -122,17 +122,17 @@ object Form1: TForm1
ParentFont = False
TabOrder = 6
Text = #1055#1086#1080#1089#1082'...'
OnChange = Edit1Change
OnMouseDown = Edit1MouseDown
OnChange = SearchChange
OnMouseDown = SearchMouseDown
end
object StatusBar1: TStatusBar
object StatusBar: TStatusBar
Left = 0
Top = 301
Width = 408
Height = 19
Panels = <>
SimplePanel = True
OnClick = StatusBar1Click
OnClick = StatusBarClick
end
object OpenDialog1: TOpenDialog
Filter = #1055#1088#1080#1083#1086#1078#1077#1085#1080#1077' (.exe) '#1080' '#1073#1080#1073#1083#1080#1086#1090#1077#1082#1080' (.dll)|*.exe;*.dll'
Expand Down
Loading

0 comments on commit f897340

Please sign in to comment.