📄 frmprojectproperties.frm
字号:
VERSION 5.00
Begin VB.Form frmProjectProperties
Caption = "Project Properties"
ClientHeight = 4965
ClientLeft = 60
ClientTop = 345
ClientWidth = 6165
LinkTopic = "Form1"
ScaleHeight = 4965
ScaleWidth = 6165
StartUpPosition = 3 'Windows Default
Begin VB.Frame Frame2
Caption = "Entity information"
Height = 1335
Left = 120
TabIndex = 5
Top = 2400
Width = 3255
End
Begin VB.Frame Frame1
Caption = "Input/Output data sources"
Height = 1215
Left = 0
TabIndex = 0
Top = 960
Width = 3255
Begin VB.ComboBox Combo1
Height = 315
ItemData = "frmProjectProperties.frx":0000
Left = 1200
List = "frmProjectProperties.frx":000D
TabIndex = 3
Text = "Combo1"
Top = 360
Width = 1935
End
Begin VB.ComboBox Combo2
Height = 315
ItemData = "frmProjectProperties.frx":0028
Left = 1200
List = "frmProjectProperties.frx":0035
TabIndex = 1
Text = "Combo1"
Top = 720
Width = 1935
End
Begin VB.Label Label2
AutoSize = -1 'True
Caption = "Input Data:"
Height = 315
Index = 0
Left = 120
TabIndex = 4
Top = 360
Width = 795
End
Begin VB.Label Label2
AutoSize = -1 'True
Caption = "Output Data:"
Height = 195
Index = 1
Left = 120
TabIndex = 2
Top = 720
Width = 915
End
End
End
Attribute VB_Name = "frmProjectProperties"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub TabStrip1_Click()
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -