-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfrmReport.frm
More file actions
72 lines (71 loc) · 2.1 KB
/
frmReport.frm
File metadata and controls
72 lines (71 loc) · 2.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
VERSION 5.00
Begin VB.Form frmReport
BorderStyle = 3 'Fixed Dialog
Caption = "报表修改"
ClientHeight = 3870
ClientLeft = 45
ClientTop = 330
ClientWidth = 4155
Icon = "frmReport.frx":0000
LinkTopic = "Form1"
LockControls = -1 'True
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3870
ScaleWidth = 4155
ShowInTaskbar = 0 'False
StartUpPosition = 3 'Windows Default
Begin VB.OptionButton optV
Caption = "纵向"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 300
Left = 1725
TabIndex = 2
Top = 765
Width = 1095
End
Begin VB.OptionButton optH
Caption = "横向"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 300
Left = 330
TabIndex = 1
Top = 735
Value = -1 'True
Width = 975
End
Begin VB.CommandButton cmdSetFont
Caption = "字体(&F)"
Height = 400
Left = 2910
TabIndex = 0
Top = 675
Width = 1200
End
End
Attribute VB_Name = "frmReport"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Form_Load()
CenterForm Me
'rpt1.
End Sub