Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
李娜
/
AutoCountMachine
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit c5310bd9
由
LN
编写于
2020-09-15 13:41:51 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
界面文字调整
1 个父辈
7e53d87a
显示空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
56 行增加
和
51 行删除
RC1266-AutoCountMachine/source/AutoCountClient/AutoCountClient.csproj
RC1266-AutoCountMachine/source/AutoCountClient/FrmInputEquip.Designer.cs
RC1266-AutoCountMachine/source/AutoCountClient/FrmOutputEquip.Designer.cs
RC1266-AutoCountMachine/source/AutoCountClient/FrmRobotMain.Designer.cs
RC1266-AutoCountMachine/source/AutoCountClient/FrmRobotMain.cs
RC1266-AutoCountMachine/source/AutoCountClient/FrmXRay.Designer.cs
RC1266-AutoCountMachine/source/AutoCountClient/AutoCountClient.csproj
查看文件 @
c5310bd
...
...
@@ -71,9 +71,6 @@
<Reference Include="Client">
<HintPath>..\..\dll\Client.dll</HintPath>
</Reference>
<Reference Include="CodeLibrary">
<HintPath>..\..\dll\CodeLibrary.dll</HintPath>
</Reference>
<Reference Include="CountImage">
<HintPath>..\..\dll\X-Ray\CountImage.dll</HintPath>
</Reference>
...
...
@@ -269,6 +266,10 @@
</None>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CodeLibrary\CodeLibrary.csproj">
<Project>{2e0d9598-cb37-46dc-9c9b-d36d4d344451}</Project>
<Name>CodeLibrary</Name>
</ProjectReference>
<ProjectReference Include="..\Common\Common.csproj">
<Project>{43cdd09e-fcf3-4960-a01d-3bbfe9933122}</Project>
<Name>Common</Name>
...
...
RC1266-AutoCountMachine/source/AutoCountClient/FrmInputEquip.Designer.cs
查看文件 @
c5310bd
...
...
@@ -543,12 +543,12 @@
//
this
.
lblThisSta
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)(((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Left
)
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Right
)));
this
.
lblThisSta
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
10.5
F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
lblThisSta
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9
F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
lblThisSta
.
ForeColor
=
System
.
Drawing
.
Color
.
Red
;
this
.
lblThisSta
.
ImageAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleRight
;
this
.
lblThisSta
.
Location
=
new
System
.
Drawing
.
Point
(
406
,
126
);
this
.
lblThisSta
.
Name
=
"lblThisSta"
;
this
.
lblThisSta
.
Size
=
new
System
.
Drawing
.
Size
(
8
66
,
158
);
this
.
lblThisSta
.
Size
=
new
System
.
Drawing
.
Size
(
8
81
,
158
);
this
.
lblThisSta
.
TabIndex
=
246
;
this
.
lblThisSta
.
Text
=
"等待启动"
;
this
.
lblThisSta
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleCenter
;
...
...
RC1266-AutoCountMachine/source/AutoCountClient/FrmOutputEquip.Designer.cs
查看文件 @
c5310bd
...
...
@@ -64,6 +64,7 @@
this
.
tabControl1
=
new
System
.
Windows
.
Forms
.
TabControl
();
this
.
tabPage3
=
new
System
.
Windows
.
Forms
.
TabPage
();
this
.
groupBox6
=
new
System
.
Windows
.
Forms
.
GroupBox
();
this
.
lblAgvInfo
=
new
System
.
Windows
.
Forms
.
Label
();
this
.
chbPrint
=
new
System
.
Windows
.
Forms
.
CheckBox
();
this
.
btnPrint
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
label6
=
new
System
.
Windows
.
Forms
.
Label
();
...
...
@@ -145,7 +146,6 @@
this
.
lblName
=
new
System
.
Windows
.
Forms
.
Label
();
this
.
panel1
=
new
System
.
Windows
.
Forms
.
Panel
();
this
.
chbMoveStop
=
new
System
.
Windows
.
Forms
.
CheckBox
();
this
.
lblAgvInfo
=
new
System
.
Windows
.
Forms
.
Label
();
this
.
groupBox1
.
SuspendLayout
();
this
.
groupBox4
.
SuspendLayout
();
this
.
groupBox3
.
SuspendLayout
();
...
...
@@ -744,10 +744,10 @@
//
this
.
lblThisSta
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)(((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Left
)
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Right
)));
this
.
lblThisSta
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
10.5
F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
lblThisSta
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9
F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
lblThisSta
.
ForeColor
=
System
.
Drawing
.
Color
.
Red
;
this
.
lblThisSta
.
ImageAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleRight
;
this
.
lblThisSta
.
Location
=
new
System
.
Drawing
.
Point
(
255
,
6
0
);
this
.
lblThisSta
.
Location
=
new
System
.
Drawing
.
Point
(
255
,
6
8
);
this
.
lblThisSta
.
Name
=
"lblThisSta"
;
this
.
lblThisSta
.
Size
=
new
System
.
Drawing
.
Size
(
1032
,
121
);
this
.
lblThisSta
.
TabIndex
=
246
;
...
...
@@ -805,6 +805,17 @@
this
.
groupBox6
.
TabStop
=
false
;
this
.
groupBox6
.
Text
=
"消息"
;
//
// lblAgvInfo
//
this
.
lblAgvInfo
.
AutoSize
=
true
;
this
.
lblAgvInfo
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
lblAgvInfo
.
ImageAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleRight
;
this
.
lblAgvInfo
.
Location
=
new
System
.
Drawing
.
Point
(
18
,
25
);
this
.
lblAgvInfo
.
Name
=
"lblAgvInfo"
;
this
.
lblAgvInfo
.
Size
=
new
System
.
Drawing
.
Size
(
61
,
17
);
this
.
lblAgvInfo
.
TabIndex
=
300
;
this
.
lblAgvInfo
.
Text
=
"AGV 状态"
;
//
// chbPrint
//
this
.
chbPrint
.
AutoSize
=
true
;
...
...
@@ -1973,17 +1984,6 @@
this
.
chbMoveStop
.
UseVisualStyleBackColor
=
true
;
this
.
chbMoveStop
.
CheckedChanged
+=
new
System
.
EventHandler
(
this
.
chbMoveStop_CheckedChanged
);
//
// lblAgvInfo
//
this
.
lblAgvInfo
.
AutoSize
=
true
;
this
.
lblAgvInfo
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
lblAgvInfo
.
ImageAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleRight
;
this
.
lblAgvInfo
.
Location
=
new
System
.
Drawing
.
Point
(
18
,
25
);
this
.
lblAgvInfo
.
Name
=
"lblAgvInfo"
;
this
.
lblAgvInfo
.
Size
=
new
System
.
Drawing
.
Size
(
61
,
17
);
this
.
lblAgvInfo
.
TabIndex
=
300
;
this
.
lblAgvInfo
.
Text
=
"AGV 状态"
;
//
// FrmOutputEquip
//
this
.
AutoScaleMode
=
System
.
Windows
.
Forms
.
AutoScaleMode
.
None
;
...
...
RC1266-AutoCountMachine/source/AutoCountClient/FrmRobotMain.Designer.cs
查看文件 @
c5310bd
...
...
@@ -83,10 +83,10 @@
this
.
aGVCancelStateToolStripMenuItem
=
new
System
.
Windows
.
Forms
.
ToolStripMenuItem
();
this
.
toolStripSeparator13
=
new
System
.
Windows
.
Forms
.
ToolStripSeparator
();
this
.
启用蜂鸣器
ToolStripMenuItem
=
new
System
.
Windows
.
Forms
.
ToolStripMenuItem
();
this
.
toolStripSeparator12
=
new
System
.
Windows
.
Forms
.
ToolStripSeparator
();
this
.
启用光栅信号
ToolStripMenuItem
=
new
System
.
Windows
.
Forms
.
ToolStripMenuItem
();
this
.
lblXrayWork
=
new
System
.
Windows
.
Forms
.
Label
();
this
.
folderBrowserDialog1
=
new
System
.
Windows
.
Forms
.
FolderBrowserDialog
();
this
.
启用光栅信号
ToolStripMenuItem
=
new
System
.
Windows
.
Forms
.
ToolStripMenuItem
();
this
.
toolStripSeparator12
=
new
System
.
Windows
.
Forms
.
ToolStripSeparator
();
this
.
tabControl1
.
SuspendLayout
();
this
.
tabPage1
.
SuspendLayout
();
this
.
panWork
.
SuspendLayout
();
...
...
@@ -160,7 +160,7 @@
this
.
groupBox1
.
Controls
.
Add
(
this
.
pictureBox1
);
this
.
groupBox1
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
126
);
this
.
groupBox1
.
Name
=
"groupBox1"
;
this
.
groupBox1
.
Size
=
new
System
.
Drawing
.
Size
(
5
96
,
480
);
this
.
groupBox1
.
Size
=
new
System
.
Drawing
.
Size
(
5
68
,
480
);
this
.
groupBox1
.
TabIndex
=
197
;
this
.
groupBox1
.
TabStop
=
false
;
this
.
groupBox1
.
Text
=
"点料效果图"
;
...
...
@@ -168,18 +168,20 @@
// lblCurrTray
//
this
.
lblCurrTray
.
AutoSize
=
true
;
this
.
lblCurrTray
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
lblCurrTray
.
Location
=
new
System
.
Drawing
.
Point
(
12
,
60
);
this
.
lblCurrTray
.
Name
=
"lblCurrTray"
;
this
.
lblCurrTray
.
Size
=
new
System
.
Drawing
.
Size
(
1
40
,
20
);
this
.
lblCurrTray
.
Size
=
new
System
.
Drawing
.
Size
(
1
21
,
17
);
this
.
lblCurrTray
.
TabIndex
=
286
;
this
.
lblCurrTray
.
Text
=
"XRay扫描区料盘信息"
;
//
// lblOutTray
//
this
.
lblOutTray
.
AutoSize
=
true
;
this
.
lblOutTray
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
lblOutTray
.
Location
=
new
System
.
Drawing
.
Point
(
12
,
26
);
this
.
lblOutTray
.
Name
=
"lblOutTray"
;
this
.
lblOutTray
.
Size
=
new
System
.
Drawing
.
Size
(
1
54
,
20
);
this
.
lblOutTray
.
Size
=
new
System
.
Drawing
.
Size
(
1
33
,
17
);
this
.
lblOutTray
.
TabIndex
=
285
;
this
.
lblOutTray
.
Text
=
"XRay出口处料盘信息:"
;
this
.
lblOutTray
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
...
...
@@ -192,7 +194,7 @@
this
.
pictureBox1
.
BackColor
=
System
.
Drawing
.
Color
.
LightGray
;
this
.
pictureBox1
.
Location
=
new
System
.
Drawing
.
Point
(
6
,
85
);
this
.
pictureBox1
.
Name
=
"pictureBox1"
;
this
.
pictureBox1
.
Size
=
new
System
.
Drawing
.
Size
(
5
84
,
389
);
this
.
pictureBox1
.
Size
=
new
System
.
Drawing
.
Size
(
5
56
,
389
);
this
.
pictureBox1
.
SizeMode
=
System
.
Windows
.
Forms
.
PictureBoxSizeMode
.
Zoom
;
this
.
pictureBox1
.
TabIndex
=
284
;
this
.
pictureBox1
.
TabStop
=
false
;
...
...
@@ -203,9 +205,9 @@
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Left
)
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Right
)));
this
.
logBox
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
logBox
.
Location
=
new
System
.
Drawing
.
Point
(
605
,
126
);
this
.
logBox
.
Location
=
new
System
.
Drawing
.
Point
(
577
,
126
);
this
.
logBox
.
Name
=
"logBox"
;
this
.
logBox
.
Size
=
new
System
.
Drawing
.
Size
(
7
20
,
483
);
this
.
logBox
.
Size
=
new
System
.
Drawing
.
Size
(
7
48
,
483
);
this
.
logBox
.
TabIndex
=
106
;
this
.
logBox
.
Text
=
""
;
this
.
logBox
.
VisibleChanged
+=
new
System
.
EventHandler
(
this
.
logBox_VisibleChanged
);
...
...
@@ -229,9 +231,9 @@
this
.
lblWarnMsg
.
AutoEllipsis
=
true
;
this
.
lblWarnMsg
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
lblWarnMsg
.
ForeColor
=
System
.
Drawing
.
Color
.
Red
;
this
.
lblWarnMsg
.
Location
=
new
System
.
Drawing
.
Point
(
357
,
3
);
this
.
lblWarnMsg
.
Location
=
new
System
.
Drawing
.
Point
(
420
,
2
);
this
.
lblWarnMsg
.
Name
=
"lblWarnMsg"
;
this
.
lblWarnMsg
.
Size
=
new
System
.
Drawing
.
Size
(
9
87
,
75
);
this
.
lblWarnMsg
.
Size
=
new
System
.
Drawing
.
Size
(
9
20
,
103
);
this
.
lblWarnMsg
.
TabIndex
=
96
;
this
.
lblWarnMsg
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleCenter
;
//
...
...
@@ -544,6 +546,18 @@
this
.
启用蜂鸣器
ToolStripMenuItem
.
Text
=
"启用蜂鸣器"
;
this
.
启用蜂鸣器
ToolStripMenuItem
.
Click
+=
new
System
.
EventHandler
(
this
.
启用蜂鸣器
ToolStripMenuItem_Click
);
//
// toolStripSeparator12
//
this
.
toolStripSeparator12
.
Name
=
"toolStripSeparator12"
;
this
.
toolStripSeparator12
.
Size
=
new
System
.
Drawing
.
Size
(
210
,
6
);
//
// 启用光栅信号ToolStripMenuItem
//
this
.
启用光栅信号
ToolStripMenuItem
.
Name
=
"启用光栅信号ToolStripMenuItem"
;
this
.
启用光栅信号
ToolStripMenuItem
.
Size
=
new
System
.
Drawing
.
Size
(
213
,
26
);
this
.
启用光栅信号
ToolStripMenuItem
.
Text
=
"启用光栅信号"
;
this
.
启用光栅信号
ToolStripMenuItem
.
Click
+=
new
System
.
EventHandler
(
this
.
启用光栅信号
ToolStripMenuItem_Click
);
//
// lblXrayWork
//
this
.
lblXrayWork
.
AutoSize
=
true
;
...
...
@@ -556,27 +570,15 @@
this
.
lblXrayWork
.
Text
=
"警告:点料过程中,请勿开门"
;
this
.
lblXrayWork
.
Visible
=
false
;
//
// 启用光栅信号ToolStripMenuItem
//
this
.
启用光栅信号
ToolStripMenuItem
.
Name
=
"启用光栅信号ToolStripMenuItem"
;
this
.
启用光栅信号
ToolStripMenuItem
.
Size
=
new
System
.
Drawing
.
Size
(
213
,
26
);
this
.
启用光栅信号
ToolStripMenuItem
.
Text
=
"启用光栅信号"
;
this
.
启用光栅信号
ToolStripMenuItem
.
Click
+=
new
System
.
EventHandler
(
this
.
启用光栅信号
ToolStripMenuItem_Click
);
//
// toolStripSeparator12
//
this
.
toolStripSeparator12
.
Name
=
"toolStripSeparator12"
;
this
.
toolStripSeparator12
.
Size
=
new
System
.
Drawing
.
Size
(
210
,
6
);
//
// FrmRobotMain
//
this
.
AutoScaleMode
=
System
.
Windows
.
Forms
.
AutoScaleMode
.
None
;
this
.
BackColor
=
System
.
Drawing
.
Color
.
White
;
this
.
ClientSize
=
new
System
.
Drawing
.
Size
(
1350
,
729
);
this
.
Controls
.
Add
(
this
.
lblWarnMsg
);
this
.
Controls
.
Add
(
this
.
lblXrayWork
);
this
.
Controls
.
Add
(
this
.
tabControl1
);
this
.
Controls
.
Add
(
this
.
lblStatus
);
this
.
Controls
.
Add
(
this
.
lblWarnMsg
);
this
.
Controls
.
Add
(
this
.
menuStrip1
);
this
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
10.5F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
FormBorderStyle
=
System
.
Windows
.
Forms
.
FormBorderStyle
.
FixedSingle
;
...
...
RC1266-AutoCountMachine/source/AutoCountClient/FrmRobotMain.cs
查看文件 @
c5310bd
...
...
@@ -454,17 +454,19 @@ namespace OnlineStore.AutoCountClient
string
canScanCode
=
""
;
lblStatus
.
Text
=
robot
.
GetRunStr
()
+
canScanCode
;
string
warnMsg
=
robot
.
WarnMsg
;
foreach
(
EquipBase
move
in
robot
.
equipsMap
.
Values
)
{
warnMsg
=
AddMsg
(
warnMsg
,
move
.
WarnMsg
,
move
.
alarmType
,
move
.
LastAlarmTime
);
//foreach (EquipBase move in robot.equipsMap.Values)
//{
warnMsg
=
AddMsg
(
warnMsg
,
robot
.
outputEquip
.
WarnMsg
,
robot
.
outputEquip
.
alarmType
,
robot
.
outputEquip
.
LastAlarmTime
);
warnMsg
=
AddMsg
(
warnMsg
,
robot
.
XrayBean
.
WarnMsg
,
robot
.
XrayBean
.
alarmType
,
robot
.
XrayBean
.
LastAlarmTime
);
warnMsg
=
AddMsg
(
warnMsg
,
robot
.
inputEquip
.
WarnMsg
,
robot
.
inputEquip
.
alarmType
,
robot
.
inputEquip
.
LastAlarmTime
);
if
(
move
is
InputEquip
)
{
BatchMoveBean
bean
=
robot
.
inputEquip
.
LeftBatchMove
;
//
if (move is InputEquip)
//
{
//
BatchMoveBean bean = robot.inputEquip.LeftBatchMove;
warnMsg
=
AddMsg
(
warnMsg
,
robot
.
inputEquip
.
LeftBatchMove
.
WarnMsg
,
robot
.
inputEquip
.
LeftBatchMove
.
alarmType
,
robot
.
inputEquip
.
LeftBatchMove
.
LastAlarmTime
);
warnMsg
=
AddMsg
(
warnMsg
,
robot
.
inputEquip
.
RightBatchMove
.
WarnMsg
,
robot
.
inputEquip
.
RightBatchMove
.
alarmType
,
robot
.
inputEquip
.
RightBatchMove
.
LastAlarmTime
);
}
}
//
}
//
}
lblOutTray
.
Text
=
"XRay出口处料盘:"
+
robot
.
XrayBean
.
Out_ReelInfo
.
ToStr
();
lblCurrTray
.
Text
=
"XRay扫描区料盘:"
+
robot
.
XrayBean
.
Work_ReelInfo
.
ToStr
();
lblWarnMsg
.
Text
=
warnMsg
;
...
...
RC1266-AutoCountMachine/source/AutoCountClient/FrmXRay.Designer.cs
查看文件 @
c5310bd
...
...
@@ -904,7 +904,7 @@
//
this
.
lblThisSta
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)(((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Left
)
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Right
)));
this
.
lblThisSta
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
10.5
F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
lblThisSta
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9
F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
lblThisSta
.
ForeColor
=
System
.
Drawing
.
Color
.
Red
;
this
.
lblThisSta
.
ImageAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleRight
;
this
.
lblThisSta
.
Location
=
new
System
.
Drawing
.
Point
(
327
,
41
);
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论