Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hemei
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
潘栩锋
hemei
Commits
4d710ed2
Commit
4d710ed2
authored
Dec 10, 2018
by
潘栩锋
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除多余
parent
74426746
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
4 additions
and
713 deletions
+4
-713
.gitignore
.gitignore
+4
-1
FLY.Thick.Feedback.sln
Project.FLY.FeedbackRenZiJia/FLY.Thick.Feedback.sln
+0
-92
App.xaml
Project.FLY.FeedbackRenZiJia/WpfApplication1/App.xaml
+0
-8
App.xaml.cs
Project.FLY.FeedbackRenZiJia/WpfApplication1/App.xaml.cs
+0
-17
MainWindow.xaml
Project.FLY.FeedbackRenZiJia/WpfApplication1/MainWindow.xaml
+0
-9
MainWindow.xaml.cs
...t.FLY.FeedbackRenZiJia/WpfApplication1/MainWindow.xaml.cs
+0
-35
AssemblyInfo.cs
...edbackRenZiJia/WpfApplication1/Properties/AssemblyInfo.cs
+0
-55
Resources.Designer.cs
...RenZiJia/WpfApplication1/Properties/Resources.Designer.cs
+0
-63
Resources.resx
...eedbackRenZiJia/WpfApplication1/Properties/Resources.resx
+0
-117
Settings.Designer.cs
...kRenZiJia/WpfApplication1/Properties/Settings.Designer.cs
+0
-26
Settings.settings
...backRenZiJia/WpfApplication1/Properties/Settings.settings
+0
-7
Window1.xaml
Project.FLY.FeedbackRenZiJia/WpfApplication1/Window1.xaml
+0
-5
Window1.xaml.cs
Project.FLY.FeedbackRenZiJia/WpfApplication1/Window1.xaml.cs
+0
-45
WpfApplication1.csproj
...Y.FeedbackRenZiJia/WpfApplication1/WpfApplication1.csproj
+0
-144
app.config
Project.FLY.FeedbackRenZiJia/WpfApplication1/app.config
+0
-3
Project.FLY.Weight.sln
Project.FLY.Weight/Project.FLY.Weight.sln
+0
-86
No files found.
.gitignore
View file @
4d710ed2
...
...
@@ -269,4 +269,7 @@ Generated/
# 生成的安装包
和美安装包/
*.zip
\ No newline at end of file
*.zip
# 测试项目
WpfApplication1/
\ No newline at end of file
Project.FLY.FeedbackRenZiJia/FLY.Thick.Feedback.sln
deleted
100644 → 0
View file @
74426746
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FLY.FeedbackRenZiJia", "FLY.FeedbackRenZiJia\FLY.FeedbackRenZiJia.csproj", "{3FAF02DE-B9E8-4DDA-A8E4-7A99E6E53ACB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FLY.ModbusModule", "..\Project.FLY.ModbusModule\FLY.ModbusModule\FLY.ModbusModule.csproj", "{6D4B9BDA-2A66-4583-B244-758BC4213D9F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FLY.FeedbackRenZiJia.UI.Client", "FLY.FeedbackRenZiJia.UI.Client\FLY.FeedbackRenZiJia.UI.Client.csproj", "{51DE4702-EABC-4984-91AA-61B7D17F7742}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FLY.FeedbackRenZiJia.UI.Server", "FLY.FeedbackRenZiJia.UI.Server\FLY.FeedbackRenZiJia.UI.Server.csproj", "{FB1D06A7-081C-48B7-A3D9-136C7162BB9F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WpfApplication1", "WpfApplication1\WpfApplication1.csproj", "{658A1479-B94E-4A3F-AA88-1952C8F912B7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1C6ADA89-E582-4A07-96D9-65075E93D3D3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Misc", "..\Project.FLY.Misc\MISC\Misc.csproj", "{5EE61AC6-5269-4F0F-B8FA-4334FE4A678F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3FAF02DE-B9E8-4DDA-A8E4-7A99E6E53ACB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3FAF02DE-B9E8-4DDA-A8E4-7A99E6E53ACB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3FAF02DE-B9E8-4DDA-A8E4-7A99E6E53ACB}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{3FAF02DE-B9E8-4DDA-A8E4-7A99E6E53ACB}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{3FAF02DE-B9E8-4DDA-A8E4-7A99E6E53ACB}.Debug|x86.ActiveCfg = Debug|Any CPU
{3FAF02DE-B9E8-4DDA-A8E4-7A99E6E53ACB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3FAF02DE-B9E8-4DDA-A8E4-7A99E6E53ACB}.Release|Any CPU.Build.0 = Release|Any CPU
{3FAF02DE-B9E8-4DDA-A8E4-7A99E6E53ACB}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{3FAF02DE-B9E8-4DDA-A8E4-7A99E6E53ACB}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{3FAF02DE-B9E8-4DDA-A8E4-7A99E6E53ACB}.Release|x86.ActiveCfg = Release|Any CPU
{6D4B9BDA-2A66-4583-B244-758BC4213D9F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D4B9BDA-2A66-4583-B244-758BC4213D9F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D4B9BDA-2A66-4583-B244-758BC4213D9F}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{6D4B9BDA-2A66-4583-B244-758BC4213D9F}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{6D4B9BDA-2A66-4583-B244-758BC4213D9F}.Debug|x86.ActiveCfg = Debug|Any CPU
{6D4B9BDA-2A66-4583-B244-758BC4213D9F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D4B9BDA-2A66-4583-B244-758BC4213D9F}.Release|Any CPU.Build.0 = Release|Any CPU
{6D4B9BDA-2A66-4583-B244-758BC4213D9F}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{6D4B9BDA-2A66-4583-B244-758BC4213D9F}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{6D4B9BDA-2A66-4583-B244-758BC4213D9F}.Release|x86.ActiveCfg = Release|Any CPU
{51DE4702-EABC-4984-91AA-61B7D17F7742}.Debug|Any CPU.ActiveCfg = Debug|x86
{51DE4702-EABC-4984-91AA-61B7D17F7742}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{51DE4702-EABC-4984-91AA-61B7D17F7742}.Debug|Mixed Platforms.Build.0 = Debug|x86
{51DE4702-EABC-4984-91AA-61B7D17F7742}.Debug|x86.ActiveCfg = Debug|x86
{51DE4702-EABC-4984-91AA-61B7D17F7742}.Debug|x86.Build.0 = Debug|x86
{51DE4702-EABC-4984-91AA-61B7D17F7742}.Release|Any CPU.ActiveCfg = Release|x86
{51DE4702-EABC-4984-91AA-61B7D17F7742}.Release|Mixed Platforms.ActiveCfg = Release|x86
{51DE4702-EABC-4984-91AA-61B7D17F7742}.Release|Mixed Platforms.Build.0 = Release|x86
{51DE4702-EABC-4984-91AA-61B7D17F7742}.Release|x86.ActiveCfg = Release|x86
{51DE4702-EABC-4984-91AA-61B7D17F7742}.Release|x86.Build.0 = Release|x86
{FB1D06A7-081C-48B7-A3D9-136C7162BB9F}.Debug|Any CPU.ActiveCfg = Debug|x86
{FB1D06A7-081C-48B7-A3D9-136C7162BB9F}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{FB1D06A7-081C-48B7-A3D9-136C7162BB9F}.Debug|Mixed Platforms.Build.0 = Debug|x86
{FB1D06A7-081C-48B7-A3D9-136C7162BB9F}.Debug|x86.ActiveCfg = Debug|x86
{FB1D06A7-081C-48B7-A3D9-136C7162BB9F}.Debug|x86.Build.0 = Debug|x86
{FB1D06A7-081C-48B7-A3D9-136C7162BB9F}.Release|Any CPU.ActiveCfg = Release|x86
{FB1D06A7-081C-48B7-A3D9-136C7162BB9F}.Release|Mixed Platforms.ActiveCfg = Release|x86
{FB1D06A7-081C-48B7-A3D9-136C7162BB9F}.Release|Mixed Platforms.Build.0 = Release|x86
{FB1D06A7-081C-48B7-A3D9-136C7162BB9F}.Release|x86.ActiveCfg = Release|x86
{FB1D06A7-081C-48B7-A3D9-136C7162BB9F}.Release|x86.Build.0 = Release|x86
{658A1479-B94E-4A3F-AA88-1952C8F912B7}.Debug|Any CPU.ActiveCfg = Debug|x86
{658A1479-B94E-4A3F-AA88-1952C8F912B7}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{658A1479-B94E-4A3F-AA88-1952C8F912B7}.Debug|Mixed Platforms.Build.0 = Debug|x86
{658A1479-B94E-4A3F-AA88-1952C8F912B7}.Debug|x86.ActiveCfg = Debug|x86
{658A1479-B94E-4A3F-AA88-1952C8F912B7}.Debug|x86.Build.0 = Debug|x86
{658A1479-B94E-4A3F-AA88-1952C8F912B7}.Release|Any CPU.ActiveCfg = Release|x86
{658A1479-B94E-4A3F-AA88-1952C8F912B7}.Release|Mixed Platforms.ActiveCfg = Release|x86
{658A1479-B94E-4A3F-AA88-1952C8F912B7}.Release|Mixed Platforms.Build.0 = Release|x86
{658A1479-B94E-4A3F-AA88-1952C8F912B7}.Release|x86.ActiveCfg = Release|x86
{658A1479-B94E-4A3F-AA88-1952C8F912B7}.Release|x86.Build.0 = Release|x86
{5EE61AC6-5269-4F0F-B8FA-4334FE4A678F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5EE61AC6-5269-4F0F-B8FA-4334FE4A678F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5EE61AC6-5269-4F0F-B8FA-4334FE4A678F}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{5EE61AC6-5269-4F0F-B8FA-4334FE4A678F}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{5EE61AC6-5269-4F0F-B8FA-4334FE4A678F}.Debug|x86.ActiveCfg = Debug|Any CPU
{5EE61AC6-5269-4F0F-B8FA-4334FE4A678F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5EE61AC6-5269-4F0F-B8FA-4334FE4A678F}.Release|Any CPU.Build.0 = Release|Any CPU
{5EE61AC6-5269-4F0F-B8FA-4334FE4A678F}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{5EE61AC6-5269-4F0F-B8FA-4334FE4A678F}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{5EE61AC6-5269-4F0F-B8FA-4334FE4A678F}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Project.FLY.FeedbackRenZiJia/WpfApplication1/App.xaml
deleted
100644 → 0
View file @
74426746
<Application x:Class="WpfApplication1.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
StartupUri="Window1.xaml">
<Application.Resources>
</Application.Resources>
</Application>
Project.FLY.FeedbackRenZiJia/WpfApplication1/App.xaml.cs
deleted
100644 → 0
View file @
74426746
using
System
;
using
System.Collections.Generic
;
using
System.Configuration
;
using
System.Data
;
using
System.Linq
;
using
System.Windows
;
namespace
WpfApplication1
{
/// <summary>
/// App.xaml 的交互逻辑
/// </summary>
public
partial
class
App
:
Application
{
}
}
Project.FLY.FeedbackRenZiJia/WpfApplication1/MainWindow.xaml
deleted
100644 → 0
View file @
74426746
<Window x:Class="WpfApplication1.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="MainWindow" Height="350" Width="525">
<Grid>
<Frame Name="frame">
</Frame>
</Grid>
</Window>
Project.FLY.FeedbackRenZiJia/WpfApplication1/MainWindow.xaml.cs
deleted
100644 → 0
View file @
74426746
using
System
;
using
System.Collections.Generic
;
using
System.Linq
;
using
System.Text
;
using
System.Windows
;
using
System.Windows.Controls
;
using
System.Windows.Data
;
using
System.Windows.Documents
;
using
System.Windows.Input
;
using
System.Windows.Media
;
using
System.Windows.Media.Imaging
;
using
System.Windows.Navigation
;
using
System.Windows.Shapes
;
using
System.Reflection
;
namespace
WpfApplication1
{
/// <summary>
/// MainWindow.xaml 的交互逻辑
/// </summary>
public
partial
class
MainWindow
:
Window
{
public
MainWindow
()
{
InitializeComponent
();
FObjBase
.
PollModule
.
Current
.
Start
();
FLY
.
FeedbackRenZiJia
.
UI
.
Client
.
UIModule
.
Page_DynArea
p
=
new
FLY
.
FeedbackRenZiJia
.
UI
.
Client
.
UIModule
.
Page_DynArea
();
p
.
Init
(
0
);
this
.
frame
.
Content
=
p
;
Application
.
Current
.
Properties
[
"NavigationService"
]
=
p
.
NavigationService
;
}
}
}
Project.FLY.FeedbackRenZiJia/WpfApplication1/Properties/AssemblyInfo.cs
deleted
100644 → 0
View file @
74426746
using
System.Reflection
;
using
System.Resources
;
using
System.Runtime.CompilerServices
;
using
System.Runtime.InteropServices
;
using
System.Windows
;
// 有关程序集的常规信息通过以下
// 特性集控制。更改这些特性值可修改
// 与程序集关联的信息。
[assembly: AssemblyTitle("WpfApplication1")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("WpfApplication1")]
[assembly: AssemblyCopyright("Copyright © Microsoft 2016")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// 将 ComVisible 设置为 false 使此程序集中的类型
// 对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型,
// 则将该类型上的 ComVisible 特性设置为 true。
[assembly: ComVisible(false)]
//若要开始生成可本地化的应用程序,请在
//<PropertyGroup> 中的 .csproj 文件中
//设置 <UICulture>CultureYouAreCodingWith</UICulture>。例如,如果您在源文件中
//使用的是美国英语,请将 <UICulture> 设置为 en-US。然后取消
//对以下 NeutralResourceLanguage 特性的注释。更新
//以下行中的“en-US”以匹配项目文件中的 UICulture 设置。
//[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]
[
assembly
:
ThemeInfo
(
ResourceDictionaryLocation
.
None
,
//主题特定资源词典所处位置
//(在页面或应用程序资源词典中
// 未找到某个资源的情况下使用)
ResourceDictionaryLocation
.
SourceAssembly
//常规资源词典所处位置
//(在页面、应用程序或任何主题特定资源词典中
// 未找到某个资源的情况下使用)
)]
// 程序集的版本信息由下面四个值组成:
//
// 主版本
// 次版本
// 内部版本号
// 修订号
//
// 可以指定所有这些值,也可以使用“内部版本号”和“修订号”的默认值,
// 方法是按如下所示使用“*”:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
Project.FLY.FeedbackRenZiJia/WpfApplication1/Properties/Resources.Designer.cs
deleted
100644 → 0
View file @
74426746
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------
namespace
WpfApplication1.Properties
{
using
System
;
/// <summary>
/// 一个强类型的资源类,用于查找本地化的字符串等。
/// </summary>
// 此类是由 StronglyTypedResourceBuilder
// 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。
// 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen
// (以 /str 作为命令选项),或重新生成 VS 项目。
[
global
::
System
.
CodeDom
.
Compiler
.
GeneratedCodeAttribute
(
"System.Resources.Tools.StronglyTypedResourceBuilder"
,
"4.0.0.0"
)]
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
[
global
::
System
.
Runtime
.
CompilerServices
.
CompilerGeneratedAttribute
()]
internal
class
Resources
{
private
static
global
::
System
.
Resources
.
ResourceManager
resourceMan
;
private
static
global
::
System
.
Globalization
.
CultureInfo
resourceCulture
;
[
global
::
System
.
Diagnostics
.
CodeAnalysis
.
SuppressMessageAttribute
(
"Microsoft.Performance"
,
"CA1811:AvoidUncalledPrivateCode"
)]
internal
Resources
()
{
}
/// <summary>
/// 返回此类使用的缓存的 ResourceManager 实例。
/// </summary>
[
global
::
System
.
ComponentModel
.
EditorBrowsableAttribute
(
global
::
System
.
ComponentModel
.
EditorBrowsableState
.
Advanced
)]
internal
static
global
::
System
.
Resources
.
ResourceManager
ResourceManager
{
get
{
if
(
object
.
ReferenceEquals
(
resourceMan
,
null
))
{
global
::
System
.
Resources
.
ResourceManager
temp
=
new
global
::
System
.
Resources
.
ResourceManager
(
"WpfApplication1.Properties.Resources"
,
typeof
(
Resources
).
Assembly
);
resourceMan
=
temp
;
}
return
resourceMan
;
}
}
/// <summary>
/// 使用此强类型资源类,为所有资源查找
/// 重写当前线程的 CurrentUICulture 属性。
/// </summary>
[
global
::
System
.
ComponentModel
.
EditorBrowsableAttribute
(
global
::
System
.
ComponentModel
.
EditorBrowsableState
.
Advanced
)]
internal
static
global
::
System
.
Globalization
.
CultureInfo
Culture
{
get
{
return
resourceCulture
;
}
set
{
resourceCulture
=
value
;
}
}
}
}
Project.FLY.FeedbackRenZiJia/WpfApplication1/Properties/Resources.resx
deleted
100644 → 0
View file @
74426746
<?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.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: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"
type=
"xsd:string"
/>
<xsd:attribute
name=
"type"
type=
"xsd:string"
/>
<xsd:attribute
name=
"mimetype"
type=
"xsd:string"
/>
</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"
msdata:Ordinal=
"1"
/>
<xsd:attribute
name=
"type"
type=
"xsd:string"
msdata:Ordinal=
"3"
/>
<xsd:attribute
name=
"mimetype"
type=
"xsd:string"
msdata:Ordinal=
"4"
/>
</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=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
</value>
</resheader>
<resheader
name=
"writer"
>
<value>
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
</value>
</resheader>
</root>
\ No newline at end of file
Project.FLY.FeedbackRenZiJia/WpfApplication1/Properties/Settings.Designer.cs
deleted
100644 → 0
View file @
74426746
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------
namespace
WpfApplication1.Properties
{
[
global
::
System
.
Runtime
.
CompilerServices
.
CompilerGeneratedAttribute
()]
[
global
::
System
.
CodeDom
.
Compiler
.
GeneratedCodeAttribute
(
"Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator"
,
"10.0.0.0"
)]
internal
sealed
partial
class
Settings
:
global
::
System
.
Configuration
.
ApplicationSettingsBase
{
private
static
Settings
defaultInstance
=
((
Settings
)(
global
::
System
.
Configuration
.
ApplicationSettingsBase
.
Synchronized
(
new
Settings
())));
public
static
Settings
Default
{
get
{
return
defaultInstance
;
}
}
}
}
Project.FLY.FeedbackRenZiJia/WpfApplication1/Properties/Settings.settings
deleted
100644 → 0
View file @
74426746
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile
xmlns=
"uri:settings"
CurrentProfile=
"(Default)"
>
<Profiles>
<Profile
Name=
"(Default)"
/>
</Profiles>
<Settings
/>
</SettingsFile>
\ No newline at end of file
Project.FLY.FeedbackRenZiJia/WpfApplication1/Window1.xaml
deleted
100644 → 0
View file @
74426746
<NavigationWindow x:Class="WpfApplication1.Window1"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="Window1" Height="320" Width="757" Loaded="NavigationWindow_Loaded">
</NavigationWindow>
Project.FLY.FeedbackRenZiJia/WpfApplication1/Window1.xaml.cs
deleted
100644 → 0
View file @
74426746
using
System
;
using
System.Collections.Generic
;
using
System.Linq
;
using
System.Text
;
using
System.Windows
;
using
System.Windows.Controls
;
using
System.Windows.Data
;
using
System.Windows.Documents
;
using
System.Windows.Input
;
using
System.Windows.Media
;
using
System.Windows.Media.Imaging
;
using
System.Windows.Shapes
;
using
System.Windows.Navigation
;
namespace
WpfApplication1
{
/// <summary>
/// Window1.xaml 的交互逻辑
/// </summary>
public
partial
class
Window1
:
NavigationWindow
{
public
Window1
()
{
InitializeComponent
();
FLY
.
UI
.
Module
.
UIModuleParam
.
Test
();
Application
.
Current
.
Properties
[
"NavigationService"
]
=
NavigationService
;
FObjBase
.
PollModule
.
Current
.
Start
();
}
private
void
button1_Click
(
object
sender
,
RoutedEventArgs
e
)
{
}
private
void
NavigationWindow_Loaded
(
object
sender
,
RoutedEventArgs
e
)
{
FLY
.
FeedbackRenZiJia
.
UI
.
Client
.
UIModule
.
Page_Graph
p
=
new
FLY
.
FeedbackRenZiJia
.
UI
.
Client
.
UIModule
.
Page_Graph
();
p
.
Init
(
0
);
NavigationService
.
Navigate
(
p
);
}
}
}
Project.FLY.FeedbackRenZiJia/WpfApplication1/WpfApplication1.csproj
deleted
100644 → 0
View file @
74426746
<?xml version="1.0" encoding="utf-8"?>
<Project
ToolsVersion=
"4.0"
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<PropertyGroup>
<Configuration
Condition=
" '$(Configuration)' == '' "
>
Debug
</Configuration>
<Platform
Condition=
" '$(Platform)' == '' "
>
x86
</Platform>
<ProductVersion>
8.0.30703
</ProductVersion>
<SchemaVersion>
2.0
</SchemaVersion>
<ProjectGuid>
{658A1479-B94E-4A3F-AA88-1952C8F912B7}
</ProjectGuid>
<OutputType>
WinExe
</OutputType>
<AppDesignerFolder>
Properties
</AppDesignerFolder>
<RootNamespace>
WpfApplication1
</RootNamespace>
<AssemblyName>
WpfApplication1
</AssemblyName>
<TargetFrameworkVersion>
v4.0
</TargetFrameworkVersion>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
<FileAlignment>
512
</FileAlignment>
<ProjectTypeGuids>
{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
</ProjectTypeGuids>
<WarningLevel>
4
</WarningLevel>
</PropertyGroup>
<PropertyGroup
Condition=
" '$(Configuration)|$(Platform)' == 'Debug|x86' "
>
<PlatformTarget>
x86
</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|x86' "
>
<PlatformTarget>
x86
</PlatformTarget>
<DebugType>
pdbonly
</DebugType>
<Optimize>
true
</Optimize>
<OutputPath>
bin\Release\
</OutputPath>
<DefineConstants>
TRACE
</DefineConstants>
<ErrorReport>
prompt
</ErrorReport>
<WarningLevel>
4
</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference
Include=
"FLY.ControlLibrary, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"
>
<SpecificVersion>
False
</SpecificVersion>
<HintPath>
..\dll\FLY.ControlLibrary.dll
</HintPath>
</Reference>
<Reference
Include=
"FLY.UI.Module, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL"
>
<SpecificVersion>
False
</SpecificVersion>
<HintPath>
..\dll\FLY.UI.Module.dll
</HintPath>
</Reference>
<Reference
Include=
"FLY.UI.OSK"
>
<HintPath>
..\dll\FLY.UI.OSK.dll
</HintPath>
</Reference>
<Reference
Include=
"FObjBase"
>
<HintPath>
..\dll\FObjBase.dll
</HintPath>
</Reference>
<Reference
Include=
"Microsoft.Expression.Interactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"
>
<SpecificVersion>
False
</SpecificVersion>
<HintPath>
..\dll\Microsoft.Expression.Interactions.dll
</HintPath>
</Reference>
<Reference
Include=
"MISC, Version=1.0.8.0, Culture=neutral, processorArchitecture=MSIL"
>
<SpecificVersion>
False
</SpecificVersion>
<HintPath>
..\dll\MISC.dll
</HintPath>
</Reference>
<Reference
Include=
"System"
/>
<Reference
Include=
"System.Data"
/>
<Reference
Include=
"System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"
>
<SpecificVersion>
False
</SpecificVersion>
<HintPath>
..\dll\System.Windows.Interactivity.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Xml"
/>
<Reference
Include=
"Microsoft.CSharp"
/>
<Reference
Include=
"System.Core"
/>
<Reference
Include=
"System.Xml.Linq"
/>
<Reference
Include=
"System.Data.DataSetExtensions"
/>
<Reference
Include=
"System.Xaml"
>
<RequiredTargetFramework>
4.0
</RequiredTargetFramework>
</Reference>
<Reference
Include=
"WindowsBase"
/>
<Reference
Include=
"PresentationCore"
/>
<Reference
Include=
"PresentationFramework"
/>
</ItemGroup>
<ItemGroup>
<ApplicationDefinition
Include=
"App.xaml"
>
<Generator>
MSBuild:Compile
</Generator>
<SubType>
Designer
</SubType>
</ApplicationDefinition>
<Compile
Include=
"Window1.xaml.cs"
>
<DependentUpon>
Window1.xaml
</DependentUpon>
</Compile>
<Page
Include=
"MainWindow.xaml"
>
<Generator>
MSBuild:Compile
</Generator>
<SubType>
Designer
</SubType>
</Page>
<Compile
Include=
"App.xaml.cs"
>
<DependentUpon>
App.xaml
</DependentUpon>
<SubType>
Code
</SubType>
</Compile>
<Compile
Include=
"MainWindow.xaml.cs"
>
<DependentUpon>
MainWindow.xaml
</DependentUpon>
<SubType>
Code
</SubType>
</Compile>
<Page
Include=
"Window1.xaml"
>
<SubType>
Designer
</SubType>
<Generator>
MSBuild:Compile
</Generator>
</Page>
</ItemGroup>
<ItemGroup>
<Compile
Include=
"Properties\AssemblyInfo.cs"
>
<SubType>
Code
</SubType>
</Compile>
<Compile
Include=
"Properties\Resources.Designer.cs"
>
<AutoGen>
True
</AutoGen>
<DesignTime>
True
</DesignTime>
<DependentUpon>
Resources.resx
</DependentUpon>
</Compile>
<Compile
Include=
"Properties\Settings.Designer.cs"
>
<AutoGen>
True
</AutoGen>
<DependentUpon>
Settings.settings
</DependentUpon>
<DesignTimeSharedInput>
True
</DesignTimeSharedInput>
</Compile>
<EmbeddedResource
Include=
"Properties\Resources.resx"
>
<Generator>
ResXFileCodeGenerator
</Generator>
<LastGenOutput>
Resources.Designer.cs
</LastGenOutput>
</EmbeddedResource>
<None
Include=
"app.config"
/>
<None
Include=
"Properties\Settings.settings"
>
<Generator>
SettingsSingleFileGenerator
</Generator>
<LastGenOutput>
Settings.Designer.cs
</LastGenOutput>
</None>
<AppDesigner
Include=
"Properties\"
/>
</ItemGroup>
<ItemGroup>
<ProjectReference
Include=
"..\FLY.FeedbackRenZiJia.UI.Client\FLY.FeedbackRenZiJia.UI.Client.csproj"
>
<Project>
{51DE4702-EABC-4984-91AA-61B7D17F7742}
</Project>
<Name>
FLY.FeedbackRenZiJia.UI.Client
</Name>
</ProjectReference>
</ItemGroup>
<Import
Project=
"$(MSBuildToolsPath)\Microsoft.CSharp.targets"
/>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
\ No newline at end of file
Project.FLY.FeedbackRenZiJia/WpfApplication1/app.config
deleted
100644 → 0
View file @
74426746
<?
xml
version
=
"1.0"
?>
<
configuration
>
<
startup
><
supportedRuntime
version
=
"v4.0"
sku
=
".NETFramework,Version=v4.0"
/></
startup
></
configuration
>
Project.FLY.Weight/Project.FLY.Weight.sln
deleted
100644 → 0
View file @
74426746
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FLY.ModbusModule", "..\Project.FLY.ModbusModule\FLY.ModbusModule\FLY.ModbusModule.csproj", "{6D4B9BDA-2A66-4583-B244-758BC4213D9F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FLY.Weight.UI.Server", "FLY.Weight.UI.Server\FLY.Weight.UI.Server.csproj", "{F0D844CD-3B55-4D3F-88CA-40EC4CDFE1DD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FLY.Weight.UI.Client", "FLY.Weight.UI.Client\FLY.Weight.UI.Client.csproj", "{654515F2-CAAE-450B-A344-547321836E8F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FLY.Weight", "FLY.Weight\FLY.Weight.csproj", "{88EFEDF8-8228-4EEE-90AF-1EBF747B9FAB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WpfApplication1", "WpfApplication1\WpfApplication1.csproj", "{6C1B923A-EEA6-4BFE-8977-34DF0138B258}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6D4B9BDA-2A66-4583-B244-758BC4213D9F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D4B9BDA-2A66-4583-B244-758BC4213D9F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D4B9BDA-2A66-4583-B244-758BC4213D9F}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{6D4B9BDA-2A66-4583-B244-758BC4213D9F}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{6D4B9BDA-2A66-4583-B244-758BC4213D9F}.Debug|x86.ActiveCfg = Debug|Any CPU
{6D4B9BDA-2A66-4583-B244-758BC4213D9F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D4B9BDA-2A66-4583-B244-758BC4213D9F}.Release|Any CPU.Build.0 = Release|Any CPU
{6D4B9BDA-2A66-4583-B244-758BC4213D9F}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{6D4B9BDA-2A66-4583-B244-758BC4213D9F}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{6D4B9BDA-2A66-4583-B244-758BC4213D9F}.Release|x86.ActiveCfg = Release|Any CPU
{F0D844CD-3B55-4D3F-88CA-40EC4CDFE1DD}.Debug|Any CPU.ActiveCfg = Debug|x86
{F0D844CD-3B55-4D3F-88CA-40EC4CDFE1DD}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{F0D844CD-3B55-4D3F-88CA-40EC4CDFE1DD}.Debug|Mixed Platforms.Build.0 = Debug|x86
{F0D844CD-3B55-4D3F-88CA-40EC4CDFE1DD}.Debug|x86.ActiveCfg = Debug|x86
{F0D844CD-3B55-4D3F-88CA-40EC4CDFE1DD}.Debug|x86.Build.0 = Debug|x86
{F0D844CD-3B55-4D3F-88CA-40EC4CDFE1DD}.Release|Any CPU.ActiveCfg = Release|x86
{F0D844CD-3B55-4D3F-88CA-40EC4CDFE1DD}.Release|Mixed Platforms.ActiveCfg = Release|x86
{F0D844CD-3B55-4D3F-88CA-40EC4CDFE1DD}.Release|Mixed Platforms.Build.0 = Release|x86
{F0D844CD-3B55-4D3F-88CA-40EC4CDFE1DD}.Release|x86.ActiveCfg = Release|x86
{F0D844CD-3B55-4D3F-88CA-40EC4CDFE1DD}.Release|x86.Build.0 = Release|x86
{654515F2-CAAE-450B-A344-547321836E8F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{654515F2-CAAE-450B-A344-547321836E8F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{654515F2-CAAE-450B-A344-547321836E8F}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{654515F2-CAAE-450B-A344-547321836E8F}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{654515F2-CAAE-450B-A344-547321836E8F}.Debug|x86.ActiveCfg = Debug|Any CPU
{654515F2-CAAE-450B-A344-547321836E8F}.Debug|x86.Build.0 = Debug|Any CPU
{654515F2-CAAE-450B-A344-547321836E8F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{654515F2-CAAE-450B-A344-547321836E8F}.Release|Any CPU.Build.0 = Release|Any CPU
{654515F2-CAAE-450B-A344-547321836E8F}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{654515F2-CAAE-450B-A344-547321836E8F}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{654515F2-CAAE-450B-A344-547321836E8F}.Release|x86.ActiveCfg = Release|Any CPU
{654515F2-CAAE-450B-A344-547321836E8F}.Release|x86.Build.0 = Release|Any CPU
{88EFEDF8-8228-4EEE-90AF-1EBF747B9FAB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{88EFEDF8-8228-4EEE-90AF-1EBF747B9FAB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{88EFEDF8-8228-4EEE-90AF-1EBF747B9FAB}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{88EFEDF8-8228-4EEE-90AF-1EBF747B9FAB}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{88EFEDF8-8228-4EEE-90AF-1EBF747B9FAB}.Debug|x86.ActiveCfg = Debug|Any CPU
{88EFEDF8-8228-4EEE-90AF-1EBF747B9FAB}.Debug|x86.Build.0 = Debug|Any CPU
{88EFEDF8-8228-4EEE-90AF-1EBF747B9FAB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{88EFEDF8-8228-4EEE-90AF-1EBF747B9FAB}.Release|Any CPU.Build.0 = Release|Any CPU
{88EFEDF8-8228-4EEE-90AF-1EBF747B9FAB}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{88EFEDF8-8228-4EEE-90AF-1EBF747B9FAB}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{88EFEDF8-8228-4EEE-90AF-1EBF747B9FAB}.Release|x86.ActiveCfg = Release|Any CPU
{88EFEDF8-8228-4EEE-90AF-1EBF747B9FAB}.Release|x86.Build.0 = Release|Any CPU
{6C1B923A-EEA6-4BFE-8977-34DF0138B258}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C1B923A-EEA6-4BFE-8977-34DF0138B258}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C1B923A-EEA6-4BFE-8977-34DF0138B258}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{6C1B923A-EEA6-4BFE-8977-34DF0138B258}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{6C1B923A-EEA6-4BFE-8977-34DF0138B258}.Debug|x86.ActiveCfg = Debug|Any CPU
{6C1B923A-EEA6-4BFE-8977-34DF0138B258}.Debug|x86.Build.0 = Debug|Any CPU
{6C1B923A-EEA6-4BFE-8977-34DF0138B258}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C1B923A-EEA6-4BFE-8977-34DF0138B258}.Release|Any CPU.Build.0 = Release|Any CPU
{6C1B923A-EEA6-4BFE-8977-34DF0138B258}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{6C1B923A-EEA6-4BFE-8977-34DF0138B258}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{6C1B923A-EEA6-4BFE-8977-34DF0138B258}.Release|x86.ActiveCfg = Release|Any CPU
{6C1B923A-EEA6-4BFE-8977-34DF0138B258}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment