/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(XEditNetMainForm));
     this.menuItem1 = new System.Windows.Forms.MenuItem();
     this.mainStatusPanel = new System.Windows.Forms.StatusBarPanel();
     this.statusBar = new System.Windows.Forms.StatusBar();
     this.sandBarManager1 = new TD.SandBar.SandBarManager();
     this.leftSandBarDock = new TD.SandBar.ToolBarContainer();
     this.rightSandBarDock = new TD.SandBar.ToolBarContainer();
     this.bottomSandBarDock = new TD.SandBar.ToolBarContainer();
     this.topSandBarDock = new TD.SandBar.ToolBarContainer();
     this.menuBar1 = new TD.SandBar.MenuBar();
     this.menuFile = new TD.SandBar.MenuBarItem();
     this.menuFileNew = new TD.SandBar.MenuButtonItem();
     this.menuFileOpen = new TD.SandBar.MenuButtonItem();
     this.menuFileMru = new TD.SandBar.MenuButtonItem();
     this.menuFileExit = new TD.SandBar.MenuButtonItem();
     this.menuBarItem6 = new TD.SandBar.MenuBarItem();
     this.menuBarItem7 = new TD.SandBar.MenuBarItem();
     this.menuItem3 = new TD.SandBar.MenuBarItem();
     this.menuItem4 = new TD.SandBar.MenuBarItem();
     this.menuHelpUserGuide = new TD.SandBar.MenuButtonItem();
     this.menuHelpAbout = new TD.SandBar.MenuButtonItem();
     this.toolbar = new TD.SandBar.ToolBar();
     this.buttonFileNew = new TD.SandBar.ButtonItem();
     this.buttonFileOpen = new TD.SandBar.ButtonItem();
     this.menuBarItem1 = new TD.SandBar.MenuBarItem();
     this.menuBarItem2 = new TD.SandBar.MenuBarItem();
     this.menuBarItem3 = new TD.SandBar.MenuBarItem();
     this.menuBarItem4 = new TD.SandBar.MenuBarItem();
     this.menuBarItem5 = new TD.SandBar.MenuBarItem();
     this.buttonItem2 = new TD.SandBar.ButtonItem();
     this.buttonItem4 = new TD.SandBar.ButtonItem();
     ((System.ComponentModel.ISupportInitialize)(this.mainStatusPanel)).BeginInit();
     this.topSandBarDock.SuspendLayout();
     this.SuspendLayout();
     //
     // menuItem1
     //
     this.menuItem1.Index = -1;
     this.menuItem1.Text = "";
     //
     // statusBar
     //
     this.statusBar.Location = new System.Drawing.Point(0, 531);
     this.statusBar.Name = "statusBar";
     this.statusBar.Size = new System.Drawing.Size(888, 22);
     this.statusBar.TabIndex = 3;
     //
     // sandBarManager1
     //
     this.sandBarManager1.OwnerForm = this;
     //
     // leftSandBarDock
     //
     this.leftSandBarDock.Dock = System.Windows.Forms.DockStyle.Left;
     this.leftSandBarDock.Guid = new System.Guid("5f0063a2-6d31-4737-bbb0-8a9c9e2c8e14");
     this.leftSandBarDock.Location = new System.Drawing.Point(0, 50);
     this.leftSandBarDock.Manager = this.sandBarManager1;
     this.leftSandBarDock.Name = "leftSandBarDock";
     this.leftSandBarDock.Size = new System.Drawing.Size(0, 503);
     this.leftSandBarDock.TabIndex = 5;
     //
     // rightSandBarDock
     //
     this.rightSandBarDock.Dock = System.Windows.Forms.DockStyle.Right;
     this.rightSandBarDock.Guid = new System.Guid("cc416637-af15-40c6-bdb2-b595b79b46f7");
     this.rightSandBarDock.Location = new System.Drawing.Point(888, 50);
     this.rightSandBarDock.Manager = this.sandBarManager1;
     this.rightSandBarDock.Name = "rightSandBarDock";
     this.rightSandBarDock.Size = new System.Drawing.Size(0, 503);
     this.rightSandBarDock.TabIndex = 6;
     //
     // bottomSandBarDock
     //
     this.bottomSandBarDock.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.bottomSandBarDock.Guid = new System.Guid("746bc677-7bd1-43fd-9c76-ab8f67c071f6");
     this.bottomSandBarDock.Location = new System.Drawing.Point(0, 553);
     this.bottomSandBarDock.Manager = this.sandBarManager1;
     this.bottomSandBarDock.Name = "bottomSandBarDock";
     this.bottomSandBarDock.Size = new System.Drawing.Size(888, 0);
     this.bottomSandBarDock.TabIndex = 7;
     //
     // topSandBarDock
     //
     this.topSandBarDock.Controls.Add(this.menuBar1);
     this.topSandBarDock.Controls.Add(this.toolbar);
     this.topSandBarDock.Dock = System.Windows.Forms.DockStyle.Top;
     this.topSandBarDock.Guid = new System.Guid("9dc621f6-032c-409c-ab45-7f5768d88248");
     this.topSandBarDock.Location = new System.Drawing.Point(0, 0);
     this.topSandBarDock.Manager = this.sandBarManager1;
     this.topSandBarDock.Name = "topSandBarDock";
     this.topSandBarDock.Size = new System.Drawing.Size(888, 50);
     this.topSandBarDock.TabIndex = 8;
     //
     // menuBar1
     //
     this.menuBar1.AllowMerge = true;
     this.menuBar1.Guid = new System.Guid("4f520204-743b-4927-9dea-ef3e685de2f0");
     this.menuBar1.Items.AddRange(new TD.SandBar.ToolbarItemBase[] {
                                                                       this.menuFile,
                                                                       this.menuBarItem6,
                                                                       this.menuBarItem7,
                                                                       this.menuItem3,
                                                                       this.menuItem4});
     this.menuBar1.Location = new System.Drawing.Point(2, 0);
     this.menuBar1.Name = "menuBar1";
     this.menuBar1.OwnerForm = this;
     this.menuBar1.ShowMdiSystemMenu = false;
     this.menuBar1.Size = new System.Drawing.Size(886, 24);
     this.menuBar1.TabIndex = 0;
     this.menuBar1.Text = "menuBar1";
     this.menuBar1.ButtonClick += new TD.SandBar.ToolBar.ButtonClickEventHandler(this.menuBar1_ButtonClick);
     //
     // menuFile
     //
     this.menuFile.Items.AddRange(new TD.SandBar.ToolbarItemBase[] {
                                                                       this.menuFileNew,
                                                                       this.menuFileOpen,
                                                                       this.menuFileMru,
                                                                       this.menuFileExit});
     this.menuFile.Text = "&File";
     this.menuFile.BeforePopup += new TD.SandBar.MenuItemBase.BeforePopupEventHandler(this.menuFile_BeforePopup);
     //
     // menuFileNew
     //
     this.menuFileNew.Image = ((System.Drawing.Image)(resources.GetObject("menuFileNew.Image")));
     this.menuFileNew.Shortcut = System.Windows.Forms.Shortcut.CtrlN;
     this.menuFileNew.Text = "&New";
     this.menuFileNew.Activate += new System.EventHandler(this.menuFileNew_Click);
     //
     // menuFileOpen
     //
     this.menuFileOpen.Image = ((System.Drawing.Image)(resources.GetObject("menuFileOpen.Image")));
     this.menuFileOpen.Shortcut = System.Windows.Forms.Shortcut.CtrlO;
     this.menuFileOpen.Text = "&Open...";
     this.menuFileOpen.Activate += new System.EventHandler(this.menuFileOpen_Click);
     //
     // menuFileMru
     //
     this.menuFileMru.BeginGroup = true;
     this.menuFileMru.Text = "Recent &Files";
     //
     // menuFileExit
     //
     this.menuFileExit.Text = "E&xit";
     this.menuFileExit.Activate += new System.EventHandler(this.FileExit);
     //
     // menuBarItem6
     //
     this.menuBarItem6.Text = "&Edit";
     //
     // menuBarItem7
     //
     this.menuBarItem7.Text = "&View";
     //
     // menuItem3
     //
     this.menuItem3.Text = "&Window";
     //
     // menuItem4
     //
     this.menuItem4.Items.AddRange(new TD.SandBar.ToolbarItemBase[] {
                                                                        this.menuHelpUserGuide,
                                                                        this.menuHelpAbout});
     this.menuItem4.Text = "&Help";
     //
     // menuHelpUserGuide
     //
     this.menuHelpUserGuide.Text = "Table of &Contents";
     this.menuHelpUserGuide.Activate += new System.EventHandler(this.menuHelpUserGuide_Click);
     //
     // menuHelpAbout
     //
     this.menuHelpAbout.BeginGroup = true;
     this.menuHelpAbout.Text = "&About...";
     this.menuHelpAbout.Activate += new System.EventHandler(this.menuHelpAbout_Click);
     //
     // toolbar
     //
     this.toolbar.DockLine = 1;
     this.toolbar.Guid = new System.Guid("b4123575-47eb-4cc2-830d-dbc0514edfd5");
     this.toolbar.Items.AddRange(new TD.SandBar.ToolbarItemBase[] {
                                                                      this.buttonFileNew,
                                                                      this.buttonFileOpen});
     this.toolbar.Location = new System.Drawing.Point(2, 24);
     this.toolbar.Name = "toolbar";
     this.toolbar.Size = new System.Drawing.Size(70, 26);
     this.toolbar.TabIndex = 1;
     this.toolbar.Text = "toolBar1";
     //
     // buttonFileNew
     //
     this.buttonFileNew.BuddyMenu = this.menuFileNew;
     this.buttonFileNew.Image = ((System.Drawing.Image)(resources.GetObject("buttonFileNew.Image")));
     this.buttonFileNew.ToolTipText = "New";
     this.buttonFileNew.Activate += new System.EventHandler(this.buttonFileNew_Activate);
     //
     // buttonFileOpen
     //
     this.buttonFileOpen.BuddyMenu = this.menuFileOpen;
     this.buttonFileOpen.Image = ((System.Drawing.Image)(resources.GetObject("buttonFileOpen.Image")));
     this.buttonFileOpen.ToolTipText = "Open...";
     //
     // menuBarItem1
     //
     this.menuBarItem1.Text = "&File";
     //
     // menuBarItem2
     //
     this.menuBarItem2.Text = "&Edit";
     //
     // menuBarItem3
     //
     this.menuBarItem3.Text = "&View";
     //
     // menuBarItem4
     //
     this.menuBarItem4.MdiWindowList = true;
     this.menuBarItem4.Text = "&Window";
     //
     // menuBarItem5
     //
     this.menuBarItem5.Text = "&Help";
     //
     // XEditNetMainForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(888, 553);
     this.Controls.Add(this.statusBar);
     this.Controls.Add(this.leftSandBarDock);
     this.Controls.Add(this.rightSandBarDock);
     this.Controls.Add(this.bottomSandBarDock);
     this.Controls.Add(this.topSandBarDock);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.IsMdiContainer = true;
     this.Name = "XEditNetMainForm";
     this.Text = "XEditNet Author";
     this.MdiChildActivate += new System.EventHandler(this.XEditNetMainForm_MdiChildActivate);
     ((System.ComponentModel.ISupportInitialize)(this.mainStatusPanel)).EndInit();
     this.topSandBarDock.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemple #2
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(NewMessageForm));
			this.formPanel = new System.Windows.Forms.Panel();
			this.newMessagePanel = new System.Windows.Forms.Panel();
			this.textSourceTextBox = new System.Windows.Forms.TextBox();
			this.fileSourceTextBox = new System.Windows.Forms.TextBox();
			this.fileSourceBrowseButton = new System.Windows.Forms.Button();
			this.sourcePanel = new System.Windows.Forms.Panel();
			this.xmlCheckBox = new System.Windows.Forms.CheckBox();
			this.sourceLabel = new System.Windows.Forms.Label();
			this.fileSourceRadioButton = new System.Windows.Forms.RadioButton();
			this.textSourceRadioButton = new System.Windows.Forms.RadioButton();
			this.existingMessagePanel = new System.Windows.Forms.Panel();
			this.existingMessagesLabel = new System.Windows.Forms.Label();
			this.messagesListView = new System.Windows.Forms.ListView();
			this._messageViewerHostPanel = new System.Windows.Forms.Panel();
			this.recipientsListView = new System.Windows.Forms.ListView();
			this.labelTextBox = new System.Windows.Forms.TextBox();
			this.labelLabel = new System.Windows.Forms.Label();
			this.recipientsButton = new System.Windows.Forms.Button();
			this.sandBarManager = new TD.SandBar.SandBarManager();
			this.leftSandBarDock = new TD.SandBar.ToolBarContainer();
			this.rightSandBarDock = new TD.SandBar.ToolBarContainer();
			this.bottomSandBarDock = new TD.SandBar.ToolBarContainer();
			this.topSandBarDock = new TD.SandBar.ToolBarContainer();
			this.mainToolBar = new TD.SandBar.ToolBar();
			this.sendButtonItem = new TD.SandBar.ButtonItem();
			this.sendAndKeepOpenButtonItem = new TD.SandBar.ButtonItem();
			this.numberOfCopiesComboBoxItem = new TD.SandBar.ComboBoxItem();
			this.formatterComboBoxItem = new TD.SandBar.ComboBoxItem();
			this.optionsDropDownMenuItem = new TD.SandBar.DropDownMenuItem();
			this.optionsPriorityMenuItem = new TD.SandBar.MenuButtonItem();
			this.priorityHighestMenuItem = new TD.SandBar.MenuButtonItem();
			this.priorityVeryHighMenuItem = new TD.SandBar.MenuButtonItem();
			this.priorityHighMenuItem = new TD.SandBar.MenuButtonItem();
			this.priorityAboveNormalMenuItem = new TD.SandBar.MenuButtonItem();
			this.priorityNormalMenuItem = new TD.SandBar.MenuButtonItem();
			this.priorityLowMenuItem = new TD.SandBar.MenuButtonItem();
			this.priorityVeryLowMenuItem = new TD.SandBar.MenuButtonItem();
			this.priorityLowestMenuItem = new TD.SandBar.MenuButtonItem();
			this.optionsRecoverableMenuItem = new TD.SandBar.MenuButtonItem();
			this.optionsUseAuthenticationMenuItem = new TD.SandBar.MenuButtonItem();
			this.optionsUseDeadLetterQueueMenuItem = new TD.SandBar.MenuButtonItem();
			this.optionsUseEncryptionMenuItem = new TD.SandBar.MenuButtonItem();
			this.optionsUseJournalQueueMenuItem = new TD.SandBar.MenuButtonItem();
			this.optionsUseTracingMenuItem = new TD.SandBar.MenuButtonItem();
			this.optionsStreamDirectlyMenuItem = new TD.SandBar.MenuButtonItem();
			this.toolTip = new System.Windows.Forms.ToolTip(this.components);
			this.formPanel.SuspendLayout();
			this.newMessagePanel.SuspendLayout();
			this.sourcePanel.SuspendLayout();
			this.existingMessagePanel.SuspendLayout();
			this.topSandBarDock.SuspendLayout();
			this.SuspendLayout();
			// 
			// formPanel
			// 
			this.formPanel.Controls.Add(this.newMessagePanel);
			this.formPanel.Controls.Add(this.existingMessagePanel);
			this.formPanel.Controls.Add(this.recipientsListView);
			this.formPanel.Controls.Add(this.labelTextBox);
			this.formPanel.Controls.Add(this.labelLabel);
			this.formPanel.Controls.Add(this.recipientsButton);
			this.formPanel.Dock = System.Windows.Forms.DockStyle.Fill;
			this.formPanel.Location = new System.Drawing.Point(0, 26);
			this.formPanel.Name = "formPanel";
			this.formPanel.Size = new System.Drawing.Size(616, 444);
			this.formPanel.TabIndex = 12;
			// 
			// newMessagePanel
			// 
			this.newMessagePanel.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.newMessagePanel.Controls.Add(this.textSourceTextBox);
			this.newMessagePanel.Controls.Add(this.fileSourceTextBox);
			this.newMessagePanel.Controls.Add(this.fileSourceBrowseButton);
			this.newMessagePanel.Controls.Add(this.sourcePanel);
			this.newMessagePanel.Location = new System.Drawing.Point(8, 108);
			this.newMessagePanel.Name = "newMessagePanel";
			this.newMessagePanel.Size = new System.Drawing.Size(600, 328);
			this.newMessagePanel.TabIndex = 16;
			// 
			// textSourceTextBox
			// 
			this.textSourceTextBox.AcceptsReturn = true;
			this.textSourceTextBox.AcceptsTab = true;
			this.textSourceTextBox.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.textSourceTextBox.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.textSourceTextBox.Location = new System.Drawing.Point(68, 49);
			this.textSourceTextBox.Multiline = true;
			this.textSourceTextBox.Name = "textSourceTextBox";
			this.textSourceTextBox.Size = new System.Drawing.Size(532, 278);
			this.textSourceTextBox.TabIndex = 19;
			this.textSourceTextBox.Text = "";
			// 
			// fileSourceTextBox
			// 
			this.fileSourceTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this.fileSourceTextBox.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.fileSourceTextBox.Location = new System.Drawing.Point(68, 21);
			this.fileSourceTextBox.Name = "fileSourceTextBox";
			this.fileSourceTextBox.Size = new System.Drawing.Size(496, 21);
			this.fileSourceTextBox.TabIndex = 17;
			this.fileSourceTextBox.Text = "";
			// 
			// fileSourceBrowseButton
			// 
			this.fileSourceBrowseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.fileSourceBrowseButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.fileSourceBrowseButton.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.fileSourceBrowseButton.Location = new System.Drawing.Point(568, 21);
			this.fileSourceBrowseButton.Name = "fileSourceBrowseButton";
			this.fileSourceBrowseButton.Size = new System.Drawing.Size(32, 21);
			this.fileSourceBrowseButton.TabIndex = 18;
			this.fileSourceBrowseButton.Text = "...";
			this.fileSourceBrowseButton.Click += new System.EventHandler(this.fileSourceBrowseButton_Click);
			// 
			// sourcePanel
			// 
			this.sourcePanel.Controls.Add(this.xmlCheckBox);
			this.sourcePanel.Controls.Add(this.sourceLabel);
			this.sourcePanel.Controls.Add(this.fileSourceRadioButton);
			this.sourcePanel.Controls.Add(this.textSourceRadioButton);
			this.sourcePanel.Location = new System.Drawing.Point(0, 1);
			this.sourcePanel.Name = "sourcePanel";
			this.sourcePanel.Size = new System.Drawing.Size(64, 103);
			this.sourcePanel.TabIndex = 16;
			// 
			// xmlCheckBox
			// 
			this.xmlCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.xmlCheckBox.Location = new System.Drawing.Point(4, 80);
			this.xmlCheckBox.Name = "xmlCheckBox";
			this.xmlCheckBox.Size = new System.Drawing.Size(60, 24);
			this.xmlCheckBox.TabIndex = 3;
			this.xmlCheckBox.Text = "&XML";
			this.xmlCheckBox.CheckedChanged += new System.EventHandler(this.xmlCheckBox_CheckedChanged);
			// 
			// sourceLabel
			// 
			this.sourceLabel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.sourceLabel.Location = new System.Drawing.Point(4, 4);
			this.sourceLabel.Name = "sourceLabel";
			this.sourceLabel.Size = new System.Drawing.Size(60, 16);
			this.sourceLabel.TabIndex = 0;
			this.sourceLabel.Text = "Source:";
			// 
			// fileSourceRadioButton
			// 
			this.fileSourceRadioButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.fileSourceRadioButton.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.fileSourceRadioButton.Location = new System.Drawing.Point(4, 24);
			this.fileSourceRadioButton.Name = "fileSourceRadioButton";
			this.fileSourceRadioButton.Size = new System.Drawing.Size(60, 16);
			this.fileSourceRadioButton.TabIndex = 1;
			this.fileSourceRadioButton.Text = "&File";
			this.fileSourceRadioButton.CheckedChanged += new System.EventHandler(this.SourceRadioButton_CheckedChanged);
			// 
			// textSourceRadioButton
			// 
			this.textSourceRadioButton.Checked = true;
			this.textSourceRadioButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.textSourceRadioButton.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.textSourceRadioButton.Location = new System.Drawing.Point(4, 48);
			this.textSourceRadioButton.Name = "textSourceRadioButton";
			this.textSourceRadioButton.Size = new System.Drawing.Size(60, 16);
			this.textSourceRadioButton.TabIndex = 2;
			this.textSourceRadioButton.TabStop = true;
			this.textSourceRadioButton.Text = "Text";
			this.textSourceRadioButton.CheckedChanged += new System.EventHandler(this.SourceRadioButton_CheckedChanged);
			// 
			// existingMessagePanel
			// 
			this.existingMessagePanel.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.existingMessagePanel.Controls.Add(this.existingMessagesLabel);
			this.existingMessagePanel.Controls.Add(this.messagesListView);
			this.existingMessagePanel.Controls.Add(this._messageViewerHostPanel);
			this.existingMessagePanel.Location = new System.Drawing.Point(8, 80);
			this.existingMessagePanel.Name = "existingMessagePanel";
			this.existingMessagePanel.Size = new System.Drawing.Size(600, 356);
			this.existingMessagePanel.TabIndex = 17;
			// 
			// existingMessagesLabel
			// 
			this.existingMessagesLabel.Location = new System.Drawing.Point(4, 4);
			this.existingMessagesLabel.Name = "existingMessagesLabel";
			this.existingMessagesLabel.Size = new System.Drawing.Size(60, 23);
			this.existingMessagesLabel.TabIndex = 11;
			this.existingMessagesLabel.Text = "Message:";
			// 
			// messagesListView
			// 
			this.messagesListView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this.messagesListView.HideSelection = false;
			this.messagesListView.Location = new System.Drawing.Point(68, 0);
			this.messagesListView.Name = "messagesListView";
			this.messagesListView.Size = new System.Drawing.Size(532, 68);
			this.messagesListView.TabIndex = 10;
			this.messagesListView.View = System.Windows.Forms.View.SmallIcon;
			this.messagesListView.SelectedIndexChanged += new System.EventHandler(this.messagesListView_SelectedIndexChanged);
			// 
			// _messageViewerHostPanel
			// 
			this._messageViewerHostPanel.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._messageViewerHostPanel.Location = new System.Drawing.Point(0, 76);
			this._messageViewerHostPanel.Name = "_messageViewerHostPanel";
			this._messageViewerHostPanel.Size = new System.Drawing.Size(600, 280);
			this._messageViewerHostPanel.TabIndex = 12;
			// 
			// recipientsListView
			// 
			this.recipientsListView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this.recipientsListView.Location = new System.Drawing.Point(76, 8);
			this.recipientsListView.Name = "recipientsListView";
			this.recipientsListView.Size = new System.Drawing.Size(532, 68);
			this.recipientsListView.TabIndex = 9;
			this.recipientsListView.View = System.Windows.Forms.View.SmallIcon;
			this.recipientsListView.KeyUp += new System.Windows.Forms.KeyEventHandler(this.recipientsListView_KeyUp);
			// 
			// labelTextBox
			// 
			this.labelTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this.labelTextBox.Location = new System.Drawing.Point(76, 80);
			this.labelTextBox.Name = "labelTextBox";
			this.labelTextBox.Size = new System.Drawing.Size(532, 21);
			this.labelTextBox.TabIndex = 11;
			this.labelTextBox.Text = "";
			// 
			// labelLabel
			// 
			this.labelLabel.Location = new System.Drawing.Point(12, 84);
			this.labelLabel.Name = "labelLabel";
			this.labelLabel.Size = new System.Drawing.Size(52, 16);
			this.labelLabel.TabIndex = 10;
			this.labelLabel.Text = "&Label:";
			// 
			// recipientsButton
			// 
			this.recipientsButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.recipientsButton.Location = new System.Drawing.Point(8, 8);
			this.recipientsButton.Name = "recipientsButton";
			this.recipientsButton.Size = new System.Drawing.Size(60, 23);
			this.recipientsButton.TabIndex = 8;
			this.recipientsButton.Text = "&To...";
			this.recipientsButton.Click += new System.EventHandler(this.recipientsButton_Click);
			// 
			// sandBarManager
			// 
			this.sandBarManager.OwnerForm = this;
			// 
			// leftSandBarDock
			// 
			this.leftSandBarDock.Dock = System.Windows.Forms.DockStyle.Left;
			this.leftSandBarDock.Guid = new System.Guid("ce92933a-b6c2-4136-9cad-1d50f047a7b4");
			this.leftSandBarDock.Location = new System.Drawing.Point(0, 26);
			this.leftSandBarDock.Manager = this.sandBarManager;
			this.leftSandBarDock.Name = "leftSandBarDock";
			this.leftSandBarDock.Size = new System.Drawing.Size(0, 444);
			this.leftSandBarDock.TabIndex = 13;
			// 
			// rightSandBarDock
			// 
			this.rightSandBarDock.Dock = System.Windows.Forms.DockStyle.Right;
			this.rightSandBarDock.Guid = new System.Guid("700c810c-1dda-42e5-ab48-881c72c966a6");
			this.rightSandBarDock.Location = new System.Drawing.Point(616, 26);
			this.rightSandBarDock.Manager = this.sandBarManager;
			this.rightSandBarDock.Name = "rightSandBarDock";
			this.rightSandBarDock.Size = new System.Drawing.Size(0, 444);
			this.rightSandBarDock.TabIndex = 14;
			// 
			// bottomSandBarDock
			// 
			this.bottomSandBarDock.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.bottomSandBarDock.Guid = new System.Guid("565be2ba-62fa-4d8e-a041-ce649cf5adb3");
			this.bottomSandBarDock.Location = new System.Drawing.Point(0, 470);
			this.bottomSandBarDock.Manager = this.sandBarManager;
			this.bottomSandBarDock.Name = "bottomSandBarDock";
			this.bottomSandBarDock.Size = new System.Drawing.Size(616, 0);
			this.bottomSandBarDock.TabIndex = 15;
			// 
			// topSandBarDock
			// 
			this.topSandBarDock.Controls.Add(this.mainToolBar);
			this.topSandBarDock.Dock = System.Windows.Forms.DockStyle.Top;
			this.topSandBarDock.Guid = new System.Guid("8c813572-b5bb-4bdd-af9b-e2e66ad1a878");
			this.topSandBarDock.Location = new System.Drawing.Point(0, 0);
			this.topSandBarDock.Manager = this.sandBarManager;
			this.topSandBarDock.Name = "topSandBarDock";
			this.topSandBarDock.Size = new System.Drawing.Size(616, 26);
			this.topSandBarDock.TabIndex = 16;
			// 
			// mainToolBar
			// 
			this.mainToolBar.DockLine = 1;
			this.mainToolBar.DrawActionsButton = false;
			this.mainToolBar.Guid = new System.Guid("71951701-c70e-430c-a8d2-6bba5bc2b776");
			this.mainToolBar.Items.AddRange(new TD.SandBar.ToolbarItemBase[] {
																				 this.sendButtonItem,
																				 this.sendAndKeepOpenButtonItem,
																				 this.numberOfCopiesComboBoxItem,
																				 this.formatterComboBoxItem,
																				 this.optionsDropDownMenuItem});
			this.mainToolBar.Location = new System.Drawing.Point(2, 0);
			this.mainToolBar.Name = "mainToolBar";
			this.mainToolBar.Size = new System.Drawing.Size(499, 26);
			this.mainToolBar.TabIndex = 1;
			this.mainToolBar.Text = "Main";
			// 
			// sendButtonItem
			// 
			this.sendButtonItem.Icon = ((System.Drawing.Icon)(resources.GetObject("sendButtonItem.Icon")));
			this.sendButtonItem.Text = "&Send";
			this.sendButtonItem.Activate += new System.EventHandler(this.sendButtonItem_Activate);
			// 
			// sendAndKeepOpenButtonItem
			// 
			this.sendAndKeepOpenButtonItem.Icon = ((System.Drawing.Icon)(resources.GetObject("sendAndKeepOpenButtonItem.Icon")));
			this.sendAndKeepOpenButtonItem.Text = "Send and &Keep Open";
			this.sendAndKeepOpenButtonItem.Activate += new System.EventHandler(this.sendButtonItem_Activate);
			// 
			// numberOfCopiesComboBoxItem
			// 
			this.numberOfCopiesComboBoxItem.BeginGroup = true;
			this.numberOfCopiesComboBoxItem.DefaultText = "1";
			this.numberOfCopiesComboBoxItem.Items.AddRange(new object[] {
																			"1",
																			"2",
																			"3",
																			"4",
																			"5",
																			"10",
																			"25",
																			"50",
																			"100",
																			"250",
																			"500",
																			"1000"});
			this.numberOfCopiesComboBoxItem.MinimumControlWidth = 55;
			this.numberOfCopiesComboBoxItem.Padding.Bottom = 0;
			this.numberOfCopiesComboBoxItem.Padding.Left = 1;
			this.numberOfCopiesComboBoxItem.Padding.Right = 1;
			this.numberOfCopiesComboBoxItem.Padding.Top = 0;
			this.numberOfCopiesComboBoxItem.Text = "Copies";
			// 
			// formatterComboBoxItem
			// 
			this.formatterComboBoxItem.MinimumControlWidth = 75;
			this.formatterComboBoxItem.Padding.Bottom = 0;
			this.formatterComboBoxItem.Padding.Left = 1;
			this.formatterComboBoxItem.Padding.Right = 1;
			this.formatterComboBoxItem.Padding.Top = 0;
			this.formatterComboBoxItem.Text = "Formatter";
			// 
			// optionsDropDownMenuItem
			// 
			this.optionsDropDownMenuItem.Items.AddRange(new TD.SandBar.ToolbarItemBase[] {
																							 this.optionsPriorityMenuItem,
																							 this.optionsRecoverableMenuItem,
																							 this.optionsUseAuthenticationMenuItem,
																							 this.optionsUseDeadLetterQueueMenuItem,
																							 this.optionsUseEncryptionMenuItem,
																							 this.optionsUseJournalQueueMenuItem,
																							 this.optionsUseTracingMenuItem,
																							 this.optionsStreamDirectlyMenuItem});
			this.optionsDropDownMenuItem.Text = "&Options";
			// 
			// optionsPriorityMenuItem
			// 
			this.optionsPriorityMenuItem.Items.AddRange(new TD.SandBar.ToolbarItemBase[] {
																							 this.priorityHighestMenuItem,
																							 this.priorityVeryHighMenuItem,
																							 this.priorityHighMenuItem,
																							 this.priorityAboveNormalMenuItem,
																							 this.priorityNormalMenuItem,
																							 this.priorityLowMenuItem,
																							 this.priorityVeryLowMenuItem,
																							 this.priorityLowestMenuItem});
			this.optionsPriorityMenuItem.Text = "Priority";
			// 
			// priorityHighestMenuItem
			// 
			this.priorityHighestMenuItem.MergeAction = TD.SandBar.ItemMergeAction.Insert;
			this.priorityHighestMenuItem.Text = "Highest";
			this.priorityHighestMenuItem.Activate += new System.EventHandler(this.priorityMenuItem_Activate);
			// 
			// priorityVeryHighMenuItem
			// 
			this.priorityVeryHighMenuItem.Text = "Very High";
			this.priorityVeryHighMenuItem.Activate += new System.EventHandler(this.priorityMenuItem_Activate);
			// 
			// priorityHighMenuItem
			// 
			this.priorityHighMenuItem.Text = "High";
			this.priorityHighMenuItem.Activate += new System.EventHandler(this.priorityMenuItem_Activate);
			// 
			// priorityAboveNormalMenuItem
			// 
			this.priorityAboveNormalMenuItem.Text = "Above Normal";
			this.priorityAboveNormalMenuItem.Activate += new System.EventHandler(this.priorityMenuItem_Activate);
			// 
			// priorityNormalMenuItem
			// 
			this.priorityNormalMenuItem.Text = "Normal";
			this.priorityNormalMenuItem.Activate += new System.EventHandler(this.priorityMenuItem_Activate);
			// 
			// priorityLowMenuItem
			// 
			this.priorityLowMenuItem.Text = "Low";
			this.priorityLowMenuItem.Activate += new System.EventHandler(this.priorityMenuItem_Activate);
			// 
			// priorityVeryLowMenuItem
			// 
			this.priorityVeryLowMenuItem.Text = "Very Low";
			this.priorityVeryLowMenuItem.Activate += new System.EventHandler(this.priorityMenuItem_Activate);
			// 
			// priorityLowestMenuItem
			// 
			this.priorityLowestMenuItem.Text = "Lowest";
			this.priorityLowestMenuItem.Activate += new System.EventHandler(this.priorityMenuItem_Activate);
			// 
			// optionsRecoverableMenuItem
			// 
			this.optionsRecoverableMenuItem.BeginGroup = true;
			this.optionsRecoverableMenuItem.Text = "Recoverable";
			this.optionsRecoverableMenuItem.Activate += new System.EventHandler(this.optionsMenuItem_Activate);
			// 
			// optionsUseAuthenticationMenuItem
			// 
			this.optionsUseAuthenticationMenuItem.Text = "Use Authentication";
			this.optionsUseAuthenticationMenuItem.Activate += new System.EventHandler(this.optionsMenuItem_Activate);
			// 
			// optionsUseDeadLetterQueueMenuItem
			// 
			this.optionsUseDeadLetterQueueMenuItem.Text = "Use Dead Letter Queue";
			this.optionsUseDeadLetterQueueMenuItem.Activate += new System.EventHandler(this.optionsMenuItem_Activate);
			// 
			// optionsUseEncryptionMenuItem
			// 
			this.optionsUseEncryptionMenuItem.Text = "Use Encryption";
			this.optionsUseEncryptionMenuItem.Activate += new System.EventHandler(this.optionsMenuItem_Activate);
			// 
			// optionsUseJournalQueueMenuItem
			// 
			this.optionsUseJournalQueueMenuItem.Text = "Use Journal Queue";
			this.optionsUseJournalQueueMenuItem.Activate += new System.EventHandler(this.optionsMenuItem_Activate);
			// 
			// optionsUseTracingMenuItem
			// 
			this.optionsUseTracingMenuItem.Text = "Use Tracing";
			this.optionsUseTracingMenuItem.Activate += new System.EventHandler(this.optionsMenuItem_Activate);
			// 
			// optionsStreamDirectlyMenuItem
			// 
			this.optionsStreamDirectlyMenuItem.BeginGroup = true;
			this.optionsStreamDirectlyMenuItem.Text = "Stream Directly";
			this.optionsStreamDirectlyMenuItem.Activate += new System.EventHandler(this.optionsMenuItem_Activate);
			// 
			// NewMessageForm
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
			this.ClientSize = new System.Drawing.Size(616, 470);
			this.Controls.Add(this.formPanel);
			this.Controls.Add(this.leftSandBarDock);
			this.Controls.Add(this.rightSandBarDock);
			this.Controls.Add(this.bottomSandBarDock);
			this.Controls.Add(this.topSandBarDock);
			this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.Name = "NewMessageForm";
			this.Text = "New Message";
			this.formPanel.ResumeLayout(false);
			this.newMessagePanel.ResumeLayout(false);
			this.sourcePanel.ResumeLayout(false);
			this.existingMessagePanel.ResumeLayout(false);
			this.topSandBarDock.ResumeLayout(false);
			this.ResumeLayout(false);

		}
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components        = new System.ComponentModel.Container();
     this.sandBarManager    = new TD.SandBar.SandBarManager();
     this.bottomSandBarDock = new TD.SandBar.ToolBarContainer();
     this.leftSandBarDock   = new TD.SandBar.ToolBarContainer();
     this.rightSandBarDock  = new TD.SandBar.ToolBarContainer();
     this.topSandBarDock    = new TD.SandBar.ToolBarContainer();
     this.toolBarMain       = new TD.SandBar.ToolBar();
     this._status           = new System.Windows.Forms.StatusBar();
     this._statusInfo       = new System.Windows.Forms.StatusBarPanel();
     this._statusTime       = new System.Windows.Forms.StatusBarPanel();
     this.toolTip1          = new System.Windows.Forms.ToolTip(this.components);
     this.helpProvider1     = new System.Windows.Forms.HelpProvider();
     this.contextMenu1      = new System.Windows.Forms.ContextMenu();
     this.panelGround       = new System.Windows.Forms.Panel();
     this.panel1            = new System.Windows.Forms.Panel();
     this.label1            = new System.Windows.Forms.Label();
     this.label2            = new System.Windows.Forms.Label();
     this.topSandBarDock.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this._statusInfo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this._statusTime)).BeginInit();
     this.panelGround.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // sandBarManager
     //
     this.sandBarManager.BottomContainer = this.bottomSandBarDock;
     this.sandBarManager.LeftContainer   = this.leftSandBarDock;
     this.sandBarManager.OwnerForm       = this;
     this.sandBarManager.RightContainer  = this.rightSandBarDock;
     this.sandBarManager.TopContainer    = this.topSandBarDock;
     //
     // bottomSandBarDock
     //
     this.bottomSandBarDock.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.bottomSandBarDock.Location = new System.Drawing.Point(0, 750);
     this.bottomSandBarDock.Manager  = this.sandBarManager;
     this.bottomSandBarDock.Name     = "bottomSandBarDock";
     this.bottomSandBarDock.Size     = new System.Drawing.Size(1260, 0);
     this.bottomSandBarDock.TabIndex = 2;
     //
     // leftSandBarDock
     //
     this.leftSandBarDock.Dock     = System.Windows.Forms.DockStyle.Left;
     this.leftSandBarDock.Location = new System.Drawing.Point(0, 23);
     this.leftSandBarDock.Manager  = this.sandBarManager;
     this.leftSandBarDock.Name     = "leftSandBarDock";
     this.leftSandBarDock.Size     = new System.Drawing.Size(0, 727);
     this.leftSandBarDock.TabIndex = 0;
     //
     // rightSandBarDock
     //
     this.rightSandBarDock.Dock     = System.Windows.Forms.DockStyle.Right;
     this.rightSandBarDock.Location = new System.Drawing.Point(1260, 23);
     this.rightSandBarDock.Manager  = this.sandBarManager;
     this.rightSandBarDock.Name     = "rightSandBarDock";
     this.rightSandBarDock.Size     = new System.Drawing.Size(0, 727);
     this.rightSandBarDock.TabIndex = 1;
     //
     // topSandBarDock
     //
     this.topSandBarDock.Controls.Add(this.toolBarMain);
     this.topSandBarDock.Dock     = System.Windows.Forms.DockStyle.Top;
     this.topSandBarDock.Location = new System.Drawing.Point(0, 0);
     this.topSandBarDock.Manager  = this.sandBarManager;
     this.topSandBarDock.Name     = "topSandBarDock";
     this.topSandBarDock.Size     = new System.Drawing.Size(1260, 23);
     this.topSandBarDock.TabIndex = 3;
     //
     // toolBarMain
     //
     this.toolBarMain.DockLine    = 1;
     this.toolBarMain.Guid        = new System.Guid("46d02df3-0068-4bb3-a433-298ceabd4490");
     this.toolBarMain.Location    = new System.Drawing.Point(2, 0);
     this.toolBarMain.Name        = "toolBarMain";
     this.toolBarMain.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.toolBarMain.Size        = new System.Drawing.Size(25, 23);
     this.toolBarMain.TabIndex    = 1;
     this.toolBarMain.Text        = "toolBar1";
     //
     // _status
     //
     this._status.Font     = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this._status.Location = new System.Drawing.Point(0, 727);
     this._status.Name     = "_status";
     this._status.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] {
         this._statusInfo,
         this._statusTime
     });
     this._status.ShowPanels = true;
     this._status.Size       = new System.Drawing.Size(1260, 23);
     this._status.TabIndex   = 4;
     //
     // _statusInfo
     //
     this._statusInfo.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Spring;
     this._statusInfo.Name     = "_statusInfo";
     this._statusInfo.Text     = "_statusInfo";
     this._statusInfo.Width    = 621;
     //
     // _statusTime
     //
     this._statusTime.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Spring;
     this._statusTime.Name     = "_statusTime";
     this._statusTime.Text     = "_statusTime";
     this._statusTime.Width    = 621;
     //
     // panelGround
     //
     this.panelGround.AutoScroll = true;
     this.panelGround.Controls.Add(this.panel1);
     this.panelGround.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelGround.Location = new System.Drawing.Point(0, 23);
     this.panelGround.Name     = "panelGround";
     this.panelGround.Size     = new System.Drawing.Size(1260, 704);
     this.panelGround.TabIndex = 5;
     //
     // panel1
     //
     this.panel1.AutoScroll = true;
     this.panel1.BackColor  = System.Drawing.Color.WhiteSmoke;
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(1260, 704);
     this.panel1.TabIndex = 0;
     //
     // label1
     //
     this.label1.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.label1.Image     = global::Card.Properties.Resources.FlyWheelTest1;
     this.label1.Location  = new System.Drawing.Point(16, 148);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(1232, 540);
     this.label1.TabIndex  = 2;
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label2
     //
     this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label2.Location  = new System.Drawing.Point(180, 78);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(895, 35);
     this.label2.TabIndex  = 1;
     this.label2.Text      = "飞轮测试平台";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // WinGuiMain
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(1260, 750);
     this.Controls.Add(this.panelGround);
     this.Controls.Add(this._status);
     this.Controls.Add(this.leftSandBarDock);
     this.Controls.Add(this.rightSandBarDock);
     this.Controls.Add(this.bottomSandBarDock);
     this.Controls.Add(this.topSandBarDock);
     this.Name          = "WinGuiMain";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "WinGuiMain";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.topSandBarDock.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this._statusInfo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this._statusTime)).EndInit();
     this.panelGround.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(XEditNetMainForm));
     this.menuItem1         = new System.Windows.Forms.MenuItem();
     this.mainStatusPanel   = new System.Windows.Forms.StatusBarPanel();
     this.statusBar         = new System.Windows.Forms.StatusBar();
     this.sandBarManager1   = new TD.SandBar.SandBarManager();
     this.leftSandBarDock   = new TD.SandBar.ToolBarContainer();
     this.rightSandBarDock  = new TD.SandBar.ToolBarContainer();
     this.bottomSandBarDock = new TD.SandBar.ToolBarContainer();
     this.topSandBarDock    = new TD.SandBar.ToolBarContainer();
     this.menuBar1          = new TD.SandBar.MenuBar();
     this.menuFile          = new TD.SandBar.MenuBarItem();
     this.menuFileNew       = new TD.SandBar.MenuButtonItem();
     this.menuFileOpen      = new TD.SandBar.MenuButtonItem();
     this.menuFileMru       = new TD.SandBar.MenuButtonItem();
     this.menuFileExit      = new TD.SandBar.MenuButtonItem();
     this.menuBarItem6      = new TD.SandBar.MenuBarItem();
     this.menuBarItem7      = new TD.SandBar.MenuBarItem();
     this.menuItem3         = new TD.SandBar.MenuBarItem();
     this.menuItem4         = new TD.SandBar.MenuBarItem();
     this.menuHelpUserGuide = new TD.SandBar.MenuButtonItem();
     this.menuHelpAbout     = new TD.SandBar.MenuButtonItem();
     this.toolbar           = new TD.SandBar.ToolBar();
     this.buttonFileNew     = new TD.SandBar.ButtonItem();
     this.buttonFileOpen    = new TD.SandBar.ButtonItem();
     this.menuBarItem1      = new TD.SandBar.MenuBarItem();
     this.menuBarItem2      = new TD.SandBar.MenuBarItem();
     this.menuBarItem3      = new TD.SandBar.MenuBarItem();
     this.menuBarItem4      = new TD.SandBar.MenuBarItem();
     this.menuBarItem5      = new TD.SandBar.MenuBarItem();
     this.buttonItem2       = new TD.SandBar.ButtonItem();
     this.buttonItem4       = new TD.SandBar.ButtonItem();
     ((System.ComponentModel.ISupportInitialize)(this.mainStatusPanel)).BeginInit();
     this.topSandBarDock.SuspendLayout();
     this.SuspendLayout();
     //
     // menuItem1
     //
     this.menuItem1.Index = -1;
     this.menuItem1.Text  = "";
     //
     // statusBar
     //
     this.statusBar.Location = new System.Drawing.Point(0, 531);
     this.statusBar.Name     = "statusBar";
     this.statusBar.Size     = new System.Drawing.Size(888, 22);
     this.statusBar.TabIndex = 3;
     //
     // sandBarManager1
     //
     this.sandBarManager1.OwnerForm = this;
     //
     // leftSandBarDock
     //
     this.leftSandBarDock.Dock     = System.Windows.Forms.DockStyle.Left;
     this.leftSandBarDock.Guid     = new System.Guid("5f0063a2-6d31-4737-bbb0-8a9c9e2c8e14");
     this.leftSandBarDock.Location = new System.Drawing.Point(0, 50);
     this.leftSandBarDock.Manager  = this.sandBarManager1;
     this.leftSandBarDock.Name     = "leftSandBarDock";
     this.leftSandBarDock.Size     = new System.Drawing.Size(0, 503);
     this.leftSandBarDock.TabIndex = 5;
     //
     // rightSandBarDock
     //
     this.rightSandBarDock.Dock     = System.Windows.Forms.DockStyle.Right;
     this.rightSandBarDock.Guid     = new System.Guid("cc416637-af15-40c6-bdb2-b595b79b46f7");
     this.rightSandBarDock.Location = new System.Drawing.Point(888, 50);
     this.rightSandBarDock.Manager  = this.sandBarManager1;
     this.rightSandBarDock.Name     = "rightSandBarDock";
     this.rightSandBarDock.Size     = new System.Drawing.Size(0, 503);
     this.rightSandBarDock.TabIndex = 6;
     //
     // bottomSandBarDock
     //
     this.bottomSandBarDock.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.bottomSandBarDock.Guid     = new System.Guid("746bc677-7bd1-43fd-9c76-ab8f67c071f6");
     this.bottomSandBarDock.Location = new System.Drawing.Point(0, 553);
     this.bottomSandBarDock.Manager  = this.sandBarManager1;
     this.bottomSandBarDock.Name     = "bottomSandBarDock";
     this.bottomSandBarDock.Size     = new System.Drawing.Size(888, 0);
     this.bottomSandBarDock.TabIndex = 7;
     //
     // topSandBarDock
     //
     this.topSandBarDock.Controls.Add(this.menuBar1);
     this.topSandBarDock.Controls.Add(this.toolbar);
     this.topSandBarDock.Dock     = System.Windows.Forms.DockStyle.Top;
     this.topSandBarDock.Guid     = new System.Guid("9dc621f6-032c-409c-ab45-7f5768d88248");
     this.topSandBarDock.Location = new System.Drawing.Point(0, 0);
     this.topSandBarDock.Manager  = this.sandBarManager1;
     this.topSandBarDock.Name     = "topSandBarDock";
     this.topSandBarDock.Size     = new System.Drawing.Size(888, 50);
     this.topSandBarDock.TabIndex = 8;
     //
     // menuBar1
     //
     this.menuBar1.AllowMerge = true;
     this.menuBar1.Guid       = new System.Guid("4f520204-743b-4927-9dea-ef3e685de2f0");
     this.menuBar1.Items.AddRange(new TD.SandBar.ToolbarItemBase[] {
         this.menuFile,
         this.menuBarItem6,
         this.menuBarItem7,
         this.menuItem3,
         this.menuItem4
     });
     this.menuBar1.Location          = new System.Drawing.Point(2, 0);
     this.menuBar1.Name              = "menuBar1";
     this.menuBar1.OwnerForm         = this;
     this.menuBar1.ShowMdiSystemMenu = false;
     this.menuBar1.Size              = new System.Drawing.Size(886, 24);
     this.menuBar1.TabIndex          = 0;
     this.menuBar1.Text              = "menuBar1";
     this.menuBar1.ButtonClick      += new TD.SandBar.ToolBar.ButtonClickEventHandler(this.menuBar1_ButtonClick);
     //
     // menuFile
     //
     this.menuFile.Items.AddRange(new TD.SandBar.ToolbarItemBase[] {
         this.menuFileNew,
         this.menuFileOpen,
         this.menuFileMru,
         this.menuFileExit
     });
     this.menuFile.Text         = "&File";
     this.menuFile.BeforePopup += new TD.SandBar.MenuItemBase.BeforePopupEventHandler(this.menuFile_BeforePopup);
     //
     // menuFileNew
     //
     this.menuFileNew.Image     = ((System.Drawing.Image)(resources.GetObject("menuFileNew.Image")));
     this.menuFileNew.Shortcut  = System.Windows.Forms.Shortcut.CtrlN;
     this.menuFileNew.Text      = "&New";
     this.menuFileNew.Activate += new System.EventHandler(this.menuFileNew_Click);
     //
     // menuFileOpen
     //
     this.menuFileOpen.Image     = ((System.Drawing.Image)(resources.GetObject("menuFileOpen.Image")));
     this.menuFileOpen.Shortcut  = System.Windows.Forms.Shortcut.CtrlO;
     this.menuFileOpen.Text      = "&Open...";
     this.menuFileOpen.Activate += new System.EventHandler(this.menuFileOpen_Click);
     //
     // menuFileMru
     //
     this.menuFileMru.BeginGroup = true;
     this.menuFileMru.Text       = "Recent &Files";
     //
     // menuFileExit
     //
     this.menuFileExit.Text      = "E&xit";
     this.menuFileExit.Activate += new System.EventHandler(this.FileExit);
     //
     // menuBarItem6
     //
     this.menuBarItem6.Text = "&Edit";
     //
     // menuBarItem7
     //
     this.menuBarItem7.Text = "&View";
     //
     // menuItem3
     //
     this.menuItem3.Text = "&Window";
     //
     // menuItem4
     //
     this.menuItem4.Items.AddRange(new TD.SandBar.ToolbarItemBase[] {
         this.menuHelpUserGuide,
         this.menuHelpAbout
     });
     this.menuItem4.Text = "&Help";
     //
     // menuHelpUserGuide
     //
     this.menuHelpUserGuide.Text      = "Table of &Contents";
     this.menuHelpUserGuide.Activate += new System.EventHandler(this.menuHelpUserGuide_Click);
     //
     // menuHelpAbout
     //
     this.menuHelpAbout.BeginGroup = true;
     this.menuHelpAbout.Text       = "&About...";
     this.menuHelpAbout.Activate  += new System.EventHandler(this.menuHelpAbout_Click);
     //
     // toolbar
     //
     this.toolbar.DockLine = 1;
     this.toolbar.Guid     = new System.Guid("b4123575-47eb-4cc2-830d-dbc0514edfd5");
     this.toolbar.Items.AddRange(new TD.SandBar.ToolbarItemBase[] {
         this.buttonFileNew,
         this.buttonFileOpen
     });
     this.toolbar.Location = new System.Drawing.Point(2, 24);
     this.toolbar.Name     = "toolbar";
     this.toolbar.Size     = new System.Drawing.Size(70, 26);
     this.toolbar.TabIndex = 1;
     this.toolbar.Text     = "toolBar1";
     //
     // buttonFileNew
     //
     this.buttonFileNew.BuddyMenu   = this.menuFileNew;
     this.buttonFileNew.Image       = ((System.Drawing.Image)(resources.GetObject("buttonFileNew.Image")));
     this.buttonFileNew.ToolTipText = "New";
     this.buttonFileNew.Activate   += new System.EventHandler(this.buttonFileNew_Activate);
     //
     // buttonFileOpen
     //
     this.buttonFileOpen.BuddyMenu   = this.menuFileOpen;
     this.buttonFileOpen.Image       = ((System.Drawing.Image)(resources.GetObject("buttonFileOpen.Image")));
     this.buttonFileOpen.ToolTipText = "Open...";
     //
     // menuBarItem1
     //
     this.menuBarItem1.Text = "&File";
     //
     // menuBarItem2
     //
     this.menuBarItem2.Text = "&Edit";
     //
     // menuBarItem3
     //
     this.menuBarItem3.Text = "&View";
     //
     // menuBarItem4
     //
     this.menuBarItem4.MdiWindowList = true;
     this.menuBarItem4.Text          = "&Window";
     //
     // menuBarItem5
     //
     this.menuBarItem5.Text = "&Help";
     //
     // XEditNetMainForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(888, 553);
     this.Controls.Add(this.statusBar);
     this.Controls.Add(this.leftSandBarDock);
     this.Controls.Add(this.rightSandBarDock);
     this.Controls.Add(this.bottomSandBarDock);
     this.Controls.Add(this.topSandBarDock);
     this.Icon              = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.IsMdiContainer    = true;
     this.Name              = "XEditNetMainForm";
     this.Text              = "XEditNet Author";
     this.MdiChildActivate += new System.EventHandler(this.XEditNetMainForm_MdiChildActivate);
     ((System.ComponentModel.ISupportInitialize)(this.mainStatusPanel)).EndInit();
     this.topSandBarDock.ResumeLayout(false);
     this.ResumeLayout(false);
 }