• R/O
  • SSH
  • HTTPS

automoney: Commit


Commit MetaInfo

Revision2 (tree)
Time2019-07-26 17:00:20
Authorhilinwei

Log Message

Change Summary

Incremental Difference

--- LotLuck/LotLuck/Form1.Designer.vb (revision 1)
+++ LotLuck/LotLuck/Form1.Designer.vb (revision 2)
@@ -25,6 +25,7 @@
2525 Me.btnCreateTable = New System.Windows.Forms.Button()
2626 Me.btnInputCSV = New System.Windows.Forms.Button()
2727 Me.btnSetUpLot6 = New System.Windows.Forms.Button()
28+ Me.Label1 = New System.Windows.Forms.Label()
2829 Me.SuspendLayout()
2930 '
3031 'btnCreateTable
@@ -54,11 +55,21 @@
5455 Me.btnSetUpLot6.Text = "SetUpLot6Model"
5556 Me.btnSetUpLot6.UseVisualStyleBackColor = True
5657 '
58+ 'Label1
59+ '
60+ Me.Label1.AutoSize = True
61+ Me.Label1.Location = New System.Drawing.Point(219, 222)
62+ Me.Label1.Name = "Label1"
63+ Me.Label1.Size = New System.Drawing.Size(38, 12)
64+ Me.Label1.TabIndex = 3
65+ Me.Label1.Text = "Label1"
66+ '
5767 'Form1
5868 '
5969 Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
6070 Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
6171 Me.ClientSize = New System.Drawing.Size(800, 450)
72+ Me.Controls.Add(Me.Label1)
6273 Me.Controls.Add(Me.btnSetUpLot6)
6374 Me.Controls.Add(Me.btnInputCSV)
6475 Me.Controls.Add(Me.btnCreateTable)
@@ -65,6 +76,7 @@
6576 Me.Name = "Form1"
6677 Me.Text = "Form1"
6778 Me.ResumeLayout(False)
79+ Me.PerformLayout()
6880
6981 End Sub
7082
@@ -71,4 +83,5 @@
7183 Friend WithEvents btnCreateTable As Button
7284 Friend WithEvents btnInputCSV As Button
7385 Friend WithEvents btnSetUpLot6 As Button
86+ Friend WithEvents Label1 As Label
7487 End Class
--- LotLuck/LotLuck/Form1.vb (revision 1)
+++ LotLuck/LotLuck/Form1.vb (revision 2)
@@ -369,6 +369,8 @@
369369
370370 sqlite_con.Close()
371371
372+ Label1.Text = listCSV6.Count
373+
372374 End Sub
373375
374376
Show on old repository browser