namespace TradeIdeas.TIProGUI.UserNotifications
{
partial class UserNotificationsForm
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UserNotificationsForm));
this.lstNotifications = new System.Windows.Forms.ListView();
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
this.btnAcknowledgeNotification = new System.Windows.Forms.Button();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.acknowledgeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
this.splitContainer2.Panel2.SuspendLayout();
this.splitContainer2.SuspendLayout();
this.contextMenuStrip1.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.SuspendLayout();
//
// lstNotifications
//
this.lstNotifications.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1,
this.columnHeader2,
this.columnHeader3,
this.columnHeader4});
this.lstNotifications.Dock = System.Windows.Forms.DockStyle.Fill;
this.lstNotifications.FullRowSelect = true;
this.lstNotifications.HideSelection = false;
this.lstNotifications.Location = new System.Drawing.Point(3, 3);
this.lstNotifications.MultiSelect = false;
this.lstNotifications.Name = "lstNotifications";
this.lstNotifications.Size = new System.Drawing.Size(316, 444);
this.lstNotifications.TabIndex = 1;
this.lstNotifications.UseCompatibleStateImageBehavior = false;
this.lstNotifications.View = System.Windows.Forms.View.Details;
this.lstNotifications.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lstNotifications_ColumnClick);
this.lstNotifications.ColumnWidthChanged += new System.Windows.Forms.ColumnWidthChangedEventHandler(this.lstNotifications_ColumnWidthChanged);
this.lstNotifications.SelectedIndexChanged += new System.EventHandler(this.lstNotifications_SelectedIndexChanged);
this.lstNotifications.MouseClick += new System.Windows.Forms.MouseEventHandler(this.lstNotifications_MouseClick);
//
// columnHeader1
//
this.columnHeader1.Text = "Subject";
this.columnHeader1.Width = 90;
//
// columnHeader2
//
this.columnHeader2.Text = "Created";
this.columnHeader2.Width = 77;
//
// columnHeader3
//
this.columnHeader3.Text = "Type";
//
// columnHeader4
//
this.columnHeader4.Text = "Required";
//
// splitContainer2
//
this.splitContainer2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer2.IsSplitterFixed = true;
this.splitContainer2.Location = new System.Drawing.Point(325, 3);
this.splitContainer2.Name = "splitContainer2";
this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer2.Panel1
//
this.splitContainer2.Panel1.RightToLeft = System.Windows.Forms.RightToLeft.No;
//
// splitContainer2.Panel2
//
this.splitContainer2.Panel2.Controls.Add(this.btnAcknowledgeNotification);
this.splitContainer2.Panel2.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.splitContainer2.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.splitContainer2.Size = new System.Drawing.Size(588, 444);
this.splitContainer2.SplitterDistance = 403;
this.splitContainer2.TabIndex = 0;
//
// btnAcknowledgeNotification
//
this.btnAcknowledgeNotification.Anchor = System.Windows.Forms.AnchorStyles.None;
this.btnAcknowledgeNotification.Location = new System.Drawing.Point(246, 4);
this.btnAcknowledgeNotification.Name = "btnAcknowledgeNotification";
this.btnAcknowledgeNotification.Size = new System.Drawing.Size(94, 23);
this.btnAcknowledgeNotification.TabIndex = 0;
this.btnAcknowledgeNotification.Text = "Acknowledge";
this.btnAcknowledgeNotification.UseVisualStyleBackColor = true;
this.btnAcknowledgeNotification.Click += new System.EventHandler(this.btnAcknowledgeNotification_Click);
//
// contextMenuStrip1
//
this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.deleteToolStripMenuItem,
this.acknowledgeToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.ShowImageMargin = false;
this.contextMenuStrip1.Size = new System.Drawing.Size(122, 48);
//
// deleteToolStripMenuItem
//
this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
this.deleteToolStripMenuItem.Size = new System.Drawing.Size(121, 22);
this.deleteToolStripMenuItem.Text = "Delete";
this.deleteToolStripMenuItem.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click);
//
// acknowledgeToolStripMenuItem
//
this.acknowledgeToolStripMenuItem.Name = "acknowledgeToolStripMenuItem";
this.acknowledgeToolStripMenuItem.Size = new System.Drawing.Size(121, 22);
this.acknowledgeToolStripMenuItem.Text = "Acknowledge";
this.acknowledgeToolStripMenuItem.Visible = false;
this.acknowledgeToolStripMenuItem.Click += new System.EventHandler(this.acknowledgeToolStripMenuItem_Click);
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 2;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Controls.Add(this.splitContainer2, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.lstNotifications, 0, 0);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(2);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 1;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(916, 450);
this.tableLayoutPanel1.TabIndex = 1;
//
// UserNotificationsForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(916, 450);
this.Controls.Add(this.tableLayoutPanel1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "UserNotificationsForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "User Notifications";
this.TopMost = true;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.UserNotificationsForm_FormClosing);
this.splitContainer2.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
this.splitContainer2.ResumeLayout(false);
this.contextMenuStrip1.ResumeLayout(false);
this.tableLayoutPanel1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ListView lstNotifications;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.ColumnHeader columnHeader2;
private System.Windows.Forms.ColumnHeader columnHeader4;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem deleteToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem acknowledgeToolStripMenuItem;
private System.Windows.Forms.ColumnHeader columnHeader3;
private System.Windows.Forms.SplitContainer splitContainer2;
private System.Windows.Forms.Button btnAcknowledgeNotification;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
}
}