Initial commit - Pingerino network monitoring application

هذا الالتزام موجود في:
Era
2025-08-19 07:34:27 +03:00
التزام 243f4787dd
41 ملفات معدلة مع 12352 إضافات و0 حذوفات

عرض الملف

@@ -0,0 +1,21 @@
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="Pingerino.Properties" GeneratedClassName="Settings">
<Profiles />
<Settings>
<Setting Name="FormPosition" Type="System.Drawing.Point" Scope="User">
<Value Profile="(Default)">0, 0</Value>
</Setting>
<Setting Name="TextBoxIntervalValue" Type="System.String" Scope="User">
<Value Profile="(Default)">1000</Value>
</Setting>
<Setting Name="IpAddressValue" Type="System.String" Scope="User">
<Value Profile="(Default)">8.8.8.8</Value>
</Setting>
<Setting Name="AutoPingEnabled" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>
<Setting Name="LastUsedIpAddress" Type="System.String" Scope="User">
<Value Profile="(Default)">8.8.8.8</Value>
</Setting>
</Settings>
</SettingsFile>