Skip to content

Commit

Permalink
最后一个typo,这个typo会影响程序的打开
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz committed Mar 8, 2016
1 parent 4e78f83 commit e7f65fc
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Chemistry.vbp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Description="Chemical Tools"
CompatibleMode="0"
MajorVer=2
MinorVer=0
RevisionVer=6
RevisionVer=7
AutoIncrementVer=1
ServerSupportFiles=0
VersionCompanyName="����ʦ����ѧ�Ŷ�һ��"
Expand Down
6 changes: 3 additions & 3 deletions Chemistry.vbw
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
frmMain = 388, 158, 916, 594, C, 298, 28, 891, 616, C
modCalculate = -25, 70, 902, 494, C
modData = 180, -16, 1043, 526, C
modData = 180, -16, 1043, 526,
frmElement = 34, 92, 920, 532, C, 104, 104, 990, 544, C
frmMass = 214, 191, 1104, 631, C, 43, 123, 929, 617, C
modUI = 157, 25, 1043, 461, C
modMain = 194, 289, 1080, 729, C
modExam = 40, 26, 926, 466, C
frmExam = 162, 158, 1093, 598, C, 133, 77, 1019, 548, C
frmExam = 162, 158, 1093, 598, , 133, 77, 1019, 548, C
frmAbout = 104, 104, 989, 544, C, 156, 142, 1042, 596, C
frmOptions = 160, 118, 1046, 558, C, 108, 6, 994, 564, C
frmLogin = 445, 53, 1001, 477, C, 74, 117, 600, 541, C
frmLogin = 445, 53, 1001, 477, , 74, 117, 600, 541, C
frmSignUp = 0, 0, 527, 424, C, 499, 63, 1026, 487, C
FrmChangePassword = 167, 159, 1051, 599, C, 156, 156, 1041, 596, C
2 changes: 2 additions & 0 deletions frmLogin.frm
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ Private Sub Form_Load()
Me.Show
texPassword.SetFocus
If HisAutoLogin = "True" Then cmdLogin_Click
Else
Me.Show
End If
End Sub

Expand Down
Binary file modified mdb/Data.mdb
Binary file not shown.
Binary file modified mdb/User.mdb
Binary file not shown.
1 change: 1 addition & 0 deletions modData.bas
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ Public Function dataSettingDir()
Call dataSettingWrite("Exam", "ScoreTime", "N/A")
Call dataSettingWrite("History", "Username", "")
Call dataSettingWrite("History", "Password", "")
Call dataSettingWrite("History", "AutoLogin", "False")
End If
End Function

Expand Down

0 comments on commit e7f65fc

Please sign in to comment.