in Office365APIEditor/UI/MailboxViewerForm.Designer.cs [29:297]
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MailboxViewerForm));
this.treeView_Mailbox = new System.Windows.Forms.TreeView();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.dataGridView_FolderProps = new System.Windows.Forms.DataGridView();
this.contextMenuStrip_FolderTreeMailFolderNode = new System.Windows.Forms.ContextMenuStrip(this.components);
this.ToolStripMenuItem_MailFolder_OpenContentTable = new System.Windows.Forms.ToolStripMenuItem();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.newSessionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.closeSessionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.windowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.newMessageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.newEventToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.focusedInboxOverridesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.calendarViewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.newEditorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.accessTokenViewerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.checkForUpdatesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.versionInformationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.contextMenuStrip_FolderTreeCalendarNode = new System.Windows.Forms.ContextMenuStrip(this.components);
this.ToolStripMenuItem_Calendar_OpenContentTable = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem_Calendar_OpenCalendarView = new System.Windows.Forms.ToolStripMenuItem();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView_FolderProps)).BeginInit();
this.contextMenuStrip_FolderTreeMailFolderNode.SuspendLayout();
this.menuStrip1.SuspendLayout();
this.contextMenuStrip_FolderTreeCalendarNode.SuspendLayout();
this.SuspendLayout();
//
// treeView_Mailbox
//
this.treeView_Mailbox.Dock = System.Windows.Forms.DockStyle.Fill;
this.treeView_Mailbox.Location = new System.Drawing.Point(0, 0);
this.treeView_Mailbox.Name = "treeView_Mailbox";
this.treeView_Mailbox.Size = new System.Drawing.Size(181, 429);
this.treeView_Mailbox.TabIndex = 1;
this.treeView_Mailbox.BeforeCollapse += new System.Windows.Forms.TreeViewCancelEventHandler(this.treeView_Mailbox_BeforeCollapse);
this.treeView_Mailbox.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler(this.treeView_Mailbox_BeforeExpand);
this.treeView_Mailbox.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView_Mailbox_AfterSelect);
this.treeView_Mailbox.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeView_Mailbox_NodeMouseClick);
this.treeView_Mailbox.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeView_Mailbox_NodeMouseDoubleClick);
this.treeView_Mailbox.MouseDown += new System.Windows.Forms.MouseEventHandler(this.treeView_Mailbox_MouseDown);
//
// splitContainer1
//
this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.splitContainer1.Location = new System.Drawing.Point(0, 27);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.treeView_Mailbox);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.dataGridView_FolderProps);
this.splitContainer1.Size = new System.Drawing.Size(680, 429);
this.splitContainer1.SplitterDistance = 181;
this.splitContainer1.TabIndex = 2;
//
// dataGridView_FolderProps
//
this.dataGridView_FolderProps.AllowUserToAddRows = false;
this.dataGridView_FolderProps.AllowUserToDeleteRows = false;
this.dataGridView_FolderProps.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView_FolderProps.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView_FolderProps.Location = new System.Drawing.Point(0, 0);
this.dataGridView_FolderProps.Name = "dataGridView_FolderProps";
this.dataGridView_FolderProps.ReadOnly = true;
this.dataGridView_FolderProps.Size = new System.Drawing.Size(495, 429);
this.dataGridView_FolderProps.TabIndex = 0;
//
// contextMenuStrip_FolderTreeMailFolderNode
//
this.contextMenuStrip_FolderTreeMailFolderNode.ImageScalingSize = new System.Drawing.Size(32, 32);
this.contextMenuStrip_FolderTreeMailFolderNode.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ToolStripMenuItem_MailFolder_OpenContentTable});
this.contextMenuStrip_FolderTreeMailFolderNode.Name = "contextMenuStrip_FolderTreeNode";
this.contextMenuStrip_FolderTreeMailFolderNode.Size = new System.Drawing.Size(177, 26);
//
// ToolStripMenuItem_MailFolder_OpenContentTable
//
this.ToolStripMenuItem_MailFolder_OpenContentTable.Name = "ToolStripMenuItem_MailFolder_OpenContentTable";
this.ToolStripMenuItem_MailFolder_OpenContentTable.Size = new System.Drawing.Size(176, 22);
this.ToolStripMenuItem_MailFolder_OpenContentTable.Text = "Open content table";
this.ToolStripMenuItem_MailFolder_OpenContentTable.Click += new System.EventHandler(this.ToolStripMenuItem_MailFolder_OpenContentTable_Click);
//
// menuStrip1
//
this.menuStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileToolStripMenuItem,
this.windowToolStripMenuItem,
this.toolsToolStripMenuItem,
this.helpToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(680, 24);
this.menuStrip1.TabIndex = 3;
this.menuStrip1.Text = "menuStrip1";
//
// fileToolStripMenuItem
//
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.newSessionToolStripMenuItem,
this.closeSessionToolStripMenuItem});
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
this.fileToolStripMenuItem.Text = "&File";
//
// newSessionToolStripMenuItem
//
this.newSessionToolStripMenuItem.Name = "newSessionToolStripMenuItem";
this.newSessionToolStripMenuItem.Size = new System.Drawing.Size(149, 22);
this.newSessionToolStripMenuItem.Text = "&New Session...";
this.newSessionToolStripMenuItem.Click += new System.EventHandler(this.newSessionToolStripMenuItem_Click);
//
// closeSessionToolStripMenuItem
//
this.closeSessionToolStripMenuItem.Name = "closeSessionToolStripMenuItem";
this.closeSessionToolStripMenuItem.Size = new System.Drawing.Size(149, 22);
this.closeSessionToolStripMenuItem.Text = "&Close Session";
this.closeSessionToolStripMenuItem.Click += new System.EventHandler(this.closeSessionToolStripMenuItem_Click);
//
// windowToolStripMenuItem
//
this.windowToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.newMessageToolStripMenuItem,
this.newEventToolStripMenuItem,
this.focusedInboxOverridesToolStripMenuItem,
this.calendarViewToolStripMenuItem});
this.windowToolStripMenuItem.Name = "windowToolStripMenuItem";
this.windowToolStripMenuItem.Size = new System.Drawing.Size(63, 20);
this.windowToolStripMenuItem.Text = "&Window";
//
// newMessageToolStripMenuItem
//
this.newMessageToolStripMenuItem.Name = "newMessageToolStripMenuItem";
this.newMessageToolStripMenuItem.Size = new System.Drawing.Size(212, 22);
this.newMessageToolStripMenuItem.Text = "New &Message...";
this.newMessageToolStripMenuItem.Click += new System.EventHandler(this.NewMessageToolStripMenuItem_Click);
//
// newEventToolStripMenuItem
//
this.newEventToolStripMenuItem.Name = "newEventToolStripMenuItem";
this.newEventToolStripMenuItem.Size = new System.Drawing.Size(212, 22);
this.newEventToolStripMenuItem.Text = "New &Event...";
this.newEventToolStripMenuItem.Click += new System.EventHandler(this.newEventToolStripMenuItem_Click);
//
// focusedInboxOverridesToolStripMenuItem
//
this.focusedInboxOverridesToolStripMenuItem.Name = "focusedInboxOverridesToolStripMenuItem";
this.focusedInboxOverridesToolStripMenuItem.Size = new System.Drawing.Size(212, 22);
this.focusedInboxOverridesToolStripMenuItem.Text = "&Focused Inbox Overrides...";
this.focusedInboxOverridesToolStripMenuItem.Click += new System.EventHandler(this.FocusedInboxOverridesToolStripMenuItem_Click);
//
// calendarViewToolStripMenuItem
//
this.calendarViewToolStripMenuItem.Name = "calendarViewToolStripMenuItem";
this.calendarViewToolStripMenuItem.Size = new System.Drawing.Size(212, 22);
this.calendarViewToolStripMenuItem.Text = "&Calendar View...";
this.calendarViewToolStripMenuItem.Click += new System.EventHandler(this.CalendarViewToolStripMenuItem_Click);
//
// toolsToolStripMenuItem
//
this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.newEditorToolStripMenuItem,
this.accessTokenViewerToolStripMenuItem});
this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
this.toolsToolStripMenuItem.Size = new System.Drawing.Size(48, 20);
this.toolsToolStripMenuItem.Text = "&Tools";
//
// newEditorToolStripMenuItem
//
this.newEditorToolStripMenuItem.Name = "newEditorToolStripMenuItem";
this.newEditorToolStripMenuItem.Size = new System.Drawing.Size(197, 22);
this.newEditorToolStripMenuItem.Text = "New &Editor...";
this.newEditorToolStripMenuItem.Click += new System.EventHandler(this.newEditorToolStripMenuItem_Click);
//
// accessTokenViewerToolStripMenuItem
//
this.accessTokenViewerToolStripMenuItem.Name = "accessTokenViewerToolStripMenuItem";
this.accessTokenViewerToolStripMenuItem.Size = new System.Drawing.Size(197, 22);
this.accessTokenViewerToolStripMenuItem.Text = "&Generic Token Viewer...";
this.accessTokenViewerToolStripMenuItem.Click += new System.EventHandler(this.accessTokenViewerToolStripMenuItem_Click);
//
// helpToolStripMenuItem
//
this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.checkForUpdatesToolStripMenuItem,
this.versionInformationToolStripMenuItem});
this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
this.helpToolStripMenuItem.Text = "&Help";
//
// checkForUpdatesToolStripMenuItem
//
this.checkForUpdatesToolStripMenuItem.Name = "checkForUpdatesToolStripMenuItem";
this.checkForUpdatesToolStripMenuItem.Size = new System.Drawing.Size(179, 22);
this.checkForUpdatesToolStripMenuItem.Text = "&Check for updates...";
this.checkForUpdatesToolStripMenuItem.Click += new System.EventHandler(this.checkForUpdatesToolStripMenuItem_Click);
//
// versionInformationToolStripMenuItem
//
this.versionInformationToolStripMenuItem.Name = "versionInformationToolStripMenuItem";
this.versionInformationToolStripMenuItem.Size = new System.Drawing.Size(179, 22);
this.versionInformationToolStripMenuItem.Text = "&Version Information";
this.versionInformationToolStripMenuItem.Click += new System.EventHandler(this.versionInformationToolStripMenuItem_Click);
//
// contextMenuStrip_FolderTreeCalendarNode
//
this.contextMenuStrip_FolderTreeCalendarNode.ImageScalingSize = new System.Drawing.Size(32, 32);
this.contextMenuStrip_FolderTreeCalendarNode.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ToolStripMenuItem_Calendar_OpenContentTable,
this.ToolStripMenuItem_Calendar_OpenCalendarView});
this.contextMenuStrip_FolderTreeCalendarNode.Name = "contextMenuStrip_FolderTreeNode";
this.contextMenuStrip_FolderTreeCalendarNode.Size = new System.Drawing.Size(181, 70);
//
// ToolStripMenuItem_Calendar_OpenContentTable
//
this.ToolStripMenuItem_Calendar_OpenContentTable.Name = "ToolStripMenuItem_Calendar_OpenContentTable";
this.ToolStripMenuItem_Calendar_OpenContentTable.Size = new System.Drawing.Size(180, 22);
this.ToolStripMenuItem_Calendar_OpenContentTable.Text = "Open content table";
this.ToolStripMenuItem_Calendar_OpenContentTable.Click += new System.EventHandler(this.ToolStripMenuItem_Calendar_OpenContentTable_Click);
//
// ToolStripMenuItem_Calendar_OpenCalendarView
//
this.ToolStripMenuItem_Calendar_OpenCalendarView.Name = "ToolStripMenuItem_Calendar_OpenCalendarView";
this.ToolStripMenuItem_Calendar_OpenCalendarView.Size = new System.Drawing.Size(180, 22);
this.ToolStripMenuItem_Calendar_OpenCalendarView.Text = "Open calendar view";
this.ToolStripMenuItem_Calendar_OpenCalendarView.Click += new System.EventHandler(this.ToolStripMenuItem_Calendar_OpenCalendarView_Click);
//
// MailboxViewerForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(680, 456);
this.Controls.Add(this.menuStrip1);
this.Controls.Add(this.splitContainer1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MainMenuStrip = this.menuStrip1;
this.Name = "MailboxViewerForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Office365APIEditor - Mailbox Viewer";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MailboxViewerForm_FormClosing);
this.Load += new System.EventHandler(this.MailboxViewerForm_Load);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView_FolderProps)).EndInit();
this.contextMenuStrip_FolderTreeMailFolderNode.ResumeLayout(false);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.contextMenuStrip_FolderTreeCalendarNode.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}