📄 fort.frm
字号:
VERSION 5.00
Begin VB.Form FOrt
BorderStyle = 1 'Fixed Single
Caption = "Check Spelling"
ClientHeight = 1605
ClientLeft = 45
ClientTop = 330
ClientWidth = 6585
Icon = "FOrt.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 1605
ScaleWidth = 6585
StartUpPosition = 2 'CenterScreen
Begin VB.CommandButton BAgregar
Caption = "&Add"
Height = 420
Left = 1440
TabIndex = 8
Top = 1080
Width = 1095
End
Begin VB.CommandButton BCancelar
Caption = "Ca&ncel"
Height = 420
Left = 5400
TabIndex = 7
Top = 1080
Width = 1125
End
Begin VB.CommandButton BOmitir
Caption = "O&mitt"
Height = 420
Left = 4080
TabIndex = 6
Top = 1080
Width = 1140
End
Begin VB.CommandButton BOmitirT
Caption = "&Omitt all"
Height = 420
Left = 2760
TabIndex = 5
Top = 1080
Width = 1125
End
Begin VB.CommandButton BCambiar
Caption = "&Change"
Default = -1 'True
Height = 420
Left = 120
TabIndex = 4
Top = 1080
Width = 1140
End
Begin VB.TextBox Text1
BackColor = &H00FFFFFF&
Height = 375
Left = 1425
TabIndex = 2
Top = 555
Width = 5070
End
Begin VB.Label Label3
AutoSize = -1 'True
Caption = "Change with:"
Height = 195
Left = 120
TabIndex = 3
Top = 600
Width = 930
End
Begin VB.Label Label2
AutoSize = -1 'True
Caption = "No found word"
Height = 195
Left = 120
TabIndex = 1
Top = 180
Width = 1050
End
Begin VB.Label Label1
BackColor = &H00FFFFFF&
BorderStyle = 1 'Fixed Single
Height = 375
Left = 1440
TabIndex = 0
Top = 120
Width = 5085
End
End
Attribute VB_Name = "FOrt"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub BAgregar_Click()
Diccionario = Diccionario & Label1.Caption & " "
ActDicc
Unload FOrt
End Sub
Private Sub BCambiar_Click()
If BuscarPal(Diccionario, Text1.Text) = False Then
If BuscarPal(DiccionarioO, Text1.Text) = False Then
If MsgBox("La palabra """ & Text1.Text & """ No se encuentra en el diccionario." & Chr(10) & "Est
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -