?? form3.frm
字號:
VERSION 5.00
Begin VB.Form Form3
Caption = "樁筏(箱)基礎(chǔ)特征輸入"
ClientHeight = 4080
ClientLeft = 60
ClientTop = 450
ClientWidth = 4950
LinkTopic = "Form3"
ScaleHeight = 4080
ScaleWidth = 4950
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command1
Caption = "確定"
BeginProperty Font
Name = "宋體"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 2760
TabIndex = 6
Top = 3120
Width = 1215
End
Begin VB.TextBox Text3
Height = 495
Left = 2880
TabIndex = 5
Top = 2160
Width = 1215
End
Begin VB.TextBox Text2
Height = 495
Left = 2880
TabIndex = 3
Top = 1440
Width = 1215
End
Begin VB.TextBox Text1
Height = 495
Left = 2880
TabIndex = 1
Top = 600
Width = 1215
End
Begin VB.Label Label6
Caption = "m"
BeginProperty Font
Name = "宋體"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 4200
TabIndex = 9
Top = 1440
Width = 495
End
Begin VB.Label Label5
Caption = "m"
BeginProperty Font
Name = "宋體"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 4200
TabIndex = 8
Top = 2160
Width = 495
End
Begin VB.Label Label4
Caption = "m"
BeginProperty Font
Name = "宋體"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 4200
TabIndex = 7
Top = 600
Width = 495
End
Begin VB.Label Label3
Caption = "請輸入樁深度"
BeginProperty Font
Name = "宋體"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 600
TabIndex = 4
Top = 2280
Width = 1815
End
Begin VB.Label Label2
Caption = "請輸入筏板寬度"
BeginProperty Font
Name = "宋體"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 600
TabIndex = 2
Top = 1440
Width = 1815
End
Begin VB.Label Label1
Caption = "請輸入筏板長度"
BeginProperty Font
Name = "宋體"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 600
TabIndex = 0
Top = 600
Width = 1815
End
End
Attribute VB_Name = "Form3"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form1.fbl = Text1.Text
Form1.fbk = Text2.Text
Form1.zsd = Text3.Text
Unload Me
End Sub
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -