• R/O
  • SSH
  • HTTPS

autocodeforsql: Commit


Commit MetaInfo

Revision320 (tree)
Time2020-02-10 12:12:44
Authorhilinwei

Log Message

Change Summary

Incremental Difference

--- AutoEpub3/My Project/Application.Designer.vb (revision 319)
+++ AutoEpub3/My Project/Application.Designer.vb (revision 320)
@@ -32,7 +32,7 @@
3232
3333 <Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
3434 Protected Overrides Sub OnCreateMainForm()
35- Me.MainForm = Global.AutoEpub3.AutoRuby
35+ Me.MainForm = Global.AutoEpub3.StudyCode
3636 End Sub
3737 End Class
3838 End Namespace
--- AutoEpub3/StudyCode.vb (revision 319)
+++ AutoEpub3/StudyCode.vb (revision 320)
@@ -1972,7 +1972,7 @@
19721972 End Function
19731973
19741974 Private Sub Button15_Click(sender As Object, e As EventArgs) Handles Button15.Click
1975- Dim sPathFrom As String = "D:\SVN\03_POS\POS_SG\GPOS\MLF\Recept\cRecept_058.vb"
1975+ Dim sPathFrom As String = "D:\SVN\03_POS\POS_SG\GPOS\ACC01.xaml.vb"
19761976 Dim sPathTo As String = "D:\Soft\DIFF\"
19771977
19781978 Dim listSkip As New List(Of String)
@@ -1981,8 +1981,8 @@
19811981
19821982
19831983 Dim listDiffCode As New List(Of modelDiffCode)
1984- listDiffCode.Add(New modelDiffCode(sPathFrom, 1568, 3447, sPathTo & "Main.txt", listSkip))
1985- listDiffCode.Add(New modelDiffCode(sPathFrom, 3448, 5113, sPathTo & "Oes.txt", listSkip))
1984+ listDiffCode.Add(New modelDiffCode(sPathFrom, 32262, 33425, sPathTo & "Main.txt", listSkip))
1985+ listDiffCode.Add(New modelDiffCode(sPathFrom, 33427, 34546, sPathTo & "Oes.txt", listSkip))
19861986
19871987
19881988 subOutPutCode(listDiffCode, True)
Show on old repository browser