dialog.frm
来自「路面结构设计系统的界面和部分功能,包括结构图的预览,路面结构模型的数据库管理」· FRM 代码 · 共 72 行
FRM
72 行
VERSION 5.00
Begin VB.Form Dialog
BorderStyle = 3 'Fixed Dialog
Caption = "对话框标题"
ClientHeight = 5535
ClientLeft = 2760
ClientTop = 3750
ClientWidth = 10560
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 5535
ScaleWidth = 10560
ShowInTaskbar = 0 'False
Begin VB.OptionButton Option4
Caption = "Option4"
Height = 615
Left = 5880
TabIndex = 5
Top = 600
Width = 2655
End
Begin VB.OptionButton Option3
Caption = "Option3"
Height = 735
Left = 1800
TabIndex = 4
Top = 1920
Width = 2175
End
Begin VB.OptionButton Option2
Caption = "Option2"
Height = 615
Left = 1800
TabIndex = 3
Top = 1080
Width = 2295
End
Begin VB.OptionButton Option1
Caption = "Option1"
Height = 375
Left = 1920
TabIndex = 2
Top = 360
Width = 2055
End
Begin VB.CommandButton CancelButton
Caption = "取消"
Height = 375
Left = 6120
TabIndex = 1
Top = 4680
Width = 1215
End
Begin VB.CommandButton OKButton
Caption = "确定"
Height = 375
Left = 2040
TabIndex = 0
Top = 4680
Width = 1215
End
End
Attribute VB_Name = "Dialog"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?