📄 frmwizardstepfour.frm
字号:
VERSION 5.00
Begin VB.Form FrmWizardStepFour
BorderStyle = 3 'Fixed Dialog
Caption = "ND20000数据向导"
ClientHeight = 5370
ClientLeft = 45
ClientTop = 330
ClientWidth = 8130
Icon = "FrmWizardStepFour.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 5370
ScaleWidth = 8130
ShowInTaskbar = 0 'False
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command3
Caption = "上一步(&P)"
Height = 360
Left = 4665
TabIndex = 6
Top = 4710
Width = 1470
End
Begin VB.TextBox Text1
Height = 345
Left = 3885
TabIndex = 3
Text = "Text1"
Top = 1995
Width = 3690
End
Begin VB.CommandButton Command2
Caption = "取消(&Q)"
Height = 360
Left = 2580
TabIndex = 1
Top = 4695
Width = 1470
End
Begin VB.CommandButton Command1
Caption = "下一步(&N)"
Height = 360
Left = 6645
TabIndex = 0
Top = 4710
Width = 1320
End
Begin VB.Label Label3
BackStyle = 0 'Transparent
Caption = "ND2000"
BeginProperty Font
Name = "Comic Sans MS"
Size = 12
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00E0E0E0&
Height = 330
Left = 810
TabIndex = 5
Top = 4575
Width = 1065
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "ND2000"
BeginProperty Font
Name = "Comic Sans MS"
Size = 12
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 345
Left = 780
TabIndex = 4
Top = 4590
Width = 1065
End
Begin VB.Label Label1
Caption = "Label1"
ForeColor = &H80000013&
Height = 1215
Left = 2700
TabIndex = 2
Top = 375
Width = 5010
End
Begin VB.Image Image2
Height = 480
Left = 240
Picture = "FrmWizardStepFour.frx":1272
Top = 4545
Width = 480
End
Begin VB.Line Line2
BorderColor = &H80000005&
X1 = 375
X2 = 7965
Y1 = 4485
Y2 = 4485
End
Begin VB.Line Line1
BorderColor = &H80000003&
X1 = 390
X2 = 7995
Y1 = 4470
Y2 = 4470
End
Begin VB.Image Image1
BorderStyle = 1 'Fixed Single
Height = 3450
Left = 225
Picture = "FrmWizardStepFour.frx":156D
Top = 195
Width = 1830
End
End
Attribute VB_Name = "FrmWizardStepFour"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -