Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
Jst.Client.Report.Download
Project
Overview
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
陶然
Jst.Client.Report.Download
Commits
787d7483
Commit
787d7483
authored
Nov 14, 2022
by
任天宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
版本号更新
parent
204c82f0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
25 deletions
+25
-25
FrmMain.Designer.cs
Src/FrmMain.Designer.cs
+23
-23
AssemblyInfo.cs
Src/Properties/AssemblyInfo.cs
+2
-2
No files found.
Src/FrmMain.Designer.cs
View file @
787d7483
...
@@ -72,6 +72,8 @@ namespace Jst.Report.Download
...
@@ -72,6 +72,8 @@ namespace Jst.Report.Download
this
.
tbxUrlBase
=
new
System
.
Windows
.
Forms
.
TextBox
();
this
.
tbxUrlBase
=
new
System
.
Windows
.
Forms
.
TextBox
();
this
.
splitter1
=
new
System
.
Windows
.
Forms
.
Splitter
();
this
.
splitter1
=
new
System
.
Windows
.
Forms
.
Splitter
();
this
.
gbDownloadConfig
=
new
System
.
Windows
.
Forms
.
GroupBox
();
this
.
gbDownloadConfig
=
new
System
.
Windows
.
Forms
.
GroupBox
();
this
.
cbxPNandSN
=
new
System
.
Windows
.
Forms
.
CheckBox
();
this
.
cbxPgName
=
new
System
.
Windows
.
Forms
.
CheckBox
();
this
.
cbxRenameFileByAjt
=
new
System
.
Windows
.
Forms
.
CheckBox
();
this
.
cbxRenameFileByAjt
=
new
System
.
Windows
.
Forms
.
CheckBox
();
this
.
cbxRenameFileByWph
=
new
System
.
Windows
.
Forms
.
CheckBox
();
this
.
cbxRenameFileByWph
=
new
System
.
Windows
.
Forms
.
CheckBox
();
this
.
cbxRenameFileByBatchNumber
=
new
System
.
Windows
.
Forms
.
CheckBox
();
this
.
cbxRenameFileByBatchNumber
=
new
System
.
Windows
.
Forms
.
CheckBox
();
...
@@ -94,8 +96,6 @@ namespace Jst.Report.Download
...
@@ -94,8 +96,6 @@ namespace Jst.Report.Download
this
.
colDealDate
=
new
System
.
Windows
.
Forms
.
DataGridViewTextBoxColumn
();
this
.
colDealDate
=
new
System
.
Windows
.
Forms
.
DataGridViewTextBoxColumn
();
this
.
colProductJudgement
=
new
System
.
Windows
.
Forms
.
DataGridViewTextBoxColumn
();
this
.
colProductJudgement
=
new
System
.
Windows
.
Forms
.
DataGridViewTextBoxColumn
();
this
.
lblMessage
=
new
System
.
Windows
.
Forms
.
Label
();
this
.
lblMessage
=
new
System
.
Windows
.
Forms
.
Label
();
this
.
cbxPgName
=
new
System
.
Windows
.
Forms
.
CheckBox
();
this
.
cbxPNandSN
=
new
System
.
Windows
.
Forms
.
CheckBox
();
this
.
pnlLeft
.
SuspendLayout
();
this
.
pnlLeft
.
SuspendLayout
();
this
.
gbQuery
.
SuspendLayout
();
this
.
gbQuery
.
SuspendLayout
();
this
.
pnlCommands
.
SuspendLayout
();
this
.
pnlCommands
.
SuspendLayout
();
...
@@ -575,6 +575,26 @@ namespace Jst.Report.Download
...
@@ -575,6 +575,26 @@ namespace Jst.Report.Download
this
.
gbDownloadConfig
.
TabStop
=
false
;
this
.
gbDownloadConfig
.
TabStop
=
false
;
this
.
gbDownloadConfig
.
Text
=
"下载操作"
;
this
.
gbDownloadConfig
.
Text
=
"下载操作"
;
//
//
// cbxPNandSN
//
this
.
cbxPNandSN
.
AutoSize
=
true
;
this
.
cbxPNandSN
.
Location
=
new
System
.
Drawing
.
Point
(
467
,
30
);
this
.
cbxPNandSN
.
Name
=
"cbxPNandSN"
;
this
.
cbxPNandSN
.
Size
=
new
System
.
Drawing
.
Size
(
188
,
24
);
this
.
cbxPNandSN
.
TabIndex
=
14
;
this
.
cbxPNandSN
.
Text
=
"文件名+品名+批号"
;
this
.
cbxPNandSN
.
UseVisualStyleBackColor
=
true
;
//
// cbxPgName
//
this
.
cbxPgName
.
AutoSize
=
true
;
this
.
cbxPgName
.
Location
=
new
System
.
Drawing
.
Point
(
674
,
29
);
this
.
cbxPgName
.
Name
=
"cbxPgName"
;
this
.
cbxPgName
.
Size
=
new
System
.
Drawing
.
Size
(
138
,
24
);
this
.
cbxPgName
.
TabIndex
=
13
;
this
.
cbxPgName
.
Text
=
"文件名+品名"
;
this
.
cbxPgName
.
UseVisualStyleBackColor
=
true
;
//
// cbxRenameFileByAjt
// cbxRenameFileByAjt
//
//
this
.
cbxRenameFileByAjt
.
AutoSize
=
true
;
this
.
cbxRenameFileByAjt
.
AutoSize
=
true
;
...
@@ -785,26 +805,6 @@ namespace Jst.Report.Download
...
@@ -785,26 +805,6 @@ namespace Jst.Report.Download
this
.
lblMessage
.
TabIndex
=
8
;
this
.
lblMessage
.
TabIndex
=
8
;
this
.
lblMessage
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
this
.
lblMessage
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
//
//
// cbxPgName
//
this
.
cbxPgName
.
AutoSize
=
true
;
this
.
cbxPgName
.
Location
=
new
System
.
Drawing
.
Point
(
674
,
29
);
this
.
cbxPgName
.
Name
=
"cbxPgName"
;
this
.
cbxPgName
.
Size
=
new
System
.
Drawing
.
Size
(
138
,
24
);
this
.
cbxPgName
.
TabIndex
=
13
;
this
.
cbxPgName
.
Text
=
"文件名+品名"
;
this
.
cbxPgName
.
UseVisualStyleBackColor
=
true
;
//
// cbxPNandSN
//
this
.
cbxPNandSN
.
AutoSize
=
true
;
this
.
cbxPNandSN
.
Location
=
new
System
.
Drawing
.
Point
(
467
,
30
);
this
.
cbxPNandSN
.
Name
=
"cbxPNandSN"
;
this
.
cbxPNandSN
.
Size
=
new
System
.
Drawing
.
Size
(
188
,
24
);
this
.
cbxPNandSN
.
TabIndex
=
14
;
this
.
cbxPNandSN
.
Text
=
"文件名+品名+批号"
;
this
.
cbxPNandSN
.
UseVisualStyleBackColor
=
true
;
//
// FrmMain
// FrmMain
//
//
this
.
AutoScaleDimensions
=
new
System
.
Drawing
.
SizeF
(
6F
,
12F
);
this
.
AutoScaleDimensions
=
new
System
.
Drawing
.
SizeF
(
6F
,
12F
);
...
@@ -816,7 +816,7 @@ namespace Jst.Report.Download
...
@@ -816,7 +816,7 @@ namespace Jst.Report.Download
this
.
Controls
.
Add
(
this
.
pnlLeft
);
this
.
Controls
.
Add
(
this
.
pnlLeft
);
this
.
Icon
=
((
System
.
Drawing
.
Icon
)(
resources
.
GetObject
(
"$this.Icon"
)));
this
.
Icon
=
((
System
.
Drawing
.
Icon
)(
resources
.
GetObject
(
"$this.Icon"
)));
this
.
Name
=
"FrmMain"
;
this
.
Name
=
"FrmMain"
;
this
.
Text
=
"江苏纺检院电子报告下载客户端V2.0
2
"
;
this
.
Text
=
"江苏纺检院电子报告下载客户端V2.0
3
"
;
this
.
Load
+=
new
System
.
EventHandler
(
this
.
FrmMain_Load
);
this
.
Load
+=
new
System
.
EventHandler
(
this
.
FrmMain_Load
);
this
.
pnlLeft
.
ResumeLayout
(
false
);
this
.
pnlLeft
.
ResumeLayout
(
false
);
this
.
gbQuery
.
ResumeLayout
(
false
);
this
.
gbQuery
.
ResumeLayout
(
false
);
...
...
Src/Properties/AssemblyInfo.cs
View file @
787d7483
...
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
...
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("5.4.2022.
0427
0")]
[assembly: AssemblyVersion("5.4.2022.
1114
0")]
[assembly: AssemblyFileVersion("5.4.2022.
0427
0")]
[assembly: AssemblyFileVersion("5.4.2022.
1114
0")]
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