aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Applications/Notifications.Designer.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-02-25 14:46:16 -0500
committerMichael <[email protected]>2017-02-25 14:46:21 -0500
commit68eb6e95c6611bafa8a820ad3f8c123a351a9be9 (patch)
treef1810917bb7c0f040e55e49c2c97a003ffdb5d1c /ShiftOS.WinForms/Applications/Notifications.Designer.cs
parentbd41ad18fe55fcd5bcba9fdbd0bb2c86edd01411 (diff)
downloadshiftos_thereturn-68eb6e95c6611bafa8a820ad3f8c123a351a9be9.tar.gz
shiftos_thereturn-68eb6e95c6611bafa8a820ad3f8c123a351a9be9.tar.bz2
shiftos_thereturn-68eb6e95c6611bafa8a820ad3f8c123a351a9be9.zip
Button for marking all notes as read.
Diffstat (limited to 'ShiftOS.WinForms/Applications/Notifications.Designer.cs')
-rw-r--r--ShiftOS.WinForms/Applications/Notifications.Designer.cs16
1 files changed, 16 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/Applications/Notifications.Designer.cs b/ShiftOS.WinForms/Applications/Notifications.Designer.cs
index 74fd5b7..d88c25b 100644
--- a/ShiftOS.WinForms/Applications/Notifications.Designer.cs
+++ b/ShiftOS.WinForms/Applications/Notifications.Designer.cs
@@ -30,6 +30,7 @@
{
this.lblnotifications = new System.Windows.Forms.Label();
this.fllist = new System.Windows.Forms.FlowLayoutPanel();
+ this.btnmarkallread = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// lblnotifications
@@ -53,10 +54,24 @@
this.fllist.Size = new System.Drawing.Size(437, 487);
this.fllist.TabIndex = 1;
//
+ // btnmarkallread
+ //
+ this.btnmarkallread.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
+ this.btnmarkallread.AutoSize = true;
+ this.btnmarkallread.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
+ this.btnmarkallread.Location = new System.Drawing.Point(356, 4);
+ this.btnmarkallread.Name = "btnmarkallread";
+ this.btnmarkallread.Size = new System.Drawing.Size(78, 23);
+ this.btnmarkallread.TabIndex = 2;
+ this.btnmarkallread.Text = "Mark all read";
+ this.btnmarkallread.UseVisualStyleBackColor = true;
+ this.btnmarkallread.Click += new System.EventHandler(this.btnmarkallread_Click);
+ //
// Notifications
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.Controls.Add(this.btnmarkallread);
this.Controls.Add(this.fllist);
this.Controls.Add(this.lblnotifications);
this.Name = "Notifications";
@@ -70,5 +85,6 @@
private System.Windows.Forms.Label lblnotifications;
private System.Windows.Forms.FlowLayoutPanel fllist;
+ private System.Windows.Forms.Button btnmarkallread;
}
}