Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit e7f65fc

Browse files
committed
最后一个typo,这个typo会影响程序的打开
1 parent 4e78f83 commit e7f65fc

File tree

6 files changed

+7
-4
lines changed

6 files changed

+7
-4
lines changed

Chemistry.vbp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Description="Chemical Tools"
2828
CompatibleMode="0"
2929
MajorVer=2
3030
MinorVer=0
31-
RevisionVer=6
31+
RevisionVer=7
3232
AutoIncrementVer=1
3333
ServerSupportFiles=0
3434
VersionCompanyName="����ʦ����ѧ�Ŷ�һ��"

Chemistry.vbw

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
frmMain = 388, 158, 916, 594, C, 298, 28, 891, 616, C
22
modCalculate = -25, 70, 902, 494, C
3-
modData = 180, -16, 1043, 526, C
3+
modData = 180, -16, 1043, 526,
44
frmElement = 34, 92, 920, 532, C, 104, 104, 990, 544, C
55
frmMass = 214, 191, 1104, 631, C, 43, 123, 929, 617, C
66
modUI = 157, 25, 1043, 461, C
77
modMain = 194, 289, 1080, 729, C
88
modExam = 40, 26, 926, 466, C
9-
frmExam = 162, 158, 1093, 598, C, 133, 77, 1019, 548, C
9+
frmExam = 162, 158, 1093, 598, , 133, 77, 1019, 548, C
1010
frmAbout = 104, 104, 989, 544, C, 156, 142, 1042, 596, C
1111
frmOptions = 160, 118, 1046, 558, C, 108, 6, 994, 564, C
12-
frmLogin = 445, 53, 1001, 477, C, 74, 117, 600, 541, C
12+
frmLogin = 445, 53, 1001, 477, , 74, 117, 600, 541, C
1313
frmSignUp = 0, 0, 527, 424, C, 499, 63, 1026, 487, C
1414
FrmChangePassword = 167, 159, 1051, 599, C, 156, 156, 1041, 596, C

frmLogin.frm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,8 @@ Private Sub Form_Load()
157157
Me.Show
158158
texPassword.SetFocus
159159
If HisAutoLogin = "True" Then cmdLogin_Click
160+
Else
161+
Me.Show
160162
End If
161163
End Sub
162164

mdb/Data.mdb

0 Bytes
Binary file not shown.

mdb/User.mdb

0 Bytes
Binary file not shown.

modData.bas

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ Public Function dataSettingDir()
136136
Call dataSettingWrite("Exam", "ScoreTime", "N/A")
137137
Call dataSettingWrite("History", "Username", "")
138138
Call dataSettingWrite("History", "Password", "")
139+
Call dataSettingWrite("History", "AutoLogin", "False")
139140
End If
140141
End Function
141142

0 commit comments

Comments
 (0)