Added new features

wafer definition
multiple groupings
show grid lines etc
This commit is contained in:
2016-08-07 02:02:25 +08:00
parent 0b70069416
commit b50494b134
18 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -2,8 +2,8 @@
Private Sub frm_mini_Load(sender As Object, e As EventArgs) Handles MyBase.Load
Me.Opacity = 0.6
Me.Left = Screen.PrimaryScreen.WorkingArea.Width - Me.Width
Me.Top = Screen.PrimaryScreen.WorkingArea.Height - Me.Height - 50
Me.Left = Screen.PrimaryScreen.WorkingArea.Width - Me.Width - 30
Me.Top = Screen.PrimaryScreen.WorkingArea.Height - Me.Height - 75
Me.ShowInTaskbar = False