Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
J
Jmp_Dehumidifier
概览
Overview
Details
Activity
Cycle Analytics
版本库
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
问题
0
Issues
0
列表
Board
标记
里程碑
合并请求
0
Merge Requests
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
Snippets
成员
Members
Collapse sidebar
Close sidebar
活动
图像
聊天
创建新问题
作业
提交
Issue Boards
Open sidebar
luotx
Jmp_Dehumidifier
Commits
30be5f65
Commit
30be5f65
authored
Apr 28, 2023
by
luotx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
111
parent
cdddd8f0
显示空白字符变更
内嵌
并排
正在显示
10 个修改的文件
包含
20 行增加
和
7 行删除
+20
-7
.suo
.vs/JmpDehumidifier/v16/.suo
+0
-0
Demo.Designer.cs
JmpDehumidifier/Demo.Designer.cs
+4
-4
JmpDehumidifier.exe
JmpDehumidifier/bin/Debug/JmpDehumidifier.exe
+0
-0
JmpDehumidifier.exe.config
JmpDehumidifier/bin/Debug/JmpDehumidifier.exe.config
+2
-2
JmpDehumidifier.pdb
JmpDehumidifier/bin/Debug/JmpDehumidifier.pdb
+0
-0
JmpDehumidifier.csproj.CoreCompileInputs.cache
JmpDehumidifier/obj/Debug/JmpDehumidifier.csproj.CoreCompileInputs.cache
+1
-1
JmpDehumidifier.csproj.FileListAbsolute.txt
JmpDehumidifier/obj/Debug/JmpDehumidifier.csproj.FileListAbsolute.txt
+13
-0
JmpDehumidifier.csproj.GenerateResource.cache
JmpDehumidifier/obj/Debug/JmpDehumidifier.csproj.GenerateResource.cache
+0
-0
JmpDehumidifier.exe
JmpDehumidifier/obj/Debug/JmpDehumidifier.exe
+0
-0
JmpDehumidifier.pdb
JmpDehumidifier/obj/Debug/JmpDehumidifier.pdb
+0
-0
没有找到文件。
.vs/JmpDehumidifier/v16/.suo
View file @
30be5f65
No preview for this file type
JmpDehumidifier/Demo.Designer.cs
View file @
30be5f65
...
...
@@ -93,7 +93,7 @@
//
// btn_OpenClose
//
this
.
btn_OpenClose
.
Location
=
new
System
.
Drawing
.
Point
(
2
33
,
22
);
this
.
btn_OpenClose
.
Location
=
new
System
.
Drawing
.
Point
(
2
11
,
20
);
this
.
btn_OpenClose
.
Name
=
"btn_OpenClose"
;
this
.
btn_OpenClose
.
Size
=
new
System
.
Drawing
.
Size
(
73
,
23
);
this
.
btn_OpenClose
.
TabIndex
=
6
;
...
...
@@ -103,11 +103,11 @@
//
// btn_SetHumid
//
this
.
btn_SetHumid
.
Location
=
new
System
.
Drawing
.
Point
(
2
33
,
99
);
this
.
btn_SetHumid
.
Location
=
new
System
.
Drawing
.
Point
(
2
11
,
99
);
this
.
btn_SetHumid
.
Name
=
"btn_SetHumid"
;
this
.
btn_SetHumid
.
Size
=
new
System
.
Drawing
.
Size
(
73
,
23
);
this
.
btn_SetHumid
.
Size
=
new
System
.
Drawing
.
Size
(
95
,
23
);
this
.
btn_SetHumid
.
TabIndex
=
7
;
this
.
btn_SetHumid
.
Text
=
"
Set
"
;
this
.
btn_SetHumid
.
Text
=
"
设置目标湿度
"
;
this
.
btn_SetHumid
.
UseVisualStyleBackColor
=
true
;
this
.
btn_SetHumid
.
Click
+=
new
System
.
EventHandler
(
this
.
btn_SetHumid_Click
);
//
...
...
JmpDehumidifier/bin/Debug/JmpDehumidifier.exe
View file @
30be5f65
No preview for this file type
JmpDehumidifier/bin/Debug/JmpDehumidifier.exe.config
View file @
30be5f65
...
...
@@ -8,10 +8,10 @@
<
userSettings
>
<
JmpDehumidifier
.
Properties
.
Settings
>
<
setting
name
=
"IP"
serializeAs
=
"String"
>
<
value
>
1
72
.
16
.
10
.
66
</
value
>
<
value
>
1
92
.
168
.
10
.
72
</
value
>
</
setting
>
<
setting
name
=
"port"
serializeAs
=
"String"
>
<
value
>
8234
</
value
>
<
value
>
9701
</
value
>
</
setting
>
</
JmpDehumidifier
.
Properties
.
Settings
>
</
userSettings
>
...
...
JmpDehumidifier/bin/Debug/JmpDehumidifier.pdb
View file @
30be5f65
No preview for this file type
JmpDehumidifier/obj/Debug/JmpDehumidifier.csproj.CoreCompileInputs.cache
View file @
30be5f65
bb3ebbd7ab8a65b3aca3ebb18840c2f65558a515
317e64e7290c0f4d4859c24a21a4b6e987c8b404
JmpDehumidifier/obj/Debug/JmpDehumidifier.csproj.FileListAbsolute.txt
View file @
30be5f65
...
...
@@ -11,3 +11,16 @@ D:\project\JP200017JYZB\JmpDehumidifier\JmpDehumidifier\JmpDehumidifier\obj\Debu
D:\project\JP200017JYZB\JmpDehumidifier\JmpDehumidifier\JmpDehumidifier\obj\Debug\JmpDehumidifier.pdb
D:\project\JP200017JYZB\JmpDehumidifier\JmpDehumidifier\JmpDehumidifier\bin\Debug\JmpDehumidifier.exe.config
D:\project\JP200017JYZB\JmpDehumidifier\JmpDehumidifier\JmpDehumidifier\obj\Debug\JmpDehumidifier.csproj.AssemblyReference.cache
G:\项目资料\jyzb机柜\除湿机\JmpDehumidifier\JmpDehumidifier\bin\Debug\JmpDehumidifier.exe.config
G:\项目资料\jyzb机柜\除湿机\JmpDehumidifier\JmpDehumidifier\bin\Debug\JmpDehumidifier.exe
G:\项目资料\jyzb机柜\除湿机\JmpDehumidifier\JmpDehumidifier\bin\Debug\JmpDehumidifier.pdb
G:\项目资料\jyzb机柜\除湿机\JmpDehumidifier\JmpDehumidifier\bin\Debug\JmpDehumidifierLib.dll
G:\项目资料\jyzb机柜\除湿机\JmpDehumidifier\JmpDehumidifier\bin\Debug\JmpDehumidifierLib.pdb
G:\项目资料\jyzb机柜\除湿机\JmpDehumidifier\JmpDehumidifier\obj\Debug\JmpDehumidifier.csprojAssemblyReference.cache
G:\项目资料\jyzb机柜\除湿机\JmpDehumidifier\JmpDehumidifier\obj\Debug\JmpDehumidifier.Demo.resources
G:\项目资料\jyzb机柜\除湿机\JmpDehumidifier\JmpDehumidifier\obj\Debug\JmpDehumidifier.Properties.Resources.resources
G:\项目资料\jyzb机柜\除湿机\JmpDehumidifier\JmpDehumidifier\obj\Debug\JmpDehumidifier.csproj.GenerateResource.cache
G:\项目资料\jyzb机柜\除湿机\JmpDehumidifier\JmpDehumidifier\obj\Debug\JmpDehumidifier.csproj.CoreCompileInputs.cache
G:\项目资料\jyzb机柜\除湿机\JmpDehumidifier\JmpDehumidifier\obj\Debug\JmpDehumidifier.csproj.CopyComplete
G:\项目资料\jyzb机柜\除湿机\JmpDehumidifier\JmpDehumidifier\obj\Debug\JmpDehumidifier.exe
G:\项目资料\jyzb机柜\除湿机\JmpDehumidifier\JmpDehumidifier\obj\Debug\JmpDehumidifier.pdb
JmpDehumidifier/obj/Debug/JmpDehumidifier.csproj.GenerateResource.cache
View file @
30be5f65
No preview for this file type
JmpDehumidifier/obj/Debug/JmpDehumidifier.exe
View file @
30be5f65
No preview for this file type
JmpDehumidifier/obj/Debug/JmpDehumidifier.pdb
View file @
30be5f65
No preview for this file type
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论