Initial
This commit is contained in:
commit
33381d28b0
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
.idea
|
||||
.vs
|
||||
**/obj
|
||||
**/bin
|
||||
10
HPG-68D.resources/AssemblyInfo.cs
Normal file
10
HPG-68D.resources/AssemblyInfo.cs
Normal file
@ -0,0 +1,10 @@
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyTitle("HPG-68D")]
|
||||
[assembly: AssemblyDescription("2016-07-14")]
|
||||
[assembly: AssemblyCompany("厦门鸿凯德信息科技有限公司")]
|
||||
[assembly: AssemblyProduct("HPG-68D")]
|
||||
[assembly: AssemblyCopyright("版权所有 (C) 厦门鸿凯德信息科技有限公司 2016")]
|
||||
[assembly: AssemblyTrademark(null)]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||
[assembly: AssemblyVersion("1.0.0.0")]
|
||||
64
HPG-68D.resources/HPG-68D.resources.csproj
Normal file
64
HPG-68D.resources/HPG-68D.resources.csproj
Normal file
@ -0,0 +1,64 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="Current" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<!--Project was exported from assembly: C:\Program Files (x86)\HONGKAIDE\HPG-68D\en\HPG-68D.resources.dll-->
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProjectGuid>{8C21DBEE-193D-45EA-8EAD-06C77A14BA4E}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<AssemblyName>HPG-68D.resources</AssemblyName>
|
||||
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
||||
<ApplicationVersion>1.0.0.0</ApplicationVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<FileUpgradeFlags>
|
||||
</FileUpgradeFlags>
|
||||
<UpgradeBackupLocation>
|
||||
</UpgradeBackupLocation>
|
||||
<OldToolsVersion>3.5</OldToolsVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="AssemblyInfo.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="HPG_68D\_2ToneForm\en.resx" />
|
||||
<EmbeddedResource Include="HPG_68D\_5ToneForm\en.resx" />
|
||||
<EmbeddedResource Include="HPG_68D\AboutForm\en.resx" />
|
||||
<EmbeddedResource Include="HPG_68D\BeepForm\en.resx" />
|
||||
<EmbeddedResource Include="HPG_68D\ChannelEditForm\en.resx" />
|
||||
<EmbeddedResource Include="HPG_68D\ChannelMsg\en.resx" />
|
||||
<EmbeddedResource Include="HPG_68D\ComForm\en.resx" />
|
||||
<EmbeddedResource Include="HPG_68D\DtmfForm\en.resx" />
|
||||
<EmbeddedResource Include="HPG_68D\InputPasswordForm\en.resx" />
|
||||
<EmbeddedResource Include="HPG_68D\MDIParent1\en.resx" />
|
||||
<EmbeddedResource Include="HPG_68D\MSCommReadForm\en.resx" />
|
||||
<EmbeddedResource Include="HPG_68D\MSCommWriteForm\en.resx" />
|
||||
<EmbeddedResource Include="HPG_68D\MsgForm\en.resx" />
|
||||
<EmbeddedResource Include="HPG_68D\PasswordForm\en.resx" />
|
||||
<EmbeddedResource Include="HPG_68D\RadioMsgForm\en.resx" />
|
||||
<EmbeddedResource Include="HPG_68D\ScanFuncMsgForm\en.resx" />
|
||||
<EmbeddedResource Include="HPG_68D\SofeMsgForm\en.resx" />
|
||||
<EmbeddedResource Include="HPG_68D\SOSMsgForm\en.resx" />
|
||||
<EmbeddedResource Include="HPG_68D\TypeFuncMsgForm\en.resx" />
|
||||
<EmbeddedResource Include="HPG_68D\TypeMsgForm\en.resx" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
</Project>
|
||||
20
HPG-68D.resources/HPG-68D.resources.sln
Normal file
20
HPG-68D.resources/HPG-68D.resources.sln
Normal file
@ -0,0 +1,20 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 10.00
|
||||
# Visual Studio 2008
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HPG-68D.resources", "HPG-68D.resources.csproj", "{8C21DBEE-193D-45EA-8EAD-06C77A14BA4E}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{8C21DBEE-193D-45EA-8EAD-06C77A14BA4E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{8C21DBEE-193D-45EA-8EAD-06C77A14BA4E}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{8C21DBEE-193D-45EA-8EAD-06C77A14BA4E}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{8C21DBEE-193D-45EA-8EAD-06C77A14BA4E}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
150
HPG-68D.resources/HPG_68D/AboutForm/en.resx
Normal file
150
HPG-68D.resources/HPG_68D/AboutForm/en.resx
Normal file
File diff suppressed because one or more lines are too long
327
HPG-68D.resources/HPG_68D/BeepForm/en.resx
Normal file
327
HPG-68D.resources/HPG_68D/BeepForm/en.resx
Normal file
File diff suppressed because one or more lines are too long
411
HPG-68D.resources/HPG_68D/ChannelEditForm/en.resx
Normal file
411
HPG-68D.resources/HPG_68D/ChannelEditForm/en.resx
Normal file
File diff suppressed because one or more lines are too long
196
HPG-68D.resources/HPG_68D/ChannelMsg/en.resx
Normal file
196
HPG-68D.resources/HPG_68D/ChannelMsg/en.resx
Normal file
File diff suppressed because one or more lines are too long
138
HPG-68D.resources/HPG_68D/ComForm/en.resx
Normal file
138
HPG-68D.resources/HPG_68D/ComForm/en.resx
Normal file
File diff suppressed because one or more lines are too long
315
HPG-68D.resources/HPG_68D/DtmfForm/en.resx
Normal file
315
HPG-68D.resources/HPG_68D/DtmfForm/en.resx
Normal file
File diff suppressed because one or more lines are too long
150
HPG-68D.resources/HPG_68D/InputPasswordForm/en.resx
Normal file
150
HPG-68D.resources/HPG_68D/InputPasswordForm/en.resx
Normal file
File diff suppressed because one or more lines are too long
498
HPG-68D.resources/HPG_68D/MDIParent1/en.resx
Normal file
498
HPG-68D.resources/HPG_68D/MDIParent1/en.resx
Normal file
File diff suppressed because one or more lines are too long
132
HPG-68D.resources/HPG_68D/MSCommReadForm/en.resx
Normal file
132
HPG-68D.resources/HPG_68D/MSCommReadForm/en.resx
Normal file
File diff suppressed because one or more lines are too long
132
HPG-68D.resources/HPG_68D/MSCommWriteForm/en.resx
Normal file
132
HPG-68D.resources/HPG_68D/MSCommWriteForm/en.resx
Normal file
File diff suppressed because one or more lines are too long
135
HPG-68D.resources/HPG_68D/MsgForm/en.resx
Normal file
135
HPG-68D.resources/HPG_68D/MsgForm/en.resx
Normal file
File diff suppressed because one or more lines are too long
234
HPG-68D.resources/HPG_68D/PasswordForm/en.resx
Normal file
234
HPG-68D.resources/HPG_68D/PasswordForm/en.resx
Normal file
File diff suppressed because one or more lines are too long
216
HPG-68D.resources/HPG_68D/RadioMsgForm/en.resx
Normal file
216
HPG-68D.resources/HPG_68D/RadioMsgForm/en.resx
Normal file
File diff suppressed because one or more lines are too long
261
HPG-68D.resources/HPG_68D/SOSMsgForm/en.resx
Normal file
261
HPG-68D.resources/HPG_68D/SOSMsgForm/en.resx
Normal file
File diff suppressed because one or more lines are too long
225
HPG-68D.resources/HPG_68D/ScanFuncMsgForm/en.resx
Normal file
225
HPG-68D.resources/HPG_68D/ScanFuncMsgForm/en.resx
Normal file
File diff suppressed because one or more lines are too long
381
HPG-68D.resources/HPG_68D/SofeMsgForm/en.resx
Normal file
381
HPG-68D.resources/HPG_68D/SofeMsgForm/en.resx
Normal file
File diff suppressed because one or more lines are too long
765
HPG-68D.resources/HPG_68D/TypeFuncMsgForm/en.resx
Normal file
765
HPG-68D.resources/HPG_68D/TypeFuncMsgForm/en.resx
Normal file
File diff suppressed because one or more lines are too long
354
HPG-68D.resources/HPG_68D/TypeMsgForm/en.resx
Normal file
354
HPG-68D.resources/HPG_68D/TypeMsgForm/en.resx
Normal file
@ -0,0 +1,354 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="ComboBox机型.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAACdAAAADwAAAAs=</value>
|
||||
</data>
|
||||
<data name="Label11.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAAAqAAAABQEAAAs=</value>
|
||||
</data>
|
||||
<data name="TextBoxTxBand_7.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAACdAAAAzAAAAAs=</value>
|
||||
</data>
|
||||
<data name="CheckBoxTxBand_4.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAAAVAAAAfgAAAAs=</value>
|
||||
</data>
|
||||
<data name="Label6.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAAAqAAAAfgAAAAs=</value>
|
||||
</data>
|
||||
<data name="TextBoxRxBand_6.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAACdAAAAbgEAAAs=</value>
|
||||
</data>
|
||||
<data name="Label13.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAAAqAAAAOwEAAAs=</value>
|
||||
</data>
|
||||
<data name="Label10.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAAAqAAAA6gAAAAs=</value>
|
||||
</data>
|
||||
<data name="$this.Text" xml:space="preserve">
|
||||
<value>Model Information</value>
|
||||
</data>
|
||||
<data name="TextBoxTxBand_4.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAACdAAAAewAAAAs=</value>
|
||||
</data>
|
||||
<data name="TextBoxRxBand_4.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAACdAAAAOAEAAAs=</value>
|
||||
</data>
|
||||
<data name="CheckBoxTxBand_7.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAAAVAAAAzwAAAAs=</value>
|
||||
</data>
|
||||
<data name="CheckBoxRxBand_2.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAAAVAAAABQEAAAs=</value>
|
||||
</data>
|
||||
<data name="TextBoxRxBand_7.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAACdAAAAiQEAAAs=</value>
|
||||
</data>
|
||||
<data name="Label9.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAAAqAAAAzwAAAAs=</value>
|
||||
</data>
|
||||
<data name="Label12.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAAAqAAAAIAEAAAs=</value>
|
||||
</data>
|
||||
<data name="CheckBoxRxBand_5.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAAAVAAAAVgEAAAs=</value>
|
||||
</data>
|
||||
<data name="TextBoxTxBand_6.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAACdAAAAsQAAAAs=</value>
|
||||
</data>
|
||||
<data name="CheckBoxTxBand_5.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAAAVAAAAmQAAAAs=</value>
|
||||
</data>
|
||||
<data name="Label8.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAAAqAAAAtAAAAAs=</value>
|
||||
</data>
|
||||
<data name="TextBoxRxBand_5.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAACdAAAAUwEAAAs=</value>
|
||||
</data>
|
||||
<data name="Label3.Size" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABNTeXN0ZW0uRHJhd2luZy5TaXplAgAAAAV3aWR0aAZoZWlnaHQAAAgIAgAAAHEAAAAMAAAACw==</value>
|
||||
</data>
|
||||
<data name="Label3.Text" xml:space="preserve">
|
||||
<value>TX Freqency Rang 1</value>
|
||||
</data>
|
||||
<data name="Label1.Text" xml:space="preserve">
|
||||
<value>Model Type</value>
|
||||
</data>
|
||||
<data name="Label1.Size" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABNTeXN0ZW0uRHJhd2luZy5TaXplAgAAAAV3aWR0aAZoZWlnaHQAAAgIAgAAAEEAAAAMAAAACw==</value>
|
||||
</data>
|
||||
<data name="Label1.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAAAsAAAAEgAAAAs=</value>
|
||||
</data>
|
||||
<data name="Label7.Size" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABNTeXN0ZW0uRHJhd2luZy5TaXplAgAAAAV3aWR0aAZoZWlnaHQAAAgIAgAAAHEAAAAMAAAACw==</value>
|
||||
</data>
|
||||
<data name="Label7.Text" xml:space="preserve">
|
||||
<value>TX Freqency Rang 5</value>
|
||||
</data>
|
||||
<data name="CheckBoxRxBand_7.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAAAVAAAAjAEAAAs=</value>
|
||||
</data>
|
||||
<data name="CheckBoxRxBand_4.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAAAVAAAAOwEAAAs=</value>
|
||||
</data>
|
||||
<data name="TextBoxTxBand_1.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAACdAAAAKgAAAAs=</value>
|
||||
</data>
|
||||
<data name="Label5.Text" xml:space="preserve">
|
||||
<value>TX Freqency Rang 3</value>
|
||||
</data>
|
||||
<data name="Label5.Size" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABNTeXN0ZW0uRHJhd2luZy5TaXplAgAAAAV3aWR0aAZoZWlnaHQAAAgIAgAAAHEAAAAMAAAACw==</value>
|
||||
</data>
|
||||
<data name="CheckBoxTxBand_2.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAAAVAAAASAAAAAs=</value>
|
||||
</data>
|
||||
<data name="Label6.Size" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABNTeXN0ZW0uRHJhd2luZy5TaXplAgAAAAV3aWR0aAZoZWlnaHQAAAgIAgAAAHEAAAAMAAAACw==</value>
|
||||
</data>
|
||||
<data name="Label6.Text" xml:space="preserve">
|
||||
<value>TX Freqency Rang 4</value>
|
||||
</data>
|
||||
<data name="Label4.Text" xml:space="preserve">
|
||||
<value>TX Freqency Rang 2</value>
|
||||
</data>
|
||||
<data name="Label4.Size" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABNTeXN0ZW0uRHJhd2luZy5TaXplAgAAAAV3aWR0aAZoZWlnaHQAAAgIAgAAAHEAAAAMAAAACw==</value>
|
||||
</data>
|
||||
<data name="Label9.Text" xml:space="preserve">
|
||||
<value>TX Freqency Rang 7</value>
|
||||
</data>
|
||||
<data name="Label9.Size" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABNTeXN0ZW0uRHJhd2luZy5TaXplAgAAAAV3aWR0aAZoZWlnaHQAAAgIAgAAAHEAAAAMAAAACw==</value>
|
||||
</data>
|
||||
<data name="Label15.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAAAqAAAAcQEAAAs=</value>
|
||||
</data>
|
||||
<data name="Label8.Text" xml:space="preserve">
|
||||
<value>TX Freqency Rang 6</value>
|
||||
</data>
|
||||
<data name="Label8.Size" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABNTeXN0ZW0uRHJhd2luZy5TaXplAgAAAAV3aWR0aAZoZWlnaHQAAAgIAgAAAHEAAAAMAAAACw==</value>
|
||||
</data>
|
||||
<data name="Button2.Text" xml:space="preserve">
|
||||
<value>Print</value>
|
||||
</data>
|
||||
<data name="Button3.Text" xml:space="preserve">
|
||||
<value>Help</value>
|
||||
</data>
|
||||
<data name="TextBoxTxBand_3.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAACdAAAAYAAAAAs=</value>
|
||||
</data>
|
||||
<data name="Button1.Text" xml:space="preserve">
|
||||
<value>Close</value>
|
||||
</data>
|
||||
<data name="Label3.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAAAqAAAALQAAAAs=</value>
|
||||
</data>
|
||||
<data name="Label14.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAAAqAAAAVgEAAAs=</value>
|
||||
</data>
|
||||
<data name="CheckBoxTxBand_3.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAAAVAAAAYwAAAAs=</value>
|
||||
</data>
|
||||
<data name="CheckBoxRxBand_6.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAAAVAAAAcQEAAAs=</value>
|
||||
</data>
|
||||
<data name="TextBoxRxBand_2.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAACdAAAAAgEAAAs=</value>
|
||||
</data>
|
||||
<data name="Label16.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAAAqAAAAjAEAAAs=</value>
|
||||
</data>
|
||||
<data name="TextBoxTxBand_2.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAACdAAAARQAAAAs=</value>
|
||||
</data>
|
||||
<data name="CheckBoxTxBand_1.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAAAVAAAALQAAAAs=</value>
|
||||
</data>
|
||||
<data name="TextBoxRxBand_3.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAACdAAAAHQEAAAs=</value>
|
||||
</data>
|
||||
<data name="Label5.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAAAqAAAAYwAAAAs=</value>
|
||||
</data>
|
||||
<data name="Label13.Size" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABNTeXN0ZW0uRHJhd2luZy5TaXplAgAAAAV3aWR0aAZoZWlnaHQAAAgIAgAAAHEAAAAMAAAACw==</value>
|
||||
</data>
|
||||
<data name="Label13.Text" xml:space="preserve">
|
||||
<value>RX Freqency Rang 4</value>
|
||||
</data>
|
||||
<data name="Label12.Text" xml:space="preserve">
|
||||
<value>RX Freqency Rang 3</value>
|
||||
</data>
|
||||
<data name="Label12.Size" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABNTeXN0ZW0uRHJhd2luZy5TaXplAgAAAAV3aWR0aAZoZWlnaHQAAAgIAgAAAHEAAAAMAAAACw==</value>
|
||||
</data>
|
||||
<data name="Label11.Text" xml:space="preserve">
|
||||
<value>RX Freqency Rang 2</value>
|
||||
</data>
|
||||
<data name="Label11.Size" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABNTeXN0ZW0uRHJhd2luZy5TaXplAgAAAAV3aWR0aAZoZWlnaHQAAAgIAgAAAHEAAAAMAAAACw==</value>
|
||||
</data>
|
||||
<data name="Label10.Text" xml:space="preserve">
|
||||
<value>RX Freqency Rang 1</value>
|
||||
</data>
|
||||
<data name="Label10.Size" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABNTeXN0ZW0uRHJhd2luZy5TaXplAgAAAAV3aWR0aAZoZWlnaHQAAAgIAgAAAHEAAAAMAAAACw==</value>
|
||||
</data>
|
||||
<data name="Label16.Size" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABNTeXN0ZW0uRHJhd2luZy5TaXplAgAAAAV3aWR0aAZoZWlnaHQAAAgIAgAAAHEAAAAMAAAACw==</value>
|
||||
</data>
|
||||
<data name="Label16.Text" xml:space="preserve">
|
||||
<value>RX Freqency Rang 7</value>
|
||||
</data>
|
||||
<data name="Label15.Size" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABNTeXN0ZW0uRHJhd2luZy5TaXplAgAAAAV3aWR0aAZoZWlnaHQAAAgIAgAAAHEAAAAMAAAACw==</value>
|
||||
</data>
|
||||
<data name="Label15.Text" xml:space="preserve">
|
||||
<value>RX Freqency Rang 6</value>
|
||||
</data>
|
||||
<data name="Label14.Text" xml:space="preserve">
|
||||
<value>RX Freqency Rang 5</value>
|
||||
</data>
|
||||
<data name="Label14.Size" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABNTeXN0ZW0uRHJhd2luZy5TaXplAgAAAAV3aWR0aAZoZWlnaHQAAAgIAgAAAHEAAAAMAAAACw==</value>
|
||||
</data>
|
||||
<data name="CheckBoxRxBand_1.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAAAVAAAA6gAAAAs=</value>
|
||||
</data>
|
||||
<data name="Label7.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAAAqAAAAmQAAAAs=</value>
|
||||
</data>
|
||||
<data name="Label4.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAAAqAAAASAAAAAs=</value>
|
||||
</data>
|
||||
<data name="TextBoxRxBand_1.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAACdAAAA5wAAAAs=</value>
|
||||
</data>
|
||||
<data name="CheckBoxRxBand_3.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAAAVAAAAIAEAAAs=</value>
|
||||
</data>
|
||||
<data name="TextBoxTxBand_5.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAACdAAAAlgAAAAs=</value>
|
||||
</data>
|
||||
<data name="CheckBoxTxBand_6.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAAAVAAAAtAAAAAs=</value>
|
||||
</data>
|
||||
</root>
|
||||
1639
HPG-68D.resources/HPG_68D/_2ToneForm/en.resx
Normal file
1639
HPG-68D.resources/HPG_68D/_2ToneForm/en.resx
Normal file
File diff suppressed because one or more lines are too long
609
HPG-68D.resources/HPG_68D/_5ToneForm/en.resx
Normal file
609
HPG-68D.resources/HPG_68D/_5ToneForm/en.resx
Normal file
File diff suppressed because one or more lines are too long
174
HPG-68D/AboutForm.cs
Normal file
174
HPG-68D/AboutForm.cs
Normal file
@ -0,0 +1,174 @@
|
||||
// Decompiled with JetBrains decompiler
|
||||
// Type: HPG_68D.AboutForm
|
||||
// Assembly: HPG-68D, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
||||
// MVID: 530C99A8-8EEF-42C8-8A74-66FDE7B322C3
|
||||
// Assembly location: C:\Program Files (x86)\HONGKAIDE\HPG-68D\HPG-68D.exe
|
||||
|
||||
using HPG_68D.My;
|
||||
using Microsoft.VisualBasic.CompilerServices;
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.ComponentModel;
|
||||
using System.Diagnostics;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Windows.Forms;
|
||||
|
||||
|
||||
namespace HPG_68D
|
||||
{
|
||||
[DesignerGenerated]
|
||||
public class AboutForm : Form
|
||||
{
|
||||
private static ArrayList __ENCList = new ArrayList();
|
||||
private IContainer components;
|
||||
[AccessedThroughProperty("PictureBox1")]
|
||||
private PictureBox _PictureBox1;
|
||||
[AccessedThroughProperty("Label1")]
|
||||
private Label _Label1;
|
||||
[AccessedThroughProperty("Label2")]
|
||||
private Label _Label2;
|
||||
[AccessedThroughProperty("Label版本")]
|
||||
private Label _Label版本;
|
||||
[AccessedThroughProperty("Button1")]
|
||||
private Button _Button1;
|
||||
[AccessedThroughProperty("Label发布时间")]
|
||||
private Label _Label发布时间;
|
||||
[AccessedThroughProperty("Label5")]
|
||||
private Label _Label5;
|
||||
|
||||
[DebuggerNonUserCode]
|
||||
static AboutForm()
|
||||
{
|
||||
}
|
||||
|
||||
[DebuggerNonUserCode]
|
||||
public AboutForm()
|
||||
{
|
||||
Load += AboutForm_Load;
|
||||
__ENCList.Add((object) new WeakReference((object) this));
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
[DebuggerNonUserCode]
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && components != null)
|
||||
components.Dispose();
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
[DebuggerStepThrough]
|
||||
private void InitializeComponent()
|
||||
{
|
||||
ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof (AboutForm));
|
||||
PictureBox1 = new PictureBox();
|
||||
Label1 = new Label();
|
||||
Label2 = new Label();
|
||||
Label版本 = new Label();
|
||||
Button1 = new Button();
|
||||
Label发布时间 = new Label();
|
||||
Label5 = new Label();
|
||||
((ISupportInitialize) PictureBox1).BeginInit();
|
||||
SuspendLayout();
|
||||
componentResourceManager.ApplyResources((object) PictureBox1, "PictureBox1");
|
||||
PictureBox1.Name = "PictureBox1";
|
||||
PictureBox1.TabStop = false;
|
||||
componentResourceManager.ApplyResources((object) Label1, "Label1");
|
||||
Label1.Name = "Label1";
|
||||
componentResourceManager.ApplyResources((object) Label2, "Label2");
|
||||
Label2.Name = "Label2";
|
||||
componentResourceManager.ApplyResources((object) Label版本, "Label版本");
|
||||
Label版本.Name = "Label版本";
|
||||
componentResourceManager.ApplyResources((object) Button1, "Button1");
|
||||
Button1.Name = "Button1";
|
||||
Button1.UseVisualStyleBackColor = true;
|
||||
componentResourceManager.ApplyResources((object) Label发布时间, "Label发布时间");
|
||||
Label发布时间.Name = "Label发布时间";
|
||||
componentResourceManager.ApplyResources((object) Label5, "Label5");
|
||||
Label5.Name = "Label5";
|
||||
componentResourceManager.ApplyResources((object) this, "$this");
|
||||
AutoScaleMode = AutoScaleMode.Font;
|
||||
Controls.Add((Control) Label5);
|
||||
Controls.Add((Control) Label发布时间);
|
||||
Controls.Add((Control) Button1);
|
||||
Controls.Add((Control) Label版本);
|
||||
Controls.Add((Control) Label2);
|
||||
Controls.Add((Control) Label1);
|
||||
Controls.Add((Control) PictureBox1);
|
||||
FormBorderStyle = FormBorderStyle.FixedDialog;
|
||||
MaximizeBox = false;
|
||||
MinimizeBox = false;
|
||||
Name = nameof (AboutForm);
|
||||
((ISupportInitialize) PictureBox1).EndInit();
|
||||
ResumeLayout(false);
|
||||
PerformLayout();
|
||||
}
|
||||
|
||||
internal virtual PictureBox PictureBox1
|
||||
{
|
||||
[DebuggerNonUserCode] get => _PictureBox1;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
_PictureBox1 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual Label Label1
|
||||
{
|
||||
[DebuggerNonUserCode] get => _Label1;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => _Label1 = value;
|
||||
}
|
||||
|
||||
internal virtual Label Label2
|
||||
{
|
||||
[DebuggerNonUserCode] get => _Label2;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => _Label2 = value;
|
||||
}
|
||||
|
||||
internal virtual Label Label版本
|
||||
{
|
||||
[DebuggerNonUserCode] get => _Label版本;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
_Label版本 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual Button Button1
|
||||
{
|
||||
[DebuggerNonUserCode] get => _Button1;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
if (_Button1 != null)
|
||||
_Button1.Click -= Button1_Click;
|
||||
_Button1 = value;
|
||||
if (_Button1 == null)
|
||||
return;
|
||||
_Button1.Click += Button1_Click;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual Label Label发布时间
|
||||
{
|
||||
[DebuggerNonUserCode] get => _Label发布时间;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
_Label发布时间 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual Label Label5
|
||||
{
|
||||
[DebuggerNonUserCode] get => _Label5;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => _Label5 = value;
|
||||
}
|
||||
|
||||
private void Button1_Click(object sender, EventArgs e) => Close();
|
||||
|
||||
private void AboutForm_Load(object sender, EventArgs e)
|
||||
{
|
||||
Label版本.Text = Operators.CompareString(publicva.Language, "zh-CN", false) != 0 ? "Version " + MyProject.Application.Info.Version.ToString() : "版本 " + MyProject.Application.Info.Version.ToString();
|
||||
Label发布时间.Text = MyProject.Application.Info.Description.ToString();
|
||||
}
|
||||
}
|
||||
}
|
||||
325
HPG-68D/AboutForm.resx
Normal file
325
HPG-68D/AboutForm.resx
Normal file
File diff suppressed because one or more lines are too long
13
HPG-68D/AssemblyInfo.cs
Normal file
13
HPG-68D/AssemblyInfo.cs
Normal file
@ -0,0 +1,13 @@
|
||||
using System.Reflection;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||
[assembly: AssemblyCopyright("版权所有 (C) 厦门鸿凯德信息科技有限公司 2016")]
|
||||
[assembly: AssemblyProduct("HPG-68D")]
|
||||
[assembly: ComVisible(false)]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: Guid("6d86ebdb-02d1-4d35-8f05-f665fe9621de")]
|
||||
[assembly: AssemblyCompany("厦门鸿凯德信息科技有限公司")]
|
||||
[assembly: AssemblyDescription("2016-07-14")]
|
||||
[assembly: AssemblyTitle("HPG-68D")]
|
||||
[assembly: AssemblyVersion("1.0.0.0")]
|
||||
174
HPG-68D/Backup/AboutForm.cs
Normal file
174
HPG-68D/Backup/AboutForm.cs
Normal file
@ -0,0 +1,174 @@
|
||||
// Decompiled with JetBrains decompiler
|
||||
// Type: HPG_68D.AboutForm
|
||||
// Assembly: HPG-68D, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
||||
// MVID: 530C99A8-8EEF-42C8-8A74-66FDE7B322C3
|
||||
// Assembly location: C:\Program Files (x86)\HONGKAIDE\HPG-68D\HPG-68D.exe
|
||||
|
||||
using HPG_68D.My;
|
||||
using Microsoft.VisualBasic.CompilerServices;
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.ComponentModel;
|
||||
using System.Diagnostics;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Windows.Forms;
|
||||
|
||||
|
||||
namespace HPG_68D
|
||||
{
|
||||
[DesignerGenerated]
|
||||
public class AboutForm : Form
|
||||
{
|
||||
private static ArrayList __ENCList = new ArrayList();
|
||||
private IContainer components;
|
||||
[AccessedThroughProperty("PictureBox1")]
|
||||
private PictureBox _PictureBox1;
|
||||
[AccessedThroughProperty("Label1")]
|
||||
private Label _Label1;
|
||||
[AccessedThroughProperty("Label2")]
|
||||
private Label _Label2;
|
||||
[AccessedThroughProperty("Label版本")]
|
||||
private Label _Label版本;
|
||||
[AccessedThroughProperty("Button1")]
|
||||
private Button _Button1;
|
||||
[AccessedThroughProperty("Label发布时间")]
|
||||
private Label _Label发布时间;
|
||||
[AccessedThroughProperty("Label5")]
|
||||
private Label _Label5;
|
||||
|
||||
[DebuggerNonUserCode]
|
||||
static AboutForm()
|
||||
{
|
||||
}
|
||||
|
||||
[DebuggerNonUserCode]
|
||||
public AboutForm()
|
||||
{
|
||||
this.Load += new EventHandler(this.AboutForm_Load);
|
||||
AboutForm.__ENCList.Add((object) new WeakReference((object) this));
|
||||
this.InitializeComponent();
|
||||
}
|
||||
|
||||
[DebuggerNonUserCode]
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && this.components != null)
|
||||
this.components.Dispose();
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
[DebuggerStepThrough]
|
||||
private void InitializeComponent()
|
||||
{
|
||||
ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof (AboutForm));
|
||||
this.PictureBox1 = new PictureBox();
|
||||
this.Label1 = new Label();
|
||||
this.Label2 = new Label();
|
||||
this.Label版本 = new Label();
|
||||
this.Button1 = new Button();
|
||||
this.Label发布时间 = new Label();
|
||||
this.Label5 = new Label();
|
||||
((ISupportInitialize) this.PictureBox1).BeginInit();
|
||||
this.SuspendLayout();
|
||||
componentResourceManager.ApplyResources((object) this.PictureBox1, "PictureBox1");
|
||||
this.PictureBox1.Name = "PictureBox1";
|
||||
this.PictureBox1.TabStop = false;
|
||||
componentResourceManager.ApplyResources((object) this.Label1, "Label1");
|
||||
this.Label1.Name = "Label1";
|
||||
componentResourceManager.ApplyResources((object) this.Label2, "Label2");
|
||||
this.Label2.Name = "Label2";
|
||||
componentResourceManager.ApplyResources((object) this.Label版本, "Label版本");
|
||||
this.Label版本.Name = "Label版本";
|
||||
componentResourceManager.ApplyResources((object) this.Button1, "Button1");
|
||||
this.Button1.Name = "Button1";
|
||||
this.Button1.UseVisualStyleBackColor = true;
|
||||
componentResourceManager.ApplyResources((object) this.Label发布时间, "Label发布时间");
|
||||
this.Label发布时间.Name = "Label发布时间";
|
||||
componentResourceManager.ApplyResources((object) this.Label5, "Label5");
|
||||
this.Label5.Name = "Label5";
|
||||
componentResourceManager.ApplyResources((object) this, "$this");
|
||||
this.AutoScaleMode = AutoScaleMode.Font;
|
||||
this.Controls.Add((Control) this.Label5);
|
||||
this.Controls.Add((Control) this.Label发布时间);
|
||||
this.Controls.Add((Control) this.Button1);
|
||||
this.Controls.Add((Control) this.Label版本);
|
||||
this.Controls.Add((Control) this.Label2);
|
||||
this.Controls.Add((Control) this.Label1);
|
||||
this.Controls.Add((Control) this.PictureBox1);
|
||||
this.FormBorderStyle = FormBorderStyle.FixedDialog;
|
||||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
this.Name = nameof (AboutForm);
|
||||
((ISupportInitialize) this.PictureBox1).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
}
|
||||
|
||||
internal virtual PictureBox PictureBox1
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._PictureBox1;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._PictureBox1 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual Label Label1
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Label1;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._Label1 = value;
|
||||
}
|
||||
|
||||
internal virtual Label Label2
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Label2;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._Label2 = value;
|
||||
}
|
||||
|
||||
internal virtual Label Label版本
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Label版本;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._Label版本 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual Button Button1
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Button1;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
if (this._Button1 != null)
|
||||
this._Button1.Click -= new EventHandler(this.Button1_Click);
|
||||
this._Button1 = value;
|
||||
if (this._Button1 == null)
|
||||
return;
|
||||
this._Button1.Click += new EventHandler(this.Button1_Click);
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual Label Label发布时间
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Label发布时间;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._Label发布时间 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual Label Label5
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Label5;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._Label5 = value;
|
||||
}
|
||||
|
||||
private void Button1_Click(object sender, EventArgs e) => this.Close();
|
||||
|
||||
private void AboutForm_Load(object sender, EventArgs e)
|
||||
{
|
||||
this.Label版本.Text = Operators.CompareString(publicva.Language, "zh-CN", false) != 0 ? "Version " + MyProject.Application.Info.Version.ToString() : "版本 " + MyProject.Application.Info.Version.ToString();
|
||||
this.Label发布时间.Text = MyProject.Application.Info.Description.ToString();
|
||||
}
|
||||
}
|
||||
}
|
||||
325
HPG-68D/Backup/AboutForm.resx
Normal file
325
HPG-68D/Backup/AboutForm.resx
Normal file
File diff suppressed because one or more lines are too long
10
HPG-68D/Backup/AssemblyInfo(2).cs
Normal file
10
HPG-68D/Backup/AssemblyInfo(2).cs
Normal file
@ -0,0 +1,10 @@
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyTitle("HPG-68D")]
|
||||
[assembly: AssemblyDescription("2016-07-14")]
|
||||
[assembly: AssemblyCompany("厦门鸿凯德信息科技有限公司")]
|
||||
[assembly: AssemblyProduct("HPG-68D")]
|
||||
[assembly: AssemblyCopyright("版权所有 (C) 厦门鸿凯德信息科技有限公司 2016")]
|
||||
[assembly: AssemblyTrademark(null)]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||
[assembly: AssemblyVersion("1.0.0.0")]
|
||||
13
HPG-68D/Backup/AssemblyInfo.cs
Normal file
13
HPG-68D/Backup/AssemblyInfo.cs
Normal file
@ -0,0 +1,13 @@
|
||||
using System.Reflection;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||
[assembly: AssemblyCopyright("版权所有 (C) 厦门鸿凯德信息科技有限公司 2016")]
|
||||
[assembly: AssemblyProduct("HPG-68D")]
|
||||
[assembly: ComVisible(false)]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: Guid("6d86ebdb-02d1-4d35-8f05-f665fe9621de")]
|
||||
[assembly: AssemblyCompany("厦门鸿凯德信息科技有限公司")]
|
||||
[assembly: AssemblyDescription("2016-07-14")]
|
||||
[assembly: AssemblyTitle("HPG-68D")]
|
||||
[assembly: AssemblyVersion("1.0.0.0")]
|
||||
4655
HPG-68D/Backup/BeepForm.cs
Normal file
4655
HPG-68D/Backup/BeepForm.cs
Normal file
File diff suppressed because it is too large
Load Diff
7726
HPG-68D/Backup/BeepForm.resx
Normal file
7726
HPG-68D/Backup/BeepForm.resx
Normal file
File diff suppressed because one or more lines are too long
3231
HPG-68D/Backup/ChannelEditForm.cs
Normal file
3231
HPG-68D/Backup/ChannelEditForm.cs
Normal file
File diff suppressed because it is too large
Load Diff
4798
HPG-68D/Backup/ChannelEditForm.resx
Normal file
4798
HPG-68D/Backup/ChannelEditForm.resx
Normal file
File diff suppressed because one or more lines are too long
1222
HPG-68D/Backup/ChannelMsg.cs
Normal file
1222
HPG-68D/Backup/ChannelMsg.cs
Normal file
File diff suppressed because it is too large
Load Diff
433
HPG-68D/Backup/ChannelMsg.resx
Normal file
433
HPG-68D/Backup/ChannelMsg.resx
Normal file
File diff suppressed because one or more lines are too long
202
HPG-68D/Backup/ComForm.cs
Normal file
202
HPG-68D/Backup/ComForm.cs
Normal file
@ -0,0 +1,202 @@
|
||||
// Decompiled with JetBrains decompiler
|
||||
// Type: HPG_68D.ComForm
|
||||
// Assembly: HPG-68D, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
||||
// MVID: 530C99A8-8EEF-42C8-8A74-66FDE7B322C3
|
||||
// Assembly location: C:\Program Files (x86)\HONGKAIDE\HPG-68D\HPG-68D.exe
|
||||
|
||||
using HPG_68D.My;
|
||||
using Microsoft.VisualBasic.CompilerServices;
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Diagnostics;
|
||||
using System.Drawing;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Windows.Forms;
|
||||
|
||||
|
||||
namespace HPG_68D
|
||||
{
|
||||
[DesignerGenerated]
|
||||
public class ComForm : Form
|
||||
{
|
||||
private static ArrayList __ENCList = new ArrayList();
|
||||
private IContainer components;
|
||||
[AccessedThroughProperty("Button2")]
|
||||
private Button _Button2;
|
||||
[AccessedThroughProperty("Button1")]
|
||||
private Button _Button1;
|
||||
[AccessedThroughProperty("ComboBox1")]
|
||||
private ComboBox _ComboBox1;
|
||||
[AccessedThroughProperty("Label1")]
|
||||
private Label _Label1;
|
||||
|
||||
[DebuggerNonUserCode]
|
||||
static ComForm()
|
||||
{
|
||||
}
|
||||
|
||||
[DebuggerNonUserCode]
|
||||
public ComForm()
|
||||
{
|
||||
this.Load += new EventHandler(this.ComForm_Load);
|
||||
ComForm.__ENCList.Add((object) new WeakReference((object) this));
|
||||
this.InitializeComponent();
|
||||
}
|
||||
|
||||
[DebuggerNonUserCode]
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && this.components != null)
|
||||
this.components.Dispose();
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
[DebuggerStepThrough]
|
||||
private void InitializeComponent()
|
||||
{
|
||||
ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof (ComForm));
|
||||
this.Button2 = new Button();
|
||||
this.Button1 = new Button();
|
||||
this.ComboBox1 = new ComboBox();
|
||||
this.Label1 = new Label();
|
||||
this.SuspendLayout();
|
||||
this.Button2.AccessibleDescription = (string) null;
|
||||
this.Button2.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.Button2, "Button2");
|
||||
this.Button2.BackgroundImage = (Image) null;
|
||||
this.Button2.Font = (Font) null;
|
||||
this.Button2.Name = "Button2";
|
||||
this.Button2.UseVisualStyleBackColor = true;
|
||||
this.Button1.AccessibleDescription = (string) null;
|
||||
this.Button1.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.Button1, "Button1");
|
||||
this.Button1.BackgroundImage = (Image) null;
|
||||
this.Button1.Font = (Font) null;
|
||||
this.Button1.Name = "Button1";
|
||||
this.Button1.UseVisualStyleBackColor = true;
|
||||
this.ComboBox1.AccessibleDescription = (string) null;
|
||||
this.ComboBox1.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.ComboBox1, "ComboBox1");
|
||||
this.ComboBox1.BackgroundImage = (Image) null;
|
||||
this.ComboBox1.DropDownStyle = ComboBoxStyle.DropDownList;
|
||||
this.ComboBox1.Font = (Font) null;
|
||||
this.ComboBox1.FormattingEnabled = true;
|
||||
this.ComboBox1.Name = "ComboBox1";
|
||||
this.Label1.AccessibleDescription = (string) null;
|
||||
this.Label1.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.Label1, "Label1");
|
||||
this.Label1.Font = (Font) null;
|
||||
this.Label1.Name = "Label1";
|
||||
this.AccessibleDescription = (string) null;
|
||||
this.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this, "$this");
|
||||
this.AutoScaleMode = AutoScaleMode.Font;
|
||||
this.BackgroundImage = (Image) null;
|
||||
this.Controls.Add((Control) this.Button2);
|
||||
this.Controls.Add((Control) this.Button1);
|
||||
this.Controls.Add((Control) this.ComboBox1);
|
||||
this.Controls.Add((Control) this.Label1);
|
||||
this.Font = (Font) null;
|
||||
this.FormBorderStyle = FormBorderStyle.FixedDialog;
|
||||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
this.Name = nameof (ComForm);
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
}
|
||||
|
||||
internal virtual Button Button2
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Button2;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
if (this._Button2 != null)
|
||||
this._Button2.Click -= new EventHandler(this.Button2_Click);
|
||||
this._Button2 = value;
|
||||
if (this._Button2 == null)
|
||||
return;
|
||||
this._Button2.Click += new EventHandler(this.Button2_Click);
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual Button Button1
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Button1;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
if (this._Button1 != null)
|
||||
this._Button1.Click -= new EventHandler(this.Button1_Click);
|
||||
this._Button1 = value;
|
||||
if (this._Button1 == null)
|
||||
return;
|
||||
this._Button1.Click += new EventHandler(this.Button1_Click);
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual ComboBox ComboBox1
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._ComboBox1;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
if (this._ComboBox1 != null)
|
||||
this._ComboBox1.MouseClick -= new MouseEventHandler(this.ComboBox1_MouseClick);
|
||||
this._ComboBox1 = value;
|
||||
if (this._ComboBox1 == null)
|
||||
return;
|
||||
this._ComboBox1.MouseClick += new MouseEventHandler(this.ComboBox1_MouseClick);
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual Label Label1
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Label1;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._Label1 = value;
|
||||
}
|
||||
|
||||
private void ComForm_Load(object sender, EventArgs e)
|
||||
{
|
||||
this.ComboBox1.SelectedIndex = checked ((int) publicva.COM_SelectIndex);
|
||||
if (Operators.CompareString(publicva.Language, "zh-CN", false) == 0)
|
||||
this.Label1.Text = "通信端口";
|
||||
else
|
||||
this.Label1.Text = "Port";
|
||||
}
|
||||
|
||||
private void ComboBox1_MouseClick(object sender, MouseEventArgs e)
|
||||
{
|
||||
int selectedIndex = this.ComboBox1.SelectedIndex;
|
||||
this.ComboBox1.Items.Clear();
|
||||
this.GetSerialPortNames();
|
||||
if (-1 == this.ComboBox1.FindString(this.ComboBox1.Text))
|
||||
this.ComboBox1.SelectedIndex = 0;
|
||||
else
|
||||
this.ComboBox1.SelectedIndex = selectedIndex;
|
||||
}
|
||||
|
||||
private void Button1_Click(object sender, EventArgs e) => this.Close();
|
||||
|
||||
public void GetSerialPortNames()
|
||||
{
|
||||
try
|
||||
{
|
||||
foreach (object serialPortName in MyProject.Computer.Ports.SerialPortNames)
|
||||
this.ComboBox1.Items.Add(serialPortName);
|
||||
}
|
||||
finally
|
||||
{
|
||||
}
|
||||
if (this.ComboBox1.Items.Count >= 1)
|
||||
return;
|
||||
this.ComboBox1.Items.Add((object) "COM1");
|
||||
}
|
||||
|
||||
private void Button2_Click(object sender, EventArgs e)
|
||||
{
|
||||
publicva.COM_SelectIndex = checked ((uint) this.ComboBox1.SelectedIndex);
|
||||
MyProject.Forms.MDIParent1.SerialPort1.PortName = this.ComboBox1.Text;
|
||||
this.Close();
|
||||
}
|
||||
}
|
||||
}
|
||||
238
HPG-68D/Backup/ComForm.resx
Normal file
238
HPG-68D/Backup/ComForm.resx
Normal file
File diff suppressed because one or more lines are too long
1462
HPG-68D/Backup/DtmfForm.cs
Normal file
1462
HPG-68D/Backup/DtmfForm.cs
Normal file
File diff suppressed because it is too large
Load Diff
1948
HPG-68D/Backup/DtmfForm.resx
Normal file
1948
HPG-68D/Backup/DtmfForm.resx
Normal file
File diff suppressed because one or more lines are too long
95
HPG-68D/Backup/HPG-68D.csproj
Normal file
95
HPG-68D/Backup/HPG-68D.csproj
Normal file
@ -0,0 +1,95 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<!--Project was exported from assembly: C:\Program Files (x86)\HONGKAIDE\HPG-68D\HPG-68D.exe-->
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProjectGuid>{761C095A-01C0-445E-891B-951A94D4A5D7}</ProjectGuid>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<AssemblyName>HPG-68D</AssemblyName>
|
||||
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
||||
<ApplicationVersion>1.0.0.0</ApplicationVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<RootNamespace>HPG_68D</RootNamespace>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Microsoft.VisualBasic" />
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Drawing" />
|
||||
<Reference Include="System.Windows.Forms" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="_2ToneForm.cs" />
|
||||
<Compile Include="_5ToneForm.cs" />
|
||||
<Compile Include="AboutForm.cs" />
|
||||
<Compile Include="BeepForm.cs" />
|
||||
<Compile Include="ChannelEditForm.cs" />
|
||||
<Compile Include="ChannelMsg.cs" />
|
||||
<Compile Include="ComForm.cs" />
|
||||
<Compile Include="DtmfForm.cs" />
|
||||
<Compile Include="InputPasswordForm.cs" />
|
||||
<Compile Include="MDIParent1.cs" />
|
||||
<Compile Include="publicva.cs" />
|
||||
<Compile Include="LanguageHelper.cs" />
|
||||
<Compile Include="MSCommReadForm.cs" />
|
||||
<Compile Include="MSCommWriteForm.cs" />
|
||||
<Compile Include="MsgForm.cs" />
|
||||
<Compile Include="PasswordForm.cs" />
|
||||
<Compile Include="RadioMsgForm.cs" />
|
||||
<Compile Include="ScanFuncMsgForm.cs" />
|
||||
<Compile Include="SofeMsgForm.cs" />
|
||||
<Compile Include="SOSMsgForm.cs" />
|
||||
<Compile Include="TypeFuncMsgForm.cs" />
|
||||
<Compile Include="TypeMsgForm.cs" />
|
||||
<Compile Include="My\MyApplication.cs" />
|
||||
<Compile Include="My\MyComputer.cs" />
|
||||
<Compile Include="My\MyProject.cs" />
|
||||
<Compile Include="My\MySettings.cs" />
|
||||
<Compile Include="My\MySettingsProperty.cs" />
|
||||
<Compile Include="My\Resources\Resources.cs" />
|
||||
<Compile Include="AssemblyInfo.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="_2ToneForm.resx" />
|
||||
<EmbeddedResource Include="_5ToneForm.resx" />
|
||||
<EmbeddedResource Include="AboutForm.resx" />
|
||||
<EmbeddedResource Include="BeepForm.resx" />
|
||||
<EmbeddedResource Include="ChannelEditForm.resx" />
|
||||
<EmbeddedResource Include="ChannelMsg.resx" />
|
||||
<EmbeddedResource Include="ComForm.resx" />
|
||||
<EmbeddedResource Include="DtmfForm.resx" />
|
||||
<EmbeddedResource Include="InputPasswordForm.resx" />
|
||||
<EmbeddedResource Include="MDIParent1.resx" />
|
||||
<EmbeddedResource Include="MSCommReadForm.resx" />
|
||||
<EmbeddedResource Include="MSCommWriteForm.resx" />
|
||||
<EmbeddedResource Include="MsgForm.resx" />
|
||||
<EmbeddedResource Include="PasswordForm.resx" />
|
||||
<EmbeddedResource Include="RadioMsgForm.resx" />
|
||||
<EmbeddedResource Include="Resources.resx" />
|
||||
<EmbeddedResource Include="ScanFuncMsgForm.resx" />
|
||||
<EmbeddedResource Include="SofeMsgForm.resx" />
|
||||
<EmbeddedResource Include="SOSMsgForm.resx" />
|
||||
<EmbeddedResource Include="TypeFuncMsgForm.resx" />
|
||||
<EmbeddedResource Include="TypeMsgForm.resx" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
</Project>
|
||||
59
HPG-68D/Backup/HPG-68D.resources.csproj
Normal file
59
HPG-68D/Backup/HPG-68D.resources.csproj
Normal file
@ -0,0 +1,59 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<!--Project was exported from assembly: C:\Program Files (x86)\HONGKAIDE\HPG-68D\en\HPG-68D.resources.dll-->
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProjectGuid>{8C21DBEE-193D-45EA-8EAD-06C77A14BA4E}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<AssemblyName>HPG-68D.resources</AssemblyName>
|
||||
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
||||
<ApplicationVersion>1.0.0.0</ApplicationVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="AssemblyInfo.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="HPG_68D\_2ToneForm\en.resx" />
|
||||
<EmbeddedResource Include="HPG_68D\_5ToneForm\en.resx" />
|
||||
<EmbeddedResource Include="HPG_68D\AboutForm\en.resx" />
|
||||
<EmbeddedResource Include="HPG_68D\BeepForm\en.resx" />
|
||||
<EmbeddedResource Include="HPG_68D\ChannelEditForm\en.resx" />
|
||||
<EmbeddedResource Include="HPG_68D\ChannelMsg\en.resx" />
|
||||
<EmbeddedResource Include="HPG_68D\ComForm\en.resx" />
|
||||
<EmbeddedResource Include="HPG_68D\DtmfForm\en.resx" />
|
||||
<EmbeddedResource Include="HPG_68D\InputPasswordForm\en.resx" />
|
||||
<EmbeddedResource Include="HPG_68D\MDIParent1\en.resx" />
|
||||
<EmbeddedResource Include="HPG_68D\MSCommReadForm\en.resx" />
|
||||
<EmbeddedResource Include="HPG_68D\MSCommWriteForm\en.resx" />
|
||||
<EmbeddedResource Include="HPG_68D\MsgForm\en.resx" />
|
||||
<EmbeddedResource Include="HPG_68D\PasswordForm\en.resx" />
|
||||
<EmbeddedResource Include="HPG_68D\RadioMsgForm\en.resx" />
|
||||
<EmbeddedResource Include="HPG_68D\ScanFuncMsgForm\en.resx" />
|
||||
<EmbeddedResource Include="HPG_68D\SofeMsgForm\en.resx" />
|
||||
<EmbeddedResource Include="HPG_68D\SOSMsgForm\en.resx" />
|
||||
<EmbeddedResource Include="HPG_68D\TypeFuncMsgForm\en.resx" />
|
||||
<EmbeddedResource Include="HPG_68D\TypeMsgForm\en.resx" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
</Project>
|
||||
26
HPG-68D/Backup/HPG-68D.sln
Normal file
26
HPG-68D/Backup/HPG-68D.sln
Normal file
@ -0,0 +1,26 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 10.00
|
||||
# Visual Studio 2008
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HPG-68D", "HPG-68D.csproj", "{761C095A-01C0-445E-891B-951A94D4A5D7}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HPG-68D.resources", "..\HPG-68D.resources\HPG-68D.resources.csproj", "{8C21DBEE-193D-45EA-8EAD-06C77A14BA4E}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{761C095A-01C0-445E-891B-951A94D4A5D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{761C095A-01C0-445E-891B-951A94D4A5D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{761C095A-01C0-445E-891B-951A94D4A5D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{761C095A-01C0-445E-891B-951A94D4A5D7}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{8C21DBEE-193D-45EA-8EAD-06C77A14BA4E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{8C21DBEE-193D-45EA-8EAD-06C77A14BA4E}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{8C21DBEE-193D-45EA-8EAD-06C77A14BA4E}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{8C21DBEE-193D-45EA-8EAD-06C77A14BA4E}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
150
HPG-68D/Backup/HPG_68D/AboutForm/en.resx
Normal file
150
HPG-68D/Backup/HPG_68D/AboutForm/en.resx
Normal file
File diff suppressed because one or more lines are too long
327
HPG-68D/Backup/HPG_68D/BeepForm/en.resx
Normal file
327
HPG-68D/Backup/HPG_68D/BeepForm/en.resx
Normal file
File diff suppressed because one or more lines are too long
411
HPG-68D/Backup/HPG_68D/ChannelEditForm/en.resx
Normal file
411
HPG-68D/Backup/HPG_68D/ChannelEditForm/en.resx
Normal file
File diff suppressed because one or more lines are too long
196
HPG-68D/Backup/HPG_68D/ChannelMsg/en.resx
Normal file
196
HPG-68D/Backup/HPG_68D/ChannelMsg/en.resx
Normal file
File diff suppressed because one or more lines are too long
138
HPG-68D/Backup/HPG_68D/ComForm/en.resx
Normal file
138
HPG-68D/Backup/HPG_68D/ComForm/en.resx
Normal file
File diff suppressed because one or more lines are too long
315
HPG-68D/Backup/HPG_68D/DtmfForm/en.resx
Normal file
315
HPG-68D/Backup/HPG_68D/DtmfForm/en.resx
Normal file
File diff suppressed because one or more lines are too long
150
HPG-68D/Backup/HPG_68D/InputPasswordForm/en.resx
Normal file
150
HPG-68D/Backup/HPG_68D/InputPasswordForm/en.resx
Normal file
File diff suppressed because one or more lines are too long
498
HPG-68D/Backup/HPG_68D/MDIParent1/en.resx
Normal file
498
HPG-68D/Backup/HPG_68D/MDIParent1/en.resx
Normal file
File diff suppressed because one or more lines are too long
132
HPG-68D/Backup/HPG_68D/MSCommReadForm/en.resx
Normal file
132
HPG-68D/Backup/HPG_68D/MSCommReadForm/en.resx
Normal file
File diff suppressed because one or more lines are too long
132
HPG-68D/Backup/HPG_68D/MSCommWriteForm/en.resx
Normal file
132
HPG-68D/Backup/HPG_68D/MSCommWriteForm/en.resx
Normal file
File diff suppressed because one or more lines are too long
135
HPG-68D/Backup/HPG_68D/MsgForm/en.resx
Normal file
135
HPG-68D/Backup/HPG_68D/MsgForm/en.resx
Normal file
File diff suppressed because one or more lines are too long
234
HPG-68D/Backup/HPG_68D/PasswordForm/en.resx
Normal file
234
HPG-68D/Backup/HPG_68D/PasswordForm/en.resx
Normal file
File diff suppressed because one or more lines are too long
216
HPG-68D/Backup/HPG_68D/RadioMsgForm/en.resx
Normal file
216
HPG-68D/Backup/HPG_68D/RadioMsgForm/en.resx
Normal file
File diff suppressed because one or more lines are too long
261
HPG-68D/Backup/HPG_68D/SOSMsgForm/en.resx
Normal file
261
HPG-68D/Backup/HPG_68D/SOSMsgForm/en.resx
Normal file
File diff suppressed because one or more lines are too long
225
HPG-68D/Backup/HPG_68D/ScanFuncMsgForm/en.resx
Normal file
225
HPG-68D/Backup/HPG_68D/ScanFuncMsgForm/en.resx
Normal file
File diff suppressed because one or more lines are too long
381
HPG-68D/Backup/HPG_68D/SofeMsgForm/en.resx
Normal file
381
HPG-68D/Backup/HPG_68D/SofeMsgForm/en.resx
Normal file
File diff suppressed because one or more lines are too long
765
HPG-68D/Backup/HPG_68D/TypeFuncMsgForm/en.resx
Normal file
765
HPG-68D/Backup/HPG_68D/TypeFuncMsgForm/en.resx
Normal file
File diff suppressed because one or more lines are too long
354
HPG-68D/Backup/HPG_68D/TypeMsgForm/en.resx
Normal file
354
HPG-68D/Backup/HPG_68D/TypeMsgForm/en.resx
Normal file
@ -0,0 +1,354 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="ComboBox机型.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAACdAAAADwAAAAs=</value>
|
||||
</data>
|
||||
<data name="Label11.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAAAqAAAABQEAAAs=</value>
|
||||
</data>
|
||||
<data name="TextBoxTxBand_7.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAACdAAAAzAAAAAs=</value>
|
||||
</data>
|
||||
<data name="CheckBoxTxBand_4.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAAAVAAAAfgAAAAs=</value>
|
||||
</data>
|
||||
<data name="Label6.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAAAqAAAAfgAAAAs=</value>
|
||||
</data>
|
||||
<data name="TextBoxRxBand_6.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAACdAAAAbgEAAAs=</value>
|
||||
</data>
|
||||
<data name="Label13.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAAAqAAAAOwEAAAs=</value>
|
||||
</data>
|
||||
<data name="Label10.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAAAqAAAA6gAAAAs=</value>
|
||||
</data>
|
||||
<data name="$this.Text" xml:space="preserve">
|
||||
<value>Model Information</value>
|
||||
</data>
|
||||
<data name="TextBoxTxBand_4.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAACdAAAAewAAAAs=</value>
|
||||
</data>
|
||||
<data name="TextBoxRxBand_4.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAACdAAAAOAEAAAs=</value>
|
||||
</data>
|
||||
<data name="CheckBoxTxBand_7.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAAAVAAAAzwAAAAs=</value>
|
||||
</data>
|
||||
<data name="CheckBoxRxBand_2.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAAAVAAAABQEAAAs=</value>
|
||||
</data>
|
||||
<data name="TextBoxRxBand_7.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAACdAAAAiQEAAAs=</value>
|
||||
</data>
|
||||
<data name="Label9.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAAAqAAAAzwAAAAs=</value>
|
||||
</data>
|
||||
<data name="Label12.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAAAqAAAAIAEAAAs=</value>
|
||||
</data>
|
||||
<data name="CheckBoxRxBand_5.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAAAVAAAAVgEAAAs=</value>
|
||||
</data>
|
||||
<data name="TextBoxTxBand_6.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAACdAAAAsQAAAAs=</value>
|
||||
</data>
|
||||
<data name="CheckBoxTxBand_5.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAAAVAAAAmQAAAAs=</value>
|
||||
</data>
|
||||
<data name="Label8.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAAAqAAAAtAAAAAs=</value>
|
||||
</data>
|
||||
<data name="TextBoxRxBand_5.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAACdAAAAUwEAAAs=</value>
|
||||
</data>
|
||||
<data name="Label3.Size" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABNTeXN0ZW0uRHJhd2luZy5TaXplAgAAAAV3aWR0aAZoZWlnaHQAAAgIAgAAAHEAAAAMAAAACw==</value>
|
||||
</data>
|
||||
<data name="Label3.Text" xml:space="preserve">
|
||||
<value>TX Freqency Rang 1</value>
|
||||
</data>
|
||||
<data name="Label1.Text" xml:space="preserve">
|
||||
<value>Model Type</value>
|
||||
</data>
|
||||
<data name="Label1.Size" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABNTeXN0ZW0uRHJhd2luZy5TaXplAgAAAAV3aWR0aAZoZWlnaHQAAAgIAgAAAEEAAAAMAAAACw==</value>
|
||||
</data>
|
||||
<data name="Label1.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAAAsAAAAEgAAAAs=</value>
|
||||
</data>
|
||||
<data name="Label7.Size" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABNTeXN0ZW0uRHJhd2luZy5TaXplAgAAAAV3aWR0aAZoZWlnaHQAAAgIAgAAAHEAAAAMAAAACw==</value>
|
||||
</data>
|
||||
<data name="Label7.Text" xml:space="preserve">
|
||||
<value>TX Freqency Rang 5</value>
|
||||
</data>
|
||||
<data name="CheckBoxRxBand_7.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAAAVAAAAjAEAAAs=</value>
|
||||
</data>
|
||||
<data name="CheckBoxRxBand_4.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAAAVAAAAOwEAAAs=</value>
|
||||
</data>
|
||||
<data name="TextBoxTxBand_1.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAACdAAAAKgAAAAs=</value>
|
||||
</data>
|
||||
<data name="Label5.Text" xml:space="preserve">
|
||||
<value>TX Freqency Rang 3</value>
|
||||
</data>
|
||||
<data name="Label5.Size" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABNTeXN0ZW0uRHJhd2luZy5TaXplAgAAAAV3aWR0aAZoZWlnaHQAAAgIAgAAAHEAAAAMAAAACw==</value>
|
||||
</data>
|
||||
<data name="CheckBoxTxBand_2.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAAAVAAAASAAAAAs=</value>
|
||||
</data>
|
||||
<data name="Label6.Size" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABNTeXN0ZW0uRHJhd2luZy5TaXplAgAAAAV3aWR0aAZoZWlnaHQAAAgIAgAAAHEAAAAMAAAACw==</value>
|
||||
</data>
|
||||
<data name="Label6.Text" xml:space="preserve">
|
||||
<value>TX Freqency Rang 4</value>
|
||||
</data>
|
||||
<data name="Label4.Text" xml:space="preserve">
|
||||
<value>TX Freqency Rang 2</value>
|
||||
</data>
|
||||
<data name="Label4.Size" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABNTeXN0ZW0uRHJhd2luZy5TaXplAgAAAAV3aWR0aAZoZWlnaHQAAAgIAgAAAHEAAAAMAAAACw==</value>
|
||||
</data>
|
||||
<data name="Label9.Text" xml:space="preserve">
|
||||
<value>TX Freqency Rang 7</value>
|
||||
</data>
|
||||
<data name="Label9.Size" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABNTeXN0ZW0uRHJhd2luZy5TaXplAgAAAAV3aWR0aAZoZWlnaHQAAAgIAgAAAHEAAAAMAAAACw==</value>
|
||||
</data>
|
||||
<data name="Label15.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAAAqAAAAcQEAAAs=</value>
|
||||
</data>
|
||||
<data name="Label8.Text" xml:space="preserve">
|
||||
<value>TX Freqency Rang 6</value>
|
||||
</data>
|
||||
<data name="Label8.Size" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABNTeXN0ZW0uRHJhd2luZy5TaXplAgAAAAV3aWR0aAZoZWlnaHQAAAgIAgAAAHEAAAAMAAAACw==</value>
|
||||
</data>
|
||||
<data name="Button2.Text" xml:space="preserve">
|
||||
<value>Print</value>
|
||||
</data>
|
||||
<data name="Button3.Text" xml:space="preserve">
|
||||
<value>Help</value>
|
||||
</data>
|
||||
<data name="TextBoxTxBand_3.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAACdAAAAYAAAAAs=</value>
|
||||
</data>
|
||||
<data name="Button1.Text" xml:space="preserve">
|
||||
<value>Close</value>
|
||||
</data>
|
||||
<data name="Label3.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAAAqAAAALQAAAAs=</value>
|
||||
</data>
|
||||
<data name="Label14.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAAAqAAAAVgEAAAs=</value>
|
||||
</data>
|
||||
<data name="CheckBoxTxBand_3.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAAAVAAAAYwAAAAs=</value>
|
||||
</data>
|
||||
<data name="CheckBoxRxBand_6.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAAAVAAAAcQEAAAs=</value>
|
||||
</data>
|
||||
<data name="TextBoxRxBand_2.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAACdAAAAAgEAAAs=</value>
|
||||
</data>
|
||||
<data name="Label16.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAAAqAAAAjAEAAAs=</value>
|
||||
</data>
|
||||
<data name="TextBoxTxBand_2.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAACdAAAARQAAAAs=</value>
|
||||
</data>
|
||||
<data name="CheckBoxTxBand_1.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAAAVAAAALQAAAAs=</value>
|
||||
</data>
|
||||
<data name="TextBoxRxBand_3.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAACdAAAAHQEAAAs=</value>
|
||||
</data>
|
||||
<data name="Label5.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAAAqAAAAYwAAAAs=</value>
|
||||
</data>
|
||||
<data name="Label13.Size" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABNTeXN0ZW0uRHJhd2luZy5TaXplAgAAAAV3aWR0aAZoZWlnaHQAAAgIAgAAAHEAAAAMAAAACw==</value>
|
||||
</data>
|
||||
<data name="Label13.Text" xml:space="preserve">
|
||||
<value>RX Freqency Rang 4</value>
|
||||
</data>
|
||||
<data name="Label12.Text" xml:space="preserve">
|
||||
<value>RX Freqency Rang 3</value>
|
||||
</data>
|
||||
<data name="Label12.Size" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABNTeXN0ZW0uRHJhd2luZy5TaXplAgAAAAV3aWR0aAZoZWlnaHQAAAgIAgAAAHEAAAAMAAAACw==</value>
|
||||
</data>
|
||||
<data name="Label11.Text" xml:space="preserve">
|
||||
<value>RX Freqency Rang 2</value>
|
||||
</data>
|
||||
<data name="Label11.Size" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABNTeXN0ZW0uRHJhd2luZy5TaXplAgAAAAV3aWR0aAZoZWlnaHQAAAgIAgAAAHEAAAAMAAAACw==</value>
|
||||
</data>
|
||||
<data name="Label10.Text" xml:space="preserve">
|
||||
<value>RX Freqency Rang 1</value>
|
||||
</data>
|
||||
<data name="Label10.Size" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABNTeXN0ZW0uRHJhd2luZy5TaXplAgAAAAV3aWR0aAZoZWlnaHQAAAgIAgAAAHEAAAAMAAAACw==</value>
|
||||
</data>
|
||||
<data name="Label16.Size" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABNTeXN0ZW0uRHJhd2luZy5TaXplAgAAAAV3aWR0aAZoZWlnaHQAAAgIAgAAAHEAAAAMAAAACw==</value>
|
||||
</data>
|
||||
<data name="Label16.Text" xml:space="preserve">
|
||||
<value>RX Freqency Rang 7</value>
|
||||
</data>
|
||||
<data name="Label15.Size" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABNTeXN0ZW0uRHJhd2luZy5TaXplAgAAAAV3aWR0aAZoZWlnaHQAAAgIAgAAAHEAAAAMAAAACw==</value>
|
||||
</data>
|
||||
<data name="Label15.Text" xml:space="preserve">
|
||||
<value>RX Freqency Rang 6</value>
|
||||
</data>
|
||||
<data name="Label14.Text" xml:space="preserve">
|
||||
<value>RX Freqency Rang 5</value>
|
||||
</data>
|
||||
<data name="Label14.Size" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABNTeXN0ZW0uRHJhd2luZy5TaXplAgAAAAV3aWR0aAZoZWlnaHQAAAgIAgAAAHEAAAAMAAAACw==</value>
|
||||
</data>
|
||||
<data name="CheckBoxRxBand_1.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAAAVAAAA6gAAAAs=</value>
|
||||
</data>
|
||||
<data name="Label7.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAAAqAAAAmQAAAAs=</value>
|
||||
</data>
|
||||
<data name="Label4.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAAAqAAAASAAAAAs=</value>
|
||||
</data>
|
||||
<data name="TextBoxRxBand_1.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAACdAAAA5wAAAAs=</value>
|
||||
</data>
|
||||
<data name="CheckBoxRxBand_3.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAAAVAAAAIAEAAAs=</value>
|
||||
</data>
|
||||
<data name="TextBoxTxBand_5.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAACdAAAAlgAAAAs=</value>
|
||||
</data>
|
||||
<data name="CheckBoxTxBand_6.Location" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj0yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABRTeXN0ZW0uRHJhd2luZy5Qb2ludAIAAAABeAF5AAAICAIAAAAVAAAAtAAAAAs=</value>
|
||||
</data>
|
||||
</root>
|
||||
1639
HPG-68D/Backup/HPG_68D/_2ToneForm/en.resx
Normal file
1639
HPG-68D/Backup/HPG_68D/_2ToneForm/en.resx
Normal file
File diff suppressed because one or more lines are too long
609
HPG-68D/Backup/HPG_68D/_5ToneForm/en.resx
Normal file
609
HPG-68D/Backup/HPG_68D/_5ToneForm/en.resx
Normal file
File diff suppressed because one or more lines are too long
182
HPG-68D/Backup/InputPasswordForm.cs
Normal file
182
HPG-68D/Backup/InputPasswordForm.cs
Normal file
@ -0,0 +1,182 @@
|
||||
// Decompiled with JetBrains decompiler
|
||||
// Type: HPG_68D.InputPasswordForm
|
||||
// Assembly: HPG-68D, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
||||
// MVID: 530C99A8-8EEF-42C8-8A74-66FDE7B322C3
|
||||
// Assembly location: C:\Program Files (x86)\HONGKAIDE\HPG-68D\HPG-68D.exe
|
||||
|
||||
using HPG_68D.My;
|
||||
using Microsoft.VisualBasic.CompilerServices;
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.ComponentModel;
|
||||
using System.Diagnostics;
|
||||
using System.Drawing;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
|
||||
|
||||
namespace HPG_68D
|
||||
{
|
||||
[DesignerGenerated]
|
||||
public class InputPasswordForm : Form
|
||||
{
|
||||
private static ArrayList __ENCList = new ArrayList();
|
||||
private IContainer components;
|
||||
[AccessedThroughProperty("OK_Button")]
|
||||
private Button _OK_Button;
|
||||
[AccessedThroughProperty("Cancel_Button")]
|
||||
private Button _Cancel_Button;
|
||||
[AccessedThroughProperty("Label1")]
|
||||
private Label _Label1;
|
||||
[AccessedThroughProperty("TextBox1")]
|
||||
private TextBox _TextBox1;
|
||||
|
||||
[DebuggerNonUserCode]
|
||||
static InputPasswordForm()
|
||||
{
|
||||
}
|
||||
|
||||
[DebuggerNonUserCode]
|
||||
public InputPasswordForm()
|
||||
{
|
||||
this.FormClosing += new FormClosingEventHandler(this.InputPasswordForm_FormClosing);
|
||||
this.Load += new EventHandler(this.InputPasswordForm_Load);
|
||||
InputPasswordForm.__ENCList.Add((object) new WeakReference((object) this));
|
||||
this.InitializeComponent();
|
||||
}
|
||||
|
||||
[DebuggerNonUserCode]
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && this.components != null)
|
||||
this.components.Dispose();
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
[DebuggerStepThrough]
|
||||
private void InitializeComponent()
|
||||
{
|
||||
ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof (InputPasswordForm));
|
||||
this.OK_Button = new Button();
|
||||
this.Cancel_Button = new Button();
|
||||
this.Label1 = new Label();
|
||||
this.TextBox1 = new TextBox();
|
||||
this.SuspendLayout();
|
||||
this.OK_Button.AccessibleDescription = (string) null;
|
||||
this.OK_Button.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.OK_Button, "OK_Button");
|
||||
this.OK_Button.BackgroundImage = (Image) null;
|
||||
this.OK_Button.Font = (Font) null;
|
||||
this.OK_Button.Name = "OK_Button";
|
||||
this.Cancel_Button.AccessibleDescription = (string) null;
|
||||
this.Cancel_Button.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.Cancel_Button, "Cancel_Button");
|
||||
this.Cancel_Button.BackgroundImage = (Image) null;
|
||||
this.Cancel_Button.DialogResult = DialogResult.Cancel;
|
||||
this.Cancel_Button.Font = (Font) null;
|
||||
this.Cancel_Button.Name = "Cancel_Button";
|
||||
this.Label1.AccessibleDescription = (string) null;
|
||||
this.Label1.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.Label1, "Label1");
|
||||
this.Label1.Font = (Font) null;
|
||||
this.Label1.Name = "Label1";
|
||||
this.TextBox1.AccessibleDescription = (string) null;
|
||||
this.TextBox1.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.TextBox1, "TextBox1");
|
||||
this.TextBox1.BackgroundImage = (Image) null;
|
||||
this.TextBox1.Font = (Font) null;
|
||||
this.TextBox1.Name = "TextBox1";
|
||||
this.AccessibleDescription = (string) null;
|
||||
this.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this, "$this");
|
||||
this.AutoScaleMode = AutoScaleMode.Font;
|
||||
this.BackgroundImage = (Image) null;
|
||||
this.Controls.Add((Control) this.Cancel_Button);
|
||||
this.Controls.Add((Control) this.OK_Button);
|
||||
this.Controls.Add((Control) this.TextBox1);
|
||||
this.Controls.Add((Control) this.Label1);
|
||||
this.Font = (Font) null;
|
||||
this.FormBorderStyle = FormBorderStyle.FixedDialog;
|
||||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
this.Name = nameof (InputPasswordForm);
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
}
|
||||
|
||||
internal virtual Button OK_Button
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._OK_Button;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
if (this._OK_Button != null)
|
||||
this._OK_Button.Click -= new EventHandler(this.OK_Button_Click);
|
||||
this._OK_Button = value;
|
||||
if (this._OK_Button == null)
|
||||
return;
|
||||
this._OK_Button.Click += new EventHandler(this.OK_Button_Click);
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual Button Cancel_Button
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Cancel_Button;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
if (this._Cancel_Button != null)
|
||||
this._Cancel_Button.Click -= new EventHandler(this.Cancel_Button_Click);
|
||||
this._Cancel_Button = value;
|
||||
if (this._Cancel_Button == null)
|
||||
return;
|
||||
this._Cancel_Button.Click += new EventHandler(this.Cancel_Button_Click);
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual Label Label1
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Label1;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._Label1 = value;
|
||||
}
|
||||
|
||||
internal virtual TextBox TextBox1
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._TextBox1;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._TextBox1 = value;
|
||||
}
|
||||
}
|
||||
|
||||
private void OK_Button_Click(object sender, EventArgs e)
|
||||
{
|
||||
publicva.MSCommTimeOut = 40U;
|
||||
publicva.Rw_PasswordStr = this.TextBox1.Text;
|
||||
publicva.MSCommStatus = 2U;
|
||||
publicva.ReceivedCount = 5U;
|
||||
publicva.SendDataBuf[0] = (byte) 2;
|
||||
publicva.SendDataBuf[1] = (byte) 35;
|
||||
publicva.SendDataBuf[2] = (byte) 227;
|
||||
publicva.SendDataBuf[3] = (byte) 248;
|
||||
Encoding.ASCII.GetBytes(publicva.Rw_PasswordStr.PadRight(16), 0, 16, publicva.SendDataBuf, 4);
|
||||
publicva.SendDataBuf[20] = (byte) 3;
|
||||
MyProject.Forms.MDIParent1.SerialPort1.Write(publicva.SendDataBuf, 0, 21);
|
||||
MyProject.Forms.MDIParent1.Timer1.Enabled = true;
|
||||
this.Close();
|
||||
}
|
||||
|
||||
private void Cancel_Button_Click(object sender, EventArgs e)
|
||||
{
|
||||
publicva.MSCommStatus = 6U;
|
||||
MyProject.Forms.MDIParent1.Timer1.Enabled = true;
|
||||
this.Close();
|
||||
}
|
||||
|
||||
private void InputPasswordForm_FormClosing(object sender, FormClosingEventArgs e)
|
||||
{
|
||||
MyProject.Forms.MDIParent1.Timer1.Enabled = true;
|
||||
}
|
||||
|
||||
private void InputPasswordForm_Load(object sender, EventArgs e) => publicva.MSCommStatus = 6U;
|
||||
}
|
||||
}
|
||||
250
HPG-68D/Backup/InputPasswordForm.resx
Normal file
250
HPG-68D/Backup/InputPasswordForm.resx
Normal file
File diff suppressed because one or more lines are too long
157
HPG-68D/Backup/LanguageHelper.cs
Normal file
157
HPG-68D/Backup/LanguageHelper.cs
Normal file
@ -0,0 +1,157 @@
|
||||
// Decompiled with JetBrains decompiler
|
||||
// Type: HPG_68D.LanguageHelper
|
||||
// Assembly: HPG-68D, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
||||
// MVID: 530C99A8-8EEF-42C8-8A74-66FDE7B322C3
|
||||
// Assembly location: C:\Program Files (x86)\HONGKAIDE\HPG-68D\HPG-68D.exe
|
||||
|
||||
using Microsoft.VisualBasic.CompilerServices;
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.ComponentModel;
|
||||
using System.Diagnostics;
|
||||
using System.Globalization;
|
||||
using System.Threading;
|
||||
using System.Windows.Forms;
|
||||
using System.Windows.Forms.Layout;
|
||||
|
||||
|
||||
namespace HPG_68D
|
||||
{
|
||||
public class LanguageHelper
|
||||
{
|
||||
[DebuggerNonUserCode]
|
||||
public LanguageHelper()
|
||||
{
|
||||
}
|
||||
|
||||
public static bool SetLanguage(string languageName, Form frm)
|
||||
{
|
||||
bool flag;
|
||||
try
|
||||
{
|
||||
Thread.CurrentThread.CurrentUICulture = CultureInfo.GetCultureInfo(languageName);
|
||||
Thread.CurrentThread.CurrentCulture = CultureInfo.GetCultureInfo(languageName);
|
||||
ComponentResourceManager res = new ComponentResourceManager(frm.GetType());
|
||||
res.ApplyResources((object) frm, "$this");
|
||||
LanguageHelper.ApplyResouce((Control) frm, res);
|
||||
flag = true;
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
ProjectData.SetProjectError(ex);
|
||||
flag = false;
|
||||
ProjectData.ClearProjectError();
|
||||
}
|
||||
return flag;
|
||||
}
|
||||
|
||||
private static void ApplyResouce(Control control, ComponentResourceManager res)
|
||||
{
|
||||
try
|
||||
{
|
||||
foreach (Control control1 in control.Controls)
|
||||
{
|
||||
res.ApplyResources((object) control1, control1.Name);
|
||||
if (control1 is TabControl)
|
||||
LanguageHelper.ApplyResouce((TabControl) control1, res);
|
||||
if (control1 is DataGridView)
|
||||
LanguageHelper.ApplyResouce((DataGridView) control1, res);
|
||||
if (control1.GetType().IsSubclassOf(typeof (ToolStrip)))
|
||||
LanguageHelper.ApplyResouce((ToolStrip) control1, res);
|
||||
if (control1 is ComboBox)
|
||||
LanguageHelper.ApplyResouce((ComboBox) control1, res);
|
||||
LanguageHelper.ApplyResouce(control1, res);
|
||||
}
|
||||
}
|
||||
finally
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
private static void ApplyResouce(ToolStrip toolstrip, ComponentResourceManager resources)
|
||||
{
|
||||
if (toolstrip.Items.Count <= 0)
|
||||
return;
|
||||
try
|
||||
{
|
||||
foreach (ToolStripItem toolStripItem in (ArrangedElementCollection) toolstrip.Items)
|
||||
LanguageHelper.ApplyResouce(toolStripItem, resources);
|
||||
}
|
||||
finally
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
private static void ApplyResouce(ToolStripItem item, ComponentResourceManager resources)
|
||||
{
|
||||
resources.ApplyResources((object) item, item.Name);
|
||||
if (!item.GetType().IsSubclassOf(typeof (ToolStripDropDownItem)))
|
||||
return;
|
||||
ToolStripDropDownItem stripDropDownItem = (ToolStripDropDownItem) item;
|
||||
if (stripDropDownItem.DropDownItems.Count > 0)
|
||||
{
|
||||
try
|
||||
{
|
||||
foreach (ToolStripItem dropDownItem in (ArrangedElementCollection) stripDropDownItem.DropDownItems)
|
||||
LanguageHelper.ApplyResouce(dropDownItem, resources);
|
||||
}
|
||||
finally
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private static void ApplyResouce(DataGridView datagridview, ComponentResourceManager resources)
|
||||
{
|
||||
if (datagridview.Columns.Count <= 0)
|
||||
return;
|
||||
try
|
||||
{
|
||||
foreach (DataGridViewColumn column in (BaseCollection) datagridview.Columns)
|
||||
LanguageHelper.ApplyResouce(column, resources);
|
||||
}
|
||||
finally
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
private static void ApplyResouce(DataGridViewColumn item, ComponentResourceManager resources)
|
||||
{
|
||||
resources.ApplyResources((object) item, item.Name);
|
||||
}
|
||||
|
||||
private static void ApplyResouce(ComboBox combobox, ComponentResourceManager resources)
|
||||
{
|
||||
if (combobox.Items.Count <= 0)
|
||||
return;
|
||||
int num = checked (combobox.Items.Count - 1);
|
||||
int index = 0;
|
||||
while (index <= num)
|
||||
{
|
||||
combobox.Items[index] = index == 0 ? (object) resources.GetString(combobox.Name + ".Items") : (object) resources.GetString(combobox.Name + ".Items" + Conversions.ToString(index));
|
||||
checked { ++index; }
|
||||
}
|
||||
}
|
||||
|
||||
private static void ApplyResouce(TabControl tabcontrol, ComponentResourceManager resources)
|
||||
{
|
||||
if (tabcontrol.TabCount <= 0)
|
||||
return;
|
||||
resources.ApplyResources((object) tabcontrol, tabcontrol.Name);
|
||||
try
|
||||
{
|
||||
foreach (TabPage tabPage in tabcontrol.TabPages)
|
||||
LanguageHelper.ApplyResouce(tabPage, resources);
|
||||
}
|
||||
finally
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
private static void ApplyResouce(TabPage item, ComponentResourceManager resources)
|
||||
{
|
||||
resources.ApplyResources((object) item, item.Name);
|
||||
}
|
||||
}
|
||||
}
|
||||
3267
HPG-68D/Backup/MDIParent1.cs
Normal file
3267
HPG-68D/Backup/MDIParent1.cs
Normal file
File diff suppressed because it is too large
Load Diff
1471
HPG-68D/Backup/MDIParent1.resx
Normal file
1471
HPG-68D/Backup/MDIParent1.resx
Normal file
File diff suppressed because one or more lines are too long
210
HPG-68D/Backup/MSCommReadForm.cs
Normal file
210
HPG-68D/Backup/MSCommReadForm.cs
Normal file
@ -0,0 +1,210 @@
|
||||
// Decompiled with JetBrains decompiler
|
||||
// Type: HPG_68D.MSCommReadForm
|
||||
// Assembly: HPG-68D, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
||||
// MVID: 530C99A8-8EEF-42C8-8A74-66FDE7B322C3
|
||||
// Assembly location: C:\Program Files (x86)\HONGKAIDE\HPG-68D\HPG-68D.exe
|
||||
|
||||
using HPG_68D.My;
|
||||
using Microsoft.VisualBasic.CompilerServices;
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.ComponentModel;
|
||||
using System.Diagnostics;
|
||||
using System.Drawing;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Windows.Forms;
|
||||
|
||||
|
||||
namespace HPG_68D
|
||||
{
|
||||
[DesignerGenerated]
|
||||
public class MSCommReadForm : Form
|
||||
{
|
||||
private static ArrayList __ENCList = new ArrayList();
|
||||
private IContainer components;
|
||||
[AccessedThroughProperty("Label1")]
|
||||
private Label _Label1;
|
||||
[AccessedThroughProperty("Button取消")]
|
||||
private Button _Button取消;
|
||||
[AccessedThroughProperty("Button读频")]
|
||||
private Button _Button读频;
|
||||
[AccessedThroughProperty("ProgressBar1")]
|
||||
private ProgressBar _ProgressBar1;
|
||||
[AccessedThroughProperty("Timer1")]
|
||||
private Timer _Timer1;
|
||||
|
||||
[DebuggerNonUserCode]
|
||||
static MSCommReadForm()
|
||||
{
|
||||
}
|
||||
|
||||
[DebuggerNonUserCode]
|
||||
public MSCommReadForm()
|
||||
{
|
||||
this.Load += new EventHandler(this.MSCommReadForm_Load);
|
||||
MSCommReadForm.__ENCList.Add((object) new WeakReference((object) this));
|
||||
this.InitializeComponent();
|
||||
}
|
||||
|
||||
[DebuggerNonUserCode]
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && this.components != null)
|
||||
this.components.Dispose();
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
[DebuggerStepThrough]
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.components = (IContainer) new System.ComponentModel.Container();
|
||||
ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof (MSCommReadForm));
|
||||
this.Label1 = new Label();
|
||||
this.Button取消 = new Button();
|
||||
this.Button读频 = new Button();
|
||||
this.ProgressBar1 = new ProgressBar();
|
||||
this.Timer1 = new Timer(this.components);
|
||||
this.SuspendLayout();
|
||||
this.Label1.AccessibleDescription = (string) null;
|
||||
this.Label1.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.Label1, "Label1");
|
||||
this.Label1.BackColor = SystemColors.Control;
|
||||
this.Label1.Font = (Font) null;
|
||||
this.Label1.ForeColor = Color.Red;
|
||||
this.Label1.Name = "Label1";
|
||||
this.Button取消.AccessibleDescription = (string) null;
|
||||
this.Button取消.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.Button取消, "Button取消");
|
||||
this.Button取消.BackgroundImage = (Image) null;
|
||||
this.Button取消.Font = (Font) null;
|
||||
this.Button取消.Name = "Button取消";
|
||||
this.Button取消.UseVisualStyleBackColor = true;
|
||||
this.Button读频.AccessibleDescription = (string) null;
|
||||
this.Button读频.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.Button读频, "Button读频");
|
||||
this.Button读频.BackgroundImage = (Image) null;
|
||||
this.Button读频.Font = (Font) null;
|
||||
this.Button读频.Name = "Button读频";
|
||||
this.Button读频.UseVisualStyleBackColor = true;
|
||||
this.ProgressBar1.AccessibleDescription = (string) null;
|
||||
this.ProgressBar1.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.ProgressBar1, "ProgressBar1");
|
||||
this.ProgressBar1.BackgroundImage = (Image) null;
|
||||
this.ProgressBar1.Font = (Font) null;
|
||||
this.ProgressBar1.Name = "ProgressBar1";
|
||||
this.AccessibleDescription = (string) null;
|
||||
this.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this, "$this");
|
||||
this.AutoScaleMode = AutoScaleMode.Font;
|
||||
this.BackgroundImage = (Image) null;
|
||||
this.Controls.Add((Control) this.Label1);
|
||||
this.Controls.Add((Control) this.Button取消);
|
||||
this.Controls.Add((Control) this.Button读频);
|
||||
this.Controls.Add((Control) this.ProgressBar1);
|
||||
this.Font = (Font) null;
|
||||
this.FormBorderStyle = FormBorderStyle.FixedDialog;
|
||||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
this.Name = nameof (MSCommReadForm);
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
}
|
||||
|
||||
internal virtual Label Label1
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Label1;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._Label1 = value;
|
||||
}
|
||||
|
||||
internal virtual Button Button取消
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Button取消;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
if (this._Button取消 != null)
|
||||
this._Button取消.Click -= new EventHandler(this.Button取消_Click);
|
||||
this._Button取消 = value;
|
||||
if (this._Button取消 == null)
|
||||
return;
|
||||
this._Button取消.Click += new EventHandler(this.Button取消_Click);
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual Button Button读频
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Button读频;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
if (this._Button读频 != null)
|
||||
this._Button读频.Click -= new EventHandler(this.Button读频_Click);
|
||||
this._Button读频 = value;
|
||||
if (this._Button读频 == null)
|
||||
return;
|
||||
this._Button读频.Click += new EventHandler(this.Button读频_Click);
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual ProgressBar ProgressBar1
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._ProgressBar1;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._ProgressBar1 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual Timer Timer1
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Timer1;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
if (this._Timer1 != null)
|
||||
this._Timer1.Tick -= new EventHandler(this.Timer1_Tick);
|
||||
this._Timer1 = value;
|
||||
if (this._Timer1 == null)
|
||||
return;
|
||||
this._Timer1.Tick += new EventHandler(this.Timer1_Tick);
|
||||
}
|
||||
}
|
||||
|
||||
private void MSCommReadForm_Load(object sender, EventArgs e)
|
||||
{
|
||||
}
|
||||
|
||||
private void Button读频_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (MyProject.Forms.MDIParent1.MSCcomm_StartInit("Read", publicva.R_EEPROM_Add_Lendgth_List))
|
||||
{
|
||||
this.Timer1.Enabled = true;
|
||||
this.Button读频.Enabled = false;
|
||||
this.ProgressBar1.Value = 0;
|
||||
this.Label1.Text = "%";
|
||||
}
|
||||
else
|
||||
this.Close();
|
||||
}
|
||||
|
||||
private void Button取消_Click(object sender, EventArgs e)
|
||||
{
|
||||
MyProject.Forms.MDIParent1.MSComm_Stop();
|
||||
this.Timer1.Enabled = false;
|
||||
this.Button读频.Enabled = true;
|
||||
this.ProgressBar1.Value = 0;
|
||||
this.Label1.Text = "%";
|
||||
this.Close();
|
||||
}
|
||||
|
||||
private void Timer1_Tick(object sender, EventArgs e)
|
||||
{
|
||||
uint num = checked ((uint) unchecked (checked ((long) publicva.Rw_EEPROM_Add_Length_ListIndex * 100L) / (long) publicva.Rw_EEPROM_Add_Length_ListSum));
|
||||
if (num > 100U)
|
||||
num = 100U;
|
||||
this.ProgressBar1.Value = checked ((int) num);
|
||||
this.Label1.Text = Conversions.ToString(num) + "%";
|
||||
if (!publicva.F_MSCommStop)
|
||||
return;
|
||||
this.Timer1.Enabled = false;
|
||||
this.Button取消_Click(RuntimeHelpers.GetObjectValue(sender), e);
|
||||
}
|
||||
}
|
||||
}
|
||||
244
HPG-68D/Backup/MSCommReadForm.resx
Normal file
244
HPG-68D/Backup/MSCommReadForm.resx
Normal file
File diff suppressed because one or more lines are too long
211
HPG-68D/Backup/MSCommWriteForm.cs
Normal file
211
HPG-68D/Backup/MSCommWriteForm.cs
Normal file
@ -0,0 +1,211 @@
|
||||
// Decompiled with JetBrains decompiler
|
||||
// Type: HPG_68D.MSCommWriteForm
|
||||
// Assembly: HPG-68D, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
||||
// MVID: 530C99A8-8EEF-42C8-8A74-66FDE7B322C3
|
||||
// Assembly location: C:\Program Files (x86)\HONGKAIDE\HPG-68D\HPG-68D.exe
|
||||
|
||||
using HPG_68D.My;
|
||||
using Microsoft.VisualBasic.CompilerServices;
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.ComponentModel;
|
||||
using System.Diagnostics;
|
||||
using System.Drawing;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Windows.Forms;
|
||||
|
||||
|
||||
namespace HPG_68D
|
||||
{
|
||||
[DesignerGenerated]
|
||||
public class MSCommWriteForm : Form
|
||||
{
|
||||
private static ArrayList __ENCList = new ArrayList();
|
||||
private IContainer components;
|
||||
[AccessedThroughProperty("Label1")]
|
||||
private Label _Label1;
|
||||
[AccessedThroughProperty("Button取消")]
|
||||
private Button _Button取消;
|
||||
[AccessedThroughProperty("Button写频")]
|
||||
private Button _Button写频;
|
||||
[AccessedThroughProperty("ProgressBar1")]
|
||||
private ProgressBar _ProgressBar1;
|
||||
[AccessedThroughProperty("Timer1")]
|
||||
private Timer _Timer1;
|
||||
|
||||
[DebuggerNonUserCode]
|
||||
static MSCommWriteForm()
|
||||
{
|
||||
}
|
||||
|
||||
[DebuggerNonUserCode]
|
||||
public MSCommWriteForm()
|
||||
{
|
||||
this.Load += new EventHandler(this.MSCommWriteForm_Load);
|
||||
MSCommWriteForm.__ENCList.Add((object) new WeakReference((object) this));
|
||||
this.InitializeComponent();
|
||||
}
|
||||
|
||||
[DebuggerNonUserCode]
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && this.components != null)
|
||||
this.components.Dispose();
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
[DebuggerStepThrough]
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.components = (IContainer) new System.ComponentModel.Container();
|
||||
ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof (MSCommWriteForm));
|
||||
this.Label1 = new Label();
|
||||
this.Button取消 = new Button();
|
||||
this.Button写频 = new Button();
|
||||
this.ProgressBar1 = new ProgressBar();
|
||||
this.Timer1 = new Timer(this.components);
|
||||
this.SuspendLayout();
|
||||
this.Label1.AccessibleDescription = (string) null;
|
||||
this.Label1.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.Label1, "Label1");
|
||||
this.Label1.BackColor = SystemColors.Control;
|
||||
this.Label1.Font = (Font) null;
|
||||
this.Label1.ForeColor = Color.Red;
|
||||
this.Label1.Name = "Label1";
|
||||
this.Button取消.AccessibleDescription = (string) null;
|
||||
this.Button取消.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.Button取消, "Button取消");
|
||||
this.Button取消.BackgroundImage = (Image) null;
|
||||
this.Button取消.Font = (Font) null;
|
||||
this.Button取消.Name = "Button取消";
|
||||
this.Button取消.UseVisualStyleBackColor = true;
|
||||
this.Button写频.AccessibleDescription = (string) null;
|
||||
this.Button写频.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.Button写频, "Button写频");
|
||||
this.Button写频.BackgroundImage = (Image) null;
|
||||
this.Button写频.Font = (Font) null;
|
||||
this.Button写频.Name = "Button写频";
|
||||
this.Button写频.UseVisualStyleBackColor = true;
|
||||
this.ProgressBar1.AccessibleDescription = (string) null;
|
||||
this.ProgressBar1.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.ProgressBar1, "ProgressBar1");
|
||||
this.ProgressBar1.BackgroundImage = (Image) null;
|
||||
this.ProgressBar1.Font = (Font) null;
|
||||
this.ProgressBar1.Name = "ProgressBar1";
|
||||
this.AccessibleDescription = (string) null;
|
||||
this.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this, "$this");
|
||||
this.AutoScaleMode = AutoScaleMode.Font;
|
||||
this.BackgroundImage = (Image) null;
|
||||
this.Controls.Add((Control) this.Label1);
|
||||
this.Controls.Add((Control) this.Button取消);
|
||||
this.Controls.Add((Control) this.Button写频);
|
||||
this.Controls.Add((Control) this.ProgressBar1);
|
||||
this.Font = (Font) null;
|
||||
this.FormBorderStyle = FormBorderStyle.FixedDialog;
|
||||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
this.Name = nameof (MSCommWriteForm);
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
}
|
||||
|
||||
internal virtual Label Label1
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Label1;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._Label1 = value;
|
||||
}
|
||||
|
||||
internal virtual Button Button取消
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Button取消;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
if (this._Button取消 != null)
|
||||
this._Button取消.Click -= new EventHandler(this.Button取消_Click);
|
||||
this._Button取消 = value;
|
||||
if (this._Button取消 == null)
|
||||
return;
|
||||
this._Button取消.Click += new EventHandler(this.Button取消_Click);
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual Button Button写频
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Button写频;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
if (this._Button写频 != null)
|
||||
this._Button写频.Click -= new EventHandler(this.Button写频_Click);
|
||||
this._Button写频 = value;
|
||||
if (this._Button写频 == null)
|
||||
return;
|
||||
this._Button写频.Click += new EventHandler(this.Button写频_Click);
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual ProgressBar ProgressBar1
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._ProgressBar1;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._ProgressBar1 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual Timer Timer1
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Timer1;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
if (this._Timer1 != null)
|
||||
this._Timer1.Tick -= new EventHandler(this.Timer1_Tick);
|
||||
this._Timer1 = value;
|
||||
if (this._Timer1 == null)
|
||||
return;
|
||||
this._Timer1.Tick += new EventHandler(this.Timer1_Tick);
|
||||
}
|
||||
}
|
||||
|
||||
private void MSCommWriteForm_Load(object sender, EventArgs e)
|
||||
{
|
||||
}
|
||||
|
||||
private void Timer1_Tick(object sender, EventArgs e)
|
||||
{
|
||||
uint num = checked ((uint) unchecked (checked ((long) publicva.Rw_EEPROM_Add_Length_ListIndex * 100L) / (long) publicva.Rw_EEPROM_Add_Length_ListSum));
|
||||
if (num > 100U)
|
||||
num = 100U;
|
||||
this.ProgressBar1.Value = checked ((int) num);
|
||||
this.Label1.Text = Conversions.ToString(num) + "%";
|
||||
if (!publicva.F_MSCommStop)
|
||||
return;
|
||||
this.Timer1.Enabled = false;
|
||||
this.Button取消_Click(RuntimeHelpers.GetObjectValue(sender), e);
|
||||
}
|
||||
|
||||
private void Button写频_Click(object sender, EventArgs e)
|
||||
{
|
||||
MyProject.Forms.MDIParent1.AllForm_SaveData(RuntimeHelpers.GetObjectValue(sender), e);
|
||||
if (MyProject.Forms.MDIParent1.MSCcomm_StartInit("Write", publicva.W_EEPROM_Add_Lendgth_List))
|
||||
{
|
||||
this.Timer1.Enabled = true;
|
||||
this.Button写频.Enabled = false;
|
||||
this.ProgressBar1.Value = 0;
|
||||
this.Label1.Text = "%";
|
||||
}
|
||||
else
|
||||
this.Close();
|
||||
}
|
||||
|
||||
private void Button取消_Click(object sender, EventArgs e)
|
||||
{
|
||||
MyProject.Forms.MDIParent1.MSComm_Stop();
|
||||
this.Timer1.Enabled = false;
|
||||
this.Button写频.Enabled = true;
|
||||
this.ProgressBar1.Value = 0;
|
||||
this.Label1.Text = "%";
|
||||
this.Close();
|
||||
}
|
||||
}
|
||||
}
|
||||
244
HPG-68D/Backup/MSCommWriteForm.resx
Normal file
244
HPG-68D/Backup/MSCommWriteForm.resx
Normal file
File diff suppressed because one or more lines are too long
165
HPG-68D/Backup/MsgForm.cs
Normal file
165
HPG-68D/Backup/MsgForm.cs
Normal file
@ -0,0 +1,165 @@
|
||||
// Decompiled with JetBrains decompiler
|
||||
// Type: HPG_68D.MsgForm
|
||||
// Assembly: HPG-68D, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
||||
// MVID: 530C99A8-8EEF-42C8-8A74-66FDE7B322C3
|
||||
// Assembly location: C:\Program Files (x86)\HONGKAIDE\HPG-68D\HPG-68D.exe
|
||||
|
||||
using HPG_68D.My;
|
||||
using Microsoft.VisualBasic;
|
||||
using Microsoft.VisualBasic.CompilerServices;
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.ComponentModel;
|
||||
using System.Diagnostics;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
|
||||
|
||||
namespace HPG_68D
|
||||
{
|
||||
[DesignerGenerated]
|
||||
public class MsgForm : Form
|
||||
{
|
||||
private static ArrayList __ENCList = new ArrayList();
|
||||
private IContainer components;
|
||||
[AccessedThroughProperty("Panel1")]
|
||||
private Panel _Panel1;
|
||||
[AccessedThroughProperty("TextBox嵌入信息")]
|
||||
private TextBox _TextBox嵌入信息;
|
||||
[AccessedThroughProperty("Button3")]
|
||||
private Button _Button3;
|
||||
[AccessedThroughProperty("Button2")]
|
||||
private Button _Button2;
|
||||
[AccessedThroughProperty("Button1")]
|
||||
private Button _Button1;
|
||||
|
||||
[DebuggerNonUserCode]
|
||||
static MsgForm()
|
||||
{
|
||||
}
|
||||
|
||||
[DebuggerNonUserCode]
|
||||
public MsgForm()
|
||||
{
|
||||
this.Deactivate += new EventHandler(this.MsgForm_Deactivate);
|
||||
this.FormClosing += new FormClosingEventHandler(this.MsgForm_FormClosing);
|
||||
this.Load += new EventHandler(this.MsgForm_Load);
|
||||
MsgForm.__ENCList.Add((object) new WeakReference((object) this));
|
||||
this.InitializeComponent();
|
||||
}
|
||||
|
||||
[DebuggerNonUserCode]
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && this.components != null)
|
||||
this.components.Dispose();
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
[DebuggerStepThrough]
|
||||
private void InitializeComponent()
|
||||
{
|
||||
ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof (MsgForm));
|
||||
this.Panel1 = new Panel();
|
||||
this.TextBox嵌入信息 = new TextBox();
|
||||
this.Button3 = new Button();
|
||||
this.Button2 = new Button();
|
||||
this.Button1 = new Button();
|
||||
this.Panel1.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
componentResourceManager.ApplyResources((object) this.Panel1, "Panel1");
|
||||
this.Panel1.BorderStyle = BorderStyle.Fixed3D;
|
||||
this.Panel1.Controls.Add((Control) this.TextBox嵌入信息);
|
||||
this.Panel1.Name = "Panel1";
|
||||
componentResourceManager.ApplyResources((object) this.TextBox嵌入信息, "TextBox嵌入信息");
|
||||
this.TextBox嵌入信息.Name = "TextBox嵌入信息";
|
||||
componentResourceManager.ApplyResources((object) this.Button3, "Button3");
|
||||
this.Button3.Name = "Button3";
|
||||
this.Button3.UseVisualStyleBackColor = true;
|
||||
componentResourceManager.ApplyResources((object) this.Button2, "Button2");
|
||||
this.Button2.Name = "Button2";
|
||||
this.Button2.UseVisualStyleBackColor = true;
|
||||
componentResourceManager.ApplyResources((object) this.Button1, "Button1");
|
||||
this.Button1.Name = "Button1";
|
||||
this.Button1.UseVisualStyleBackColor = true;
|
||||
componentResourceManager.ApplyResources((object) this, "$this");
|
||||
this.AutoScaleMode = AutoScaleMode.Font;
|
||||
this.Controls.Add((Control) this.Button3);
|
||||
this.Controls.Add((Control) this.Button2);
|
||||
this.Controls.Add((Control) this.Button1);
|
||||
this.Controls.Add((Control) this.Panel1);
|
||||
this.Name = nameof (MsgForm);
|
||||
this.Panel1.ResumeLayout(false);
|
||||
this.Panel1.PerformLayout();
|
||||
this.ResumeLayout(false);
|
||||
}
|
||||
|
||||
internal virtual Panel Panel1
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Panel1;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._Panel1 = value;
|
||||
}
|
||||
|
||||
internal virtual TextBox TextBox嵌入信息
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._TextBox嵌入信息;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._TextBox嵌入信息 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual Button Button3
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Button3;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._Button3 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual Button Button2
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Button2;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._Button2 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual Button Button1
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Button1;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
if (this._Button1 != null)
|
||||
this._Button1.Click -= new EventHandler(this.Button1_Click);
|
||||
this._Button1 = value;
|
||||
if (this._Button1 == null)
|
||||
return;
|
||||
this._Button1.Click += new EventHandler(this.Button1_Click);
|
||||
}
|
||||
}
|
||||
|
||||
private void Button1_Click(object sender, EventArgs e) => this.Close();
|
||||
|
||||
public void MsgForm_Deactivate(object sender, EventArgs e)
|
||||
{
|
||||
int num = 5248;
|
||||
Encoding.ASCII.GetBytes(this.TextBox嵌入信息.Text.PadRight(128), 0, 128, publicva.EEPROM_Byte, checked (num + 0));
|
||||
}
|
||||
|
||||
private void MsgForm_FormClosing(object sender, FormClosingEventArgs e)
|
||||
{
|
||||
MyProject.Forms.MDIParent1.嵌入信息IToolStripMenuItem.Checked = false;
|
||||
}
|
||||
|
||||
public void MsgForm_Load(object sender, EventArgs e)
|
||||
{
|
||||
MyProject.Forms.MDIParent1.嵌入信息IToolStripMenuItem.Checked = true;
|
||||
int num = 5248;
|
||||
this.TextBox嵌入信息.Text = Strings.RTrim(Encoding.ASCII.GetString(publicva.EEPROM_Byte, checked (num + 0), 128));
|
||||
}
|
||||
}
|
||||
}
|
||||
265
HPG-68D/Backup/MsgForm.resx
Normal file
265
HPG-68D/Backup/MsgForm.resx
Normal file
File diff suppressed because one or more lines are too long
57
HPG-68D/Backup/My/MyApplication.cs
Normal file
57
HPG-68D/Backup/My/MyApplication.cs
Normal file
@ -0,0 +1,57 @@
|
||||
// Decompiled with JetBrains decompiler
|
||||
// Type: HPG_68D.My.MyApplication
|
||||
// Assembly: HPG-68D, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
||||
// MVID: 530C99A8-8EEF-42C8-8A74-66FDE7B322C3
|
||||
// Assembly location: C:\Program Files (x86)\HONGKAIDE\HPG-68D\HPG-68D.exe
|
||||
|
||||
using Microsoft.VisualBasic.ApplicationServices;
|
||||
using System;
|
||||
using System.CodeDom.Compiler;
|
||||
using System.Collections;
|
||||
using System.ComponentModel;
|
||||
using System.Diagnostics;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace HPG_68D.My
|
||||
{
|
||||
[EditorBrowsable(EditorBrowsableState.Never)]
|
||||
[GeneratedCode("MyTemplate", "8.0.0.0")]
|
||||
internal class MyApplication : WindowsFormsApplicationBase
|
||||
{
|
||||
private static ArrayList __ENCList = new ArrayList();
|
||||
|
||||
[DebuggerNonUserCode]
|
||||
static MyApplication()
|
||||
{
|
||||
}
|
||||
|
||||
[STAThread]
|
||||
[DebuggerHidden]
|
||||
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||
internal static void Main(string[] Args)
|
||||
{
|
||||
try
|
||||
{
|
||||
Application.SetCompatibleTextRenderingDefault(WindowsFormsApplicationBase.UseCompatibleTextRendering);
|
||||
}
|
||||
finally
|
||||
{
|
||||
}
|
||||
MyProject.Application.Run(Args);
|
||||
}
|
||||
|
||||
[DebuggerStepThrough]
|
||||
public MyApplication()
|
||||
: base(AuthenticationMode.Windows)
|
||||
{
|
||||
MyApplication.__ENCList.Add((object) new WeakReference((object) this));
|
||||
this.IsSingleInstance = false;
|
||||
this.EnableVisualStyles = true;
|
||||
this.SaveMySettingsOnExit = true;
|
||||
this.ShutdownStyle = ShutdownMode.AfterMainFormCloses;
|
||||
}
|
||||
|
||||
[DebuggerStepThrough]
|
||||
protected override void OnCreateMainForm() => this.MainForm = (Form) MyProject.Forms.MDIParent1;
|
||||
}
|
||||
}
|
||||
24
HPG-68D/Backup/My/MyComputer.cs
Normal file
24
HPG-68D/Backup/My/MyComputer.cs
Normal file
@ -0,0 +1,24 @@
|
||||
// Decompiled with JetBrains decompiler
|
||||
// Type: HPG_68D.My.MyComputer
|
||||
// Assembly: HPG-68D, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
||||
// MVID: 530C99A8-8EEF-42C8-8A74-66FDE7B322C3
|
||||
// Assembly location: C:\Program Files (x86)\HONGKAIDE\HPG-68D\HPG-68D.exe
|
||||
|
||||
using Microsoft.VisualBasic.Devices;
|
||||
using System.CodeDom.Compiler;
|
||||
using System.ComponentModel;
|
||||
using System.Diagnostics;
|
||||
|
||||
namespace HPG_68D.My
|
||||
{
|
||||
[GeneratedCode("MyTemplate", "8.0.0.0")]
|
||||
[EditorBrowsable(EditorBrowsableState.Never)]
|
||||
internal class MyComputer : Computer
|
||||
{
|
||||
[DebuggerHidden]
|
||||
[EditorBrowsable(EditorBrowsableState.Never)]
|
||||
public MyComputer()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
555
HPG-68D/Backup/My/MyProject.cs
Normal file
555
HPG-68D/Backup/My/MyProject.cs
Normal file
@ -0,0 +1,555 @@
|
||||
// Decompiled with JetBrains decompiler
|
||||
// Type: HPG_68D.My.MyProject
|
||||
// Assembly: HPG-68D, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
||||
// MVID: 530C99A8-8EEF-42C8-8A74-66FDE7B322C3
|
||||
// Assembly location: C:\Program Files (x86)\HONGKAIDE\HPG-68D\HPG-68D.exe
|
||||
|
||||
using Microsoft.VisualBasic;
|
||||
using Microsoft.VisualBasic.ApplicationServices;
|
||||
using Microsoft.VisualBasic.CompilerServices;
|
||||
using System;
|
||||
using System.CodeDom.Compiler;
|
||||
using System.Collections;
|
||||
using System.ComponentModel;
|
||||
using System.ComponentModel.Design;
|
||||
using System.Diagnostics;
|
||||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Windows.Forms;
|
||||
|
||||
|
||||
namespace HPG_68D.My
|
||||
{
|
||||
[GeneratedCode("MyTemplate", "8.0.0.0")]
|
||||
[HideModuleName]
|
||||
[StandardModule]
|
||||
internal sealed class MyProject
|
||||
{
|
||||
private static readonly MyProject.ThreadSafeObjectProvider<MyComputer> m_ComputerObjectProvider = new MyProject.ThreadSafeObjectProvider<MyComputer>();
|
||||
private static readonly MyProject.ThreadSafeObjectProvider<MyApplication> m_AppObjectProvider = new MyProject.ThreadSafeObjectProvider<MyApplication>();
|
||||
private static readonly MyProject.ThreadSafeObjectProvider<User> m_UserObjectProvider = new MyProject.ThreadSafeObjectProvider<User>();
|
||||
private static MyProject.ThreadSafeObjectProvider<MyProject.MyForms> m_MyFormsObjectProvider = new MyProject.ThreadSafeObjectProvider<MyProject.MyForms>();
|
||||
private static readonly MyProject.ThreadSafeObjectProvider<MyProject.MyWebServices> m_MyWebServicesObjectProvider = new MyProject.ThreadSafeObjectProvider<MyProject.MyWebServices>();
|
||||
|
||||
[DebuggerNonUserCode]
|
||||
static MyProject()
|
||||
{
|
||||
}
|
||||
|
||||
[HelpKeyword("My.Computer")]
|
||||
internal static MyComputer Computer
|
||||
{
|
||||
[DebuggerHidden] get => MyProject.m_ComputerObjectProvider.GetInstance;
|
||||
}
|
||||
|
||||
[HelpKeyword("My.Application")]
|
||||
internal static MyApplication Application
|
||||
{
|
||||
[DebuggerHidden] get => MyProject.m_AppObjectProvider.GetInstance;
|
||||
}
|
||||
|
||||
[HelpKeyword("My.User")]
|
||||
internal static User User
|
||||
{
|
||||
[DebuggerHidden] get => MyProject.m_UserObjectProvider.GetInstance;
|
||||
}
|
||||
|
||||
[HelpKeyword("My.Forms")]
|
||||
internal static MyProject.MyForms Forms
|
||||
{
|
||||
[DebuggerHidden] get => MyProject.m_MyFormsObjectProvider.GetInstance;
|
||||
}
|
||||
|
||||
[HelpKeyword("My.WebServices")]
|
||||
internal static MyProject.MyWebServices WebServices
|
||||
{
|
||||
[DebuggerHidden] get => MyProject.m_MyWebServicesObjectProvider.GetInstance;
|
||||
}
|
||||
|
||||
[MyGroupCollection("System.Windows.Forms.Form", "Create__Instance__", "Dispose__Instance__", "My.MyProject.Forms")]
|
||||
[EditorBrowsable(EditorBrowsableState.Never)]
|
||||
internal sealed class MyForms
|
||||
{
|
||||
public _2ToneForm m__2ToneForm;
|
||||
public _5ToneForm m__5ToneForm;
|
||||
public AboutForm m_AboutForm;
|
||||
public BeepForm m_BeepForm;
|
||||
public ChannelEditForm m_ChannelEditForm;
|
||||
public ChannelMsg m_ChannelMsg;
|
||||
public ComForm m_ComForm;
|
||||
public DtmfForm m_DtmfForm;
|
||||
public InputPasswordForm m_InputPasswordForm;
|
||||
public MDIParent1 m_MDIParent1;
|
||||
public MSCommReadForm m_MSCommReadForm;
|
||||
public MSCommWriteForm m_MSCommWriteForm;
|
||||
public MsgForm m_MsgForm;
|
||||
public PasswordForm m_PasswordForm;
|
||||
public RadioMsgForm m_RadioMsgForm;
|
||||
public ScanFuncMsgForm m_ScanFuncMsgForm;
|
||||
public SofeMsgForm m_SofeMsgForm;
|
||||
public SOSMsgForm m_SOSMsgForm;
|
||||
public TypeFuncMsgForm m_TypeFuncMsgForm;
|
||||
public TypeMsgForm m_TypeMsgForm;
|
||||
[ThreadStatic]
|
||||
private static Hashtable m_FormBeingCreated;
|
||||
|
||||
public _2ToneForm _2ToneForm
|
||||
{
|
||||
[DebuggerNonUserCode] get
|
||||
{
|
||||
this.m__2ToneForm = MyProject.MyForms.Create__Instance__<_2ToneForm>(this.m__2ToneForm);
|
||||
return this.m__2ToneForm;
|
||||
}
|
||||
[DebuggerNonUserCode] set
|
||||
{
|
||||
if (value == this.m__2ToneForm)
|
||||
return;
|
||||
if (value != null)
|
||||
throw new ArgumentException("Property can only be set to Nothing");
|
||||
this.Dispose__Instance__<_2ToneForm>(ref this.m__2ToneForm);
|
||||
}
|
||||
}
|
||||
|
||||
public _5ToneForm _5ToneForm
|
||||
{
|
||||
[DebuggerNonUserCode] get
|
||||
{
|
||||
this.m__5ToneForm = MyProject.MyForms.Create__Instance__<_5ToneForm>(this.m__5ToneForm);
|
||||
return this.m__5ToneForm;
|
||||
}
|
||||
[DebuggerNonUserCode] set
|
||||
{
|
||||
if (value == this.m__5ToneForm)
|
||||
return;
|
||||
if (value != null)
|
||||
throw new ArgumentException("Property can only be set to Nothing");
|
||||
this.Dispose__Instance__<_5ToneForm>(ref this.m__5ToneForm);
|
||||
}
|
||||
}
|
||||
|
||||
public AboutForm AboutForm
|
||||
{
|
||||
[DebuggerNonUserCode] get
|
||||
{
|
||||
this.m_AboutForm = MyProject.MyForms.Create__Instance__<AboutForm>(this.m_AboutForm);
|
||||
return this.m_AboutForm;
|
||||
}
|
||||
[DebuggerNonUserCode] set
|
||||
{
|
||||
if (value == this.m_AboutForm)
|
||||
return;
|
||||
if (value != null)
|
||||
throw new ArgumentException("Property can only be set to Nothing");
|
||||
this.Dispose__Instance__<AboutForm>(ref this.m_AboutForm);
|
||||
}
|
||||
}
|
||||
|
||||
public BeepForm BeepForm
|
||||
{
|
||||
[DebuggerNonUserCode] get
|
||||
{
|
||||
this.m_BeepForm = MyProject.MyForms.Create__Instance__<BeepForm>(this.m_BeepForm);
|
||||
return this.m_BeepForm;
|
||||
}
|
||||
[DebuggerNonUserCode] set
|
||||
{
|
||||
if (value == this.m_BeepForm)
|
||||
return;
|
||||
if (value != null)
|
||||
throw new ArgumentException("Property can only be set to Nothing");
|
||||
this.Dispose__Instance__<BeepForm>(ref this.m_BeepForm);
|
||||
}
|
||||
}
|
||||
|
||||
public ChannelEditForm ChannelEditForm
|
||||
{
|
||||
[DebuggerNonUserCode] get
|
||||
{
|
||||
this.m_ChannelEditForm = MyProject.MyForms.Create__Instance__<ChannelEditForm>(this.m_ChannelEditForm);
|
||||
return this.m_ChannelEditForm;
|
||||
}
|
||||
[DebuggerNonUserCode] set
|
||||
{
|
||||
if (value == this.m_ChannelEditForm)
|
||||
return;
|
||||
if (value != null)
|
||||
throw new ArgumentException("Property can only be set to Nothing");
|
||||
this.Dispose__Instance__<ChannelEditForm>(ref this.m_ChannelEditForm);
|
||||
}
|
||||
}
|
||||
|
||||
public ChannelMsg ChannelMsg
|
||||
{
|
||||
[DebuggerNonUserCode] get
|
||||
{
|
||||
this.m_ChannelMsg = MyProject.MyForms.Create__Instance__<ChannelMsg>(this.m_ChannelMsg);
|
||||
return this.m_ChannelMsg;
|
||||
}
|
||||
[DebuggerNonUserCode] set
|
||||
{
|
||||
if (value == this.m_ChannelMsg)
|
||||
return;
|
||||
if (value != null)
|
||||
throw new ArgumentException("Property can only be set to Nothing");
|
||||
this.Dispose__Instance__<ChannelMsg>(ref this.m_ChannelMsg);
|
||||
}
|
||||
}
|
||||
|
||||
public ComForm ComForm
|
||||
{
|
||||
[DebuggerNonUserCode] get
|
||||
{
|
||||
this.m_ComForm = MyProject.MyForms.Create__Instance__<ComForm>(this.m_ComForm);
|
||||
return this.m_ComForm;
|
||||
}
|
||||
[DebuggerNonUserCode] set
|
||||
{
|
||||
if (value == this.m_ComForm)
|
||||
return;
|
||||
if (value != null)
|
||||
throw new ArgumentException("Property can only be set to Nothing");
|
||||
this.Dispose__Instance__<ComForm>(ref this.m_ComForm);
|
||||
}
|
||||
}
|
||||
|
||||
public DtmfForm DtmfForm
|
||||
{
|
||||
[DebuggerNonUserCode] get
|
||||
{
|
||||
this.m_DtmfForm = MyProject.MyForms.Create__Instance__<DtmfForm>(this.m_DtmfForm);
|
||||
return this.m_DtmfForm;
|
||||
}
|
||||
[DebuggerNonUserCode] set
|
||||
{
|
||||
if (value == this.m_DtmfForm)
|
||||
return;
|
||||
if (value != null)
|
||||
throw new ArgumentException("Property can only be set to Nothing");
|
||||
this.Dispose__Instance__<DtmfForm>(ref this.m_DtmfForm);
|
||||
}
|
||||
}
|
||||
|
||||
public InputPasswordForm InputPasswordForm
|
||||
{
|
||||
[DebuggerNonUserCode] get
|
||||
{
|
||||
this.m_InputPasswordForm = MyProject.MyForms.Create__Instance__<InputPasswordForm>(this.m_InputPasswordForm);
|
||||
return this.m_InputPasswordForm;
|
||||
}
|
||||
[DebuggerNonUserCode] set
|
||||
{
|
||||
if (value == this.m_InputPasswordForm)
|
||||
return;
|
||||
if (value != null)
|
||||
throw new ArgumentException("Property can only be set to Nothing");
|
||||
this.Dispose__Instance__<InputPasswordForm>(ref this.m_InputPasswordForm);
|
||||
}
|
||||
}
|
||||
|
||||
public MDIParent1 MDIParent1
|
||||
{
|
||||
[DebuggerNonUserCode] get
|
||||
{
|
||||
this.m_MDIParent1 = MyProject.MyForms.Create__Instance__<MDIParent1>(this.m_MDIParent1);
|
||||
return this.m_MDIParent1;
|
||||
}
|
||||
[DebuggerNonUserCode] set
|
||||
{
|
||||
if (value == this.m_MDIParent1)
|
||||
return;
|
||||
if (value != null)
|
||||
throw new ArgumentException("Property can only be set to Nothing");
|
||||
this.Dispose__Instance__<MDIParent1>(ref this.m_MDIParent1);
|
||||
}
|
||||
}
|
||||
|
||||
public MSCommReadForm MSCommReadForm
|
||||
{
|
||||
[DebuggerNonUserCode] get
|
||||
{
|
||||
this.m_MSCommReadForm = MyProject.MyForms.Create__Instance__<MSCommReadForm>(this.m_MSCommReadForm);
|
||||
return this.m_MSCommReadForm;
|
||||
}
|
||||
[DebuggerNonUserCode] set
|
||||
{
|
||||
if (value == this.m_MSCommReadForm)
|
||||
return;
|
||||
if (value != null)
|
||||
throw new ArgumentException("Property can only be set to Nothing");
|
||||
this.Dispose__Instance__<MSCommReadForm>(ref this.m_MSCommReadForm);
|
||||
}
|
||||
}
|
||||
|
||||
public MSCommWriteForm MSCommWriteForm
|
||||
{
|
||||
[DebuggerNonUserCode] get
|
||||
{
|
||||
this.m_MSCommWriteForm = MyProject.MyForms.Create__Instance__<MSCommWriteForm>(this.m_MSCommWriteForm);
|
||||
return this.m_MSCommWriteForm;
|
||||
}
|
||||
[DebuggerNonUserCode] set
|
||||
{
|
||||
if (value == this.m_MSCommWriteForm)
|
||||
return;
|
||||
if (value != null)
|
||||
throw new ArgumentException("Property can only be set to Nothing");
|
||||
this.Dispose__Instance__<MSCommWriteForm>(ref this.m_MSCommWriteForm);
|
||||
}
|
||||
}
|
||||
|
||||
public MsgForm MsgForm
|
||||
{
|
||||
[DebuggerNonUserCode] get
|
||||
{
|
||||
this.m_MsgForm = MyProject.MyForms.Create__Instance__<MsgForm>(this.m_MsgForm);
|
||||
return this.m_MsgForm;
|
||||
}
|
||||
[DebuggerNonUserCode] set
|
||||
{
|
||||
if (value == this.m_MsgForm)
|
||||
return;
|
||||
if (value != null)
|
||||
throw new ArgumentException("Property can only be set to Nothing");
|
||||
this.Dispose__Instance__<MsgForm>(ref this.m_MsgForm);
|
||||
}
|
||||
}
|
||||
|
||||
public PasswordForm PasswordForm
|
||||
{
|
||||
[DebuggerNonUserCode] get
|
||||
{
|
||||
this.m_PasswordForm = MyProject.MyForms.Create__Instance__<PasswordForm>(this.m_PasswordForm);
|
||||
return this.m_PasswordForm;
|
||||
}
|
||||
[DebuggerNonUserCode] set
|
||||
{
|
||||
if (value == this.m_PasswordForm)
|
||||
return;
|
||||
if (value != null)
|
||||
throw new ArgumentException("Property can only be set to Nothing");
|
||||
this.Dispose__Instance__<PasswordForm>(ref this.m_PasswordForm);
|
||||
}
|
||||
}
|
||||
|
||||
public RadioMsgForm RadioMsgForm
|
||||
{
|
||||
[DebuggerNonUserCode] get
|
||||
{
|
||||
this.m_RadioMsgForm = MyProject.MyForms.Create__Instance__<RadioMsgForm>(this.m_RadioMsgForm);
|
||||
return this.m_RadioMsgForm;
|
||||
}
|
||||
[DebuggerNonUserCode] set
|
||||
{
|
||||
if (value == this.m_RadioMsgForm)
|
||||
return;
|
||||
if (value != null)
|
||||
throw new ArgumentException("Property can only be set to Nothing");
|
||||
this.Dispose__Instance__<RadioMsgForm>(ref this.m_RadioMsgForm);
|
||||
}
|
||||
}
|
||||
|
||||
public ScanFuncMsgForm ScanFuncMsgForm
|
||||
{
|
||||
[DebuggerNonUserCode] get
|
||||
{
|
||||
this.m_ScanFuncMsgForm = MyProject.MyForms.Create__Instance__<ScanFuncMsgForm>(this.m_ScanFuncMsgForm);
|
||||
return this.m_ScanFuncMsgForm;
|
||||
}
|
||||
[DebuggerNonUserCode] set
|
||||
{
|
||||
if (value == this.m_ScanFuncMsgForm)
|
||||
return;
|
||||
if (value != null)
|
||||
throw new ArgumentException("Property can only be set to Nothing");
|
||||
this.Dispose__Instance__<ScanFuncMsgForm>(ref this.m_ScanFuncMsgForm);
|
||||
}
|
||||
}
|
||||
|
||||
public SofeMsgForm SofeMsgForm
|
||||
{
|
||||
[DebuggerNonUserCode] get
|
||||
{
|
||||
this.m_SofeMsgForm = MyProject.MyForms.Create__Instance__<SofeMsgForm>(this.m_SofeMsgForm);
|
||||
return this.m_SofeMsgForm;
|
||||
}
|
||||
[DebuggerNonUserCode] set
|
||||
{
|
||||
if (value == this.m_SofeMsgForm)
|
||||
return;
|
||||
if (value != null)
|
||||
throw new ArgumentException("Property can only be set to Nothing");
|
||||
this.Dispose__Instance__<SofeMsgForm>(ref this.m_SofeMsgForm);
|
||||
}
|
||||
}
|
||||
|
||||
public SOSMsgForm SOSMsgForm
|
||||
{
|
||||
[DebuggerNonUserCode] get
|
||||
{
|
||||
this.m_SOSMsgForm = MyProject.MyForms.Create__Instance__<SOSMsgForm>(this.m_SOSMsgForm);
|
||||
return this.m_SOSMsgForm;
|
||||
}
|
||||
[DebuggerNonUserCode] set
|
||||
{
|
||||
if (value == this.m_SOSMsgForm)
|
||||
return;
|
||||
if (value != null)
|
||||
throw new ArgumentException("Property can only be set to Nothing");
|
||||
this.Dispose__Instance__<SOSMsgForm>(ref this.m_SOSMsgForm);
|
||||
}
|
||||
}
|
||||
|
||||
public TypeFuncMsgForm TypeFuncMsgForm
|
||||
{
|
||||
[DebuggerNonUserCode] get
|
||||
{
|
||||
this.m_TypeFuncMsgForm = MyProject.MyForms.Create__Instance__<TypeFuncMsgForm>(this.m_TypeFuncMsgForm);
|
||||
return this.m_TypeFuncMsgForm;
|
||||
}
|
||||
[DebuggerNonUserCode] set
|
||||
{
|
||||
if (value == this.m_TypeFuncMsgForm)
|
||||
return;
|
||||
if (value != null)
|
||||
throw new ArgumentException("Property can only be set to Nothing");
|
||||
this.Dispose__Instance__<TypeFuncMsgForm>(ref this.m_TypeFuncMsgForm);
|
||||
}
|
||||
}
|
||||
|
||||
public TypeMsgForm TypeMsgForm
|
||||
{
|
||||
[DebuggerNonUserCode] get
|
||||
{
|
||||
this.m_TypeMsgForm = MyProject.MyForms.Create__Instance__<TypeMsgForm>(this.m_TypeMsgForm);
|
||||
return this.m_TypeMsgForm;
|
||||
}
|
||||
[DebuggerNonUserCode] set
|
||||
{
|
||||
if (value == this.m_TypeMsgForm)
|
||||
return;
|
||||
if (value != null)
|
||||
throw new ArgumentException("Property can only be set to Nothing");
|
||||
this.Dispose__Instance__<TypeMsgForm>(ref this.m_TypeMsgForm);
|
||||
}
|
||||
}
|
||||
|
||||
[DebuggerHidden]
|
||||
private static T Create__Instance__<T>(T Instance) where T : Form, new()
|
||||
{
|
||||
if ((object) Instance != null && !Instance.IsDisposed)
|
||||
return Instance;
|
||||
if (MyProject.MyForms.m_FormBeingCreated != null)
|
||||
{
|
||||
if (MyProject.MyForms.m_FormBeingCreated.ContainsKey((object) typeof (T)))
|
||||
throw new InvalidOperationException(Utils.GetResourceString("WinForms_RecursiveFormCreate"));
|
||||
}
|
||||
else
|
||||
MyProject.MyForms.m_FormBeingCreated = new Hashtable();
|
||||
MyProject.MyForms.m_FormBeingCreated.Add((object) typeof (T), (object) null);
|
||||
try
|
||||
{
|
||||
return new T();
|
||||
}
|
||||
catch (TargetInvocationException ex)
|
||||
{
|
||||
// ISSUE: unable to correctly present filter
|
||||
ProjectData.SetProjectError((Exception) ex);
|
||||
if (ex.InnerException != null)
|
||||
{
|
||||
//SuccessfulFiltering;
|
||||
}
|
||||
else
|
||||
throw new InvalidOperationException(Utils.GetResourceString("WinForms_SeeInnerException", ex.InnerException.Message), ex.InnerException);
|
||||
}
|
||||
finally
|
||||
{
|
||||
MyProject.MyForms.m_FormBeingCreated.Remove((object) typeof (T));
|
||||
}
|
||||
throw new InvalidOperationException("Upssssss!!!!");
|
||||
}
|
||||
|
||||
[DebuggerHidden]
|
||||
private void Dispose__Instance__<T>(ref T instance) where T : Form
|
||||
{
|
||||
instance.Dispose();
|
||||
instance = default (T);
|
||||
}
|
||||
|
||||
[EditorBrowsable(EditorBrowsableState.Never)]
|
||||
[DebuggerHidden]
|
||||
public MyForms()
|
||||
{
|
||||
}
|
||||
|
||||
[EditorBrowsable(EditorBrowsableState.Never)]
|
||||
public override bool Equals(object o) => base.Equals(RuntimeHelpers.GetObjectValue(o));
|
||||
|
||||
[EditorBrowsable(EditorBrowsableState.Never)]
|
||||
public override int GetHashCode() => base.GetHashCode();
|
||||
|
||||
[EditorBrowsable(EditorBrowsableState.Never)]
|
||||
internal new System.Type GetType() => typeof (MyProject.MyForms);
|
||||
|
||||
[EditorBrowsable(EditorBrowsableState.Never)]
|
||||
public override string ToString() => base.ToString();
|
||||
}
|
||||
|
||||
[MyGroupCollection("System.Web.Services.Protocols.SoapHttpClientProtocol", "Create__Instance__", "Dispose__Instance__", "")]
|
||||
[EditorBrowsable(EditorBrowsableState.Never)]
|
||||
internal sealed class MyWebServices
|
||||
{
|
||||
[EditorBrowsable(EditorBrowsableState.Never)]
|
||||
[DebuggerHidden]
|
||||
public override bool Equals(object o) => base.Equals(RuntimeHelpers.GetObjectValue(o));
|
||||
|
||||
[DebuggerHidden]
|
||||
[EditorBrowsable(EditorBrowsableState.Never)]
|
||||
public override int GetHashCode() => base.GetHashCode();
|
||||
|
||||
[DebuggerHidden]
|
||||
[EditorBrowsable(EditorBrowsableState.Never)]
|
||||
internal new System.Type GetType() => typeof (MyProject.MyWebServices);
|
||||
|
||||
[DebuggerHidden]
|
||||
[EditorBrowsable(EditorBrowsableState.Never)]
|
||||
public override string ToString() => base.ToString();
|
||||
|
||||
[DebuggerHidden]
|
||||
private static T Create__Instance__<T>(T instance) where T : new()
|
||||
{
|
||||
return (object) instance == null ? new T() : instance;
|
||||
}
|
||||
|
||||
[DebuggerHidden]
|
||||
private void Dispose__Instance__<T>(ref T instance) => instance = default (T);
|
||||
|
||||
[EditorBrowsable(EditorBrowsableState.Never)]
|
||||
[DebuggerHidden]
|
||||
public MyWebServices()
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
[EditorBrowsable(EditorBrowsableState.Never)]
|
||||
[ComVisible(false)]
|
||||
internal sealed class ThreadSafeObjectProvider<T> where T : new()
|
||||
{
|
||||
internal T GetInstance
|
||||
{
|
||||
[DebuggerHidden] get
|
||||
{
|
||||
if ((object) MyProject.ThreadSafeObjectProvider<T>.m_ThreadStaticValue == null)
|
||||
MyProject.ThreadSafeObjectProvider<T>.m_ThreadStaticValue = new T();
|
||||
return MyProject.ThreadSafeObjectProvider<T>.m_ThreadStaticValue;
|
||||
}
|
||||
}
|
||||
|
||||
[DebuggerHidden]
|
||||
[EditorBrowsable(EditorBrowsableState.Never)]
|
||||
public ThreadSafeObjectProvider()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
75
HPG-68D/Backup/My/MySettings.cs
Normal file
75
HPG-68D/Backup/My/MySettings.cs
Normal file
@ -0,0 +1,75 @@
|
||||
// Decompiled with JetBrains decompiler
|
||||
// Type: HPG_68D.My.MySettings
|
||||
// Assembly: HPG-68D, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
||||
// MVID: 530C99A8-8EEF-42C8-8A74-66FDE7B322C3
|
||||
// Assembly location: C:\Program Files (x86)\HONGKAIDE\HPG-68D\HPG-68D.exe
|
||||
|
||||
using Microsoft.VisualBasic.ApplicationServices;
|
||||
using Microsoft.VisualBasic.CompilerServices;
|
||||
using System;
|
||||
using System.CodeDom.Compiler;
|
||||
using System.ComponentModel;
|
||||
using System.Configuration;
|
||||
using System.Diagnostics;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Threading;
|
||||
|
||||
|
||||
namespace HPG_68D.My
|
||||
{
|
||||
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||
[CompilerGenerated]
|
||||
[GeneratedCode("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "8.0.0.0")]
|
||||
internal sealed class MySettings : ApplicationSettingsBase
|
||||
{
|
||||
private static MySettings defaultInstance = (MySettings) SettingsBase.Synchronized((SettingsBase) new MySettings());
|
||||
private static bool addedHandler;
|
||||
private static object addedHandlerLockObject = RuntimeHelpers.GetObjectValue(new object());
|
||||
|
||||
[DebuggerNonUserCode]
|
||||
public MySettings()
|
||||
{
|
||||
}
|
||||
|
||||
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||
[DebuggerNonUserCode]
|
||||
private static void AutoSaveSettings(object sender, EventArgs e)
|
||||
{
|
||||
if (!MyProject.Application.SaveMySettingsOnExit)
|
||||
return;
|
||||
MySettingsProperty.Settings.Save();
|
||||
}
|
||||
|
||||
public static MySettings Default
|
||||
{
|
||||
get
|
||||
{
|
||||
if (!MySettings.addedHandler)
|
||||
{
|
||||
object handlerLockObject = MySettings.addedHandlerLockObject;
|
||||
ObjectFlowControl.CheckForSyncLockOnValueType(handlerLockObject);
|
||||
Monitor.Enter(handlerLockObject);
|
||||
try
|
||||
{
|
||||
if (!MySettings.addedHandler)
|
||||
{
|
||||
MyProject.Application.Shutdown += (ShutdownEventHandler) ((sender, e) =>
|
||||
{
|
||||
if (!MyProject.Application.SaveMySettingsOnExit)
|
||||
return;
|
||||
MySettingsProperty.Settings.Save();
|
||||
});
|
||||
MySettings.addedHandler = true;
|
||||
}
|
||||
}
|
||||
finally
|
||||
{
|
||||
Monitor.Exit(handlerLockObject);
|
||||
}
|
||||
}
|
||||
MySettings defaultInstance = MySettings.defaultInstance;
|
||||
return defaultInstance;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
32
HPG-68D/Backup/My/MySettingsProperty.cs
Normal file
32
HPG-68D/Backup/My/MySettingsProperty.cs
Normal file
@ -0,0 +1,32 @@
|
||||
// Decompiled with JetBrains decompiler
|
||||
// Type: HPG_68D.My.MySettingsProperty
|
||||
// Assembly: HPG-68D, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
||||
// MVID: 530C99A8-8EEF-42C8-8A74-66FDE7B322C3
|
||||
// Assembly location: C:\Program Files (x86)\HONGKAIDE\HPG-68D\HPG-68D.exe
|
||||
|
||||
using Microsoft.VisualBasic;
|
||||
using Microsoft.VisualBasic.CompilerServices;
|
||||
using System.ComponentModel.Design;
|
||||
using System.Diagnostics;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
|
||||
namespace HPG_68D.My
|
||||
{
|
||||
[StandardModule]
|
||||
[CompilerGenerated]
|
||||
[DebuggerNonUserCode]
|
||||
[HideModuleName]
|
||||
internal sealed class MySettingsProperty
|
||||
{
|
||||
[HelpKeyword("My.Settings")]
|
||||
internal static MySettings Settings
|
||||
{
|
||||
get
|
||||
{
|
||||
MySettings settings = MySettings.Default;
|
||||
return settings;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
46
HPG-68D/Backup/My/Resources/Resources.cs
Normal file
46
HPG-68D/Backup/My/Resources/Resources.cs
Normal file
@ -0,0 +1,46 @@
|
||||
// Decompiled with JetBrains decompiler
|
||||
// Type: HPG_68D.My.Resources.Resources
|
||||
// Assembly: HPG-68D, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
||||
// MVID: 530C99A8-8EEF-42C8-8A74-66FDE7B322C3
|
||||
// Assembly location: C:\Program Files (x86)\HONGKAIDE\HPG-68D\HPG-68D.exe
|
||||
|
||||
using Microsoft.VisualBasic;
|
||||
using Microsoft.VisualBasic.CompilerServices;
|
||||
using System.CodeDom.Compiler;
|
||||
using System.ComponentModel;
|
||||
using System.Diagnostics;
|
||||
using System.Globalization;
|
||||
using System.Resources;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
namespace HPG_68D.My.Resources
|
||||
{
|
||||
[StandardModule]
|
||||
[DebuggerNonUserCode]
|
||||
[HideModuleName]
|
||||
[CompilerGenerated]
|
||||
[GeneratedCode("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
|
||||
internal sealed class Resources
|
||||
{
|
||||
private static ResourceManager resourceMan;
|
||||
private static CultureInfo resourceCulture;
|
||||
|
||||
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||
internal static ResourceManager ResourceManager
|
||||
{
|
||||
get
|
||||
{
|
||||
if (object.ReferenceEquals((object) HPG_68D.My.Resources.Resources.resourceMan, (object) null))
|
||||
HPG_68D.My.Resources.Resources.resourceMan = new ResourceManager("HPG_68D.Resources", typeof (HPG_68D.My.Resources.Resources).Assembly);
|
||||
return HPG_68D.My.Resources.Resources.resourceMan;
|
||||
}
|
||||
}
|
||||
|
||||
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||
internal static CultureInfo Culture
|
||||
{
|
||||
get => HPG_68D.My.Resources.Resources.resourceCulture;
|
||||
set => HPG_68D.My.Resources.Resources.resourceCulture = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
545
HPG-68D/Backup/PasswordForm.cs
Normal file
545
HPG-68D/Backup/PasswordForm.cs
Normal file
@ -0,0 +1,545 @@
|
||||
// Decompiled with JetBrains decompiler
|
||||
// Type: HPG_68D.PasswordForm
|
||||
// Assembly: HPG-68D, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
||||
// MVID: 530C99A8-8EEF-42C8-8A74-66FDE7B322C3
|
||||
// Assembly location: C:\Program Files (x86)\HONGKAIDE\HPG-68D\HPG-68D.exe
|
||||
|
||||
using HPG_68D.My;
|
||||
using Microsoft.VisualBasic;
|
||||
using Microsoft.VisualBasic.CompilerServices;
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.ComponentModel;
|
||||
using System.Diagnostics;
|
||||
using System.Drawing;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
|
||||
|
||||
namespace HPG_68D
|
||||
{
|
||||
[DesignerGenerated]
|
||||
public class PasswordForm : Form
|
||||
{
|
||||
private static ArrayList __ENCList = new ArrayList();
|
||||
private IContainer components;
|
||||
[AccessedThroughProperty("Label1")]
|
||||
private Label _Label1;
|
||||
[AccessedThroughProperty("TextBoxPassword")]
|
||||
private TextBox _TextBoxPassword;
|
||||
[AccessedThroughProperty("ButtonOK")]
|
||||
private Button _ButtonOK;
|
||||
[AccessedThroughProperty("ButtonCannel")]
|
||||
private Button _ButtonCannel;
|
||||
[AccessedThroughProperty("Label2")]
|
||||
private Label _Label2;
|
||||
[AccessedThroughProperty("TextBox_NewPassword_R")]
|
||||
private TextBox _TextBox_NewPassword_R;
|
||||
[AccessedThroughProperty("CheckBox_WritePassword")]
|
||||
private CheckBox _CheckBox_WritePassword;
|
||||
[AccessedThroughProperty("CheckBox_ReadPassword")]
|
||||
private CheckBox _CheckBox_ReadPassword;
|
||||
[AccessedThroughProperty("GroupBox_ReadPassword")]
|
||||
private GroupBox _GroupBox_ReadPassword;
|
||||
[AccessedThroughProperty("Label3")]
|
||||
private Label _Label3;
|
||||
[AccessedThroughProperty("TextBox_EnterPassword_R")]
|
||||
private TextBox _TextBox_EnterPassword_R;
|
||||
[AccessedThroughProperty("GroupBox_WritePassword")]
|
||||
private GroupBox _GroupBox_WritePassword;
|
||||
[AccessedThroughProperty("TextBox_OldPassword_W")]
|
||||
private TextBox _TextBox_OldPassword_W;
|
||||
[AccessedThroughProperty("Label4")]
|
||||
private Label _Label4;
|
||||
[AccessedThroughProperty("Label5")]
|
||||
private Label _Label5;
|
||||
[AccessedThroughProperty("Label6")]
|
||||
private Label _Label6;
|
||||
[AccessedThroughProperty("TextBox_EnterPassword_W")]
|
||||
private TextBox _TextBox_EnterPassword_W;
|
||||
[AccessedThroughProperty("TextBox_NewPassword_W")]
|
||||
private TextBox _TextBox_NewPassword_W;
|
||||
|
||||
[DebuggerNonUserCode]
|
||||
static PasswordForm()
|
||||
{
|
||||
}
|
||||
|
||||
[DebuggerNonUserCode]
|
||||
public PasswordForm()
|
||||
{
|
||||
this.Load += new EventHandler(this.PasswordForm_Load);
|
||||
PasswordForm.__ENCList.Add((object) new WeakReference((object) this));
|
||||
this.InitializeComponent();
|
||||
}
|
||||
|
||||
[DebuggerNonUserCode]
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && this.components != null)
|
||||
this.components.Dispose();
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
[DebuggerStepThrough]
|
||||
private void InitializeComponent()
|
||||
{
|
||||
ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof (PasswordForm));
|
||||
this.Label1 = new Label();
|
||||
this.TextBoxPassword = new TextBox();
|
||||
this.ButtonOK = new Button();
|
||||
this.ButtonCannel = new Button();
|
||||
this.Label2 = new Label();
|
||||
this.TextBox_NewPassword_R = new TextBox();
|
||||
this.CheckBox_WritePassword = new CheckBox();
|
||||
this.CheckBox_ReadPassword = new CheckBox();
|
||||
this.GroupBox_ReadPassword = new GroupBox();
|
||||
this.Label3 = new Label();
|
||||
this.TextBox_EnterPassword_R = new TextBox();
|
||||
this.GroupBox_WritePassword = new GroupBox();
|
||||
this.TextBox_OldPassword_W = new TextBox();
|
||||
this.Label4 = new Label();
|
||||
this.Label5 = new Label();
|
||||
this.Label6 = new Label();
|
||||
this.TextBox_EnterPassword_W = new TextBox();
|
||||
this.TextBox_NewPassword_W = new TextBox();
|
||||
this.GroupBox_ReadPassword.SuspendLayout();
|
||||
this.GroupBox_WritePassword.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
this.Label1.AccessibleDescription = (string) null;
|
||||
this.Label1.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.Label1, "Label1");
|
||||
this.Label1.Font = (Font) null;
|
||||
this.Label1.Name = "Label1";
|
||||
this.TextBoxPassword.AccessibleDescription = (string) null;
|
||||
this.TextBoxPassword.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.TextBoxPassword, "TextBoxPassword");
|
||||
this.TextBoxPassword.BackgroundImage = (Image) null;
|
||||
this.TextBoxPassword.Font = (Font) null;
|
||||
this.TextBoxPassword.Name = "TextBoxPassword";
|
||||
this.ButtonOK.AccessibleDescription = (string) null;
|
||||
this.ButtonOK.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.ButtonOK, "ButtonOK");
|
||||
this.ButtonOK.BackgroundImage = (Image) null;
|
||||
this.ButtonOK.Font = (Font) null;
|
||||
this.ButtonOK.Name = "ButtonOK";
|
||||
this.ButtonOK.UseVisualStyleBackColor = true;
|
||||
this.ButtonCannel.AccessibleDescription = (string) null;
|
||||
this.ButtonCannel.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.ButtonCannel, "ButtonCannel");
|
||||
this.ButtonCannel.BackgroundImage = (Image) null;
|
||||
this.ButtonCannel.Font = (Font) null;
|
||||
this.ButtonCannel.Name = "ButtonCannel";
|
||||
this.ButtonCannel.UseVisualStyleBackColor = true;
|
||||
this.Label2.AccessibleDescription = (string) null;
|
||||
this.Label2.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.Label2, "Label2");
|
||||
this.Label2.Font = (Font) null;
|
||||
this.Label2.Name = "Label2";
|
||||
this.TextBox_NewPassword_R.AccessibleDescription = (string) null;
|
||||
this.TextBox_NewPassword_R.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.TextBox_NewPassword_R, "TextBox_NewPassword_R");
|
||||
this.TextBox_NewPassword_R.BackgroundImage = (Image) null;
|
||||
this.TextBox_NewPassword_R.Font = (Font) null;
|
||||
this.TextBox_NewPassword_R.Name = "TextBox_NewPassword_R";
|
||||
this.CheckBox_WritePassword.AccessibleDescription = (string) null;
|
||||
this.CheckBox_WritePassword.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.CheckBox_WritePassword, "CheckBox_WritePassword");
|
||||
this.CheckBox_WritePassword.BackgroundImage = (Image) null;
|
||||
this.CheckBox_WritePassword.Font = (Font) null;
|
||||
this.CheckBox_WritePassword.Name = "CheckBox_WritePassword";
|
||||
this.CheckBox_WritePassword.UseVisualStyleBackColor = true;
|
||||
this.CheckBox_ReadPassword.AccessibleDescription = (string) null;
|
||||
this.CheckBox_ReadPassword.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.CheckBox_ReadPassword, "CheckBox_ReadPassword");
|
||||
this.CheckBox_ReadPassword.BackgroundImage = (Image) null;
|
||||
this.CheckBox_ReadPassword.Font = (Font) null;
|
||||
this.CheckBox_ReadPassword.Name = "CheckBox_ReadPassword";
|
||||
this.CheckBox_ReadPassword.UseVisualStyleBackColor = true;
|
||||
this.GroupBox_ReadPassword.AccessibleDescription = (string) null;
|
||||
this.GroupBox_ReadPassword.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.GroupBox_ReadPassword, "GroupBox_ReadPassword");
|
||||
this.GroupBox_ReadPassword.BackgroundImage = (Image) null;
|
||||
this.GroupBox_ReadPassword.Controls.Add((Control) this.TextBoxPassword);
|
||||
this.GroupBox_ReadPassword.Controls.Add((Control) this.Label1);
|
||||
this.GroupBox_ReadPassword.Controls.Add((Control) this.Label3);
|
||||
this.GroupBox_ReadPassword.Controls.Add((Control) this.Label2);
|
||||
this.GroupBox_ReadPassword.Controls.Add((Control) this.TextBox_EnterPassword_R);
|
||||
this.GroupBox_ReadPassword.Controls.Add((Control) this.TextBox_NewPassword_R);
|
||||
this.GroupBox_ReadPassword.Font = (Font) null;
|
||||
this.GroupBox_ReadPassword.Name = "GroupBox_ReadPassword";
|
||||
this.GroupBox_ReadPassword.TabStop = false;
|
||||
this.Label3.AccessibleDescription = (string) null;
|
||||
this.Label3.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.Label3, "Label3");
|
||||
this.Label3.Font = (Font) null;
|
||||
this.Label3.Name = "Label3";
|
||||
this.TextBox_EnterPassword_R.AccessibleDescription = (string) null;
|
||||
this.TextBox_EnterPassword_R.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.TextBox_EnterPassword_R, "TextBox_EnterPassword_R");
|
||||
this.TextBox_EnterPassword_R.BackgroundImage = (Image) null;
|
||||
this.TextBox_EnterPassword_R.Font = (Font) null;
|
||||
this.TextBox_EnterPassword_R.Name = "TextBox_EnterPassword_R";
|
||||
this.GroupBox_WritePassword.AccessibleDescription = (string) null;
|
||||
this.GroupBox_WritePassword.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.GroupBox_WritePassword, "GroupBox_WritePassword");
|
||||
this.GroupBox_WritePassword.BackgroundImage = (Image) null;
|
||||
this.GroupBox_WritePassword.Controls.Add((Control) this.TextBox_OldPassword_W);
|
||||
this.GroupBox_WritePassword.Controls.Add((Control) this.Label4);
|
||||
this.GroupBox_WritePassword.Controls.Add((Control) this.Label5);
|
||||
this.GroupBox_WritePassword.Controls.Add((Control) this.Label6);
|
||||
this.GroupBox_WritePassword.Controls.Add((Control) this.TextBox_EnterPassword_W);
|
||||
this.GroupBox_WritePassword.Controls.Add((Control) this.TextBox_NewPassword_W);
|
||||
this.GroupBox_WritePassword.Font = (Font) null;
|
||||
this.GroupBox_WritePassword.Name = "GroupBox_WritePassword";
|
||||
this.GroupBox_WritePassword.TabStop = false;
|
||||
this.TextBox_OldPassword_W.AccessibleDescription = (string) null;
|
||||
this.TextBox_OldPassword_W.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.TextBox_OldPassword_W, "TextBox_OldPassword_W");
|
||||
this.TextBox_OldPassword_W.BackgroundImage = (Image) null;
|
||||
this.TextBox_OldPassword_W.Font = (Font) null;
|
||||
this.TextBox_OldPassword_W.Name = "TextBox_OldPassword_W";
|
||||
this.Label4.AccessibleDescription = (string) null;
|
||||
this.Label4.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.Label4, "Label4");
|
||||
this.Label4.Font = (Font) null;
|
||||
this.Label4.Name = "Label4";
|
||||
this.Label5.AccessibleDescription = (string) null;
|
||||
this.Label5.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.Label5, "Label5");
|
||||
this.Label5.Font = (Font) null;
|
||||
this.Label5.Name = "Label5";
|
||||
this.Label6.AccessibleDescription = (string) null;
|
||||
this.Label6.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.Label6, "Label6");
|
||||
this.Label6.Font = (Font) null;
|
||||
this.Label6.Name = "Label6";
|
||||
this.TextBox_EnterPassword_W.AccessibleDescription = (string) null;
|
||||
this.TextBox_EnterPassword_W.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.TextBox_EnterPassword_W, "TextBox_EnterPassword_W");
|
||||
this.TextBox_EnterPassword_W.BackgroundImage = (Image) null;
|
||||
this.TextBox_EnterPassword_W.Font = (Font) null;
|
||||
this.TextBox_EnterPassword_W.Name = "TextBox_EnterPassword_W";
|
||||
this.TextBox_NewPassword_W.AccessibleDescription = (string) null;
|
||||
this.TextBox_NewPassword_W.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.TextBox_NewPassword_W, "TextBox_NewPassword_W");
|
||||
this.TextBox_NewPassword_W.BackgroundImage = (Image) null;
|
||||
this.TextBox_NewPassword_W.Font = (Font) null;
|
||||
this.TextBox_NewPassword_W.Name = "TextBox_NewPassword_W";
|
||||
this.AccessibleDescription = (string) null;
|
||||
this.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this, "$this");
|
||||
this.AutoScaleMode = AutoScaleMode.Font;
|
||||
this.BackgroundImage = (Image) null;
|
||||
this.Controls.Add((Control) this.GroupBox_WritePassword);
|
||||
this.Controls.Add((Control) this.GroupBox_ReadPassword);
|
||||
this.Controls.Add((Control) this.CheckBox_ReadPassword);
|
||||
this.Controls.Add((Control) this.CheckBox_WritePassword);
|
||||
this.Controls.Add((Control) this.ButtonCannel);
|
||||
this.Controls.Add((Control) this.ButtonOK);
|
||||
this.Font = (Font) null;
|
||||
this.FormBorderStyle = FormBorderStyle.FixedDialog;
|
||||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
this.Name = nameof (PasswordForm);
|
||||
this.GroupBox_ReadPassword.ResumeLayout(false);
|
||||
this.GroupBox_ReadPassword.PerformLayout();
|
||||
this.GroupBox_WritePassword.ResumeLayout(false);
|
||||
this.GroupBox_WritePassword.PerformLayout();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
}
|
||||
|
||||
internal virtual Label Label1
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Label1;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._Label1 = value;
|
||||
}
|
||||
|
||||
internal virtual TextBox TextBoxPassword
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._TextBoxPassword;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._TextBoxPassword = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual Button ButtonOK
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._ButtonOK;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
if (this._ButtonOK != null)
|
||||
this._ButtonOK.Click -= new EventHandler(this.ButtonOK_Click);
|
||||
this._ButtonOK = value;
|
||||
if (this._ButtonOK == null)
|
||||
return;
|
||||
this._ButtonOK.Click += new EventHandler(this.ButtonOK_Click);
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual Button ButtonCannel
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._ButtonCannel;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
if (this._ButtonCannel != null)
|
||||
this._ButtonCannel.Click -= new EventHandler(this.ButtonCannel_Click);
|
||||
this._ButtonCannel = value;
|
||||
if (this._ButtonCannel == null)
|
||||
return;
|
||||
this._ButtonCannel.Click += new EventHandler(this.ButtonCannel_Click);
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual Label Label2
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Label2;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._Label2 = value;
|
||||
}
|
||||
|
||||
internal virtual TextBox TextBox_NewPassword_R
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._TextBox_NewPassword_R;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._TextBox_NewPassword_R = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual CheckBox CheckBox_WritePassword
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._CheckBox_WritePassword;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
if (this._CheckBox_WritePassword != null)
|
||||
this._CheckBox_WritePassword.CheckedChanged -= new EventHandler(this.CheckBox_WritePassword_CheckedChanged);
|
||||
this._CheckBox_WritePassword = value;
|
||||
if (this._CheckBox_WritePassword == null)
|
||||
return;
|
||||
this._CheckBox_WritePassword.CheckedChanged += new EventHandler(this.CheckBox_WritePassword_CheckedChanged);
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual CheckBox CheckBox_ReadPassword
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._CheckBox_ReadPassword;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
if (this._CheckBox_ReadPassword != null)
|
||||
this._CheckBox_ReadPassword.CheckedChanged -= new EventHandler(this.CheckBox_ReadPassword_CheckedChanged);
|
||||
this._CheckBox_ReadPassword = value;
|
||||
if (this._CheckBox_ReadPassword == null)
|
||||
return;
|
||||
this._CheckBox_ReadPassword.CheckedChanged += new EventHandler(this.CheckBox_ReadPassword_CheckedChanged);
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual GroupBox GroupBox_ReadPassword
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._GroupBox_ReadPassword;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._GroupBox_ReadPassword = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual Label Label3
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Label3;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._Label3 = value;
|
||||
}
|
||||
|
||||
internal virtual TextBox TextBox_EnterPassword_R
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._TextBox_EnterPassword_R;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._TextBox_EnterPassword_R = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual GroupBox GroupBox_WritePassword
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._GroupBox_WritePassword;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._GroupBox_WritePassword = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual TextBox TextBox_OldPassword_W
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._TextBox_OldPassword_W;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._TextBox_OldPassword_W = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual Label Label4
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Label4;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._Label4 = value;
|
||||
}
|
||||
|
||||
internal virtual Label Label5
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Label5;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._Label5 = value;
|
||||
}
|
||||
|
||||
internal virtual Label Label6
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Label6;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._Label6 = value;
|
||||
}
|
||||
|
||||
internal virtual TextBox TextBox_EnterPassword_W
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._TextBox_EnterPassword_W;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._TextBox_EnterPassword_W = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual TextBox TextBox_NewPassword_W
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._TextBox_NewPassword_W;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._TextBox_NewPassword_W = value;
|
||||
}
|
||||
}
|
||||
|
||||
private void PasswordForm_Load(object sender, EventArgs e)
|
||||
{
|
||||
int num = 0;
|
||||
MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) this.CheckBox_ReadPassword, checked (num + 11), publicva.Bit5, 0);
|
||||
MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) this.CheckBox_WritePassword, checked (num + 11), publicva.Bit6, 0);
|
||||
this.CheckBox_ReadPassword_CheckedChanged(RuntimeHelpers.GetObjectValue(sender), e);
|
||||
this.CheckBox_WritePassword_CheckedChanged(RuntimeHelpers.GetObjectValue(sender), e);
|
||||
}
|
||||
|
||||
private void ButtonCannel_Click(object sender, EventArgs e) => this.Close();
|
||||
|
||||
private void ButtonOK_Click(object sender, EventArgs e)
|
||||
{
|
||||
int num1 = 60;
|
||||
string Right1 = Strings.RTrim(Encoding.ASCII.GetString(publicva.EEPROM_Byte, checked (num1 + 0), 16));
|
||||
int num2 = 70;
|
||||
string Right2 = Strings.RTrim(Encoding.ASCII.GetString(publicva.EEPROM_Byte, checked (num2 + 0), 16));
|
||||
int num3 = 0;
|
||||
if (((uint) publicva.EEPROM_Byte[checked (num3 + 11)] & (uint) publicva.Bit5) > 0U)
|
||||
{
|
||||
if (Operators.CompareString(this.TextBoxPassword.Text, Right1, false) == 0)
|
||||
{
|
||||
if (Operators.CompareString(this.TextBox_NewPassword_R.Text, this.TextBox_EnterPassword_R.Text, false) == 0)
|
||||
{
|
||||
Encoding.ASCII.GetBytes(this.TextBox_NewPassword_R.Text.PadRight(16), 0, 16, publicva.EEPROM_Byte, 60);
|
||||
}
|
||||
else
|
||||
{
|
||||
MyProject.Forms.ChannelMsg.Msgbox_Msg("输入密码不同!", "Enter a password different!");
|
||||
this.TextBox_NewPassword_R.Text = "";
|
||||
this.TextBox_EnterPassword_R.Text = "";
|
||||
return;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
MyProject.Forms.ChannelMsg.Msgbox_Msg("旧密码不对!", "The old password is wrong!");
|
||||
this.TextBoxPassword.Text = "";
|
||||
this.TextBox_NewPassword_R.Text = "";
|
||||
this.TextBox_EnterPassword_R.Text = "";
|
||||
return;
|
||||
}
|
||||
}
|
||||
else if (Operators.CompareString(this.TextBox_NewPassword_R.Text, this.TextBox_EnterPassword_R.Text, false) == 0)
|
||||
{
|
||||
Encoding.ASCII.GetBytes(this.TextBox_NewPassword_R.Text.PadRight(16), 0, 16, publicva.EEPROM_Byte, 60);
|
||||
}
|
||||
else
|
||||
{
|
||||
MyProject.Forms.ChannelMsg.Msgbox_Msg("输入密码不同!", "Enter a password different!");
|
||||
this.TextBox_NewPassword_R.Text = "";
|
||||
this.TextBox_EnterPassword_R.Text = "";
|
||||
return;
|
||||
}
|
||||
if (((uint) publicva.EEPROM_Byte[checked (num3 + 11)] & (uint) publicva.Bit6) > 0U)
|
||||
{
|
||||
if (Operators.CompareString(this.TextBox_OldPassword_W.Text, Right2, false) == 0)
|
||||
{
|
||||
if (Operators.CompareString(this.TextBox_NewPassword_W.Text, this.TextBox_EnterPassword_W.Text, false) == 0)
|
||||
{
|
||||
Encoding.ASCII.GetBytes(this.TextBox_NewPassword_W.Text.PadRight(16), 0, 16, publicva.EEPROM_Byte, 70);
|
||||
}
|
||||
else
|
||||
{
|
||||
MyProject.Forms.ChannelMsg.Msgbox_Msg("输入密码不同!", "Enter a password different!");
|
||||
this.TextBox_NewPassword_W.Text = "";
|
||||
this.TextBox_EnterPassword_W.Text = "";
|
||||
return;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
MyProject.Forms.ChannelMsg.Msgbox_Msg("旧密码不对!", "The old password is wrong!");
|
||||
this.TextBox_OldPassword_W.Text = "";
|
||||
this.TextBox_NewPassword_W.Text = "";
|
||||
this.TextBox_EnterPassword_W.Text = "";
|
||||
return;
|
||||
}
|
||||
}
|
||||
else if (Operators.CompareString(this.TextBox_NewPassword_W.Text, this.TextBox_EnterPassword_W.Text, false) == 0)
|
||||
{
|
||||
Encoding.ASCII.GetBytes(this.TextBox_NewPassword_W.Text.PadRight(16), 0, 16, publicva.EEPROM_Byte, 70);
|
||||
}
|
||||
else
|
||||
{
|
||||
MyProject.Forms.ChannelMsg.Msgbox_Msg("输入密码不同!", "Enter a password different!");
|
||||
this.TextBox_NewPassword_W.Text = "";
|
||||
this.TextBox_EnterPassword_W.Text = "";
|
||||
return;
|
||||
}
|
||||
publicva.EEPROM_Byte[checked (num3 + 11)] = Operators.CompareString(this.TextBox_NewPassword_R.Text, "", false) != 0 ? (byte) ((int) publicva.EEPROM_Byte[checked (num3 + 11)] | (int) publicva.Bit5) : (byte) ((int) publicva.EEPROM_Byte[checked (num3 + 11)] & (int) ~publicva.Bit5);
|
||||
publicva.EEPROM_Byte[checked (num3 + 11)] = Operators.CompareString(this.TextBox_NewPassword_W.Text, "", false) != 0 ? (byte) ((int) publicva.EEPROM_Byte[checked (num3 + 11)] | (int) publicva.Bit6) : (byte) ((int) publicva.EEPROM_Byte[checked (num3 + 11)] & (int) ~publicva.Bit6);
|
||||
if (!MyProject.Forms.MDIParent1.MSCcomm_StartInit("Write_Password", publicva.WPassword_EEPROM_Add_Lendgth_List))
|
||||
;
|
||||
this.Close();
|
||||
}
|
||||
|
||||
private void CheckBox_ReadPassword_CheckedChanged(object sender, EventArgs e)
|
||||
{
|
||||
if (this.CheckBox_ReadPassword.Checked)
|
||||
{
|
||||
this.GroupBox_ReadPassword.Enabled = true;
|
||||
}
|
||||
else
|
||||
{
|
||||
this.GroupBox_ReadPassword.Enabled = false;
|
||||
this.TextBoxPassword.Text = "";
|
||||
this.TextBox_NewPassword_R.Text = "";
|
||||
this.TextBox_EnterPassword_R.Text = "";
|
||||
}
|
||||
}
|
||||
|
||||
private void CheckBox_WritePassword_CheckedChanged(object sender, EventArgs e)
|
||||
{
|
||||
if (this.CheckBox_WritePassword.Checked)
|
||||
{
|
||||
this.GroupBox_WritePassword.Enabled = true;
|
||||
}
|
||||
else
|
||||
{
|
||||
this.GroupBox_WritePassword.Enabled = false;
|
||||
this.TextBox_OldPassword_W.Text = "";
|
||||
this.TextBox_NewPassword_W.Text = "";
|
||||
this.TextBox_EnterPassword_W.Text = "";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
634
HPG-68D/Backup/PasswordForm.resx
Normal file
634
HPG-68D/Backup/PasswordForm.resx
Normal file
File diff suppressed because one or more lines are too long
1379
HPG-68D/Backup/RadioMsgForm.cs
Normal file
1379
HPG-68D/Backup/RadioMsgForm.cs
Normal file
File diff suppressed because it is too large
Load Diff
1276
HPG-68D/Backup/RadioMsgForm.resx
Normal file
1276
HPG-68D/Backup/RadioMsgForm.resx
Normal file
File diff suppressed because one or more lines are too long
120
HPG-68D/Backup/Resources.resx
Normal file
120
HPG-68D/Backup/Resources.resx
Normal file
@ -0,0 +1,120 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
</root>
|
||||
2184
HPG-68D/Backup/SOSMsgForm.cs
Normal file
2184
HPG-68D/Backup/SOSMsgForm.cs
Normal file
File diff suppressed because it is too large
Load Diff
5302
HPG-68D/Backup/SOSMsgForm.resx
Normal file
5302
HPG-68D/Backup/SOSMsgForm.resx
Normal file
File diff suppressed because one or more lines are too long
1610
HPG-68D/Backup/ScanFuncMsgForm.cs
Normal file
1610
HPG-68D/Backup/ScanFuncMsgForm.cs
Normal file
File diff suppressed because it is too large
Load Diff
3610
HPG-68D/Backup/ScanFuncMsgForm.resx
Normal file
3610
HPG-68D/Backup/ScanFuncMsgForm.resx
Normal file
File diff suppressed because one or more lines are too long
882
HPG-68D/Backup/SofeMsgForm.cs
Normal file
882
HPG-68D/Backup/SofeMsgForm.cs
Normal file
@ -0,0 +1,882 @@
|
||||
// Decompiled with JetBrains decompiler
|
||||
// Type: HPG_68D.SofeMsgForm
|
||||
// Assembly: HPG-68D, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
||||
// MVID: 530C99A8-8EEF-42C8-8A74-66FDE7B322C3
|
||||
// Assembly location: C:\Program Files (x86)\HONGKAIDE\HPG-68D\HPG-68D.exe
|
||||
|
||||
using HPG_68D.My;
|
||||
using Microsoft.VisualBasic;
|
||||
using Microsoft.VisualBasic.CompilerServices;
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.ComponentModel;
|
||||
using System.Diagnostics;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
|
||||
|
||||
namespace HPG_68D
|
||||
{
|
||||
[DesignerGenerated]
|
||||
public class SofeMsgForm : Form
|
||||
{
|
||||
private static ArrayList __ENCList = new ArrayList();
|
||||
private IContainer components;
|
||||
[AccessedThroughProperty("Panel1")]
|
||||
private Panel _Panel1;
|
||||
[AccessedThroughProperty("TextBoxTxBand_4")]
|
||||
private TextBox _TextBoxTxBand_4;
|
||||
[AccessedThroughProperty("TextBoxTxBand_3")]
|
||||
private TextBox _TextBoxTxBand_3;
|
||||
[AccessedThroughProperty("TextBoxTxBand_2")]
|
||||
private TextBox _TextBoxTxBand_2;
|
||||
[AccessedThroughProperty("Label6")]
|
||||
private Label _Label6;
|
||||
[AccessedThroughProperty("TextBoxTxBand_1")]
|
||||
private TextBox _TextBoxTxBand_1;
|
||||
[AccessedThroughProperty("Label5")]
|
||||
private Label _Label5;
|
||||
[AccessedThroughProperty("TextBox机型信息")]
|
||||
private TextBox _TextBox机型信息;
|
||||
[AccessedThroughProperty("Label4")]
|
||||
private Label _Label4;
|
||||
[AccessedThroughProperty("TextBox序列号")]
|
||||
private TextBox _TextBox序列号;
|
||||
[AccessedThroughProperty("Label3")]
|
||||
private Label _Label3;
|
||||
[AccessedThroughProperty("Label2")]
|
||||
private Label _Label2;
|
||||
[AccessedThroughProperty("Label1")]
|
||||
private Label _Label1;
|
||||
[AccessedThroughProperty("TextBoxTxBand_7")]
|
||||
private TextBox _TextBoxTxBand_7;
|
||||
[AccessedThroughProperty("TextBoxTxBand_6")]
|
||||
private TextBox _TextBoxTxBand_6;
|
||||
[AccessedThroughProperty("TextBoxTxBand_5")]
|
||||
private TextBox _TextBoxTxBand_5;
|
||||
[AccessedThroughProperty("Label9")]
|
||||
private Label _Label9;
|
||||
[AccessedThroughProperty("Label8")]
|
||||
private Label _Label8;
|
||||
[AccessedThroughProperty("Label7")]
|
||||
private Label _Label7;
|
||||
[AccessedThroughProperty("CheckBoxRxBand_7")]
|
||||
private CheckBox _CheckBoxRxBand_7;
|
||||
[AccessedThroughProperty("CheckBoxTxBand_7")]
|
||||
private CheckBox _CheckBoxTxBand_7;
|
||||
[AccessedThroughProperty("CheckBoxRxBand_6")]
|
||||
private CheckBox _CheckBoxRxBand_6;
|
||||
[AccessedThroughProperty("CheckBoxTxBand_6")]
|
||||
private CheckBox _CheckBoxTxBand_6;
|
||||
[AccessedThroughProperty("CheckBoxRxBand_5")]
|
||||
private CheckBox _CheckBoxRxBand_5;
|
||||
[AccessedThroughProperty("CheckBoxTxBand_5")]
|
||||
private CheckBox _CheckBoxTxBand_5;
|
||||
[AccessedThroughProperty("CheckBoxRxBand_4")]
|
||||
private CheckBox _CheckBoxRxBand_4;
|
||||
[AccessedThroughProperty("CheckBoxTxBand_4")]
|
||||
private CheckBox _CheckBoxTxBand_4;
|
||||
[AccessedThroughProperty("CheckBoxRxBand_3")]
|
||||
private CheckBox _CheckBoxRxBand_3;
|
||||
[AccessedThroughProperty("CheckBoxTxBand_3")]
|
||||
private CheckBox _CheckBoxTxBand_3;
|
||||
[AccessedThroughProperty("CheckBoxRxBand_2")]
|
||||
private CheckBox _CheckBoxRxBand_2;
|
||||
[AccessedThroughProperty("CheckBoxTxBand_2")]
|
||||
private CheckBox _CheckBoxTxBand_2;
|
||||
[AccessedThroughProperty("CheckBoxRxBand_1")]
|
||||
private CheckBox _CheckBoxRxBand_1;
|
||||
[AccessedThroughProperty("CheckBoxTxBand_1")]
|
||||
private CheckBox _CheckBoxTxBand_1;
|
||||
[AccessedThroughProperty("TextBoxRxBand_7")]
|
||||
private TextBox _TextBoxRxBand_7;
|
||||
[AccessedThroughProperty("TextBoxRxBand_6")]
|
||||
private TextBox _TextBoxRxBand_6;
|
||||
[AccessedThroughProperty("TextBoxRxBand_5")]
|
||||
private TextBox _TextBoxRxBand_5;
|
||||
[AccessedThroughProperty("Label16")]
|
||||
private Label _Label16;
|
||||
[AccessedThroughProperty("TextBoxRxBand_4")]
|
||||
private TextBox _TextBoxRxBand_4;
|
||||
[AccessedThroughProperty("Label15")]
|
||||
private Label _Label15;
|
||||
[AccessedThroughProperty("TextBoxRxBand_3")]
|
||||
private TextBox _TextBoxRxBand_3;
|
||||
[AccessedThroughProperty("Label14")]
|
||||
private Label _Label14;
|
||||
[AccessedThroughProperty("TextBoxRxBand_2")]
|
||||
private TextBox _TextBoxRxBand_2;
|
||||
[AccessedThroughProperty("Label13")]
|
||||
private Label _Label13;
|
||||
[AccessedThroughProperty("TextBoxRxBand_1")]
|
||||
private TextBox _TextBoxRxBand_1;
|
||||
[AccessedThroughProperty("Label12")]
|
||||
private Label _Label12;
|
||||
[AccessedThroughProperty("Label11")]
|
||||
private Label _Label11;
|
||||
[AccessedThroughProperty("Label10")]
|
||||
private Label _Label10;
|
||||
[AccessedThroughProperty("Button1")]
|
||||
private Button _Button1;
|
||||
[AccessedThroughProperty("Button2")]
|
||||
private Button _Button2;
|
||||
[AccessedThroughProperty("Button3")]
|
||||
private Button _Button3;
|
||||
[AccessedThroughProperty("TextBox最后编程时间")]
|
||||
private TextBox _TextBox最后编程时间;
|
||||
[AccessedThroughProperty("Label17")]
|
||||
private Label _Label17;
|
||||
|
||||
[DebuggerNonUserCode]
|
||||
static SofeMsgForm()
|
||||
{
|
||||
}
|
||||
|
||||
[DebuggerNonUserCode]
|
||||
public SofeMsgForm()
|
||||
{
|
||||
this.FormClosing += new FormClosingEventHandler(this.SofeMsgForm_FormClosing);
|
||||
this.Load += new EventHandler(this.SofeMsgForm_Load);
|
||||
SofeMsgForm.__ENCList.Add((object) new WeakReference((object) this));
|
||||
this.InitializeComponent();
|
||||
}
|
||||
|
||||
[DebuggerNonUserCode]
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && this.components != null)
|
||||
this.components.Dispose();
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
[DebuggerStepThrough]
|
||||
private void InitializeComponent()
|
||||
{
|
||||
ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof (SofeMsgForm));
|
||||
this.Panel1 = new Panel();
|
||||
this.CheckBoxRxBand_7 = new CheckBox();
|
||||
this.CheckBoxTxBand_7 = new CheckBox();
|
||||
this.CheckBoxRxBand_6 = new CheckBox();
|
||||
this.CheckBoxTxBand_6 = new CheckBox();
|
||||
this.CheckBoxRxBand_5 = new CheckBox();
|
||||
this.CheckBoxTxBand_5 = new CheckBox();
|
||||
this.CheckBoxRxBand_4 = new CheckBox();
|
||||
this.CheckBoxTxBand_4 = new CheckBox();
|
||||
this.CheckBoxRxBand_3 = new CheckBox();
|
||||
this.CheckBoxTxBand_3 = new CheckBox();
|
||||
this.CheckBoxRxBand_2 = new CheckBox();
|
||||
this.CheckBoxTxBand_2 = new CheckBox();
|
||||
this.CheckBoxRxBand_1 = new CheckBox();
|
||||
this.CheckBoxTxBand_1 = new CheckBox();
|
||||
this.TextBox最后编程时间 = new TextBox();
|
||||
this.TextBoxRxBand_7 = new TextBox();
|
||||
this.TextBoxTxBand_7 = new TextBox();
|
||||
this.TextBoxRxBand_6 = new TextBox();
|
||||
this.TextBoxTxBand_6 = new TextBox();
|
||||
this.TextBoxRxBand_5 = new TextBox();
|
||||
this.Label17 = new Label();
|
||||
this.TextBoxTxBand_5 = new TextBox();
|
||||
this.Label16 = new Label();
|
||||
this.Label9 = new Label();
|
||||
this.TextBoxRxBand_4 = new TextBox();
|
||||
this.TextBoxTxBand_4 = new TextBox();
|
||||
this.Label15 = new Label();
|
||||
this.Label8 = new Label();
|
||||
this.TextBoxRxBand_3 = new TextBox();
|
||||
this.TextBoxTxBand_3 = new TextBox();
|
||||
this.Label14 = new Label();
|
||||
this.Label7 = new Label();
|
||||
this.TextBoxRxBand_2 = new TextBox();
|
||||
this.TextBoxTxBand_2 = new TextBox();
|
||||
this.Label13 = new Label();
|
||||
this.Label6 = new Label();
|
||||
this.TextBoxRxBand_1 = new TextBox();
|
||||
this.Label12 = new Label();
|
||||
this.TextBoxTxBand_1 = new TextBox();
|
||||
this.Label5 = new Label();
|
||||
this.Label11 = new Label();
|
||||
this.TextBox机型信息 = new TextBox();
|
||||
this.Label4 = new Label();
|
||||
this.Label10 = new Label();
|
||||
this.TextBox序列号 = new TextBox();
|
||||
this.Label3 = new Label();
|
||||
this.Label2 = new Label();
|
||||
this.Label1 = new Label();
|
||||
this.Button1 = new Button();
|
||||
this.Button2 = new Button();
|
||||
this.Button3 = new Button();
|
||||
this.Panel1.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
componentResourceManager.ApplyResources((object) this.Panel1, "Panel1");
|
||||
this.Panel1.BorderStyle = BorderStyle.FixedSingle;
|
||||
this.Panel1.Controls.Add((Control) this.CheckBoxRxBand_7);
|
||||
this.Panel1.Controls.Add((Control) this.CheckBoxTxBand_7);
|
||||
this.Panel1.Controls.Add((Control) this.CheckBoxRxBand_6);
|
||||
this.Panel1.Controls.Add((Control) this.CheckBoxTxBand_6);
|
||||
this.Panel1.Controls.Add((Control) this.CheckBoxRxBand_5);
|
||||
this.Panel1.Controls.Add((Control) this.CheckBoxTxBand_5);
|
||||
this.Panel1.Controls.Add((Control) this.CheckBoxRxBand_4);
|
||||
this.Panel1.Controls.Add((Control) this.CheckBoxTxBand_4);
|
||||
this.Panel1.Controls.Add((Control) this.CheckBoxRxBand_3);
|
||||
this.Panel1.Controls.Add((Control) this.CheckBoxTxBand_3);
|
||||
this.Panel1.Controls.Add((Control) this.CheckBoxRxBand_2);
|
||||
this.Panel1.Controls.Add((Control) this.CheckBoxTxBand_2);
|
||||
this.Panel1.Controls.Add((Control) this.CheckBoxRxBand_1);
|
||||
this.Panel1.Controls.Add((Control) this.CheckBoxTxBand_1);
|
||||
this.Panel1.Controls.Add((Control) this.TextBox最后编程时间);
|
||||
this.Panel1.Controls.Add((Control) this.TextBoxRxBand_7);
|
||||
this.Panel1.Controls.Add((Control) this.TextBoxTxBand_7);
|
||||
this.Panel1.Controls.Add((Control) this.TextBoxRxBand_6);
|
||||
this.Panel1.Controls.Add((Control) this.TextBoxTxBand_6);
|
||||
this.Panel1.Controls.Add((Control) this.TextBoxRxBand_5);
|
||||
this.Panel1.Controls.Add((Control) this.Label17);
|
||||
this.Panel1.Controls.Add((Control) this.TextBoxTxBand_5);
|
||||
this.Panel1.Controls.Add((Control) this.Label16);
|
||||
this.Panel1.Controls.Add((Control) this.Label9);
|
||||
this.Panel1.Controls.Add((Control) this.TextBoxRxBand_4);
|
||||
this.Panel1.Controls.Add((Control) this.TextBoxTxBand_4);
|
||||
this.Panel1.Controls.Add((Control) this.Label15);
|
||||
this.Panel1.Controls.Add((Control) this.Label8);
|
||||
this.Panel1.Controls.Add((Control) this.TextBoxRxBand_3);
|
||||
this.Panel1.Controls.Add((Control) this.TextBoxTxBand_3);
|
||||
this.Panel1.Controls.Add((Control) this.Label14);
|
||||
this.Panel1.Controls.Add((Control) this.Label7);
|
||||
this.Panel1.Controls.Add((Control) this.TextBoxRxBand_2);
|
||||
this.Panel1.Controls.Add((Control) this.TextBoxTxBand_2);
|
||||
this.Panel1.Controls.Add((Control) this.Label13);
|
||||
this.Panel1.Controls.Add((Control) this.Label6);
|
||||
this.Panel1.Controls.Add((Control) this.TextBoxRxBand_1);
|
||||
this.Panel1.Controls.Add((Control) this.Label12);
|
||||
this.Panel1.Controls.Add((Control) this.TextBoxTxBand_1);
|
||||
this.Panel1.Controls.Add((Control) this.Label5);
|
||||
this.Panel1.Controls.Add((Control) this.Label11);
|
||||
this.Panel1.Controls.Add((Control) this.TextBox机型信息);
|
||||
this.Panel1.Controls.Add((Control) this.Label4);
|
||||
this.Panel1.Controls.Add((Control) this.Label10);
|
||||
this.Panel1.Controls.Add((Control) this.TextBox序列号);
|
||||
this.Panel1.Controls.Add((Control) this.Label3);
|
||||
this.Panel1.Controls.Add((Control) this.Label2);
|
||||
this.Panel1.Controls.Add((Control) this.Label1);
|
||||
this.Panel1.Name = "Panel1";
|
||||
componentResourceManager.ApplyResources((object) this.CheckBoxRxBand_7, "CheckBoxRxBand_7");
|
||||
this.CheckBoxRxBand_7.Name = "CheckBoxRxBand_7";
|
||||
this.CheckBoxRxBand_7.UseVisualStyleBackColor = true;
|
||||
componentResourceManager.ApplyResources((object) this.CheckBoxTxBand_7, "CheckBoxTxBand_7");
|
||||
this.CheckBoxTxBand_7.Name = "CheckBoxTxBand_7";
|
||||
this.CheckBoxTxBand_7.UseVisualStyleBackColor = true;
|
||||
componentResourceManager.ApplyResources((object) this.CheckBoxRxBand_6, "CheckBoxRxBand_6");
|
||||
this.CheckBoxRxBand_6.Name = "CheckBoxRxBand_6";
|
||||
this.CheckBoxRxBand_6.UseVisualStyleBackColor = true;
|
||||
componentResourceManager.ApplyResources((object) this.CheckBoxTxBand_6, "CheckBoxTxBand_6");
|
||||
this.CheckBoxTxBand_6.Name = "CheckBoxTxBand_6";
|
||||
this.CheckBoxTxBand_6.UseVisualStyleBackColor = true;
|
||||
componentResourceManager.ApplyResources((object) this.CheckBoxRxBand_5, "CheckBoxRxBand_5");
|
||||
this.CheckBoxRxBand_5.Name = "CheckBoxRxBand_5";
|
||||
this.CheckBoxRxBand_5.UseVisualStyleBackColor = true;
|
||||
componentResourceManager.ApplyResources((object) this.CheckBoxTxBand_5, "CheckBoxTxBand_5");
|
||||
this.CheckBoxTxBand_5.Name = "CheckBoxTxBand_5";
|
||||
this.CheckBoxTxBand_5.UseVisualStyleBackColor = true;
|
||||
componentResourceManager.ApplyResources((object) this.CheckBoxRxBand_4, "CheckBoxRxBand_4");
|
||||
this.CheckBoxRxBand_4.Name = "CheckBoxRxBand_4";
|
||||
this.CheckBoxRxBand_4.UseVisualStyleBackColor = true;
|
||||
componentResourceManager.ApplyResources((object) this.CheckBoxTxBand_4, "CheckBoxTxBand_4");
|
||||
this.CheckBoxTxBand_4.Name = "CheckBoxTxBand_4";
|
||||
this.CheckBoxTxBand_4.UseVisualStyleBackColor = true;
|
||||
componentResourceManager.ApplyResources((object) this.CheckBoxRxBand_3, "CheckBoxRxBand_3");
|
||||
this.CheckBoxRxBand_3.Name = "CheckBoxRxBand_3";
|
||||
this.CheckBoxRxBand_3.UseVisualStyleBackColor = true;
|
||||
componentResourceManager.ApplyResources((object) this.CheckBoxTxBand_3, "CheckBoxTxBand_3");
|
||||
this.CheckBoxTxBand_3.Name = "CheckBoxTxBand_3";
|
||||
this.CheckBoxTxBand_3.UseVisualStyleBackColor = true;
|
||||
componentResourceManager.ApplyResources((object) this.CheckBoxRxBand_2, "CheckBoxRxBand_2");
|
||||
this.CheckBoxRxBand_2.Name = "CheckBoxRxBand_2";
|
||||
this.CheckBoxRxBand_2.UseVisualStyleBackColor = true;
|
||||
componentResourceManager.ApplyResources((object) this.CheckBoxTxBand_2, "CheckBoxTxBand_2");
|
||||
this.CheckBoxTxBand_2.Name = "CheckBoxTxBand_2";
|
||||
this.CheckBoxTxBand_2.UseVisualStyleBackColor = true;
|
||||
componentResourceManager.ApplyResources((object) this.CheckBoxRxBand_1, "CheckBoxRxBand_1");
|
||||
this.CheckBoxRxBand_1.Name = "CheckBoxRxBand_1";
|
||||
this.CheckBoxRxBand_1.UseVisualStyleBackColor = true;
|
||||
componentResourceManager.ApplyResources((object) this.CheckBoxTxBand_1, "CheckBoxTxBand_1");
|
||||
this.CheckBoxTxBand_1.Name = "CheckBoxTxBand_1";
|
||||
this.CheckBoxTxBand_1.UseVisualStyleBackColor = true;
|
||||
componentResourceManager.ApplyResources((object) this.TextBox最后编程时间, "TextBox最后编程时间");
|
||||
this.TextBox最后编程时间.Name = "TextBox最后编程时间";
|
||||
componentResourceManager.ApplyResources((object) this.TextBoxRxBand_7, "TextBoxRxBand_7");
|
||||
this.TextBoxRxBand_7.Name = "TextBoxRxBand_7";
|
||||
componentResourceManager.ApplyResources((object) this.TextBoxTxBand_7, "TextBoxTxBand_7");
|
||||
this.TextBoxTxBand_7.Name = "TextBoxTxBand_7";
|
||||
componentResourceManager.ApplyResources((object) this.TextBoxRxBand_6, "TextBoxRxBand_6");
|
||||
this.TextBoxRxBand_6.Name = "TextBoxRxBand_6";
|
||||
componentResourceManager.ApplyResources((object) this.TextBoxTxBand_6, "TextBoxTxBand_6");
|
||||
this.TextBoxTxBand_6.Name = "TextBoxTxBand_6";
|
||||
componentResourceManager.ApplyResources((object) this.TextBoxRxBand_5, "TextBoxRxBand_5");
|
||||
this.TextBoxRxBand_5.Name = "TextBoxRxBand_5";
|
||||
componentResourceManager.ApplyResources((object) this.Label17, "Label17");
|
||||
this.Label17.Name = "Label17";
|
||||
componentResourceManager.ApplyResources((object) this.TextBoxTxBand_5, "TextBoxTxBand_5");
|
||||
this.TextBoxTxBand_5.Name = "TextBoxTxBand_5";
|
||||
componentResourceManager.ApplyResources((object) this.Label16, "Label16");
|
||||
this.Label16.Name = "Label16";
|
||||
componentResourceManager.ApplyResources((object) this.Label9, "Label9");
|
||||
this.Label9.Name = "Label9";
|
||||
componentResourceManager.ApplyResources((object) this.TextBoxRxBand_4, "TextBoxRxBand_4");
|
||||
this.TextBoxRxBand_4.Name = "TextBoxRxBand_4";
|
||||
componentResourceManager.ApplyResources((object) this.TextBoxTxBand_4, "TextBoxTxBand_4");
|
||||
this.TextBoxTxBand_4.Name = "TextBoxTxBand_4";
|
||||
componentResourceManager.ApplyResources((object) this.Label15, "Label15");
|
||||
this.Label15.Name = "Label15";
|
||||
componentResourceManager.ApplyResources((object) this.Label8, "Label8");
|
||||
this.Label8.Name = "Label8";
|
||||
componentResourceManager.ApplyResources((object) this.TextBoxRxBand_3, "TextBoxRxBand_3");
|
||||
this.TextBoxRxBand_3.Name = "TextBoxRxBand_3";
|
||||
componentResourceManager.ApplyResources((object) this.TextBoxTxBand_3, "TextBoxTxBand_3");
|
||||
this.TextBoxTxBand_3.Name = "TextBoxTxBand_3";
|
||||
componentResourceManager.ApplyResources((object) this.Label14, "Label14");
|
||||
this.Label14.Name = "Label14";
|
||||
componentResourceManager.ApplyResources((object) this.Label7, "Label7");
|
||||
this.Label7.Name = "Label7";
|
||||
componentResourceManager.ApplyResources((object) this.TextBoxRxBand_2, "TextBoxRxBand_2");
|
||||
this.TextBoxRxBand_2.Name = "TextBoxRxBand_2";
|
||||
componentResourceManager.ApplyResources((object) this.TextBoxTxBand_2, "TextBoxTxBand_2");
|
||||
this.TextBoxTxBand_2.Name = "TextBoxTxBand_2";
|
||||
componentResourceManager.ApplyResources((object) this.Label13, "Label13");
|
||||
this.Label13.Name = "Label13";
|
||||
componentResourceManager.ApplyResources((object) this.Label6, "Label6");
|
||||
this.Label6.Name = "Label6";
|
||||
componentResourceManager.ApplyResources((object) this.TextBoxRxBand_1, "TextBoxRxBand_1");
|
||||
this.TextBoxRxBand_1.Name = "TextBoxRxBand_1";
|
||||
componentResourceManager.ApplyResources((object) this.Label12, "Label12");
|
||||
this.Label12.Name = "Label12";
|
||||
componentResourceManager.ApplyResources((object) this.TextBoxTxBand_1, "TextBoxTxBand_1");
|
||||
this.TextBoxTxBand_1.Name = "TextBoxTxBand_1";
|
||||
componentResourceManager.ApplyResources((object) this.Label5, "Label5");
|
||||
this.Label5.Name = "Label5";
|
||||
componentResourceManager.ApplyResources((object) this.Label11, "Label11");
|
||||
this.Label11.Name = "Label11";
|
||||
componentResourceManager.ApplyResources((object) this.TextBox机型信息, "TextBox机型信息");
|
||||
this.TextBox机型信息.Name = "TextBox机型信息";
|
||||
componentResourceManager.ApplyResources((object) this.Label4, "Label4");
|
||||
this.Label4.Name = "Label4";
|
||||
componentResourceManager.ApplyResources((object) this.Label10, "Label10");
|
||||
this.Label10.Name = "Label10";
|
||||
componentResourceManager.ApplyResources((object) this.TextBox序列号, "TextBox序列号");
|
||||
this.TextBox序列号.Name = "TextBox序列号";
|
||||
componentResourceManager.ApplyResources((object) this.Label3, "Label3");
|
||||
this.Label3.Name = "Label3";
|
||||
componentResourceManager.ApplyResources((object) this.Label2, "Label2");
|
||||
this.Label2.Name = "Label2";
|
||||
componentResourceManager.ApplyResources((object) this.Label1, "Label1");
|
||||
this.Label1.Name = "Label1";
|
||||
componentResourceManager.ApplyResources((object) this.Button1, "Button1");
|
||||
this.Button1.Name = "Button1";
|
||||
this.Button1.UseVisualStyleBackColor = true;
|
||||
componentResourceManager.ApplyResources((object) this.Button2, "Button2");
|
||||
this.Button2.Name = "Button2";
|
||||
this.Button2.UseVisualStyleBackColor = true;
|
||||
componentResourceManager.ApplyResources((object) this.Button3, "Button3");
|
||||
this.Button3.Name = "Button3";
|
||||
this.Button3.UseVisualStyleBackColor = true;
|
||||
componentResourceManager.ApplyResources((object) this, "$this");
|
||||
this.AutoScaleMode = AutoScaleMode.Font;
|
||||
this.Controls.Add((Control) this.Button3);
|
||||
this.Controls.Add((Control) this.Button2);
|
||||
this.Controls.Add((Control) this.Button1);
|
||||
this.Controls.Add((Control) this.Panel1);
|
||||
this.Name = nameof (SofeMsgForm);
|
||||
this.Panel1.ResumeLayout(false);
|
||||
this.Panel1.PerformLayout();
|
||||
this.ResumeLayout(false);
|
||||
}
|
||||
|
||||
internal virtual Panel Panel1
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Panel1;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._Panel1 = value;
|
||||
}
|
||||
|
||||
internal virtual TextBox TextBoxTxBand_4
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._TextBoxTxBand_4;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._TextBoxTxBand_4 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual TextBox TextBoxTxBand_3
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._TextBoxTxBand_3;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._TextBoxTxBand_3 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual TextBox TextBoxTxBand_2
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._TextBoxTxBand_2;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._TextBoxTxBand_2 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual Label Label6
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Label6;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._Label6 = value;
|
||||
}
|
||||
|
||||
internal virtual TextBox TextBoxTxBand_1
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._TextBoxTxBand_1;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._TextBoxTxBand_1 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual Label Label5
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Label5;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._Label5 = value;
|
||||
}
|
||||
|
||||
internal virtual TextBox TextBox机型信息
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._TextBox机型信息;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._TextBox机型信息 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual Label Label4
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Label4;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._Label4 = value;
|
||||
}
|
||||
|
||||
internal virtual TextBox TextBox序列号
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._TextBox序列号;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._TextBox序列号 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual Label Label3
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Label3;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._Label3 = value;
|
||||
}
|
||||
|
||||
internal virtual Label Label2
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Label2;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._Label2 = value;
|
||||
}
|
||||
|
||||
internal virtual Label Label1
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Label1;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._Label1 = value;
|
||||
}
|
||||
|
||||
internal virtual TextBox TextBoxTxBand_7
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._TextBoxTxBand_7;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._TextBoxTxBand_7 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual TextBox TextBoxTxBand_6
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._TextBoxTxBand_6;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._TextBoxTxBand_6 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual TextBox TextBoxTxBand_5
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._TextBoxTxBand_5;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._TextBoxTxBand_5 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual Label Label9
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Label9;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._Label9 = value;
|
||||
}
|
||||
|
||||
internal virtual Label Label8
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Label8;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._Label8 = value;
|
||||
}
|
||||
|
||||
internal virtual Label Label7
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Label7;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._Label7 = value;
|
||||
}
|
||||
|
||||
internal virtual CheckBox CheckBoxRxBand_7
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._CheckBoxRxBand_7;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._CheckBoxRxBand_7 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual CheckBox CheckBoxTxBand_7
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._CheckBoxTxBand_7;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._CheckBoxTxBand_7 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual CheckBox CheckBoxRxBand_6
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._CheckBoxRxBand_6;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._CheckBoxRxBand_6 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual CheckBox CheckBoxTxBand_6
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._CheckBoxTxBand_6;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._CheckBoxTxBand_6 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual CheckBox CheckBoxRxBand_5
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._CheckBoxRxBand_5;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._CheckBoxRxBand_5 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual CheckBox CheckBoxTxBand_5
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._CheckBoxTxBand_5;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._CheckBoxTxBand_5 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual CheckBox CheckBoxRxBand_4
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._CheckBoxRxBand_4;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._CheckBoxRxBand_4 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual CheckBox CheckBoxTxBand_4
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._CheckBoxTxBand_4;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._CheckBoxTxBand_4 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual CheckBox CheckBoxRxBand_3
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._CheckBoxRxBand_3;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._CheckBoxRxBand_3 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual CheckBox CheckBoxTxBand_3
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._CheckBoxTxBand_3;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._CheckBoxTxBand_3 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual CheckBox CheckBoxRxBand_2
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._CheckBoxRxBand_2;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._CheckBoxRxBand_2 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual CheckBox CheckBoxTxBand_2
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._CheckBoxTxBand_2;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._CheckBoxTxBand_2 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual CheckBox CheckBoxRxBand_1
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._CheckBoxRxBand_1;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._CheckBoxRxBand_1 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual CheckBox CheckBoxTxBand_1
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._CheckBoxTxBand_1;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._CheckBoxTxBand_1 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual TextBox TextBoxRxBand_7
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._TextBoxRxBand_7;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._TextBoxRxBand_7 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual TextBox TextBoxRxBand_6
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._TextBoxRxBand_6;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._TextBoxRxBand_6 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual TextBox TextBoxRxBand_5
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._TextBoxRxBand_5;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._TextBoxRxBand_5 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual Label Label16
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Label16;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._Label16 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual TextBox TextBoxRxBand_4
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._TextBoxRxBand_4;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._TextBoxRxBand_4 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual Label Label15
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Label15;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._Label15 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual TextBox TextBoxRxBand_3
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._TextBoxRxBand_3;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._TextBoxRxBand_3 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual Label Label14
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Label14;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._Label14 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual TextBox TextBoxRxBand_2
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._TextBoxRxBand_2;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._TextBoxRxBand_2 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual Label Label13
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Label13;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._Label13 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual TextBox TextBoxRxBand_1
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._TextBoxRxBand_1;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._TextBoxRxBand_1 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual Label Label12
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Label12;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._Label12 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual Label Label11
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Label11;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._Label11 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual Label Label10
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Label10;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._Label10 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual Button Button1
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Button1;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
if (this._Button1 != null)
|
||||
this._Button1.Click -= new EventHandler(this.Button1_Click);
|
||||
this._Button1 = value;
|
||||
if (this._Button1 == null)
|
||||
return;
|
||||
this._Button1.Click += new EventHandler(this.Button1_Click);
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual Button Button2
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Button2;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._Button2 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual Button Button3
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Button3;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._Button3 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual TextBox TextBox最后编程时间
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._TextBox最后编程时间;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._TextBox最后编程时间 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual Label Label17
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Label17;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._Label17 = value;
|
||||
}
|
||||
}
|
||||
|
||||
private void Button1_Click(object sender, EventArgs e) => this.Close();
|
||||
|
||||
private void SofeMsgForm_FormClosing(object sender, FormClosingEventArgs e)
|
||||
{
|
||||
MyProject.Forms.MDIParent1.扫描信息SToolStripMenuItem.Checked = false;
|
||||
}
|
||||
|
||||
public void SofeMsgForm_Load(object sender, EventArgs e)
|
||||
{
|
||||
MyProject.Forms.MDIParent1.对讲机信息RToolStripMenuItem.Checked = true;
|
||||
int num1 = 0;
|
||||
this.TextBox机型信息.Text = Strings.RTrim(Encoding.ASCII.GetString(publicva.EEPROM_Byte, checked (num1 + 0), 9));
|
||||
MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) this.CheckBoxRxBand_1, checked (num1 + 12), publicva.Bit0, 1);
|
||||
MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) this.CheckBoxRxBand_2, checked (num1 + 12), publicva.Bit1, 1);
|
||||
MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) this.CheckBoxRxBand_3, checked (num1 + 12), publicva.Bit2, 1);
|
||||
MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) this.CheckBoxRxBand_4, checked (num1 + 12), publicva.Bit3, 1);
|
||||
MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) this.CheckBoxRxBand_5, checked (num1 + 12), publicva.Bit4, 1);
|
||||
MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) this.CheckBoxRxBand_6, checked (num1 + 12), publicva.Bit5, 1);
|
||||
MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) this.CheckBoxRxBand_7, checked (num1 + 12), publicva.Bit6, 1);
|
||||
MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) this.CheckBoxTxBand_1, checked (num1 + 13), publicva.Bit0, 1);
|
||||
MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) this.CheckBoxTxBand_2, checked (num1 + 13), publicva.Bit1, 1);
|
||||
MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) this.CheckBoxTxBand_3, checked (num1 + 13), publicva.Bit2, 1);
|
||||
MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) this.CheckBoxTxBand_4, checked (num1 + 13), publicva.Bit3, 1);
|
||||
MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) this.CheckBoxTxBand_5, checked (num1 + 13), publicva.Bit4, 1);
|
||||
MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) this.CheckBoxTxBand_6, checked (num1 + 13), publicva.Bit5, 1);
|
||||
MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) this.CheckBoxTxBand_7, checked (num1 + 13), publicva.Bit6, 1);
|
||||
int num2 = 32;
|
||||
this.TextBox序列号.Text = Strings.RTrim(Encoding.ASCII.GetString(publicva.EEPROM_Byte, checked (num2 + 0), 16));
|
||||
int num3 = 768;
|
||||
this.TextBoxRxBand_1.Text = string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 0)), (object) 100000)) + "-" + string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 0 + 4)), (object) 100000)) + "MHz";
|
||||
this.TextBoxTxBand_1.Text = string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 8)), (object) 100000)) + "-" + string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 8 + 4)), (object) 100000)) + "MHz";
|
||||
this.TextBoxRxBand_2.Text = string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 16)), (object) 100000)) + "-" + string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 16 + 4)), (object) 100000)) + "MHz";
|
||||
this.TextBoxTxBand_2.Text = string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 24)), (object) 100000)) + "-" + string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 24 + 4)), (object) 100000)) + "MHz";
|
||||
this.TextBoxRxBand_3.Text = string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 32)), (object) 100000)) + "-" + string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 32 + 4)), (object) 100000)) + "MHz";
|
||||
this.TextBoxTxBand_3.Text = string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 40)), (object) 100000)) + "-" + string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 40 + 4)), (object) 100000)) + "MHz";
|
||||
this.TextBoxRxBand_4.Text = string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 48)), (object) 100000)) + "-" + string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 48 + 4)), (object) 100000)) + "MHz";
|
||||
this.TextBoxTxBand_4.Text = string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 56)), (object) 100000)) + "-" + string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 56 + 4)), (object) 100000)) + "MHz";
|
||||
this.TextBoxRxBand_5.Text = string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 64)), (object) 100000)) + "-" + string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 64 + 4)), (object) 100000)) + "MHz";
|
||||
this.TextBoxTxBand_5.Text = string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 72)), (object) 100000)) + "-" + string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 72 + 4)), (object) 100000)) + "MHz";
|
||||
this.TextBoxRxBand_6.Text = string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 80)), (object) 100000)) + "-" + string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 80 + 4)), (object) 100000)) + "MHz";
|
||||
this.TextBoxTxBand_6.Text = string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 88)), (object) 100000)) + "-" + string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 88 + 4)), (object) 100000)) + "MHz";
|
||||
this.TextBoxRxBand_7.Text = string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 96)), (object) 100000)) + "-" + string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 96 + 4)), (object) 100000)) + "MHz";
|
||||
this.TextBoxTxBand_7.Text = string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 104)), (object) 100000)) + "-" + string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 104 + 4)), (object) 100000)) + "MHz";
|
||||
this.TextBox最后编程时间.Text = publicva.LastProgrammeTime;
|
||||
}
|
||||
}
|
||||
}
|
||||
1528
HPG-68D/Backup/SofeMsgForm.resx
Normal file
1528
HPG-68D/Backup/SofeMsgForm.resx
Normal file
File diff suppressed because one or more lines are too long
4142
HPG-68D/Backup/TypeFuncMsgForm.cs
Normal file
4142
HPG-68D/Backup/TypeFuncMsgForm.cs
Normal file
File diff suppressed because it is too large
Load Diff
7732
HPG-68D/Backup/TypeFuncMsgForm.resx
Normal file
7732
HPG-68D/Backup/TypeFuncMsgForm.resx
Normal file
File diff suppressed because one or more lines are too long
976
HPG-68D/Backup/TypeMsgForm.cs
Normal file
976
HPG-68D/Backup/TypeMsgForm.cs
Normal file
@ -0,0 +1,976 @@
|
||||
// Decompiled with JetBrains decompiler
|
||||
// Type: HPG_68D.TypeMsgForm
|
||||
// Assembly: HPG-68D, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
||||
// MVID: 530C99A8-8EEF-42C8-8A74-66FDE7B322C3
|
||||
// Assembly location: C:\Program Files (x86)\HONGKAIDE\HPG-68D\HPG-68D.exe
|
||||
|
||||
using Microsoft.VisualBasic.CompilerServices;
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.ComponentModel;
|
||||
using System.Diagnostics;
|
||||
using System.Drawing;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Windows.Forms;
|
||||
|
||||
|
||||
namespace HPG_68D
|
||||
{
|
||||
[DesignerGenerated]
|
||||
public class TypeMsgForm : Form
|
||||
{
|
||||
private static ArrayList __ENCList = new ArrayList();
|
||||
private IContainer components;
|
||||
[AccessedThroughProperty("Button3")]
|
||||
private Button _Button3;
|
||||
[AccessedThroughProperty("Button2")]
|
||||
private Button _Button2;
|
||||
[AccessedThroughProperty("Button1")]
|
||||
private Button _Button1;
|
||||
[AccessedThroughProperty("Panel1")]
|
||||
private Panel _Panel1;
|
||||
[AccessedThroughProperty("ComboBox机型")]
|
||||
private ComboBox _ComboBox机型;
|
||||
[AccessedThroughProperty("CheckBoxRxBand_7")]
|
||||
private CheckBox _CheckBoxRxBand_7;
|
||||
[AccessedThroughProperty("CheckBoxTxBand_7")]
|
||||
private CheckBox _CheckBoxTxBand_7;
|
||||
[AccessedThroughProperty("CheckBoxRxBand_6")]
|
||||
private CheckBox _CheckBoxRxBand_6;
|
||||
[AccessedThroughProperty("CheckBoxTxBand_6")]
|
||||
private CheckBox _CheckBoxTxBand_6;
|
||||
[AccessedThroughProperty("CheckBoxRxBand_5")]
|
||||
private CheckBox _CheckBoxRxBand_5;
|
||||
[AccessedThroughProperty("CheckBoxTxBand_5")]
|
||||
private CheckBox _CheckBoxTxBand_5;
|
||||
[AccessedThroughProperty("CheckBoxRxBand_4")]
|
||||
private CheckBox _CheckBoxRxBand_4;
|
||||
[AccessedThroughProperty("CheckBoxTxBand_4")]
|
||||
private CheckBox _CheckBoxTxBand_4;
|
||||
[AccessedThroughProperty("CheckBoxRxBand_3")]
|
||||
private CheckBox _CheckBoxRxBand_3;
|
||||
[AccessedThroughProperty("CheckBoxTxBand_3")]
|
||||
private CheckBox _CheckBoxTxBand_3;
|
||||
[AccessedThroughProperty("CheckBoxRxBand_2")]
|
||||
private CheckBox _CheckBoxRxBand_2;
|
||||
[AccessedThroughProperty("CheckBoxTxBand_2")]
|
||||
private CheckBox _CheckBoxTxBand_2;
|
||||
[AccessedThroughProperty("CheckBoxRxBand_1")]
|
||||
private CheckBox _CheckBoxRxBand_1;
|
||||
[AccessedThroughProperty("CheckBoxTxBand_1")]
|
||||
private CheckBox _CheckBoxTxBand_1;
|
||||
[AccessedThroughProperty("TextBoxRxBand_7")]
|
||||
private TextBox _TextBoxRxBand_7;
|
||||
[AccessedThroughProperty("TextBoxTxBand_7")]
|
||||
private TextBox _TextBoxTxBand_7;
|
||||
[AccessedThroughProperty("TextBoxRxBand_6")]
|
||||
private TextBox _TextBoxRxBand_6;
|
||||
[AccessedThroughProperty("TextBoxTxBand_6")]
|
||||
private TextBox _TextBoxTxBand_6;
|
||||
[AccessedThroughProperty("TextBoxRxBand_5")]
|
||||
private TextBox _TextBoxRxBand_5;
|
||||
[AccessedThroughProperty("TextBoxTxBand_5")]
|
||||
private TextBox _TextBoxTxBand_5;
|
||||
[AccessedThroughProperty("Label16")]
|
||||
private Label _Label16;
|
||||
[AccessedThroughProperty("Label9")]
|
||||
private Label _Label9;
|
||||
[AccessedThroughProperty("TextBoxRxBand_4")]
|
||||
private TextBox _TextBoxRxBand_4;
|
||||
[AccessedThroughProperty("TextBoxTxBand_4")]
|
||||
private TextBox _TextBoxTxBand_4;
|
||||
[AccessedThroughProperty("Label15")]
|
||||
private Label _Label15;
|
||||
[AccessedThroughProperty("Label8")]
|
||||
private Label _Label8;
|
||||
[AccessedThroughProperty("TextBoxRxBand_3")]
|
||||
private TextBox _TextBoxRxBand_3;
|
||||
[AccessedThroughProperty("TextBoxTxBand_3")]
|
||||
private TextBox _TextBoxTxBand_3;
|
||||
[AccessedThroughProperty("Label14")]
|
||||
private Label _Label14;
|
||||
[AccessedThroughProperty("Label7")]
|
||||
private Label _Label7;
|
||||
[AccessedThroughProperty("TextBoxRxBand_2")]
|
||||
private TextBox _TextBoxRxBand_2;
|
||||
[AccessedThroughProperty("TextBoxTxBand_2")]
|
||||
private TextBox _TextBoxTxBand_2;
|
||||
[AccessedThroughProperty("Label13")]
|
||||
private Label _Label13;
|
||||
[AccessedThroughProperty("Label6")]
|
||||
private Label _Label6;
|
||||
[AccessedThroughProperty("TextBoxRxBand_1")]
|
||||
private TextBox _TextBoxRxBand_1;
|
||||
[AccessedThroughProperty("Label12")]
|
||||
private Label _Label12;
|
||||
[AccessedThroughProperty("TextBoxTxBand_1")]
|
||||
private TextBox _TextBoxTxBand_1;
|
||||
[AccessedThroughProperty("Label5")]
|
||||
private Label _Label5;
|
||||
[AccessedThroughProperty("Label11")]
|
||||
private Label _Label11;
|
||||
[AccessedThroughProperty("Label4")]
|
||||
private Label _Label4;
|
||||
[AccessedThroughProperty("Label10")]
|
||||
private Label _Label10;
|
||||
[AccessedThroughProperty("Label3")]
|
||||
private Label _Label3;
|
||||
[AccessedThroughProperty("Label1")]
|
||||
private Label _Label1;
|
||||
|
||||
[DebuggerNonUserCode]
|
||||
static TypeMsgForm()
|
||||
{
|
||||
}
|
||||
|
||||
[DebuggerNonUserCode]
|
||||
public TypeMsgForm()
|
||||
{
|
||||
this.Load += new EventHandler(this.TypeMsgForm_Load);
|
||||
TypeMsgForm.__ENCList.Add((object) new WeakReference((object) this));
|
||||
this.InitializeComponent();
|
||||
}
|
||||
|
||||
[DebuggerNonUserCode]
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && this.components != null)
|
||||
this.components.Dispose();
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
[DebuggerStepThrough]
|
||||
private void InitializeComponent()
|
||||
{
|
||||
ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof (TypeMsgForm));
|
||||
this.Button3 = new Button();
|
||||
this.Button2 = new Button();
|
||||
this.Button1 = new Button();
|
||||
this.Panel1 = new Panel();
|
||||
this.ComboBox机型 = new ComboBox();
|
||||
this.CheckBoxRxBand_7 = new CheckBox();
|
||||
this.CheckBoxTxBand_7 = new CheckBox();
|
||||
this.CheckBoxRxBand_6 = new CheckBox();
|
||||
this.CheckBoxTxBand_6 = new CheckBox();
|
||||
this.CheckBoxRxBand_5 = new CheckBox();
|
||||
this.CheckBoxTxBand_5 = new CheckBox();
|
||||
this.CheckBoxRxBand_4 = new CheckBox();
|
||||
this.CheckBoxTxBand_4 = new CheckBox();
|
||||
this.CheckBoxRxBand_3 = new CheckBox();
|
||||
this.CheckBoxTxBand_3 = new CheckBox();
|
||||
this.CheckBoxRxBand_2 = new CheckBox();
|
||||
this.CheckBoxTxBand_2 = new CheckBox();
|
||||
this.CheckBoxRxBand_1 = new CheckBox();
|
||||
this.CheckBoxTxBand_1 = new CheckBox();
|
||||
this.TextBoxRxBand_7 = new TextBox();
|
||||
this.TextBoxTxBand_7 = new TextBox();
|
||||
this.TextBoxRxBand_6 = new TextBox();
|
||||
this.TextBoxTxBand_6 = new TextBox();
|
||||
this.TextBoxRxBand_5 = new TextBox();
|
||||
this.TextBoxTxBand_5 = new TextBox();
|
||||
this.Label16 = new Label();
|
||||
this.Label9 = new Label();
|
||||
this.TextBoxRxBand_4 = new TextBox();
|
||||
this.TextBoxTxBand_4 = new TextBox();
|
||||
this.Label15 = new Label();
|
||||
this.Label8 = new Label();
|
||||
this.TextBoxRxBand_3 = new TextBox();
|
||||
this.TextBoxTxBand_3 = new TextBox();
|
||||
this.Label14 = new Label();
|
||||
this.Label7 = new Label();
|
||||
this.TextBoxRxBand_2 = new TextBox();
|
||||
this.TextBoxTxBand_2 = new TextBox();
|
||||
this.Label13 = new Label();
|
||||
this.Label6 = new Label();
|
||||
this.TextBoxRxBand_1 = new TextBox();
|
||||
this.Label12 = new Label();
|
||||
this.TextBoxTxBand_1 = new TextBox();
|
||||
this.Label5 = new Label();
|
||||
this.Label11 = new Label();
|
||||
this.Label4 = new Label();
|
||||
this.Label10 = new Label();
|
||||
this.Label3 = new Label();
|
||||
this.Label1 = new Label();
|
||||
this.Panel1.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
this.Button3.AccessibleDescription = (string) null;
|
||||
this.Button3.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.Button3, "Button3");
|
||||
this.Button3.BackgroundImage = (Image) null;
|
||||
this.Button3.Font = (Font) null;
|
||||
this.Button3.Name = "Button3";
|
||||
this.Button3.UseVisualStyleBackColor = true;
|
||||
this.Button2.AccessibleDescription = (string) null;
|
||||
this.Button2.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.Button2, "Button2");
|
||||
this.Button2.BackgroundImage = (Image) null;
|
||||
this.Button2.Font = (Font) null;
|
||||
this.Button2.Name = "Button2";
|
||||
this.Button2.UseVisualStyleBackColor = true;
|
||||
this.Button1.AccessibleDescription = (string) null;
|
||||
this.Button1.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.Button1, "Button1");
|
||||
this.Button1.BackgroundImage = (Image) null;
|
||||
this.Button1.Font = (Font) null;
|
||||
this.Button1.Name = "Button1";
|
||||
this.Button1.UseVisualStyleBackColor = true;
|
||||
this.Panel1.AccessibleDescription = (string) null;
|
||||
this.Panel1.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.Panel1, "Panel1");
|
||||
this.Panel1.BackgroundImage = (Image) null;
|
||||
this.Panel1.BorderStyle = BorderStyle.FixedSingle;
|
||||
this.Panel1.Controls.Add((Control) this.ComboBox机型);
|
||||
this.Panel1.Controls.Add((Control) this.CheckBoxRxBand_7);
|
||||
this.Panel1.Controls.Add((Control) this.CheckBoxTxBand_7);
|
||||
this.Panel1.Controls.Add((Control) this.CheckBoxRxBand_6);
|
||||
this.Panel1.Controls.Add((Control) this.CheckBoxTxBand_6);
|
||||
this.Panel1.Controls.Add((Control) this.CheckBoxRxBand_5);
|
||||
this.Panel1.Controls.Add((Control) this.CheckBoxTxBand_5);
|
||||
this.Panel1.Controls.Add((Control) this.CheckBoxRxBand_4);
|
||||
this.Panel1.Controls.Add((Control) this.CheckBoxTxBand_4);
|
||||
this.Panel1.Controls.Add((Control) this.CheckBoxRxBand_3);
|
||||
this.Panel1.Controls.Add((Control) this.CheckBoxTxBand_3);
|
||||
this.Panel1.Controls.Add((Control) this.CheckBoxRxBand_2);
|
||||
this.Panel1.Controls.Add((Control) this.CheckBoxTxBand_2);
|
||||
this.Panel1.Controls.Add((Control) this.CheckBoxRxBand_1);
|
||||
this.Panel1.Controls.Add((Control) this.CheckBoxTxBand_1);
|
||||
this.Panel1.Controls.Add((Control) this.TextBoxRxBand_7);
|
||||
this.Panel1.Controls.Add((Control) this.TextBoxTxBand_7);
|
||||
this.Panel1.Controls.Add((Control) this.TextBoxRxBand_6);
|
||||
this.Panel1.Controls.Add((Control) this.TextBoxTxBand_6);
|
||||
this.Panel1.Controls.Add((Control) this.TextBoxRxBand_5);
|
||||
this.Panel1.Controls.Add((Control) this.TextBoxTxBand_5);
|
||||
this.Panel1.Controls.Add((Control) this.Label16);
|
||||
this.Panel1.Controls.Add((Control) this.Label9);
|
||||
this.Panel1.Controls.Add((Control) this.TextBoxRxBand_4);
|
||||
this.Panel1.Controls.Add((Control) this.TextBoxTxBand_4);
|
||||
this.Panel1.Controls.Add((Control) this.Label15);
|
||||
this.Panel1.Controls.Add((Control) this.Label8);
|
||||
this.Panel1.Controls.Add((Control) this.TextBoxRxBand_3);
|
||||
this.Panel1.Controls.Add((Control) this.TextBoxTxBand_3);
|
||||
this.Panel1.Controls.Add((Control) this.Label14);
|
||||
this.Panel1.Controls.Add((Control) this.Label7);
|
||||
this.Panel1.Controls.Add((Control) this.TextBoxRxBand_2);
|
||||
this.Panel1.Controls.Add((Control) this.TextBoxTxBand_2);
|
||||
this.Panel1.Controls.Add((Control) this.Label13);
|
||||
this.Panel1.Controls.Add((Control) this.Label6);
|
||||
this.Panel1.Controls.Add((Control) this.TextBoxRxBand_1);
|
||||
this.Panel1.Controls.Add((Control) this.Label12);
|
||||
this.Panel1.Controls.Add((Control) this.TextBoxTxBand_1);
|
||||
this.Panel1.Controls.Add((Control) this.Label5);
|
||||
this.Panel1.Controls.Add((Control) this.Label11);
|
||||
this.Panel1.Controls.Add((Control) this.Label4);
|
||||
this.Panel1.Controls.Add((Control) this.Label10);
|
||||
this.Panel1.Controls.Add((Control) this.Label3);
|
||||
this.Panel1.Controls.Add((Control) this.Label1);
|
||||
this.Panel1.Font = (Font) null;
|
||||
this.Panel1.Name = "Panel1";
|
||||
this.ComboBox机型.AccessibleDescription = (string) null;
|
||||
this.ComboBox机型.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.ComboBox机型, "ComboBox机型");
|
||||
this.ComboBox机型.BackgroundImage = (Image) null;
|
||||
this.ComboBox机型.DropDownStyle = ComboBoxStyle.DropDownList;
|
||||
this.ComboBox机型.Font = (Font) null;
|
||||
this.ComboBox机型.FormattingEnabled = true;
|
||||
this.ComboBox机型.Items.AddRange(new object[1]
|
||||
{
|
||||
(object) componentResourceManager.GetString("ComboBox机型.Items")
|
||||
});
|
||||
this.ComboBox机型.Name = "ComboBox机型";
|
||||
this.CheckBoxRxBand_7.AccessibleDescription = (string) null;
|
||||
this.CheckBoxRxBand_7.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.CheckBoxRxBand_7, "CheckBoxRxBand_7");
|
||||
this.CheckBoxRxBand_7.BackgroundImage = (Image) null;
|
||||
this.CheckBoxRxBand_7.Font = (Font) null;
|
||||
this.CheckBoxRxBand_7.Name = "CheckBoxRxBand_7";
|
||||
this.CheckBoxRxBand_7.UseVisualStyleBackColor = true;
|
||||
this.CheckBoxTxBand_7.AccessibleDescription = (string) null;
|
||||
this.CheckBoxTxBand_7.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.CheckBoxTxBand_7, "CheckBoxTxBand_7");
|
||||
this.CheckBoxTxBand_7.BackgroundImage = (Image) null;
|
||||
this.CheckBoxTxBand_7.Font = (Font) null;
|
||||
this.CheckBoxTxBand_7.Name = "CheckBoxTxBand_7";
|
||||
this.CheckBoxTxBand_7.UseVisualStyleBackColor = true;
|
||||
this.CheckBoxRxBand_6.AccessibleDescription = (string) null;
|
||||
this.CheckBoxRxBand_6.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.CheckBoxRxBand_6, "CheckBoxRxBand_6");
|
||||
this.CheckBoxRxBand_6.BackgroundImage = (Image) null;
|
||||
this.CheckBoxRxBand_6.Font = (Font) null;
|
||||
this.CheckBoxRxBand_6.Name = "CheckBoxRxBand_6";
|
||||
this.CheckBoxRxBand_6.UseVisualStyleBackColor = true;
|
||||
this.CheckBoxTxBand_6.AccessibleDescription = (string) null;
|
||||
this.CheckBoxTxBand_6.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.CheckBoxTxBand_6, "CheckBoxTxBand_6");
|
||||
this.CheckBoxTxBand_6.BackgroundImage = (Image) null;
|
||||
this.CheckBoxTxBand_6.Font = (Font) null;
|
||||
this.CheckBoxTxBand_6.Name = "CheckBoxTxBand_6";
|
||||
this.CheckBoxTxBand_6.UseVisualStyleBackColor = true;
|
||||
this.CheckBoxRxBand_5.AccessibleDescription = (string) null;
|
||||
this.CheckBoxRxBand_5.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.CheckBoxRxBand_5, "CheckBoxRxBand_5");
|
||||
this.CheckBoxRxBand_5.BackgroundImage = (Image) null;
|
||||
this.CheckBoxRxBand_5.Checked = true;
|
||||
this.CheckBoxRxBand_5.CheckState = CheckState.Checked;
|
||||
this.CheckBoxRxBand_5.Font = (Font) null;
|
||||
this.CheckBoxRxBand_5.Name = "CheckBoxRxBand_5";
|
||||
this.CheckBoxRxBand_5.UseVisualStyleBackColor = true;
|
||||
this.CheckBoxTxBand_5.AccessibleDescription = (string) null;
|
||||
this.CheckBoxTxBand_5.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.CheckBoxTxBand_5, "CheckBoxTxBand_5");
|
||||
this.CheckBoxTxBand_5.BackgroundImage = (Image) null;
|
||||
this.CheckBoxTxBand_5.Checked = true;
|
||||
this.CheckBoxTxBand_5.CheckState = CheckState.Checked;
|
||||
this.CheckBoxTxBand_5.Font = (Font) null;
|
||||
this.CheckBoxTxBand_5.Name = "CheckBoxTxBand_5";
|
||||
this.CheckBoxTxBand_5.UseVisualStyleBackColor = true;
|
||||
this.CheckBoxRxBand_4.AccessibleDescription = (string) null;
|
||||
this.CheckBoxRxBand_4.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.CheckBoxRxBand_4, "CheckBoxRxBand_4");
|
||||
this.CheckBoxRxBand_4.BackgroundImage = (Image) null;
|
||||
this.CheckBoxRxBand_4.Font = (Font) null;
|
||||
this.CheckBoxRxBand_4.Name = "CheckBoxRxBand_4";
|
||||
this.CheckBoxRxBand_4.UseVisualStyleBackColor = true;
|
||||
this.CheckBoxTxBand_4.AccessibleDescription = (string) null;
|
||||
this.CheckBoxTxBand_4.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.CheckBoxTxBand_4, "CheckBoxTxBand_4");
|
||||
this.CheckBoxTxBand_4.BackgroundImage = (Image) null;
|
||||
this.CheckBoxTxBand_4.Font = (Font) null;
|
||||
this.CheckBoxTxBand_4.Name = "CheckBoxTxBand_4";
|
||||
this.CheckBoxTxBand_4.UseVisualStyleBackColor = true;
|
||||
this.CheckBoxRxBand_3.AccessibleDescription = (string) null;
|
||||
this.CheckBoxRxBand_3.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.CheckBoxRxBand_3, "CheckBoxRxBand_3");
|
||||
this.CheckBoxRxBand_3.BackgroundImage = (Image) null;
|
||||
this.CheckBoxRxBand_3.Font = (Font) null;
|
||||
this.CheckBoxRxBand_3.Name = "CheckBoxRxBand_3";
|
||||
this.CheckBoxRxBand_3.UseVisualStyleBackColor = true;
|
||||
this.CheckBoxTxBand_3.AccessibleDescription = (string) null;
|
||||
this.CheckBoxTxBand_3.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.CheckBoxTxBand_3, "CheckBoxTxBand_3");
|
||||
this.CheckBoxTxBand_3.BackgroundImage = (Image) null;
|
||||
this.CheckBoxTxBand_3.Font = (Font) null;
|
||||
this.CheckBoxTxBand_3.Name = "CheckBoxTxBand_3";
|
||||
this.CheckBoxTxBand_3.UseVisualStyleBackColor = true;
|
||||
this.CheckBoxRxBand_2.AccessibleDescription = (string) null;
|
||||
this.CheckBoxRxBand_2.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.CheckBoxRxBand_2, "CheckBoxRxBand_2");
|
||||
this.CheckBoxRxBand_2.BackgroundImage = (Image) null;
|
||||
this.CheckBoxRxBand_2.Font = (Font) null;
|
||||
this.CheckBoxRxBand_2.Name = "CheckBoxRxBand_2";
|
||||
this.CheckBoxRxBand_2.UseVisualStyleBackColor = true;
|
||||
this.CheckBoxTxBand_2.AccessibleDescription = (string) null;
|
||||
this.CheckBoxTxBand_2.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.CheckBoxTxBand_2, "CheckBoxTxBand_2");
|
||||
this.CheckBoxTxBand_2.BackgroundImage = (Image) null;
|
||||
this.CheckBoxTxBand_2.Font = (Font) null;
|
||||
this.CheckBoxTxBand_2.Name = "CheckBoxTxBand_2";
|
||||
this.CheckBoxTxBand_2.UseVisualStyleBackColor = true;
|
||||
this.CheckBoxRxBand_1.AccessibleDescription = (string) null;
|
||||
this.CheckBoxRxBand_1.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.CheckBoxRxBand_1, "CheckBoxRxBand_1");
|
||||
this.CheckBoxRxBand_1.BackgroundImage = (Image) null;
|
||||
this.CheckBoxRxBand_1.Checked = true;
|
||||
this.CheckBoxRxBand_1.CheckState = CheckState.Checked;
|
||||
this.CheckBoxRxBand_1.Font = (Font) null;
|
||||
this.CheckBoxRxBand_1.Name = "CheckBoxRxBand_1";
|
||||
this.CheckBoxRxBand_1.UseVisualStyleBackColor = true;
|
||||
this.CheckBoxTxBand_1.AccessibleDescription = (string) null;
|
||||
this.CheckBoxTxBand_1.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.CheckBoxTxBand_1, "CheckBoxTxBand_1");
|
||||
this.CheckBoxTxBand_1.BackgroundImage = (Image) null;
|
||||
this.CheckBoxTxBand_1.Checked = true;
|
||||
this.CheckBoxTxBand_1.CheckState = CheckState.Checked;
|
||||
this.CheckBoxTxBand_1.Font = (Font) null;
|
||||
this.CheckBoxTxBand_1.Name = "CheckBoxTxBand_1";
|
||||
this.CheckBoxTxBand_1.UseVisualStyleBackColor = true;
|
||||
this.TextBoxRxBand_7.AccessibleDescription = (string) null;
|
||||
this.TextBoxRxBand_7.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.TextBoxRxBand_7, "TextBoxRxBand_7");
|
||||
this.TextBoxRxBand_7.BackgroundImage = (Image) null;
|
||||
this.TextBoxRxBand_7.Font = (Font) null;
|
||||
this.TextBoxRxBand_7.Name = "TextBoxRxBand_7";
|
||||
this.TextBoxTxBand_7.AccessibleDescription = (string) null;
|
||||
this.TextBoxTxBand_7.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.TextBoxTxBand_7, "TextBoxTxBand_7");
|
||||
this.TextBoxTxBand_7.BackgroundImage = (Image) null;
|
||||
this.TextBoxTxBand_7.Font = (Font) null;
|
||||
this.TextBoxTxBand_7.Name = "TextBoxTxBand_7";
|
||||
this.TextBoxRxBand_6.AccessibleDescription = (string) null;
|
||||
this.TextBoxRxBand_6.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.TextBoxRxBand_6, "TextBoxRxBand_6");
|
||||
this.TextBoxRxBand_6.BackgroundImage = (Image) null;
|
||||
this.TextBoxRxBand_6.Font = (Font) null;
|
||||
this.TextBoxRxBand_6.Name = "TextBoxRxBand_6";
|
||||
this.TextBoxTxBand_6.AccessibleDescription = (string) null;
|
||||
this.TextBoxTxBand_6.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.TextBoxTxBand_6, "TextBoxTxBand_6");
|
||||
this.TextBoxTxBand_6.BackgroundImage = (Image) null;
|
||||
this.TextBoxTxBand_6.Font = (Font) null;
|
||||
this.TextBoxTxBand_6.Name = "TextBoxTxBand_6";
|
||||
this.TextBoxRxBand_5.AccessibleDescription = (string) null;
|
||||
this.TextBoxRxBand_5.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.TextBoxRxBand_5, "TextBoxRxBand_5");
|
||||
this.TextBoxRxBand_5.BackgroundImage = (Image) null;
|
||||
this.TextBoxRxBand_5.Font = (Font) null;
|
||||
this.TextBoxRxBand_5.Name = "TextBoxRxBand_5";
|
||||
this.TextBoxTxBand_5.AccessibleDescription = (string) null;
|
||||
this.TextBoxTxBand_5.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.TextBoxTxBand_5, "TextBoxTxBand_5");
|
||||
this.TextBoxTxBand_5.BackgroundImage = (Image) null;
|
||||
this.TextBoxTxBand_5.Font = (Font) null;
|
||||
this.TextBoxTxBand_5.Name = "TextBoxTxBand_5";
|
||||
this.Label16.AccessibleDescription = (string) null;
|
||||
this.Label16.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.Label16, "Label16");
|
||||
this.Label16.Font = (Font) null;
|
||||
this.Label16.Name = "Label16";
|
||||
this.Label9.AccessibleDescription = (string) null;
|
||||
this.Label9.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.Label9, "Label9");
|
||||
this.Label9.Font = (Font) null;
|
||||
this.Label9.Name = "Label9";
|
||||
this.TextBoxRxBand_4.AccessibleDescription = (string) null;
|
||||
this.TextBoxRxBand_4.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.TextBoxRxBand_4, "TextBoxRxBand_4");
|
||||
this.TextBoxRxBand_4.BackgroundImage = (Image) null;
|
||||
this.TextBoxRxBand_4.Font = (Font) null;
|
||||
this.TextBoxRxBand_4.Name = "TextBoxRxBand_4";
|
||||
this.TextBoxTxBand_4.AccessibleDescription = (string) null;
|
||||
this.TextBoxTxBand_4.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.TextBoxTxBand_4, "TextBoxTxBand_4");
|
||||
this.TextBoxTxBand_4.BackgroundImage = (Image) null;
|
||||
this.TextBoxTxBand_4.Font = (Font) null;
|
||||
this.TextBoxTxBand_4.Name = "TextBoxTxBand_4";
|
||||
this.Label15.AccessibleDescription = (string) null;
|
||||
this.Label15.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.Label15, "Label15");
|
||||
this.Label15.Font = (Font) null;
|
||||
this.Label15.Name = "Label15";
|
||||
this.Label8.AccessibleDescription = (string) null;
|
||||
this.Label8.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.Label8, "Label8");
|
||||
this.Label8.Font = (Font) null;
|
||||
this.Label8.Name = "Label8";
|
||||
this.TextBoxRxBand_3.AccessibleDescription = (string) null;
|
||||
this.TextBoxRxBand_3.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.TextBoxRxBand_3, "TextBoxRxBand_3");
|
||||
this.TextBoxRxBand_3.BackgroundImage = (Image) null;
|
||||
this.TextBoxRxBand_3.Font = (Font) null;
|
||||
this.TextBoxRxBand_3.Name = "TextBoxRxBand_3";
|
||||
this.TextBoxTxBand_3.AccessibleDescription = (string) null;
|
||||
this.TextBoxTxBand_3.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.TextBoxTxBand_3, "TextBoxTxBand_3");
|
||||
this.TextBoxTxBand_3.BackgroundImage = (Image) null;
|
||||
this.TextBoxTxBand_3.Font = (Font) null;
|
||||
this.TextBoxTxBand_3.Name = "TextBoxTxBand_3";
|
||||
this.Label14.AccessibleDescription = (string) null;
|
||||
this.Label14.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.Label14, "Label14");
|
||||
this.Label14.Font = (Font) null;
|
||||
this.Label14.Name = "Label14";
|
||||
this.Label7.AccessibleDescription = (string) null;
|
||||
this.Label7.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.Label7, "Label7");
|
||||
this.Label7.Font = (Font) null;
|
||||
this.Label7.Name = "Label7";
|
||||
this.TextBoxRxBand_2.AccessibleDescription = (string) null;
|
||||
this.TextBoxRxBand_2.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.TextBoxRxBand_2, "TextBoxRxBand_2");
|
||||
this.TextBoxRxBand_2.BackgroundImage = (Image) null;
|
||||
this.TextBoxRxBand_2.Font = (Font) null;
|
||||
this.TextBoxRxBand_2.Name = "TextBoxRxBand_2";
|
||||
this.TextBoxTxBand_2.AccessibleDescription = (string) null;
|
||||
this.TextBoxTxBand_2.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.TextBoxTxBand_2, "TextBoxTxBand_2");
|
||||
this.TextBoxTxBand_2.BackgroundImage = (Image) null;
|
||||
this.TextBoxTxBand_2.Font = (Font) null;
|
||||
this.TextBoxTxBand_2.Name = "TextBoxTxBand_2";
|
||||
this.Label13.AccessibleDescription = (string) null;
|
||||
this.Label13.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.Label13, "Label13");
|
||||
this.Label13.Font = (Font) null;
|
||||
this.Label13.Name = "Label13";
|
||||
this.Label6.AccessibleDescription = (string) null;
|
||||
this.Label6.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.Label6, "Label6");
|
||||
this.Label6.Font = (Font) null;
|
||||
this.Label6.Name = "Label6";
|
||||
this.TextBoxRxBand_1.AccessibleDescription = (string) null;
|
||||
this.TextBoxRxBand_1.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.TextBoxRxBand_1, "TextBoxRxBand_1");
|
||||
this.TextBoxRxBand_1.BackgroundImage = (Image) null;
|
||||
this.TextBoxRxBand_1.Font = (Font) null;
|
||||
this.TextBoxRxBand_1.Name = "TextBoxRxBand_1";
|
||||
this.Label12.AccessibleDescription = (string) null;
|
||||
this.Label12.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.Label12, "Label12");
|
||||
this.Label12.Font = (Font) null;
|
||||
this.Label12.Name = "Label12";
|
||||
this.TextBoxTxBand_1.AccessibleDescription = (string) null;
|
||||
this.TextBoxTxBand_1.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.TextBoxTxBand_1, "TextBoxTxBand_1");
|
||||
this.TextBoxTxBand_1.BackgroundImage = (Image) null;
|
||||
this.TextBoxTxBand_1.Font = (Font) null;
|
||||
this.TextBoxTxBand_1.Name = "TextBoxTxBand_1";
|
||||
this.Label5.AccessibleDescription = (string) null;
|
||||
this.Label5.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.Label5, "Label5");
|
||||
this.Label5.Font = (Font) null;
|
||||
this.Label5.Name = "Label5";
|
||||
this.Label11.AccessibleDescription = (string) null;
|
||||
this.Label11.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.Label11, "Label11");
|
||||
this.Label11.Font = (Font) null;
|
||||
this.Label11.Name = "Label11";
|
||||
this.Label4.AccessibleDescription = (string) null;
|
||||
this.Label4.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.Label4, "Label4");
|
||||
this.Label4.Font = (Font) null;
|
||||
this.Label4.Name = "Label4";
|
||||
this.Label10.AccessibleDescription = (string) null;
|
||||
this.Label10.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.Label10, "Label10");
|
||||
this.Label10.Font = (Font) null;
|
||||
this.Label10.Name = "Label10";
|
||||
this.Label3.AccessibleDescription = (string) null;
|
||||
this.Label3.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.Label3, "Label3");
|
||||
this.Label3.Font = (Font) null;
|
||||
this.Label3.Name = "Label3";
|
||||
this.Label1.AccessibleDescription = (string) null;
|
||||
this.Label1.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this.Label1, "Label1");
|
||||
this.Label1.Font = (Font) null;
|
||||
this.Label1.Name = "Label1";
|
||||
this.AccessibleDescription = (string) null;
|
||||
this.AccessibleName = (string) null;
|
||||
componentResourceManager.ApplyResources((object) this, "$this");
|
||||
this.AutoScaleMode = AutoScaleMode.Font;
|
||||
this.BackgroundImage = (Image) null;
|
||||
this.Controls.Add((Control) this.Button3);
|
||||
this.Controls.Add((Control) this.Button2);
|
||||
this.Controls.Add((Control) this.Button1);
|
||||
this.Controls.Add((Control) this.Panel1);
|
||||
this.Font = (Font) null;
|
||||
this.Icon = (Icon) null;
|
||||
this.Name = nameof (TypeMsgForm);
|
||||
this.Panel1.ResumeLayout(false);
|
||||
this.Panel1.PerformLayout();
|
||||
this.ResumeLayout(false);
|
||||
}
|
||||
|
||||
internal virtual Button Button3
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Button3;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._Button3 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual Button Button2
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Button2;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._Button2 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual Button Button1
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Button1;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
if (this._Button1 != null)
|
||||
this._Button1.Click -= new EventHandler(this.Button1_Click);
|
||||
this._Button1 = value;
|
||||
if (this._Button1 == null)
|
||||
return;
|
||||
this._Button1.Click += new EventHandler(this.Button1_Click);
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual Panel Panel1
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Panel1;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._Panel1 = value;
|
||||
}
|
||||
|
||||
internal virtual ComboBox ComboBox机型
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._ComboBox机型;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._ComboBox机型 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual CheckBox CheckBoxRxBand_7
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._CheckBoxRxBand_7;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._CheckBoxRxBand_7 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual CheckBox CheckBoxTxBand_7
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._CheckBoxTxBand_7;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._CheckBoxTxBand_7 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual CheckBox CheckBoxRxBand_6
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._CheckBoxRxBand_6;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._CheckBoxRxBand_6 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual CheckBox CheckBoxTxBand_6
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._CheckBoxTxBand_6;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._CheckBoxTxBand_6 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual CheckBox CheckBoxRxBand_5
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._CheckBoxRxBand_5;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._CheckBoxRxBand_5 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual CheckBox CheckBoxTxBand_5
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._CheckBoxTxBand_5;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._CheckBoxTxBand_5 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual CheckBox CheckBoxRxBand_4
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._CheckBoxRxBand_4;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._CheckBoxRxBand_4 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual CheckBox CheckBoxTxBand_4
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._CheckBoxTxBand_4;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._CheckBoxTxBand_4 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual CheckBox CheckBoxRxBand_3
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._CheckBoxRxBand_3;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._CheckBoxRxBand_3 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual CheckBox CheckBoxTxBand_3
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._CheckBoxTxBand_3;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._CheckBoxTxBand_3 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual CheckBox CheckBoxRxBand_2
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._CheckBoxRxBand_2;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._CheckBoxRxBand_2 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual CheckBox CheckBoxTxBand_2
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._CheckBoxTxBand_2;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._CheckBoxTxBand_2 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual CheckBox CheckBoxRxBand_1
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._CheckBoxRxBand_1;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._CheckBoxRxBand_1 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual CheckBox CheckBoxTxBand_1
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._CheckBoxTxBand_1;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._CheckBoxTxBand_1 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual TextBox TextBoxRxBand_7
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._TextBoxRxBand_7;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._TextBoxRxBand_7 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual TextBox TextBoxTxBand_7
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._TextBoxTxBand_7;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._TextBoxTxBand_7 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual TextBox TextBoxRxBand_6
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._TextBoxRxBand_6;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._TextBoxRxBand_6 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual TextBox TextBoxTxBand_6
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._TextBoxTxBand_6;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._TextBoxTxBand_6 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual TextBox TextBoxRxBand_5
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._TextBoxRxBand_5;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._TextBoxRxBand_5 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual TextBox TextBoxTxBand_5
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._TextBoxTxBand_5;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._TextBoxTxBand_5 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual Label Label16
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Label16;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._Label16 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual Label Label9
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Label9;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._Label9 = value;
|
||||
}
|
||||
|
||||
internal virtual TextBox TextBoxRxBand_4
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._TextBoxRxBand_4;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._TextBoxRxBand_4 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual TextBox TextBoxTxBand_4
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._TextBoxTxBand_4;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._TextBoxTxBand_4 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual Label Label15
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Label15;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._Label15 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual Label Label8
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Label8;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._Label8 = value;
|
||||
}
|
||||
|
||||
internal virtual TextBox TextBoxRxBand_3
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._TextBoxRxBand_3;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._TextBoxRxBand_3 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual TextBox TextBoxTxBand_3
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._TextBoxTxBand_3;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._TextBoxTxBand_3 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual Label Label14
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Label14;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._Label14 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual Label Label7
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Label7;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._Label7 = value;
|
||||
}
|
||||
|
||||
internal virtual TextBox TextBoxRxBand_2
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._TextBoxRxBand_2;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._TextBoxRxBand_2 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual TextBox TextBoxTxBand_2
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._TextBoxTxBand_2;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._TextBoxTxBand_2 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual Label Label13
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Label13;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._Label13 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual Label Label6
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Label6;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._Label6 = value;
|
||||
}
|
||||
|
||||
internal virtual TextBox TextBoxRxBand_1
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._TextBoxRxBand_1;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._TextBoxRxBand_1 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual Label Label12
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Label12;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._Label12 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual TextBox TextBoxTxBand_1
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._TextBoxTxBand_1;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._TextBoxTxBand_1 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual Label Label5
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Label5;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._Label5 = value;
|
||||
}
|
||||
|
||||
internal virtual Label Label11
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Label11;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._Label11 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual Label Label4
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Label4;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._Label4 = value;
|
||||
}
|
||||
|
||||
internal virtual Label Label10
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Label10;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
|
||||
{
|
||||
this._Label10 = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal virtual Label Label3
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Label3;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._Label3 = value;
|
||||
}
|
||||
|
||||
internal virtual Label Label1
|
||||
{
|
||||
[DebuggerNonUserCode] get => this._Label1;
|
||||
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._Label1 = value;
|
||||
}
|
||||
|
||||
private void Button1_Click(object sender, EventArgs e) => this.Close();
|
||||
|
||||
private void TypeMsgForm_Load(object sender, EventArgs e) => this.ComboBox机型.SelectedIndex = 0;
|
||||
}
|
||||
}
|
||||
1414
HPG-68D/Backup/TypeMsgForm.resx
Normal file
1414
HPG-68D/Backup/TypeMsgForm.resx
Normal file
File diff suppressed because it is too large
Load Diff
9461
HPG-68D/Backup/_2ToneForm.cs
Normal file
9461
HPG-68D/Backup/_2ToneForm.cs
Normal file
File diff suppressed because it is too large
Load Diff
10765
HPG-68D/Backup/_2ToneForm.resx
Normal file
10765
HPG-68D/Backup/_2ToneForm.resx
Normal file
File diff suppressed because one or more lines are too long
4939
HPG-68D/Backup/_5ToneForm.cs
Normal file
4939
HPG-68D/Backup/_5ToneForm.cs
Normal file
File diff suppressed because it is too large
Load Diff
4726
HPG-68D/Backup/_5ToneForm.resx
Normal file
4726
HPG-68D/Backup/_5ToneForm.resx
Normal file
File diff suppressed because one or more lines are too long
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user