Zooflow: Badge shenanigans
This commit is contained in:
5
GUIs.ZooFlow/frmFlowForm.Designer.vb
generated
5
GUIs.ZooFlow/frmFlowForm.Designer.vb
generated
@@ -133,6 +133,9 @@ Partial Class frmFlowForm
|
||||
Me.ZooFlowBeendenToolStripMenuItem.Size = New System.Drawing.Size(169, 22)
|
||||
Me.ZooFlowBeendenToolStripMenuItem.Text = "ZooFlow beenden"
|
||||
'
|
||||
'TimerRefreshData
|
||||
'
|
||||
'
|
||||
'PictureBoxPM
|
||||
'
|
||||
Me.PictureBoxPM.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
@@ -400,7 +403,7 @@ Partial Class frmFlowForm
|
||||
Me.TaskBadge.Appearance.BackColor = System.Drawing.Color.FromArgb(CType(CType(165, Byte), Integer), CType(CType(36, Byte), Integer), CType(CType(49, Byte), Integer))
|
||||
Me.TaskBadge.Appearance.Options.UseBackColor = True
|
||||
Me.TaskBadge.Properties.Location = System.Drawing.ContentAlignment.TopRight
|
||||
Me.TaskBadge.Properties.Offset = New System.Drawing.Point(0, 0)
|
||||
Me.TaskBadge.Properties.Offset = New System.Drawing.Point(-5, -5)
|
||||
Me.TaskBadge.Properties.PaintStyle = DevExpress.Utils.VisualEffects.BadgePaintStyle.[Default]
|
||||
Me.TaskBadge.Properties.Text = "0"
|
||||
Me.TaskBadge.TargetElement = Me.PictureBoxPM
|
||||
|
||||
Reference in New Issue
Block a user