📄 dlgbreak.frm
字号:
VERSION 5.00
Begin VB.Form DlgBreak
BorderStyle = 3 'Fixed Dialog
Caption = "Break"
ClientHeight = 3210
ClientLeft = 45
ClientTop = 330
ClientWidth = 3015
Icon = "DlgBreak.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3210
ScaleWidth = 3015
ShowInTaskbar = 0 'False
StartUpPosition = 2 'CenterScreen
Begin VB.CommandButton cmdCancel
Cancel = -1 'True
Caption = "Cancel"
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 345
Left = 1860
TabIndex = 3
Top = 2760
Width = 1020
End
Begin VB.CommandButton cmdOK
Caption = "OK"
Default = -1 'True
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 345
Left = 720
TabIndex = 2
Top = 2760
Width = 1020
End
Begin VB.OptionButton Option1
Caption = "Text wrapping break"
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 360
TabIndex = 1
Top = 480
Width = 1815
End
Begin VB.Line Line1
BorderColor = &H00FFFFFF&
BorderStyle = 6 'Inside Solid
Index = 1
X1 = 1080
X2 = 2880
Y1 = 240
Y2 = 240
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "Break types"
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 195
Left = 120
TabIndex = 0
Top = 120
Width = 855
End
Begin VB.Line Line1
BorderColor = &H00808080&
BorderWidth = 2
Index = 0
X1 = 1080
X2 = 2880
Y1 = 240
Y2 = 240
End
End
Attribute VB_Name = "DlgBreak"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdCancel_Click()
Unload Me
End Sub
Private Sub cmdOK_Click()
Unload Me
frmPage.PageSendKeys "~"
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -