Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
Kivii.GhostScript.Test
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
示例代码
Kivii.GhostScript.Test
Commits
6680007f
Commit
6680007f
authored
Jul 19, 2020
by
施晓�? email = leo@Kivii.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
abbc7e14
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
14 deletions
+26
-14
Form1.Designer.cs
Form1.Designer.cs
+26
-14
No files found.
Form1.Designer.cs
View file @
6680007f
...
@@ -37,11 +37,12 @@
...
@@ -37,11 +37,12 @@
this
.
btnSelectSaveFolder
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
btnSelectSaveFolder
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
btnPrint
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
btnPrint
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
cbxPrinter
=
new
System
.
Windows
.
Forms
.
ComboBox
();
this
.
cbxPrinter
=
new
System
.
Windows
.
Forms
.
ComboBox
();
this
.
label3
=
new
System
.
Windows
.
Forms
.
Label
();
this
.
SuspendLayout
();
this
.
SuspendLayout
();
//
//
// btnExportImage
// btnExportImage
//
//
this
.
btnExportImage
.
Location
=
new
System
.
Drawing
.
Point
(
1
17
,
124
);
this
.
btnExportImage
.
Location
=
new
System
.
Drawing
.
Point
(
1
2
,
143
);
this
.
btnExportImage
.
Name
=
"btnExportImage"
;
this
.
btnExportImage
.
Name
=
"btnExportImage"
;
this
.
btnExportImage
.
Size
=
new
System
.
Drawing
.
Size
(
84
,
23
);
this
.
btnExportImage
.
Size
=
new
System
.
Drawing
.
Size
(
84
,
23
);
this
.
btnExportImage
.
TabIndex
=
0
;
this
.
btnExportImage
.
TabIndex
=
0
;
...
@@ -52,22 +53,22 @@
...
@@ -52,22 +53,22 @@
// label1
// label1
//
//
this
.
label1
.
AutoSize
=
true
;
this
.
label1
.
AutoSize
=
true
;
this
.
label1
.
Location
=
new
System
.
Drawing
.
Point
(
32
,
34
);
this
.
label1
.
Location
=
new
System
.
Drawing
.
Point
(
-
1
,
34
);
this
.
label1
.
Name
=
"label1"
;
this
.
label1
.
Name
=
"label1"
;
this
.
label1
.
Size
=
new
System
.
Drawing
.
Size
(
65
,
12
);
this
.
label1
.
Size
=
new
System
.
Drawing
.
Size
(
137
,
12
);
this
.
label1
.
TabIndex
=
1
;
this
.
label1
.
TabIndex
=
1
;
this
.
label1
.
Text
=
"选择源文件"
;
this
.
label1
.
Text
=
"选择源文件
(不支持中文)
"
;
//
//
// tbxFileSource
// tbxFileSource
//
//
this
.
tbxFileSource
.
Location
=
new
System
.
Drawing
.
Point
(
1
17
,
27
);
this
.
tbxFileSource
.
Location
=
new
System
.
Drawing
.
Point
(
1
52
,
25
);
this
.
tbxFileSource
.
Name
=
"tbxFileSource"
;
this
.
tbxFileSource
.
Name
=
"tbxFileSource"
;
this
.
tbxFileSource
.
Size
=
new
System
.
Drawing
.
Size
(
340
,
21
);
this
.
tbxFileSource
.
Size
=
new
System
.
Drawing
.
Size
(
340
,
21
);
this
.
tbxFileSource
.
TabIndex
=
2
;
this
.
tbxFileSource
.
TabIndex
=
2
;
//
//
// btnSelectFile
// btnSelectFile
//
//
this
.
btnSelectFile
.
Location
=
new
System
.
Drawing
.
Point
(
4
63
,
27
);
this
.
btnSelectFile
.
Location
=
new
System
.
Drawing
.
Point
(
4
98
,
25
);
this
.
btnSelectFile
.
Name
=
"btnSelectFile"
;
this
.
btnSelectFile
.
Name
=
"btnSelectFile"
;
this
.
btnSelectFile
.
Size
=
new
System
.
Drawing
.
Size
(
40
,
23
);
this
.
btnSelectFile
.
Size
=
new
System
.
Drawing
.
Size
(
40
,
23
);
this
.
btnSelectFile
.
TabIndex
=
3
;
this
.
btnSelectFile
.
TabIndex
=
3
;
...
@@ -78,22 +79,22 @@
...
@@ -78,22 +79,22 @@
// label2
// label2
//
//
this
.
label2
.
AutoSize
=
true
;
this
.
label2
.
AutoSize
=
true
;
this
.
label2
.
Location
=
new
System
.
Drawing
.
Point
(
32
,
75
);
this
.
label2
.
Location
=
new
System
.
Drawing
.
Point
(
-
1
,
75
);
this
.
label2
.
Name
=
"label2"
;
this
.
label2
.
Name
=
"label2"
;
this
.
label2
.
Size
=
new
System
.
Drawing
.
Size
(
77
,
12
);
this
.
label2
.
Size
=
new
System
.
Drawing
.
Size
(
149
,
12
);
this
.
label2
.
TabIndex
=
4
;
this
.
label2
.
TabIndex
=
4
;
this
.
label2
.
Text
=
"选择导出目录"
;
this
.
label2
.
Text
=
"选择导出目录
(不支持中文)
"
;
//
//
// tbxSaveFolder
// tbxSaveFolder
//
//
this
.
tbxSaveFolder
.
Location
=
new
System
.
Drawing
.
Point
(
1
15
,
72
);
this
.
tbxSaveFolder
.
Location
=
new
System
.
Drawing
.
Point
(
1
50
,
70
);
this
.
tbxSaveFolder
.
Name
=
"tbxSaveFolder"
;
this
.
tbxSaveFolder
.
Name
=
"tbxSaveFolder"
;
this
.
tbxSaveFolder
.
Size
=
new
System
.
Drawing
.
Size
(
340
,
21
);
this
.
tbxSaveFolder
.
Size
=
new
System
.
Drawing
.
Size
(
340
,
21
);
this
.
tbxSaveFolder
.
TabIndex
=
5
;
this
.
tbxSaveFolder
.
TabIndex
=
5
;
//
//
// btnSelectSaveFolder
// btnSelectSaveFolder
//
//
this
.
btnSelectSaveFolder
.
Location
=
new
System
.
Drawing
.
Point
(
4
63
,
72
);
this
.
btnSelectSaveFolder
.
Location
=
new
System
.
Drawing
.
Point
(
4
98
,
70
);
this
.
btnSelectSaveFolder
.
Name
=
"btnSelectSaveFolder"
;
this
.
btnSelectSaveFolder
.
Name
=
"btnSelectSaveFolder"
;
this
.
btnSelectSaveFolder
.
Size
=
new
System
.
Drawing
.
Size
(
40
,
23
);
this
.
btnSelectSaveFolder
.
Size
=
new
System
.
Drawing
.
Size
(
40
,
23
);
this
.
btnSelectSaveFolder
.
TabIndex
=
6
;
this
.
btnSelectSaveFolder
.
TabIndex
=
6
;
...
@@ -103,7 +104,7 @@
...
@@ -103,7 +104,7 @@
//
//
// btnPrint
// btnPrint
//
//
this
.
btnPrint
.
Location
=
new
System
.
Drawing
.
Point
(
439
,
17
0
);
this
.
btnPrint
.
Location
=
new
System
.
Drawing
.
Point
(
331
,
11
0
);
this
.
btnPrint
.
Name
=
"btnPrint"
;
this
.
btnPrint
.
Name
=
"btnPrint"
;
this
.
btnPrint
.
Size
=
new
System
.
Drawing
.
Size
(
75
,
23
);
this
.
btnPrint
.
Size
=
new
System
.
Drawing
.
Size
(
75
,
23
);
this
.
btnPrint
.
TabIndex
=
7
;
this
.
btnPrint
.
TabIndex
=
7
;
...
@@ -114,20 +115,30 @@
...
@@ -114,20 +115,30 @@
// cbxPrinter
// cbxPrinter
//
//
this
.
cbxPrinter
.
FormattingEnabled
=
true
;
this
.
cbxPrinter
.
FormattingEnabled
=
true
;
this
.
cbxPrinter
.
Location
=
new
System
.
Drawing
.
Point
(
1
17
,
17
0
);
this
.
cbxPrinter
.
Location
=
new
System
.
Drawing
.
Point
(
1
50
,
11
0
);
this
.
cbxPrinter
.
Name
=
"cbxPrinter"
;
this
.
cbxPrinter
.
Name
=
"cbxPrinter"
;
this
.
cbxPrinter
.
Size
=
new
System
.
Drawing
.
Size
(
155
,
20
);
this
.
cbxPrinter
.
Size
=
new
System
.
Drawing
.
Size
(
155
,
20
);
this
.
cbxPrinter
.
TabIndex
=
8
;
this
.
cbxPrinter
.
TabIndex
=
8
;
//
//
// label3
//
this
.
label3
.
AutoSize
=
true
;
this
.
label3
.
Location
=
new
System
.
Drawing
.
Point
(
12
,
113
);
this
.
label3
.
Name
=
"label3"
;
this
.
label3
.
Size
=
new
System
.
Drawing
.
Size
(
65
,
12
);
this
.
label3
.
TabIndex
=
4
;
this
.
label3
.
Text
=
"选择打印机"
;
//
// Form1
// Form1
//
//
this
.
AutoScaleDimensions
=
new
System
.
Drawing
.
SizeF
(
6F
,
12F
);
this
.
AutoScaleDimensions
=
new
System
.
Drawing
.
SizeF
(
6F
,
12F
);
this
.
AutoScaleMode
=
System
.
Windows
.
Forms
.
AutoScaleMode
.
Font
;
this
.
AutoScaleMode
=
System
.
Windows
.
Forms
.
AutoScaleMode
.
Font
;
this
.
ClientSize
=
new
System
.
Drawing
.
Size
(
800
,
45
0
);
this
.
ClientSize
=
new
System
.
Drawing
.
Size
(
553
,
30
0
);
this
.
Controls
.
Add
(
this
.
cbxPrinter
);
this
.
Controls
.
Add
(
this
.
cbxPrinter
);
this
.
Controls
.
Add
(
this
.
btnPrint
);
this
.
Controls
.
Add
(
this
.
btnPrint
);
this
.
Controls
.
Add
(
this
.
btnSelectSaveFolder
);
this
.
Controls
.
Add
(
this
.
btnSelectSaveFolder
);
this
.
Controls
.
Add
(
this
.
tbxSaveFolder
);
this
.
Controls
.
Add
(
this
.
tbxSaveFolder
);
this
.
Controls
.
Add
(
this
.
label3
);
this
.
Controls
.
Add
(
this
.
label2
);
this
.
Controls
.
Add
(
this
.
label2
);
this
.
Controls
.
Add
(
this
.
btnSelectFile
);
this
.
Controls
.
Add
(
this
.
btnSelectFile
);
this
.
Controls
.
Add
(
this
.
tbxFileSource
);
this
.
Controls
.
Add
(
this
.
tbxFileSource
);
...
@@ -152,6 +163,7 @@
...
@@ -152,6 +163,7 @@
private
System
.
Windows
.
Forms
.
Button
btnSelectSaveFolder
;
private
System
.
Windows
.
Forms
.
Button
btnSelectSaveFolder
;
private
System
.
Windows
.
Forms
.
Button
btnPrint
;
private
System
.
Windows
.
Forms
.
Button
btnPrint
;
private
System
.
Windows
.
Forms
.
ComboBox
cbxPrinter
;
private
System
.
Windows
.
Forms
.
ComboBox
cbxPrinter
;
private
System
.
Windows
.
Forms
.
Label
label3
;
}
}
}
}
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