📄 form1.frm
字号:
VERSION 5.00
Begin VB.Form Form1
Caption = "表达式编译类 VB 测试程序"
ClientHeight = 5655
ClientLeft = 60
ClientTop = 345
ClientWidth = 8295
LinkTopic = "Form1"
ScaleHeight = 5655
ScaleWidth = 8295
StartUpPosition = 3 '窗口缺省
Begin VB.Frame Frame2
Caption = "复学表达式编译类"
Height = 5415
Left = 4200
TabIndex = 18
Top = 120
Width = 3975
Begin VB.TextBox TextcmcxCPUCount
Height = 375
Left = 1320
TabIndex = 27
Top = 4200
Width = 2475
End
Begin VB.TextBox TextcmcxValue
Height = 375
Left = 1320
TabIndex = 26
Top = 3720
Width = 2475
End
Begin VB.TextBox TextcmcxD
Height = 330
Left = 2280
TabIndex = 25
Text = "i"
Top = 720
Width = 1515
End
Begin VB.TextBox TextcmcxC
Height = 330
Left = 420
TabIndex = 24
Text = "3+4*i"
Top = 720
Width = 1515
End
Begin VB.TextBox TextcmcxB
Height = 330
Left = 2280
TabIndex = 23
Text = "10000000000"
Top = 300
Width = 1515
End
Begin VB.TextBox TextcmcxA
Height = 330
Left = 420
TabIndex = 22
Text = "1.0000000001"
Top = 300
Width = 1515
End
Begin VB.CommandButton Commandcmcx
Caption = "计算"
Height = 375
Left = 1320
TabIndex = 21
Top = 4800
Width = 1395
End
Begin VB.TextBox TextcmcxText
Height = 1575
Left = 180
MultiLine = -1 'True
ScrollBars = 3 'Both
TabIndex = 20
Text = "Form1.frx":0000
Top = 1440
Width = 3615
End
Begin VB.TextBox TextcmcxCount
Height = 375
Left = 1320
TabIndex = 19
Text = "100000"
Top = 3240
Width = 2475
End
Begin VB.Label Label16
Caption = " CPU周期计数:"
Height = 255
Left = 60
TabIndex = 35
Top = 4320
Width = 1275
End
Begin VB.Label Label15
Caption = " 函数值:"
Height = 255
Left = 420
TabIndex = 34
Top = 3840
Width = 915
End
Begin VB.Label Label14
Caption = "计算次数:"
Height = 255
Left = 420
TabIndex = 33
Top = 3360
Width = 915
End
Begin VB.Label Label13
Caption = "计算的表达式:"
Height = 255
Left = 180
TabIndex = 32
Top = 1200
Width = 1395
End
Begin VB.Label Label12
Caption = "d:"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 2040
TabIndex = 31
Top = 780
Width = 315
End
Begin VB.Label Label11
Caption = "c:"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 180
TabIndex = 30
Top = 780
Width = 315
End
Begin VB.Label Label10
Caption = "b:"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 2040
TabIndex = 29
Top = 360
Width = 315
End
Begin VB.Label Label9
Caption = "a:"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 180
TabIndex = 28
Top = 360
Width = 315
End
End
Begin VB.Frame Frame1
Caption = "数学表达式编译类"
Height = 5415
Left = 120
TabIndex = 0
Top = 120
Width = 3975
Begin VB.TextBox TextcmCPUCount
Height = 375
Left = 1320
TabIndex = 16
Top = 4200
Width = 2475
End
Begin VB.TextBox TextcmValue
Height = 375
Left = 1320
TabIndex = 14
Top = 3720
Width = 2475
End
Begin VB.TextBox TextcmD
Height = 330
Left = 2280
TabIndex = 10
Text = "2.4556"
Top = 720
Width = 1515
End
Begin VB.TextBox TextcmC
Height = 330
Left = 420
TabIndex = 8
Text = "3"
Top = 720
Width = 1515
End
Begin VB.TextBox TextcmB
Height = 330
Left = 2280
TabIndex = 6
Text = "10000000000"
Top = 300
Width = 1515
End
Begin VB.TextBox TextcmA
Height = 330
Left = 420
TabIndex = 4
Text = "1.0000000001"
Top = 300
Width = 1515
End
Begin VB.CommandButton Commandcm
Caption = "计算"
Height = 375
Left = 1320
TabIndex = 3
Top = 4800
Width = 1395
End
Begin VB.TextBox TextcmText
Height = 1575
Left = 180
MultiLine = -1 'True
ScrollBars = 3 'Both
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -