📄 about_calc.frm
字号:
VERSION 5.00
Begin VB.Form About_Calc
BorderStyle = 1 'Fixed Single
Caption = "About Calculator"
ClientHeight = 4800
ClientLeft = 45
ClientTop = 435
ClientWidth = 6195
Icon = "About_Calc.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
Picture = "About_Calc.frx":5C12
ScaleHeight = 4800
ScaleWidth = 6195
StartUpPosition = 2 'CenterScreen
Begin Project1.XPButton cmdok
Height = 375
Left = 4980
TabIndex = 0
Top = 4320
Width = 1095
_ExtentX = 1931
_ExtentY = 661
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "Arial"
Size = 8.25
Charset = 178
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Caption = "OK"
ForeColor = -2147483642
ForeHover = 0
End
End
Attribute VB_Name = "About_Calc"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub cmdok_Click()
Unload Me
Calculator.Show
Calculator.Enabled = True
End Sub
':)Code Fixer V3.0.9 (2006-12-2 23:31:27) 1 + 11 = 12 Lines Thanks Ulli for inspiration and lots of code.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -