private void InitializeComponent() { this.components = new System.ComponentModel.Container(); NETXP.Library.DynamicColorTable dynamicColorTable1 = new NETXP.Library.DynamicColorTable(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); 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.MenuBarItem1 = new TD.SandBar.MenuBarItem(); this.mnuNewGroup = new TD.SandBar.MenuButtonItem(); this.mnuLoad = new TD.SandBar.MenuButtonItem(); this.mnuSave = new TD.SandBar.MenuButtonItem(); this.mnuExit = new TD.SandBar.MenuButtonItem(); 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.tbGroup = new TD.SandBar.ToolBar(); this.btnNewGroup = new TD.SandBar.ButtonItem(); this.btnLoadGroup = new TD.SandBar.ButtonItem(); this.btnRunGroup = new TD.SandBar.ButtonItem(); this.tbAudit = new TD.SandBar.ToolBar(); this.btnAddAudit = new TD.SandBar.ButtonItem(); this.btnDeleteAudit = new TD.SandBar.ButtonItem(); this.btnRunAudit = new TD.SandBar.ButtonItem(); this.XpTaskPane = new NETXP.Controls.TaskPane.XPTaskPane(); this.xpgAudits = new NETXP.Controls.TaskPane.XPTaskPaneGroup(); this.xpLinkAuditRun = new NETXP.Controls.TaskPane.XPLink(); this.xpLinkDown = new NETXP.Controls.TaskPane.XPLink(); this.xpLinkUp = new NETXP.Controls.TaskPane.XPLink(); this.xpLinkDelete = new NETXP.Controls.TaskPane.XPLink(); this.xpLinkAdd = new NETXP.Controls.TaskPane.XPLink(); this.xpgGroups = new NETXP.Controls.TaskPane.XPTaskPaneGroup(); this.XpLinkRun = new NETXP.Controls.TaskPane.XPLink(); this.XpLinkLoad = new NETXP.Controls.TaskPane.XPLink(); this.XpLinkNew = new NETXP.Controls.TaskPane.XPLink(); this.Splitter1 = new System.Windows.Forms.Splitter(); this.OpenAudits = new System.Windows.Forms.OpenFileDialog(); this.imgAudits = new System.Windows.Forms.ImageList(this.components); this.Panel1 = new System.Windows.Forms.Panel(); this.Splitter2 = new System.Windows.Forms.Splitter(); this.lblAuditGroup = new System.Windows.Forms.Label(); this.lsvAudits = new System.Windows.Forms.ListView(); this.clhIcon = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.clhStatus = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.topSandBarDock.SuspendLayout(); this.XpTaskPane.SuspendLayout(); this.xpgAudits.SuspendLayout(); this.xpgGroups.SuspendLayout(); this.Panel1.SuspendLayout(); this.SuspendLayout(); // // SandBarManager1 // this.SandBarManager1.OwnerForm = this; // // leftSandBarDock // this.leftSandBarDock.Dock = System.Windows.Forms.DockStyle.Left; this.leftSandBarDock.Guid = new System.Guid("0005de62-e1a4-4aed-86e8-8982f974f423"); this.leftSandBarDock.Location = new System.Drawing.Point(0, 70); this.leftSandBarDock.Manager = this.SandBarManager1; this.leftSandBarDock.Name = "leftSandBarDock"; this.leftSandBarDock.Size = new System.Drawing.Size(0, 436); this.leftSandBarDock.TabIndex = 1; // // rightSandBarDock // this.rightSandBarDock.Dock = System.Windows.Forms.DockStyle.Right; this.rightSandBarDock.Guid = new System.Guid("d16b2d2d-d34e-4bc5-8a74-d6961a94a91b"); this.rightSandBarDock.Location = new System.Drawing.Point(802, 70); this.rightSandBarDock.Manager = this.SandBarManager1; this.rightSandBarDock.Name = "rightSandBarDock"; this.rightSandBarDock.Size = new System.Drawing.Size(0, 436); this.rightSandBarDock.TabIndex = 2; // // bottomSandBarDock // this.bottomSandBarDock.Dock = System.Windows.Forms.DockStyle.Bottom; this.bottomSandBarDock.Guid = new System.Guid("453d2a06-d705-4729-8665-4c03d7a4fc7d"); this.bottomSandBarDock.Location = new System.Drawing.Point(0, 506); this.bottomSandBarDock.Manager = this.SandBarManager1; this.bottomSandBarDock.Name = "bottomSandBarDock"; this.bottomSandBarDock.Size = new System.Drawing.Size(802, 0); this.bottomSandBarDock.TabIndex = 3; // // topSandBarDock // this.topSandBarDock.Controls.Add(this.MenuBar1); this.topSandBarDock.Controls.Add(this.tbGroup); this.topSandBarDock.Controls.Add(this.tbAudit); this.topSandBarDock.Dock = System.Windows.Forms.DockStyle.Top; this.topSandBarDock.Guid = new System.Guid("f84b0b89-33c0-426f-9560-62b247d238f2"); 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(802, 70); this.topSandBarDock.TabIndex = 4; // // MenuBar1 // this.MenuBar1.Guid = new System.Guid("0196a532-5051-4a9b-b066-d94b76c60c8c"); this.MenuBar1.Items.AddRange(new TD.SandBar.ToolbarItemBase[] { this.MenuBarItem1, this.MenuBarItem2, this.MenuBarItem3, this.MenuBarItem4, this.MenuBarItem5}); this.MenuBar1.Location = new System.Drawing.Point(2, 0); this.MenuBar1.Name = "MenuBar1"; this.MenuBar1.OwnerForm = this; this.MenuBar1.Size = new System.Drawing.Size(800, 27); this.MenuBar1.TabIndex = 0; this.MenuBar1.Text = "MenuBar1"; // // MenuBarItem1 // this.MenuBarItem1.Items.AddRange(new TD.SandBar.ToolbarItemBase[] { this.mnuNewGroup, this.mnuLoad, this.mnuSave, this.mnuExit}); this.MenuBarItem1.Text = "&File"; // // mnuNewGroup // this.mnuNewGroup.Text = "New Audit Group"; // // mnuLoad // this.mnuLoad.Text = "Load Audit Group"; // // mnuSave // this.mnuSave.Text = "Save Audit Group"; // // mnuExit // this.mnuExit.BeginGroup = true; this.mnuExit.Text = "Exit"; this.mnuExit.Activate += new System.EventHandler(this.mnuExit_Activate); // // MenuBarItem2 // this.MenuBarItem2.Text = "&Edit"; // // MenuBarItem3 // this.MenuBarItem3.Text = "&View"; // // MenuBarItem4 // this.MenuBarItem4.MdiWindowList = true; this.MenuBarItem4.Text = "&Window"; // // MenuBarItem5 // this.MenuBarItem5.Text = "&Help"; // // tbGroup // this.tbGroup.DockLine = 1; this.tbGroup.Guid = new System.Guid("1068a9f8-d8ea-4221-a4a9-f004e2dcc607"); this.tbGroup.Items.AddRange(new TD.SandBar.ToolbarItemBase[] { this.btnNewGroup, this.btnLoadGroup, this.btnRunGroup}); this.tbGroup.Location = new System.Drawing.Point(2, 27); this.tbGroup.Name = "tbGroup"; this.tbGroup.Size = new System.Drawing.Size(270, 43); this.tbGroup.TabIndex = 1; this.tbGroup.Text = "AuditGroup"; this.tbGroup.TextAlign = TD.SandBar.ToolBarTextAlign.Underneath; // // btnNewGroup // this.btnNewGroup.BeginGroup = true; this.btnNewGroup.Enabled = false; this.btnNewGroup.Icon = ((System.Drawing.Icon)(resources.GetObject("btnNewGroup.Icon"))); this.btnNewGroup.Text = "New Group"; // // btnLoadGroup // this.btnLoadGroup.Icon = ((System.Drawing.Icon)(resources.GetObject("btnLoadGroup.Icon"))); this.btnLoadGroup.Text = "Load Group"; this.btnLoadGroup.Activate += new System.EventHandler(this.btnLoadGroup_Activate); // // btnRunGroup // this.btnRunGroup.Icon = ((System.Drawing.Icon)(resources.GetObject("btnRunGroup.Icon"))); this.btnRunGroup.Text = "Run Audits"; this.btnRunGroup.Activate += new System.EventHandler(this.btnRunGroup_Activate); // // tbAudit // this.tbAudit.DockLine = 1; this.tbAudit.DockOffset = 12; this.tbAudit.Guid = new System.Guid("34672742-ab26-40ec-88cb-eaca2e35a249"); this.tbAudit.Items.AddRange(new TD.SandBar.ToolbarItemBase[] { this.btnAddAudit, this.btnDeleteAudit, this.btnRunAudit}); this.tbAudit.Location = new System.Drawing.Point(274, 27); this.tbAudit.Name = "tbAudit"; this.tbAudit.Size = new System.Drawing.Size(279, 43); this.tbAudit.TabIndex = 2; this.tbAudit.Text = "Audits"; this.tbAudit.TextAlign = TD.SandBar.ToolBarTextAlign.Underneath; // // btnAddAudit // this.btnAddAudit.Icon = ((System.Drawing.Icon)(resources.GetObject("btnAddAudit.Icon"))); this.btnAddAudit.Text = "Add Audit"; // // btnDeleteAudit // this.btnDeleteAudit.Enabled = false; this.btnDeleteAudit.Icon = ((System.Drawing.Icon)(resources.GetObject("btnDeleteAudit.Icon"))); this.btnDeleteAudit.Text = "Delete Audit"; // // btnRunAudit // this.btnRunAudit.Icon = ((System.Drawing.Icon)(resources.GetObject("btnRunAudit.Icon"))); this.btnRunAudit.Text = "Run Audit"; this.btnRunAudit.Activate += new System.EventHandler(this.btnRunAudit_Activate); // // XpTaskPane // this.XpTaskPane.AutoScroll = true; this.XpTaskPane.ColorTable = dynamicColorTable1; this.XpTaskPane.Controls.Add(this.xpgAudits); this.XpTaskPane.Controls.Add(this.xpgGroups); this.XpTaskPane.Dock = System.Windows.Forms.DockStyle.Left; this.XpTaskPane.Location = new System.Drawing.Point(0, 70); this.XpTaskPane.Name = "XpTaskPane"; this.XpTaskPane.Size = new System.Drawing.Size(202, 436); this.XpTaskPane.TabIndex = 5; this.XpTaskPane.Text = "XpTaskPane1"; // // xpgAudits // this.xpgAudits.ColorTable = dynamicColorTable1; this.xpgAudits.Controls.Add(this.xpLinkAuditRun); this.xpgAudits.Controls.Add(this.xpLinkDown); this.xpgAudits.Controls.Add(this.xpLinkUp); this.xpgAudits.Controls.Add(this.xpLinkDelete); this.xpgAudits.Controls.Add(this.xpLinkAdd); this.xpgAudits.Location = new System.Drawing.Point(10, 175); this.xpgAudits.Name = "xpgAudits"; this.xpgAudits.Size = new System.Drawing.Size(172, 176); this.xpgAudits.TabIndex = 1; this.xpgAudits.Text = "Audit Actions"; // // xpLinkAuditRun // this.xpLinkAuditRun.BackColor = System.Drawing.Color.Transparent; this.xpLinkAuditRun.ColorTable = dynamicColorTable1; this.xpLinkAuditRun.Cursor = System.Windows.Forms.Cursors.Hand; this.xpLinkAuditRun.HotForeColor = System.Drawing.SystemColors.HotTrack; this.xpLinkAuditRun.Image = ((System.Drawing.Image)(resources.GetObject("xpLinkAuditRun.Image"))); this.xpLinkAuditRun.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.xpLinkAuditRun.Location = new System.Drawing.Point(10, 92); this.xpLinkAuditRun.Name = "xpLinkAuditRun"; this.xpLinkAuditRun.Size = new System.Drawing.Size(153, 19); this.xpLinkAuditRun.TabIndex = 5; this.xpLinkAuditRun.Text = "Run Audit"; this.xpLinkAuditRun.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.xpLinkAuditRun.Click += new System.EventHandler(this.xpLinkAuditRun_Click); // // xpLinkDown // this.xpLinkDown.BackColor = System.Drawing.Color.Transparent; this.xpLinkDown.ColorTable = dynamicColorTable1; this.xpLinkDown.Cursor = System.Windows.Forms.Cursors.Hand; this.xpLinkDown.HotForeColor = System.Drawing.SystemColors.HotTrack; this.xpLinkDown.Image = ((System.Drawing.Image)(resources.GetObject("xpLinkDown.Image"))); this.xpLinkDown.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.xpLinkDown.Location = new System.Drawing.Point(10, 148); this.xpLinkDown.Name = "xpLinkDown"; this.xpLinkDown.Size = new System.Drawing.Size(153, 18); this.xpLinkDown.TabIndex = 4; this.xpLinkDown.Text = "Move Down"; this.xpLinkDown.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // xpLinkUp // this.xpLinkUp.BackColor = System.Drawing.Color.Transparent; this.xpLinkUp.ColorTable = dynamicColorTable1; this.xpLinkUp.Cursor = System.Windows.Forms.Cursors.Hand; this.xpLinkUp.HotForeColor = System.Drawing.SystemColors.HotTrack; this.xpLinkUp.Image = ((System.Drawing.Image)(resources.GetObject("xpLinkUp.Image"))); this.xpLinkUp.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.xpLinkUp.Location = new System.Drawing.Point(10, 120); this.xpLinkUp.Name = "xpLinkUp"; this.xpLinkUp.Size = new System.Drawing.Size(153, 18); this.xpLinkUp.TabIndex = 3; this.xpLinkUp.Text = "Move Up"; this.xpLinkUp.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // xpLinkDelete // this.xpLinkDelete.BackColor = System.Drawing.Color.Transparent; this.xpLinkDelete.ColorTable = dynamicColorTable1; this.xpLinkDelete.Cursor = System.Windows.Forms.Cursors.Hand; this.xpLinkDelete.Enabled = false; this.xpLinkDelete.HotForeColor = System.Drawing.SystemColors.HotTrack; this.xpLinkDelete.Image = ((System.Drawing.Image)(resources.GetObject("xpLinkDelete.Image"))); this.xpLinkDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.xpLinkDelete.Location = new System.Drawing.Point(10, 65); this.xpLinkDelete.Name = "xpLinkDelete"; this.xpLinkDelete.Size = new System.Drawing.Size(153, 18); this.xpLinkDelete.TabIndex = 2; this.xpLinkDelete.Text = "Delete Audit"; this.xpLinkDelete.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // xpLinkAdd // this.xpLinkAdd.BackColor = System.Drawing.Color.Transparent; this.xpLinkAdd.ColorTable = dynamicColorTable1; this.xpLinkAdd.Cursor = System.Windows.Forms.Cursors.Hand; this.xpLinkAdd.HotForeColor = System.Drawing.SystemColors.HotTrack; this.xpLinkAdd.Image = ((System.Drawing.Image)(resources.GetObject("xpLinkAdd.Image"))); this.xpLinkAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.xpLinkAdd.Location = new System.Drawing.Point(10, 37); this.xpLinkAdd.Name = "xpLinkAdd"; this.xpLinkAdd.Size = new System.Drawing.Size(153, 18); this.xpLinkAdd.TabIndex = 1; this.xpLinkAdd.Text = "Add Audit"; this.xpLinkAdd.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // xpgGroups // this.xpgGroups.ColorTable = dynamicColorTable1; this.xpgGroups.Controls.Add(this.XpLinkRun); this.xpgGroups.Controls.Add(this.XpLinkLoad); this.xpgGroups.Controls.Add(this.XpLinkNew); this.xpgGroups.Location = new System.Drawing.Point(10, 28); this.xpgGroups.Name = "xpgGroups"; this.xpgGroups.Size = new System.Drawing.Size(172, 129); this.xpgGroups.TabIndex = 0; this.xpgGroups.Text = "Group Actions"; // // XpLinkRun // this.XpLinkRun.BackColor = System.Drawing.Color.Transparent; this.XpLinkRun.ColorTable = dynamicColorTable1; this.XpLinkRun.Cursor = System.Windows.Forms.Cursors.Hand; this.XpLinkRun.HotForeColor = System.Drawing.SystemColors.HotTrack; this.XpLinkRun.Image = ((System.Drawing.Image)(resources.GetObject("XpLinkRun.Image"))); this.XpLinkRun.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.XpLinkRun.Location = new System.Drawing.Point(10, 92); this.XpLinkRun.Name = "XpLinkRun"; this.XpLinkRun.Size = new System.Drawing.Size(153, 19); this.XpLinkRun.TabIndex = 2; this.XpLinkRun.Text = "Run Audits"; this.XpLinkRun.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.XpLinkRun.Click += new System.EventHandler(this.XpLinkRun_Click); // // XpLinkLoad // this.XpLinkLoad.BackColor = System.Drawing.Color.Transparent; this.XpLinkLoad.ColorTable = dynamicColorTable1; this.XpLinkLoad.Cursor = System.Windows.Forms.Cursors.Hand; this.XpLinkLoad.HotForeColor = System.Drawing.SystemColors.HotTrack; this.XpLinkLoad.Image = ((System.Drawing.Image)(resources.GetObject("XpLinkLoad.Image"))); this.XpLinkLoad.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.XpLinkLoad.Location = new System.Drawing.Point(10, 65); this.XpLinkLoad.Name = "XpLinkLoad"; this.XpLinkLoad.Size = new System.Drawing.Size(153, 18); this.XpLinkLoad.TabIndex = 1; this.XpLinkLoad.Text = "Load Audit Group"; this.XpLinkLoad.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.XpLinkLoad.Click += new System.EventHandler(this.XpLinkLoad_Click); // // XpLinkNew // this.XpLinkNew.BackColor = System.Drawing.Color.Transparent; this.XpLinkNew.ColorTable = dynamicColorTable1; this.XpLinkNew.Cursor = System.Windows.Forms.Cursors.Hand; this.XpLinkNew.HotForeColor = System.Drawing.SystemColors.HotTrack; this.XpLinkNew.Image = ((System.Drawing.Image)(resources.GetObject("XpLinkNew.Image"))); this.XpLinkNew.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.XpLinkNew.Location = new System.Drawing.Point(10, 37); this.XpLinkNew.Name = "XpLinkNew"; this.XpLinkNew.Size = new System.Drawing.Size(153, 18); this.XpLinkNew.TabIndex = 0; this.XpLinkNew.Text = "New Audit Group"; this.XpLinkNew.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // Splitter1 // this.Splitter1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.Splitter1.Location = new System.Drawing.Point(202, 70); this.Splitter1.Name = "Splitter1"; this.Splitter1.Size = new System.Drawing.Size(9, 436); this.Splitter1.TabIndex = 6; this.Splitter1.TabStop = false; // // OpenAudits // this.OpenAudits.AddExtension = false; this.OpenAudits.DefaultExt = "xml"; this.OpenAudits.Filter = "XML Files|*.xml|Audit Files|*.audit|All Files|*.*"; this.OpenAudits.FileOk += new System.ComponentModel.CancelEventHandler(this.OpenAudits_FileOk); // // imgAudits // this.imgAudits.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgAudits.ImageStream"))); this.imgAudits.TransparentColor = System.Drawing.Color.Transparent; this.imgAudits.Images.SetKeyName(0, ""); this.imgAudits.Images.SetKeyName(1, ""); this.imgAudits.Images.SetKeyName(2, ""); this.imgAudits.Images.SetKeyName(3, ""); this.imgAudits.Images.SetKeyName(4, ""); this.imgAudits.Images.SetKeyName(5, ""); // // Panel1 // this.Panel1.Controls.Add(this.Splitter2); this.Panel1.Controls.Add(this.lblAuditGroup); this.Panel1.Controls.Add(this.lsvAudits); this.Panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.Panel1.Location = new System.Drawing.Point(211, 70); this.Panel1.Name = "Panel1"; this.Panel1.Size = new System.Drawing.Size(591, 436); this.Panel1.TabIndex = 7; // // Splitter2 // this.Splitter2.Dock = System.Windows.Forms.DockStyle.Bottom; this.Splitter2.Location = new System.Drawing.Point(0, 427); this.Splitter2.Name = "Splitter2"; this.Splitter2.Size = new System.Drawing.Size(591, 9); this.Splitter2.TabIndex = 16; this.Splitter2.TabStop = false; // // lblAuditGroup // this.lblAuditGroup.BackColor = System.Drawing.Color.Blue; this.lblAuditGroup.Dock = System.Windows.Forms.DockStyle.Top; this.lblAuditGroup.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblAuditGroup.ForeColor = System.Drawing.Color.White; this.lblAuditGroup.Location = new System.Drawing.Point(0, 0); this.lblAuditGroup.Name = "lblAuditGroup"; this.lblAuditGroup.Size = new System.Drawing.Size(591, 27); this.lblAuditGroup.TabIndex = 14; this.lblAuditGroup.Text = "Label1"; this.lblAuditGroup.Click += new System.EventHandler(this.lblAuditGroup_Click); // // lsvAudits // this.lsvAudits.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.lsvAudits.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.clhIcon, this.clhStatus}); this.lsvAudits.Cursor = System.Windows.Forms.Cursors.Hand; this.lsvAudits.FullRowSelect = true; this.lsvAudits.HideSelection = false; this.lsvAudits.Location = new System.Drawing.Point(0, 28); this.lsvAudits.Name = "lsvAudits"; this.lsvAudits.Size = new System.Drawing.Size(591, 395); this.lsvAudits.SmallImageList = this.imgAudits; this.lsvAudits.TabIndex = 13; this.lsvAudits.UseCompatibleStateImageBehavior = false; this.lsvAudits.View = System.Windows.Forms.View.Details; this.lsvAudits.SelectedIndexChanged += new System.EventHandler(this.lsvAudits_SelectedIndexChanged); // // clhIcon // this.clhIcon.Text = "Audit Name"; this.clhIcon.Width = 374; // // clhStatus // this.clhStatus.Text = "Status"; this.clhStatus.Width = 76; // // MainForm // this.AutoScaleBaseSize = new System.Drawing.Size(6, 15); this.ClientSize = new System.Drawing.Size(802, 506); this.Controls.Add(this.Panel1); this.Controls.Add(this.Splitter1); this.Controls.Add(this.XpTaskPane); 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.Name = "MainForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "DataAuditor - No Audits Loaded"; this.Load += new System.EventHandler(this.MainForm_Load); this.topSandBarDock.ResumeLayout(false); this.XpTaskPane.ResumeLayout(false); this.xpgAudits.ResumeLayout(false); this.xpgGroups.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() { this.components = new System.ComponentModel.Container(); System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(MainForm)); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPagePreview = new System.Windows.Forms.TabPage(); this.htmlEditor1 = new onlyconnect.HtmlEditor(); this.panel1 = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); this.flatComboBoxVersion = new TD.SandBar.FlatComboBox(); this.tabPageText = new System.Windows.Forms.TabPage(); this.richTextBox1 = new System.Windows.Forms.RichTextBox(); this.imageListToolbar = new System.Windows.Forms.ImageList(this.components); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.panelMainRight = new System.Windows.Forms.Panel(); this.dockHost1 = new DockingSuite.DockHost(); this.dockPanel1 = new DockingSuite.DockPanel(); this.dockControl1 = new DockingSuite.DockControl(); this.listViewTopicNames = new System.Windows.Forms.ListView(); this.columnHeader1 = new System.Windows.Forms.ColumnHeader(); this.panelNamespaces = new System.Windows.Forms.Panel(); this.label2 = new System.Windows.Forms.Label(); this.comboBoxContentBase = new System.Windows.Forms.ComboBox(); this.sandBarManager1 = 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.menuBar1 = new TD.SandBar.MenuBar(); 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.menuButtonItemTopicNames = new TD.SandBar.MenuButtonItem(); this.menuBarItem5 = new TD.SandBar.MenuBarItem(); this.toolBarWikiServer = new TD.SandBar.ToolBar(); this.comboBoxItemWikiServer = new TD.SandBar.ComboBoxItem(); this.buttonItemConnect = new TD.SandBar.ButtonItem(); this.toolBarFormatting = new TD.SandBar.ToolBar(); this.buttonItemBold = new TD.SandBar.ButtonItem(); this.buttonItemItalic = new TD.SandBar.ButtonItem(); this.buttonItemUnderline = new TD.SandBar.ButtonItem(); this.buttonItemOrderedList = new TD.SandBar.ButtonItem(); this.buttonItemUnorderedList = new TD.SandBar.ButtonItem(); this.buttonItemInsertLink = new TD.SandBar.ButtonItem(); this.buttonItemInsertHorizonalRule = new TD.SandBar.ButtonItem(); this.toolBarTopicName = new TD.SandBar.ToolBar(); this.buttonItemSave = new TD.SandBar.ButtonItem(); this.buttonItemRestore = new TD.SandBar.ButtonItem(); this.comboBoxAttribution = new TD.SandBar.ComboBoxItem(); this.tabControl1.SuspendLayout(); this.tabPagePreview.SuspendLayout(); this.panel1.SuspendLayout(); this.tabPageText.SuspendLayout(); this.panelMainRight.SuspendLayout(); this.dockHost1.SuspendLayout(); this.dockPanel1.SuspendLayout(); this.dockControl1.SuspendLayout(); this.panelNamespaces.SuspendLayout(); this.topSandBarDock.SuspendLayout(); this.SuspendLayout(); // // tabControl1 // this.tabControl1.Controls.Add(this.tabPagePreview); this.tabControl1.Controls.Add(this.tabPageText); this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl1.ImageList = this.imageListToolbar; this.tabControl1.Location = new System.Drawing.Point(3, 0); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(562, 511); this.tabControl1.TabIndex = 2; this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged); // // tabPagePreview // this.tabPagePreview.Controls.Add(this.htmlEditor1); this.tabPagePreview.Controls.Add(this.panel1); this.tabPagePreview.ImageIndex = 10; this.tabPagePreview.Location = new System.Drawing.Point(4, 23); this.tabPagePreview.Name = "tabPagePreview"; this.tabPagePreview.Size = new System.Drawing.Size(554, 484); this.tabPagePreview.TabIndex = 0; this.tabPagePreview.Text = "Preview"; // // htmlEditor1 // this.htmlEditor1.DefaultComposeSettings.BackColor = System.Drawing.Color.White; this.htmlEditor1.DefaultComposeSettings.DefaultFont = new System.Drawing.Font("Arial", 10F); this.htmlEditor1.DefaultComposeSettings.Enabled = false; this.htmlEditor1.DefaultComposeSettings.ForeColor = System.Drawing.Color.Black; this.htmlEditor1.Dock = System.Windows.Forms.DockStyle.Fill; this.htmlEditor1.DocumentEncoding = onlyconnect.EncodingType.WindowsCurrent; this.htmlEditor1.Location = new System.Drawing.Point(0, 32); this.htmlEditor1.Name = "htmlEditor1"; this.htmlEditor1.OpenLinksInNewWindow = true; this.htmlEditor1.SelectionAlignment = System.Windows.Forms.HorizontalAlignment.Left; this.htmlEditor1.SelectionBackColor = System.Drawing.Color.Empty; this.htmlEditor1.SelectionBullets = false; this.htmlEditor1.SelectionFont = null; this.htmlEditor1.SelectionForeColor = System.Drawing.Color.Empty; this.htmlEditor1.SelectionNumbering = false; this.htmlEditor1.Size = new System.Drawing.Size(554, 452); this.htmlEditor1.TabIndex = 3; this.htmlEditor1.TabStop = false; this.htmlEditor1.Text = "htmlEditor1"; this.htmlEditor1.BeforeNavigate += new onlyconnect.BeforeNavigateEventHandler(this.htmlEditor1_BeforeNavigate); this.htmlEditor1.ReadyStateChanged += new onlyconnect.ReadyStateChangedHandler(this.htmlEditor1_ReadyStateChanged); // // panel1 // this.panel1.BackColor = System.Drawing.SystemColors.Window; this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.flatComboBoxVersion); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(554, 32); this.panel1.TabIndex = 4; // // label1 // this.label1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.label1.Location = new System.Drawing.Point(8, 6); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(48, 21); this.label1.TabIndex = 5; this.label1.Text = "Version:"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // flatComboBoxVersion // this.flatComboBoxVersion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.flatComboBoxVersion.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.flatComboBoxVersion.ForeColor = System.Drawing.SystemColors.ControlDark; this.flatComboBoxVersion.Location = new System.Drawing.Point(64, 6); this.flatComboBoxVersion.Name = "flatComboBoxVersion"; this.flatComboBoxVersion.Size = new System.Drawing.Size(480, 21); this.flatComboBoxVersion.TabIndex = 4; this.flatComboBoxVersion.SelectedIndexChanged += new System.EventHandler(this.flatComboBoxVersion_SelectedIndexChanged); // // tabPageText // this.tabPageText.Controls.Add(this.richTextBox1); this.tabPageText.DockPadding.All = 3; this.tabPageText.ImageIndex = 11; this.tabPageText.Location = new System.Drawing.Point(4, 23); this.tabPageText.Name = "tabPageText"; this.tabPageText.Size = new System.Drawing.Size(554, 563); this.tabPageText.TabIndex = 1; this.tabPageText.Text = "Text"; // // richTextBox1 // this.richTextBox1.AcceptsTab = true; this.richTextBox1.AutoWordSelection = true; this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.richTextBox1.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.richTextBox1.Location = new System.Drawing.Point(3, 3); this.richTextBox1.Name = "richTextBox1"; this.richTextBox1.Size = new System.Drawing.Size(548, 557); this.richTextBox1.TabIndex = 0; this.richTextBox1.Text = ""; // // imageListToolbar // this.imageListToolbar.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit; this.imageListToolbar.ImageSize = new System.Drawing.Size(16, 16); this.imageListToolbar.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListToolbar.ImageStream"))); this.imageListToolbar.TransparentColor = System.Drawing.Color.FromArgb(((System.Byte)(238)), ((System.Byte)(238)), ((System.Byte)(238))); // // panelMainRight // this.panelMainRight.Controls.Add(this.tabControl1); this.panelMainRight.Dock = System.Windows.Forms.DockStyle.Fill; this.panelMainRight.DockPadding.Left = 3; this.panelMainRight.DockPadding.Right = 3; this.panelMainRight.ForeColor = System.Drawing.SystemColors.ControlText; this.panelMainRight.Location = new System.Drawing.Point(208, 79); this.panelMainRight.Name = "panelMainRight"; this.panelMainRight.Size = new System.Drawing.Size(568, 511); this.panelMainRight.TabIndex = 5; // // dockHost1 // this.dockHost1.Controls.Add(this.dockPanel1); this.dockHost1.Dock = System.Windows.Forms.DockStyle.Left; this.dockHost1.Location = new System.Drawing.Point(0, 79); this.dockHost1.Name = "dockHost1"; this.dockHost1.Size = new System.Drawing.Size(208, 511); this.dockHost1.TabIndex = 9; // // dockPanel1 // this.dockPanel1.AutoHide = false; this.dockPanel1.Controls.Add(this.dockControl1); this.dockPanel1.DockedHeight = 511; this.dockPanel1.DockedWidth = 0; this.dockPanel1.Location = new System.Drawing.Point(0, 0); this.dockPanel1.Name = "dockPanel1"; this.dockPanel1.SelectedTab = this.dockControl1; this.dockPanel1.Size = new System.Drawing.Size(204, 511); this.dockPanel1.TabIndex = 0; this.dockPanel1.Text = "Docked Panel"; this.dockPanel1.SizeChanged += new System.EventHandler(this.dockPanel1_SizeChanged); // // dockControl1 // this.dockControl1.Controls.Add(this.listViewTopicNames); this.dockControl1.Controls.Add(this.panelNamespaces); this.dockControl1.Guid = new System.Guid("2d0a7eb3-9426-48a7-bb12-fa94a6b10763"); this.dockControl1.Location = new System.Drawing.Point(0, 20); this.dockControl1.Name = "dockControl1"; this.dockControl1.PrimaryControl = null; this.dockControl1.Size = new System.Drawing.Size(204, 468); this.dockControl1.TabImage = null; this.dockControl1.TabIndex = 0; this.dockControl1.Text = "Topic Names"; // // listViewTopicNames // this.listViewTopicNames.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader1}); this.listViewTopicNames.Dock = System.Windows.Forms.DockStyle.Fill; this.listViewTopicNames.HideSelection = false; this.listViewTopicNames.Location = new System.Drawing.Point(0, 32); this.listViewTopicNames.MultiSelect = false; this.listViewTopicNames.Name = "listViewTopicNames"; this.listViewTopicNames.Size = new System.Drawing.Size(204, 436); this.listViewTopicNames.TabIndex = 5; this.listViewTopicNames.View = System.Windows.Forms.View.Details; this.listViewTopicNames.SelectedIndexChanged += new System.EventHandler(this.listViewTopicNames_SelectedIndexChanged); // // columnHeader1 // this.columnHeader1.Text = "Topic Names"; this.columnHeader1.Width = 188; // // panelNamespaces // this.panelNamespaces.Controls.Add(this.label2); this.panelNamespaces.Controls.Add(this.comboBoxContentBase); this.panelNamespaces.Dock = System.Windows.Forms.DockStyle.Top; this.panelNamespaces.Location = new System.Drawing.Point(0, 0); this.panelNamespaces.Name = "panelNamespaces"; this.panelNamespaces.Size = new System.Drawing.Size(204, 32); this.panelNamespaces.TabIndex = 4; // // label2 // this.label2.Location = new System.Drawing.Point(8, 11); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(78, 16); this.label2.TabIndex = 1; this.label2.Text = "Namespaces:"; // // comboBoxContentBase // this.comboBoxContentBase.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.comboBoxContentBase.Location = new System.Drawing.Point(88, 8); this.comboBoxContentBase.Name = "comboBoxContentBase"; this.comboBoxContentBase.Size = new System.Drawing.Size(112, 21); this.comboBoxContentBase.TabIndex = 2; this.comboBoxContentBase.SelectedIndexChanged += new System.EventHandler(this.comboBoxContentBase_SelectedIndexChanged); // // sandBarManager1 // this.sandBarManager1.BottomContainer = this.bottomSandBarDock; this.sandBarManager1.LeftContainer = this.leftSandBarDock; this.sandBarManager1.OwnerForm = this; this.sandBarManager1.RightContainer = this.rightSandBarDock; this.sandBarManager1.TopContainer = this.topSandBarDock; // // bottomSandBarDock // this.bottomSandBarDock.Dock = System.Windows.Forms.DockStyle.Bottom; this.bottomSandBarDock.Location = new System.Drawing.Point(0, 590); this.bottomSandBarDock.Manager = this.sandBarManager1; this.bottomSandBarDock.Name = "bottomSandBarDock"; this.bottomSandBarDock.Size = new System.Drawing.Size(776, 0); this.bottomSandBarDock.TabIndex = 12; // // leftSandBarDock // this.leftSandBarDock.Dock = System.Windows.Forms.DockStyle.Left; this.leftSandBarDock.Location = new System.Drawing.Point(0, 79); this.leftSandBarDock.Manager = this.sandBarManager1; this.leftSandBarDock.Name = "leftSandBarDock"; this.leftSandBarDock.Size = new System.Drawing.Size(0, 511); this.leftSandBarDock.TabIndex = 10; // // rightSandBarDock // this.rightSandBarDock.Dock = System.Windows.Forms.DockStyle.Right; this.rightSandBarDock.Location = new System.Drawing.Point(776, 79); this.rightSandBarDock.Manager = this.sandBarManager1; this.rightSandBarDock.Name = "rightSandBarDock"; this.rightSandBarDock.Size = new System.Drawing.Size(0, 511); this.rightSandBarDock.TabIndex = 11; // // topSandBarDock // this.topSandBarDock.Controls.Add(this.menuBar1); this.topSandBarDock.Controls.Add(this.toolBarWikiServer); this.topSandBarDock.Controls.Add(this.toolBarFormatting); this.topSandBarDock.Controls.Add(this.toolBarTopicName); this.topSandBarDock.Dock = System.Windows.Forms.DockStyle.Top; 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(776, 79); this.topSandBarDock.TabIndex = 13; // // menuBar1 // this.menuBar1.Buttons.AddRange(new TD.SandBar.ToolbarItemBase[] { this.menuBarItem1, this.menuBarItem2, this.menuBarItem3, this.menuBarItem4, this.menuBarItem5}); this.menuBar1.Guid = new System.Guid("93588b8e-b092-4601-851a-63ee29c6f34f"); this.menuBar1.ImageList = null; this.menuBar1.Location = new System.Drawing.Point(2, 0); this.menuBar1.Name = "menuBar1"; this.menuBar1.Size = new System.Drawing.Size(774, 25); this.menuBar1.TabIndex = 1; // // menuBarItem1 // this.menuBarItem1.Icon = null; this.menuBarItem1.Tag = null; this.menuBarItem1.Text = "&File"; // // menuBarItem2 // this.menuBarItem2.Icon = null; this.menuBarItem2.Tag = null; this.menuBarItem2.Text = "&Edit"; // // menuBarItem3 // this.menuBarItem3.Icon = null; this.menuBarItem3.Tag = null; this.menuBarItem3.Text = "&View"; // // menuBarItem4 // this.menuBarItem4.Icon = null; this.menuBarItem4.MenuItems.AddRange(new TD.SandBar.MenuButtonItem[] { this.menuButtonItemTopicNames}); this.menuBarItem4.Tag = null; this.menuBarItem4.Text = "&Window"; // // menuButtonItemTopicNames // this.menuButtonItemTopicNames.Icon = null; this.menuButtonItemTopicNames.Shortcut = System.Windows.Forms.Shortcut.None; this.menuButtonItemTopicNames.Tag = null; this.menuButtonItemTopicNames.Text = "Topic Names"; // // menuBarItem5 // this.menuBarItem5.Icon = null; this.menuBarItem5.Tag = null; this.menuBarItem5.Text = "&Help"; // // toolBarWikiServer // this.toolBarWikiServer.Buttons.AddRange(new TD.SandBar.ToolbarItemBase[] { this.comboBoxItemWikiServer, this.buttonItemConnect}); this.toolBarWikiServer.DockLine = 1; this.toolBarWikiServer.Guid = new System.Guid("81fe7604-43a4-46c8-9964-46e672a85bda"); this.toolBarWikiServer.ImageList = this.imageListToolbar; this.toolBarWikiServer.Location = new System.Drawing.Point(2, 25); this.toolBarWikiServer.Name = "toolBarWikiServer"; this.toolBarWikiServer.Size = new System.Drawing.Size(324, 27); this.toolBarWikiServer.TabIndex = 0; this.toolBarWikiServer.ButtonClick += new TD.SandBar.ToolBar.ButtonClickEventHandler(this.toolBarWikiServer_ButtonClick); // // comboBoxItemWikiServer // this.comboBoxItemWikiServer.ControlWidth = 160; this.comboBoxItemWikiServer.DefaultText = "http://localhost/flexwiki.web"; this.comboBoxItemWikiServer.Items.AddRange(new object[] { "http://www.flexwiki.com", "http://localhost/flexwiki.web", "http://localhost/flexwiki"}); this.comboBoxItemWikiServer.Padding.Left = 1; this.comboBoxItemWikiServer.Padding.Right = 1; this.comboBoxItemWikiServer.Tag = null; this.comboBoxItemWikiServer.Text = "Wiki Server:"; // // buttonItemConnect // this.buttonItemConnect.BuddyMenu = null; this.buttonItemConnect.Icon = null; this.buttonItemConnect.ImageIndex = 9; this.buttonItemConnect.Tag = null; this.buttonItemConnect.Text = "Connect"; // // toolBarFormatting // this.toolBarFormatting.Buttons.AddRange(new TD.SandBar.ToolbarItemBase[] { this.buttonItemBold, this.buttonItemItalic, this.buttonItemUnderline, this.buttonItemOrderedList, this.buttonItemUnorderedList, this.buttonItemInsertLink, this.buttonItemInsertHorizonalRule}); this.toolBarFormatting.DockLine = 2; this.toolBarFormatting.Enabled = false; this.toolBarFormatting.Guid = new System.Guid("9e362bb2-ef19-4cca-9fdc-fee2a70b3b3b"); this.toolBarFormatting.ImageList = this.imageListToolbar; this.toolBarFormatting.Location = new System.Drawing.Point(421, 52); this.toolBarFormatting.Name = "toolBarFormatting"; this.toolBarFormatting.Size = new System.Drawing.Size(198, 27); this.toolBarFormatting.TabIndex = 2; this.toolBarFormatting.ButtonClick += new TD.SandBar.ToolBar.ButtonClickEventHandler(this.toolBarFormatting_ButtonClick); // // buttonItemBold // this.buttonItemBold.BuddyMenu = null; this.buttonItemBold.Icon = null; this.buttonItemBold.ImageIndex = 1; this.buttonItemBold.Tag = null; // // buttonItemItalic // this.buttonItemItalic.BuddyMenu = null; this.buttonItemItalic.Icon = null; this.buttonItemItalic.ImageIndex = 2; this.buttonItemItalic.Tag = null; // // buttonItemUnderline // this.buttonItemUnderline.BuddyMenu = null; this.buttonItemUnderline.Icon = null; this.buttonItemUnderline.ImageIndex = 3; this.buttonItemUnderline.Tag = null; // // buttonItemOrderedList // this.buttonItemOrderedList.BeginGroup = true; this.buttonItemOrderedList.BuddyMenu = null; this.buttonItemOrderedList.Icon = null; this.buttonItemOrderedList.ImageIndex = 4; this.buttonItemOrderedList.Tag = null; // // buttonItemUnorderedList // this.buttonItemUnorderedList.BuddyMenu = null; this.buttonItemUnorderedList.Icon = null; this.buttonItemUnorderedList.ImageIndex = 5; this.buttonItemUnorderedList.Tag = null; // // buttonItemInsertLink // this.buttonItemInsertLink.BeginGroup = true; this.buttonItemInsertLink.BuddyMenu = null; this.buttonItemInsertLink.Icon = null; this.buttonItemInsertLink.ImageIndex = 7; this.buttonItemInsertLink.Tag = null; // // buttonItemInsertHorizonalRule // this.buttonItemInsertHorizonalRule.BuddyMenu = null; this.buttonItemInsertHorizonalRule.Icon = null; this.buttonItemInsertHorizonalRule.ImageIndex = 6; this.buttonItemInsertHorizonalRule.Tag = null; // // toolBarTopicName // this.toolBarTopicName.Buttons.AddRange(new TD.SandBar.ToolbarItemBase[] { this.buttonItemSave, this.buttonItemRestore, this.comboBoxAttribution}); this.toolBarTopicName.DockLine = 2; this.toolBarTopicName.Guid = new System.Guid("f00294ea-0283-4b0f-8f28-892528563d56"); this.toolBarTopicName.ImageList = this.imageListToolbar; this.toolBarTopicName.Location = new System.Drawing.Point(2, 52); this.toolBarTopicName.Name = "toolBarTopicName"; this.toolBarTopicName.Size = new System.Drawing.Size(417, 27); this.toolBarTopicName.TabIndex = 3; this.toolBarTopicName.ButtonClick += new TD.SandBar.ToolBar.ButtonClickEventHandler(this.toolBarTopicName_ButtonClick); // // buttonItemSave // this.buttonItemSave.BuddyMenu = null; this.buttonItemSave.Icon = null; this.buttonItemSave.ImageIndex = 0; this.buttonItemSave.Tag = null; this.buttonItemSave.Text = "Save"; // // buttonItemRestore // this.buttonItemRestore.BuddyMenu = null; this.buttonItemRestore.Enabled = false; this.buttonItemRestore.Icon = null; this.buttonItemRestore.ImageIndex = 8; this.buttonItemRestore.Tag = null; this.buttonItemRestore.Text = "Restore"; // // comboBoxAttribution // this.comboBoxAttribution.BeginGroup = true; this.comboBoxAttribution.ControlWidth = 200; this.comboBoxAttribution.Padding.Left = 1; this.comboBoxAttribution.Padding.Right = 1; this.comboBoxAttribution.Tag = null; this.comboBoxAttribution.Text = "Attribution:"; // // MainForm // this.AutoScaleBaseSize = new System.Drawing.Size(5, 14); this.ClientSize = new System.Drawing.Size(776, 590); this.Controls.Add(this.panelMainRight); this.Controls.Add(this.dockHost1); 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.Name = "MainForm"; this.Text = "FlexWikiEditor"; this.Load += new System.EventHandler(this.MainForm_Load); this.tabControl1.ResumeLayout(false); this.tabPagePreview.ResumeLayout(false); this.panel1.ResumeLayout(false); this.tabPageText.ResumeLayout(false); this.panelMainRight.ResumeLayout(false); this.dockHost1.ResumeLayout(false); this.dockPanel1.ResumeLayout(false); this.dockControl1.ResumeLayout(false); this.panelNamespaces.ResumeLayout(false); this.topSandBarDock.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() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain)); this.statusBar = new VI.Controls.StatusBarConnection(); this.timerMenu = new System.Windows.Forms.Timer(this.components); this.sdManager = new TD.SandDock.SandDockManager(); this.sbManager = new TD.SandBar.SandBarManager(this.components); 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.menuBar = new TD.SandBar.MenuBar(); this.mnuConnection = new TD.SandBar.MenuBarItem(); this.mnuConnection_New = new TD.SandBar.MenuButtonItem(); this.mnuConnection_Close = new TD.SandBar.MenuButtonItem(); this.mnuConnection_ChangePassword = new TD.SandBar.MenuButtonItem(); this.mnuConnection_Setup = new TD.SandBar.MenuButtonItem(); this.mnuConnection_Exit = new TD.SandBar.MenuButtonItem(); this.mnuWindows = new TD.SandBar.MenuBarItem(); this.mnuWindows_ProfileOnServer = new TD.SandBar.MenuButtonItem(); this.mnuWindows_ServerHasProfile = new TD.SandBar.MenuButtonItem(); this.mnuWindows_FDSProfileOnServer = new TD.SandBar.MenuButtonItem(); this.menuWindows_DefaultLayout = new TD.SandBar.MenuButtonItem(); this.mnuHelp = new TD.SandBar.MenuBarItem(); this.mnuHelp_ReplicationInfo = new TD.SandBar.MenuButtonItem(); this.mnuHelp_Info = new TD.SandBar.MenuButtonItem(); this.toolBar = new TD.SandBar.ToolBar(); this.tbbConnection_New = new TD.SandBar.ButtonItem(); this.tbbConnection_Close = new TD.SandBar.ButtonItem(); this.tbbProfileOnServer = new TD.SandBar.ButtonItem(); this.tbbServerHasProfile = new TD.SandBar.ButtonItem(); this.Translator = new VI.FormBase.TranslatorComponent(); this.stockImages = new VI.ImageLibrary.StockImageComponent(); this.docEdit = new TD.SandDock.DocumentContainer(); this.frmProfileOnServer = new TD.SandDock.TabbedDocument(); this.dcProfileOnServer = new VI.Tools.ReplicationInfo.DCProfileOnServer(); this.frmServerHasProfile = new TD.SandDock.TabbedDocument(); this.dcServerHasProfile = new VI.Tools.ReplicationInfo.DCServerHasProfile(); this.frmFDSProfileOnServer = new TD.SandDock.TabbedDocument(); this.dcFDSProfileOnServer = new VI.Tools.ReplicationInfo.DCFDSProfileOnServer(); this.topSandBarDock.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.Translator)).BeginInit(); this.docEdit.SuspendLayout(); this.frmProfileOnServer.SuspendLayout(); this.frmServerHasProfile.SuspendLayout(); this.frmFDSProfileOnServer.SuspendLayout(); this.SuspendLayout(); // // statusBar // this.statusBar.BackColor = System.Drawing.SystemColors.Control; this.statusBar.Dock = System.Windows.Forms.DockStyle.Bottom; this.statusBar.Location = new System.Drawing.Point(0, 458); this.statusBar.Name = "statusBar"; this.statusBar.ShowPanels = true; this.statusBar.Size = new System.Drawing.Size(736, 20); this.statusBar.TabIndex = 1; this.Translator.SetTextProperty(this.statusBar, null); // // timerMenu // this.timerMenu.Enabled = true; this.timerMenu.Interval = 200; this.timerMenu.Tick += new System.EventHandler(this.timerMenu_Tick); // // sdManager // this.sdManager.DockSystemContainer = this; this.sdManager.OwnerForm = this; this.sdManager.SerializeTabbedDocuments = true; // // sbManager // this.sbManager.OwnerForm = this; // // bottomSandBarDock // this.bottomSandBarDock.Dock = System.Windows.Forms.DockStyle.Bottom; this.bottomSandBarDock.Guid = new System.Guid("e72a7607-d7e3-47b3-b7f1-89108fd65798"); this.bottomSandBarDock.Location = new System.Drawing.Point(0, 478); this.bottomSandBarDock.Manager = this.sbManager; this.bottomSandBarDock.Name = "bottomSandBarDock"; this.bottomSandBarDock.Size = new System.Drawing.Size(736, 0); this.bottomSandBarDock.TabIndex = 16; this.Translator.SetTextProperty(this.bottomSandBarDock, null); // // leftSandBarDock // this.leftSandBarDock.Dock = System.Windows.Forms.DockStyle.Left; this.leftSandBarDock.Guid = new System.Guid("25105e1c-7421-4a89-b7b8-c3da9f7bb509"); this.leftSandBarDock.Location = new System.Drawing.Point(0, 49); this.leftSandBarDock.Manager = this.sbManager; this.leftSandBarDock.Name = "leftSandBarDock"; this.leftSandBarDock.Size = new System.Drawing.Size(0, 429); this.leftSandBarDock.TabIndex = 14; this.Translator.SetTextProperty(this.leftSandBarDock, null); // // rightSandBarDock // this.rightSandBarDock.Dock = System.Windows.Forms.DockStyle.Right; this.rightSandBarDock.Guid = new System.Guid("fa0a80f2-2045-4bf0-96ba-69eedd96a28c"); this.rightSandBarDock.Location = new System.Drawing.Point(736, 49); this.rightSandBarDock.Manager = this.sbManager; this.rightSandBarDock.Name = "rightSandBarDock"; this.rightSandBarDock.Size = new System.Drawing.Size(0, 429); this.rightSandBarDock.TabIndex = 15; this.Translator.SetTextProperty(this.rightSandBarDock, null); // // topSandBarDock // this.topSandBarDock.Controls.Add(this.menuBar); this.topSandBarDock.Controls.Add(this.toolBar); this.topSandBarDock.Dock = System.Windows.Forms.DockStyle.Top; this.topSandBarDock.Guid = new System.Guid("e85dc19a-44ea-4d40-bae1-0e898a265689"); this.topSandBarDock.Location = new System.Drawing.Point(0, 0); this.topSandBarDock.Manager = this.sbManager; this.topSandBarDock.Name = "topSandBarDock"; this.topSandBarDock.Size = new System.Drawing.Size(736, 49); this.topSandBarDock.TabIndex = 17; this.Translator.SetTextProperty(this.topSandBarDock, null); // // menuBar // this.menuBar.Guid = new System.Guid("f8a868a5-addc-42ba-907c-8e2d7b4af3d2"); this.menuBar.Items.AddRange(new TD.SandBar.ToolbarItemBase[] { this.mnuConnection, this.mnuWindows, this.mnuHelp }); this.menuBar.Location = new System.Drawing.Point(2, 0); this.menuBar.Name = "menuBar"; this.menuBar.OwnerForm = this; this.menuBar.Size = new System.Drawing.Size(734, 23); this.menuBar.TabIndex = 0; this.Translator.SetTextProperty(this.menuBar, null); // // mnuConnection // this.mnuConnection.Items.AddRange(new TD.SandBar.ToolbarItemBase[] { this.mnuConnection_New, this.mnuConnection_Close, this.mnuConnection_ChangePassword, this.mnuConnection_Setup, this.mnuConnection_Exit }); this.mnuConnection.Text = "frmMain_mnuConnection"; this.Translator.SetTextProperty(this.mnuConnection, "Text"); // // mnuConnection_New // this.mnuConnection_New.Shortcut = System.Windows.Forms.Shortcut.CtrlShiftN; this.stockImages.SetStockImage(this.mnuConnection_New, new VI.ImageLibrary.StockImageDefinition("Image", VI.ImageLibrary.StockImage.OpenConnection, VI.ImageLibrary.ImageSize.Small, VI.ImageLibrary.ImageState.Normal)); this.mnuConnection_New.Text = "frmMain_mnuConnection_New"; this.Translator.SetTextProperty(this.mnuConnection_New, "Text"); this.mnuConnection_New.Activate += new System.EventHandler(this.mnuFile_NewConn_Click); // // mnuConnection_Close // this.stockImages.SetStockImage(this.mnuConnection_Close, new VI.ImageLibrary.StockImageDefinition("Image", VI.ImageLibrary.StockImage.CloseConnection, VI.ImageLibrary.ImageSize.Small, VI.ImageLibrary.ImageState.Normal)); this.mnuConnection_Close.Text = "frmMain_mnuConnection_Close"; this.Translator.SetTextProperty(this.mnuConnection_Close, "Text"); this.mnuConnection_Close.Activate += new System.EventHandler(this.mnuFile_CloseConn_Click); // // mnuConnection_ChangePassword // this.mnuConnection_ChangePassword.BeginGroup = true; this.stockImages.SetStockImage(this.mnuConnection_ChangePassword, new VI.ImageLibrary.StockImageDefinition("Image", VI.ImageLibrary.StockImage.ChangePassword, VI.ImageLibrary.ImageSize.Small, VI.ImageLibrary.ImageState.Normal)); this.mnuConnection_ChangePassword.Text = "frmMain_mnuConnection_ChangePassword"; this.Translator.SetTextProperty(this.mnuConnection_ChangePassword, "Text"); this.mnuConnection_ChangePassword.Activate += new System.EventHandler(this.mnuConnection_ChangePassword_Activate); // // mnuConnection_Setup // this.stockImages.SetStockImage(this.mnuConnection_Setup, new VI.ImageLibrary.StockImageDefinition("Image", VI.ImageLibrary.StockImage.Options, VI.ImageLibrary.ImageSize.Small, VI.ImageLibrary.ImageState.Normal)); this.mnuConnection_Setup.Text = "frmMain_mnuConnection_Setup"; this.Translator.SetTextProperty(this.mnuConnection_Setup, "Text"); this.mnuConnection_Setup.Activate += new System.EventHandler(this.mnuFile_Setup_Click); // // mnuConnection_Exit // this.mnuConnection_Exit.BeginGroup = true; this.mnuConnection_Exit.Shortcut = System.Windows.Forms.Shortcut.AltF4; this.stockImages.SetStockImage(this.mnuConnection_Exit, new VI.ImageLibrary.StockImageDefinition("Image", VI.ImageLibrary.StockImage.Exit, VI.ImageLibrary.ImageSize.Small, VI.ImageLibrary.ImageState.Normal)); this.mnuConnection_Exit.Text = "frmMain_mnuConnection_Exit"; this.Translator.SetTextProperty(this.mnuConnection_Exit, "Text"); this.mnuConnection_Exit.Activate += new System.EventHandler(this.mnuFile_End_Click); // // mnuWindows // this.mnuWindows.Items.AddRange(new TD.SandBar.ToolbarItemBase[] { this.mnuWindows_ProfileOnServer, this.mnuWindows_ServerHasProfile, this.mnuWindows_FDSProfileOnServer, this.menuWindows_DefaultLayout }); this.mnuWindows.Text = "frmMain_mnuWindows"; this.Translator.SetTextProperty(this.mnuWindows, "Text"); // // mnuWindows_ProfileOnServer // this.mnuWindows_ProfileOnServer.Image = ((System.Drawing.Image)(resources.GetObject("mnuWindows_ProfileOnServer.Image"))); this.mnuWindows_ProfileOnServer.Text = "frmMain_mnuWindows_ProfileOnServer"; this.Translator.SetTextProperty(this.mnuWindows_ProfileOnServer, "Text"); this.mnuWindows_ProfileOnServer.Activate += new System.EventHandler(this.mnuWindows_ProfileOnServer_Activate); // // mnuWindows_ServerHasProfile // this.mnuWindows_ServerHasProfile.Image = ((System.Drawing.Image)(resources.GetObject("mnuWindows_ServerHasProfile.Image"))); this.mnuWindows_ServerHasProfile.Text = "frmMain_mnuWindows_ServerHasProfile"; this.Translator.SetTextProperty(this.mnuWindows_ServerHasProfile, "Text"); this.mnuWindows_ServerHasProfile.Activate += new System.EventHandler(this.mnuWindows_ServerHasProfile_Activate); // // mnuWindows_FDSProfileOnServer // this.stockImages.SetStockImage(this.mnuWindows_FDSProfileOnServer, new VI.ImageLibrary.StockImageDefinition("Image", VI.ImageLibrary.StockImage.WebUpload, VI.ImageLibrary.ImageSize.Small, VI.ImageLibrary.ImageState.Normal)); this.mnuWindows_FDSProfileOnServer.Text = "mnuWindows_FDSProfileOnServer"; this.Translator.SetTextProperty(this.mnuWindows_FDSProfileOnServer, "Text"); this.mnuWindows_FDSProfileOnServer.Activate += new System.EventHandler(this.mnuWindows_FDSProfileOnServer_Activate); // // menuWindows_DefaultLayout // this.menuWindows_DefaultLayout.BeginGroup = true; this.stockImages.SetStockImage(this.menuWindows_DefaultLayout, new VI.ImageLibrary.StockImageDefinition("Image", VI.ImageLibrary.StockImage.CascadeWindows, VI.ImageLibrary.ImageSize.Small, VI.ImageLibrary.ImageState.Normal)); this.menuWindows_DefaultLayout.Text = "frmMain_menuWindows_DefaultLayout"; this.Translator.SetTextProperty(this.menuWindows_DefaultLayout, "Text"); this.menuWindows_DefaultLayout.Activate += new System.EventHandler(this.menuWindows_DefaultLayout_Activate); // // mnuHelp // this.mnuHelp.Items.AddRange(new TD.SandBar.ToolbarItemBase[] { this.mnuHelp_ReplicationInfo, this.mnuHelp_Info }); this.mnuHelp.Text = "frmMain_mnuHelp"; this.Translator.SetTextProperty(this.mnuHelp, "Text"); // // mnuHelp_ReplicationInfo // this.mnuHelp_ReplicationInfo.Icon = ((System.Drawing.Icon)(resources.GetObject("mnuHelp_ReplicationInfo.Icon"))); this.mnuHelp_ReplicationInfo.Text = "frmMain_mnuHelp_ReplicationInfo"; this.Translator.SetTextProperty(this.mnuHelp_ReplicationInfo, "Text"); this.mnuHelp_ReplicationInfo.Activate += new System.EventHandler(this.mnuInfo_ReplicationInfo_Activate); // // mnuHelp_Info // this.mnuHelp_Info.Text = "frmMain_mnuHelp_Info"; this.Translator.SetTextProperty(this.mnuHelp_Info, "Text"); this.mnuHelp_Info.Activate += new System.EventHandler(this.mnuHelp_Info_Activate); // // toolBar // this.toolBar.DockLine = 1; this.toolBar.DrawActionsButton = false; this.toolBar.Guid = new System.Guid("d8f479c4-9b4a-45e9-a5e8-fa8a513204d0"); this.toolBar.Items.AddRange(new TD.SandBar.ToolbarItemBase[] { this.tbbConnection_New, this.tbbConnection_Close, this.tbbProfileOnServer, this.tbbServerHasProfile }); this.toolBar.Location = new System.Drawing.Point(2, 23); this.toolBar.Name = "toolBar"; this.toolBar.Size = new System.Drawing.Size(734, 26); this.toolBar.Stretch = true; this.toolBar.TabIndex = 1; this.toolBar.TextAlign = TD.SandBar.ToolBarTextAlign.Underneath; this.Translator.SetTextProperty(this.toolBar, null); // // tbbConnection_New // this.tbbConnection_New.BuddyMenu = this.mnuConnection_New; this.tbbConnection_New.ImageIndex = 0; this.stockImages.SetStockImage(this.tbbConnection_New, new VI.ImageLibrary.StockImageDefinition("Image", VI.ImageLibrary.StockImage.OpenConnection, VI.ImageLibrary.ImageSize.Small, VI.ImageLibrary.ImageState.Normal)); this.Translator.SetTextProperty(this.tbbConnection_New, "ToolTipText"); this.tbbConnection_New.ToolTipText = "frmMain_tbbConnection_New"; this.tbbConnection_New.Activate += new System.EventHandler(this.mnuFile_NewConn_Click); // // tbbConnection_Close // this.tbbConnection_Close.BuddyMenu = this.mnuConnection_Close; this.tbbConnection_Close.ImageIndex = 1; this.stockImages.SetStockImage(this.tbbConnection_Close, new VI.ImageLibrary.StockImageDefinition("Image", VI.ImageLibrary.StockImage.CloseConnection, VI.ImageLibrary.ImageSize.Small, VI.ImageLibrary.ImageState.Normal)); this.Translator.SetTextProperty(this.tbbConnection_Close, "ToolTipText"); this.tbbConnection_Close.ToolTipText = "frmMain_tbbConnection_Close"; this.tbbConnection_Close.Activate += new System.EventHandler(this.mnuFile_CloseConn_Click); // // tbbProfileOnServer // this.tbbProfileOnServer.BeginGroup = true; this.tbbProfileOnServer.BuddyMenu = this.mnuWindows_ProfileOnServer; this.tbbProfileOnServer.Image = ((System.Drawing.Image)(resources.GetObject("tbbProfileOnServer.Image"))); this.tbbProfileOnServer.ImageIndex = 2; this.Translator.SetTextProperty(this.tbbProfileOnServer, "ToolTipText"); this.tbbProfileOnServer.ToolTipText = "frmMain_tbbProfileOnServer"; this.tbbProfileOnServer.Activate += new System.EventHandler(this.mnuWindows_ProfileOnServer_Activate); // // tbbServerHasProfile // this.tbbServerHasProfile.BuddyMenu = this.mnuWindows_ServerHasProfile; this.tbbServerHasProfile.Image = ((System.Drawing.Image)(resources.GetObject("tbbServerHasProfile.Image"))); this.tbbServerHasProfile.ImageIndex = 3; this.Translator.SetTextProperty(this.tbbServerHasProfile, "ToolTipText"); this.tbbServerHasProfile.ToolTipText = "frmMain_tbbServerHasProfile"; this.tbbServerHasProfile.Activate += new System.EventHandler(this.mnuWindows_ServerHasProfile_Activate); // // stockImages // this.stockImages.DefaultImageProperty = null; this.Translator.SetTextProperty(this.stockImages, null); // // docEdit // this.docEdit.Controls.Add(this.frmProfileOnServer); this.docEdit.Controls.Add(this.frmServerHasProfile); this.docEdit.Controls.Add(this.frmFDSProfileOnServer); this.docEdit.LayoutSystem = new TD.SandDock.SplitLayoutSystem(734, 407, System.Windows.Forms.Orientation.Horizontal, new TD.SandDock.LayoutSystemBase[] { ((TD.SandDock.LayoutSystemBase)(new TD.SandDock.DocumentLayoutSystem(734, 407, new TD.SandDock.DockControl[] { ((TD.SandDock.DockControl)(this.frmProfileOnServer)), ((TD.SandDock.DockControl)(this.frmServerHasProfile)), ((TD.SandDock.DockControl)(this.frmFDSProfileOnServer)) }, this.frmFDSProfileOnServer))) }); this.docEdit.Location = new System.Drawing.Point(0, 49); this.docEdit.Manager = this.sdManager; this.docEdit.Name = "docEdit"; this.docEdit.Size = new System.Drawing.Size(736, 409); this.docEdit.TabIndex = 19; this.Translator.SetTextProperty(this.docEdit, null); // // frmProfileOnServer // this.frmProfileOnServer.CloseAction = TD.SandDock.DockControlCloseAction.HideOnly; this.frmProfileOnServer.Controls.Add(this.dcProfileOnServer); this.frmProfileOnServer.FloatingSize = new System.Drawing.Size(550, 400); this.frmProfileOnServer.Guid = new System.Guid("9cd54c27-1eab-444d-8ae5-82d0cfd7134d"); this.frmProfileOnServer.Location = new System.Drawing.Point(1, 21); this.frmProfileOnServer.Name = "frmProfileOnServer"; this.frmProfileOnServer.Size = new System.Drawing.Size(734, 387); this.frmProfileOnServer.TabIndex = 0; this.frmProfileOnServer.Text = "frmProfileOnServer_Caption"; this.Translator.SetTextProperty(this.frmProfileOnServer, "Text"); // // dcProfileOnServer // this.dcProfileOnServer.Dock = System.Windows.Forms.DockStyle.Fill; this.dcProfileOnServer.Location = new System.Drawing.Point(0, 0); this.dcProfileOnServer.Name = "dcProfileOnServer"; this.dcProfileOnServer.Size = new System.Drawing.Size(734, 387); this.dcProfileOnServer.TabIndex = 0; this.Translator.SetTextProperty(this.dcProfileOnServer, null); // // frmServerHasProfile // this.frmServerHasProfile.CloseAction = TD.SandDock.DockControlCloseAction.HideOnly; this.frmServerHasProfile.Controls.Add(this.dcServerHasProfile); this.frmServerHasProfile.FloatingSize = new System.Drawing.Size(550, 400); this.frmServerHasProfile.Guid = new System.Guid("2188f443-0beb-4fe0-80de-725dd0dceb86"); this.frmServerHasProfile.Location = new System.Drawing.Point(1, 21); this.frmServerHasProfile.Name = "frmServerHasProfile"; this.frmServerHasProfile.Size = new System.Drawing.Size(734, 387); this.frmServerHasProfile.TabIndex = 1; this.frmServerHasProfile.Text = "frmServerHasProfile_Caption"; this.Translator.SetTextProperty(this.frmServerHasProfile, "Text"); // // dcServerHasProfile // this.dcServerHasProfile.Dock = System.Windows.Forms.DockStyle.Fill; this.dcServerHasProfile.Location = new System.Drawing.Point(0, 0); this.dcServerHasProfile.Name = "dcServerHasProfile"; this.dcServerHasProfile.Size = new System.Drawing.Size(734, 387); this.dcServerHasProfile.TabIndex = 0; this.Translator.SetTextProperty(this.dcServerHasProfile, null); // // frmFDSProfileOnServer // this.frmFDSProfileOnServer.CloseAction = TD.SandDock.DockControlCloseAction.HideOnly; this.frmFDSProfileOnServer.Controls.Add(this.dcFDSProfileOnServer); this.frmFDSProfileOnServer.FloatingSize = new System.Drawing.Size(550, 400); this.frmFDSProfileOnServer.Guid = new System.Guid("e98424bd-713a-418d-83b7-78f5f9a3da6d"); this.frmFDSProfileOnServer.Location = new System.Drawing.Point(1, 21); this.frmFDSProfileOnServer.Name = "frmFDSProfileOnServer"; this.frmFDSProfileOnServer.Size = new System.Drawing.Size(734, 387); this.frmFDSProfileOnServer.TabIndex = 2; this.frmFDSProfileOnServer.Text = "frmFDSProfileOnServer_Caption"; this.Translator.SetTextProperty(this.frmFDSProfileOnServer, "Text"); // // dcFDSProfileOnServer // this.dcFDSProfileOnServer.Dock = System.Windows.Forms.DockStyle.Fill; this.dcFDSProfileOnServer.Location = new System.Drawing.Point(0, 0); this.dcFDSProfileOnServer.Name = "dcFDSProfileOnServer"; this.dcFDSProfileOnServer.Size = new System.Drawing.Size(734, 387); this.dcFDSProfileOnServer.TabIndex = 0; this.Translator.SetTextProperty(this.dcFDSProfileOnServer, null); // // frmMain // this.ClientSize = new System.Drawing.Size(736, 478); this.Controls.Add(this.docEdit); 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.MinimumSize = new System.Drawing.Size(320, 200); this.Name = "frmMain"; this.Text = "~ReplicationInfo"; this.Translator.SetTextProperty(this, null); this.Closing += new System.ComponentModel.CancelEventHandler(this.frmMain_Closing); this.Load += new System.EventHandler(this.frmMain_Load); this.topSandBarDock.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.Translator)).EndInit(); this.docEdit.ResumeLayout(false); this.frmProfileOnServer.ResumeLayout(false); this.frmServerHasProfile.ResumeLayout(false); this.frmFDSProfileOnServer.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() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(QSetEnvironmentForm)); this.mainDocumentContainer = new TD.SandDock.DocumentContainer(); this.sandDockManager = new TD.SandDock.SandDockManager(); this.leftSandDock = new TD.SandDock.DockContainer(); this.qSetExplorerDock = new TD.SandDock.DockableWindow(); this.propertyGridDock = new TD.SandDock.DockableWindow(); this.propertyGrid = new System.Windows.Forms.PropertyGrid(); this.rightSandDock = new TD.SandDock.DockContainer(); this.messageViewerDock = new TD.SandDock.DockableWindow(); this.bottomSandDock = new TD.SandDock.DockContainer(); this.qSetMonitorDockControl = new TD.SandDock.DockableWindow(); this.topSandDock = new TD.SandDock.DockContainer(); this.menuButton2 = new TD.SandBar.MenuButtonItem(); this.menuButton4 = new TD.SandBar.MenuButtonItem(); this.menuButton6 = new TD.SandBar.MenuButtonItem(); this.sandBarManager = new TD.SandBar.SandBarManager(this.components); 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.mainMenuBar = new TD.SandBar.MenuBar(); this.messageBrowserCtxMenu = new TD.SandBar.ContextMenuBarItem(); this.messageBrowserCtxForwardMessageMenuButton = new TD.SandBar.MenuButtonItem(); this.messageBrowserCtxMoveMessageMenuButton = new TD.SandBar.MenuButtonItem(); this.messageBrowserCtxDeleteMessageMenuButton = new TD.SandBar.MenuButtonItem(); this.messageBrowserCtxRefreshMessagesMenuButton = new TD.SandBar.MenuButtonItem(); this.messageBrowserCtxPurgeQueueMenuButton = new TD.SandBar.MenuButtonItem(); this.qSetCtxMenu = new TD.SandBar.ContextMenuBarItem(); this.qSetCtxAddActiveQueueToSet = new TD.SandBar.MenuButtonItem(); this.qSetCtxNewFolder = new TD.SandBar.MenuButtonItem(); this.qSetCtxRenameFolder = new TD.SandBar.MenuButtonItem(); this.qSetCtxDeleteItem = new TD.SandBar.MenuButtonItem(); this.qSetCtxSendMessage = new TD.SandBar.MenuButtonItem(); this.qSetCtxNewWebServiceClient = new TD.SandBar.MenuButtonItem(); this.qSetCtxPurgeQueue = new TD.SandBar.MenuButtonItem(); this.qSetCtxDeleteQueue = new TD.SandBar.MenuButtonItem(); this.fileMenuBar = new TD.SandBar.MenuBarItem(); this.fileNewQSetMenuButton = new TD.SandBar.MenuButtonItem(); this.fileOpenQSetMenuButton = new TD.SandBar.MenuButtonItem(); this.fileCloseQSetMenuButton = new TD.SandBar.MenuButtonItem(); this.fileNewMessageMenuButton = new TD.SandBar.MenuButtonItem(); this.fileSaveQSetMenuButton = new TD.SandBar.MenuButtonItem(); this.fileSaveQSetAsMenuButton = new TD.SandBar.MenuButtonItem(); this.fileRecentFilesMenuButton = new TD.SandBar.MenuButtonItem(); this.fileExitMenuButton = new TD.SandBar.MenuButtonItem(); this.viewMenuBar = new TD.SandBar.MenuBarItem(); this.viewQSetExplorerMenuButton = new TD.SandBar.MenuButtonItem(); this.viewPropertiesWindowMenuButton = new TD.SandBar.MenuButtonItem(); this.viewMessageViewerMenuButton = new TD.SandBar.MenuButtonItem(); this.viewQSetMonitorMenuButton = new TD.SandBar.MenuButtonItem(); this.qSetMenuBar = new TD.SandBar.MenuBarItem(); this.qSetAddActiveQueueMenuButton = new TD.SandBar.MenuButtonItem(); this.qSetNewFolderMenuButton = new TD.SandBar.MenuButtonItem(); this.qSetRenameFolderMenuButton = new TD.SandBar.MenuButtonItem(); this.qSetDeleteItemMenuButton = new TD.SandBar.MenuButtonItem(); this.queueMenuBar = new TD.SandBar.MenuBarItem(); this.queueOpenMenuButton = new TD.SandBar.MenuButtonItem(); this.queueBrowseMenuButton = new TD.SandBar.MenuButtonItem(); this.queueCreateMenuButton = new TD.SandBar.MenuButtonItem(); this.queueDeleteMenuButton = new TD.SandBar.MenuButtonItem(); this.queueRefreshMenuButton = new TD.SandBar.MenuButtonItem(); this.queuePurgeMenuButton = new TD.SandBar.MenuButtonItem(); this.messageMenuBar = new TD.SandBar.MenuBarItem(); this.messageNewMenuButton = new TD.SandBar.MenuButtonItem(); this.messageForwardMenuButton = new TD.SandBar.MenuButtonItem(); this.messageMoveMenuButton = new TD.SandBar.MenuButtonItem(); this.messageDeleteMenuButton = new TD.SandBar.MenuButtonItem(); this.toolsMenuBar = new TD.SandBar.MenuBarItem(); this.toolsNewWebServiceClientMenuButton = new TD.SandBar.MenuButtonItem(); this.toolsOptionsMenuButton = new TD.SandBar.MenuButtonItem(); this.helpMenuBar = new TD.SandBar.MenuBarItem(); this.helpAboutMenuButton = new TD.SandBar.MenuButtonItem(); this.mainToolBar = new TD.SandBar.ToolBar(); this.fileNewQSetToolButton = new TD.SandBar.ButtonItem(); this.fileOpenQSetToolButton = new TD.SandBar.ButtonItem(); this.fileSaveQSetToolButton = new TD.SandBar.ButtonItem(); this.fileNewMessageToolButton = new TD.SandBar.ButtonItem(); this.viewQSetExplorerToolButton = new TD.SandBar.ButtonItem(); this.viewPropertiesWindowToolButton = new TD.SandBar.ButtonItem(); this.viewMessageViewerToolButton = new TD.SandBar.ButtonItem(); this.viewQSetMonitorToolButton = new TD.SandBar.ButtonItem(); this.qSetAddActiveQueueToolButton = new TD.SandBar.ButtonItem(); this.qSetNewFolderToolButton = new TD.SandBar.ButtonItem(); this.qSetRenameFolderToolButton = new TD.SandBar.ButtonItem(); this.qSetDeleteItemToolButton = new TD.SandBar.ButtonItem(); this.queueOpenToolButton = new TD.SandBar.ButtonItem(); this.queueBrowseToolButton = new TD.SandBar.ButtonItem(); this.queueCreateToolButton = new TD.SandBar.ButtonItem(); this.queueDeleteToolButton = new TD.SandBar.ButtonItem(); this.queueRefreshToolButton = new TD.SandBar.ButtonItem(); this.queuePurgeToolButton = new TD.SandBar.ButtonItem(); this.messageNewToolButton = new TD.SandBar.ButtonItem(); this.messageForwardToolButton = new TD.SandBar.ButtonItem(); this.messageMoveToolButton = new TD.SandBar.ButtonItem(); this.messageDeleteToolButton = new TD.SandBar.ButtonItem(); this.statusBar = new System.Windows.Forms.StatusBar(); this.workingStatusBarPanel = new System.Windows.Forms.StatusBarPanel(); this.buttonItem1 = new TD.SandBar.ButtonItem(); this.leftSandDock.SuspendLayout(); this.propertyGridDock.SuspendLayout(); this.bottomSandDock.SuspendLayout(); this.topSandBarDock.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.workingStatusBarPanel)).BeginInit(); this.SuspendLayout(); // // mainDocumentContainer // this.mainDocumentContainer.ContentSize = 400; this.mainDocumentContainer.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.mainDocumentContainer.LayoutSystem = new TD.SandDock.SplitLayoutSystem(new System.Drawing.SizeF(250F, 400F), System.Windows.Forms.Orientation.Horizontal, new TD.SandDock.LayoutSystemBase[0]); this.mainDocumentContainer.Location = new System.Drawing.Point(228, 49); this.mainDocumentContainer.Manager = null; this.mainDocumentContainer.Name = "mainDocumentContainer"; this.mainMenuBar.SetSandBarMenu(this.mainDocumentContainer, this.messageBrowserCtxMenu); this.mainDocumentContainer.Size = new System.Drawing.Size(632, 396); this.mainDocumentContainer.TabIndex = 0; // // sandDockManager // this.sandDockManager.DockSystemContainer = this; this.sandDockManager.OwnerForm = this; // // leftSandDock // this.leftSandDock.ContentSize = 250; this.leftSandDock.Controls.Add(this.qSetExplorerDock); this.leftSandDock.Controls.Add(this.propertyGridDock); this.leftSandDock.Dock = System.Windows.Forms.DockStyle.Left; this.leftSandDock.LayoutSystem = new TD.SandDock.SplitLayoutSystem(new System.Drawing.SizeF(250F, 400F), System.Windows.Forms.Orientation.Horizontal, new TD.SandDock.LayoutSystemBase[] { ((TD.SandDock.LayoutSystemBase)(new TD.SandDock.ControlLayoutSystem(new System.Drawing.SizeF(224F, 394F), new TD.SandDock.DockControl[] { ((TD.SandDock.DockControl)(this.qSetExplorerDock)), ((TD.SandDock.DockControl)(this.propertyGridDock))}, this.qSetExplorerDock)))}); this.leftSandDock.Location = new System.Drawing.Point(0, 49); this.leftSandDock.Manager = this.sandDockManager; this.leftSandDock.Name = "leftSandDock"; this.leftSandDock.Size = new System.Drawing.Size(228, 396); this.leftSandDock.TabIndex = 1; // // qSetExplorerDock // this.qSetExplorerDock.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.qSetExplorerDock.Guid = new System.Guid("901719fd-4be9-4dcf-b58a-9b47b7eafe84"); this.qSetExplorerDock.Location = new System.Drawing.Point(0, 18); this.qSetExplorerDock.Name = "qSetExplorerDock"; this.mainMenuBar.SetSandBarMenu(this.qSetExplorerDock, this.qSetCtxMenu); this.qSetExplorerDock.Size = new System.Drawing.Size(224, 354); this.qSetExplorerDock.TabImage = ((System.Drawing.Image)(resources.GetObject("qSetExplorerDock.TabImage"))); this.qSetExplorerDock.TabIndex = 0; this.qSetExplorerDock.Text = "Q Set Explorer"; // // propertyGridDock // this.propertyGridDock.Controls.Add(this.propertyGrid); this.propertyGridDock.Guid = new System.Guid("e53b1c73-efe6-400d-bbab-bcc38ddd3e5a"); this.propertyGridDock.Location = new System.Drawing.Point(0, 0); this.propertyGridDock.Name = "propertyGridDock"; this.propertyGridDock.Size = new System.Drawing.Size(224, 355); this.propertyGridDock.TabImage = ((System.Drawing.Image)(resources.GetObject("propertyGridDock.TabImage"))); this.propertyGridDock.TabIndex = 1; this.propertyGridDock.Text = "Properties"; // // propertyGrid // this.propertyGrid.Dock = System.Windows.Forms.DockStyle.Fill; this.propertyGrid.HelpVisible = false; this.propertyGrid.LineColor = System.Drawing.SystemColors.ScrollBar; this.propertyGrid.Location = new System.Drawing.Point(0, 0); this.propertyGrid.Name = "propertyGrid"; this.propertyGrid.Size = new System.Drawing.Size(224, 355); this.propertyGrid.TabIndex = 0; this.propertyGrid.ToolbarVisible = false; // // rightSandDock // this.rightSandDock.ContentSize = 250; this.rightSandDock.Dock = System.Windows.Forms.DockStyle.Right; this.rightSandDock.LayoutSystem = new TD.SandDock.SplitLayoutSystem(new System.Drawing.SizeF(250F, 400F), System.Windows.Forms.Orientation.Horizontal, new TD.SandDock.LayoutSystemBase[0]); this.rightSandDock.Location = new System.Drawing.Point(860, 49); this.rightSandDock.Manager = this.sandDockManager; this.rightSandDock.Name = "rightSandDock"; this.rightSandDock.Size = new System.Drawing.Size(0, 396); this.rightSandDock.TabIndex = 2; // // messageViewerDock // this.messageViewerDock.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.messageViewerDock.Guid = new System.Guid("10722582-3282-45a3-b28e-a62d4bb86d0f"); this.messageViewerDock.Location = new System.Drawing.Point(0, 22); this.messageViewerDock.Name = "messageViewerDock"; this.messageViewerDock.Size = new System.Drawing.Size(860, 152); this.messageViewerDock.TabImage = ((System.Drawing.Image)(resources.GetObject("messageViewerDock.TabImage"))); this.messageViewerDock.TabIndex = 1; this.messageViewerDock.Text = "Message Viewer"; // // bottomSandDock // this.bottomSandDock.ContentSize = 400; this.bottomSandDock.Controls.Add(this.messageViewerDock); this.bottomSandDock.Controls.Add(this.qSetMonitorDockControl); this.bottomSandDock.Dock = System.Windows.Forms.DockStyle.Bottom; this.bottomSandDock.LayoutSystem = new TD.SandDock.SplitLayoutSystem(new System.Drawing.SizeF(250F, 400F), System.Windows.Forms.Orientation.Horizontal, new TD.SandDock.LayoutSystemBase[] { ((TD.SandDock.LayoutSystemBase)(new TD.SandDock.ControlLayoutSystem(new System.Drawing.SizeF(860F, 194F), new TD.SandDock.DockControl[] { ((TD.SandDock.DockControl)(this.messageViewerDock)), ((TD.SandDock.DockControl)(this.qSetMonitorDockControl))}, this.messageViewerDock)))}); this.bottomSandDock.Location = new System.Drawing.Point(0, 445); this.bottomSandDock.Manager = this.sandDockManager; this.bottomSandDock.Name = "bottomSandDock"; this.bottomSandDock.Size = new System.Drawing.Size(860, 198); this.bottomSandDock.TabIndex = 3; // // qSetMonitorDockControl // this.qSetMonitorDockControl.Guid = new System.Guid("e0ae9663-99b8-4f45-a83c-79ef1eb64349"); this.qSetMonitorDockControl.Location = new System.Drawing.Point(0, 0); this.qSetMonitorDockControl.Name = "qSetMonitorDockControl"; this.qSetMonitorDockControl.Size = new System.Drawing.Size(860, 155); this.qSetMonitorDockControl.TabImage = ((System.Drawing.Image)(resources.GetObject("qSetMonitorDockControl.TabImage"))); this.qSetMonitorDockControl.TabIndex = 2; this.qSetMonitorDockControl.Text = "Q Set Monitor"; // // topSandDock // this.topSandDock.ContentSize = 400; this.topSandDock.Dock = System.Windows.Forms.DockStyle.Top; this.topSandDock.LayoutSystem = new TD.SandDock.SplitLayoutSystem(new System.Drawing.SizeF(250F, 400F), System.Windows.Forms.Orientation.Horizontal, new TD.SandDock.LayoutSystemBase[0]); this.topSandDock.Location = new System.Drawing.Point(0, 49); this.topSandDock.Manager = this.sandDockManager; this.topSandDock.Name = "topSandDock"; this.topSandDock.Size = new System.Drawing.Size(860, 0); this.topSandDock.TabIndex = 4; // // menuButton2 // this.menuButton2.Icon = ((System.Drawing.Icon)(resources.GetObject("menuButton2.Icon"))); this.menuButton2.Text = "&New"; // // menuButton4 // this.menuButton4.Icon = ((System.Drawing.Icon)(resources.GetObject("menuButton4.Icon"))); this.menuButton4.Text = "&New"; // // menuButton6 // this.menuButton6.Icon = ((System.Drawing.Icon)(resources.GetObject("menuButton6.Icon"))); this.menuButton6.Text = "&New"; // // sandBarManager // this.sandBarManager.OwnerForm = this; // // bottomSandBarDock // this.bottomSandBarDock.Dock = System.Windows.Forms.DockStyle.Bottom; this.bottomSandBarDock.Guid = new System.Guid("e1404dca-91bf-493c-8bd5-5431aedc87b6"); this.bottomSandBarDock.Location = new System.Drawing.Point(0, 643); this.bottomSandBarDock.Manager = this.sandBarManager; this.bottomSandBarDock.Name = "bottomSandBarDock"; this.bottomSandBarDock.Size = new System.Drawing.Size(860, 0); this.bottomSandBarDock.TabIndex = 7; // // leftSandBarDock // this.leftSandBarDock.Dock = System.Windows.Forms.DockStyle.Left; this.leftSandBarDock.Guid = new System.Guid("be9bb126-ec86-4e15-aa71-2f24d3145edf"); this.leftSandBarDock.Location = new System.Drawing.Point(0, 49); this.leftSandBarDock.Manager = this.sandBarManager; this.leftSandBarDock.Name = "leftSandBarDock"; this.leftSandBarDock.Size = new System.Drawing.Size(0, 594); this.leftSandBarDock.TabIndex = 5; // // rightSandBarDock // this.rightSandBarDock.Dock = System.Windows.Forms.DockStyle.Right; this.rightSandBarDock.Guid = new System.Guid("aa2d046a-aeb4-40b4-ae28-68f644b1d3f4"); this.rightSandBarDock.Location = new System.Drawing.Point(860, 49); this.rightSandBarDock.Manager = this.sandBarManager; this.rightSandBarDock.Name = "rightSandBarDock"; this.rightSandBarDock.Size = new System.Drawing.Size(0, 594); this.rightSandBarDock.TabIndex = 6; // // topSandBarDock // this.topSandBarDock.Controls.Add(this.mainMenuBar); this.topSandBarDock.Controls.Add(this.mainToolBar); this.topSandBarDock.Dock = System.Windows.Forms.DockStyle.Top; this.topSandBarDock.Guid = new System.Guid("dae86233-28e4-4cee-9d86-44195791f09a"); 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(860, 49); this.topSandBarDock.TabIndex = 8; // // mainMenuBar // this.mainMenuBar.Guid = new System.Guid("de990727-c3dc-49d7-b312-567eea1991ef"); this.mainMenuBar.Items.AddRange(new TD.SandBar.ToolbarItemBase[] { this.fileMenuBar, this.viewMenuBar, this.qSetMenuBar, this.queueMenuBar, this.messageMenuBar, this.toolsMenuBar, this.helpMenuBar, this.messageBrowserCtxMenu, this.qSetCtxMenu}); this.mainMenuBar.Location = new System.Drawing.Point(2, 0); this.mainMenuBar.Name = "mainMenuBar"; this.mainMenuBar.OwnerForm = this; this.mainMenuBar.Size = new System.Drawing.Size(858, 23); this.mainMenuBar.TabIndex = 0; // // messageBrowserCtxMenu // this.messageBrowserCtxMenu.Items.AddRange(new TD.SandBar.ToolbarItemBase[] { this.messageBrowserCtxForwardMessageMenuButton, this.messageBrowserCtxMoveMessageMenuButton, this.messageBrowserCtxDeleteMessageMenuButton, this.messageBrowserCtxRefreshMessagesMenuButton, this.messageBrowserCtxPurgeQueueMenuButton}); // // messageBrowserCtxForwardMessageMenuButton // this.messageBrowserCtxForwardMessageMenuButton.Icon = ((System.Drawing.Icon)(resources.GetObject("messageBrowserCtxForwardMessageMenuButton.Icon"))); this.messageBrowserCtxForwardMessageMenuButton.Text = "Forward"; // // messageBrowserCtxMoveMessageMenuButton // this.messageBrowserCtxMoveMessageMenuButton.Icon = ((System.Drawing.Icon)(resources.GetObject("messageBrowserCtxMoveMessageMenuButton.Icon"))); this.messageBrowserCtxMoveMessageMenuButton.Text = "Move"; // // messageBrowserCtxDeleteMessageMenuButton // this.messageBrowserCtxDeleteMessageMenuButton.Icon = ((System.Drawing.Icon)(resources.GetObject("messageBrowserCtxDeleteMessageMenuButton.Icon"))); this.messageBrowserCtxDeleteMessageMenuButton.Text = "Delete"; // // messageBrowserCtxRefreshMessagesMenuButton // this.messageBrowserCtxRefreshMessagesMenuButton.BeginGroup = true; this.messageBrowserCtxRefreshMessagesMenuButton.Icon = ((System.Drawing.Icon)(resources.GetObject("messageBrowserCtxRefreshMessagesMenuButton.Icon"))); this.messageBrowserCtxRefreshMessagesMenuButton.Text = "Refresh"; // // messageBrowserCtxPurgeQueueMenuButton // this.messageBrowserCtxPurgeQueueMenuButton.Icon = ((System.Drawing.Icon)(resources.GetObject("messageBrowserCtxPurgeQueueMenuButton.Icon"))); this.messageBrowserCtxPurgeQueueMenuButton.Text = "Purge"; // // qSetCtxMenu // this.qSetCtxMenu.Items.AddRange(new TD.SandBar.ToolbarItemBase[] { this.qSetCtxAddActiveQueueToSet, this.qSetCtxNewFolder, this.qSetCtxRenameFolder, this.qSetCtxDeleteItem, this.qSetCtxSendMessage, this.qSetCtxNewWebServiceClient, this.qSetCtxPurgeQueue, this.qSetCtxDeleteQueue}); // // qSetCtxAddActiveQueueToSet // this.qSetCtxAddActiveQueueToSet.Icon = ((System.Drawing.Icon)(resources.GetObject("qSetCtxAddActiveQueueToSet.Icon"))); this.qSetCtxAddActiveQueueToSet.Image = ((System.Drawing.Image)(resources.GetObject("qSetCtxAddActiveQueueToSet.Image"))); this.qSetCtxAddActiveQueueToSet.Text = "Add Active Queue To Set"; // // qSetCtxNewFolder // this.qSetCtxNewFolder.BeginGroup = true; this.qSetCtxNewFolder.Icon = ((System.Drawing.Icon)(resources.GetObject("qSetCtxNewFolder.Icon"))); this.qSetCtxNewFolder.ImageIndex = 1; this.qSetCtxNewFolder.Text = "New Folder"; // // qSetCtxRenameFolder // this.qSetCtxRenameFolder.Image = ((System.Drawing.Image)(resources.GetObject("qSetCtxRenameFolder.Image"))); this.qSetCtxRenameFolder.Text = "Rename"; // // qSetCtxDeleteItem // this.qSetCtxDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("qSetCtxDeleteItem.Image"))); this.qSetCtxDeleteItem.Text = "Delete Item"; // // qSetCtxSendMessage // this.qSetCtxSendMessage.BeginGroup = true; this.qSetCtxSendMessage.Icon = ((System.Drawing.Icon)(resources.GetObject("qSetCtxSendMessage.Icon"))); this.qSetCtxSendMessage.Text = "&New Message"; // // qSetCtxNewWebServiceClient // this.qSetCtxNewWebServiceClient.BeginGroup = true; this.qSetCtxNewWebServiceClient.Icon = ((System.Drawing.Icon)(resources.GetObject("qSetCtxNewWebServiceClient.Icon"))); this.qSetCtxNewWebServiceClient.Text = "New Web Service Client"; // // qSetCtxPurgeQueue // this.qSetCtxPurgeQueue.BeginGroup = true; this.qSetCtxPurgeQueue.Icon = ((System.Drawing.Icon)(resources.GetObject("qSetCtxPurgeQueue.Icon"))); this.qSetCtxPurgeQueue.Text = "Purge"; // // qSetCtxDeleteQueue // this.qSetCtxDeleteQueue.BeginGroup = true; this.qSetCtxDeleteQueue.Icon = ((System.Drawing.Icon)(resources.GetObject("qSetCtxDeleteQueue.Icon"))); this.qSetCtxDeleteQueue.Text = "Delete Queue..."; // // fileMenuBar // this.fileMenuBar.Items.AddRange(new TD.SandBar.ToolbarItemBase[] { this.fileNewQSetMenuButton, this.fileOpenQSetMenuButton, this.fileCloseQSetMenuButton, this.fileNewMessageMenuButton, this.fileSaveQSetMenuButton, this.fileSaveQSetAsMenuButton, this.fileRecentFilesMenuButton, this.fileExitMenuButton}); this.fileMenuBar.Text = "&File"; // // fileNewQSetMenuButton // this.fileNewQSetMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("fileNewQSetMenuButton.Image"))); this.fileNewQSetMenuButton.Text = "&New"; // // fileOpenQSetMenuButton // this.fileOpenQSetMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("fileOpenQSetMenuButton.Image"))); this.fileOpenQSetMenuButton.Text = "&Open..."; // // fileCloseQSetMenuButton // this.fileCloseQSetMenuButton.Text = "&Close"; // // fileNewMessageMenuButton // this.fileNewMessageMenuButton.BeginGroup = true; this.fileNewMessageMenuButton.Icon = ((System.Drawing.Icon)(resources.GetObject("fileNewMessageMenuButton.Icon"))); this.fileNewMessageMenuButton.Text = "New Message"; // // fileSaveQSetMenuButton // this.fileSaveQSetMenuButton.BeginGroup = true; this.fileSaveQSetMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("fileSaveQSetMenuButton.Image"))); this.fileSaveQSetMenuButton.Text = "&Save"; // // fileSaveQSetAsMenuButton // this.fileSaveQSetAsMenuButton.Text = "Save &As..."; // // fileRecentFilesMenuButton // this.fileRecentFilesMenuButton.BeginGroup = true; this.fileRecentFilesMenuButton.Text = "Recent Files"; // // fileExitMenuButton // this.fileExitMenuButton.BeginGroup = true; this.fileExitMenuButton.Text = "E&xit"; // // viewMenuBar // this.viewMenuBar.Items.AddRange(new TD.SandBar.ToolbarItemBase[] { this.viewQSetExplorerMenuButton, this.viewPropertiesWindowMenuButton, this.viewMessageViewerMenuButton, this.viewQSetMonitorMenuButton}); this.viewMenuBar.Text = "&View"; // // viewQSetExplorerMenuButton // this.viewQSetExplorerMenuButton.Icon = ((System.Drawing.Icon)(resources.GetObject("viewQSetExplorerMenuButton.Icon"))); this.viewQSetExplorerMenuButton.Text = "Q Set Explorer"; // // viewPropertiesWindowMenuButton // this.viewPropertiesWindowMenuButton.Icon = ((System.Drawing.Icon)(resources.GetObject("viewPropertiesWindowMenuButton.Icon"))); this.viewPropertiesWindowMenuButton.Text = "Properties Window"; // // viewMessageViewerMenuButton // this.viewMessageViewerMenuButton.Icon = ((System.Drawing.Icon)(resources.GetObject("viewMessageViewerMenuButton.Icon"))); this.viewMessageViewerMenuButton.Text = "Message Viewer"; // // viewQSetMonitorMenuButton // this.viewQSetMonitorMenuButton.Icon = ((System.Drawing.Icon)(resources.GetObject("viewQSetMonitorMenuButton.Icon"))); this.viewQSetMonitorMenuButton.Text = "Q Set Monitor"; // // qSetMenuBar // this.qSetMenuBar.Items.AddRange(new TD.SandBar.ToolbarItemBase[] { this.qSetAddActiveQueueMenuButton, this.qSetNewFolderMenuButton, this.qSetRenameFolderMenuButton, this.qSetDeleteItemMenuButton}); this.qSetMenuBar.Text = "Q &Set"; // // qSetAddActiveQueueMenuButton // this.qSetAddActiveQueueMenuButton.Icon = ((System.Drawing.Icon)(resources.GetObject("qSetAddActiveQueueMenuButton.Icon"))); this.qSetAddActiveQueueMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("qSetAddActiveQueueMenuButton.Image"))); this.qSetAddActiveQueueMenuButton.Text = "Add Active Queue To Set"; this.qSetAddActiveQueueMenuButton.Visible = false; // // qSetNewFolderMenuButton // this.qSetNewFolderMenuButton.BeginGroup = true; this.qSetNewFolderMenuButton.Icon = ((System.Drawing.Icon)(resources.GetObject("qSetNewFolderMenuButton.Icon"))); this.qSetNewFolderMenuButton.ImageIndex = 1; this.qSetNewFolderMenuButton.Text = "New Folder"; // // qSetRenameFolderMenuButton // this.qSetRenameFolderMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("qSetRenameFolderMenuButton.Image"))); this.qSetRenameFolderMenuButton.Text = "Rename"; // // qSetDeleteItemMenuButton // this.qSetDeleteItemMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("qSetDeleteItemMenuButton.Image"))); this.qSetDeleteItemMenuButton.Text = "Delete Item"; // // queueMenuBar // this.queueMenuBar.Items.AddRange(new TD.SandBar.ToolbarItemBase[] { this.queueOpenMenuButton, this.queueBrowseMenuButton, this.queueCreateMenuButton, this.queueDeleteMenuButton, this.queueRefreshMenuButton, this.queuePurgeMenuButton}); this.queueMenuBar.Text = "&Queue"; // // queueOpenMenuButton // this.queueOpenMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("queueOpenMenuButton.Image"))); this.queueOpenMenuButton.Text = "Open..."; // // queueBrowseMenuButton // this.queueBrowseMenuButton.Icon = ((System.Drawing.Icon)(resources.GetObject("queueBrowseMenuButton.Icon"))); this.queueBrowseMenuButton.Text = "Search..."; // // queueCreateMenuButton // this.queueCreateMenuButton.Icon = ((System.Drawing.Icon)(resources.GetObject("queueCreateMenuButton.Icon"))); this.queueCreateMenuButton.Text = "Create..."; // // queueDeleteMenuButton // this.queueDeleteMenuButton.Icon = ((System.Drawing.Icon)(resources.GetObject("queueDeleteMenuButton.Icon"))); this.queueDeleteMenuButton.Text = "Delete..."; // // queueRefreshMenuButton // this.queueRefreshMenuButton.BeginGroup = true; this.queueRefreshMenuButton.Image = ((System.Drawing.Image)(resources.GetObject("queueRefreshMenuButton.Image"))); this.queueRefreshMenuButton.Text = "Refresh"; // // queuePurgeMenuButton // this.queuePurgeMenuButton.Icon = ((System.Drawing.Icon)(resources.GetObject("queuePurgeMenuButton.Icon"))); this.queuePurgeMenuButton.Text = "Purge"; // // messageMenuBar // this.messageMenuBar.Items.AddRange(new TD.SandBar.ToolbarItemBase[] { this.messageNewMenuButton, this.messageForwardMenuButton, this.messageMoveMenuButton, this.messageDeleteMenuButton}); this.messageMenuBar.Text = "Message"; // // messageNewMenuButton // this.messageNewMenuButton.Icon = ((System.Drawing.Icon)(resources.GetObject("messageNewMenuButton.Icon"))); this.messageNewMenuButton.Text = "New..."; // // messageForwardMenuButton // this.messageForwardMenuButton.Icon = ((System.Drawing.Icon)(resources.GetObject("messageForwardMenuButton.Icon"))); this.messageForwardMenuButton.Text = "Forward..."; // // messageMoveMenuButton // this.messageMoveMenuButton.Icon = ((System.Drawing.Icon)(resources.GetObject("messageMoveMenuButton.Icon"))); this.messageMoveMenuButton.Text = "Move..."; // // messageDeleteMenuButton // this.messageDeleteMenuButton.Icon = ((System.Drawing.Icon)(resources.GetObject("messageDeleteMenuButton.Icon"))); this.messageDeleteMenuButton.Text = "Delete..."; // // toolsMenuBar // this.toolsMenuBar.Items.AddRange(new TD.SandBar.ToolbarItemBase[] { this.toolsNewWebServiceClientMenuButton, this.toolsOptionsMenuButton}); this.toolsMenuBar.Text = "&Tools"; // // toolsNewWebServiceClientMenuButton // this.toolsNewWebServiceClientMenuButton.Icon = ((System.Drawing.Icon)(resources.GetObject("toolsNewWebServiceClientMenuButton.Icon"))); this.toolsNewWebServiceClientMenuButton.Text = "New Web Service Client"; // // toolsOptionsMenuButton // this.toolsOptionsMenuButton.BeginGroup = true; this.toolsOptionsMenuButton.Text = "&Options..."; // // helpMenuBar // this.helpMenuBar.Items.AddRange(new TD.SandBar.ToolbarItemBase[] { this.helpAboutMenuButton}); this.helpMenuBar.Text = "&Help"; // // helpAboutMenuButton // this.helpAboutMenuButton.Text = "&About"; // // mainToolBar // this.mainToolBar.DockLine = 1; this.mainToolBar.DrawActionsButton = false; this.mainToolBar.Guid = new System.Guid("ad09efa5-d72b-4316-b20c-e175d6249283"); this.mainToolBar.Items.AddRange(new TD.SandBar.ToolbarItemBase[] { this.fileNewQSetToolButton, this.fileOpenQSetToolButton, this.fileSaveQSetToolButton, this.fileNewMessageToolButton, this.viewQSetExplorerToolButton, this.viewPropertiesWindowToolButton, this.viewMessageViewerToolButton, this.viewQSetMonitorToolButton, this.qSetAddActiveQueueToolButton, this.qSetNewFolderToolButton, this.qSetRenameFolderToolButton, this.qSetDeleteItemToolButton, this.queueOpenToolButton, this.queueBrowseToolButton, this.queueCreateToolButton, this.queueDeleteToolButton, this.queueRefreshToolButton, this.queuePurgeToolButton, this.messageNewToolButton, this.messageForwardToolButton, this.messageMoveToolButton, this.messageDeleteToolButton}); this.mainToolBar.Location = new System.Drawing.Point(2, 23); this.mainToolBar.Name = "mainToolBar"; this.mainToolBar.Size = new System.Drawing.Size(634, 26); this.mainToolBar.TabIndex = 1; this.mainToolBar.Text = "Standard"; // // fileNewQSetToolButton // this.fileNewQSetToolButton.BuddyMenu = this.fileNewQSetMenuButton; this.fileNewQSetToolButton.Image = ((System.Drawing.Image)(resources.GetObject("fileNewQSetToolButton.Image"))); this.fileNewQSetToolButton.ToolTipText = "New"; // // fileOpenQSetToolButton // this.fileOpenQSetToolButton.BuddyMenu = this.fileOpenQSetMenuButton; this.fileOpenQSetToolButton.Image = ((System.Drawing.Image)(resources.GetObject("fileOpenQSetToolButton.Image"))); this.fileOpenQSetToolButton.ToolTipText = "Open..."; // // fileSaveQSetToolButton // this.fileSaveQSetToolButton.BuddyMenu = this.fileSaveQSetMenuButton; this.fileSaveQSetToolButton.Image = ((System.Drawing.Image)(resources.GetObject("fileSaveQSetToolButton.Image"))); this.fileSaveQSetToolButton.ToolTipText = "Save"; // // fileNewMessageToolButton // this.fileNewMessageToolButton.BeginGroup = true; this.fileNewMessageToolButton.BuddyMenu = this.fileNewMessageMenuButton; this.fileNewMessageToolButton.Icon = ((System.Drawing.Icon)(resources.GetObject("fileNewMessageToolButton.Icon"))); this.fileNewMessageToolButton.Text = "New Message"; this.fileNewMessageToolButton.ToolTipText = "New Message"; // // viewQSetExplorerToolButton // this.viewQSetExplorerToolButton.BeginGroup = true; this.viewQSetExplorerToolButton.BuddyMenu = this.viewQSetExplorerMenuButton; this.viewQSetExplorerToolButton.Icon = ((System.Drawing.Icon)(resources.GetObject("viewQSetExplorerToolButton.Icon"))); this.viewQSetExplorerToolButton.ToolTipText = "Q Set Explorer"; // // viewPropertiesWindowToolButton // this.viewPropertiesWindowToolButton.BuddyMenu = this.viewPropertiesWindowMenuButton; this.viewPropertiesWindowToolButton.Icon = ((System.Drawing.Icon)(resources.GetObject("viewPropertiesWindowToolButton.Icon"))); this.viewPropertiesWindowToolButton.ToolTipText = "Properties Window"; // // viewMessageViewerToolButton // this.viewMessageViewerToolButton.BuddyMenu = this.viewMessageViewerMenuButton; this.viewMessageViewerToolButton.Icon = ((System.Drawing.Icon)(resources.GetObject("viewMessageViewerToolButton.Icon"))); this.viewMessageViewerToolButton.ToolTipText = "Message Viewer"; // // viewQSetMonitorToolButton // this.viewQSetMonitorToolButton.BuddyMenu = this.viewQSetMonitorMenuButton; this.viewQSetMonitorToolButton.Icon = ((System.Drawing.Icon)(resources.GetObject("viewQSetMonitorToolButton.Icon"))); this.viewQSetMonitorToolButton.ToolTipText = "Q Set Monitor"; // // qSetAddActiveQueueToolButton // this.qSetAddActiveQueueToolButton.BeginGroup = true; this.qSetAddActiveQueueToolButton.BuddyMenu = this.qSetAddActiveQueueMenuButton; this.qSetAddActiveQueueToolButton.Icon = ((System.Drawing.Icon)(resources.GetObject("qSetAddActiveQueueToolButton.Icon"))); this.qSetAddActiveQueueToolButton.Image = ((System.Drawing.Image)(resources.GetObject("qSetAddActiveQueueToolButton.Image"))); this.qSetAddActiveQueueToolButton.ToolTipText = "Add Active Queue To Set"; this.qSetAddActiveQueueToolButton.Visible = false; // // qSetNewFolderToolButton // this.qSetNewFolderToolButton.BeginGroup = true; this.qSetNewFolderToolButton.BuddyMenu = this.qSetNewFolderMenuButton; this.qSetNewFolderToolButton.Icon = ((System.Drawing.Icon)(resources.GetObject("qSetNewFolderToolButton.Icon"))); this.qSetNewFolderToolButton.ImageIndex = 1; this.qSetNewFolderToolButton.ToolTipText = "New Folder"; // // qSetRenameFolderToolButton // this.qSetRenameFolderToolButton.BuddyMenu = this.qSetRenameFolderMenuButton; this.qSetRenameFolderToolButton.Image = ((System.Drawing.Image)(resources.GetObject("qSetRenameFolderToolButton.Image"))); this.qSetRenameFolderToolButton.ToolTipText = "Rename Folder"; // // qSetDeleteItemToolButton // this.qSetDeleteItemToolButton.BuddyMenu = this.qSetDeleteItemMenuButton; this.qSetDeleteItemToolButton.Image = ((System.Drawing.Image)(resources.GetObject("qSetDeleteItemToolButton.Image"))); this.qSetDeleteItemToolButton.ToolTipText = "Delete Item"; // // queueOpenToolButton // this.queueOpenToolButton.BeginGroup = true; this.queueOpenToolButton.BuddyMenu = this.queueOpenMenuButton; this.queueOpenToolButton.Image = ((System.Drawing.Image)(resources.GetObject("queueOpenToolButton.Image"))); this.queueOpenToolButton.ToolTipText = "Open Queue"; // // queueBrowseToolButton // this.queueBrowseToolButton.BuddyMenu = this.queueBrowseMenuButton; this.queueBrowseToolButton.Icon = ((System.Drawing.Icon)(resources.GetObject("queueBrowseToolButton.Icon"))); this.queueBrowseToolButton.ToolTipText = "Search for Queue"; // // queueCreateToolButton // this.queueCreateToolButton.BuddyMenu = this.queueCreateMenuButton; this.queueCreateToolButton.Icon = ((System.Drawing.Icon)(resources.GetObject("queueCreateToolButton.Icon"))); this.queueCreateToolButton.ToolTipText = "Create Queue"; // // queueDeleteToolButton // this.queueDeleteToolButton.BuddyMenu = this.queueDeleteMenuButton; this.queueDeleteToolButton.Icon = ((System.Drawing.Icon)(resources.GetObject("queueDeleteToolButton.Icon"))); this.queueDeleteToolButton.ToolTipText = "Delete Queue"; // // queueRefreshToolButton // this.queueRefreshToolButton.BeginGroup = true; this.queueRefreshToolButton.BuddyMenu = this.queueRefreshMenuButton; this.queueRefreshToolButton.Image = ((System.Drawing.Image)(resources.GetObject("queueRefreshToolButton.Image"))); this.queueRefreshToolButton.ToolTipText = "Refresh Queue"; // // queuePurgeToolButton // this.queuePurgeToolButton.BuddyMenu = this.queuePurgeMenuButton; this.queuePurgeToolButton.Icon = ((System.Drawing.Icon)(resources.GetObject("queuePurgeToolButton.Icon"))); this.queuePurgeToolButton.ToolTipText = "Purge Queue"; // // messageNewToolButton // this.messageNewToolButton.BeginGroup = true; this.messageNewToolButton.BuddyMenu = this.messageNewMenuButton; this.messageNewToolButton.Icon = ((System.Drawing.Icon)(resources.GetObject("messageNewToolButton.Icon"))); this.messageNewToolButton.ToolTipText = "New Message"; // // messageForwardToolButton // this.messageForwardToolButton.BuddyMenu = this.messageForwardMenuButton; this.messageForwardToolButton.Icon = ((System.Drawing.Icon)(resources.GetObject("messageForwardToolButton.Icon"))); this.messageForwardToolButton.ToolTipText = "Forward..."; // // messageMoveToolButton // this.messageMoveToolButton.BuddyMenu = this.messageMoveMenuButton; this.messageMoveToolButton.Icon = ((System.Drawing.Icon)(resources.GetObject("messageMoveToolButton.Icon"))); this.messageMoveToolButton.ToolTipText = "Move..."; // // messageDeleteToolButton // this.messageDeleteToolButton.BuddyMenu = this.messageDeleteMenuButton; this.messageDeleteToolButton.Icon = ((System.Drawing.Icon)(resources.GetObject("messageDeleteToolButton.Icon"))); this.messageDeleteToolButton.ToolTipText = "Delete..."; // // statusBar // this.statusBar.Location = new System.Drawing.Point(0, 643); this.statusBar.Name = "statusBar"; this.statusBar.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] { this.workingStatusBarPanel}); this.statusBar.ShowPanels = true; this.statusBar.Size = new System.Drawing.Size(860, 22); this.statusBar.TabIndex = 9; // // workingStatusBarPanel // this.workingStatusBarPanel.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Spring; this.workingStatusBarPanel.Name = "workingStatusBarPanel"; this.workingStatusBarPanel.Width = 843; // // buttonItem1 // this.buttonItem1.BuddyMenu = this.messageForwardMenuButton; this.buttonItem1.Icon = ((System.Drawing.Icon)(resources.GetObject("buttonItem1.Icon"))); this.buttonItem1.ToolTipText = "Forward..."; // // QSetEnvironmentForm // this.AutoScaleBaseSize = new System.Drawing.Size(5, 14); this.ClientSize = new System.Drawing.Size(860, 665); this.Controls.Add(this.mainDocumentContainer); this.Controls.Add(this.leftSandDock); this.Controls.Add(this.rightSandDock); this.Controls.Add(this.bottomSandDock); this.Controls.Add(this.topSandDock); this.Controls.Add(this.leftSandBarDock); this.Controls.Add(this.rightSandBarDock); this.Controls.Add(this.bottomSandBarDock); this.Controls.Add(this.topSandBarDock); this.Controls.Add(this.statusBar); this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "QSetEnvironmentForm"; this.Text = "Q Set"; this.Closing += new System.ComponentModel.CancelEventHandler(this.QSetEnvironmentForm_Closing); this.leftSandDock.ResumeLayout(false); this.propertyGridDock.ResumeLayout(false); this.bottomSandDock.ResumeLayout(false); this.topSandBarDock.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.workingStatusBarPanel)).EndInit(); this.ResumeLayout(false); }
private void InitializeComponent() { this.components = new System.ComponentModel.Container(); NETXP.Library.DynamicColorTable dynamicColorTable1 = new NETXP.Library.DynamicColorTable(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); 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.MenuBarItem1 = new TD.SandBar.MenuBarItem(); this.mnuNewGroup = new TD.SandBar.MenuButtonItem(); this.mnuLoad = new TD.SandBar.MenuButtonItem(); this.mnuSave = new TD.SandBar.MenuButtonItem(); this.mnuExit = new TD.SandBar.MenuButtonItem(); 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.tbGroup = new TD.SandBar.ToolBar(); this.btnNewGroup = new TD.SandBar.ButtonItem(); this.btnLoadGroup = new TD.SandBar.ButtonItem(); this.btnRunGroup = new TD.SandBar.ButtonItem(); this.tbAudit = new TD.SandBar.ToolBar(); this.btnAddAudit = new TD.SandBar.ButtonItem(); this.btnDeleteAudit = new TD.SandBar.ButtonItem(); this.btnRunAudit = new TD.SandBar.ButtonItem(); this.XpTaskPane = new NETXP.Controls.TaskPane.XPTaskPane(); this.xpgAudits = new NETXP.Controls.TaskPane.XPTaskPaneGroup(); this.xpLinkAuditRun = new NETXP.Controls.TaskPane.XPLink(); this.xpLinkDown = new NETXP.Controls.TaskPane.XPLink(); this.xpLinkUp = new NETXP.Controls.TaskPane.XPLink(); this.xpLinkDelete = new NETXP.Controls.TaskPane.XPLink(); this.xpLinkAdd = new NETXP.Controls.TaskPane.XPLink(); this.xpgGroups = new NETXP.Controls.TaskPane.XPTaskPaneGroup(); this.XpLinkRun = new NETXP.Controls.TaskPane.XPLink(); this.XpLinkLoad = new NETXP.Controls.TaskPane.XPLink(); this.XpLinkNew = new NETXP.Controls.TaskPane.XPLink(); this.Splitter1 = new System.Windows.Forms.Splitter(); this.OpenAudits = new System.Windows.Forms.OpenFileDialog(); this.imgAudits = new System.Windows.Forms.ImageList(this.components); this.Panel1 = new System.Windows.Forms.Panel(); this.Splitter2 = new System.Windows.Forms.Splitter(); this.ppgAudits = new System.Windows.Forms.PropertyGrid(); this.lblAuditGroup = new System.Windows.Forms.Label(); this.lsvAudits = new System.Windows.Forms.ListView(); this.clhIcon = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.clhDesc = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.clhStatus = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.topSandBarDock.SuspendLayout(); this.XpTaskPane.SuspendLayout(); this.xpgAudits.SuspendLayout(); this.xpgGroups.SuspendLayout(); this.Panel1.SuspendLayout(); this.SuspendLayout(); // // SandBarManager1 // this.SandBarManager1.OwnerForm = this; // // leftSandBarDock // this.leftSandBarDock.Dock = System.Windows.Forms.DockStyle.Left; this.leftSandBarDock.Guid = new System.Guid("0005de62-e1a4-4aed-86e8-8982f974f423"); this.leftSandBarDock.Location = new System.Drawing.Point(0, 64); this.leftSandBarDock.Manager = this.SandBarManager1; this.leftSandBarDock.Name = "leftSandBarDock"; this.leftSandBarDock.Size = new System.Drawing.Size(0, 422); this.leftSandBarDock.TabIndex = 1; // // rightSandBarDock // this.rightSandBarDock.Dock = System.Windows.Forms.DockStyle.Right; this.rightSandBarDock.Guid = new System.Guid("d16b2d2d-d34e-4bc5-8a74-d6961a94a91b"); this.rightSandBarDock.Location = new System.Drawing.Point(624, 64); this.rightSandBarDock.Manager = this.SandBarManager1; this.rightSandBarDock.Name = "rightSandBarDock"; this.rightSandBarDock.Size = new System.Drawing.Size(0, 422); this.rightSandBarDock.TabIndex = 2; // // bottomSandBarDock // this.bottomSandBarDock.Dock = System.Windows.Forms.DockStyle.Bottom; this.bottomSandBarDock.Guid = new System.Guid("453d2a06-d705-4729-8665-4c03d7a4fc7d"); this.bottomSandBarDock.Location = new System.Drawing.Point(0, 486); this.bottomSandBarDock.Manager = this.SandBarManager1; this.bottomSandBarDock.Name = "bottomSandBarDock"; this.bottomSandBarDock.Size = new System.Drawing.Size(624, 0); this.bottomSandBarDock.TabIndex = 3; // // topSandBarDock // this.topSandBarDock.Controls.Add(this.MenuBar1); this.topSandBarDock.Controls.Add(this.tbGroup); this.topSandBarDock.Controls.Add(this.tbAudit); this.topSandBarDock.Dock = System.Windows.Forms.DockStyle.Top; this.topSandBarDock.Guid = new System.Guid("f84b0b89-33c0-426f-9560-62b247d238f2"); 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(624, 64); this.topSandBarDock.TabIndex = 4; // // MenuBar1 // this.MenuBar1.Guid = new System.Guid("0196a532-5051-4a9b-b066-d94b76c60c8c"); this.MenuBar1.Items.AddRange(new TD.SandBar.ToolbarItemBase[] { this.MenuBarItem1, this.MenuBarItem2, this.MenuBarItem3, this.MenuBarItem4, this.MenuBarItem5}); this.MenuBar1.Location = new System.Drawing.Point(2, 0); this.MenuBar1.Name = "MenuBar1"; this.MenuBar1.OwnerForm = this; this.MenuBar1.Size = new System.Drawing.Size(622, 24); this.MenuBar1.TabIndex = 0; this.MenuBar1.Text = "MenuBar1"; // // MenuBarItem1 // this.MenuBarItem1.Items.AddRange(new TD.SandBar.ToolbarItemBase[] { this.mnuNewGroup, this.mnuLoad, this.mnuSave, this.mnuExit}); this.MenuBarItem1.Text = "&File"; // // mnuNewGroup // this.mnuNewGroup.Text = "New Audit Group"; // // mnuLoad // this.mnuLoad.Text = "Load Audit Group"; // // mnuSave // this.mnuSave.Text = "Save Audit Group"; // // mnuExit // this.mnuExit.BeginGroup = true; this.mnuExit.Text = "Exit"; this.mnuExit.Activate += new System.EventHandler(this.mnuExit_Activate); // // MenuBarItem2 // this.MenuBarItem2.Text = "&Edit"; // // MenuBarItem3 // this.MenuBarItem3.Text = "&View"; // // MenuBarItem4 // this.MenuBarItem4.MdiWindowList = true; this.MenuBarItem4.Text = "&Window"; // // MenuBarItem5 // this.MenuBarItem5.Text = "&Help"; // // tbGroup // this.tbGroup.DockLine = 1; this.tbGroup.Guid = new System.Guid("1068a9f8-d8ea-4221-a4a9-f004e2dcc607"); this.tbGroup.Items.AddRange(new TD.SandBar.ToolbarItemBase[] { this.btnNewGroup, this.btnLoadGroup, this.btnRunGroup}); this.tbGroup.Location = new System.Drawing.Point(2, 24); this.tbGroup.Name = "tbGroup"; this.tbGroup.Size = new System.Drawing.Size(237, 40); this.tbGroup.TabIndex = 1; this.tbGroup.Text = "AuditGroup"; this.tbGroup.TextAlign = TD.SandBar.ToolBarTextAlign.Underneath; // // btnNewGroup // this.btnNewGroup.BeginGroup = true; this.btnNewGroup.Icon = ((System.Drawing.Icon)(resources.GetObject("btnNewGroup.Icon"))); this.btnNewGroup.Text = "New Group"; // // btnLoadGroup // this.btnLoadGroup.Icon = ((System.Drawing.Icon)(resources.GetObject("btnLoadGroup.Icon"))); this.btnLoadGroup.Text = "Load Group"; this.btnLoadGroup.Activate += new System.EventHandler(this.btnLoadGroup_Activate); // // btnRunGroup // this.btnRunGroup.Icon = ((System.Drawing.Icon)(resources.GetObject("btnRunGroup.Icon"))); this.btnRunGroup.Text = "Run Audits"; // // tbAudit // this.tbAudit.DockLine = 1; this.tbAudit.DockOffset = 12; this.tbAudit.Guid = new System.Guid("34672742-ab26-40ec-88cb-eaca2e35a249"); this.tbAudit.Items.AddRange(new TD.SandBar.ToolbarItemBase[] { this.btnAddAudit, this.btnDeleteAudit, this.btnRunAudit}); this.tbAudit.Location = new System.Drawing.Point(241, 24); this.tbAudit.Name = "tbAudit"; this.tbAudit.Size = new System.Drawing.Size(243, 40); this.tbAudit.TabIndex = 2; this.tbAudit.Text = "Audits"; this.tbAudit.TextAlign = TD.SandBar.ToolBarTextAlign.Underneath; // // btnAddAudit // this.btnAddAudit.Icon = ((System.Drawing.Icon)(resources.GetObject("btnAddAudit.Icon"))); this.btnAddAudit.Text = "Add Audit"; // // btnDeleteAudit // this.btnDeleteAudit.Icon = ((System.Drawing.Icon)(resources.GetObject("btnDeleteAudit.Icon"))); this.btnDeleteAudit.Text = "Delete Audit"; // // btnRunAudit // this.btnRunAudit.Icon = ((System.Drawing.Icon)(resources.GetObject("btnRunAudit.Icon"))); this.btnRunAudit.Text = "Run Audit"; this.btnRunAudit.Activate += new System.EventHandler(this.btnRunAudit_Activate); // // XpTaskPane // this.XpTaskPane.AutoScroll = true; this.XpTaskPane.ColorTable = dynamicColorTable1; this.XpTaskPane.Controls.Add(this.xpgAudits); this.XpTaskPane.Controls.Add(this.xpgGroups); this.XpTaskPane.Dock = System.Windows.Forms.DockStyle.Left; this.XpTaskPane.Location = new System.Drawing.Point(0, 64); this.XpTaskPane.Name = "XpTaskPane"; this.XpTaskPane.Size = new System.Drawing.Size(168, 422); this.XpTaskPane.TabIndex = 5; this.XpTaskPane.Text = "XpTaskPane1"; // // xpgAudits // this.xpgAudits.ColorTable = dynamicColorTable1; this.xpgAudits.Controls.Add(this.xpLinkAuditRun); this.xpgAudits.Controls.Add(this.xpLinkDown); this.xpgAudits.Controls.Add(this.xpLinkUp); this.xpgAudits.Controls.Add(this.xpLinkDelete); this.xpgAudits.Controls.Add(this.xpLinkAdd); this.xpgAudits.Location = new System.Drawing.Point(8, 152); this.xpgAudits.Name = "xpgAudits"; this.xpgAudits.Size = new System.Drawing.Size(144, 152); this.xpgAudits.TabIndex = 1; this.xpgAudits.Text = "Audit Actions"; // // xpLinkAuditRun // this.xpLinkAuditRun.BackColor = System.Drawing.Color.Transparent; this.xpLinkAuditRun.ColorTable = dynamicColorTable1; this.xpLinkAuditRun.Cursor = System.Windows.Forms.Cursors.Hand; this.xpLinkAuditRun.HotForeColor = System.Drawing.SystemColors.HotTrack; this.xpLinkAuditRun.Image = ((System.Drawing.Image)(resources.GetObject("xpLinkAuditRun.Image"))); this.xpLinkAuditRun.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.xpLinkAuditRun.Location = new System.Drawing.Point(8, 80); this.xpLinkAuditRun.Name = "xpLinkAuditRun"; this.xpLinkAuditRun.Size = new System.Drawing.Size(128, 16); this.xpLinkAuditRun.TabIndex = 5; this.xpLinkAuditRun.Text = "Run Audit"; this.xpLinkAuditRun.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.xpLinkAuditRun.Click += new System.EventHandler(this.xpLinkAuditRun_Click); // // xpLinkDown // this.xpLinkDown.BackColor = System.Drawing.Color.Transparent; this.xpLinkDown.ColorTable = dynamicColorTable1; this.xpLinkDown.Cursor = System.Windows.Forms.Cursors.Hand; this.xpLinkDown.HotForeColor = System.Drawing.SystemColors.HotTrack; this.xpLinkDown.Image = ((System.Drawing.Image)(resources.GetObject("xpLinkDown.Image"))); this.xpLinkDown.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.xpLinkDown.Location = new System.Drawing.Point(8, 128); this.xpLinkDown.Name = "xpLinkDown"; this.xpLinkDown.Size = new System.Drawing.Size(128, 16); this.xpLinkDown.TabIndex = 4; this.xpLinkDown.Text = "Move Down"; this.xpLinkDown.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // xpLinkUp // this.xpLinkUp.BackColor = System.Drawing.Color.Transparent; this.xpLinkUp.ColorTable = dynamicColorTable1; this.xpLinkUp.Cursor = System.Windows.Forms.Cursors.Hand; this.xpLinkUp.HotForeColor = System.Drawing.SystemColors.HotTrack; this.xpLinkUp.Image = ((System.Drawing.Image)(resources.GetObject("xpLinkUp.Image"))); this.xpLinkUp.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.xpLinkUp.Location = new System.Drawing.Point(8, 104); this.xpLinkUp.Name = "xpLinkUp"; this.xpLinkUp.Size = new System.Drawing.Size(128, 16); this.xpLinkUp.TabIndex = 3; this.xpLinkUp.Text = "Move Up"; this.xpLinkUp.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // xpLinkDelete // this.xpLinkDelete.BackColor = System.Drawing.Color.Transparent; this.xpLinkDelete.ColorTable = dynamicColorTable1; this.xpLinkDelete.Cursor = System.Windows.Forms.Cursors.Hand; this.xpLinkDelete.HotForeColor = System.Drawing.SystemColors.HotTrack; this.xpLinkDelete.Image = ((System.Drawing.Image)(resources.GetObject("xpLinkDelete.Image"))); this.xpLinkDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.xpLinkDelete.Location = new System.Drawing.Point(8, 56); this.xpLinkDelete.Name = "xpLinkDelete"; this.xpLinkDelete.Size = new System.Drawing.Size(128, 16); this.xpLinkDelete.TabIndex = 2; this.xpLinkDelete.Text = "Delete Audit"; this.xpLinkDelete.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // xpLinkAdd // this.xpLinkAdd.BackColor = System.Drawing.Color.Transparent; this.xpLinkAdd.ColorTable = dynamicColorTable1; this.xpLinkAdd.Cursor = System.Windows.Forms.Cursors.Hand; this.xpLinkAdd.HotForeColor = System.Drawing.SystemColors.HotTrack; this.xpLinkAdd.Image = ((System.Drawing.Image)(resources.GetObject("xpLinkAdd.Image"))); this.xpLinkAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.xpLinkAdd.Location = new System.Drawing.Point(8, 32); this.xpLinkAdd.Name = "xpLinkAdd"; this.xpLinkAdd.Size = new System.Drawing.Size(128, 16); this.xpLinkAdd.TabIndex = 1; this.xpLinkAdd.Text = "Add Audit"; this.xpLinkAdd.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // xpgGroups // this.xpgGroups.ColorTable = dynamicColorTable1; this.xpgGroups.Controls.Add(this.XpLinkRun); this.xpgGroups.Controls.Add(this.XpLinkLoad); this.xpgGroups.Controls.Add(this.XpLinkNew); this.xpgGroups.Location = new System.Drawing.Point(8, 24); this.xpgGroups.Name = "xpgGroups"; this.xpgGroups.Size = new System.Drawing.Size(144, 112); this.xpgGroups.TabIndex = 0; this.xpgGroups.Text = "Group Actions"; // // XpLinkRun // this.XpLinkRun.BackColor = System.Drawing.Color.Transparent; this.XpLinkRun.ColorTable = dynamicColorTable1; this.XpLinkRun.Cursor = System.Windows.Forms.Cursors.Hand; this.XpLinkRun.HotForeColor = System.Drawing.SystemColors.HotTrack; this.XpLinkRun.Image = ((System.Drawing.Image)(resources.GetObject("XpLinkRun.Image"))); this.XpLinkRun.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.XpLinkRun.Location = new System.Drawing.Point(8, 80); this.XpLinkRun.Name = "XpLinkRun"; this.XpLinkRun.Size = new System.Drawing.Size(128, 16); this.XpLinkRun.TabIndex = 2; this.XpLinkRun.Text = "Run Audits"; this.XpLinkRun.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.XpLinkRun.Click += new System.EventHandler(this.XpLinkRun_Click); // // XpLinkLoad // this.XpLinkLoad.BackColor = System.Drawing.Color.Transparent; this.XpLinkLoad.ColorTable = dynamicColorTable1; this.XpLinkLoad.Cursor = System.Windows.Forms.Cursors.Hand; this.XpLinkLoad.HotForeColor = System.Drawing.SystemColors.HotTrack; this.XpLinkLoad.Image = ((System.Drawing.Image)(resources.GetObject("XpLinkLoad.Image"))); this.XpLinkLoad.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.XpLinkLoad.Location = new System.Drawing.Point(8, 56); this.XpLinkLoad.Name = "XpLinkLoad"; this.XpLinkLoad.Size = new System.Drawing.Size(128, 16); this.XpLinkLoad.TabIndex = 1; this.XpLinkLoad.Text = "Load Audit Group"; this.XpLinkLoad.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.XpLinkLoad.Click += new System.EventHandler(this.XpLinkLoad_Click); // // XpLinkNew // this.XpLinkNew.BackColor = System.Drawing.Color.Transparent; this.XpLinkNew.ColorTable = dynamicColorTable1; this.XpLinkNew.Cursor = System.Windows.Forms.Cursors.Hand; this.XpLinkNew.HotForeColor = System.Drawing.SystemColors.HotTrack; this.XpLinkNew.Image = ((System.Drawing.Image)(resources.GetObject("XpLinkNew.Image"))); this.XpLinkNew.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.XpLinkNew.Location = new System.Drawing.Point(8, 32); this.XpLinkNew.Name = "XpLinkNew"; this.XpLinkNew.Size = new System.Drawing.Size(128, 16); this.XpLinkNew.TabIndex = 0; this.XpLinkNew.Text = "New Audit Group"; this.XpLinkNew.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // Splitter1 // this.Splitter1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.Splitter1.Location = new System.Drawing.Point(168, 64); this.Splitter1.Name = "Splitter1"; this.Splitter1.Size = new System.Drawing.Size(8, 422); this.Splitter1.TabIndex = 6; this.Splitter1.TabStop = false; // // OpenAudits // this.OpenAudits.AddExtension = false; this.OpenAudits.DefaultExt = "xml"; this.OpenAudits.Filter = "XML Files|*.xml|Audit Files|*.audit|All Files|*.*"; this.OpenAudits.FileOk += new System.ComponentModel.CancelEventHandler(this.OpenAudits_FileOk); // // imgAudits // this.imgAudits.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgAudits.ImageStream"))); this.imgAudits.TransparentColor = System.Drawing.Color.Transparent; this.imgAudits.Images.SetKeyName(0, ""); this.imgAudits.Images.SetKeyName(1, ""); this.imgAudits.Images.SetKeyName(2, ""); this.imgAudits.Images.SetKeyName(3, ""); this.imgAudits.Images.SetKeyName(4, ""); this.imgAudits.Images.SetKeyName(5, ""); // // Panel1 // this.Panel1.Controls.Add(this.Splitter2); this.Panel1.Controls.Add(this.ppgAudits); this.Panel1.Controls.Add(this.lblAuditGroup); this.Panel1.Controls.Add(this.lsvAudits); this.Panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.Panel1.Location = new System.Drawing.Point(176, 64); this.Panel1.Name = "Panel1"; this.Panel1.Size = new System.Drawing.Size(448, 422); this.Panel1.TabIndex = 7; // // Splitter2 // this.Splitter2.Dock = System.Windows.Forms.DockStyle.Bottom; this.Splitter2.Location = new System.Drawing.Point(0, 174); this.Splitter2.Name = "Splitter2"; this.Splitter2.Size = new System.Drawing.Size(448, 8); this.Splitter2.TabIndex = 16; this.Splitter2.TabStop = false; // // ppgAudits // this.ppgAudits.Dock = System.Windows.Forms.DockStyle.Bottom; this.ppgAudits.LineColor = System.Drawing.SystemColors.ScrollBar; this.ppgAudits.Location = new System.Drawing.Point(0, 182); this.ppgAudits.Name = "ppgAudits"; this.ppgAudits.Size = new System.Drawing.Size(448, 240); this.ppgAudits.TabIndex = 15; // // lblAuditGroup // this.lblAuditGroup.BackColor = System.Drawing.Color.Blue; this.lblAuditGroup.Dock = System.Windows.Forms.DockStyle.Top; this.lblAuditGroup.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblAuditGroup.ForeColor = System.Drawing.Color.White; this.lblAuditGroup.Location = new System.Drawing.Point(0, 0); this.lblAuditGroup.Name = "lblAuditGroup"; this.lblAuditGroup.Size = new System.Drawing.Size(448, 23); this.lblAuditGroup.TabIndex = 14; this.lblAuditGroup.Text = "Label1"; this.lblAuditGroup.Click += new System.EventHandler(this.lblAuditGroup_Click); // // lsvAudits // this.lsvAudits.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.lsvAudits.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.clhIcon, this.clhDesc, this.clhStatus}); this.lsvAudits.Cursor = System.Windows.Forms.Cursors.Hand; this.lsvAudits.FullRowSelect = true; this.lsvAudits.HideSelection = false; this.lsvAudits.Location = new System.Drawing.Point(0, 24); this.lsvAudits.Name = "lsvAudits"; this.lsvAudits.Size = new System.Drawing.Size(448, 146); this.lsvAudits.SmallImageList = this.imgAudits; this.lsvAudits.TabIndex = 13; this.lsvAudits.UseCompatibleStateImageBehavior = false; this.lsvAudits.View = System.Windows.Forms.View.Details; this.lsvAudits.SelectedIndexChanged += new System.EventHandler(this.lsvAudits_SelectedIndexChanged); // // clhIcon // this.clhIcon.Text = "Audit Name"; this.clhIcon.Width = 145; // // clhDesc // this.clhDesc.Text = "Description"; this.clhDesc.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.clhDesc.Width = 222; // // clhStatus // this.clhStatus.Text = "Status"; this.clhStatus.Width = 76; // // MainForm // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(624, 486); this.Controls.Add(this.Panel1); this.Controls.Add(this.Splitter1); this.Controls.Add(this.XpTaskPane); 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.Name = "MainForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "DataAuditor - No Audits Loaded"; this.Load += new System.EventHandler(this.MainForm_Load); this.topSandBarDock.ResumeLayout(false); this.XpTaskPane.ResumeLayout(false); this.xpgAudits.ResumeLayout(false); this.xpgGroups.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() { this.sandDockManager1 = new TD.SandDock.SandDockManager(); this.leftSandDock = new TD.SandDock.DockContainer(); this.dockControl4 = new TD.SandDock.DockControl(); this.lblPlayers = new System.Windows.Forms.Label(); this.btnControlServer = new MyXPButton.MyXPButton(); this.lblGameType = new System.Windows.Forms.Label(); this.lblMapName = new System.Windows.Forms.Label(); this.dockControl1 = new TD.SandDock.DockControl(); this.navigationBar1 = new TD.Eyefinder.NavigationBar(); this.navigationPane1 = new TD.Eyefinder.NavigationPane(); this.navigationPane2 = new TD.Eyefinder.NavigationPane(); this.navigationPane3 = new TD.Eyefinder.NavigationPane(); this.navigationPane4 = new TD.Eyefinder.NavigationPane(); this.label4 = new System.Windows.Forms.Label(); this.checkBox4 = new System.Windows.Forms.CheckBox(); this.checkBox3 = new System.Windows.Forms.CheckBox(); this.checkBox2 = new System.Windows.Forms.CheckBox(); this.navigationPane5 = new TD.Eyefinder.NavigationPane(); this.checkBox1 = new System.Windows.Forms.CheckBox(); this.rightSandDock = new TD.SandDock.DockContainer(); this.bottomSandDock = new TD.SandDock.DockContainer(); this.dockControl3 = new TD.SandDock.DockControl(); this.txtServerLogfile = new System.Windows.Forms.TextBox(); this.dockControl5 = new TD.SandDock.DockControl(); this.txtHSTLog = new System.Windows.Forms.TextBox(); this.dockControl8 = new TD.SandDock.DockControl(); this.dockControl9 = new TD.SandDock.DockControl(); this.topSandDock = new TD.SandDock.DockContainer(); this.sandBarManager1 = 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.menuBar1 = new TD.SandBar.MenuBar(); this.menuBarItem1 = new TD.SandBar.MenuBarItem(); this.mnu = new TD.SandBar.MenuButtonItem(); this.mnuExit = new TD.SandBar.MenuButtonItem(); this.mnuSettings = new TD.SandBar.MenuBarItem(); this.mnuRunSetupWizard = new TD.SandBar.MenuButtonItem(); this.mnuManageAdmins = new TD.SandBar.MenuButtonItem(); this.menuBarItem3 = new TD.SandBar.MenuBarItem(); this.menuButtonItem2 = new TD.SandBar.MenuButtonItem(); this.menuButtonItem3 = new TD.SandBar.MenuButtonItem(); this.menuButtonItem4 = new TD.SandBar.MenuButtonItem(); this.mnuControlServer = new TD.SandBar.MenuButtonItem(); this.menuBarItem5 = new TD.SandBar.MenuBarItem(); this.menuButtonItem1 = new TD.SandBar.MenuButtonItem(); this.documentContainer1 = new TD.SandDock.DocumentContainer(); this.dockControl2 = new TD.SandDock.DockControl(); this.dockControl6 = new TD.SandDock.DockControl(); this.dockControl7 = new TD.SandDock.DockControl(); this.dockControl10 = new TD.SandDock.DockControl(); this.menuButtonItem5 = new TD.SandBar.MenuButtonItem(); this.leftSandDock.SuspendLayout(); this.dockControl4.SuspendLayout(); this.dockControl1.SuspendLayout(); this.navigationBar1.SuspendLayout(); this.navigationPane4.SuspendLayout(); this.navigationPane5.SuspendLayout(); this.bottomSandDock.SuspendLayout(); this.dockControl3.SuspendLayout(); this.dockControl5.SuspendLayout(); this.topSandBarDock.SuspendLayout(); this.documentContainer1.SuspendLayout(); this.SuspendLayout(); // // sandDockManager1 // this.sandDockManager1.DockingManager = TD.SandDock.DockingManager.Whidbey; this.sandDockManager1.OwnerForm = this; this.sandDockManager1.Renderer = new TD.SandDock.Rendering.Office2003Renderer(); // // leftSandDock // this.leftSandDock.AllowDrop = false; this.leftSandDock.Controls.Add(this.dockControl4); this.leftSandDock.Controls.Add(this.dockControl1); this.leftSandDock.Dock = System.Windows.Forms.DockStyle.Left; this.leftSandDock.Guid = new System.Guid("958057af-a8f5-4422-b97d-01d3b4451a1b"); this.leftSandDock.LayoutSystem = new TD.SandDock.SplitLayoutSystem(250, 400, System.Windows.Forms.Orientation.Horizontal, new TD.SandDock.LayoutSystemBase[] { new TD.SandDock.ControlLayoutSystem(268, 286, new TD.SandDock.DockControl[] { this.dockControl4, this.dockControl1 }, this.dockControl1) }); this.leftSandDock.Location = new System.Drawing.Point(0, 24); this.leftSandDock.Manager = this.sandDockManager1; this.leftSandDock.Name = "leftSandDock"; this.leftSandDock.Size = new System.Drawing.Size(272, 286); this.leftSandDock.TabIndex = 0; // // dockControl4 // this.dockControl4.BorderStyle = TD.SandDock.Rendering.BorderStyle.Flat; this.dockControl4.Controls.Add(this.lblPlayers); this.dockControl4.Controls.Add(this.btnControlServer); this.dockControl4.Controls.Add(this.lblGameType); this.dockControl4.Controls.Add(this.lblMapName); this.dockControl4.Guid = new System.Guid("c9f7b7eb-bf25-4a41-bf7f-0036e5cbd2b6"); this.dockControl4.Location = new System.Drawing.Point(0, 25); this.dockControl4.Name = "dockControl4"; this.dockControl4.Size = new System.Drawing.Size(268, 238); this.dockControl4.TabIndex = 1; this.dockControl4.Text = "Server Overview"; // // lblPlayers // this.lblPlayers.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.lblPlayers.Location = new System.Drawing.Point(96, 61); this.lblPlayers.Name = "lblPlayers"; this.lblPlayers.Size = new System.Drawing.Size(160, 16); this.lblPlayers.TabIndex = 17; this.lblPlayers.Text = "[ 2 of 16 players ]"; this.lblPlayers.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // btnControlServer // this.btnControlServer.AdjustImageLocation = new System.Drawing.Point(0, 0); this.btnControlServer.BtnShape = MyXPButton.emunType.BtnShape.Rectangle; this.btnControlServer.BtnStyle = MyXPButton.emunType.XPStyle.Default; this.btnControlServer.Location = new System.Drawing.Point(8, 56); this.btnControlServer.Name = "btnControlServer"; this.btnControlServer.TabIndex = 16; this.btnControlServer.Text = "Start"; this.btnControlServer.Click += new System.EventHandler(this.myXPButton2_Click); // // lblGameType // this.lblGameType.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblGameType.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.lblGameType.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.lblGameType.ForeColor = System.Drawing.Color.SteelBlue; this.lblGameType.Location = new System.Drawing.Point(8, 32); this.lblGameType.Name = "lblGameType"; this.lblGameType.Size = new System.Drawing.Size(251, 16); this.lblGameType.TabIndex = 15; this.lblGameType.Text = "CTF"; this.lblGameType.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblMapName // this.lblMapName.BackColor = System.Drawing.Color.SteelBlue; this.lblMapName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblMapName.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.lblMapName.ForeColor = System.Drawing.Color.White; this.lblMapName.Location = new System.Drawing.Point(8, 8); this.lblMapName.Name = "lblMapName"; this.lblMapName.Size = new System.Drawing.Size(251, 26); this.lblMapName.TabIndex = 14; this.lblMapName.Text = "Bloodgulch"; this.lblMapName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // dockControl1 // this.dockControl1.BorderStyle = TD.SandDock.Rendering.BorderStyle.Flat; this.dockControl1.Controls.Add(this.navigationBar1); this.dockControl1.Guid = new System.Guid("c396f39d-efae-4321-bf8e-28dc7443190f"); this.dockControl1.Location = new System.Drawing.Point(0, 25); this.dockControl1.Name = "dockControl1"; this.dockControl1.Size = new System.Drawing.Size(268, 238); this.dockControl1.TabIndex = 0; this.dockControl1.Text = "Controls"; // // navigationBar1 // this.navigationBar1.AddRemoveButtonsText = "&Add or Remove Buttons"; this.navigationBar1.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.navigationBar1.Controls.Add(this.navigationPane1); this.navigationBar1.Controls.Add(this.navigationPane2); this.navigationBar1.Controls.Add(this.navigationPane3); this.navigationBar1.Controls.Add(this.navigationPane4); this.navigationBar1.Controls.Add(this.navigationPane5); this.navigationBar1.Dock = System.Windows.Forms.DockStyle.None; this.navigationBar1.DrawActionsButton = false; this.navigationBar1.FewerButtonsText = "Show &Fewer Buttons"; this.navigationBar1.HeaderFont = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold); this.navigationBar1.Location = new System.Drawing.Point(0, 0); this.navigationBar1.MoreButtonsText = "Show &More Buttons"; this.navigationBar1.Name = "navigationBar1"; this.navigationBar1.PaneFont = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.navigationBar1.PaneOptionsText = "Na&vigation Pane Options..."; this.navigationBar1.SelectedPane = this.navigationPane4; this.navigationBar1.ShowPanes = 3; this.navigationBar1.Size = new System.Drawing.Size(271, 236); this.navigationBar1.TabIndex = 20; this.navigationBar1.Text = "Kick Idle Players"; // // navigationPane1 // this.navigationPane1.LargeImage = null; this.navigationPane1.Location = new System.Drawing.Point(1, 26); this.navigationPane1.Name = "navigationPane1"; this.navigationPane1.Size = new System.Drawing.Size(269, 107); this.navigationPane1.SmallImage = null; this.navigationPane1.TabIndex = 0; this.navigationPane1.Text = "Stats Logging"; // // navigationPane2 // this.navigationPane2.LargeImage = null; this.navigationPane2.Location = new System.Drawing.Point(1, 26); this.navigationPane2.Name = "navigationPane2"; this.navigationPane2.Size = new System.Drawing.Size(269, 107); this.navigationPane2.SmallImage = null; this.navigationPane2.TabIndex = 1; this.navigationPane2.Text = "IRC Bot"; // // navigationPane3 // this.navigationPane3.LargeImage = null; this.navigationPane3.Location = new System.Drawing.Point(1, 26); this.navigationPane3.Name = "navigationPane3"; this.navigationPane3.Size = new System.Drawing.Size(269, 107); this.navigationPane3.SmallImage = null; this.navigationPane3.TabIndex = 2; this.navigationPane3.Text = "Post Game Announcements"; // // navigationPane4 // this.navigationPane4.Controls.Add(this.label4); this.navigationPane4.Controls.Add(this.checkBox4); this.navigationPane4.Controls.Add(this.checkBox3); this.navigationPane4.Controls.Add(this.checkBox2); this.navigationPane4.LargeImage = null; this.navigationPane4.Location = new System.Drawing.Point(1, 26); this.navigationPane4.Name = "navigationPane4"; this.navigationPane4.Size = new System.Drawing.Size(269, 107); this.navigationPane4.SmallImage = null; this.navigationPane4.TabIndex = 3; this.navigationPane4.Text = "In-Game Announcements"; // // label4 // this.label4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.label4.Location = new System.Drawing.Point(152, 16); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(104, 72); this.label4.TabIndex = 4; this.label4.Text = "Check the in-game announcements that you would like to be triggered."; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // checkBox4 // this.checkBox4.Location = new System.Drawing.Point(8, 56); this.checkBox4.Name = "checkBox4"; this.checkBox4.Size = new System.Drawing.Size(136, 24); this.checkBox4.TabIndex = 3; this.checkBox4.Text = "HST Server Message"; // // checkBox3 // this.checkBox3.Location = new System.Drawing.Point(8, 32); this.checkBox3.Name = "checkBox3"; this.checkBox3.Size = new System.Drawing.Size(136, 24); this.checkBox3.TabIndex = 2; this.checkBox3.Text = "Killtaculars"; // // checkBox2 // this.checkBox2.Location = new System.Drawing.Point(8, 8); this.checkBox2.Name = "checkBox2"; this.checkBox2.Size = new System.Drawing.Size(136, 24); this.checkBox2.TabIndex = 1; this.checkBox2.Text = "Killing Sprees/Riots"; // // navigationPane5 // this.navigationPane5.Controls.Add(this.checkBox1); this.navigationPane5.LargeImage = null; this.navigationPane5.Location = new System.Drawing.Point(1, 26); this.navigationPane5.Name = "navigationPane5"; this.navigationPane5.Size = new System.Drawing.Size(269, 107); this.navigationPane5.SmallImage = null; this.navigationPane5.TabIndex = 4; this.navigationPane5.Text = "In-Game Commands"; // // checkBox1 // this.checkBox1.Location = new System.Drawing.Point(8, 8); this.checkBox1.Name = "checkBox1"; this.checkBox1.TabIndex = 0; this.checkBox1.Text = "checkBox1"; // // rightSandDock // this.rightSandDock.Dock = System.Windows.Forms.DockStyle.Right; this.rightSandDock.Guid = new System.Guid("184719bf-aeff-4ce8-ba9b-4fe6a40e3911"); this.rightSandDock.LayoutSystem = new TD.SandDock.SplitLayoutSystem(250, 400); this.rightSandDock.Location = new System.Drawing.Point(648, 24); this.rightSandDock.Manager = this.sandDockManager1; this.rightSandDock.Name = "rightSandDock"; this.rightSandDock.Size = new System.Drawing.Size(0, 286); this.rightSandDock.TabIndex = 1; // // bottomSandDock // this.bottomSandDock.Controls.Add(this.dockControl3); this.bottomSandDock.Controls.Add(this.dockControl5); this.bottomSandDock.Dock = System.Windows.Forms.DockStyle.Bottom; this.bottomSandDock.Guid = new System.Guid("75e4c8a7-c6a5-40d5-b145-3752fa434f9b"); this.bottomSandDock.LayoutSystem = new TD.SandDock.SplitLayoutSystem(250, 400, System.Windows.Forms.Orientation.Vertical, new TD.SandDock.LayoutSystemBase[] { new TD.SandDock.ControlLayoutSystem(648, 148, new TD.SandDock.DockControl[] { this.dockControl3, this.dockControl5 }, this.dockControl3) }); this.bottomSandDock.Location = new System.Drawing.Point(0, 310); this.bottomSandDock.Manager = this.sandDockManager1; this.bottomSandDock.Name = "bottomSandDock"; this.bottomSandDock.Size = new System.Drawing.Size(648, 152); this.bottomSandDock.TabIndex = 2; // // dockControl3 // this.dockControl3.BorderStyle = TD.SandDock.Rendering.BorderStyle.Flat; this.dockControl3.Closable = false; this.dockControl3.Controls.Add(this.txtServerLogfile); this.dockControl3.Guid = new System.Guid("b49c0a80-0d3c-4e12-8a0d-6b385cafb4aa"); this.dockControl3.Location = new System.Drawing.Point(0, 29); this.dockControl3.Name = "dockControl3"; this.dockControl3.Size = new System.Drawing.Size(648, 100); this.dockControl3.TabIndex = 1; this.dockControl3.Text = "Server Logfile"; // // txtServerLogfile // this.txtServerLogfile.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.txtServerLogfile.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtServerLogfile.Location = new System.Drawing.Point(7, 7); this.txtServerLogfile.Multiline = true; this.txtServerLogfile.Name = "txtServerLogfile"; this.txtServerLogfile.Size = new System.Drawing.Size(633, 84); this.txtServerLogfile.TabIndex = 0; this.txtServerLogfile.Text = ""; // // dockControl5 // this.dockControl5.BorderStyle = TD.SandDock.Rendering.BorderStyle.Flat; this.dockControl5.Closable = false; this.dockControl5.Controls.Add(this.txtHSTLog); this.dockControl5.Guid = new System.Guid("aa22d0d5-d252-4ce2-afa0-a16d31cf33b1"); this.dockControl5.Location = new System.Drawing.Point(0, 29); this.dockControl5.Name = "dockControl5"; this.dockControl5.Size = new System.Drawing.Size(648, 100); this.dockControl5.TabIndex = 2; this.dockControl5.Text = "HST Log"; // // txtHSTLog // this.txtHSTLog.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.txtHSTLog.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtHSTLog.Location = new System.Drawing.Point(8, 8); this.txtHSTLog.Multiline = true; this.txtHSTLog.Name = "txtHSTLog"; this.txtHSTLog.Size = new System.Drawing.Size(633, 84); this.txtHSTLog.TabIndex = 1; this.txtHSTLog.Text = ""; // // dockControl8 // this.dockControl8.Guid = new System.Guid("f9cb6326-fbae-48ce-9fd5-4f937e4ad61c"); this.dockControl8.Location = new System.Drawing.Point(0, 29); this.dockControl8.Name = "dockControl8"; this.dockControl8.Size = new System.Drawing.Size(648, 100); this.dockControl8.TabIndex = 3; this.dockControl8.Text = "dockControl8"; // // dockControl9 // this.dockControl9.Guid = new System.Guid("8d550ff6-332b-48f9-846f-18a9c7ce63b6"); this.dockControl9.Location = new System.Drawing.Point(0, 29); this.dockControl9.Name = "dockControl9"; this.dockControl9.Size = new System.Drawing.Size(648, 100); this.dockControl9.TabIndex = 4; this.dockControl9.Text = "dockControl9"; // // topSandDock // this.topSandDock.Dock = System.Windows.Forms.DockStyle.Top; this.topSandDock.Guid = new System.Guid("8b6d68e9-b487-42ef-8ae5-e0a5efbc5e0c"); this.topSandDock.LayoutSystem = new TD.SandDock.SplitLayoutSystem(250, 400); this.topSandDock.Location = new System.Drawing.Point(0, 24); this.topSandDock.Manager = this.sandDockManager1; this.topSandDock.Name = "topSandDock"; this.topSandDock.Size = new System.Drawing.Size(648, 0); this.topSandDock.TabIndex = 3; // // sandBarManager1 // this.sandBarManager1.BottomContainer = this.bottomSandBarDock; this.sandBarManager1.LeftContainer = this.leftSandBarDock; this.sandBarManager1.OwnerForm = this; this.sandBarManager1.RightContainer = this.rightSandBarDock; this.sandBarManager1.TopContainer = this.topSandBarDock; // // bottomSandBarDock // this.bottomSandBarDock.Dock = System.Windows.Forms.DockStyle.Bottom; this.bottomSandBarDock.Location = new System.Drawing.Point(0, 462); this.bottomSandBarDock.Manager = this.sandBarManager1; this.bottomSandBarDock.Name = "bottomSandBarDock"; this.bottomSandBarDock.Size = new System.Drawing.Size(648, 0); this.bottomSandBarDock.TabIndex = 7; // // leftSandBarDock // this.leftSandBarDock.Dock = System.Windows.Forms.DockStyle.Left; this.leftSandBarDock.Location = new System.Drawing.Point(0, 24); this.leftSandBarDock.Manager = this.sandBarManager1; this.leftSandBarDock.Name = "leftSandBarDock"; this.leftSandBarDock.Size = new System.Drawing.Size(0, 438); this.leftSandBarDock.TabIndex = 5; // // rightSandBarDock // this.rightSandBarDock.Dock = System.Windows.Forms.DockStyle.Right; this.rightSandBarDock.Location = new System.Drawing.Point(648, 24); this.rightSandBarDock.Manager = this.sandBarManager1; this.rightSandBarDock.Name = "rightSandBarDock"; this.rightSandBarDock.Size = new System.Drawing.Size(0, 438); this.rightSandBarDock.TabIndex = 6; // // topSandBarDock // this.topSandBarDock.Controls.Add(this.menuBar1); this.topSandBarDock.Dock = System.Windows.Forms.DockStyle.Top; 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(648, 24); this.topSandBarDock.TabIndex = 8; // // menuBar1 // this.menuBar1.Buttons.AddRange(new TD.SandBar.ToolbarItemBase[] { this.menuBarItem1, this.mnuSettings, this.menuBarItem3, this.menuBarItem5 }); this.menuBar1.Guid = new System.Guid("1f627ce2-2d89-4634-b966-84630420f21b"); this.menuBar1.ImageList = null; this.menuBar1.Location = new System.Drawing.Point(2, 0); this.menuBar1.Movable = false; this.menuBar1.Name = "menuBar1"; this.menuBar1.Size = new System.Drawing.Size(648, 24); this.menuBar1.TabIndex = 1; this.menuBar1.Tearable = false; // // menuBarItem1 // this.menuBarItem1.Icon = null; this.menuBarItem1.MenuItems.AddRange(new TD.SandBar.MenuButtonItem[] { this.mnu, this.menuButtonItem5, this.mnuExit }); this.menuBarItem1.Text = "&File"; // // mnu // this.mnu.Icon = null; this.mnu.Shortcut = System.Windows.Forms.Shortcut.None; this.mnu.Text = "&Save Layout"; // // mnuExit // this.mnuExit.Icon = null; this.mnuExit.Shortcut = System.Windows.Forms.Shortcut.None; this.mnuExit.Text = "E&xit"; // // mnuSettings // this.mnuSettings.Icon = null; this.mnuSettings.MenuItems.AddRange(new TD.SandBar.MenuButtonItem[] { this.mnuRunSetupWizard, this.mnuManageAdmins }); this.mnuSettings.Text = "&Settings"; // // mnuRunSetupWizard // this.mnuRunSetupWizard.Icon = null; this.mnuRunSetupWizard.Shortcut = System.Windows.Forms.Shortcut.None; this.mnuRunSetupWizard.Text = "&Run Setup Wizard"; // // mnuManageAdmins // this.mnuManageAdmins.Icon = null; this.mnuManageAdmins.Shortcut = System.Windows.Forms.Shortcut.None; this.mnuManageAdmins.Text = "Manage Players and Admins"; // // menuBarItem3 // this.menuBarItem3.Icon = null; this.menuBarItem3.MenuItems.AddRange(new TD.SandBar.MenuButtonItem[] { this.menuButtonItem2, this.menuButtonItem3, this.menuButtonItem4, this.mnuControlServer }); this.menuBarItem3.Text = "&Controls"; // // menuButtonItem2 // this.menuButtonItem2.BeginGroup = true; this.menuButtonItem2.Checked = true; this.menuButtonItem2.Icon = null; this.menuButtonItem2.Shortcut = System.Windows.Forms.Shortcut.None; this.menuButtonItem2.Text = "&Admin Shortcuts"; // // menuButtonItem3 // this.menuButtonItem3.Checked = true; this.menuButtonItem3.Icon = null; this.menuButtonItem3.Shortcut = System.Windows.Forms.Shortcut.None; this.menuButtonItem3.Text = "&Player Voting"; // // menuButtonItem4 // this.menuButtonItem4.Icon = null; this.menuButtonItem4.Shortcut = System.Windows.Forms.Shortcut.None; this.menuButtonItem4.Text = "&IRC Bot"; // // mnuControlServer // this.mnuControlServer.BeginGroup = true; this.mnuControlServer.Icon = null; this.mnuControlServer.Shortcut = System.Windows.Forms.Shortcut.None; this.mnuControlServer.Text = "Stop Server"; // // menuBarItem5 // this.menuBarItem5.Icon = null; this.menuBarItem5.MenuItems.AddRange(new TD.SandBar.MenuButtonItem[] { this.menuButtonItem1 }); this.menuBarItem5.Text = "&Help"; // // menuButtonItem1 // this.menuButtonItem1.Icon = null; this.menuButtonItem1.Shortcut = System.Windows.Forms.Shortcut.None; this.menuButtonItem1.Text = "&About"; // // documentContainer1 // this.documentContainer1.Controls.Add(this.dockControl2); this.documentContainer1.Controls.Add(this.dockControl6); this.documentContainer1.Controls.Add(this.dockControl7); this.documentContainer1.Controls.Add(this.dockControl10); this.documentContainer1.Guid = new System.Guid("beefbfc5-afd3-4129-a225-65fce615c4d6"); this.documentContainer1.LayoutSystem = new TD.SandDock.SplitLayoutSystem(250, 400, System.Windows.Forms.Orientation.Horizontal, new TD.SandDock.LayoutSystemBase[] { new TD.SandDock.DocumentLayoutSystem(374, 284, new TD.SandDock.DockControl[] { this.dockControl2, this.dockControl6, this.dockControl7, this.dockControl10 }, this.dockControl10) }); this.documentContainer1.Location = new System.Drawing.Point(272, 24); this.documentContainer1.Manager = null; this.documentContainer1.Name = "documentContainer1"; this.documentContainer1.Size = new System.Drawing.Size(376, 286); this.documentContainer1.TabIndex = 9; // // dockControl2 // this.dockControl2.Guid = new System.Guid("84b8e4b3-c142-444b-a5fb-c06a15f978be"); this.dockControl2.Location = new System.Drawing.Point(3, 23); this.dockControl2.Name = "dockControl2"; this.dockControl2.Size = new System.Drawing.Size(370, 260); this.dockControl2.TabIndex = 0; this.dockControl2.Text = "Game Status"; // // dockControl6 // this.dockControl6.Guid = new System.Guid("b0d4cccb-8fe9-47fa-83b1-93ae6b936393"); this.dockControl6.Location = new System.Drawing.Point(3, 23); this.dockControl6.Name = "dockControl6"; this.dockControl6.Size = new System.Drawing.Size(370, 260); this.dockControl6.TabIndex = 1; this.dockControl6.Text = "Chat"; // // dockControl7 // this.dockControl7.Guid = new System.Guid("7dbef1df-c4c9-4ee4-b142-8a33a40c92a4"); this.dockControl7.Location = new System.Drawing.Point(3, 23); this.dockControl7.Name = "dockControl7"; this.dockControl7.Size = new System.Drawing.Size(370, 260); this.dockControl7.TabIndex = 2; this.dockControl7.Text = "RCON"; // // dockControl10 // this.dockControl10.Guid = new System.Guid("1f6b617d-dce8-4522-8eea-c654121504a7"); this.dockControl10.Location = new System.Drawing.Point(3, 23); this.dockControl10.Name = "dockControl10"; this.dockControl10.Size = new System.Drawing.Size(370, 260); this.dockControl10.TabIndex = 3; this.dockControl10.Text = "HST Commands"; // // menuButtonItem5 // this.menuButtonItem5.Icon = null; this.menuButtonItem5.Shortcut = System.Windows.Forms.Shortcut.None; this.menuButtonItem5.Text = "Run Wizard"; // // hst_gui // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(648, 462); this.Controls.Add(this.documentContainer1); this.Controls.Add(this.leftSandDock); this.Controls.Add(this.rightSandDock); this.Controls.Add(this.bottomSandDock); this.Controls.Add(this.topSandDock); this.Controls.Add(this.leftSandBarDock); this.Controls.Add(this.rightSandBarDock); this.Controls.Add(this.bottomSandBarDock); this.Controls.Add(this.topSandBarDock); this.Name = "hst_gui"; this.Text = "Halo Server Tools LiTE v0.3 - Public Beta 1"; this.Closing += new System.ComponentModel.CancelEventHandler(this.hst_gui_Close); this.Load += new System.EventHandler(this.hst_gui_Load); this.leftSandDock.ResumeLayout(false); this.dockControl4.ResumeLayout(false); this.dockControl1.ResumeLayout(false); this.navigationBar1.ResumeLayout(false); this.navigationPane4.ResumeLayout(false); this.navigationPane5.ResumeLayout(false); this.bottomSandDock.ResumeLayout(false); this.dockControl3.ResumeLayout(false); this.dockControl5.ResumeLayout(false); this.topSandBarDock.ResumeLayout(false); this.documentContainer1.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(MainForm)); this.sbmBars = 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.menuBarItem1 = new TD.SandBar.MenuBarItem(); this.mbiFileNew = new TD.SandBar.MenuButtonItem(); this.mbiFileOpen = new TD.SandBar.MenuButtonItem(); this.mbiFileClose = new TD.SandBar.MenuButtonItem(); this.mbiFileSave = new TD.SandBar.MenuButtonItem(); this.mbiFileSaveAs = new TD.SandBar.MenuButtonItem(); this.mbiFileExit = new TD.SandBar.MenuButtonItem(); 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.mbiHelpAbout = new TD.SandBar.MenuButtonItem(); this.toolBar1 = new TD.SandBar.ToolBar(); this.ofdSelectFile = new System.Windows.Forms.OpenFileDialog(); this.sdmDocks = new TD.SandDock.SandDockManager(); this.leftSandDock = new TD.SandDock.DockContainer(); this.bottomSandDock = new TD.SandDock.DockContainer(); this.topSandDock = new TD.SandDock.DockContainer(); this.rightSandDock = new TD.SandDock.DockContainer(); this.dcExplorer = new TD.SandDock.DockControl(); this.tvContents = new System.Windows.Forms.TreeView(); this.toolBar2 = new TD.SandBar.ToolBar(); this.biRefresh = new TD.SandBar.ButtonItem(); this.topSandBarDock.SuspendLayout(); this.rightSandDock.SuspendLayout(); this.dcExplorer.SuspendLayout(); this.SuspendLayout(); // // sbmBars // this.sbmBars.OwnerForm = this; // // leftSandBarDock // this.leftSandBarDock.Dock = System.Windows.Forms.DockStyle.Left; this.leftSandBarDock.Guid = new System.Guid("afce231c-b6c2-4e2e-878c-4d634b1fb218"); this.leftSandBarDock.Location = new System.Drawing.Point(0, 43); this.leftSandBarDock.Manager = this.sbmBars; this.leftSandBarDock.Name = "leftSandBarDock"; this.leftSandBarDock.Size = new System.Drawing.Size(0, 552); this.leftSandBarDock.TabIndex = 0; // // rightSandBarDock // this.rightSandBarDock.Dock = System.Windows.Forms.DockStyle.Right; this.rightSandBarDock.Guid = new System.Guid("c78bf1f0-0b19-4707-ba6b-117a611959d0"); this.rightSandBarDock.Location = new System.Drawing.Point(892, 43); this.rightSandBarDock.Manager = this.sbmBars; this.rightSandBarDock.Name = "rightSandBarDock"; this.rightSandBarDock.Size = new System.Drawing.Size(0, 552); this.rightSandBarDock.TabIndex = 1; // // bottomSandBarDock // this.bottomSandBarDock.Dock = System.Windows.Forms.DockStyle.Bottom; this.bottomSandBarDock.Guid = new System.Guid("3a1f20aa-8337-4a26-953f-fca697dbf2b5"); this.bottomSandBarDock.Location = new System.Drawing.Point(0, 595); this.bottomSandBarDock.Manager = this.sbmBars; this.bottomSandBarDock.Name = "bottomSandBarDock"; this.bottomSandBarDock.Size = new System.Drawing.Size(892, 0); this.bottomSandBarDock.TabIndex = 2; // // topSandBarDock // this.topSandBarDock.Controls.Add(this.menuBar1); this.topSandBarDock.Controls.Add(this.toolBar1); this.topSandBarDock.Dock = System.Windows.Forms.DockStyle.Top; this.topSandBarDock.Guid = new System.Guid("a4256977-d6be-4b30-b25f-105f7cb24240"); this.topSandBarDock.Location = new System.Drawing.Point(0, 0); this.topSandBarDock.Manager = this.sbmBars; this.topSandBarDock.Name = "topSandBarDock"; this.topSandBarDock.Size = new System.Drawing.Size(892, 43); this.topSandBarDock.TabIndex = 3; // // menuBar1 // this.menuBar1.Guid = new System.Guid("2553478c-d099-475b-be89-0bdfaefe94ba"); this.menuBar1.Items.AddRange(new TD.SandBar.ToolbarItemBase[] { this.menuBarItem1, this.menuBarItem2, this.menuBarItem3, this.menuBarItem4, this.menuBarItem5}); this.menuBar1.Location = new System.Drawing.Point(2, 0); this.menuBar1.Name = "menuBar1"; this.menuBar1.OwnerForm = this; this.menuBar1.Size = new System.Drawing.Size(890, 25); this.menuBar1.TabIndex = 0; this.menuBar1.Text = "menuBar1"; // // menuBarItem1 // this.menuBarItem1.Items.AddRange(new TD.SandBar.ToolbarItemBase[] { this.mbiFileNew, this.mbiFileOpen, this.mbiFileClose, this.mbiFileSave, this.mbiFileSaveAs, this.mbiFileExit}); this.menuBarItem1.Text = "&File"; // // mbiFileNew // this.mbiFileNew.Shortcut = System.Windows.Forms.Shortcut.CtrlN; this.mbiFileNew.Text = "New"; this.mbiFileNew.Activate += new System.EventHandler(this.mbiFileNew_Activate); // // mbiFileOpen // this.mbiFileOpen.Shortcut = System.Windows.Forms.Shortcut.CtrlO; this.mbiFileOpen.Text = "&Open..."; this.mbiFileOpen.Activate += new System.EventHandler(this.mbiFileOpen_Activate); // // mbiFileClose // this.mbiFileClose.Text = "Close"; this.mbiFileClose.Activate += new System.EventHandler(this.mbiFileClose_Activate); // // mbiFileSave // this.mbiFileSave.BeginGroup = true; this.mbiFileSave.Shortcut = System.Windows.Forms.Shortcut.CtrlS; this.mbiFileSave.Text = "&Save"; this.mbiFileSave.Visible = false; // // mbiFileSaveAs // this.mbiFileSaveAs.Text = "Save &As..."; this.mbiFileSaveAs.Visible = false; // // mbiFileExit // this.mbiFileExit.BeginGroup = true; this.mbiFileExit.Text = "E&xit"; this.mbiFileExit.Activate += new System.EventHandler(this.mbiFileExit_Activate); // // menuBarItem2 // this.menuBarItem2.Text = "&Edit"; this.menuBarItem2.Visible = false; // // menuBarItem3 // this.menuBarItem3.Text = "&View"; this.menuBarItem3.Visible = false; // // menuBarItem4 // this.menuBarItem4.MdiWindowList = true; this.menuBarItem4.Text = "&Window"; // // menuBarItem5 // this.menuBarItem5.Items.AddRange(new TD.SandBar.ToolbarItemBase[] { this.mbiHelpAbout}); this.menuBarItem5.Text = "&Help"; // // mbiHelpAbout // this.mbiHelpAbout.Text = "&About..."; // // toolBar1 // this.toolBar1.DockLine = 1; this.toolBar1.Guid = new System.Guid("9143a79b-d608-4d18-90f4-389e26f1c27a"); this.toolBar1.Location = new System.Drawing.Point(2, 25); this.toolBar1.Name = "toolBar1"; this.toolBar1.Size = new System.Drawing.Size(24, 18); this.toolBar1.TabIndex = 1; this.toolBar1.Text = "toolBar1"; // // ofdSelectFile // this.ofdSelectFile.DefaultExt = "eu2map"; // // sdmDocks // this.sdmDocks.DockingManager = TD.SandDock.DockingManager.Whidbey; this.sdmDocks.OwnerForm = this; // // leftSandDock // this.leftSandDock.Dock = System.Windows.Forms.DockStyle.Left; this.leftSandDock.Guid = new System.Guid("d38c2649-e16f-40ac-a442-a259d51fc390"); this.leftSandDock.LayoutSystem = new TD.SandDock.SplitLayoutSystem(250, 400); this.leftSandDock.Location = new System.Drawing.Point(0, 43); this.leftSandDock.Manager = this.sdmDocks; this.leftSandDock.Name = "leftSandDock"; this.leftSandDock.Size = new System.Drawing.Size(0, 552); this.leftSandDock.TabIndex = 9; // // bottomSandDock // this.bottomSandDock.Dock = System.Windows.Forms.DockStyle.Bottom; this.bottomSandDock.Guid = new System.Guid("863a86b3-7faa-443e-8a15-fdbe1aa1f0eb"); this.bottomSandDock.LayoutSystem = new TD.SandDock.SplitLayoutSystem(250, 400); this.bottomSandDock.Location = new System.Drawing.Point(0, 595); this.bottomSandDock.Manager = this.sdmDocks; this.bottomSandDock.Name = "bottomSandDock"; this.bottomSandDock.Size = new System.Drawing.Size(892, 0); this.bottomSandDock.TabIndex = 11; // // topSandDock // this.topSandDock.Dock = System.Windows.Forms.DockStyle.Top; this.topSandDock.Guid = new System.Guid("132e5ede-a377-4df1-a798-e8e876b05a1f"); this.topSandDock.LayoutSystem = new TD.SandDock.SplitLayoutSystem(250, 400); this.topSandDock.Location = new System.Drawing.Point(0, 43); this.topSandDock.Manager = this.sdmDocks; this.topSandDock.Name = "topSandDock"; this.topSandDock.Size = new System.Drawing.Size(892, 0); this.topSandDock.TabIndex = 12; // // rightSandDock // this.rightSandDock.Controls.Add(this.dcExplorer); this.rightSandDock.Dock = System.Windows.Forms.DockStyle.Right; this.rightSandDock.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.rightSandDock.Guid = new System.Guid("5917f22a-97ca-4ca9-8eb9-30674bdd07a4"); this.rightSandDock.LayoutSystem = new TD.SandDock.SplitLayoutSystem(250, 400, System.Windows.Forms.Orientation.Horizontal, new TD.SandDock.LayoutSystemBase[] { new TD.SandDock.ControlLayoutSystem(250, 552, new TD.SandDock.DockControl[] { this.dcExplorer}, this.dcExplorer)}); this.rightSandDock.Location = new System.Drawing.Point(638, 43); this.rightSandDock.Manager = this.sdmDocks; this.rightSandDock.Name = "rightSandDock"; this.rightSandDock.Size = new System.Drawing.Size(254, 552); this.rightSandDock.TabIndex = 10; // // dcExplorer // this.dcExplorer.Controls.Add(this.tvContents); this.dcExplorer.Controls.Add(this.toolBar2); this.dcExplorer.Guid = new System.Guid("19f5c70c-c553-466a-a004-c7c26a52ec34"); this.dcExplorer.Location = new System.Drawing.Point(4, 18); this.dcExplorer.Name = "dcExplorer"; this.dcExplorer.Size = new System.Drawing.Size(250, 511); this.dcExplorer.TabImage = ((System.Drawing.Image)(resources.GetObject("dcExplorer.TabImage"))); this.dcExplorer.TabIndex = 0; this.dcExplorer.Text = "Project Explorer"; // // tvContents // this.tvContents.Dock = System.Windows.Forms.DockStyle.Fill; this.tvContents.ImageIndex = -1; this.tvContents.Location = new System.Drawing.Point(0, 24); this.tvContents.Name = "tvContents"; this.tvContents.SelectedImageIndex = -1; this.tvContents.Size = new System.Drawing.Size(250, 487); this.tvContents.TabIndex = 3; // // toolBar2 // this.toolBar2.Guid = new System.Guid("ad8c68f1-221e-4e23-9bdd-dc8e02d68020"); this.toolBar2.Items.AddRange(new TD.SandBar.ToolbarItemBase[] { this.biRefresh}); this.toolBar2.Location = new System.Drawing.Point(0, 0); this.toolBar2.Name = "toolBar2"; this.toolBar2.Renderer = new TD.SandBar.Office2002Renderer(); this.toolBar2.Size = new System.Drawing.Size(250, 24); this.toolBar2.TabIndex = 2; this.toolBar2.Text = "toolBar2"; // // biRefresh // this.biRefresh.Image = ((System.Drawing.Image)(resources.GetObject("biRefresh.Image"))); // // MainForm // this.AutoScaleBaseSize = new System.Drawing.Size(5, 14); this.ClientSize = new System.Drawing.Size(892, 595); this.Controls.Add(this.leftSandDock); this.Controls.Add(this.rightSandDock); this.Controls.Add(this.bottomSandDock); this.Controls.Add(this.topSandDock); 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.IsMdiContainer = true; this.Name = "MainForm"; this.Text = "Map Explorer"; this.Load += new System.EventHandler(this.MainForm_Load); this.topSandBarDock.ResumeLayout(false); this.rightSandDock.ResumeLayout(false); this.dcExplorer.ResumeLayout(false); this.ResumeLayout(false); }