📄 fuente.frm
字号:
VERSION 5.00
Begin VB.Form frmfuente
Caption = "Form1"
ClientHeight = 1785
ClientLeft = 60
ClientTop = 450
ClientWidth = 2985
LinkMode = 1 'Source
LinkTopic = "frmfuente"
ScaleHeight = 1785
ScaleWidth = 2985
StartUpPosition = 3 'Windows Default
Begin VB.TextBox nave2
Height = 495
Left = 120
TabIndex = 1
Text = "Text1"
Top = 960
Width = 2295
End
Begin VB.TextBox nave1
Height = 735
Left = 120
MultiLine = -1 'True
ScrollBars = 2 'Vertical
TabIndex = 0
Top = 120
Width = 2295
End
End
Attribute VB_Name = "frmfuente"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Dim T韙ulo As String
If App.PrevInstance Then 'Evitar que se ejecute dos veces la aplicaci髇
T韙ulo = App.Title
App.Title = "... instancia duplicada."
FrmPrincipal.Caption = "... instancia duplicada."
AppActivate T韙ulo 'Activa la aplicaci髇
SendKeys "% R", True 'Env韆 pulsaciones de las teclas ALT+R a la ventana activa
End
End If
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -