📄 frmteststringclasses.frm
字号:
VERSION 5.00
Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX"
Begin VB.Form frmTestClasses
BorderStyle = 3 'Fixed Dialog
Caption = "String Class Demonstration"
ClientHeight = 2910
ClientLeft = 1725
ClientTop = 2565
ClientWidth = 9090
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
PaletteMode = 1 'UseZOrder
ScaleHeight = 2910
ScaleWidth = 9090
ShowInTaskbar = 0 'False
Begin TabDlg.SSTab SSTab1
Height = 2895
Left = 120
TabIndex = 0
Top = 0
Width = 8955
_ExtentX = 15796
_ExtentY = 5106
_Version = 393216
Style = 1
Tabs = 7
TabsPerRow = 7
TabHeight = 520
TabCaption(0) = "Delimiter List"
TabPicture(0) = "frmTestStringClasses.frx":0000
Tab(0).ControlEnabled= -1 'True
Tab(0).Control(0)= "Frame1"
Tab(0).Control(0).Enabled= 0 'False
Tab(0).ControlCount= 1
TabCaption(1) = "Is Date DDMMYYYY"
TabPicture(1) = "frmTestStringClasses.frx":001C
Tab(1).ControlEnabled= 0 'False
Tab(1).Control(0)= "Frame5"
Tab(1).ControlCount= 1
TabCaption(2) = "Find and Replace"
TabPicture(2) = "frmTestStringClasses.frx":0038
Tab(2).ControlEnabled= 0 'False
Tab(2).Control(0)= "Frame2"
Tab(2).Control(0).Enabled= 0 'False
Tab(2).ControlCount= 1
TabCaption(3) = "Remove"
TabPicture(3) = "frmTestStringClasses.frx":0054
Tab(3).ControlEnabled= 0 'False
Tab(3).Control(0)= "Frame3"
Tab(3).ControlCount= 1
TabCaption(4) = "Word Popper"
TabPicture(4) = "frmTestStringClasses.frx":0070
Tab(4).ControlEnabled= 0 'False
Tab(4).Control(0)= "Frame4"
Tab(4).ControlCount= 1
TabCaption(5) = "Misc"
TabPicture(5) = "frmTestStringClasses.frx":008C
Tab(5).ControlEnabled= 0 'False
Tab(5).Control(0)= "Frame6"
Tab(5).ControlCount= 1
TabCaption(6) = "Is char allowed"
TabPicture(6) = "frmTestStringClasses.frx":00A8
Tab(6).ControlEnabled= 0 'False
Tab(6).Control(0)= "Frame7"
Tab(6).ControlCount= 1
Begin VB.Frame Frame7
Caption = "Is Char Allowed (Uses delimiter list)"
Height = 2175
Left = -74760
TabIndex = 37
Top = 480
Width = 7815
Begin VB.TextBox Text1
Height = 285
Left = 2520
TabIndex = 38
Top = 480
Width = 3855
End
Begin VB.Label Label20
Caption = $"frmTestStringClasses.frx":00C4
Height = 675
Left = 240
TabIndex = 58
Top = 1080
Width = 7095
End
Begin VB.Label Label19
Caption = "Type text here"
Height = 255
Left = 660
TabIndex = 57
Top = 480
Width = 1635
End
End
Begin VB.Frame Frame6
Caption = "Misc"
Height = 2175
Left = -74760
TabIndex = 30
Top = 480
Width = 7815
Begin VB.TextBox txtMiscFrom
Height = 285
Left = 1440
TabIndex = 36
Top = 240
Width = 3735
End
Begin VB.TextBox txtMiscTo
Enabled = 0 'False
Height = 285
Left = 1440
TabIndex = 35
Top = 1680
Width = 3735
End
Begin VB.CommandButton cmdUpper
Caption = "UPPER"
Height = 375
Left = 1440
TabIndex = 34
Top = 720
Width = 855
End
Begin VB.CommandButton cmdLower
Caption = "lower"
Height = 375
Left = 2400
TabIndex = 33
Top = 720
Width = 855
End
Begin VB.CommandButton cmdToggle
Caption = "ToGgLe"
Height = 375
Left = 3360
TabIndex = 32
Top = 720
Width = 855
End
Begin VB.CommandButton cmdProper
Caption = "Proper"
Height = 375
Left = 4320
TabIndex = 31
Top = 720
Width = 855
End
Begin VB.Label Label21
Caption = "Enter text and hit a button to see the result!"
Height = 615
Left = 5400
TabIndex = 59
Top = 720
Width = 1695
End
Begin VB.Label Label18
Caption = "Result"
Height = 255
Left = 600
TabIndex = 56
Top = 1680
Width = 615
End
Begin VB.Label Label17
Caption = "Text"
Height = 255
Left = 600
TabIndex = 55
Top = 240
Width = 495
End
End
Begin VB.Frame Frame4
Caption = "Word Popper (Uses delimiter list)"
Height = 2175
Left = -74760
TabIndex = 25
Top = 480
Width = 7815
Begin VB.TextBox txtPopStr
Height = 285
Left = 1560
TabIndex = 29
Top = 360
Width = 4935
End
Begin VB.ListBox lstPopStrings
Height = 960
Left = 480
TabIndex = 28
Top = 720
Width = 1815
End
Begin VB.CommandButton cmdPop
Caption = "POP"
Height = 375
Left = 5640
TabIndex = 27
Top = 840
Width = 1935
End
Begin VB.CheckBox chkpopCase
Caption = "Ignore case"
Height = 255
Left = 2520
TabIndex = 26
Top = 840
Width = 1395
End
Begin VB.Label Label14
Caption = $"frmTestStringClasses.frx":017B
Height = 735
Left = 2760
TabIndex = 52
Top = 1320
Width = 4695
End
Begin VB.Label Label13
Caption = "Text to POP"
Height = 255
Left = 480
TabIndex = 51
Top = 360
Width = 975
End
End
Begin VB.Frame Frame3
Caption = "Remove"
Height = 2175
Left = -74760
TabIndex = 19
Top = 480
Width = 7815
Begin VB.TextBox txtstrRem
Height = 285
Left = 1680
TabIndex = 24
Top = 360
Width = 3855
End
Begin VB.TextBox txtstrToRem
Height = 285
Left = 1680
TabIndex = 23
Top = 720
Width = 1215
End
Begin VB.TextBox txtRemResult
BackColor = &H00FFFFFF&
Enabled = 0 'False
Height = 285
Left = 1680
Locked = -1 'True
TabIndex = 22
Top = 1680
Width = 3135
End
Begin VB.CommandButton cmdRemove
Caption = "Remove"
Height = 375
Left = 5640
TabIndex = 21
Top = 720
Width = 1455
End
Begin VB.CheckBox chkRemCase
Caption = "Ignore case"
Height = 255
Left = 1680
TabIndex = 20
Top = 1080
Width = 1335
End
Begin VB.Label Label12
Caption = "Result"
Height = 255
Left = 720
TabIndex = 50
Top = 1680
Width = 615
End
Begin VB.Label Label11
Caption = "Remove what?"
Height = 255
Left = 240
TabIndex = 49
Top = 720
Width = 1215
End
Begin VB.Label Label10
Caption = "Text to search"
Height = 255
Left = 240
TabIndex = 48
Top = 360
Width = 1335
End
End
Begin VB.Frame Frame2
Caption = "Find and Replace"
Height = 2175
Left = -74760
TabIndex = 12
Top = 480
Width = 7815
Begin VB.TextBox txtStrToFR
Height = 285
Left = 1920
TabIndex = 18
Top = 360
Width = 3735
End
Begin VB.TextBox txtRep
Height = 285
Left = 1920
TabIndex = 17
Top = 1080
Width = 1335
End
Begin VB.TextBox txtResult
BackColor = &H00FFFFFF&
Enabled = 0 'False
Height = 285
Left = 1920
Locked = -1 'True
TabIndex = 16
Top = 1680
Width = 3735
End
Begin VB.CommandButton cmdFR
Caption = "Find && Replace"
Height = 375
Left = 5760
TabIndex = 15
Top = 840
Width = 1575
End
Begin VB.TextBox txtSrch
Height = 285
Left = 1920
TabIndex = 14
Top = 720
Width = 1335
End
Begin VB.CheckBox chkFRCase
Caption = "Ignore case"
Height = 255
Left = 3480
TabIndex = 13
Top = 840
Width = 1935
End
Begin VB.Label Label9
Caption = "Result"
Height = 255
Left = 1020
TabIndex = 47
Top = 1680
Width = 675
End
Begin VB.Label Label8
Caption = "Replace with?"
Height = 255
Left = 600
TabIndex = 46
Top = 1080
Width = 1275
End
Begin VB.Label Label7
Caption = "Find"
Height = 255
Left = 1320
TabIndex = 45
Top = 720
Width = 495
End
Begin VB.Label Label6
Caption = "Text to be searched"
Height = 255
Left = 120
TabIndex = 44
Top = 360
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -