Added new features
wafer definition multiple groupings show grid lines etc
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user