Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
李娜
/
Line-Smart-Workstation
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit 3ee55dd0
由
LN
编写于
2024-03-18 17:12:33 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
1
1 个父辈
63172ea2
显示空白字符变更
内嵌
并排
正在显示
16 个修改的文件
包含
29 行增加
和
15 行删除
TSA-V/Smart-Workstation.csproj
TSA-V/FrmAddBoard.Designer.cs → TSA-V/frmBoard/FrmAddBoard.Designer.cs
TSA-V/FrmAddBoard.cs → TSA-V/frmBoard/FrmAddBoard.cs
TSA-V/FrmAddBoard.resx → TSA-V/frmBoard/FrmAddBoard.resx
TSA-V/FrmBoardInfo.Designer.cs → TSA-V/frmBoard/FrmBoardInfo.Designer.cs
TSA-V/FrmBoardInfo.cs → TSA-V/frmBoard/FrmBoardInfo.cs
TSA-V/FrmBoardInfo.resx → TSA-V/frmBoard/FrmBoardInfo.resx
TSA-V/FrmBoardList.Designer.cs → TSA-V/frmBoard/FrmBoardList.Designer.cs
TSA-V/FrmBoardList.cs → TSA-V/frmBoard/FrmBoardList.cs
TSA-V/FrmBoardList.resx → TSA-V/frmBoard/FrmBoardList.resx
TSA-V/FrmImageViewer.Designer.cs → TSA-V/frmBoard/FrmImageViewer.Designer.cs
TSA-V/FrmImageViewer.cs → TSA-V/frmBoard/FrmImageViewer.cs
TSA-V/FrmImageViewer.resx → TSA-V/frmBoard/FrmImageViewer.resx
TSA-V/FrmPointInfo.Designer.cs → TSA-V/frmBoard/FrmPointInfo.Designer.cs
TSA-V/FrmPointInfo.cs → TSA-V/frmBoard/FrmPointInfo.cs
TSA-V/FrmPointInfo.resx → TSA-V/frmBoard/FrmPointInfo.resx
TSA-V/Smart-Workstation.csproj
查看文件 @
3ee55dd
...
...
@@ -137,10 +137,10 @@
<DependentUpon>FrmUpdatePwd.cs</DependentUpon>
</Compile>
<Compile Include="FormManager.cs" />
<Compile Include="FrmAddBoard.cs">
<Compile Include="
frmBoard\
FrmAddBoard.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmAddBoard.Designer.cs">
<Compile Include="
frmBoard\
FrmAddBoard.Designer.cs">
<DependentUpon>FrmAddBoard.cs</DependentUpon>
</Compile>
<Compile Include="FrmAddCom.cs">
...
...
@@ -155,16 +155,16 @@
<Compile Include="FrmBase.Designer.cs">
<DependentUpon>FrmBase.cs</DependentUpon>
</Compile>
<Compile Include="FrmBoardInfo.cs">
<Compile Include="
frmBoard\
FrmBoardInfo.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmBoardInfo.Designer.cs">
<Compile Include="
frmBoard\
FrmBoardInfo.Designer.cs">
<DependentUpon>FrmBoardInfo.cs</DependentUpon>
</Compile>
<Compile Include="FrmBoardList.cs">
<Compile Include="
frmBoard\
FrmBoardList.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmBoardList.Designer.cs">
<Compile Include="
frmBoard\
FrmBoardList.Designer.cs">
<DependentUpon>FrmBoardList.cs</DependentUpon>
</Compile>
<Compile Include="FrmHistory.cs">
...
...
@@ -179,10 +179,10 @@
<Compile Include="FrmHistorySearch.Designer.cs">
<DependentUpon>FrmHistorySearch.cs</DependentUpon>
</Compile>
<Compile Include="FrmImageViewer.cs">
<Compile Include="
frmBoard\
FrmImageViewer.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmImageViewer.Designer.cs">
<Compile Include="
frmBoard\
FrmImageViewer.Designer.cs">
<DependentUpon>FrmImageViewer.cs</DependentUpon>
</Compile>
<Compile Include="FrmLogin.cs">
...
...
@@ -309,10 +309,10 @@
<Compile Include="workForm\FrmTSAV.Designer.cs">
<DependentUpon>FrmTSAV.cs</DependentUpon>
</Compile>
<Compile Include="FrmPointInfo.cs">
<Compile Include="
frmBoard\
FrmPointInfo.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmPointInfo.Designer.cs">
<Compile Include="
frmBoard\
FrmPointInfo.Designer.cs">
<DependentUpon>FrmPointInfo.cs</DependentUpon>
</Compile>
<Compile Include="workForm\FrmWorkCount.cs">
...
...
@@ -345,7 +345,7 @@
<EmbeddedResource Include="deviceDebug\FrmUpdatePwd.resx">
<DependentUpon>FrmUpdatePwd.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FrmAddBoard.resx">
<EmbeddedResource Include="
frmBoard\
FrmAddBoard.resx">
<DependentUpon>FrmAddBoard.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FrmAddCom.resx">
...
...
@@ -355,11 +355,11 @@
<DependentUpon>FrmBase.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="FrmBoardInfo.resx">
<EmbeddedResource Include="
frmBoard\
FrmBoardInfo.resx">
<DependentUpon>FrmBoardInfo.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="FrmBoardList.resx">
<EmbeddedResource Include="
frmBoard\
FrmBoardList.resx">
<DependentUpon>FrmBoardList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmBoard\FrmCalibrate.resx">
...
...
@@ -371,7 +371,7 @@
<EmbeddedResource Include="FrmHistorySearch.resx">
<DependentUpon>FrmHistorySearch.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FrmImageViewer.resx">
<EmbeddedResource Include="
frmBoard\
FrmImageViewer.resx">
<DependentUpon>FrmImageViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FrmLogin.resx">
...
...
@@ -440,7 +440,7 @@
<EmbeddedResource Include="workForm\FrmTSAV.resx">
<DependentUpon>FrmTSAV.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FrmPointInfo.resx">
<EmbeddedResource Include="
frmBoard\
FrmPointInfo.resx">
<DependentUpon>FrmPointInfo.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="workForm\FrmWorkCount.resx">
...
...
TSA-V/FrmAddBoard.Designer.cs
→
TSA-V/
frmBoard/
FrmAddBoard.Designer.cs
查看文件 @
3ee55dd
...
...
@@ -67,6 +67,7 @@
this
.
groupBox_new
=
new
System
.
Windows
.
Forms
.
GroupBox
();
this
.
linkLabel3
=
new
System
.
Windows
.
Forms
.
LinkLabel
();
this
.
linkLabel2
=
new
System
.
Windows
.
Forms
.
LinkLabel
();
this
.
radioButton1
=
new
System
.
Windows
.
Forms
.
RadioButton
();
this
.
groupBoxSelCom
.
SuspendLayout
();
this
.
groupBox_new
.
SuspendLayout
();
this
.
SuspendLayout
();
...
...
@@ -341,6 +342,7 @@
//
// groupBoxSelCom
//
this
.
groupBoxSelCom
.
Controls
.
Add
(
this
.
radioButton1
);
this
.
groupBoxSelCom
.
Controls
.
Add
(
this
.
likSelCsvFile
);
this
.
groupBoxSelCom
.
Controls
.
Add
(
this
.
likDownFile
);
this
.
groupBoxSelCom
.
Controls
.
Add
(
this
.
rdbUpload
);
...
...
@@ -483,6 +485,17 @@
this
.
linkLabel2
.
Text
=
"选择Gerber文件"
;
this
.
linkLabel2
.
LinkClicked
+=
new
System
.
Windows
.
Forms
.
LinkLabelLinkClickedEventHandler
(
this
.
linkLabel2_LinkClicked
);
//
// radioButton1
//
this
.
radioButton1
.
AutoSize
=
true
;
this
.
radioButton1
.
Location
=
new
System
.
Drawing
.
Point
(
7
,
271
);
this
.
radioButton1
.
Name
=
"radioButton1"
;
this
.
radioButton1
.
Size
=
new
System
.
Drawing
.
Size
(
80
,
21
);
this
.
radioButton1
.
TabIndex
=
302
;
this
.
radioButton1
.
TabStop
=
true
;
this
.
radioButton1
.
Text
=
"BOM上传"
;
this
.
radioButton1
.
UseVisualStyleBackColor
=
true
;
//
// FrmAddBoard
//
this
.
AutoScaleMode
=
System
.
Windows
.
Forms
.
AutoScaleMode
.
None
;
...
...
@@ -548,5 +561,6 @@
private
System
.
Windows
.
Forms
.
GroupBox
groupBox_new
;
private
System
.
Windows
.
Forms
.
LinkLabel
linkLabel2
;
private
System
.
Windows
.
Forms
.
LinkLabel
linkLabel3
;
private
System
.
Windows
.
Forms
.
RadioButton
radioButton1
;
}
}
\ No newline at end of file
TSA-V/FrmAddBoard.cs
→
TSA-V/
frmBoard/
FrmAddBoard.cs
查看文件 @
3ee55dd
文件被删除
TSA-V/FrmAddBoard.resx
→
TSA-V/
frmBoard/
FrmAddBoard.resx
查看文件 @
3ee55dd
文件被删除
TSA-V/FrmBoardInfo.Designer.cs
→
TSA-V/
frmBoard/
FrmBoardInfo.Designer.cs
查看文件 @
3ee55dd
文件被删除
TSA-V/FrmBoardInfo.cs
→
TSA-V/
frmBoard/
FrmBoardInfo.cs
查看文件 @
3ee55dd
文件被删除
TSA-V/FrmBoardInfo.resx
→
TSA-V/
frmBoard/
FrmBoardInfo.resx
查看文件 @
3ee55dd
文件被删除
TSA-V/FrmBoardList.Designer.cs
→
TSA-V/
frmBoard/
FrmBoardList.Designer.cs
查看文件 @
3ee55dd
文件被删除
TSA-V/FrmBoardList.cs
→
TSA-V/
frmBoard/
FrmBoardList.cs
查看文件 @
3ee55dd
文件被删除
TSA-V/FrmBoardList.resx
→
TSA-V/
frmBoard/
FrmBoardList.resx
查看文件 @
3ee55dd
文件被删除
TSA-V/FrmImageViewer.Designer.cs
→
TSA-V/
frmBoard/
FrmImageViewer.Designer.cs
查看文件 @
3ee55dd
文件被删除
TSA-V/FrmImageViewer.cs
→
TSA-V/
frmBoard/
FrmImageViewer.cs
查看文件 @
3ee55dd
文件被删除
TSA-V/FrmImageViewer.resx
→
TSA-V/
frmBoard/
FrmImageViewer.resx
查看文件 @
3ee55dd
文件被删除
TSA-V/FrmPointInfo.Designer.cs
→
TSA-V/
frmBoard/
FrmPointInfo.Designer.cs
查看文件 @
3ee55dd
文件被删除
TSA-V/FrmPointInfo.cs
→
TSA-V/
frmBoard/
FrmPointInfo.cs
查看文件 @
3ee55dd
文件被删除
TSA-V/FrmPointInfo.resx
→
TSA-V/
frmBoard/
FrmPointInfo.resx
查看文件 @
3ee55dd
文件被删除
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论