Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
刘韬
/
PrintLabel
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit 5ab71ea0
由
刘韬
编写于
2025-12-19 17:03:35 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
1
1 个父辈
463738c6
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
7 行增加
和
4 行删除
PrintLabel/FormTextBox.Designer.cs
PrintLabel20221013.zip
PrintLabel/FormTextBox.Designer.cs
查看文件 @
5ab71ea
...
@@ -43,7 +43,9 @@ namespace Asa
...
@@ -43,7 +43,9 @@ namespace Asa
//
//
// btn_cancel
// btn_cancel
//
//
this
.
btn_cancel
.
Location
=
new
System
.
Drawing
.
Point
(
29
,
136
);
this
.
btn_cancel
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)(((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Bottom
)
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Left
)));
this
.
btn_cancel
.
Location
=
new
System
.
Drawing
.
Point
(
27
,
130
);
this
.
btn_cancel
.
Name
=
"btn_cancel"
;
this
.
btn_cancel
.
Name
=
"btn_cancel"
;
this
.
btn_cancel
.
Size
=
new
System
.
Drawing
.
Size
(
75
,
23
);
this
.
btn_cancel
.
Size
=
new
System
.
Drawing
.
Size
(
75
,
23
);
this
.
btn_cancel
.
TabIndex
=
1
;
this
.
btn_cancel
.
TabIndex
=
1
;
...
@@ -53,7 +55,9 @@ namespace Asa
...
@@ -53,7 +55,9 @@ namespace Asa
//
//
// btn_ok
// btn_ok
//
//
this
.
btn_ok
.
Location
=
new
System
.
Drawing
.
Point
(
417
,
136
);
this
.
btn_ok
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)(((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Bottom
)
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Right
)));
this
.
btn_ok
.
Location
=
new
System
.
Drawing
.
Point
(
423
,
130
);
this
.
btn_ok
.
Name
=
"btn_ok"
;
this
.
btn_ok
.
Name
=
"btn_ok"
;
this
.
btn_ok
.
Size
=
new
System
.
Drawing
.
Size
(
75
,
23
);
this
.
btn_ok
.
Size
=
new
System
.
Drawing
.
Size
(
75
,
23
);
this
.
btn_ok
.
TabIndex
=
2
;
this
.
btn_ok
.
TabIndex
=
2
;
...
@@ -63,8 +67,7 @@ namespace Asa
...
@@ -63,8 +67,7 @@ namespace Asa
//
//
// FormTextBox
// FormTextBox
//
//
this
.
AutoScaleDimensions
=
new
System
.
Drawing
.
SizeF
(
6F
,
12F
);
this
.
AutoScaleMode
=
System
.
Windows
.
Forms
.
AutoScaleMode
.
None
;
this
.
AutoScaleMode
=
System
.
Windows
.
Forms
.
AutoScaleMode
.
Font
;
this
.
ClientSize
=
new
System
.
Drawing
.
Size
(
525
,
178
);
this
.
ClientSize
=
new
System
.
Drawing
.
Size
(
525
,
178
);
this
.
ControlBox
=
false
;
this
.
ControlBox
=
false
;
this
.
Controls
.
Add
(
this
.
btn_ok
);
this
.
Controls
.
Add
(
this
.
btn_ok
);
...
...
PrintLabel20221013.zip
deleted
100644 → 0
查看文件 @
463738c
此文件太大,无法显示。
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论