📄 frmtacgia.frm
字号:
VERSION 5.00
Object = "{E85783EF-32E9-44AE-A96D-5907938510E2}#1.0#0"; "ControlsUnicode1.ocx"
Begin VB.Form frmTacgia
BorderStyle = 0 'None
Caption = "Tac gia"
ClientHeight = 2790
ClientLeft = 2160
ClientTop = 1560
ClientWidth = 4935
Icon = "frmTacgia.frx":0000
KeyPreview = -1 'True
LinkTopic = "Form1"
MouseIcon = "frmTacgia.frx":628A
MousePointer = 99 'Custom
Picture = "frmTacgia.frx":6594
ScaleHeight = 2790
ScaleWidth = 4935
ShowInTaskbar = 0 'False
StartUpPosition = 2 'CenterScreen
Begin ControlUniccode.UniButton cmdOk
Height = 375
Left = 3600
TabIndex = 0
Top = 2160
Width = 855
_ExtentX = 1508
_ExtentY = 661
Caption = "OK"
ButtonType = 2
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "Arial"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
BeginProperty FontSelected {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "Arial"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
End
Begin VB.Image Image1
Height = 480
Left = 120
Picture = "frmTacgia.frx":F150
Stretch = -1 'True
Top = 0
Width = 480
End
Begin VB.Shape Shape1
BorderColor = &H0000FF00&
Height = 390
Left = 3120
Shape = 4 'Rounded Rectangle
Top = 120
Visible = 0 'False
Width = 390
End
Begin VB.Image imgThoat
Height = 390
Left = 4440
MousePointer = 99 'Custom
Picture = "frmTacgia.frx":153DA
Top = 100
Width = 390
End
End
Attribute VB_Name = "frmTacgia"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdOk_Click()
Unload Me
End Sub
Private Sub Form_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
Shape1.Visible = False
End Sub
Private Sub imgThoat_Click()
Unload Me
End Sub
Private Sub imgThoat_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
Shape1.Move imgThoat.Left, imgThoat.Top
Shape1.Visible = True
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -