Log Files
All versions of ResMe String Extractor will generate HTML summaries of all strings that were found in the Visual Basic project. The strings are summarized in the file MovedStrings.htm as shown.
Contents of a sample MovedStrings.htm
STRING PROCESSING SUMMARY FOR VB PROJECT Visdata.vbp
Made on Wednesday, Dec 18, 2002 at 10:34 AM
(No Resource File) had no strings moved to the resource file.
(No Resource File) has no strings strings remaining in source code.
(No Master Res) had no strings moved to the resource file.
(No Master Res) has no strings strings remaining in source code.
ABOUTBOX.FRM had 11 strings moved to the resource file.
FORMCAPTION = \\"About Visual Data Manager"
LABEL0 = \\"Microsoft Visual Basic"
Label1 = \\"Visual Data Manager"
Label2 = \\"Version 6.0"
LABEL3 = \\"Copyright © Microsoft Corp. 1996-98"
Me.Caption = \\"About Visual Data Manager"
cmdOK.Caption = \\"&OK"
lblLabels(3).Caption = \\"Copyright © Microsoft Corp. 1996-98"
lblLabels(2).Caption = \\"Version 6.0"
lblLabels(1).Caption = \\"Visual Data Manager"
lblLabels(0).Caption = \\"Microsoft Visual Basic"
ABOUTBOX.FRM has 1 string strings remaining in source code.
BUTTON1 = "&OK"
ADDFIELD.FRM had 18 strings moved to the resource file.
FORMCAPTION = \\"Add Field"
BUTTON2 = \\"&Close"
MSG1 = \\" Already exists!"
Me.Caption = \\"Add Field"
optVariable.Caption = \\"VariableField"
optFixedField.Caption = \\"FixedField"
chkAutoInc.Caption = \\"AutoIncrField"
chkAllowZeroLen.Caption = \\"AllowZeroLength"
chkRequired.Caption = \\"Required"
cmdOK.Caption = \\"&OK"
cmdClose.Caption = \\"&Close"
lblLabels(0).Caption = \\" Name: "
lblLabels(2).Caption = \\" Type: "
lblLabels(3).Caption = \\" Size: "
lblLabels(4).Caption = \\"OrdinalPosition: "
lblLabels(5).Caption = \\"ValidationText: "
lblLabels(6).Caption = \\"ValidationRule: "
lblLabels(7).Caption = \\"DefaultValue: "
ADDFIELD.FRM has 11 strings strings remaining in source code.
cboFieldType.AddItem "Byte"
cboFieldType.AddItem "Integer"
cboFieldType.AddItem "Long"
cboFieldType.AddItem "Currency"
cboFieldType.AddItem "Single"
cboFieldType.AddItem "Double"
cboFieldType.AddItem "Date/Time"
txtFieldSize.Text = "50"
txtFieldSize.Text = "50"
MsgBox "'" fld.Name & "'" & MSG1
MsgBox "'" & fld.Name & "'" MSG1
Addindex.frm had 16 strings moved to the resource file.
Me.Caption = Me.Caption & \\" to " frmTblStruct.txtTableName
Me.Caption = Me.Caption & \\" to " StripConnect(gnodDBNode2.Text)
FORMCAPTION = \\"Add Index"
BUTTON2 = \\"&Close"
LABEL0 = \\"Name:"
Label1 = \\"Indexed Fields:"
Label2 = \\"Available Fields:"
Me.Caption = \\"Add Index"
chkIgnoreNulls.Caption = \\"IgnoreNulls"
chkPrimary.Caption = \\"Primary"
chkUnique.Caption = \\"Unique"
cmdOK.Caption = \\"&OK"
cmdClose.Caption = \\"&Close"
lblLabels(2).Caption = \\"Available Fields: "
lblLabels(1).Caption = \\"Indexed Fields:"
lblLabels(0).Caption = \\"Name: "
Addindex.frm has 1 strings strings remaining in source code.
txtFields.Text = sTmp & "" lstFields