예제 #1
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent() {
			this.components = new System.ComponentModel.Container();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
			Dataweb.NShape.RoleBasedSecurityManager roleBasedSecurityManager1 = new Dataweb.NShape.RoleBasedSecurityManager();
			this.display1 = new Dataweb.NShape.WinFormsUI.Display();
			this.diagramSetController1 = new Dataweb.NShape.Controllers.DiagramSetController();
			this.project1 = new Dataweb.NShape.Project(this.components);
			this.cachedRepository1 = new Dataweb.NShape.Advanced.CachedRepository();
			this.xmlStore1 = new Dataweb.NShape.XmlStore();
			this.toolSetController1 = new Dataweb.NShape.Controllers.ToolSetController();
			this.toolSetListViewPresenter1 = new Dataweb.NShape.WinFormsUI.ToolSetListViewPresenter(this.components);
			this.toolListView = new System.Windows.Forms.ListView();
			this.menuStrip1 = new System.Windows.Forms.MenuStrip();
			this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.fileLoadStatisticsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.fileSaveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.menuStrip1.SuspendLayout();
			this.SuspendLayout();
			// 
			// display1
			// 
			this.display1.AllowDrop = true;
			this.display1.AutoScroll = true;
			this.display1.BackColorGradient = System.Drawing.SystemColors.Control;
			this.display1.DiagramSetController = this.diagramSetController1;
			this.display1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.display1.GridColor = System.Drawing.Color.Gainsboro;
			this.display1.GridSize = 19;
			this.display1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.display1.Location = new System.Drawing.Point(0, 24);
			this.display1.Name = "display1";
			this.display1.PropertyController = null;
			this.display1.SelectionHilightColor = System.Drawing.Color.Firebrick;
			this.display1.SelectionInactiveColor = System.Drawing.Color.Gray;
			this.display1.SelectionInteriorColor = System.Drawing.Color.WhiteSmoke;
			this.display1.SelectionNormalColor = System.Drawing.Color.DarkGreen;
			this.display1.Size = new System.Drawing.Size(1008, 538);
			this.display1.SnapToGrid = false;
			this.display1.TabIndex = 0;
			this.display1.ToolPreviewBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(119)))), ((int)(((byte)(136)))), ((int)(((byte)(153)))));
			this.display1.ToolPreviewColor = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(70)))), ((int)(((byte)(130)))), ((int)(((byte)(180)))));
			// 
			// diagramSetController1
			// 
			this.diagramSetController1.ActiveTool = null;
			this.diagramSetController1.Project = this.project1;
			// 
			// project1
			// 
			this.project1.AutoGenerateTemplates = true;
			this.project1.LibrarySearchPaths = ((System.Collections.Generic.IList<string>)(resources.GetObject("project1.LibrarySearchPaths")));
			this.project1.Name = null;
			this.project1.Repository = this.cachedRepository1;
			roleBasedSecurityManager1.CurrentRole = Dataweb.NShape.StandardRole.Administrator;
			roleBasedSecurityManager1.CurrentRoleName = "Administrator";
			this.project1.SecurityManager = roleBasedSecurityManager1;
			// 
			// cachedRepository1
			// 
			this.cachedRepository1.ProjectName = null;
			this.cachedRepository1.Store = this.xmlStore1;
			this.cachedRepository1.Version = 0;
			// 
			// xmlStore1
			// 
			this.xmlStore1.DesignFileName = "";
			this.xmlStore1.DirectoryName = "";
			this.xmlStore1.FileExtension = ".xml";
			this.xmlStore1.ProjectName = "";
			// 
			// toolSetController1
			// 
			this.toolSetController1.DiagramSetController = this.diagramSetController1;
			// 
			// toolSetListViewPresenter1
			// 
			this.toolSetListViewPresenter1.HideDeniedMenuItems = false;
			this.toolSetListViewPresenter1.ListView = this.toolListView;
			this.toolSetListViewPresenter1.ShowDefaultContextMenu = true;
			this.toolSetListViewPresenter1.ToolSetController = this.toolSetController1;
			// 
			// toolListView
			// 
			this.toolListView.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.toolListView.FullRowSelect = true;
			this.toolListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
			this.toolListView.HideSelection = false;
			this.toolListView.Location = new System.Drawing.Point(-1, 252);
			this.toolListView.MultiSelect = false;
			this.toolListView.Name = "toolListView";
			this.toolListView.ShowItemToolTips = true;
			this.toolListView.Size = new System.Drawing.Size(233, 310);
			this.toolListView.TabIndex = 1;
			this.toolListView.UseCompatibleStateImageBehavior = false;
			// 
			// menuStrip1
			// 
			this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fileToolStripMenuItem});
			this.menuStrip1.Location = new System.Drawing.Point(0, 0);
			this.menuStrip1.Name = "menuStrip1";
			this.menuStrip1.Size = new System.Drawing.Size(1008, 24);
			this.menuStrip1.TabIndex = 2;
			this.menuStrip1.Text = "menuStrip1";
			// 
			// fileToolStripMenuItem
			// 
			this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fileLoadStatisticsToolStripMenuItem,
            this.fileSaveToolStripMenuItem});
			this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
			this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
			this.fileToolStripMenuItem.Text = "File";
			// 
			// fileLoadStatisticsToolStripMenuItem
			// 
			this.fileLoadStatisticsToolStripMenuItem.Name = "fileLoadStatisticsToolStripMenuItem";
			this.fileLoadStatisticsToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
			this.fileLoadStatisticsToolStripMenuItem.Text = "Load statistics";
			this.fileLoadStatisticsToolStripMenuItem.Click += new System.EventHandler(this.fileLoadStatisticsToolStripMenuItem_Click);
			// 
			// fileSaveToolStripMenuItem
			// 
			this.fileSaveToolStripMenuItem.Name = "fileSaveToolStripMenuItem";
			this.fileSaveToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
			this.fileSaveToolStripMenuItem.Text = "Save";
			this.fileSaveToolStripMenuItem.Click += new System.EventHandler(this.fileSaveToolStripMenuItem_Click);
			// 
			// Form1
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(1008, 562);
			this.Controls.Add(this.toolListView);
			this.Controls.Add(this.display1);
			this.Controls.Add(this.menuStrip1);
			this.MainMenuStrip = this.menuStrip1;
			this.Name = "Form1";
			this.Text = "Basic Tutorial - Styles";
			this.Load += new System.EventHandler(this.Form1_Load);
			this.menuStrip1.ResumeLayout(false);
			this.menuStrip1.PerformLayout();
			this.ResumeLayout(false);
			this.PerformLayout();

		}
예제 #2
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ModelBuilderControl));
     Dataweb.NShape.RoleBasedSecurityManager        roleBasedSecurityManager3 = new Dataweb.NShape.RoleBasedSecurityManager();
     this.panel1   = new System.Windows.Forms.Panel();
     this.panel4   = new System.Windows.Forms.Panel();
     this.display1 = new Dataweb.NShape.WinFormsUI.Display();
     this.diagramSetController1 = new Dataweb.NShape.Controllers.DiagramSetController();
     this.project1                  = new Dataweb.NShape.Project(this.components);
     this.cachedRepository1         = new Dataweb.NShape.Advanced.CachedRepository();
     this.xmlStore1                 = new Dataweb.NShape.XmlStore();
     this.panel2                    = new System.Windows.Forms.Panel();
     this.listView1                 = new System.Windows.Forms.ListView();
     this.toolStrip1                = new System.Windows.Forms.ToolStrip();
     this.openButton                = new System.Windows.Forms.ToolStripButton();
     this.saveButton                = new System.Windows.Forms.ToolStripButton();
     this.newButton                 = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1       = new System.Windows.Forms.ToolStripSeparator();
     this.selectButton              = new System.Windows.Forms.ToolStripButton();
     this.deleteButton              = new System.Windows.Forms.ToolStripButton();
     this.clearButton               = new System.Windows.Forms.ToolStripButton();
     this.modifyButton              = new System.Windows.Forms.ToolStripButton();
     this.zoomInButton              = new System.Windows.Forms.ToolStripButton();
     this.zoomOutButton             = new System.Windows.Forms.ToolStripButton();
     this.gridButton                = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2       = new System.Windows.Forms.ToolStripSeparator();
     this.inputButton               = new System.Windows.Forms.ToolStripButton();
     this.outputButton              = new System.Windows.Forms.ToolStripButton();
     this.operateButton             = new System.Windows.Forms.ToolStripButton();
     this.connectButton             = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3       = new System.Windows.Forms.ToolStripSeparator();
     this.validateButton            = new System.Windows.Forms.ToolStripButton();
     this.excecuteButton            = new System.Windows.Forms.ToolStripButton();
     this.toolSetController1        = new Dataweb.NShape.Controllers.ToolSetController();
     this.toolSetListViewPresenter1 = new Dataweb.NShape.WinFormsUI.ToolSetListViewPresenter(this.components);
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.panel4);
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(553, 489);
     this.panel1.TabIndex = 0;
     //
     // panel4
     //
     this.panel4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel4.Location = new System.Drawing.Point(0, 28);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(553, 461);
     this.panel4.TabIndex = 2;
     this.panel4.Controls.Add(this.display1);
     //
     // display1
     //
     this.display1.AllowDrop            = true;
     this.display1.BackColorGradient    = System.Drawing.SystemColors.Control;
     this.display1.DiagramSetController = this.diagramSetController1;
     this.display1.Dock                   = System.Windows.Forms.DockStyle.Fill;
     this.display1.GridColor              = System.Drawing.Color.Gainsboro;
     this.display1.GridSize               = 19;
     this.display1.ImeMode                = System.Windows.Forms.ImeMode.NoControl;
     this.display1.Location               = new System.Drawing.Point(0, 0);
     this.display1.Name                   = "display1";
     this.display1.PropertyController     = null;
     this.display1.SelectionHilightColor  = System.Drawing.Color.Firebrick;
     this.display1.SelectionInactiveColor = System.Drawing.Color.Gray;
     this.display1.SelectionInteriorColor = System.Drawing.Color.WhiteSmoke;
     this.display1.SelectionNormalColor   = System.Drawing.Color.DarkGreen;
     this.display1.Size                   = new System.Drawing.Size(392, 447);
     this.display1.TabIndex               = 0;
     this.display1.ToolPreviewBackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(119)))), ((int)(((byte)(136)))), ((int)(((byte)(153)))));
     this.display1.ToolPreviewColor       = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(70)))), ((int)(((byte)(130)))), ((int)(((byte)(180)))));
     this.display1.ShapeDoubleClick      += new System.EventHandler <Dataweb.NShape.Controllers.DiagramPresenterShapeClickEventArgs>(this.display1_ShapeDoubleClick);
     this.display1.ShapesInserted        += new System.EventHandler <Dataweb.NShape.Controllers.DiagramPresenterShapesEventArgs>(this.display1_ShapesInserted);
     this.display1.ShapesRemoved         += new System.EventHandler <Dataweb.NShape.Controllers.DiagramPresenterShapesEventArgs>(this.display1_ShapesRemoved);
     this.display1.KeyDown               += new System.Windows.Forms.KeyEventHandler(this.display1_KeyDown);
     this.display1.MouseDown             += new System.Windows.Forms.MouseEventHandler(this.display1_MouseDown);
     //
     // diagramSetController1
     //
     this.diagramSetController1.ActiveTool = null;
     this.diagramSetController1.Project    = this.project1;
     //
     // project1
     //
     this.project1.AutoGenerateTemplates = false;
     this.project1.Description           = null;
     this.project1.LibrarySearchPaths    = ((System.Collections.Generic.IList <string>)(resources.GetObject("project1.LibrarySearchPaths")));
     this.project1.Name       = null;
     this.project1.Repository = this.cachedRepository1;
     roleBasedSecurityManager3.CurrentRole     = Dataweb.NShape.StandardRole.Administrator;
     roleBasedSecurityManager3.CurrentRoleName = "Administrator";
     this.project1.SecurityManager             = roleBasedSecurityManager3;
     //
     // cachedRepository1
     //
     this.cachedRepository1.ProjectName         = null;
     this.cachedRepository1.Store               = this.xmlStore1;
     this.cachedRepository1.Version             = 0;
     this.cachedRepository1.ConnectionInserted += new System.EventHandler <Dataweb.NShape.RepositoryShapeConnectionEventArgs>(this.cachedRepository1_ConnectionInserted);
     //
     // xmlStore1
     //
     this.xmlStore1.DesignFileName  = "";
     this.xmlStore1.DirectoryName   = "";
     this.xmlStore1.FileExtension   = ".xml";
     this.xmlStore1.ImageLocation   = Dataweb.NShape.XmlStore.ImageFileLocation.Directory;
     this.xmlStore1.ProjectFilePath = ".xml";
     this.xmlStore1.ProjectName     = "";
     //
     // panel2
     //
     this.panel2.Controls.Add(this.listView1);
     this.panel2.Controls.Add(this.toolStrip1);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(553, 28);
     this.panel2.TabIndex = 0;
     //
     // listView1
     //
     this.listView1.FullRowSelect    = true;
     this.listView1.HeaderStyle      = System.Windows.Forms.ColumnHeaderStyle.None;
     this.listView1.HideSelection    = false;
     this.listView1.Location         = new System.Drawing.Point(473, 3);
     this.listView1.MultiSelect      = false;
     this.listView1.Name             = "listView1";
     this.listView1.ShowItemToolTips = true;
     this.listView1.Size             = new System.Drawing.Size(67, 20);
     this.listView1.TabIndex         = 0;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.Visible = false;
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.openButton,
         this.saveButton,
         this.newButton,
         this.toolStripSeparator1,
         this.selectButton,
         this.deleteButton,
         this.clearButton,
         this.modifyButton,
         this.zoomInButton,
         this.zoomOutButton,
         this.gridButton,
         this.toolStripSeparator2,
         this.inputButton,
         this.outputButton,
         this.operateButton,
         this.connectButton,
         this.toolStripSeparator3,
         this.validateButton,
         this.excecuteButton
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(553, 25);
     this.toolStrip1.TabIndex = 0;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // openButton
     //
     this.openButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.openButton.Image                 = ((System.Drawing.Image)(resources.GetObject("openButton.Image")));
     this.openButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.openButton.Name   = "openButton";
     this.openButton.Size   = new System.Drawing.Size(23, 22);
     this.openButton.Text   = "打开";
     this.openButton.Click += new System.EventHandler(this.openButton_Click);
     //
     // saveButton
     //
     this.saveButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.saveButton.Image                 = ((System.Drawing.Image)(resources.GetObject("saveButton.Image")));
     this.saveButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.saveButton.Name   = "saveButton";
     this.saveButton.Size   = new System.Drawing.Size(23, 22);
     this.saveButton.Text   = "保存";
     this.saveButton.Click += new System.EventHandler(this.saveButton_Click);
     //
     // newButton
     //
     this.newButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.newButton.Image                 = ((System.Drawing.Image)(resources.GetObject("newButton.Image")));
     this.newButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.newButton.Name   = "newButton";
     this.newButton.Size   = new System.Drawing.Size(23, 22);
     this.newButton.Text   = "新建";
     this.newButton.Click += new System.EventHandler(this.newButton_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // selectButton
     //
     this.selectButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.selectButton.Image                 = ((System.Drawing.Image)(resources.GetObject("selectButton.Image")));
     this.selectButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.selectButton.Name   = "selectButton";
     this.selectButton.Size   = new System.Drawing.Size(23, 22);
     this.selectButton.Text   = "选择";
     this.selectButton.Click += new System.EventHandler(this.selectButton_Click);
     //
     // deleteButton
     //
     this.deleteButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.deleteButton.Image                 = ((System.Drawing.Image)(resources.GetObject("deleteButton.Image")));
     this.deleteButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.deleteButton.Name   = "deleteButton";
     this.deleteButton.Size   = new System.Drawing.Size(23, 22);
     this.deleteButton.Text   = "删除";
     this.deleteButton.Click += new System.EventHandler(this.deleteButton_Click);
     //
     // clearButton
     //
     this.clearButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.clearButton.Image                 = ((System.Drawing.Image)(resources.GetObject("clearButton.Image")));
     this.clearButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.clearButton.Name   = "clearButton";
     this.clearButton.Size   = new System.Drawing.Size(23, 22);
     this.clearButton.Text   = "清空";
     this.clearButton.Click += new System.EventHandler(this.clearButton_Click);
     //
     // modifyButton
     //
     this.modifyButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.modifyButton.Image                 = ((System.Drawing.Image)(resources.GetObject("modifyButton.Image")));
     this.modifyButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.modifyButton.Name   = "modifyButton";
     this.modifyButton.Size   = new System.Drawing.Size(23, 22);
     this.modifyButton.Text   = "修改";
     this.modifyButton.Click += new System.EventHandler(this.modifyButton_Click);
     //
     // zoomInButton
     //
     this.zoomInButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.zoomInButton.Image                 = ((System.Drawing.Image)(resources.GetObject("zoomInButton.Image")));
     this.zoomInButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.zoomInButton.Name   = "zoomInButton";
     this.zoomInButton.Size   = new System.Drawing.Size(23, 22);
     this.zoomInButton.Text   = "放大";
     this.zoomInButton.Click += new System.EventHandler(this.zoomInButton_Click);
     //
     // zoomOutButton
     //
     this.zoomOutButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.zoomOutButton.Image                 = ((System.Drawing.Image)(resources.GetObject("zoomOutButton.Image")));
     this.zoomOutButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.zoomOutButton.Name   = "zoomOutButton";
     this.zoomOutButton.Size   = new System.Drawing.Size(23, 22);
     this.zoomOutButton.Text   = "缩小";
     this.zoomOutButton.Click += new System.EventHandler(this.zoomOutButton_Click);
     //
     // gridButton
     //
     this.gridButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.gridButton.Image                 = ((System.Drawing.Image)(resources.GetObject("gridButton.Image")));
     this.gridButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.gridButton.Name   = "gridButton";
     this.gridButton.Size   = new System.Drawing.Size(23, 22);
     this.gridButton.Text   = "网格";
     this.gridButton.Click += new System.EventHandler(this.gridButton_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // inputButton
     //
     this.inputButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.inputButton.Image                 = ((System.Drawing.Image)(resources.GetObject("inputButton.Image")));
     this.inputButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.inputButton.Name   = "inputButton";
     this.inputButton.Size   = new System.Drawing.Size(23, 22);
     this.inputButton.Text   = "输入因子";
     this.inputButton.Click += new System.EventHandler(this.inputButton_Click);
     //
     // outputButton
     //
     this.outputButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.outputButton.Image                 = ((System.Drawing.Image)(resources.GetObject("outputButton.Image")));
     this.outputButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.outputButton.Name   = "outputButton";
     this.outputButton.Size   = new System.Drawing.Size(23, 22);
     this.outputButton.Text   = "输出因子";
     this.outputButton.Click += new System.EventHandler(this.outputButton_Click);
     //
     // operateButton
     //
     this.operateButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.operateButton.Image                 = ((System.Drawing.Image)(resources.GetObject("operateButton.Image")));
     this.operateButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.operateButton.Name   = "operateButton";
     this.operateButton.Size   = new System.Drawing.Size(23, 22);
     this.operateButton.Text   = "操作因子";
     this.operateButton.Click += new System.EventHandler(this.operateButton_Click);
     //
     // connectButton
     //
     this.connectButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.connectButton.Image                 = ((System.Drawing.Image)(resources.GetObject("connectButton.Image")));
     this.connectButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.connectButton.Name   = "connectButton";
     this.connectButton.Size   = new System.Drawing.Size(23, 22);
     this.connectButton.Text   = "连接";
     this.connectButton.Click += new System.EventHandler(this.connectButton_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
     //
     // validateButton
     //
     this.validateButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.validateButton.Image                 = ((System.Drawing.Image)(resources.GetObject("validateButton.Image")));
     this.validateButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.validateButton.Name    = "validateButton";
     this.validateButton.Size    = new System.Drawing.Size(23, 22);
     this.validateButton.Text    = "有效性检查";
     this.validateButton.Visible = false;
     //
     // excecuteButton
     //
     this.excecuteButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.excecuteButton.Image                 = ((System.Drawing.Image)(resources.GetObject("excecuteButton.Image")));
     this.excecuteButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.excecuteButton.Name   = "excecuteButton";
     this.excecuteButton.Size   = new System.Drawing.Size(23, 22);
     this.excecuteButton.Text   = "执行";
     this.excecuteButton.Click += new System.EventHandler(this.excecuteButton_Click);
     //
     // toolSetController1
     //
     this.toolSetController1.DiagramSetController = this.diagramSetController1;
     //
     // toolSetListViewPresenter1
     //
     this.toolSetListViewPresenter1.HideDeniedMenuItems    = false;
     this.toolSetListViewPresenter1.ListView               = this.listView1;
     this.toolSetListViewPresenter1.ShowDefaultContextMenu = true;
     this.toolSetListViewPresenter1.ToolSetController      = this.toolSetController1;
     //
     // ModelBuilderControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.panel1);
     this.Name = "ModelBuilderControl";
     this.Size = new System.Drawing.Size(553, 489);
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.ResumeLayout(false);
 }
예제 #3
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent() {
			this.components = new System.ComponentModel.Container();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DatabaseDesignerForm));
			Dataweb.NShape.RoleBasedSecurityManager roleBasedSecurityManager1 = new Dataweb.NShape.RoleBasedSecurityManager();
			this.toolStripContainer = new System.Windows.Forms.ToolStripContainer();
			this.statusStrip1 = new System.Windows.Forms.StatusStrip();
			this.display = new Dataweb.NShape.WinFormsUI.Display();
			this.diagramSetController = new Dataweb.NShape.Controllers.DiagramSetController();
			this.project = new Dataweb.NShape.Project(this.components);
			this.cachedRepository = new Dataweb.NShape.Advanced.CachedRepository();
			this.xmlStore = new Dataweb.NShape.XmlStore();
			this.propertyController = new Dataweb.NShape.Controllers.PropertyController();
			this.toolStrip = new System.Windows.Forms.ToolStrip();
			this.clearButton = new System.Windows.Forms.ToolStripButton();
			this.openButton = new System.Windows.Forms.ToolStripButton();
			this.saveButton = new System.Windows.Forms.ToolStripButton();
			this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
			this.addDiagramButton = new System.Windows.Forms.ToolStripButton();
			this.diagramsDropDownButton = new System.Windows.Forms.ToolStripDropDownButton();
			this.deleteDiagramButton = new System.Windows.Forms.ToolStripButton();
			this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
			this.cutButton = new System.Windows.Forms.ToolStripButton();
			this.copyButton = new System.Windows.Forms.ToolStripButton();
			this.pasteButton = new System.Windows.Forms.ToolStripButton();
			this.deleteButton = new System.Windows.Forms.ToolStripButton();
			this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
			this.toolBoxButton = new System.Windows.Forms.ToolStripButton();
			this.propertyWindowButton = new System.Windows.Forms.ToolStripButton();
			this.diagramButton = new System.Windows.Forms.ToolStripButton();
			this.designButton = new System.Windows.Forms.ToolStripButton();
			this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
			this.gridButton = new System.Windows.Forms.ToolStripButton();
			this.zoomInButton = new System.Windows.Forms.ToolStripButton();
			this.ZoomOutButton = new System.Windows.Forms.ToolStripButton();
			this.zoomLabel = new System.Windows.Forms.ToolStripLabel();
			this.toolSetPresenter = new Dataweb.NShape.WinFormsUI.ToolSetListViewPresenter(this.components);
			this.toolSetController = new Dataweb.NShape.Controllers.ToolSetController();
			this.propertyPresenter = new Dataweb.NShape.WinFormsUI.PropertyPresenter();
			this.toolStripContainer.BottomToolStripPanel.SuspendLayout();
			this.toolStripContainer.ContentPanel.SuspendLayout();
			this.toolStripContainer.TopToolStripPanel.SuspendLayout();
			this.toolStripContainer.SuspendLayout();
			this.toolStrip.SuspendLayout();
			this.SuspendLayout();
			// 
			// toolStripContainer
			// 
			// 
			// toolStripContainer.BottomToolStripPanel
			// 
			this.toolStripContainer.BottomToolStripPanel.Controls.Add(this.statusStrip1);
			// 
			// toolStripContainer.ContentPanel
			// 
			this.toolStripContainer.ContentPanel.Controls.Add(this.display);
			this.toolStripContainer.ContentPanel.Size = new System.Drawing.Size(850, 550);
			this.toolStripContainer.Dock = System.Windows.Forms.DockStyle.Fill;
			this.toolStripContainer.Location = new System.Drawing.Point(0, 0);
			this.toolStripContainer.Name = "toolStripContainer";
			this.toolStripContainer.Size = new System.Drawing.Size(850, 597);
			this.toolStripContainer.TabIndex = 3;
			this.toolStripContainer.Text = "toolStripContainer";
			// 
			// toolStripContainer.TopToolStripPanel
			// 
			this.toolStripContainer.TopToolStripPanel.Controls.Add(this.toolStrip);
			// 
			// statusStrip1
			// 
			this.statusStrip1.Dock = System.Windows.Forms.DockStyle.None;
			this.statusStrip1.Location = new System.Drawing.Point(0, 0);
			this.statusStrip1.Name = "statusStrip1";
			this.statusStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode;
			this.statusStrip1.Size = new System.Drawing.Size(850, 22);
			this.statusStrip1.TabIndex = 5;
			this.statusStrip1.Text = "statusStrip1";
			// 
			// display
			// 
			this.display.AllowDrop = true;
			this.display.AutoScroll = true;
			this.display.BackColorGradient = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(226)))), ((int)(((byte)(226)))));
			this.display.BackgroundGradientAngle = 0;
			this.display.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
			this.display.ConnectionPointShape = Dataweb.NShape.Controllers.ControlPointShape.Circle;
			this.display.ControlPointAlpha = ((byte)(255));
			this.display.DiagramSetController = this.diagramSetController;
			this.display.Dock = System.Windows.Forms.DockStyle.Fill;
			this.display.GridAlpha = ((byte)(128));
			this.display.GridColor = System.Drawing.Color.White;
			this.display.GridSize = 20;
			this.display.GripSize = 3;
			this.display.HideDeniedMenuItems = true;
			this.display.HighQualityBackground = true;
			this.display.HighQualityRendering = true;
			this.display.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.display.Location = new System.Drawing.Point(0, 0);
			this.display.MinRotateRange = 30;
			this.display.Name = "display";
			this.display.PropertyController = this.propertyController;
			this.display.RenderingQualityHighQuality = Dataweb.NShape.Advanced.RenderingQuality.HighQuality;
			this.display.RenderingQualityLowQuality = Dataweb.NShape.Advanced.RenderingQuality.DefaultQuality;
			this.display.ResizeGripShape = Dataweb.NShape.Controllers.ControlPointShape.Square;
			this.display.SelectionHilightColor = System.Drawing.Color.Firebrick;
			this.display.SelectionInactiveColor = System.Drawing.Color.Gray;
			this.display.SelectionInteriorColor = System.Drawing.Color.WhiteSmoke;
			this.display.SelectionNormalColor = System.Drawing.Color.DarkGreen;
			this.display.ShowGrid = false;
			this.display.ShowScrollBars = true;
			this.display.Size = new System.Drawing.Size(850, 550);
			this.display.SnapDistance = 5;
			this.display.SnapToGrid = false;
			this.display.TabIndex = 4;
			this.display.ToolPreviewBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(119)))), ((int)(((byte)(136)))), ((int)(((byte)(153)))));
			this.display.ToolPreviewColor = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(70)))), ((int)(((byte)(130)))), ((int)(((byte)(180)))));
			this.display.ZoomLevel = 100;
			this.display.ZoomWithMouseWheel = false;
			this.display.ZoomChanged += new System.EventHandler(this.display_ZoomChanged);
			this.display.ShapesSelected += new System.EventHandler(this.display_ShapesSelected);
			// 
			// diagramSetController
			// 
			this.diagramSetController.ActiveTool = null;
			this.diagramSetController.Project = this.project;
			// 
			// project
			// 
			this.project.AutoGenerateTemplates = false;
			this.project.LibrarySearchPaths = ((System.Collections.Generic.IList<string>)(resources.GetObject("project.LibrarySearchPaths")));
			this.project.Name = null;
			this.project.Repository = this.cachedRepository;
			roleBasedSecurityManager1.CurrentRole = Dataweb.NShape.StandardRole.Administrator;
			roleBasedSecurityManager1.CurrentRoleName = "Administrator";
			this.project.SecurityManager = roleBasedSecurityManager1;
			// 
			// cachedRepository
			// 
			this.cachedRepository.ProjectName = null;
			this.cachedRepository.Store = this.xmlStore;
			this.cachedRepository.Version = 0;
			// 
			// xmlStore
			// 
			this.xmlStore.DesignFileName = "";
			this.xmlStore.DirectoryName = "";
			this.xmlStore.FileExtension = ".xml";
			this.xmlStore.ProjectName = "";
			// 
			// propertyController
			// 
			this.propertyController.Project = this.project;
			this.propertyController.PropertyDisplayMode = Dataweb.NShape.Controllers.NonEditableDisplayMode.ReadOnly;
			// 
			// toolStrip
			// 
			this.toolStrip.Dock = System.Windows.Forms.DockStyle.None;
			this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.clearButton,
            this.openButton,
            this.saveButton,
            this.toolStripSeparator1,
            this.addDiagramButton,
            this.diagramsDropDownButton,
            this.deleteDiagramButton,
            this.toolStripSeparator4,
            this.cutButton,
            this.copyButton,
            this.pasteButton,
            this.deleteButton,
            this.toolStripSeparator2,
            this.toolBoxButton,
            this.propertyWindowButton,
            this.diagramButton,
            this.designButton,
            this.toolStripSeparator3,
            this.gridButton,
            this.zoomInButton,
            this.ZoomOutButton,
            this.zoomLabel});
			this.toolStrip.Location = new System.Drawing.Point(3, 0);
			this.toolStrip.Name = "toolStrip";
			this.toolStrip.Size = new System.Drawing.Size(745, 25);
			this.toolStrip.TabIndex = 0;
			// 
			// clearButton
			// 
			this.clearButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.clearButton.Image = ((System.Drawing.Image)(resources.GetObject("clearButton.Image")));
			this.clearButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
			this.clearButton.Name = "clearButton";
			this.clearButton.Size = new System.Drawing.Size(23, 22);
			this.clearButton.Text = "New Project";
			this.clearButton.Click += new System.EventHandler(this.clearButton_Click);
			// 
			// openButton
			// 
			this.openButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.openButton.Image = ((System.Drawing.Image)(resources.GetObject("openButton.Image")));
			this.openButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
			this.openButton.Name = "openButton";
			this.openButton.Size = new System.Drawing.Size(23, 22);
			this.openButton.Text = "Open Project";
			this.openButton.Click += new System.EventHandler(this.openButton_Click);
			// 
			// saveButton
			// 
			this.saveButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.saveButton.Image = ((System.Drawing.Image)(resources.GetObject("saveButton.Image")));
			this.saveButton.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.saveButton.Name = "saveButton";
			this.saveButton.Size = new System.Drawing.Size(23, 22);
			this.saveButton.Text = "Save Project";
			this.saveButton.Click += new System.EventHandler(this.saveButton_Click);
			// 
			// toolStripSeparator1
			// 
			this.toolStripSeparator1.Name = "toolStripSeparator1";
			this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
			// 
			// addDiagramButton
			// 
			this.addDiagramButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.addDiagramButton.Image = ((System.Drawing.Image)(resources.GetObject("addDiagramButton.Image")));
			this.addDiagramButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
			this.addDiagramButton.Name = "addDiagramButton";
			this.addDiagramButton.Size = new System.Drawing.Size(23, 22);
			this.addDiagramButton.Text = "Add new Diagram";
			this.addDiagramButton.Click += new System.EventHandler(this.addDiagramButton_Click);
			// 
			// diagramsDropDownButton
			// 
			this.diagramsDropDownButton.Image = ((System.Drawing.Image)(resources.GetObject("diagramsDropDownButton.Image")));
			this.diagramsDropDownButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
			this.diagramsDropDownButton.Name = "diagramsDropDownButton";
			this.diagramsDropDownButton.Size = new System.Drawing.Size(113, 22);
			this.diagramsDropDownButton.Text = "DiagramName";
			// 
			// deleteDiagramButton
			// 
			this.deleteDiagramButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.deleteDiagramButton.Image = ((System.Drawing.Image)(resources.GetObject("deleteDiagramButton.Image")));
			this.deleteDiagramButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
			this.deleteDiagramButton.Name = "deleteDiagramButton";
			this.deleteDiagramButton.Size = new System.Drawing.Size(23, 22);
			this.deleteDiagramButton.Text = "Delete Diagram";
			this.deleteDiagramButton.Click += new System.EventHandler(this.deleteDiagramButton_Click);
			// 
			// toolStripSeparator4
			// 
			this.toolStripSeparator4.Name = "toolStripSeparator4";
			this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
			// 
			// cutButton
			// 
			this.cutButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.cutButton.Image = ((System.Drawing.Image)(resources.GetObject("cutButton.Image")));
			this.cutButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
			this.cutButton.Name = "cutButton";
			this.cutButton.Size = new System.Drawing.Size(23, 22);
			this.cutButton.Text = "Cut";
			this.cutButton.Click += new System.EventHandler(this.cutButton_Click);
			// 
			// copyButton
			// 
			this.copyButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.copyButton.Image = ((System.Drawing.Image)(resources.GetObject("copyButton.Image")));
			this.copyButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
			this.copyButton.Name = "copyButton";
			this.copyButton.Size = new System.Drawing.Size(23, 22);
			this.copyButton.Text = "Copy";
			this.copyButton.Click += new System.EventHandler(this.copyButton_Click);
			// 
			// pasteButton
			// 
			this.pasteButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.pasteButton.Image = ((System.Drawing.Image)(resources.GetObject("pasteButton.Image")));
			this.pasteButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
			this.pasteButton.Name = "pasteButton";
			this.pasteButton.Size = new System.Drawing.Size(23, 22);
			this.pasteButton.Text = "Paste";
			this.pasteButton.Click += new System.EventHandler(this.pasteButton_Click);
			// 
			// deleteButton
			// 
			this.deleteButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.deleteButton.Image = ((System.Drawing.Image)(resources.GetObject("deleteButton.Image")));
			this.deleteButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
			this.deleteButton.Name = "deleteButton";
			this.deleteButton.Size = new System.Drawing.Size(23, 22);
			this.deleteButton.Text = "Delete";
			this.deleteButton.Click += new System.EventHandler(this.deleteButton_Click);
			// 
			// toolStripSeparator2
			// 
			this.toolStripSeparator2.Name = "toolStripSeparator2";
			this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
			// 
			// toolBoxButton
			// 
			this.toolBoxButton.Checked = true;
			this.toolBoxButton.CheckState = System.Windows.Forms.CheckState.Checked;
			this.toolBoxButton.Image = ((System.Drawing.Image)(resources.GetObject("toolBoxButton.Image")));
			this.toolBoxButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
			this.toolBoxButton.Name = "toolBoxButton";
			this.toolBoxButton.Size = new System.Drawing.Size(70, 22);
			this.toolBoxButton.Text = "Toolbox";
			this.toolBoxButton.Click += new System.EventHandler(this.toolBoxButton_Click);
			// 
			// propertyWindowButton
			// 
			this.propertyWindowButton.Image = ((System.Drawing.Image)(resources.GetObject("propertyWindowButton.Image")));
			this.propertyWindowButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
			this.propertyWindowButton.Name = "propertyWindowButton";
			this.propertyWindowButton.Size = new System.Drawing.Size(80, 22);
			this.propertyWindowButton.Text = "Properties";
			this.propertyWindowButton.Click += new System.EventHandler(this.propertyWindowButton_Click);
			// 
			// diagramButton
			// 
			this.diagramButton.Image = ((System.Drawing.Image)(resources.GetObject("diagramButton.Image")));
			this.diagramButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
			this.diagramButton.Name = "diagramButton";
			this.diagramButton.Size = new System.Drawing.Size(72, 22);
			this.diagramButton.Text = "Diagram";
			this.diagramButton.Click += new System.EventHandler(this.diagramButton_Click);
			// 
			// designButton
			// 
			this.designButton.Image = ((System.Drawing.Image)(resources.GetObject("designButton.Image")));
			this.designButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
			this.designButton.Name = "designButton";
			this.designButton.Size = new System.Drawing.Size(63, 22);
			this.designButton.Text = "Design";
			this.designButton.Click += new System.EventHandler(this.designButton_Click);
			// 
			// toolStripSeparator3
			// 
			this.toolStripSeparator3.Name = "toolStripSeparator3";
			this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
			// 
			// gridButton
			// 
			this.gridButton.CheckOnClick = true;
			this.gridButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.gridButton.Image = ((System.Drawing.Image)(resources.GetObject("gridButton.Image")));
			this.gridButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
			this.gridButton.Name = "gridButton";
			this.gridButton.Size = new System.Drawing.Size(23, 22);
			this.gridButton.Text = "Toggle Grid";
			this.gridButton.Click += new System.EventHandler(this.gridButton_Click);
			// 
			// zoomInButton
			// 
			this.zoomInButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.zoomInButton.Image = ((System.Drawing.Image)(resources.GetObject("zoomInButton.Image")));
			this.zoomInButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
			this.zoomInButton.Name = "zoomInButton";
			this.zoomInButton.Size = new System.Drawing.Size(23, 22);
			this.zoomInButton.Text = "Zoom in";
			this.zoomInButton.Click += new System.EventHandler(this.zoomInButton_Click);
			// 
			// ZoomOutButton
			// 
			this.ZoomOutButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.ZoomOutButton.Image = ((System.Drawing.Image)(resources.GetObject("ZoomOutButton.Image")));
			this.ZoomOutButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
			this.ZoomOutButton.Name = "ZoomOutButton";
			this.ZoomOutButton.Size = new System.Drawing.Size(23, 22);
			this.ZoomOutButton.Text = "Zoom out";
			this.ZoomOutButton.Click += new System.EventHandler(this.zoomOutButton_Click);
			// 
			// zoomLabel
			// 
			this.zoomLabel.Name = "zoomLabel";
			this.zoomLabel.Size = new System.Drawing.Size(35, 22);
			this.zoomLabel.Text = "100%";
			// 
			// toolSetPresenter
			// 
			this.toolSetPresenter.HideDeniedMenuItems = false;
			this.toolSetPresenter.ListView = null;
			this.toolSetPresenter.ShowDefaultContextMenu = true;
			this.toolSetPresenter.ToolSetController = this.toolSetController;
			// 
			// toolSetController
			// 
			this.toolSetController.DiagramSetController = this.diagramSetController;
			this.toolSetController.TemplateEditorSelected += new System.EventHandler<Dataweb.NShape.Controllers.TemplateEditorEventArgs>(this.toolSetController_TemplateEditorSelected);
			this.toolSetController.DesignEditorSelected += new System.EventHandler(this.toolSetController_DesignEditorSelected);
			// 
			// propertyPresenter
			// 
			this.propertyPresenter.PrimaryPropertyGrid = null;
			this.propertyPresenter.PropertyController = this.propertyController;
			this.propertyPresenter.SecondaryPropertyGrid = null;
			// 
			// DatabaseDesignerForm
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.BackColor = System.Drawing.SystemColors.Info;
			this.ClientSize = new System.Drawing.Size(850, 597);
			this.Controls.Add(this.toolStripContainer);
			this.DoubleBuffered = true;
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.Name = "DatabaseDesignerForm";
			this.Text = "DatabaseDesignerForm";
			this.Load += new System.EventHandler(this.MainForm_Load);
			this.Shown += new System.EventHandler(this.DatabaseDesignerForm_Shown);
			this.toolStripContainer.BottomToolStripPanel.ResumeLayout(false);
			this.toolStripContainer.BottomToolStripPanel.PerformLayout();
			this.toolStripContainer.ContentPanel.ResumeLayout(false);
			this.toolStripContainer.TopToolStripPanel.ResumeLayout(false);
			this.toolStripContainer.TopToolStripPanel.PerformLayout();
			this.toolStripContainer.ResumeLayout(false);
			this.toolStripContainer.PerformLayout();
			this.toolStrip.ResumeLayout(false);
			this.toolStrip.PerformLayout();
			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(ConfigFiltersAndPatching));
     Dataweb.NShape.RoleBasedSecurityManager        roleBasedSecurityManager2 = new Dataweb.NShape.RoleBasedSecurityManager();
     this.buttonCancel                         = new System.Windows.Forms.Button();
     this.diagramContextMenuStrip              = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.copyFilterToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.pasteFilterToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.pasteFilterMultipleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.diagramSetController                 = new Dataweb.NShape.Controllers.DiagramSetController();
     this.project                      = new Dataweb.NShape.Project(this.components);
     this.cachedRepository             = new Dataweb.NShape.Advanced.CachedRepository();
     this.label1                       = new System.Windows.Forms.Label();
     this.buttonOK                     = new System.Windows.Forms.Button();
     this.buttonPatchWizard            = new System.Windows.Forms.Button();
     this.diagramDisplay               = new Dataweb.NShape.WinFormsUI.Display();
     this.buttonZoomIn                 = new System.Windows.Forms.Button();
     this.buttonZoomOut                = new System.Windows.Forms.Button();
     this.groupBoxFilters              = new System.Windows.Forms.GroupBox();
     this.comboBoxNewFilterTypes       = new System.Windows.Forms.ComboBox();
     this.buttonAddFilter              = new System.Windows.Forms.Button();
     this.buttonDelete                 = new System.Windows.Forms.Button();
     this.checkBoxHighQualityRendering = new System.Windows.Forms.CheckBox();
     this.diagramContextMenuStrip.SuspendLayout();
     this.groupBoxFilters.SuspendLayout();
     this.SuspendLayout();
     //
     // buttonCancel
     //
     this.buttonCancel.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.buttonCancel.Location                = new System.Drawing.Point(682, 425);
     this.buttonCancel.Name                    = "buttonCancel";
     this.buttonCancel.Size                    = new System.Drawing.Size(90, 25);
     this.buttonCancel.TabIndex                = 1;
     this.buttonCancel.Text                    = "Cancel";
     this.buttonCancel.UseVisualStyleBackColor = true;
     //
     // diagramContextMenuStrip
     //
     this.diagramContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.copyFilterToolStripMenuItem,
         this.pasteFilterToolStripMenuItem,
         this.pasteFilterMultipleToolStripMenuItem
     });
     this.diagramContextMenuStrip.Name     = "diagramContextMenuStrip";
     this.diagramContextMenuStrip.Size     = new System.Drawing.Size(187, 70);
     this.diagramContextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.diagramContextMenuStrip_Opening);
     //
     // copyFilterToolStripMenuItem
     //
     this.copyFilterToolStripMenuItem.Name   = "copyFilterToolStripMenuItem";
     this.copyFilterToolStripMenuItem.Size   = new System.Drawing.Size(186, 22);
     this.copyFilterToolStripMenuItem.Text   = "Copy Filter";
     this.copyFilterToolStripMenuItem.Click += new System.EventHandler(this.copyFilterToolStripMenuItem_Click);
     //
     // pasteFilterToolStripMenuItem
     //
     this.pasteFilterToolStripMenuItem.Name   = "pasteFilterToolStripMenuItem";
     this.pasteFilterToolStripMenuItem.Size   = new System.Drawing.Size(186, 22);
     this.pasteFilterToolStripMenuItem.Text   = "Paste Filter";
     this.pasteFilterToolStripMenuItem.Click += new System.EventHandler(this.pasteFilterToolStripMenuItem_Click);
     //
     // pasteFilterMultipleToolStripMenuItem
     //
     this.pasteFilterMultipleToolStripMenuItem.Name   = "pasteFilterMultipleToolStripMenuItem";
     this.pasteFilterMultipleToolStripMenuItem.Size   = new System.Drawing.Size(186, 22);
     this.pasteFilterMultipleToolStripMenuItem.Text   = "Paste Filter (Multiple)";
     this.pasteFilterMultipleToolStripMenuItem.Click += new System.EventHandler(this.pasteFilterMultipleToolStripMenuItem_Click);
     //
     // diagramSetController
     //
     this.diagramSetController.ActiveTool = null;
     this.diagramSetController.Project    = this.project;
     //
     // project
     //
     this.project.LibrarySearchPaths = ((System.Collections.Generic.IList <string>)(resources.GetObject("project.LibrarySearchPaths")));
     this.project.Name       = null;
     this.project.Repository = this.cachedRepository;
     roleBasedSecurityManager2.CurrentRole     = Dataweb.NShape.StandardRole.Administrator;
     roleBasedSecurityManager2.CurrentRoleName = "Administrator";
     this.project.SecurityManager = roleBasedSecurityManager2;
     //
     // cachedRepository
     //
     this.cachedRepository.ProjectName    = null;
     this.cachedRepository.Store          = null;
     this.cachedRepository.Version        = 0;
     this.cachedRepository.ShapesUpdated += new System.EventHandler <Dataweb.NShape.RepositoryShapesEventArgs>(this.cachedRepository_ShapesUpdated);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(12, 9);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(568, 13);
     this.label1.TabIndex = 8;
     this.label1.Text     = "Double-click to collapse/expand groups and controllers, or to configure filters. " +
                            "Right-click and drag to connect modules.";
     //
     // buttonOK
     //
     this.buttonOK.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonOK.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.buttonOK.Location                = new System.Drawing.Point(586, 425);
     this.buttonOK.Name                    = "buttonOK";
     this.buttonOK.Size                    = new System.Drawing.Size(90, 25);
     this.buttonOK.TabIndex                = 9;
     this.buttonOK.Text                    = "OK";
     this.buttonOK.UseVisualStyleBackColor = true;
     //
     // buttonPatchWizard
     //
     this.buttonPatchWizard.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.buttonPatchWizard.Location = new System.Drawing.Point(279, 409);
     this.buttonPatchWizard.Name     = "buttonPatchWizard";
     this.buttonPatchWizard.Size     = new System.Drawing.Size(100, 25);
     this.buttonPatchWizard.TabIndex = 13;
     this.buttonPatchWizard.Text     = "Patching Wizard";
     this.buttonPatchWizard.UseVisualStyleBackColor = true;
     this.buttonPatchWizard.Click += new System.EventHandler(this.buttonPatchWizard_Click);
     //
     // diagramDisplay
     //
     this.diagramDisplay.AllowDrop = true;
     this.diagramDisplay.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.diagramDisplay.BackColorGradient    = System.Drawing.SystemColors.Control;
     this.diagramDisplay.BorderStyle          = System.Windows.Forms.BorderStyle.Fixed3D;
     this.diagramDisplay.ContextMenuStrip     = this.diagramContextMenuStrip;
     this.diagramDisplay.DiagramSetController = this.diagramSetController;
     this.diagramDisplay.GridColor            = System.Drawing.Color.Gainsboro;
     this.diagramDisplay.GridSize             = 19;
     this.diagramDisplay.ImeMode                    = System.Windows.Forms.ImeMode.NoControl;
     this.diagramDisplay.Location                   = new System.Drawing.Point(12, 29);
     this.diagramDisplay.Name                       = "diagramDisplay";
     this.diagramDisplay.PropertyController         = null;
     this.diagramDisplay.RenderingQualityLowQuality = Dataweb.NShape.Advanced.RenderingQuality.LowQuality;
     this.diagramDisplay.SelectionHilightColor      = System.Drawing.Color.Firebrick;
     this.diagramDisplay.SelectionInactiveColor     = System.Drawing.Color.Gray;
     this.diagramDisplay.SelectionInteriorColor     = System.Drawing.Color.WhiteSmoke;
     this.diagramDisplay.SelectionNormalColor       = System.Drawing.Color.DarkGreen;
     this.diagramDisplay.ShowDefaultContextMenu     = false;
     this.diagramDisplay.Size                       = new System.Drawing.Size(760, 350);
     this.diagramDisplay.SnapToGrid                 = false;
     this.diagramDisplay.TabIndex                   = 0;
     this.diagramDisplay.ToolPreviewBackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(119)))), ((int)(((byte)(136)))), ((int)(((byte)(153)))));
     this.diagramDisplay.ToolPreviewColor           = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(70)))), ((int)(((byte)(130)))), ((int)(((byte)(180)))));
     this.diagramDisplay.ShapeDoubleClick          += new System.EventHandler <Dataweb.NShape.Controllers.DiagramPresenterShapeClickEventArgs>(this.displayDiagram_ShapeDoubleClick);
     this.diagramDisplay.KeyDown                   += new System.Windows.Forms.KeyEventHandler(this.diagramDisplay_KeyDown);
     //
     // buttonZoomIn
     //
     this.buttonZoomIn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.buttonZoomIn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.buttonZoomIn.Location = new System.Drawing.Point(403, 401);
     this.buttonZoomIn.Name     = "buttonZoomIn";
     this.buttonZoomIn.Size     = new System.Drawing.Size(40, 40);
     this.buttonZoomIn.TabIndex = 11;
     this.buttonZoomIn.Text     = "ZIN";
     this.buttonZoomIn.UseVisualStyleBackColor = true;
     this.buttonZoomIn.Click += new System.EventHandler(this.buttonZoomIn_Click);
     //
     // buttonZoomOut
     //
     this.buttonZoomOut.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.buttonZoomOut.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.buttonZoomOut.Location = new System.Drawing.Point(453, 401);
     this.buttonZoomOut.Name     = "buttonZoomOut";
     this.buttonZoomOut.Size     = new System.Drawing.Size(40, 40);
     this.buttonZoomOut.TabIndex = 10;
     this.buttonZoomOut.Text     = "ZOUT";
     this.buttonZoomOut.UseVisualStyleBackColor = true;
     this.buttonZoomOut.Click += new System.EventHandler(this.buttonZoomOut_Click);
     //
     // groupBoxFilters
     //
     this.groupBoxFilters.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.groupBoxFilters.Controls.Add(this.comboBoxNewFilterTypes);
     this.groupBoxFilters.Controls.Add(this.buttonAddFilter);
     this.groupBoxFilters.Controls.Add(this.buttonDelete);
     this.groupBoxFilters.Location = new System.Drawing.Point(23, 385);
     this.groupBoxFilters.Name     = "groupBoxFilters";
     this.groupBoxFilters.Size     = new System.Drawing.Size(232, 65);
     this.groupBoxFilters.TabIndex = 14;
     this.groupBoxFilters.TabStop  = false;
     this.groupBoxFilters.Text     = "Filters";
     //
     // comboBoxNewFilterTypes
     //
     this.comboBoxNewFilterTypes.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxNewFilterTypes.FormattingEnabled = true;
     this.comboBoxNewFilterTypes.Location          = new System.Drawing.Point(14, 26);
     this.comboBoxNewFilterTypes.Name     = "comboBoxNewFilterTypes";
     this.comboBoxNewFilterTypes.Size     = new System.Drawing.Size(120, 21);
     this.comboBoxNewFilterTypes.TabIndex = 6;
     //
     // buttonAddFilter
     //
     this.buttonAddFilter.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.buttonAddFilter.Location = new System.Drawing.Point(144, 20);
     this.buttonAddFilter.Name     = "buttonAddFilter";
     this.buttonAddFilter.Size     = new System.Drawing.Size(32, 32);
     this.buttonAddFilter.TabIndex = 7;
     this.buttonAddFilter.Text     = "+";
     this.buttonAddFilter.UseVisualStyleBackColor = true;
     this.buttonAddFilter.Click += new System.EventHandler(this.buttonAddFilter_Click);
     //
     // buttonDelete
     //
     this.buttonDelete.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.buttonDelete.Location = new System.Drawing.Point(186, 20);
     this.buttonDelete.Name     = "buttonDelete";
     this.buttonDelete.Size     = new System.Drawing.Size(32, 32);
     this.buttonDelete.TabIndex = 12;
     this.buttonDelete.Text     = "-";
     this.buttonDelete.UseVisualStyleBackColor = true;
     this.buttonDelete.Click += new System.EventHandler(this.buttonDelete_Click);
     //
     // checkBoxHighQualityRendering
     //
     this.checkBoxHighQualityRendering.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.checkBoxHighQualityRendering.AutoSize = true;
     this.checkBoxHighQualityRendering.Location = new System.Drawing.Point(647, 391);
     this.checkBoxHighQualityRendering.Name     = "checkBoxHighQualityRendering";
     this.checkBoxHighQualityRendering.Size     = new System.Drawing.Size(125, 17);
     this.checkBoxHighQualityRendering.TabIndex = 15;
     this.checkBoxHighQualityRendering.Text     = "High Quality Drawing";
     this.checkBoxHighQualityRendering.UseVisualStyleBackColor = true;
     this.checkBoxHighQualityRendering.CheckedChanged         += new System.EventHandler(this.checkBoxHighQualityRendering_CheckedChanged);
     //
     // ConfigFiltersAndPatching
     //
     this.AcceptButton        = this.buttonOK;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.buttonCancel;
     this.ClientSize          = new System.Drawing.Size(784, 462);
     this.Controls.Add(this.checkBoxHighQualityRendering);
     this.Controls.Add(this.buttonOK);
     this.Controls.Add(this.buttonZoomIn);
     this.Controls.Add(this.buttonZoomOut);
     this.Controls.Add(this.groupBoxFilters);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.buttonCancel);
     this.Controls.Add(this.buttonPatchWizard);
     this.Controls.Add(this.diagramDisplay);
     this.DoubleBuffered = true;
     this.MinimumSize    = new System.Drawing.Size(800, 500);
     this.Name           = "ConfigFiltersAndPatching";
     this.StartPosition  = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text           = "Output Filters & Patching Setup";
     this.FormClosing   += new System.Windows.Forms.FormClosingEventHandler(this.ConfigFiltersAndPatching_FormClosing);
     this.Load          += new System.EventHandler(this.ConfigFiltersAndPatching_Load);
     this.ResizeEnd     += new System.EventHandler(this.ConfigFiltersAndPatching_ResizeEnd);
     this.Resize        += new System.EventHandler(this.ConfigFiltersAndPatching_Resize);
     this.diagramContextMenuStrip.ResumeLayout(false);
     this.groupBoxFilters.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     Dataweb.NShape.RoleBasedSecurityManager        roleBasedSecurityManager1 = new Dataweb.NShape.RoleBasedSecurityManager();
     this.mainMenuStrip                     = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.fileNewToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.openToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.saveToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.fileSaveAsToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.editToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.copyToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.deleteToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2                = new System.Windows.Forms.ToolStripSeparator();
     this.shapeTemplateTtoolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.stylesToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.propertiesToolStripMenuItem1      = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1                = new System.Windows.Forms.ToolStripMenuItem();
     this.diagramInsertToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.diagramDeleteToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutArchiSketchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saveFileDialog                    = new System.Windows.Forms.SaveFileDialog();
     this.openFileDialog                    = new System.Windows.Forms.OpenFileDialog();
     this.toolBoxStrip                    = new System.Windows.Forms.ToolStrip();
     this.toolBoxContextMenuStrip         = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.addTemplateToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.editTemplateToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.deleteTemplateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.mainContextMenuStrip            = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.propertiesToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripContainer              = new System.Windows.Forms.ToolStripContainer();
     this.display = new Dataweb.NShape.WinFormsUI.Display();
     this.diagramSetController = new Dataweb.NShape.Controllers.DiagramSetController();
     this.project           = new Dataweb.NShape.Project(this.components);
     this.repository        = new Dataweb.NShape.Advanced.CachedRepository();
     this.xmlStore          = new Dataweb.NShape.XmlStore();
     this.toolStrip2        = new System.Windows.Forms.ToolStrip();
     this.diagramComboBox   = new System.Windows.Forms.ToolStripComboBox();
     this.toolSetController = new Dataweb.NShape.Controllers.ToolSetController();
     this.mainMenuStrip.SuspendLayout();
     this.toolBoxContextMenuStrip.SuspendLayout();
     this.mainContextMenuStrip.SuspendLayout();
     this.toolStripContainer.ContentPanel.SuspendLayout();
     this.toolStripContainer.TopToolStripPanel.SuspendLayout();
     this.toolStripContainer.SuspendLayout();
     this.toolStrip2.SuspendLayout();
     this.SuspendLayout();
     //
     // mainMenuStrip
     //
     this.mainMenuStrip.Dock = System.Windows.Forms.DockStyle.None;
     this.mainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem,
         this.editToolStripMenuItem,
         this.toolStripMenuItem1,
         this.helpToolStripMenuItem
     });
     this.mainMenuStrip.Location = new System.Drawing.Point(0, 0);
     this.mainMenuStrip.Name     = "mainMenuStrip";
     this.mainMenuStrip.Size     = new System.Drawing.Size(906, 24);
     this.mainMenuStrip.TabIndex = 3;
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileNewToolStripMenuItem,
         this.openToolStripMenuItem,
         this.saveToolStripMenuItem,
         this.fileSaveAsToolStripMenuItem,
         this.exitToolStripMenuItem
     });
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "File";
     //
     // fileNewToolStripMenuItem
     //
     this.fileNewToolStripMenuItem.Name   = "fileNewToolStripMenuItem";
     this.fileNewToolStripMenuItem.Size   = new System.Drawing.Size(121, 22);
     this.fileNewToolStripMenuItem.Text   = "New";
     this.fileNewToolStripMenuItem.Click += new System.EventHandler(this.fileNewToolStripMenuItem_Click);
     //
     // openToolStripMenuItem
     //
     this.openToolStripMenuItem.Name   = "openToolStripMenuItem";
     this.openToolStripMenuItem.Size   = new System.Drawing.Size(121, 22);
     this.openToolStripMenuItem.Text   = "Open...";
     this.openToolStripMenuItem.Click += new System.EventHandler(this.fileOpenToolStripMenuItem_Click);
     //
     // saveToolStripMenuItem
     //
     this.saveToolStripMenuItem.Name   = "saveToolStripMenuItem";
     this.saveToolStripMenuItem.Size   = new System.Drawing.Size(121, 22);
     this.saveToolStripMenuItem.Text   = "Save";
     this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
     //
     // fileSaveAsToolStripMenuItem
     //
     this.fileSaveAsToolStripMenuItem.Name   = "fileSaveAsToolStripMenuItem";
     this.fileSaveAsToolStripMenuItem.Size   = new System.Drawing.Size(121, 22);
     this.fileSaveAsToolStripMenuItem.Text   = "Save as...";
     this.fileSaveAsToolStripMenuItem.Click += new System.EventHandler(this.fileSaveAsToolStripMenuItem_Click);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name   = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size   = new System.Drawing.Size(121, 22);
     this.exitToolStripMenuItem.Text   = "Exit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // editToolStripMenuItem
     //
     this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.copyToolStripMenuItem,
         this.deleteToolStripMenuItem,
         this.toolStripMenuItem2,
         this.shapeTemplateTtoolStripMenuItem,
         this.stylesToolStripMenuItem,
         this.propertiesToolStripMenuItem1
     });
     this.editToolStripMenuItem.Name = "editToolStripMenuItem";
     this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
     this.editToolStripMenuItem.Text = "Edit";
     //
     // copyToolStripMenuItem
     //
     this.copyToolStripMenuItem.Name   = "copyToolStripMenuItem";
     this.copyToolStripMenuItem.Size   = new System.Drawing.Size(168, 22);
     this.copyToolStripMenuItem.Text   = "Copy";
     this.copyToolStripMenuItem.Click += new System.EventHandler(this.copyToolStripMenuItem_Click);
     //
     // deleteToolStripMenuItem
     //
     this.deleteToolStripMenuItem.Name   = "deleteToolStripMenuItem";
     this.deleteToolStripMenuItem.Size   = new System.Drawing.Size(168, 22);
     this.deleteToolStripMenuItem.Text   = "Delete";
     this.deleteToolStripMenuItem.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click);
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(165, 6);
     //
     // shapeTemplateTtoolStripMenuItem
     //
     this.shapeTemplateTtoolStripMenuItem.Name   = "shapeTemplateTtoolStripMenuItem";
     this.shapeTemplateTtoolStripMenuItem.Size   = new System.Drawing.Size(168, 22);
     this.shapeTemplateTtoolStripMenuItem.Text   = "Shape Template...";
     this.shapeTemplateTtoolStripMenuItem.Click += new System.EventHandler(this.shapeTemplateToolStripMenuItem_Click);
     //
     // stylesToolStripMenuItem
     //
     this.stylesToolStripMenuItem.Name   = "stylesToolStripMenuItem";
     this.stylesToolStripMenuItem.Size   = new System.Drawing.Size(168, 22);
     this.stylesToolStripMenuItem.Text   = "Styles...";
     this.stylesToolStripMenuItem.Click += new System.EventHandler(this.stylesToolStripMenuItem_Click);
     //
     // propertiesToolStripMenuItem1
     //
     this.propertiesToolStripMenuItem1.Name   = "propertiesToolStripMenuItem1";
     this.propertiesToolStripMenuItem1.Size   = new System.Drawing.Size(168, 22);
     this.propertiesToolStripMenuItem1.Text   = "Properties...";
     this.propertiesToolStripMenuItem1.Click += new System.EventHandler(this.propertiesToolStripMenuItem_Click);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.diagramInsertToolStripMenuItem,
         this.diagramDeleteToolStripMenuItem
     });
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(64, 20);
     this.toolStripMenuItem1.Text = "Diagram";
     //
     // diagramInsertToolStripMenuItem
     //
     this.diagramInsertToolStripMenuItem.Name   = "diagramInsertToolStripMenuItem";
     this.diagramInsertToolStripMenuItem.Size   = new System.Drawing.Size(107, 22);
     this.diagramInsertToolStripMenuItem.Text   = "Insert";
     this.diagramInsertToolStripMenuItem.Click += new System.EventHandler(this.diagramInsertToolStripMenuItem_Click);
     //
     // diagramDeleteToolStripMenuItem
     //
     this.diagramDeleteToolStripMenuItem.Name   = "diagramDeleteToolStripMenuItem";
     this.diagramDeleteToolStripMenuItem.Size   = new System.Drawing.Size(107, 22);
     this.diagramDeleteToolStripMenuItem.Text   = "Delete";
     this.diagramDeleteToolStripMenuItem.Click += new System.EventHandler(this.diagramDeleteToolStripMenuItem_Click);
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.aboutArchiSketchToolStripMenuItem
     });
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.helpToolStripMenuItem.Text = "Help";
     //
     // aboutArchiSketchToolStripMenuItem
     //
     this.aboutArchiSketchToolStripMenuItem.Name   = "aboutArchiSketchToolStripMenuItem";
     this.aboutArchiSketchToolStripMenuItem.Size   = new System.Drawing.Size(182, 22);
     this.aboutArchiSketchToolStripMenuItem.Text   = "About ArchiSketch...";
     this.aboutArchiSketchToolStripMenuItem.Click += new System.EventHandler(this.aboutArchiSketchToolStripMenuItem_Click);
     //
     // saveFileDialog
     //
     this.saveFileDialog.DefaultExt = "*.askp";
     this.saveFileDialog.Filter     = "ArchiSketch Files (*.askp)|*.askp";
     this.saveFileDialog.Title      = "Save ArchiSketch Project";
     //
     // openFileDialog
     //
     this.openFileDialog.DefaultExt = "*.askp";
     this.openFileDialog.FileName   = "Open ArchiSketch Project";
     this.openFileDialog.Filter     = "ArchiSketch Files (*.askp)|*.askp";
     //
     // toolBoxStrip
     //
     this.toolBoxStrip.ContextMenuStrip = this.toolBoxContextMenuStrip;
     this.toolBoxStrip.Dock             = System.Windows.Forms.DockStyle.None;
     this.toolBoxStrip.Location         = new System.Drawing.Point(138, 24);
     this.toolBoxStrip.Name             = "toolBoxStrip";
     this.toolBoxStrip.Size             = new System.Drawing.Size(111, 25);
     this.toolBoxStrip.TabIndex         = 5;
     this.toolBoxStrip.Text             = "mainToolStrip";
     //
     // toolBoxContextMenuStrip
     //
     this.toolBoxContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.addTemplateToolStripMenuItem,
         this.editTemplateToolStripMenuItem,
         this.deleteTemplateToolStripMenuItem
     });
     this.toolBoxContextMenuStrip.Name = "toolBoxContextMenuStrip";
     this.toolBoxContextMenuStrip.Size = new System.Drawing.Size(161, 70);
     //
     // addTemplateToolStripMenuItem
     //
     this.addTemplateToolStripMenuItem.Name   = "addTemplateToolStripMenuItem";
     this.addTemplateToolStripMenuItem.Size   = new System.Drawing.Size(160, 22);
     this.addTemplateToolStripMenuItem.Text   = "Add Template";
     this.addTemplateToolStripMenuItem.Click += new System.EventHandler(this.addTemplateToolStripMenuItem_Click);
     //
     // editTemplateToolStripMenuItem
     //
     this.editTemplateToolStripMenuItem.Name   = "editTemplateToolStripMenuItem";
     this.editTemplateToolStripMenuItem.Size   = new System.Drawing.Size(160, 22);
     this.editTemplateToolStripMenuItem.Text   = "Edit Template";
     this.editTemplateToolStripMenuItem.Click += new System.EventHandler(this.editTemplateToolStripMenuItem_Click);
     //
     // deleteTemplateToolStripMenuItem
     //
     this.deleteTemplateToolStripMenuItem.Name   = "deleteTemplateToolStripMenuItem";
     this.deleteTemplateToolStripMenuItem.Size   = new System.Drawing.Size(160, 22);
     this.deleteTemplateToolStripMenuItem.Text   = "Delete Template";
     this.deleteTemplateToolStripMenuItem.Click += new System.EventHandler(this.deleteTemplateToolStripMenuItem_Click);
     //
     // mainContextMenuStrip
     //
     this.mainContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.propertiesToolStripMenuItem
     });
     this.mainContextMenuStrip.Name             = "mainContextMenuStrip";
     this.mainContextMenuStrip.ShowItemToolTips = false;
     this.mainContextMenuStrip.Size             = new System.Drawing.Size(172, 26);
     //
     // propertiesToolStripMenuItem
     //
     this.propertiesToolStripMenuItem.Name   = "propertiesToolStripMenuItem";
     this.propertiesToolStripMenuItem.Size   = new System.Drawing.Size(171, 22);
     this.propertiesToolStripMenuItem.Text   = "Shape Properties...";
     this.propertiesToolStripMenuItem.Click += new System.EventHandler(this.propertiesToolStripMenuItem_Click);
     //
     // toolStripContainer
     //
     this.toolStripContainer.BottomToolStripPanelVisible = false;
     //
     // toolStripContainer.ContentPanel
     //
     this.toolStripContainer.ContentPanel.AutoScroll = true;
     this.toolStripContainer.ContentPanel.Controls.Add(this.display);
     this.toolStripContainer.ContentPanel.Size = new System.Drawing.Size(906, 567);
     this.toolStripContainer.Dock = System.Windows.Forms.DockStyle.Fill;
     this.toolStripContainer.LeftToolStripPanelVisible = false;
     this.toolStripContainer.Location = new System.Drawing.Point(0, 0);
     this.toolStripContainer.Name     = "toolStripContainer";
     this.toolStripContainer.RightToolStripPanelVisible = false;
     this.toolStripContainer.Size     = new System.Drawing.Size(906, 616);
     this.toolStripContainer.TabIndex = 7;
     this.toolStripContainer.Text     = "toolStripContainer1";
     //
     // toolStripContainer.TopToolStripPanel
     //
     this.toolStripContainer.TopToolStripPanel.Controls.Add(this.mainMenuStrip);
     this.toolStripContainer.TopToolStripPanel.Controls.Add(this.toolStrip2);
     this.toolStripContainer.TopToolStripPanel.Controls.Add(this.toolBoxStrip);
     //
     // display
     //
     this.display.AllowDrop            = true;
     this.display.AutoScroll           = true;
     this.display.BackColorGradient    = System.Drawing.SystemColors.Control;
     this.display.ContextMenuStrip     = this.mainContextMenuStrip;
     this.display.DiagramSetController = this.diagramSetController;
     this.display.Dock                   = System.Windows.Forms.DockStyle.Fill;
     this.display.GridColor              = System.Drawing.Color.Gainsboro;
     this.display.GridSize               = 19;
     this.display.ImeMode                = System.Windows.Forms.ImeMode.NoControl;
     this.display.Location               = new System.Drawing.Point(0, 0);
     this.display.Name                   = "display";
     this.display.PropertyController     = null;
     this.display.SelectionHilightColor  = System.Drawing.Color.Firebrick;
     this.display.SelectionInactiveColor = System.Drawing.Color.Gray;
     this.display.SelectionInteriorColor = System.Drawing.Color.WhiteSmoke;
     this.display.SelectionNormalColor   = System.Drawing.Color.DarkGreen;
     this.display.Size                   = new System.Drawing.Size(906, 567);
     this.display.TabIndex               = 0;
     this.display.ToolPreviewBackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(119)))), ((int)(((byte)(136)))), ((int)(((byte)(153)))));
     this.display.ToolPreviewColor       = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(70)))), ((int)(((byte)(130)))), ((int)(((byte)(180)))));
     //
     // diagramSetController
     //
     this.diagramSetController.ActiveTool = null;
     this.diagramSetController.Project    = this.project;
     //
     // project
     //
     this.project.LibrarySearchPaths = ((System.Collections.Generic.IList <string>)(resources.GetObject("project.LibrarySearchPaths")));
     this.project.Name       = "ArchiSketch Project 1";
     this.project.Repository = this.repository;
     roleBasedSecurityManager1.CurrentRole     = Dataweb.NShape.StandardRole.Administrator;
     roleBasedSecurityManager1.CurrentRoleName = "Administrator";
     this.project.SecurityManager = roleBasedSecurityManager1;
     //
     // repository
     //
     this.repository.ProjectName = "ArchiSketch Project 1";
     this.repository.Store       = this.xmlStore;
     this.repository.Version     = 0;
     //
     // xmlStore
     //
     this.xmlStore.DesignFileName = "";
     this.xmlStore.DirectoryName  = "";
     this.xmlStore.FileExtension  = ".xml";
     this.xmlStore.ProjectName    = "ArchiSketch Project 1";
     //
     // toolStrip2
     //
     this.toolStrip2.Dock = System.Windows.Forms.DockStyle.None;
     this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.diagramComboBox
     });
     this.toolStrip2.Location = new System.Drawing.Point(3, 24);
     this.toolStrip2.Name     = "toolStrip2";
     this.toolStrip2.Size     = new System.Drawing.Size(135, 25);
     this.toolStrip2.TabIndex = 6;
     //
     // diagramComboBox
     //
     this.diagramComboBox.Name                  = "diagramComboBox";
     this.diagramComboBox.Size                  = new System.Drawing.Size(121, 25);
     this.diagramComboBox.ToolTipText           = "Select a diagram to display, rename the current diagram or create a new one.";
     this.diagramComboBox.SelectedIndexChanged += new System.EventHandler(this.diagramComboBox_SelectedIndexChanged);
     this.diagramComboBox.KeyDown              += new System.Windows.Forms.KeyEventHandler(this.diagramComboBox_KeyDown);
     //
     // toolSetController
     //
     this.toolSetController.DiagramSetController    = this.diagramSetController;
     this.toolSetController.ToolSelected           += new System.EventHandler <Dataweb.NShape.Controllers.ToolEventArgs>(this.toolSetController_ToolSelected);
     this.toolSetController.ToolAdded              += new System.EventHandler <Dataweb.NShape.Controllers.ToolEventArgs>(this.toolSetController_ToolAdded);
     this.toolSetController.ToolRemoved            += new System.EventHandler <Dataweb.NShape.Controllers.ToolEventArgs>(this.toolSetController_ToolRemoved);
     this.toolSetController.ToolChanged            += new System.EventHandler <Dataweb.NShape.Controllers.ToolEventArgs>(this.toolSetController_ToolChanged);
     this.toolSetController.TemplateEditorSelected += new System.EventHandler <Dataweb.NShape.Controllers.TemplateEditorEventArgs>(this.toolBox_ShowTemplateEditorDialog);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(906, 616);
     this.Controls.Add(this.toolStripContainer);
     this.MainMenuStrip = this.mainMenuStrip;
     this.Name          = "MainForm";
     this.Text          = "ArchiSketch 1.0";
     this.Load         += new System.EventHandler(this.MainForm_Load);
     this.mainMenuStrip.ResumeLayout(false);
     this.mainMenuStrip.PerformLayout();
     this.toolBoxContextMenuStrip.ResumeLayout(false);
     this.mainContextMenuStrip.ResumeLayout(false);
     this.toolStripContainer.ContentPanel.ResumeLayout(false);
     this.toolStripContainer.TopToolStripPanel.ResumeLayout(false);
     this.toolStripContainer.TopToolStripPanel.PerformLayout();
     this.toolStripContainer.ResumeLayout(false);
     this.toolStripContainer.PerformLayout();
     this.toolStrip2.ResumeLayout(false);
     this.toolStrip2.PerformLayout();
     this.ResumeLayout(false);
 }
예제 #6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Editor));
     Dataweb.NShape.RoleBasedSecurityManager        roleBasedSecurityManager1 = new Dataweb.NShape.RoleBasedSecurityManager();
     this.cachedRepository2     = new Dataweb.NShape.Advanced.CachedRepository();
     this.xmlStore2             = new Dataweb.NShape.XmlStore();
     this.diagramSetController2 = new Dataweb.NShape.Controllers.DiagramSetController();
     this.project2 = new Dataweb.NShape.Project(this.components);
     this.display2 = new Dataweb.NShape.WinFormsUI.Display();
     this.SuspendLayout();
     //
     // cachedRepository2
     //
     this.cachedRepository2.ProjectName = null;
     this.cachedRepository2.Store       = this.xmlStore2;
     this.cachedRepository2.Version     = 0;
     //
     // xmlStore2
     //
     this.xmlStore2.DesignFileName  = "";
     this.xmlStore2.DirectoryName   = "";
     this.xmlStore2.FileExtension   = ".xml";
     this.xmlStore2.ImageLocation   = Dataweb.NShape.XmlStore.ImageFileLocation.Directory;
     this.xmlStore2.ProjectFilePath = ".xml";
     this.xmlStore2.ProjectName     = "";
     //
     // diagramSetController2
     //
     this.diagramSetController2.ActiveTool = null;
     this.diagramSetController2.Project    = this.project2;
     //
     // project2
     //
     this.project2.Description        = null;
     this.project2.LibrarySearchPaths = ((System.Collections.Generic.IList <string>)(resources.GetObject("project2.LibrarySearchPaths")));
     this.project2.Name       = null;
     this.project2.Repository = this.cachedRepository2;
     roleBasedSecurityManager1.CurrentRole     = Dataweb.NShape.StandardRole.Administrator;
     roleBasedSecurityManager1.CurrentRoleName = "Administrator";
     this.project2.SecurityManager             = roleBasedSecurityManager1;
     //
     // display2
     //
     this.display2.AllowDrop            = true;
     this.display2.BackColorGradient    = System.Drawing.SystemColors.Control;
     this.display2.DiagramSetController = this.diagramSetController2;
     this.display2.Dock                   = System.Windows.Forms.DockStyle.Fill;
     this.display2.GridColor              = System.Drawing.Color.Gainsboro;
     this.display2.GridSize               = 19;
     this.display2.ImeMode                = System.Windows.Forms.ImeMode.NoControl;
     this.display2.Location               = new System.Drawing.Point(0, 0);
     this.display2.Name                   = "display2";
     this.display2.PropertyController     = null;
     this.display2.SelectionHilightColor  = System.Drawing.Color.Firebrick;
     this.display2.SelectionInactiveColor = System.Drawing.Color.Gray;
     this.display2.SelectionInteriorColor = System.Drawing.Color.WhiteSmoke;
     this.display2.SelectionNormalColor   = System.Drawing.Color.DarkGreen;
     this.display2.Size                   = new System.Drawing.Size(836, 302);
     this.display2.TabIndex               = 0;
     this.display2.ToolPreviewBackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(119)))), ((int)(((byte)(136)))), ((int)(((byte)(153)))));
     this.display2.ToolPreviewColor       = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(70)))), ((int)(((byte)(130)))), ((int)(((byte)(180)))));
     //
     // Editor
     //
     this.ClientSize = new System.Drawing.Size(836, 302);
     this.Controls.Add(this.display2);
     this.Name  = "Editor";
     this.Load += new System.EventHandler(this.Editor_Load);
     this.ResumeLayout(false);
 }
예제 #7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources        = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     Dataweb.NShape.RoleBasedSecurityManager        defaultSecurity1 = new Dataweb.NShape.RoleBasedSecurityManager();
     this.display1 = new Dataweb.NShape.WinFormsUI.Display();
     this.diagramSetController1 = new Dataweb.NShape.Controllers.DiagramSetController();
     this.project1          = new Dataweb.NShape.Project(this.components);
     this.cachedRepository1 = new Dataweb.NShape.Advanced.CachedRepository();
     this.xmlStore1         = new Dataweb.NShape.XmlStore();
     this.SuspendLayout();
     //
     // display1
     //
     this.display1.AllowDrop               = true;
     this.display1.AutoScroll              = true;
     this.display1.BackColorGradient       = System.Drawing.SystemColors.Control;
     this.display1.BackgroundGradientAngle = 45;
     this.display1.ConnectionPointShape    = Dataweb.NShape.Controllers.ControlPointShape.Circle;
     this.display1.ControlPointAlpha       = ((byte)(255));
     this.display1.DiagramSetController    = this.diagramSetController1;
     this.display1.Dock                        = System.Windows.Forms.DockStyle.Fill;
     this.display1.GridAlpha                   = ((byte)(255));
     this.display1.GridColor                   = System.Drawing.Color.White;
     this.display1.GridSize                    = 20;
     this.display1.GripSize                    = 3;
     this.display1.HideDeniedMenuItems         = false;
     this.display1.HighQualityBackground       = true;
     this.display1.HighQualityRendering        = true;
     this.display1.ImeMode                     = System.Windows.Forms.ImeMode.NoControl;
     this.display1.Location                    = new System.Drawing.Point(0, 0);
     this.display1.MinRotateRange              = 30;
     this.display1.Name                        = "display1";
     this.display1.PropertyController          = null;
     this.display1.RenderingQualityHighQuality = Dataweb.NShape.Advanced.RenderingQuality.HighQuality;
     this.display1.RenderingQualityLowQuality  = Dataweb.NShape.Advanced.RenderingQuality.DefaultQuality;
     this.display1.ResizeGripShape             = Dataweb.NShape.Controllers.ControlPointShape.Square;
     this.display1.SelectionHilightColor       = System.Drawing.Color.Firebrick;
     this.display1.SelectionInactiveColor      = System.Drawing.Color.Gray;
     this.display1.SelectionInteriorColor      = System.Drawing.Color.WhiteSmoke;
     this.display1.SelectionNormalColor        = System.Drawing.Color.DarkGreen;
     this.display1.ShowGrid                    = true;
     this.display1.ShowScrollBars              = true;
     this.display1.Size                        = new System.Drawing.Size(1022, 733);
     this.display1.SnapDistance                = 5;
     this.display1.SnapToGrid                  = true;
     this.display1.TabIndex                    = 0;
     this.display1.ToolPreviewBackColor        = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(119)))), ((int)(((byte)(136)))), ((int)(((byte)(153)))));
     this.display1.ToolPreviewColor            = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(70)))), ((int)(((byte)(130)))), ((int)(((byte)(180)))));
     this.display1.ZoomLevel                   = 100;
     this.display1.ZoomWithMouseWheel          = true;
     //
     // diagramSetController1
     //
     this.diagramSetController1.ActiveTool = null;
     this.diagramSetController1.Project    = this.project1;
     //
     // project1
     //
     this.project1.AutoGenerateTemplates = true;
     this.project1.LibrarySearchPaths    = ((System.Collections.Generic.IList <string>)(resources.GetObject("project1.LibrarySearchPaths")));
     this.project1.Name               = null;
     this.project1.Repository         = this.cachedRepository1;
     defaultSecurity1.CurrentRole     = Dataweb.NShape.StandardRole.Administrator;
     defaultSecurity1.CurrentRoleName = "Administrator";
     this.project1.SecurityManager    = defaultSecurity1;
     //
     // cachedRepository1
     //
     this.cachedRepository1.ProjectName = null;
     this.cachedRepository1.Store       = this.xmlStore1;
     this.cachedRepository1.Version     = 0;
     //
     // xmlStore1
     //
     this.xmlStore1.DesignFileName = "";
     this.xmlStore1.DirectoryName  = "";
     this.xmlStore1.FileExtension  = ".xml";
     this.xmlStore1.ProjectName    = "";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1022, 733);
     this.Controls.Add(this.display1);
     this.Name  = "Form1";
     this.Text  = "Basic Tutorial - Basic Application";
     this.Load += new System.EventHandler(this.Form1_Load);
     this.ResumeLayout(false);
 }
예제 #8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DiagramDesignerMainForm));
     Dataweb.NShape.RoleBasedSecurityManager roleBasedSecurityManager3 = new Dataweb.NShape.RoleBasedSecurityManager();
     this.BottomToolStripPanel = new System.Windows.Forms.ToolStripPanel();
     this.statusStrip = new System.Windows.Forms.StatusStrip();
     this.statusLabelMessage = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.statusLabelShapeCount = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
     this.statusLabelMousePosition = new System.Windows.Forms.ToolStripStatusLabel();
     this.statusLabelSelectionSize = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel5 = new System.Windows.Forms.ToolStripStatusLabel();
     this.statusLabelTopLeft = new System.Windows.Forms.ToolStripStatusLabel();
     this.statusLabelBottomRight = new System.Windows.Forms.ToolStripStatusLabel();
     this.TopToolStripPanel = new System.Windows.Forms.ToolStripPanel();
     this.mainMenuStrip = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.newProjectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.newProjectInXMLStoreToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.newProjectInSqlStoreToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.openProjectMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.openXMLRepositoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.openSQLServerRepositoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.recentProjectsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem7 = new System.Windows.Forms.ToolStripSeparator();
     this.saveMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saveAsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.closeProjectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripSeparator();
     this.ManageShapeAndModelLibrariesMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.exportDiagramAsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.exportDialogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.emfExportMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.wmfExportMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.pngExportMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.jpgExportMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.bmpExportMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
     this.quitMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.insertDiagramMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.deleteDiagramToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.showDiagramSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem8 = new System.Windows.Forms.ToolStripSeparator();
     this.cutShapeOnlyMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.cutShapeAndModelMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.copyAsImageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.copyShapeOnlyMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.copyShapeAndModelMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.pasteMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.deleteShapeOnlyMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.deleteShapeAndModelMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem10 = new System.Windows.Forms.ToolStripSeparator();
     this.selectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.selectAllOfTypeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.selectAllOfTemplateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.unselectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
     this.toForegroundMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toBackgroundMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripSeparator();
     this.undoMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.redoMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.showGridMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.refreshToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.showDisplaySettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
     this.editDesignsAndStylesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.viewShowLayoutControlToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator();
     this.highQualityRenderingMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.adoNetDatabaseGeneratorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.testDataGeneratorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem11 = new System.Windows.Forms.ToolStripSeparator();
     this.nShapeEventMonitorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem9 = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.defaultToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.RightToolStripPanel = new System.Windows.Forms.ToolStripPanel();
     this.LeftToolStripPanel = new System.Windows.Forms.ToolStripPanel();
     this.ContentPanel = new System.Windows.Forms.ToolStripContentPanel();
     this.splitter1 = new System.Windows.Forms.Splitter();
     this.toolboxPropsPanel = new System.Windows.Forms.Panel();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.toolboxListView = new System.Windows.Forms.ListView();
     this.toolboxContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.viewToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.detailsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.tilesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.smallIconsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.largeIconsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.propertyWindowTabControl = new System.Windows.Forms.TabControl();
     this.propertyWindowShapeTab = new System.Windows.Forms.TabPage();
     this.primaryPropertyGrid = new System.Windows.Forms.PropertyGrid();
     this.propertyWindowModelTab = new System.Windows.Forms.TabPage();
     this.secondaryPropertyGrid = new System.Windows.Forms.PropertyGrid();
     this.layersTab = new System.Windows.Forms.TabPage();
     this.layerEditorListView = new Dataweb.NShape.WinFormsUI.LayerListView();
     this.splitter2 = new System.Windows.Forms.Splitter();
     this.toolStripContainer = new System.Windows.Forms.ToolStripContainer();
     this.displayTabControl = new System.Windows.Forms.TabControl();
     this.historyTrackBar = new System.Windows.Forms.TrackBar();
     this.modelTreeView = new System.Windows.Forms.TreeView();
     this.editToolStrip = new System.Windows.Forms.ToolStrip();
     this.newProjectToolStripButton = new System.Windows.Forms.ToolStripDropDownButton();
     this.xmlRepositoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.sQLRepositoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.openProjectToolStripButton = new System.Windows.Forms.ToolStripDropDownButton();
     this.openXMLRepositoryToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.openSQLRepositoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saveProjectToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.cutShapeButton = new System.Windows.Forms.ToolStripButton();
     this.copyShapeButton = new System.Windows.Forms.ToolStripButton();
     this.pasteButton = new System.Windows.Forms.ToolStripButton();
     this.deleteShapeButton = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.undoToolStripSplitButton = new System.Windows.Forms.ToolStripSplitButton();
     this.redoToolStripSplitButton = new System.Windows.Forms.ToolStripSplitButton();
     this.settingsToolStrip = new System.Windows.Forms.ToolStrip();
     this.prevDiagramButton = new System.Windows.Forms.ToolStripButton();
     this.nextDiagramButton = new System.Windows.Forms.ToolStripButton();
     this.zoomToolStripComboBox = new System.Windows.Forms.ToolStripComboBox();
     this.displaySettingsToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.refreshToolbarButton = new System.Windows.Forms.ToolStripButton();
     this.showGridToolbarButton = new System.Windows.Forms.ToolStripButton();
     this.displayToolStrip = new System.Windows.Forms.ToolStrip();
     this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
     this.designEditorToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.runtimeModeComboBox = new System.Windows.Forms.ToolStripComboBox();
     this.debugToolStrip = new System.Windows.Forms.ToolStrip();
     this.debugDrawOccupationToolbarButton = new System.Windows.Forms.ToolStripButton();
     this.debugDrawInvalidatedAreaToolbarButton = new System.Windows.Forms.ToolStripButton();
     this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
     this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
     this.diagramSetController = new Dataweb.NShape.Controllers.DiagramSetController();
     this.project = new Dataweb.NShape.Project(this.components);
     this.cachedRepository = new Dataweb.NShape.Advanced.CachedRepository();
     this.layerController = new Dataweb.NShape.Controllers.LayerController();
     this.toolSetController = new Dataweb.NShape.Controllers.ToolSetController();
     this.modelTreeController = new Dataweb.NShape.Controllers.ModelController();
     this.propertyController = new Dataweb.NShape.Controllers.PropertyController();
     this.modelTreePresenter = new Dataweb.NShape.WinFormsUI.ModelTreeViewPresenter();
     this.propertyPresenter = new Dataweb.NShape.WinFormsUI.PropertyPresenter();
     this.toolSetListViewPresenter = new Dataweb.NShape.WinFormsUI.ToolSetListViewPresenter(this.components);
     this.layerPresenter = new Dataweb.NShape.Controllers.LayerPresenter();
     this.toolStripMenuItem12 = new System.Windows.Forms.ToolStripSeparator();
     this.resetToolbarsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.statusStrip.SuspendLayout();
     this.mainMenuStrip.SuspendLayout();
     this.toolboxPropsPanel.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.toolboxContextMenuStrip.SuspendLayout();
     this.propertyWindowTabControl.SuspendLayout();
     this.propertyWindowShapeTab.SuspendLayout();
     this.propertyWindowModelTab.SuspendLayout();
     this.layersTab.SuspendLayout();
     this.toolStripContainer.BottomToolStripPanel.SuspendLayout();
     this.toolStripContainer.ContentPanel.SuspendLayout();
     this.toolStripContainer.TopToolStripPanel.SuspendLayout();
     this.toolStripContainer.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.historyTrackBar)).BeginInit();
     this.editToolStrip.SuspendLayout();
     this.settingsToolStrip.SuspendLayout();
     this.displayToolStrip.SuspendLayout();
     this.debugToolStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // BottomToolStripPanel
     //
     this.BottomToolStripPanel.Location = new System.Drawing.Point(0, 0);
     this.BottomToolStripPanel.Name = "BottomToolStripPanel";
     this.BottomToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
     this.BottomToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
     this.BottomToolStripPanel.Size = new System.Drawing.Size(0, 0);
     //
     // statusStrip
     //
     this.statusStrip.Dock = System.Windows.Forms.DockStyle.None;
     this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.statusLabelMessage,
     this.toolStripStatusLabel1,
     this.statusLabelShapeCount,
     this.toolStripStatusLabel2,
     this.statusLabelMousePosition,
     this.statusLabelSelectionSize,
     this.toolStripStatusLabel5,
     this.statusLabelTopLeft,
     this.statusLabelBottomRight});
     this.statusStrip.Location = new System.Drawing.Point(0, 0);
     this.statusStrip.Name = "statusStrip";
     this.statusStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode;
     this.statusStrip.Size = new System.Drawing.Size(1008, 24);
     this.statusStrip.TabIndex = 1;
     this.statusStrip.Text = "statusStrip";
     //
     // statusLabelMessage
     //
     this.statusLabelMessage.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.statusLabelMessage.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.statusLabelMessage.Name = "statusLabelMessage";
     this.statusLabelMessage.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0);
     this.statusLabelMessage.Size = new System.Drawing.Size(355, 19);
     this.statusLabelMessage.Spring = true;
     this.statusLabelMessage.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.AutoToolTip = true;
     this.toolStripStatusLabel1.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Left;
     this.toolStripStatusLabel1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0);
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(70, 19);
     this.toolStripStatusLabel1.Text = "Diagram: ";
     //
     // statusLabelShapeCount
     //
     this.statusLabelShapeCount.AutoToolTip = true;
     this.statusLabelShapeCount.Name = "statusLabelShapeCount";
     this.statusLabelShapeCount.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0);
     this.statusLabelShapeCount.Size = new System.Drawing.Size(60, 19);
     this.statusLabelShapeCount.Text = "n Shapes";
     this.statusLabelShapeCount.ToolTipText = "Number of shaes in the current diagram";
     //
     // toolStripStatusLabel2
     //
     this.toolStripStatusLabel2.AutoToolTip = true;
     this.toolStripStatusLabel2.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Left;
     this.toolStripStatusLabel2.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
     this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
     this.toolStripStatusLabel2.Size = new System.Drawing.Size(66, 19);
     this.toolStripStatusLabel2.Text = "Selection:";
     //
     // statusLabelMousePosition
     //
     this.statusLabelMousePosition.AutoToolTip = true;
     this.statusLabelMousePosition.Image = ((System.Drawing.Image)(resources.GetObject("statusLabelMousePosition.Image")));
     this.statusLabelMousePosition.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.statusLabelMousePosition.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.statusLabelMousePosition.Name = "statusLabelMousePosition";
     this.statusLabelMousePosition.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0);
     this.statusLabelMousePosition.Size = new System.Drawing.Size(87, 19);
     this.statusLabelMousePosition.Text = "Mouse Pos";
     this.statusLabelMousePosition.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.statusLabelMousePosition.ToolTipText = "Mouse position in diagram coordinates";
     //
     // statusLabelSelectionSize
     //
     this.statusLabelSelectionSize.AutoToolTip = true;
     this.statusLabelSelectionSize.Image = ((System.Drawing.Image)(resources.GetObject("statusLabelSelectionSize.Image")));
     this.statusLabelSelectionSize.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.statusLabelSelectionSize.Name = "statusLabelSelectionSize";
     this.statusLabelSelectionSize.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0);
     this.statusLabelSelectionSize.Size = new System.Drawing.Size(100, 19);
     this.statusLabelSelectionSize.Text = "Selection Size";
     this.statusLabelSelectionSize.ToolTipText = "The size of the current selection in diagram coordinates";
     //
     // toolStripStatusLabel5
     //
     this.toolStripStatusLabel5.AutoToolTip = true;
     this.toolStripStatusLabel5.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Left;
     this.toolStripStatusLabel5.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
     this.toolStripStatusLabel5.Name = "toolStripStatusLabel5";
     this.toolStripStatusLabel5.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0);
     this.toolStripStatusLabel5.Size = new System.Drawing.Size(88, 19);
     this.toolStripStatusLabel5.Text = "Display Area:";
     this.toolStripStatusLabel5.ToolTipText = "The currently displayed area in diagram coordinates";
     //
     // statusLabelTopLeft
     //
     this.statusLabelTopLeft.AutoToolTip = true;
     this.statusLabelTopLeft.Image = ((System.Drawing.Image)(resources.GetObject("statusLabelTopLeft.Image")));
     this.statusLabelTopLeft.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.statusLabelTopLeft.Name = "statusLabelTopLeft";
     this.statusLabelTopLeft.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0);
     this.statusLabelTopLeft.Size = new System.Drawing.Size(70, 19);
     this.statusLabelTopLeft.Text = "TopLeft";
     this.statusLabelTopLeft.ToolTipText = "The top left corner of currently displayed area in diagram coordinates";
     //
     // statusLabelBottomRight
     //
     this.statusLabelBottomRight.AutoToolTip = true;
     this.statusLabelBottomRight.Image = ((System.Drawing.Image)(resources.GetObject("statusLabelBottomRight.Image")));
     this.statusLabelBottomRight.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.statusLabelBottomRight.Name = "statusLabelBottomRight";
     this.statusLabelBottomRight.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0);
     this.statusLabelBottomRight.Size = new System.Drawing.Size(97, 19);
     this.statusLabelBottomRight.Text = "BottomRight";
     this.statusLabelBottomRight.ToolTipText = "The bottom right corner of currently displayed area in diagram coordinates";
     //
     // TopToolStripPanel
     //
     this.TopToolStripPanel.Location = new System.Drawing.Point(0, 0);
     this.TopToolStripPanel.Name = "TopToolStripPanel";
     this.TopToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
     this.TopToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
     this.TopToolStripPanel.Size = new System.Drawing.Size(0, 0);
     //
     // mainMenuStrip
     //
     this.mainMenuStrip.Dock = System.Windows.Forms.DockStyle.None;
     this.mainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.fileToolStripMenuItem,
     this.editToolStripMenuItem,
     this.viewToolStripMenuItem,
     this.toolsToolStripMenuItem,
     this.toolStripMenuItem9});
     this.mainMenuStrip.Location = new System.Drawing.Point(0, 0);
     this.mainMenuStrip.Name = "mainMenuStrip";
     this.mainMenuStrip.Size = new System.Drawing.Size(1008, 24);
     this.mainMenuStrip.TabIndex = 7;
     this.mainMenuStrip.Text = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.newProjectToolStripMenuItem,
     this.openProjectMenuItem,
     this.recentProjectsMenuItem,
     this.toolStripMenuItem7,
     this.saveMenuItem,
     this.saveAsMenuItem,
     this.closeProjectToolStripMenuItem,
     this.toolStripMenuItem5,
     this.ManageShapeAndModelLibrariesMenuItem,
     this.exportDiagramAsMenuItem,
     this.toolStripMenuItem1,
     this.quitMenuItem});
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "File";
     //
     // newProjectToolStripMenuItem
     //
     this.newProjectToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.newProjectInXMLStoreToolStripMenuItem,
     this.newProjectInSqlStoreToolStripMenuItem});
     this.newProjectToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("newProjectToolStripMenuItem.Image")));
     this.newProjectToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.newProjectToolStripMenuItem.Name = "newProjectToolStripMenuItem";
     this.newProjectToolStripMenuItem.Size = new System.Drawing.Size(268, 22);
     this.newProjectToolStripMenuItem.Text = "New Project";
     //
     // newProjectInXMLStoreToolStripMenuItem
     //
     this.newProjectInXMLStoreToolStripMenuItem.Name = "newProjectInXMLStoreToolStripMenuItem";
     this.newProjectInXMLStoreToolStripMenuItem.Size = new System.Drawing.Size(198, 22);
     this.newProjectInXMLStoreToolStripMenuItem.Text = "XML Repository...";
     this.newProjectInXMLStoreToolStripMenuItem.Click += new System.EventHandler(this.newXMLRepositoryToolStripMenuItem_Click);
     //
     // newProjectInSqlStoreToolStripMenuItem
     //
     this.newProjectInSqlStoreToolStripMenuItem.Name = "newProjectInSqlStoreToolStripMenuItem";
     this.newProjectInSqlStoreToolStripMenuItem.Size = new System.Drawing.Size(198, 22);
     this.newProjectInSqlStoreToolStripMenuItem.Text = "SQL Server Repository...";
     this.newProjectInSqlStoreToolStripMenuItem.Click += new System.EventHandler(this.newSQLServerRepositoryToolStripMenuItem_Click);
     //
     // openProjectMenuItem
     //
     this.openProjectMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.openXMLRepositoryToolStripMenuItem,
     this.openSQLServerRepositoryToolStripMenuItem});
     this.openProjectMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("openProjectMenuItem.Image")));
     this.openProjectMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.openProjectMenuItem.Name = "openProjectMenuItem";
     this.openProjectMenuItem.Size = new System.Drawing.Size(268, 22);
     this.openProjectMenuItem.Text = "Open Project";
     //
     // openXMLRepositoryToolStripMenuItem
     //
     this.openXMLRepositoryToolStripMenuItem.Name = "openXMLRepositoryToolStripMenuItem";
     this.openXMLRepositoryToolStripMenuItem.Size = new System.Drawing.Size(198, 22);
     this.openXMLRepositoryToolStripMenuItem.Text = "XML Repository...";
     this.openXMLRepositoryToolStripMenuItem.Click += new System.EventHandler(this.openXMLRepositoryToolStripMenuItem_Click);
     //
     // openSQLServerRepositoryToolStripMenuItem
     //
     this.openSQLServerRepositoryToolStripMenuItem.Name = "openSQLServerRepositoryToolStripMenuItem";
     this.openSQLServerRepositoryToolStripMenuItem.Size = new System.Drawing.Size(198, 22);
     this.openSQLServerRepositoryToolStripMenuItem.Text = "SQL Server Repository...";
     this.openSQLServerRepositoryToolStripMenuItem.Click += new System.EventHandler(this.openSQLServerRepositoryToolStripMenuItem_Click);
     //
     // recentProjectsMenuItem
     //
     this.recentProjectsMenuItem.Name = "recentProjectsMenuItem";
     this.recentProjectsMenuItem.Size = new System.Drawing.Size(268, 22);
     this.recentProjectsMenuItem.Text = "Recent Projects";
     //
     // toolStripMenuItem7
     //
     this.toolStripMenuItem7.Name = "toolStripMenuItem7";
     this.toolStripMenuItem7.Size = new System.Drawing.Size(265, 6);
     //
     // saveMenuItem
     //
     this.saveMenuItem.Enabled = false;
     this.saveMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveMenuItem.Image")));
     this.saveMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.saveMenuItem.Name = "saveMenuItem";
     this.saveMenuItem.Size = new System.Drawing.Size(268, 22);
     this.saveMenuItem.Text = "Save";
     this.saveMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
     //
     // saveAsMenuItem
     //
     this.saveAsMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.saveAsMenuItem.Name = "saveAsMenuItem";
     this.saveAsMenuItem.Size = new System.Drawing.Size(268, 22);
     this.saveAsMenuItem.Text = "Save as...";
     this.saveAsMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click);
     //
     // closeProjectToolStripMenuItem
     //
     this.closeProjectToolStripMenuItem.Name = "closeProjectToolStripMenuItem";
     this.closeProjectToolStripMenuItem.Size = new System.Drawing.Size(268, 22);
     this.closeProjectToolStripMenuItem.Text = "Close Project";
     this.closeProjectToolStripMenuItem.Click += new System.EventHandler(this.closeProjectToolStripMenuItem_Click);
     //
     // toolStripMenuItem5
     //
     this.toolStripMenuItem5.Name = "toolStripMenuItem5";
     this.toolStripMenuItem5.Size = new System.Drawing.Size(265, 6);
     //
     // ManageShapeAndModelLibrariesMenuItem
     //
     this.ManageShapeAndModelLibrariesMenuItem.Name = "ManageShapeAndModelLibrariesMenuItem";
     this.ManageShapeAndModelLibrariesMenuItem.Size = new System.Drawing.Size(268, 22);
     this.ManageShapeAndModelLibrariesMenuItem.Text = "Manage Shape and Model Libraries...";
     this.ManageShapeAndModelLibrariesMenuItem.Click += new System.EventHandler(this.ManageShapeAndModelLibrariesMenuItem_Click);
     //
     // exportDiagramAsMenuItem
     //
     this.exportDiagramAsMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.exportDialogToolStripMenuItem,
     this.emfExportMenuItem,
     this.wmfExportMenuItem,
     this.pngExportMenuItem,
     this.jpgExportMenuItem,
     this.bmpExportMenuItem});
     this.exportDiagramAsMenuItem.Name = "exportDiagramAsMenuItem";
     this.exportDiagramAsMenuItem.Size = new System.Drawing.Size(268, 22);
     this.exportDiagramAsMenuItem.Text = "Export diagram";
     //
     // exportDialogToolStripMenuItem
     //
     this.exportDialogToolStripMenuItem.Name = "exportDialogToolStripMenuItem";
     this.exportDialogToolStripMenuItem.Size = new System.Drawing.Size(141, 22);
     this.exportDialogToolStripMenuItem.Text = "Custom...";
     this.exportDialogToolStripMenuItem.Click += new System.EventHandler(this.exportDiagramAsMenuItem_Click);
     //
     // emfExportMenuItem
     //
     this.emfExportMenuItem.Name = "emfExportMenuItem";
     this.emfExportMenuItem.Size = new System.Drawing.Size(141, 22);
     this.emfExportMenuItem.Text = "EMF Plus file";
     this.emfExportMenuItem.Click += new System.EventHandler(this.emfPlusFileToolStripMenuItem_Click);
     //
     // wmfExportMenuItem
     //
     this.wmfExportMenuItem.Name = "wmfExportMenuItem";
     this.wmfExportMenuItem.Size = new System.Drawing.Size(141, 22);
     this.wmfExportMenuItem.Text = "EMF file";
     this.wmfExportMenuItem.Click += new System.EventHandler(this.emfOnlyFileToolStripMenuItem_Click);
     //
     // pngExportMenuItem
     //
     this.pngExportMenuItem.Name = "pngExportMenuItem";
     this.pngExportMenuItem.Size = new System.Drawing.Size(141, 22);
     this.pngExportMenuItem.Text = "PNG file";
     this.pngExportMenuItem.Click += new System.EventHandler(this.pngFileToolStripMenuItem_Click);
     //
     // jpgExportMenuItem
     //
     this.jpgExportMenuItem.Name = "jpgExportMenuItem";
     this.jpgExportMenuItem.Size = new System.Drawing.Size(141, 22);
     this.jpgExportMenuItem.Text = "JPG file";
     this.jpgExportMenuItem.Click += new System.EventHandler(this.jpgFileToolStripMenuItem_Click);
     //
     // bmpExportMenuItem
     //
     this.bmpExportMenuItem.Name = "bmpExportMenuItem";
     this.bmpExportMenuItem.Size = new System.Drawing.Size(141, 22);
     this.bmpExportMenuItem.Text = "BMP file";
     this.bmpExportMenuItem.Click += new System.EventHandler(this.bmpFileToolStripMenuItem_Click);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(265, 6);
     //
     // quitMenuItem
     //
     this.quitMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.quitMenuItem.Name = "quitMenuItem";
     this.quitMenuItem.Size = new System.Drawing.Size(268, 22);
     this.quitMenuItem.Text = "Quit";
     this.quitMenuItem.Click += new System.EventHandler(this.quitToolStripMenuItem_Click);
     //
     // editToolStripMenuItem
     //
     this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.insertDiagramMenuItem,
     this.deleteDiagramToolStripMenuItem,
     this.showDiagramSettingsToolStripMenuItem,
     this.toolStripMenuItem8,
     this.cutShapeOnlyMenuItem,
     this.cutShapeAndModelMenuItem,
     this.copyAsImageToolStripMenuItem,
     this.copyShapeOnlyMenuItem,
     this.copyShapeAndModelMenuItem,
     this.pasteMenuItem,
     this.deleteShapeOnlyMenuItem,
     this.deleteShapeAndModelMenuItem,
     this.toolStripMenuItem10,
     this.selectAllToolStripMenuItem,
     this.selectAllOfTypeToolStripMenuItem,
     this.selectAllOfTemplateToolStripMenuItem,
     this.unselectAllToolStripMenuItem,
     this.toolStripMenuItem2,
     this.toForegroundMenuItem,
     this.toBackgroundMenuItem,
     this.toolStripMenuItem6,
     this.undoMenuItem,
     this.redoMenuItem});
     this.editToolStripMenuItem.Name = "editToolStripMenuItem";
     this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
     this.editToolStripMenuItem.Text = "Edit";
     //
     // insertDiagramMenuItem
     //
     this.insertDiagramMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("insertDiagramMenuItem.Image")));
     this.insertDiagramMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.insertDiagramMenuItem.Name = "insertDiagramMenuItem";
     this.insertDiagramMenuItem.Size = new System.Drawing.Size(261, 22);
     this.insertDiagramMenuItem.Text = "Insert Diagram";
     this.insertDiagramMenuItem.Click += new System.EventHandler(this.newDiagramToolStripMenuItem_Click);
     //
     // deleteDiagramToolStripMenuItem
     //
     this.deleteDiagramToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("deleteDiagramToolStripMenuItem.Image")));
     this.deleteDiagramToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.deleteDiagramToolStripMenuItem.Name = "deleteDiagramToolStripMenuItem";
     this.deleteDiagramToolStripMenuItem.Size = new System.Drawing.Size(261, 22);
     this.deleteDiagramToolStripMenuItem.Text = "Delete Diagram";
     this.deleteDiagramToolStripMenuItem.Click += new System.EventHandler(this.deleteDiagramToolStripMenuItem_Click);
     //
     // showDiagramSettingsToolStripMenuItem
     //
     this.showDiagramSettingsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("showDiagramSettingsToolStripMenuItem.Image")));
     this.showDiagramSettingsToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.showDiagramSettingsToolStripMenuItem.Name = "showDiagramSettingsToolStripMenuItem";
     this.showDiagramSettingsToolStripMenuItem.Size = new System.Drawing.Size(261, 22);
     this.showDiagramSettingsToolStripMenuItem.Text = "Diagram Properties";
     this.showDiagramSettingsToolStripMenuItem.Click += new System.EventHandler(this.showDiagramSettingsToolStripMenuItem_Click);
     //
     // toolStripMenuItem8
     //
     this.toolStripMenuItem8.Name = "toolStripMenuItem8";
     this.toolStripMenuItem8.Size = new System.Drawing.Size(258, 6);
     //
     // cutShapeOnlyMenuItem
     //
     this.cutShapeOnlyMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("cutShapeOnlyMenuItem.Image")));
     this.cutShapeOnlyMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.cutShapeOnlyMenuItem.Name = "cutShapeOnlyMenuItem";
     this.cutShapeOnlyMenuItem.Size = new System.Drawing.Size(261, 22);
     this.cutShapeOnlyMenuItem.Text = "Cut Shape";
     this.cutShapeOnlyMenuItem.Click += new System.EventHandler(this.cutShapeOnlyItem_Click);
     //
     // cutShapeAndModelMenuItem
     //
     this.cutShapeAndModelMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("cutShapeAndModelMenuItem.Image")));
     this.cutShapeAndModelMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.cutShapeAndModelMenuItem.Name = "cutShapeAndModelMenuItem";
     this.cutShapeAndModelMenuItem.Size = new System.Drawing.Size(261, 22);
     this.cutShapeAndModelMenuItem.Text = "Cut Shape and Model";
     this.cutShapeAndModelMenuItem.Click += new System.EventHandler(this.cutShapeAndModelItem_Click);
     //
     // copyAsImageToolStripMenuItem
     //
     this.copyAsImageToolStripMenuItem.Image = global::Dataweb.NShape.Designer.Properties.Resources.CopyAsImage;
     this.copyAsImageToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.copyAsImageToolStripMenuItem.Name = "copyAsImageToolStripMenuItem";
     this.copyAsImageToolStripMenuItem.Size = new System.Drawing.Size(261, 22);
     this.copyAsImageToolStripMenuItem.Text = "Copy as Image";
     this.copyAsImageToolStripMenuItem.Click += new System.EventHandler(this.copyAsImageToolStripMenuItem_Click);
     //
     // copyShapeOnlyMenuItem
     //
     this.copyShapeOnlyMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("copyShapeOnlyMenuItem.Image")));
     this.copyShapeOnlyMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.copyShapeOnlyMenuItem.Name = "copyShapeOnlyMenuItem";
     this.copyShapeOnlyMenuItem.Size = new System.Drawing.Size(261, 22);
     this.copyShapeOnlyMenuItem.Text = "Copy Shape";
     this.copyShapeOnlyMenuItem.Click += new System.EventHandler(this.copyShapeOnlyItem_Click);
     //
     // copyShapeAndModelMenuItem
     //
     this.copyShapeAndModelMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("copyShapeAndModelMenuItem.Image")));
     this.copyShapeAndModelMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.copyShapeAndModelMenuItem.Name = "copyShapeAndModelMenuItem";
     this.copyShapeAndModelMenuItem.Size = new System.Drawing.Size(261, 22);
     this.copyShapeAndModelMenuItem.Text = "Copy Shape and Model";
     this.copyShapeAndModelMenuItem.Visible = false;
     this.copyShapeAndModelMenuItem.Click += new System.EventHandler(this.copyShapeAndModelItem_Click);
     //
     // pasteMenuItem
     //
     this.pasteMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("pasteMenuItem.Image")));
     this.pasteMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.pasteMenuItem.Name = "pasteMenuItem";
     this.pasteMenuItem.Size = new System.Drawing.Size(261, 22);
     this.pasteMenuItem.Text = "Paste Shape";
     this.pasteMenuItem.Click += new System.EventHandler(this.pasteMenuItem_Click);
     //
     // deleteShapeOnlyMenuItem
     //
     this.deleteShapeOnlyMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("deleteShapeOnlyMenuItem.Image")));
     this.deleteShapeOnlyMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.deleteShapeOnlyMenuItem.Name = "deleteShapeOnlyMenuItem";
     this.deleteShapeOnlyMenuItem.ShortcutKeyDisplayString = "(Del)";
     this.deleteShapeOnlyMenuItem.Size = new System.Drawing.Size(261, 22);
     this.deleteShapeOnlyMenuItem.Text = "Delete Shape";
     this.deleteShapeOnlyMenuItem.Click += new System.EventHandler(this.deleteShapeOnlyItem_Click);
     //
     // deleteShapeAndModelMenuItem
     //
     this.deleteShapeAndModelMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("deleteShapeAndModelMenuItem.Image")));
     this.deleteShapeAndModelMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.deleteShapeAndModelMenuItem.Name = "deleteShapeAndModelMenuItem";
     this.deleteShapeAndModelMenuItem.ShortcutKeyDisplayString = "(Ctrl+Del)";
     this.deleteShapeAndModelMenuItem.Size = new System.Drawing.Size(261, 22);
     this.deleteShapeAndModelMenuItem.Text = "Delete Shape and Model";
     this.deleteShapeAndModelMenuItem.Visible = false;
     this.deleteShapeAndModelMenuItem.Click += new System.EventHandler(this.deleteShapeAndModelItem_Click);
     //
     // toolStripMenuItem10
     //
     this.toolStripMenuItem10.Name = "toolStripMenuItem10";
     this.toolStripMenuItem10.Size = new System.Drawing.Size(258, 6);
     //
     // selectAllToolStripMenuItem
     //
     this.selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem";
     this.selectAllToolStripMenuItem.Size = new System.Drawing.Size(261, 22);
     this.selectAllToolStripMenuItem.Text = "Select All";
     this.selectAllToolStripMenuItem.Click += new System.EventHandler(this.selectAllToolStripMenuItem_Click);
     //
     // selectAllOfTypeToolStripMenuItem
     //
     this.selectAllOfTypeToolStripMenuItem.Name = "selectAllOfTypeToolStripMenuItem";
     this.selectAllOfTypeToolStripMenuItem.Size = new System.Drawing.Size(261, 22);
     this.selectAllOfTypeToolStripMenuItem.Text = "Select all Shapes of Type";
     this.selectAllOfTypeToolStripMenuItem.Click += new System.EventHandler(this.selectAllShapesOfTheSameTypeToolStripMenuItem_Click);
     //
     // selectAllOfTemplateToolStripMenuItem
     //
     this.selectAllOfTemplateToolStripMenuItem.Name = "selectAllOfTemplateToolStripMenuItem";
     this.selectAllOfTemplateToolStripMenuItem.Size = new System.Drawing.Size(261, 22);
     this.selectAllOfTemplateToolStripMenuItem.Text = "Select all Shapes of Template";
     this.selectAllOfTemplateToolStripMenuItem.Click += new System.EventHandler(this.selectAllShapesOfTheSameTemplateToolStripMenuItem_Click);
     //
     // unselectAllToolStripMenuItem
     //
     this.unselectAllToolStripMenuItem.Name = "unselectAllToolStripMenuItem";
     this.unselectAllToolStripMenuItem.Size = new System.Drawing.Size(261, 22);
     this.unselectAllToolStripMenuItem.Text = "Unselect All";
     this.unselectAllToolStripMenuItem.Click += new System.EventHandler(this.unselectAllToolStripMenuItem_Click);
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(258, 6);
     //
     // toForegroundMenuItem
     //
     this.toForegroundMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("toForegroundMenuItem.Image")));
     this.toForegroundMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.toForegroundMenuItem.Name = "toForegroundMenuItem";
     this.toForegroundMenuItem.Size = new System.Drawing.Size(261, 22);
     this.toForegroundMenuItem.Text = "Bring to Front";
     this.toForegroundMenuItem.Click += new System.EventHandler(this.toForegroundMenuItem_Click);
     //
     // toBackgroundMenuItem
     //
     this.toBackgroundMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("toBackgroundMenuItem.Image")));
     this.toBackgroundMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.toBackgroundMenuItem.Name = "toBackgroundMenuItem";
     this.toBackgroundMenuItem.Size = new System.Drawing.Size(261, 22);
     this.toBackgroundMenuItem.Text = "Send to Back";
     this.toBackgroundMenuItem.Click += new System.EventHandler(this.toBackgroundMenuItem_Click);
     //
     // toolStripMenuItem6
     //
     this.toolStripMenuItem6.Name = "toolStripMenuItem6";
     this.toolStripMenuItem6.Size = new System.Drawing.Size(258, 6);
     //
     // undoMenuItem
     //
     this.undoMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("undoMenuItem.Image")));
     this.undoMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.undoMenuItem.Name = "undoMenuItem";
     this.undoMenuItem.Size = new System.Drawing.Size(261, 22);
     this.undoMenuItem.Text = "Undo";
     this.undoMenuItem.Click += new System.EventHandler(this.undoButton_Click);
     //
     // redoMenuItem
     //
     this.redoMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("redoMenuItem.Image")));
     this.redoMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.redoMenuItem.Name = "redoMenuItem";
     this.redoMenuItem.Size = new System.Drawing.Size(261, 22);
     this.redoMenuItem.Text = "Redo";
     this.redoMenuItem.Click += new System.EventHandler(this.redoButton_Click);
     //
     // viewToolStripMenuItem
     //
     this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.showGridMenuItem,
     this.refreshToolStripMenuItem,
     this.showDisplaySettingsToolStripMenuItem,
     this.toolStripMenuItem3,
     this.editDesignsAndStylesToolStripMenuItem,
     this.viewShowLayoutControlToolStripMenuItem,
     this.toolStripMenuItem4,
     this.highQualityRenderingMenuItem});
     this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
     this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.viewToolStripMenuItem.Text = "View";
     //
     // showGridMenuItem
     //
     this.showGridMenuItem.Checked = true;
     this.showGridMenuItem.CheckOnClick = true;
     this.showGridMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
     this.showGridMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("showGridMenuItem.Image")));
     this.showGridMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.showGridMenuItem.Name = "showGridMenuItem";
     this.showGridMenuItem.Size = new System.Drawing.Size(198, 22);
     this.showGridMenuItem.Text = "Show Grid";
     this.showGridMenuItem.Click += new System.EventHandler(this.showGridToolStripMenuItem_Click);
     //
     // refreshToolStripMenuItem
     //
     this.refreshToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("refreshToolStripMenuItem.Image")));
     this.refreshToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.refreshToolStripMenuItem.Name = "refreshToolStripMenuItem";
     this.refreshToolStripMenuItem.Size = new System.Drawing.Size(198, 22);
     this.refreshToolStripMenuItem.Text = "Refresh Display";
     this.refreshToolStripMenuItem.Click += new System.EventHandler(this.refreshButton_Click);
     //
     // showDisplaySettingsToolStripMenuItem
     //
     this.showDisplaySettingsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("showDisplaySettingsToolStripMenuItem.Image")));
     this.showDisplaySettingsToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.showDisplaySettingsToolStripMenuItem.Name = "showDisplaySettingsToolStripMenuItem";
     this.showDisplaySettingsToolStripMenuItem.Size = new System.Drawing.Size(198, 22);
     this.showDisplaySettingsToolStripMenuItem.Text = "Display Settings";
     this.showDisplaySettingsToolStripMenuItem.Click += new System.EventHandler(this.showDisplaySettingsItem_Click);
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.Name = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size = new System.Drawing.Size(195, 6);
     //
     // editDesignsAndStylesToolStripMenuItem
     //
     this.editDesignsAndStylesToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("editDesignsAndStylesToolStripMenuItem.Image")));
     this.editDesignsAndStylesToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.editDesignsAndStylesToolStripMenuItem.Name = "editDesignsAndStylesToolStripMenuItem";
     this.editDesignsAndStylesToolStripMenuItem.Size = new System.Drawing.Size(198, 22);
     this.editDesignsAndStylesToolStripMenuItem.Text = "Show Design Editor";
     this.editDesignsAndStylesToolStripMenuItem.Click += new System.EventHandler(this.editDesignsAndStylesToolStripMenuItem_Click);
     //
     // viewShowLayoutControlToolStripMenuItem
     //
     this.viewShowLayoutControlToolStripMenuItem.Name = "viewShowLayoutControlToolStripMenuItem";
     this.viewShowLayoutControlToolStripMenuItem.Size = new System.Drawing.Size(198, 22);
     this.viewShowLayoutControlToolStripMenuItem.Text = "Show Layout Control";
     this.viewShowLayoutControlToolStripMenuItem.Click += new System.EventHandler(this.viewShowLayoutControlToolStripMenuItem_Click);
     //
     // toolStripMenuItem4
     //
     this.toolStripMenuItem4.Name = "toolStripMenuItem4";
     this.toolStripMenuItem4.Size = new System.Drawing.Size(195, 6);
     //
     // highQualityRenderingMenuItem
     //
     this.highQualityRenderingMenuItem.Checked = true;
     this.highQualityRenderingMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
     this.highQualityRenderingMenuItem.Name = "highQualityRenderingMenuItem";
     this.highQualityRenderingMenuItem.Size = new System.Drawing.Size(198, 22);
     this.highQualityRenderingMenuItem.Text = "High Quality Rendering";
     this.highQualityRenderingMenuItem.Click += new System.EventHandler(this.highQualityToolStripMenuItem_Click);
     //
     // toolsToolStripMenuItem
     //
     this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.resetToolbarsToolStripMenuItem,
     this.toolStripMenuItem11,
     this.adoNetDatabaseGeneratorToolStripMenuItem,
     this.testDataGeneratorToolStripMenuItem,
     this.toolStripMenuItem12,
     this.nShapeEventMonitorToolStripMenuItem});
     this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
     this.toolsToolStripMenuItem.Size = new System.Drawing.Size(48, 20);
     this.toolsToolStripMenuItem.Text = "Tools";
     //
     // adoNetDatabaseGeneratorToolStripMenuItem
     //
     this.adoNetDatabaseGeneratorToolStripMenuItem.Name = "adoNetDatabaseGeneratorToolStripMenuItem";
     this.adoNetDatabaseGeneratorToolStripMenuItem.Size = new System.Drawing.Size(230, 22);
     this.adoNetDatabaseGeneratorToolStripMenuItem.Text = "ADO.NET Database Generator";
     this.adoNetDatabaseGeneratorToolStripMenuItem.Click += new System.EventHandler(this.adoNetDatabaseGeneratorToolStripMenuItem_Click);
     //
     // testDataGeneratorToolStripMenuItem
     //
     this.testDataGeneratorToolStripMenuItem.Name = "testDataGeneratorToolStripMenuItem";
     this.testDataGeneratorToolStripMenuItem.Size = new System.Drawing.Size(230, 22);
     this.testDataGeneratorToolStripMenuItem.Text = "Test Data Generator";
     this.testDataGeneratorToolStripMenuItem.Click += new System.EventHandler(this.testDataGeneratorToolStripMenuItem_Click);
     //
     // toolStripMenuItem11
     //
     this.toolStripMenuItem11.Name = "toolStripMenuItem11";
     this.toolStripMenuItem11.Size = new System.Drawing.Size(227, 6);
     //
     // nShapeEventMonitorToolStripMenuItem
     //
     this.nShapeEventMonitorToolStripMenuItem.CheckOnClick = true;
     this.nShapeEventMonitorToolStripMenuItem.Name = "nShapeEventMonitorToolStripMenuItem";
     this.nShapeEventMonitorToolStripMenuItem.Size = new System.Drawing.Size(230, 22);
     this.nShapeEventMonitorToolStripMenuItem.Text = "NShape Event Monitor";
     this.nShapeEventMonitorToolStripMenuItem.Click += new System.EventHandler(this.nShapeEventMonitorToolStripMenuItem_Click);
     //
     // toolStripMenuItem9
     //
     this.toolStripMenuItem9.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.aboutToolStripMenuItem});
     this.toolStripMenuItem9.Name = "toolStripMenuItem9";
     this.toolStripMenuItem9.Size = new System.Drawing.Size(44, 20);
     this.toolStripMenuItem9.Text = "Help";
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
     this.aboutToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
     this.aboutToolStripMenuItem.Text = "About...";
     this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
     //
     // defaultToolStripMenuItem
     //
     this.defaultToolStripMenuItem.Name = "defaultToolStripMenuItem";
     this.defaultToolStripMenuItem.Size = new System.Drawing.Size(32, 19);
     //
     // RightToolStripPanel
     //
     this.RightToolStripPanel.Location = new System.Drawing.Point(0, 0);
     this.RightToolStripPanel.Name = "RightToolStripPanel";
     this.RightToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
     this.RightToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
     this.RightToolStripPanel.Size = new System.Drawing.Size(0, 0);
     //
     // LeftToolStripPanel
     //
     this.LeftToolStripPanel.Location = new System.Drawing.Point(0, 0);
     this.LeftToolStripPanel.Name = "LeftToolStripPanel";
     this.LeftToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
     this.LeftToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
     this.LeftToolStripPanel.Size = new System.Drawing.Size(0, 0);
     //
     // ContentPanel
     //
     this.ContentPanel.AutoScroll = true;
     this.ContentPanel.Size = new System.Drawing.Size(928, 522);
     //
     // splitter1
     //
     this.splitter1.Location = new System.Drawing.Point(150, 0);
     this.splitter1.Name = "splitter1";
     this.splitter1.Size = new System.Drawing.Size(3, 489);
     this.splitter1.TabIndex = 3;
     this.splitter1.TabStop = false;
     //
     // toolboxPropsPanel
     //
     this.toolboxPropsPanel.Controls.Add(this.splitContainer1);
     this.toolboxPropsPanel.Dock = System.Windows.Forms.DockStyle.Right;
     this.toolboxPropsPanel.Location = new System.Drawing.Point(780, 0);
     this.toolboxPropsPanel.Name = "toolboxPropsPanel";
     this.toolboxPropsPanel.Size = new System.Drawing.Size(228, 489);
     this.toolboxPropsPanel.TabIndex = 4;
     //
     // splitContainer1
     //
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.toolboxListView);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.propertyWindowTabControl);
     this.splitContainer1.Size = new System.Drawing.Size(228, 489);
     this.splitContainer1.SplitterDistance = 186;
     this.splitContainer1.TabIndex = 0;
     //
     // toolboxListView
     //
     this.toolboxListView.ContextMenuStrip = this.toolboxContextMenuStrip;
     this.toolboxListView.Dock = System.Windows.Forms.DockStyle.Fill;
     this.toolboxListView.FullRowSelect = true;
     this.toolboxListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
     this.toolboxListView.HideSelection = false;
     this.toolboxListView.Location = new System.Drawing.Point(0, 0);
     this.toolboxListView.MultiSelect = false;
     this.toolboxListView.Name = "toolboxListView";
     this.toolboxListView.ShowItemToolTips = true;
     this.toolboxListView.Size = new System.Drawing.Size(228, 186);
     this.toolboxListView.TabIndex = 0;
     this.toolboxListView.UseCompatibleStateImageBehavior = false;
     this.toolboxListView.View = System.Windows.Forms.View.Details;
     //
     // toolboxContextMenuStrip
     //
     this.toolboxContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.viewToolStripMenuItem1});
     this.toolboxContextMenuStrip.Name = "toolboxContextMenuStrip";
     this.toolboxContextMenuStrip.Size = new System.Drawing.Size(153, 48);
     //
     // viewToolStripMenuItem1
     //
     this.viewToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.detailsToolStripMenuItem,
     this.tilesToolStripMenuItem,
     this.smallIconsToolStripMenuItem,
     this.largeIconsToolStripMenuItem});
     this.viewToolStripMenuItem1.Name = "viewToolStripMenuItem1";
     this.viewToolStripMenuItem1.Size = new System.Drawing.Size(152, 22);
     this.viewToolStripMenuItem1.Text = "View";
     //
     // detailsToolStripMenuItem
     //
     this.detailsToolStripMenuItem.Name = "detailsToolStripMenuItem";
     this.detailsToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
     this.detailsToolStripMenuItem.Text = "List (Small Icons)";
     this.detailsToolStripMenuItem.Click += new System.EventHandler(this.detailsToolStripMenuItem_Click);
     //
     // tilesToolStripMenuItem
     //
     this.tilesToolStripMenuItem.Name = "tilesToolStripMenuItem";
     this.tilesToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
     this.tilesToolStripMenuItem.Text = "List (Large Icons)";
     this.tilesToolStripMenuItem.Click += new System.EventHandler(this.tilesToolStripMenuItem_Click);
     //
     // smallIconsToolStripMenuItem
     //
     this.smallIconsToolStripMenuItem.Name = "smallIconsToolStripMenuItem";
     this.smallIconsToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
     this.smallIconsToolStripMenuItem.Text = "Compact (Small Icons)";
     this.smallIconsToolStripMenuItem.Click += new System.EventHandler(this.smallIconsToolStripMenuItem_Click);
     //
     // largeIconsToolStripMenuItem
     //
     this.largeIconsToolStripMenuItem.Name = "largeIconsToolStripMenuItem";
     this.largeIconsToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
     this.largeIconsToolStripMenuItem.Text = "Compact (Large Icons)";
     this.largeIconsToolStripMenuItem.Click += new System.EventHandler(this.largeIconsToolStripMenuItem_Click);
     //
     // propertyWindowTabControl
     //
     this.propertyWindowTabControl.Controls.Add(this.propertyWindowShapeTab);
     this.propertyWindowTabControl.Controls.Add(this.propertyWindowModelTab);
     this.propertyWindowTabControl.Controls.Add(this.layersTab);
     this.propertyWindowTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
     this.propertyWindowTabControl.Location = new System.Drawing.Point(0, 0);
     this.propertyWindowTabControl.Name = "propertyWindowTabControl";
     this.propertyWindowTabControl.SelectedIndex = 0;
     this.propertyWindowTabControl.Size = new System.Drawing.Size(228, 299);
     this.propertyWindowTabControl.TabIndex = 0;
     //
     // propertyWindowShapeTab
     //
     this.propertyWindowShapeTab.Controls.Add(this.primaryPropertyGrid);
     this.propertyWindowShapeTab.Location = new System.Drawing.Point(4, 22);
     this.propertyWindowShapeTab.Name = "propertyWindowShapeTab";
     this.propertyWindowShapeTab.Padding = new System.Windows.Forms.Padding(3);
     this.propertyWindowShapeTab.Size = new System.Drawing.Size(220, 273);
     this.propertyWindowShapeTab.TabIndex = 0;
     this.propertyWindowShapeTab.Text = "Shape";
     this.propertyWindowShapeTab.UseVisualStyleBackColor = true;
     //
     // primaryPropertyGrid
     //
     this.primaryPropertyGrid.Dock = System.Windows.Forms.DockStyle.Fill;
     this.primaryPropertyGrid.Location = new System.Drawing.Point(3, 3);
     this.primaryPropertyGrid.Name = "primaryPropertyGrid";
     this.primaryPropertyGrid.Size = new System.Drawing.Size(214, 267);
     this.primaryPropertyGrid.TabIndex = 1;
     //
     // propertyWindowModelTab
     //
     this.propertyWindowModelTab.Controls.Add(this.secondaryPropertyGrid);
     this.propertyWindowModelTab.Location = new System.Drawing.Point(4, 22);
     this.propertyWindowModelTab.Name = "propertyWindowModelTab";
     this.propertyWindowModelTab.Padding = new System.Windows.Forms.Padding(3);
     this.propertyWindowModelTab.Size = new System.Drawing.Size(220, 332);
     this.propertyWindowModelTab.TabIndex = 1;
     this.propertyWindowModelTab.Text = "Model";
     this.propertyWindowModelTab.UseVisualStyleBackColor = true;
     //
     // secondaryPropertyGrid
     //
     this.secondaryPropertyGrid.Dock = System.Windows.Forms.DockStyle.Fill;
     this.secondaryPropertyGrid.Location = new System.Drawing.Point(3, 3);
     this.secondaryPropertyGrid.Name = "secondaryPropertyGrid";
     this.secondaryPropertyGrid.Size = new System.Drawing.Size(214, 372);
     this.secondaryPropertyGrid.TabIndex = 0;
     //
     // layersTab
     //
     this.layersTab.Controls.Add(this.layerEditorListView);
     this.layersTab.Location = new System.Drawing.Point(4, 22);
     this.layersTab.Name = "layersTab";
     this.layersTab.Padding = new System.Windows.Forms.Padding(3);
     this.layersTab.Size = new System.Drawing.Size(220, 332);
     this.layersTab.TabIndex = 2;
     this.layersTab.Text = "Layers";
     this.layersTab.UseVisualStyleBackColor = true;
     //
     // layerEditorListView
     //
     this.layerEditorListView.AllowColumnReorder = true;
     this.layerEditorListView.Dock = System.Windows.Forms.DockStyle.Fill;
     this.layerEditorListView.FullRowSelect = true;
     this.layerEditorListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.layerEditorListView.HideDeniedMenuItems = false;
     this.layerEditorListView.HideSelection = false;
     this.layerEditorListView.LabelEdit = true;
     this.layerEditorListView.LabelWrap = false;
     this.layerEditorListView.Location = new System.Drawing.Point(3, 3);
     this.layerEditorListView.Name = "layerEditorListView";
     this.layerEditorListView.OwnerDraw = true;
     this.layerEditorListView.ShowDefaultContextMenu = true;
     this.layerEditorListView.ShowGroups = false;
     this.layerEditorListView.Size = new System.Drawing.Size(214, 326);
     this.layerEditorListView.TabIndex = 0;
     this.layerEditorListView.UseCompatibleStateImageBehavior = false;
     this.layerEditorListView.View = System.Windows.Forms.View.Details;
     //
     // splitter2
     //
     this.splitter2.Dock = System.Windows.Forms.DockStyle.Right;
     this.splitter2.Location = new System.Drawing.Point(777, 0);
     this.splitter2.Name = "splitter2";
     this.splitter2.Size = new System.Drawing.Size(3, 489);
     this.splitter2.TabIndex = 5;
     this.splitter2.TabStop = false;
     //
     // toolStripContainer
     //
     //
     // toolStripContainer.BottomToolStripPanel
     //
     this.toolStripContainer.BottomToolStripPanel.Controls.Add(this.statusStrip);
     //
     // toolStripContainer.ContentPanel
     //
     this.toolStripContainer.ContentPanel.AutoScroll = true;
     this.toolStripContainer.ContentPanel.Controls.Add(this.displayTabControl);
     this.toolStripContainer.ContentPanel.Controls.Add(this.historyTrackBar);
     this.toolStripContainer.ContentPanel.Controls.Add(this.splitter2);
     this.toolStripContainer.ContentPanel.Controls.Add(this.toolboxPropsPanel);
     this.toolStripContainer.ContentPanel.Controls.Add(this.splitter1);
     this.toolStripContainer.ContentPanel.Controls.Add(this.modelTreeView);
     this.toolStripContainer.ContentPanel.Size = new System.Drawing.Size(1008, 489);
     this.toolStripContainer.Dock = System.Windows.Forms.DockStyle.Fill;
     this.toolStripContainer.Location = new System.Drawing.Point(0, 0);
     this.toolStripContainer.Name = "toolStripContainer";
     this.toolStripContainer.Size = new System.Drawing.Size(1008, 562);
     this.toolStripContainer.TabIndex = 8;
     this.toolStripContainer.Text = "toolStripContainer1";
     //
     // toolStripContainer.TopToolStripPanel
     //
     this.toolStripContainer.TopToolStripPanel.Controls.Add(this.mainMenuStrip);
     this.toolStripContainer.TopToolStripPanel.Controls.Add(this.editToolStrip);
     this.toolStripContainer.TopToolStripPanel.Controls.Add(this.settingsToolStrip);
     this.toolStripContainer.TopToolStripPanel.Controls.Add(this.displayToolStrip);
     this.toolStripContainer.TopToolStripPanel.Controls.Add(this.debugToolStrip);
     //
     // displayTabControl
     //
     this.displayTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
     this.displayTabControl.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.displayTabControl.Location = new System.Drawing.Point(153, 18);
     this.displayTabControl.Name = "displayTabControl";
     this.displayTabControl.SelectedIndex = 0;
     this.displayTabControl.Size = new System.Drawing.Size(624, 471);
     this.displayTabControl.TabIndex = 9;
     this.displayTabControl.SelectedIndexChanged += new System.EventHandler(this.displaysTabControl_SelectedIndexChanged);
     //
     // historyTrackBar
     //
     this.historyTrackBar.AutoSize = false;
     this.historyTrackBar.Dock = System.Windows.Forms.DockStyle.Top;
     this.historyTrackBar.LargeChange = 1;
     this.historyTrackBar.Location = new System.Drawing.Point(153, 0);
     this.historyTrackBar.Name = "historyTrackBar";
     this.historyTrackBar.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.historyTrackBar.Size = new System.Drawing.Size(624, 18);
     this.historyTrackBar.TabIndex = 7;
     this.historyTrackBar.ValueChanged += new System.EventHandler(this.historyTrackBar_ValueChanged);
     //
     // modelTreeView
     //
     this.modelTreeView.Dock = System.Windows.Forms.DockStyle.Left;
     this.modelTreeView.FullRowSelect = true;
     this.modelTreeView.ImageIndex = 0;
     this.modelTreeView.Location = new System.Drawing.Point(0, 0);
     this.modelTreeView.Name = "modelTreeView";
     this.modelTreeView.SelectedImageIndex = 0;
     this.modelTreeView.Size = new System.Drawing.Size(150, 489);
     this.modelTreeView.TabIndex = 2;
     //
     // editToolStrip
     //
     this.editToolStrip.Dock = System.Windows.Forms.DockStyle.None;
     this.editToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.newProjectToolStripButton,
     this.openProjectToolStripButton,
     this.saveProjectToolStripButton,
     this.toolStripSeparator1,
     this.cutShapeButton,
     this.copyShapeButton,
     this.pasteButton,
     this.deleteShapeButton,
     this.toolStripSeparator2,
     this.undoToolStripSplitButton,
     this.redoToolStripSplitButton});
     this.editToolStrip.Location = new System.Drawing.Point(3, 24);
     this.editToolStrip.Name = "editToolStrip";
     this.editToolStrip.Size = new System.Drawing.Size(261, 25);
     this.editToolStrip.TabIndex = 11;
     //
     // newProjectToolStripButton
     //
     this.newProjectToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.newProjectToolStripButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.xmlRepositoryToolStripMenuItem,
     this.sQLRepositoryToolStripMenuItem});
     this.newProjectToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("newProjectToolStripButton.Image")));
     this.newProjectToolStripButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.newProjectToolStripButton.Name = "newProjectToolStripButton";
     this.newProjectToolStripButton.Size = new System.Drawing.Size(29, 22);
     this.newProjectToolStripButton.Text = "New Project...";
     //
     // xmlRepositoryToolStripMenuItem
     //
     this.xmlRepositoryToolStripMenuItem.Name = "xmlRepositoryToolStripMenuItem";
     this.xmlRepositoryToolStripMenuItem.Size = new System.Drawing.Size(198, 22);
     this.xmlRepositoryToolStripMenuItem.Text = "XML Repository...";
     this.xmlRepositoryToolStripMenuItem.Click += new System.EventHandler(this.newXMLRepositoryToolStripMenuItem_Click);
     //
     // sQLRepositoryToolStripMenuItem
     //
     this.sQLRepositoryToolStripMenuItem.Name = "sQLRepositoryToolStripMenuItem";
     this.sQLRepositoryToolStripMenuItem.Size = new System.Drawing.Size(198, 22);
     this.sQLRepositoryToolStripMenuItem.Text = "SQL Server Repository...";
     this.sQLRepositoryToolStripMenuItem.Click += new System.EventHandler(this.newSQLServerRepositoryToolStripMenuItem_Click);
     //
     // openProjectToolStripButton
     //
     this.openProjectToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.openProjectToolStripButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.openXMLRepositoryToolStripMenuItem1,
     this.openSQLRepositoryToolStripMenuItem});
     this.openProjectToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("openProjectToolStripButton.Image")));
     this.openProjectToolStripButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.openProjectToolStripButton.Name = "openProjectToolStripButton";
     this.openProjectToolStripButton.Size = new System.Drawing.Size(29, 22);
     this.openProjectToolStripButton.Text = "Open Project...";
     //
     // openXMLRepositoryToolStripMenuItem1
     //
     this.openXMLRepositoryToolStripMenuItem1.Name = "openXMLRepositoryToolStripMenuItem1";
     this.openXMLRepositoryToolStripMenuItem1.Size = new System.Drawing.Size(166, 22);
     this.openXMLRepositoryToolStripMenuItem1.Text = "XML Repository...";
     this.openXMLRepositoryToolStripMenuItem1.Click += new System.EventHandler(this.openXMLRepositoryToolStripMenuItem_Click);
     //
     // openSQLRepositoryToolStripMenuItem
     //
     this.openSQLRepositoryToolStripMenuItem.Name = "openSQLRepositoryToolStripMenuItem";
     this.openSQLRepositoryToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
     this.openSQLRepositoryToolStripMenuItem.Text = "SQL Repository...";
     this.openSQLRepositoryToolStripMenuItem.Click += new System.EventHandler(this.openSQLServerRepositoryToolStripMenuItem_Click);
     //
     // saveProjectToolStripButton
     //
     this.saveProjectToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.saveProjectToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("saveProjectToolStripButton.Image")));
     this.saveProjectToolStripButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.saveProjectToolStripButton.Name = "saveProjectToolStripButton";
     this.saveProjectToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.saveProjectToolStripButton.Text = "Save";
     this.saveProjectToolStripButton.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // cutShapeButton
     //
     this.cutShapeButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.cutShapeButton.Image = ((System.Drawing.Image)(resources.GetObject("cutShapeButton.Image")));
     this.cutShapeButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.cutShapeButton.Name = "cutShapeButton";
     this.cutShapeButton.Size = new System.Drawing.Size(23, 22);
     this.cutShapeButton.Text = "Cut Shape";
     this.cutShapeButton.Click += new System.EventHandler(this.cutShapeOnlyItem_Click);
     //
     // copyShapeButton
     //
     this.copyShapeButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.copyShapeButton.Image = ((System.Drawing.Image)(resources.GetObject("copyShapeButton.Image")));
     this.copyShapeButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.copyShapeButton.Name = "copyShapeButton";
     this.copyShapeButton.Size = new System.Drawing.Size(23, 22);
     this.copyShapeButton.Text = "Copy Shape";
     this.copyShapeButton.Click += new System.EventHandler(this.copyShapeOnlyItem_Click);
     //
     // pasteButton
     //
     this.pasteButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.pasteButton.Enabled = false;
     this.pasteButton.Image = ((System.Drawing.Image)(resources.GetObject("pasteButton.Image")));
     this.pasteButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.pasteButton.Name = "pasteButton";
     this.pasteButton.Size = new System.Drawing.Size(23, 22);
     this.pasteButton.Text = "Paste";
     this.pasteButton.Click += new System.EventHandler(this.pasteMenuItem_Click);
     //
     // deleteShapeButton
     //
     this.deleteShapeButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.deleteShapeButton.Image = ((System.Drawing.Image)(resources.GetObject("deleteShapeButton.Image")));
     this.deleteShapeButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.deleteShapeButton.Name = "deleteShapeButton";
     this.deleteShapeButton.Size = new System.Drawing.Size(23, 22);
     this.deleteShapeButton.Text = "Delete Shape";
     this.deleteShapeButton.Click += new System.EventHandler(this.deleteShapeOnlyItem_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // undoToolStripSplitButton
     //
     this.undoToolStripSplitButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.undoToolStripSplitButton.Enabled = false;
     this.undoToolStripSplitButton.Image = ((System.Drawing.Image)(resources.GetObject("undoToolStripSplitButton.Image")));
     this.undoToolStripSplitButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.undoToolStripSplitButton.Name = "undoToolStripSplitButton";
     this.undoToolStripSplitButton.Size = new System.Drawing.Size(32, 22);
     this.undoToolStripSplitButton.Text = "Undo";
     this.undoToolStripSplitButton.ButtonClick += new System.EventHandler(this.undoButton_Click);
     this.undoToolStripSplitButton.DropDownOpening += new System.EventHandler(this.undoToolStripSplitButton_DropDownOpening);
     //
     // redoToolStripSplitButton
     //
     this.redoToolStripSplitButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.redoToolStripSplitButton.Enabled = false;
     this.redoToolStripSplitButton.Image = ((System.Drawing.Image)(resources.GetObject("redoToolStripSplitButton.Image")));
     this.redoToolStripSplitButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.redoToolStripSplitButton.Name = "redoToolStripSplitButton";
     this.redoToolStripSplitButton.Size = new System.Drawing.Size(32, 22);
     this.redoToolStripSplitButton.Text = "Redo";
     this.redoToolStripSplitButton.ButtonClick += new System.EventHandler(this.redoButton_Click);
     this.redoToolStripSplitButton.DropDownOpening += new System.EventHandler(this.redoToolStripSplitButton_DropDownOpening);
     //
     // settingsToolStrip
     //
     this.settingsToolStrip.Dock = System.Windows.Forms.DockStyle.None;
     this.settingsToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.prevDiagramButton,
     this.nextDiagramButton,
     this.zoomToolStripComboBox,
     this.displaySettingsToolStripButton,
     this.refreshToolbarButton,
     this.showGridToolbarButton});
     this.settingsToolStrip.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
     this.settingsToolStrip.Location = new System.Drawing.Point(264, 24);
     this.settingsToolStrip.Name = "settingsToolStrip";
     this.settingsToolStrip.Size = new System.Drawing.Size(195, 25);
     this.settingsToolStrip.TabIndex = 13;
     //
     // prevDiagramButton
     //
     this.prevDiagramButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.prevDiagramButton.Image = ((System.Drawing.Image)(resources.GetObject("prevDiagramButton.Image")));
     this.prevDiagramButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.prevDiagramButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.prevDiagramButton.Name = "prevDiagramButton";
     this.prevDiagramButton.Size = new System.Drawing.Size(23, 22);
     this.prevDiagramButton.Text = "Previous Diagram";
     this.prevDiagramButton.Click += new System.EventHandler(this.backButton_Click);
     //
     // nextDiagramButton
     //
     this.nextDiagramButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.nextDiagramButton.Image = ((System.Drawing.Image)(resources.GetObject("nextDiagramButton.Image")));
     this.nextDiagramButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.nextDiagramButton.Name = "nextDiagramButton";
     this.nextDiagramButton.Size = new System.Drawing.Size(23, 22);
     this.nextDiagramButton.Text = "Next Diagram";
     this.nextDiagramButton.Click += new System.EventHandler(this.forwardButton_Click);
     //
     // zoomToolStripComboBox
     //
     this.zoomToolStripComboBox.AutoSize = false;
     this.zoomToolStripComboBox.DropDownWidth = 66;
     this.zoomToolStripComboBox.Items.AddRange(new object[] {
     "1000 %",
     "800 %",
     "600 %",
     "400 %",
     "300 %",
     "200 %",
     "175 %",
     "150 %",
     "125 %",
     "100 %",
     "90 %",
     "80 %",
     "70 %",
     "60 %",
     "50 %",
     "40 %",
     "30 %",
     "20 %",
     "10 %"});
     this.zoomToolStripComboBox.Name = "zoomToolStripComboBox";
     this.zoomToolStripComboBox.Size = new System.Drawing.Size(66, 23);
     this.zoomToolStripComboBox.Text = "100 %";
     this.zoomToolStripComboBox.SelectedIndexChanged += new System.EventHandler(this.zoomToolStripComboBox_SelectedIndexChanged);
     this.zoomToolStripComboBox.TextChanged += new System.EventHandler(this.toolStripComboBox1_TextChanged);
     //
     // displaySettingsToolStripButton
     //
     this.displaySettingsToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.displaySettingsToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("displaySettingsToolStripButton.Image")));
     this.displaySettingsToolStripButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.displaySettingsToolStripButton.Name = "displaySettingsToolStripButton";
     this.displaySettingsToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.displaySettingsToolStripButton.Text = "Display Settings...";
     this.displaySettingsToolStripButton.Click += new System.EventHandler(this.showDisplaySettingsItem_Click);
     //
     // refreshToolbarButton
     //
     this.refreshToolbarButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.refreshToolbarButton.Image = ((System.Drawing.Image)(resources.GetObject("refreshToolbarButton.Image")));
     this.refreshToolbarButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.refreshToolbarButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.refreshToolbarButton.Name = "refreshToolbarButton";
     this.refreshToolbarButton.Size = new System.Drawing.Size(23, 22);
     this.refreshToolbarButton.Text = "Refresh Display";
     this.refreshToolbarButton.Click += new System.EventHandler(this.refreshButton_Click);
     //
     // showGridToolbarButton
     //
     this.showGridToolbarButton.Checked = true;
     this.showGridToolbarButton.CheckOnClick = true;
     this.showGridToolbarButton.CheckState = System.Windows.Forms.CheckState.Checked;
     this.showGridToolbarButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.showGridToolbarButton.Image = ((System.Drawing.Image)(resources.GetObject("showGridToolbarButton.Image")));
     this.showGridToolbarButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.showGridToolbarButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.showGridToolbarButton.Name = "showGridToolbarButton";
     this.showGridToolbarButton.Size = new System.Drawing.Size(23, 22);
     this.showGridToolbarButton.Text = "Show/Hide Gridlines";
     this.showGridToolbarButton.Click += new System.EventHandler(this.showGridToolStripMenuItem_Click);
     //
     // displayToolStrip
     //
     this.displayToolStrip.Dock = System.Windows.Forms.DockStyle.None;
     this.displayToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripButton2,
     this.designEditorToolStripButton,
     this.runtimeModeComboBox});
     this.displayToolStrip.Location = new System.Drawing.Point(459, 24);
     this.displayToolStrip.Name = "displayToolStrip";
     this.displayToolStrip.Size = new System.Drawing.Size(160, 25);
     this.displayToolStrip.TabIndex = 12;
     //
     // toolStripButton2
     //
     this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
     this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.toolStripButton2.Name = "toolStripButton2";
     this.toolStripButton2.Size = new System.Drawing.Size(23, 22);
     this.toolStripButton2.Text = "Diagram Properties";
     this.toolStripButton2.Click += new System.EventHandler(this.showDiagramSettingsToolStripMenuItem_Click);
     //
     // designEditorToolStripButton
     //
     this.designEditorToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.designEditorToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("designEditorToolStripButton.Image")));
     this.designEditorToolStripButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.designEditorToolStripButton.Name = "designEditorToolStripButton";
     this.designEditorToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.designEditorToolStripButton.Text = "Open Design Editor...";
     this.designEditorToolStripButton.Click += new System.EventHandler(this.editDesignsAndStylesToolStripMenuItem_Click);
     //
     // runtimeModeComboBox
     //
     this.runtimeModeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.runtimeModeComboBox.DropDownWidth = 100;
     this.runtimeModeComboBox.Items.AddRange(new object[] {
     "Administrator",
     "Super User",
     "Designer",
     "Operator",
     "Guest"});
     this.runtimeModeComboBox.Name = "runtimeModeComboBox";
     this.runtimeModeComboBox.Size = new System.Drawing.Size(100, 25);
     this.runtimeModeComboBox.ToolTipText = "Select User Role";
     this.runtimeModeComboBox.SelectedIndexChanged += new System.EventHandler(this.runtimeModeButton_SelectedIndexChanged);
     //
     // debugToolStrip
     //
     this.debugToolStrip.Dock = System.Windows.Forms.DockStyle.None;
     this.debugToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.debugDrawOccupationToolbarButton,
     this.debugDrawInvalidatedAreaToolbarButton});
     this.debugToolStrip.Location = new System.Drawing.Point(619, 24);
     this.debugToolStrip.Name = "debugToolStrip";
     this.debugToolStrip.Size = new System.Drawing.Size(89, 25);
     this.debugToolStrip.TabIndex = 14;
     //
     // debugDrawOccupationToolbarButton
     //
     this.debugDrawOccupationToolbarButton.CheckOnClick = true;
     this.debugDrawOccupationToolbarButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.debugDrawOccupationToolbarButton.Image = ((System.Drawing.Image)(resources.GetObject("debugDrawOccupationToolbarButton.Image")));
     this.debugDrawOccupationToolbarButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.debugDrawOccupationToolbarButton.Name = "debugDrawOccupationToolbarButton";
     this.debugDrawOccupationToolbarButton.Size = new System.Drawing.Size(23, 22);
     this.debugDrawOccupationToolbarButton.Text = "Visualize occupied cells of the diagram\'s spacial index.";
     this.debugDrawOccupationToolbarButton.Click += new System.EventHandler(this.debugDrawOccupationToolbarButton_Click);
     //
     // debugDrawInvalidatedAreaToolbarButton
     //
     this.debugDrawInvalidatedAreaToolbarButton.CheckOnClick = true;
     this.debugDrawInvalidatedAreaToolbarButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.debugDrawInvalidatedAreaToolbarButton.Image = ((System.Drawing.Image)(resources.GetObject("debugDrawInvalidatedAreaToolbarButton.Image")));
     this.debugDrawInvalidatedAreaToolbarButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.debugDrawInvalidatedAreaToolbarButton.Name = "debugDrawInvalidatedAreaToolbarButton";
     this.debugDrawInvalidatedAreaToolbarButton.Size = new System.Drawing.Size(23, 22);
     this.debugDrawInvalidatedAreaToolbarButton.Text = "Visualize invalidated areas";
     this.debugDrawInvalidatedAreaToolbarButton.Click += new System.EventHandler(this.debugDrawInvalidatedAreaToolbarButton_Click);
     //
     // saveFileDialog
     //
     this.saveFileDialog.Filter = "XML Repository Files|*.xml|All Files|*.*";
     //
     // diagramSetController
     //
     this.diagramSetController.ActiveTool = null;
     this.diagramSetController.Project = this.project;
     //
     // project
     //
     this.project.AutoGenerateTemplates = true;
     this.project.LibrarySearchPaths = ((System.Collections.Generic.IList<string>)(resources.GetObject("project.LibrarySearchPaths")));
     this.project.Name = "";
     this.project.Repository = this.cachedRepository;
     roleBasedSecurityManager3.CurrentRole = Dataweb.NShape.StandardRole.Administrator;
     roleBasedSecurityManager3.CurrentRoleName = "Administrator";
     this.project.SecurityManager = roleBasedSecurityManager3;
     this.project.Opened += new System.EventHandler(this.project_Opened);
     this.project.Closed += new System.EventHandler(this.project_Closed);
     this.project.LibraryLoaded += new System.EventHandler<Dataweb.NShape.LibraryLoadedEventArgs>(this.project_LibraryLoaded);
     //
     // cachedRepository
     //
     this.cachedRepository.ProjectName = "";
     this.cachedRepository.Store = null;
     this.cachedRepository.Version = 0;
     //
     // layerController
     //
     this.layerController.DiagramSetController = this.diagramSetController;
     //
     // toolSetController
     //
     this.toolSetController.DiagramSetController = this.diagramSetController;
     this.toolSetController.DesignEditorSelected += new System.EventHandler(this.toolBoxAdapter_ShowDesignEditor);
     this.toolSetController.LibraryManagerSelected += new System.EventHandler(this.toolBoxAdapter_ShowLibraryManagerDialog);
     this.toolSetController.TemplateEditorSelected += new System.EventHandler<Dataweb.NShape.Controllers.TemplateEditorEventArgs>(this.toolBoxAdapter_ShowTemplateEditorDialog);
     //
     // modelTreeController
     //
     this.modelTreeController.DiagramSetController = this.diagramSetController;
     //
     // propertyController
     //
     this.propertyController.Project = this.project;
     this.propertyController.PropertyDisplayMode = Dataweb.NShape.Controllers.NonEditableDisplayMode.ReadOnly;
     //
     // modelTreePresenter
     //
     this.modelTreePresenter.HideDeniedMenuItems = false;
     this.modelTreePresenter.ModelTreeController = this.modelTreeController;
     this.modelTreePresenter.PropertyController = this.propertyController;
     this.modelTreePresenter.ShowDefaultContextMenu = true;
     this.modelTreePresenter.TreeView = this.modelTreeView;
     //
     // propertyPresenter
     //
     this.propertyPresenter.PrimaryPropertyGrid = this.primaryPropertyGrid;
     this.propertyPresenter.PropertyController = this.propertyController;
     this.propertyPresenter.SecondaryPropertyGrid = this.secondaryPropertyGrid;
     //
     // toolSetListViewPresenter
     //
     this.toolSetListViewPresenter.HideDeniedMenuItems = false;
     this.toolSetListViewPresenter.ListView = this.toolboxListView;
     this.toolSetListViewPresenter.ShowDefaultContextMenu = true;
     this.toolSetListViewPresenter.ToolSetController = this.toolSetController;
     //
     // layerPresenter
     //
     this.layerPresenter.DiagramPresenter = null;
     this.layerPresenter.HideDeniedMenuItems = false;
     this.layerPresenter.LayerController = this.layerController;
     this.layerPresenter.LayerView = this.layerEditorListView;
     //
     // toolStripMenuItem12
     //
     this.toolStripMenuItem12.Name = "toolStripMenuItem12";
     this.toolStripMenuItem12.Size = new System.Drawing.Size(227, 6);
     //
     // resetToolbarsToolStripMenuItem
     //
     this.resetToolbarsToolStripMenuItem.Name = "resetToolbarsToolStripMenuItem";
     this.resetToolbarsToolStripMenuItem.Size = new System.Drawing.Size(230, 22);
     this.resetToolbarsToolStripMenuItem.Text = "Reset Toolbar Layout";
     this.resetToolbarsToolStripMenuItem.Click += new System.EventHandler(this.resetToolbarsToolStripMenuItem_Click);
     //
     // DiagramDesignerMainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1008, 562);
     this.Controls.Add(this.toolStripContainer);
     this.DoubleBuffered = true;
     this.MainMenuStrip = this.mainMenuStrip;
     this.Name = "DiagramDesignerMainForm";
     this.Text = "NShape Designer";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.DiagramDesignerMainForm_FormClosing);
     this.Load += new System.EventHandler(this.DiagramDesignerMainForm_Load);
     this.Shown += new System.EventHandler(this.DiagramDesignerMainForm_Shown);
     this.statusStrip.ResumeLayout(false);
     this.statusStrip.PerformLayout();
     this.mainMenuStrip.ResumeLayout(false);
     this.mainMenuStrip.PerformLayout();
     this.toolboxPropsPanel.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.toolboxContextMenuStrip.ResumeLayout(false);
     this.propertyWindowTabControl.ResumeLayout(false);
     this.propertyWindowShapeTab.ResumeLayout(false);
     this.propertyWindowModelTab.ResumeLayout(false);
     this.layersTab.ResumeLayout(false);
     this.toolStripContainer.BottomToolStripPanel.ResumeLayout(false);
     this.toolStripContainer.BottomToolStripPanel.PerformLayout();
     this.toolStripContainer.ContentPanel.ResumeLayout(false);
     this.toolStripContainer.TopToolStripPanel.ResumeLayout(false);
     this.toolStripContainer.TopToolStripPanel.PerformLayout();
     this.toolStripContainer.ResumeLayout(false);
     this.toolStripContainer.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.historyTrackBar)).EndInit();
     this.editToolStrip.ResumeLayout(false);
     this.editToolStrip.PerformLayout();
     this.settingsToolStrip.ResumeLayout(false);
     this.settingsToolStrip.PerformLayout();
     this.displayToolStrip.ResumeLayout(false);
     this.displayToolStrip.PerformLayout();
     this.debugToolStrip.ResumeLayout(false);
     this.debugToolStrip.PerformLayout();
     this.ResumeLayout(false);
 }
예제 #9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DiagramDisplayControl));
     Dataweb.NShape.RoleBasedSecurityManager        roleBasedSecurityManager1 = new Dataweb.NShape.RoleBasedSecurityManager();
     this._NShapeDisplay        = new Dataweb.NShape.WinFormsUI.Display();
     this._DiagramSetController = new Dataweb.NShape.Controllers.DiagramSetController();
     this._NShapeProject        = new Dataweb.NShape.Project(this.components);
     this._CachedRepository     = new Dataweb.NShape.Advanced.CachedRepository();
     this._xmlStore             = new Dataweb.NShape.XmlStore();
     this._propertyController   = new Dataweb.NShape.Controllers.PropertyController();
     this._toolSetController    = new Dataweb.NShape.Controllers.ToolSetController();
     this.saveFileDialog1       = new System.Windows.Forms.SaveFileDialog();
     this.SuspendLayout();
     //
     // _NShapeDisplay
     //
     this._NShapeDisplay.AllowDrop            = true;
     this._NShapeDisplay.BackColorGradient    = System.Drawing.SystemColors.Control;
     this._NShapeDisplay.BorderStyle          = System.Windows.Forms.BorderStyle.FixedSingle;
     this._NShapeDisplay.DiagramSetController = this._DiagramSetController;
     this._NShapeDisplay.Dock                   = System.Windows.Forms.DockStyle.Fill;
     this._NShapeDisplay.GridColor              = System.Drawing.Color.Gainsboro;
     this._NShapeDisplay.GridSize               = 19;
     this._NShapeDisplay.ImeMode                = System.Windows.Forms.ImeMode.NoControl;
     this._NShapeDisplay.Location               = new System.Drawing.Point(0, 0);
     this._NShapeDisplay.Name                   = "_NShapeDisplay";
     this._NShapeDisplay.PropertyController     = null;
     this._NShapeDisplay.SelectionHilightColor  = System.Drawing.Color.Firebrick;
     this._NShapeDisplay.SelectionInactiveColor = System.Drawing.Color.Gray;
     this._NShapeDisplay.SelectionInteriorColor = System.Drawing.Color.WhiteSmoke;
     this._NShapeDisplay.SelectionNormalColor   = System.Drawing.Color.DarkGreen;
     this._NShapeDisplay.Size                   = new System.Drawing.Size(500, 500);
     this._NShapeDisplay.TabIndex               = 0;
     this._NShapeDisplay.ToolPreviewBackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(119)))), ((int)(((byte)(136)))), ((int)(((byte)(153)))));
     this._NShapeDisplay.ToolPreviewColor       = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(70)))), ((int)(((byte)(130)))), ((int)(((byte)(180)))));
     this._NShapeDisplay.Load                  += new System.EventHandler(this._NShapeDisplay_Load);
     this._NShapeDisplay.Layout                += new System.Windows.Forms.LayoutEventHandler(this._NShapeDisplay_Layout);
     //
     // _DiagramSetController
     //
     this._DiagramSetController.ActiveTool = null;
     this._DiagramSetController.Project    = this._NShapeProject;
     //
     // _NShapeProject
     //
     this._NShapeProject.LibrarySearchPaths = ((System.Collections.Generic.IList <string>)(resources.GetObject("_NShapeProject.LibrarySearchPaths")));
     this._NShapeProject.Name                  = null;
     this._NShapeProject.Repository            = this._CachedRepository;
     roleBasedSecurityManager1.CurrentRole     = Dataweb.NShape.StandardRole.Administrator;
     roleBasedSecurityManager1.CurrentRoleName = "Administrator";
     this._NShapeProject.SecurityManager       = roleBasedSecurityManager1;
     //
     // _CachedRepository
     //
     this._CachedRepository.ProjectName = null;
     this._CachedRepository.Store       = this._xmlStore;
     this._CachedRepository.Version     = 0;
     //
     // _xmlStore
     //
     this._xmlStore.DesignFileName = "";
     this._xmlStore.DirectoryName  = ".";
     this._xmlStore.FileExtension  = ".xml";
     this._xmlStore.ProjectName    = "";
     //
     // _propertyController
     //
     this._propertyController.Project             = this._NShapeProject;
     this._propertyController.PropertyDisplayMode = Dataweb.NShape.Controllers.NonEditableDisplayMode.Default;
     //
     // _toolSetController
     //
     this._toolSetController.DiagramSetController = this._DiagramSetController;
     //
     // DiagramDisplayControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSizeMode        = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.Controls.Add(this._NShapeDisplay);
     this.Name = "DiagramDisplayControl";
     this.Size = new System.Drawing.Size(500, 500);
     this.ResumeLayout(false);
 }
예제 #10
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent() {
			this.components = new System.ComponentModel.Container();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
			Dataweb.NShape.RoleBasedSecurityManager defaultSecurity1 = new Dataweb.NShape.RoleBasedSecurityManager();
			this.display1 = new Dataweb.NShape.WinFormsUI.Display();
			this.diagramSetController1 = new Dataweb.NShape.Controllers.DiagramSetController();
			this.project1 = new Dataweb.NShape.Project(this.components);
			this.cachedRepository1 = new Dataweb.NShape.Advanced.CachedRepository();
			this.xmlStore1 = new Dataweb.NShape.XmlStore();
			this.SuspendLayout();
			// 
			// display1
			// 
			this.display1.AllowDrop = true;
			this.display1.AutoScroll = true;
			this.display1.BackColorGradient = System.Drawing.SystemColors.Control;
			this.display1.BackgroundGradientAngle = 45;
			this.display1.ConnectionPointShape = Dataweb.NShape.Controllers.ControlPointShape.Circle;
			this.display1.ControlPointAlpha = ((byte)(255));
			this.display1.DiagramSetController = this.diagramSetController1;
			this.display1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.display1.GridAlpha = ((byte)(255));
			this.display1.GridColor = System.Drawing.Color.White;
			this.display1.GridSize = 20;
			this.display1.GripSize = 3;
			this.display1.HideDeniedMenuItems = false;
			this.display1.HighQualityBackground = true;
			this.display1.HighQualityRendering = true;
			this.display1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.display1.Location = new System.Drawing.Point(0, 0);
			this.display1.MinRotateRange = 30;
			this.display1.Name = "display1";
			this.display1.PropertyController = null;
			this.display1.RenderingQualityHighQuality = Dataweb.NShape.Advanced.RenderingQuality.HighQuality;
			this.display1.RenderingQualityLowQuality = Dataweb.NShape.Advanced.RenderingQuality.DefaultQuality;
			this.display1.ResizeGripShape = Dataweb.NShape.Controllers.ControlPointShape.Square;
			this.display1.SelectionHilightColor = System.Drawing.Color.Firebrick;
			this.display1.SelectionInactiveColor = System.Drawing.Color.Gray;
			this.display1.SelectionInteriorColor = System.Drawing.Color.WhiteSmoke;
			this.display1.SelectionNormalColor = System.Drawing.Color.DarkGreen;
			this.display1.ShowGrid = true;
			this.display1.ShowScrollBars = true;
			this.display1.Size = new System.Drawing.Size(1022, 733);
			this.display1.SnapDistance = 5;
			this.display1.SnapToGrid = true;
			this.display1.TabIndex = 0;
			this.display1.ToolPreviewBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(119)))), ((int)(((byte)(136)))), ((int)(((byte)(153)))));
			this.display1.ToolPreviewColor = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(70)))), ((int)(((byte)(130)))), ((int)(((byte)(180)))));
			this.display1.ZoomLevel = 100;
			this.display1.ZoomWithMouseWheel = true;
			// 
			// diagramSetController1
			// 
			this.diagramSetController1.ActiveTool = null;
			this.diagramSetController1.Project = this.project1;
			// 
			// project1
			// 
			this.project1.AutoGenerateTemplates = true;
			this.project1.LibrarySearchPaths = ((System.Collections.Generic.IList<string>)(resources.GetObject("project1.LibrarySearchPaths")));
			this.project1.Name = null;
			this.project1.Repository = this.cachedRepository1;
			defaultSecurity1.CurrentRole = Dataweb.NShape.StandardRole.Administrator;
			defaultSecurity1.CurrentRoleName = "Administrator";
			this.project1.SecurityManager = defaultSecurity1;
			// 
			// cachedRepository1
			// 
			this.cachedRepository1.ProjectName = null;
			this.cachedRepository1.Store = this.xmlStore1;
			this.cachedRepository1.Version = 0;
			// 
			// xmlStore1
			// 
			this.xmlStore1.DesignFileName = "";
			this.xmlStore1.DirectoryName = "";
			this.xmlStore1.FileExtension = ".xml";
			this.xmlStore1.ProjectName = "";
			// 
			// Form1
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(1022, 733);
			this.Controls.Add(this.display1);
			this.Name = "Form1";
			this.Text = "Basic Tutorial - Basic Application";
			this.Load += new System.EventHandler(this.Form1_Load);
			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(DiagramDisplayControl));
            Dataweb.NShape.RoleBasedSecurityManager roleBasedSecurityManager1 = new Dataweb.NShape.RoleBasedSecurityManager();
            this._NShapeDisplay = new Dataweb.NShape.WinFormsUI.Display();
            this._DiagramSetController = new Dataweb.NShape.Controllers.DiagramSetController();
            this._NShapeProject = new Dataweb.NShape.Project(this.components);
            this._CachedRepository = new Dataweb.NShape.Advanced.CachedRepository();
            this._xmlStore = new Dataweb.NShape.XmlStore();
            this._propertyController = new Dataweb.NShape.Controllers.PropertyController();
            this._toolSetController = new Dataweb.NShape.Controllers.ToolSetController();
            this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
            this.SuspendLayout();
            // 
            // _NShapeDisplay
            // 
            this._NShapeDisplay.AllowDrop = true;
            this._NShapeDisplay.BackColorGradient = System.Drawing.SystemColors.Control;
            this._NShapeDisplay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this._NShapeDisplay.DiagramSetController = this._DiagramSetController;
            this._NShapeDisplay.Dock = System.Windows.Forms.DockStyle.Fill;
            this._NShapeDisplay.GridColor = System.Drawing.Color.Gainsboro;
            this._NShapeDisplay.GridSize = 19;
            this._NShapeDisplay.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this._NShapeDisplay.Location = new System.Drawing.Point(0, 0);
            this._NShapeDisplay.Name = "_NShapeDisplay";
            this._NShapeDisplay.PropertyController = null;
            this._NShapeDisplay.SelectionHilightColor = System.Drawing.Color.Firebrick;
            this._NShapeDisplay.SelectionInactiveColor = System.Drawing.Color.Gray;
            this._NShapeDisplay.SelectionInteriorColor = System.Drawing.Color.WhiteSmoke;
            this._NShapeDisplay.SelectionNormalColor = System.Drawing.Color.DarkGreen;
            this._NShapeDisplay.Size = new System.Drawing.Size(500, 500);
            this._NShapeDisplay.TabIndex = 0;
            this._NShapeDisplay.ToolPreviewBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(119)))), ((int)(((byte)(136)))), ((int)(((byte)(153)))));
            this._NShapeDisplay.ToolPreviewColor = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(70)))), ((int)(((byte)(130)))), ((int)(((byte)(180)))));
            this._NShapeDisplay.Load += new System.EventHandler(this._NShapeDisplay_Load);
            this._NShapeDisplay.Layout += new System.Windows.Forms.LayoutEventHandler(this._NShapeDisplay_Layout);
            // 
            // _DiagramSetController
            // 
            this._DiagramSetController.ActiveTool = null;
            this._DiagramSetController.Project = this._NShapeProject;
            // 
            // _NShapeProject
            // 
            this._NShapeProject.LibrarySearchPaths = ((System.Collections.Generic.IList<string>)(resources.GetObject("_NShapeProject.LibrarySearchPaths")));
            this._NShapeProject.Name = null;
            this._NShapeProject.Repository = this._CachedRepository;
            roleBasedSecurityManager1.CurrentRole = Dataweb.NShape.StandardRole.Administrator;
            roleBasedSecurityManager1.CurrentRoleName = "Administrator";
            this._NShapeProject.SecurityManager = roleBasedSecurityManager1;
            // 
            // _CachedRepository
            // 
            this._CachedRepository.ProjectName = null;
            this._CachedRepository.Store = this._xmlStore;
            this._CachedRepository.Version = 0;
            // 
            // _xmlStore
            // 
            this._xmlStore.DesignFileName = "";
            this._xmlStore.DirectoryName = ".";
            this._xmlStore.FileExtension = ".xml";
            this._xmlStore.ProjectName = "";
            // 
            // _propertyController
            // 
            this._propertyController.Project = this._NShapeProject;
            this._propertyController.PropertyDisplayMode = Dataweb.NShape.Controllers.NonEditableDisplayMode.Default;
            // 
            // _toolSetController
            // 
            this._toolSetController.DiagramSetController = this._DiagramSetController;
            // 
            // DiagramDisplayControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.Controls.Add(this._NShapeDisplay);
            this.Name = "DiagramDisplayControl";
            this.Size = new System.Drawing.Size(500, 500);
            this.ResumeLayout(false);

        }
예제 #12
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(QuestFlowViewer));
     Dataweb.NShape.RoleBasedSecurityManager        roleBasedSecurityManager1 = new Dataweb.NShape.RoleBasedSecurityManager();
     this.display = new Dataweb.NShape.WinFormsUI.Display();
     this.diagramSetController = new Dataweb.NShape.Controllers.DiagramSetController();
     this.project                  = new Dataweb.NShape.Project(this.components);
     this.cachedRepository         = new Dataweb.NShape.Advanced.CachedRepository();
     this.toolSetListViewPresenter = new Dataweb.NShape.WinFormsUI.ToolSetListViewPresenter(this.components);
     this.toolsListView            = new System.Windows.Forms.ListView();
     this.toolSetController        = new Dataweb.NShape.Controllers.ToolSetController();
     this.SuspendLayout();
     //
     // display
     //
     this.display.AllowDrop = true;
     this.display.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.display.BackColorGradient    = System.Drawing.SystemColors.Control;
     this.display.DiagramSetController = this.diagramSetController;
     this.display.GridColor            = System.Drawing.Color.Gainsboro;
     this.display.GridSize             = 19;
     this.display.ImeMode                = System.Windows.Forms.ImeMode.NoControl;
     this.display.Location               = new System.Drawing.Point(12, 12);
     this.display.Name                   = "display";
     this.display.PropertyController     = null;
     this.display.SelectionHilightColor  = System.Drawing.Color.Firebrick;
     this.display.SelectionInactiveColor = System.Drawing.Color.Gray;
     this.display.SelectionInteriorColor = System.Drawing.Color.WhiteSmoke;
     this.display.SelectionNormalColor   = System.Drawing.Color.DarkGreen;
     this.display.Size                   = new System.Drawing.Size(1025, 785);
     this.display.SnapToGrid             = false;
     this.display.TabIndex               = 0;
     this.display.ToolPreviewBackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(119)))), ((int)(((byte)(136)))), ((int)(((byte)(153)))));
     this.display.ToolPreviewColor       = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(70)))), ((int)(((byte)(130)))), ((int)(((byte)(180)))));
     //
     // diagramSetController
     //
     this.diagramSetController.ActiveTool = null;
     this.diagramSetController.Project    = this.project;
     //
     // project
     //
     this.project.Description        = null;
     this.project.LibrarySearchPaths = ((System.Collections.Generic.IList <string>)(resources.GetObject("project.LibrarySearchPaths")));
     this.project.Name       = null;
     this.project.Repository = this.cachedRepository;
     roleBasedSecurityManager1.CurrentRole     = Dataweb.NShape.StandardRole.Administrator;
     roleBasedSecurityManager1.CurrentRoleName = "Administrator";
     this.project.SecurityManager = roleBasedSecurityManager1;
     //
     // cachedRepository
     //
     this.cachedRepository.ProjectName = null;
     this.cachedRepository.Store       = null;
     this.cachedRepository.Version     = 0;
     //
     // toolSetListViewPresenter
     //
     this.toolSetListViewPresenter.HideDeniedMenuItems    = false;
     this.toolSetListViewPresenter.ListView               = this.toolsListView;
     this.toolSetListViewPresenter.ShowDefaultContextMenu = true;
     this.toolSetListViewPresenter.ToolSetController      = this.toolSetController;
     //
     // toolsListView
     //
     this.toolsListView.FullRowSelect    = true;
     this.toolsListView.HeaderStyle      = System.Windows.Forms.ColumnHeaderStyle.None;
     this.toolsListView.HideSelection    = false;
     this.toolsListView.Location         = new System.Drawing.Point(12, 12);
     this.toolsListView.MultiSelect      = false;
     this.toolsListView.Name             = "toolsListView";
     this.toolsListView.ShowItemToolTips = true;
     this.toolsListView.Size             = new System.Drawing.Size(102, 199);
     this.toolsListView.TabIndex         = 1;
     this.toolsListView.UseCompatibleStateImageBehavior = false;
     this.toolsListView.View = System.Windows.Forms.View.SmallIcon;
     //
     // toolSetController
     //
     this.toolSetController.DiagramSetController = this.diagramSetController;
     //
     // QuestFlowViewer
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1434, 803);
     this.Controls.Add(this.toolsListView);
     this.Controls.Add(this.display);
     this.Name = "QuestFlowViewer";
     this.Text = "QuestFlowViewer";
     this.ResumeLayout(false);
 }
예제 #13
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent() {
			this.components = new System.ComponentModel.Container();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
			Dataweb.NShape.RoleBasedSecurityManager roleBasedSecurityManager4 = new Dataweb.NShape.RoleBasedSecurityManager();
			this.display1 = new Dataweb.NShape.WinFormsUI.Display();
			this.diagramSetController = new Dataweb.NShape.Controllers.DiagramSetController();
			this.project = new Dataweb.NShape.Project(this.components);
			this.splitContainer1 = new System.Windows.Forms.SplitContainer();
			this.intTrackBar = new System.Windows.Forms.TrackBar();
			this.label2 = new System.Windows.Forms.Label();
			this.floatTrackBar = new System.Windows.Forms.TrackBar();
			this.label1 = new System.Windows.Forms.Label();
			this.checkBox = new System.Windows.Forms.CheckBox();
			this.label3 = new System.Windows.Forms.Label();
			((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
			this.splitContainer1.Panel1.SuspendLayout();
			this.splitContainer1.Panel2.SuspendLayout();
			this.splitContainer1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.intTrackBar)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.floatTrackBar)).BeginInit();
			this.SuspendLayout();
			// 
			// display1
			// 
			this.display1.AllowDrop = true;
			this.display1.BackColorGradient = System.Drawing.SystemColors.Control;
			this.display1.DiagramSetController = this.diagramSetController;
			this.display1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.display1.GridColor = System.Drawing.Color.Gainsboro;
			this.display1.GridSize = 19;
			this.display1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.display1.Location = new System.Drawing.Point(0, 0);
			this.display1.Name = "display1";
			this.display1.PropertyController = null;
			this.display1.SelectionHilightColor = System.Drawing.Color.Firebrick;
			this.display1.SelectionInactiveColor = System.Drawing.Color.Gray;
			this.display1.SelectionInteriorColor = System.Drawing.Color.WhiteSmoke;
			this.display1.SelectionNormalColor = System.Drawing.Color.DarkGreen;
			this.display1.Size = new System.Drawing.Size(416, 521);
			this.display1.TabIndex = 0;
			this.display1.ToolPreviewBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(119)))), ((int)(((byte)(136)))), ((int)(((byte)(153)))));
			this.display1.ToolPreviewColor = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(70)))), ((int)(((byte)(130)))), ((int)(((byte)(180)))));
			// 
			// diagramSetController
			// 
			this.diagramSetController.ActiveTool = null;
			this.diagramSetController.Project = this.project;
			// 
			// project
			// 
			this.project.LibrarySearchPaths = ((System.Collections.Generic.IList<string>)(resources.GetObject("project.LibrarySearchPaths")));
			this.project.Name = null;
			this.project.Repository = null;
			roleBasedSecurityManager4.CurrentRole = Dataweb.NShape.StandardRole.Administrator;
			roleBasedSecurityManager4.CurrentRoleName = "Administrator";
			this.project.SecurityManager = roleBasedSecurityManager4;
			// 
			// splitContainer1
			// 
			this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.splitContainer1.Location = new System.Drawing.Point(0, 0);
			this.splitContainer1.Name = "splitContainer1";
			// 
			// splitContainer1.Panel1
			// 
			this.splitContainer1.Panel1.Controls.Add(this.label3);
			this.splitContainer1.Panel1.Controls.Add(this.intTrackBar);
			this.splitContainer1.Panel1.Controls.Add(this.label2);
			this.splitContainer1.Panel1.Controls.Add(this.floatTrackBar);
			this.splitContainer1.Panel1.Controls.Add(this.label1);
			this.splitContainer1.Panel1.Controls.Add(this.checkBox);
			// 
			// splitContainer1.Panel2
			// 
			this.splitContainer1.Panel2.Controls.Add(this.display1);
			this.splitContainer1.Size = new System.Drawing.Size(629, 521);
			this.splitContainer1.SplitterDistance = 209;
			this.splitContainer1.TabIndex = 1;
			// 
			// intTrackBar
			// 
			this.intTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
			this.intTrackBar.AutoSize = false;
			this.intTrackBar.Location = new System.Drawing.Point(12, 124);
			this.intTrackBar.Maximum = 360;
			this.intTrackBar.Name = "intTrackBar";
			this.intTrackBar.Size = new System.Drawing.Size(194, 31);
			this.intTrackBar.TabIndex = 5;
			this.intTrackBar.TickFrequency = 30;
			this.intTrackBar.Scroll += new System.EventHandler(this.intTrackBar_Scroll);
			// 
			// label2
			// 
			this.label2.AutoSize = true;
			this.label2.Location = new System.Drawing.Point(12, 202);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(60, 13);
			this.label2.TabIndex = 4;
			this.label2.Text = "Float Value";
			// 
			// floatTrackBar
			// 
			this.floatTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
			this.floatTrackBar.AutoSize = false;
			this.floatTrackBar.Location = new System.Drawing.Point(12, 218);
			this.floatTrackBar.Maximum = 100;
			this.floatTrackBar.Name = "floatTrackBar";
			this.floatTrackBar.Size = new System.Drawing.Size(194, 31);
			this.floatTrackBar.TabIndex = 3;
			this.floatTrackBar.TickFrequency = 10;
			this.floatTrackBar.Scroll += new System.EventHandler(this.floatTrackBar_Scroll);
			// 
			// label1
			// 
			this.label1.AutoSize = true;
			this.label1.Location = new System.Drawing.Point(12, 108);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(70, 13);
			this.label1.TabIndex = 2;
			this.label1.Text = "Integer Value";
			// 
			// checkBox
			// 
			this.checkBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
			this.checkBox.Location = new System.Drawing.Point(15, 45);
			this.checkBox.Name = "checkBox";
			this.checkBox.Size = new System.Drawing.Size(191, 24);
			this.checkBox.TabIndex = 1;
			this.checkBox.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkBox.UseVisualStyleBackColor = true;
			this.checkBox.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);
			// 
			// label3
			// 
			this.label3.AutoSize = true;
			this.label3.Location = new System.Drawing.Point(12, 29);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(76, 13);
			this.label3.TabIndex = 6;
			this.label3.Text = "Boolean Value";
			// 
			// Form1
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(629, 521);
			this.Controls.Add(this.splitContainer1);
			this.Name = "Form1";
			this.Text = "Model Mapping Demo";
			this.splitContainer1.Panel1.ResumeLayout(false);
			this.splitContainer1.Panel1.PerformLayout();
			this.splitContainer1.Panel2.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
			this.splitContainer1.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.intTrackBar)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.floatTrackBar)).EndInit();
			this.ResumeLayout(false);

		}
예제 #14
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DatabaseDesignerForm));
     Dataweb.NShape.RoleBasedSecurityManager        roleBasedSecurityManager1 = new Dataweb.NShape.RoleBasedSecurityManager();
     this.toolStripContainer     = new System.Windows.Forms.ToolStripContainer();
     this.statusStrip1           = new System.Windows.Forms.StatusStrip();
     this.display                = new Dataweb.NShape.WinFormsUI.Display();
     this.diagramSetController   = new Dataweb.NShape.Controllers.DiagramSetController();
     this.project                = new Dataweb.NShape.Project(this.components);
     this.cachedRepository       = new Dataweb.NShape.Advanced.CachedRepository();
     this.xmlStore               = new Dataweb.NShape.XmlStore();
     this.propertyController     = new Dataweb.NShape.Controllers.PropertyController();
     this.toolStrip              = new System.Windows.Forms.ToolStrip();
     this.clearButton            = new System.Windows.Forms.ToolStripButton();
     this.openButton             = new System.Windows.Forms.ToolStripButton();
     this.saveButton             = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1    = new System.Windows.Forms.ToolStripSeparator();
     this.addDiagramButton       = new System.Windows.Forms.ToolStripButton();
     this.diagramsDropDownButton = new System.Windows.Forms.ToolStripDropDownButton();
     this.deleteDiagramButton    = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator4    = new System.Windows.Forms.ToolStripSeparator();
     this.cutButton              = new System.Windows.Forms.ToolStripButton();
     this.copyButton             = new System.Windows.Forms.ToolStripButton();
     this.pasteButton            = new System.Windows.Forms.ToolStripButton();
     this.deleteButton           = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2    = new System.Windows.Forms.ToolStripSeparator();
     this.toolBoxButton          = new System.Windows.Forms.ToolStripButton();
     this.propertyWindowButton   = new System.Windows.Forms.ToolStripButton();
     this.diagramButton          = new System.Windows.Forms.ToolStripButton();
     this.designButton           = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3    = new System.Windows.Forms.ToolStripSeparator();
     this.gridButton             = new System.Windows.Forms.ToolStripButton();
     this.zoomInButton           = new System.Windows.Forms.ToolStripButton();
     this.ZoomOutButton          = new System.Windows.Forms.ToolStripButton();
     this.zoomLabel              = new System.Windows.Forms.ToolStripLabel();
     this.toolSetPresenter       = new Dataweb.NShape.WinFormsUI.ToolSetListViewPresenter(this.components);
     this.toolSetController      = new Dataweb.NShape.Controllers.ToolSetController();
     this.propertyPresenter      = new Dataweb.NShape.WinFormsUI.PropertyPresenter();
     this.toolStripContainer.BottomToolStripPanel.SuspendLayout();
     this.toolStripContainer.ContentPanel.SuspendLayout();
     this.toolStripContainer.TopToolStripPanel.SuspendLayout();
     this.toolStripContainer.SuspendLayout();
     this.toolStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStripContainer
     //
     //
     // toolStripContainer.BottomToolStripPanel
     //
     this.toolStripContainer.BottomToolStripPanel.Controls.Add(this.statusStrip1);
     //
     // toolStripContainer.ContentPanel
     //
     this.toolStripContainer.ContentPanel.Controls.Add(this.display);
     this.toolStripContainer.ContentPanel.Size = new System.Drawing.Size(850, 550);
     this.toolStripContainer.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.toolStripContainer.Location = new System.Drawing.Point(0, 0);
     this.toolStripContainer.Name     = "toolStripContainer";
     this.toolStripContainer.Size     = new System.Drawing.Size(850, 597);
     this.toolStripContainer.TabIndex = 3;
     this.toolStripContainer.Text     = "toolStripContainer";
     //
     // toolStripContainer.TopToolStripPanel
     //
     this.toolStripContainer.TopToolStripPanel.Controls.Add(this.toolStrip);
     //
     // statusStrip1
     //
     this.statusStrip1.Dock       = System.Windows.Forms.DockStyle.None;
     this.statusStrip1.Location   = new System.Drawing.Point(0, 0);
     this.statusStrip1.Name       = "statusStrip1";
     this.statusStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode;
     this.statusStrip1.Size       = new System.Drawing.Size(850, 22);
     this.statusStrip1.TabIndex   = 5;
     this.statusStrip1.Text       = "statusStrip1";
     //
     // display
     //
     this.display.AllowDrop               = true;
     this.display.AutoScroll              = true;
     this.display.BackColorGradient       = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(226)))), ((int)(((byte)(226)))));
     this.display.BackgroundGradientAngle = 0;
     this.display.BackgroundImageLayout   = System.Windows.Forms.ImageLayout.Zoom;
     this.display.ConnectionPointShape    = Dataweb.NShape.Controllers.ControlPointShape.Circle;
     this.display.ControlPointAlpha       = ((byte)(255));
     this.display.DiagramSetController    = this.diagramSetController;
     this.display.Dock                        = System.Windows.Forms.DockStyle.Fill;
     this.display.GridAlpha                   = ((byte)(128));
     this.display.GridColor                   = System.Drawing.Color.White;
     this.display.GridSize                    = 20;
     this.display.GripSize                    = 3;
     this.display.HideDeniedMenuItems         = true;
     this.display.HighQualityBackground       = true;
     this.display.HighQualityRendering        = true;
     this.display.ImeMode                     = System.Windows.Forms.ImeMode.NoControl;
     this.display.Location                    = new System.Drawing.Point(0, 0);
     this.display.MinRotateRange              = 30;
     this.display.Name                        = "display";
     this.display.PropertyController          = this.propertyController;
     this.display.RenderingQualityHighQuality = Dataweb.NShape.Advanced.RenderingQuality.HighQuality;
     this.display.RenderingQualityLowQuality  = Dataweb.NShape.Advanced.RenderingQuality.DefaultQuality;
     this.display.ResizeGripShape             = Dataweb.NShape.Controllers.ControlPointShape.Square;
     this.display.SelectionHilightColor       = System.Drawing.Color.Firebrick;
     this.display.SelectionInactiveColor      = System.Drawing.Color.Gray;
     this.display.SelectionInteriorColor      = System.Drawing.Color.WhiteSmoke;
     this.display.SelectionNormalColor        = System.Drawing.Color.DarkGreen;
     this.display.ShowGrid                    = false;
     this.display.ShowScrollBars              = true;
     this.display.Size                        = new System.Drawing.Size(850, 550);
     this.display.SnapDistance                = 5;
     this.display.SnapToGrid                  = false;
     this.display.TabIndex                    = 4;
     this.display.ToolPreviewBackColor        = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(119)))), ((int)(((byte)(136)))), ((int)(((byte)(153)))));
     this.display.ToolPreviewColor            = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(70)))), ((int)(((byte)(130)))), ((int)(((byte)(180)))));
     this.display.ZoomLevel                   = 100;
     this.display.ZoomWithMouseWheel          = false;
     this.display.ZoomChanged                += new System.EventHandler(this.display_ZoomChanged);
     this.display.ShapesSelected             += new System.EventHandler(this.display_ShapesSelected);
     //
     // diagramSetController
     //
     this.diagramSetController.ActiveTool = null;
     this.diagramSetController.Project    = this.project;
     //
     // project
     //
     this.project.AutoGenerateTemplates = false;
     this.project.LibrarySearchPaths    = ((System.Collections.Generic.IList <string>)(resources.GetObject("project.LibrarySearchPaths")));
     this.project.Name       = null;
     this.project.Repository = this.cachedRepository;
     roleBasedSecurityManager1.CurrentRole     = Dataweb.NShape.StandardRole.Administrator;
     roleBasedSecurityManager1.CurrentRoleName = "Administrator";
     this.project.SecurityManager = roleBasedSecurityManager1;
     //
     // cachedRepository
     //
     this.cachedRepository.ProjectName = null;
     this.cachedRepository.Store       = this.xmlStore;
     this.cachedRepository.Version     = 0;
     //
     // xmlStore
     //
     this.xmlStore.DesignFileName = "";
     this.xmlStore.DirectoryName  = "";
     this.xmlStore.FileExtension  = ".xml";
     this.xmlStore.ProjectName    = "";
     //
     // propertyController
     //
     this.propertyController.Project             = this.project;
     this.propertyController.PropertyDisplayMode = Dataweb.NShape.Controllers.NonEditableDisplayMode.ReadOnly;
     //
     // toolStrip
     //
     this.toolStrip.Dock = System.Windows.Forms.DockStyle.None;
     this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.clearButton,
         this.openButton,
         this.saveButton,
         this.toolStripSeparator1,
         this.addDiagramButton,
         this.diagramsDropDownButton,
         this.deleteDiagramButton,
         this.toolStripSeparator4,
         this.cutButton,
         this.copyButton,
         this.pasteButton,
         this.deleteButton,
         this.toolStripSeparator2,
         this.toolBoxButton,
         this.propertyWindowButton,
         this.diagramButton,
         this.designButton,
         this.toolStripSeparator3,
         this.gridButton,
         this.zoomInButton,
         this.ZoomOutButton,
         this.zoomLabel
     });
     this.toolStrip.Location = new System.Drawing.Point(3, 0);
     this.toolStrip.Name     = "toolStrip";
     this.toolStrip.Size     = new System.Drawing.Size(745, 25);
     this.toolStrip.TabIndex = 0;
     //
     // clearButton
     //
     this.clearButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.clearButton.Image                 = ((System.Drawing.Image)(resources.GetObject("clearButton.Image")));
     this.clearButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.clearButton.Name   = "clearButton";
     this.clearButton.Size   = new System.Drawing.Size(23, 22);
     this.clearButton.Text   = "New Project";
     this.clearButton.Click += new System.EventHandler(this.clearButton_Click);
     //
     // openButton
     //
     this.openButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.openButton.Image                 = ((System.Drawing.Image)(resources.GetObject("openButton.Image")));
     this.openButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.openButton.Name   = "openButton";
     this.openButton.Size   = new System.Drawing.Size(23, 22);
     this.openButton.Text   = "Open Project";
     this.openButton.Click += new System.EventHandler(this.openButton_Click);
     //
     // saveButton
     //
     this.saveButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.saveButton.Image                 = ((System.Drawing.Image)(resources.GetObject("saveButton.Image")));
     this.saveButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.saveButton.Name   = "saveButton";
     this.saveButton.Size   = new System.Drawing.Size(23, 22);
     this.saveButton.Text   = "Save Project";
     this.saveButton.Click += new System.EventHandler(this.saveButton_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // addDiagramButton
     //
     this.addDiagramButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.addDiagramButton.Image                 = ((System.Drawing.Image)(resources.GetObject("addDiagramButton.Image")));
     this.addDiagramButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.addDiagramButton.Name   = "addDiagramButton";
     this.addDiagramButton.Size   = new System.Drawing.Size(23, 22);
     this.addDiagramButton.Text   = "Add new Diagram";
     this.addDiagramButton.Click += new System.EventHandler(this.addDiagramButton_Click);
     //
     // diagramsDropDownButton
     //
     this.diagramsDropDownButton.Image = ((System.Drawing.Image)(resources.GetObject("diagramsDropDownButton.Image")));
     this.diagramsDropDownButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.diagramsDropDownButton.Name = "diagramsDropDownButton";
     this.diagramsDropDownButton.Size = new System.Drawing.Size(113, 22);
     this.diagramsDropDownButton.Text = "DiagramName";
     //
     // deleteDiagramButton
     //
     this.deleteDiagramButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.deleteDiagramButton.Image                 = ((System.Drawing.Image)(resources.GetObject("deleteDiagramButton.Image")));
     this.deleteDiagramButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.deleteDiagramButton.Name   = "deleteDiagramButton";
     this.deleteDiagramButton.Size   = new System.Drawing.Size(23, 22);
     this.deleteDiagramButton.Text   = "Delete Diagram";
     this.deleteDiagramButton.Click += new System.EventHandler(this.deleteDiagramButton_Click);
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
     //
     // cutButton
     //
     this.cutButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.cutButton.Image                 = ((System.Drawing.Image)(resources.GetObject("cutButton.Image")));
     this.cutButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.cutButton.Name   = "cutButton";
     this.cutButton.Size   = new System.Drawing.Size(23, 22);
     this.cutButton.Text   = "Cut";
     this.cutButton.Click += new System.EventHandler(this.cutButton_Click);
     //
     // copyButton
     //
     this.copyButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.copyButton.Image                 = ((System.Drawing.Image)(resources.GetObject("copyButton.Image")));
     this.copyButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.copyButton.Name   = "copyButton";
     this.copyButton.Size   = new System.Drawing.Size(23, 22);
     this.copyButton.Text   = "Copy";
     this.copyButton.Click += new System.EventHandler(this.copyButton_Click);
     //
     // pasteButton
     //
     this.pasteButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.pasteButton.Image                 = ((System.Drawing.Image)(resources.GetObject("pasteButton.Image")));
     this.pasteButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.pasteButton.Name   = "pasteButton";
     this.pasteButton.Size   = new System.Drawing.Size(23, 22);
     this.pasteButton.Text   = "Paste";
     this.pasteButton.Click += new System.EventHandler(this.pasteButton_Click);
     //
     // deleteButton
     //
     this.deleteButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.deleteButton.Image                 = ((System.Drawing.Image)(resources.GetObject("deleteButton.Image")));
     this.deleteButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.deleteButton.Name   = "deleteButton";
     this.deleteButton.Size   = new System.Drawing.Size(23, 22);
     this.deleteButton.Text   = "Delete";
     this.deleteButton.Click += new System.EventHandler(this.deleteButton_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // toolBoxButton
     //
     this.toolBoxButton.Checked               = true;
     this.toolBoxButton.CheckState            = System.Windows.Forms.CheckState.Checked;
     this.toolBoxButton.Image                 = ((System.Drawing.Image)(resources.GetObject("toolBoxButton.Image")));
     this.toolBoxButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.toolBoxButton.Name   = "toolBoxButton";
     this.toolBoxButton.Size   = new System.Drawing.Size(70, 22);
     this.toolBoxButton.Text   = "Toolbox";
     this.toolBoxButton.Click += new System.EventHandler(this.toolBoxButton_Click);
     //
     // propertyWindowButton
     //
     this.propertyWindowButton.Image = ((System.Drawing.Image)(resources.GetObject("propertyWindowButton.Image")));
     this.propertyWindowButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.propertyWindowButton.Name   = "propertyWindowButton";
     this.propertyWindowButton.Size   = new System.Drawing.Size(80, 22);
     this.propertyWindowButton.Text   = "Properties";
     this.propertyWindowButton.Click += new System.EventHandler(this.propertyWindowButton_Click);
     //
     // diagramButton
     //
     this.diagramButton.Image = ((System.Drawing.Image)(resources.GetObject("diagramButton.Image")));
     this.diagramButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.diagramButton.Name   = "diagramButton";
     this.diagramButton.Size   = new System.Drawing.Size(72, 22);
     this.diagramButton.Text   = "Diagram";
     this.diagramButton.Click += new System.EventHandler(this.diagramButton_Click);
     //
     // designButton
     //
     this.designButton.Image = ((System.Drawing.Image)(resources.GetObject("designButton.Image")));
     this.designButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.designButton.Name   = "designButton";
     this.designButton.Size   = new System.Drawing.Size(63, 22);
     this.designButton.Text   = "Design";
     this.designButton.Click += new System.EventHandler(this.designButton_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
     //
     // gridButton
     //
     this.gridButton.CheckOnClick          = true;
     this.gridButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.gridButton.Image                 = ((System.Drawing.Image)(resources.GetObject("gridButton.Image")));
     this.gridButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.gridButton.Name   = "gridButton";
     this.gridButton.Size   = new System.Drawing.Size(23, 22);
     this.gridButton.Text   = "Toggle Grid";
     this.gridButton.Click += new System.EventHandler(this.gridButton_Click);
     //
     // zoomInButton
     //
     this.zoomInButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.zoomInButton.Image                 = ((System.Drawing.Image)(resources.GetObject("zoomInButton.Image")));
     this.zoomInButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.zoomInButton.Name   = "zoomInButton";
     this.zoomInButton.Size   = new System.Drawing.Size(23, 22);
     this.zoomInButton.Text   = "Zoom in";
     this.zoomInButton.Click += new System.EventHandler(this.zoomInButton_Click);
     //
     // ZoomOutButton
     //
     this.ZoomOutButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.ZoomOutButton.Image                 = ((System.Drawing.Image)(resources.GetObject("ZoomOutButton.Image")));
     this.ZoomOutButton.ImageTransparentColor = System.Drawing.Color.Fuchsia;
     this.ZoomOutButton.Name   = "ZoomOutButton";
     this.ZoomOutButton.Size   = new System.Drawing.Size(23, 22);
     this.ZoomOutButton.Text   = "Zoom out";
     this.ZoomOutButton.Click += new System.EventHandler(this.zoomOutButton_Click);
     //
     // zoomLabel
     //
     this.zoomLabel.Name = "zoomLabel";
     this.zoomLabel.Size = new System.Drawing.Size(35, 22);
     this.zoomLabel.Text = "100%";
     //
     // toolSetPresenter
     //
     this.toolSetPresenter.HideDeniedMenuItems    = false;
     this.toolSetPresenter.ListView               = null;
     this.toolSetPresenter.ShowDefaultContextMenu = true;
     this.toolSetPresenter.ToolSetController      = this.toolSetController;
     //
     // toolSetController
     //
     this.toolSetController.DiagramSetController    = this.diagramSetController;
     this.toolSetController.TemplateEditorSelected += new System.EventHandler <Dataweb.NShape.Controllers.TemplateEditorEventArgs>(this.toolSetController_TemplateEditorSelected);
     this.toolSetController.DesignEditorSelected   += new System.EventHandler(this.toolSetController_DesignEditorSelected);
     //
     // propertyPresenter
     //
     this.propertyPresenter.PrimaryPropertyGrid   = null;
     this.propertyPresenter.PropertyController    = this.propertyController;
     this.propertyPresenter.SecondaryPropertyGrid = null;
     //
     // DatabaseDesignerForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.Info;
     this.ClientSize          = new System.Drawing.Size(850, 597);
     this.Controls.Add(this.toolStripContainer);
     this.DoubleBuffered = true;
     this.Icon           = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name           = "DatabaseDesignerForm";
     this.Text           = "DatabaseDesignerForm";
     this.Load          += new System.EventHandler(this.MainForm_Load);
     this.Shown         += new System.EventHandler(this.DatabaseDesignerForm_Shown);
     this.toolStripContainer.BottomToolStripPanel.ResumeLayout(false);
     this.toolStripContainer.BottomToolStripPanel.PerformLayout();
     this.toolStripContainer.ContentPanel.ResumeLayout(false);
     this.toolStripContainer.TopToolStripPanel.ResumeLayout(false);
     this.toolStripContainer.TopToolStripPanel.PerformLayout();
     this.toolStripContainer.ResumeLayout(false);
     this.toolStripContainer.PerformLayout();
     this.toolStrip.ResumeLayout(false);
     this.toolStrip.PerformLayout();
     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(Main_Designer));
            Dataweb.NShape.RoleBasedSecurityManager roleBasedSecurityManager1 = new Dataweb.NShape.RoleBasedSecurityManager();
            this.SplitSelector = new System.Windows.Forms.SplitContainer();
            this.objectSelector = new DBCodeBuilder.UI.ObjectSelector_Designer();
            this.pnlToolboxBorder = new System.Windows.Forms.Panel();
            this.splDesignerToolbox = new System.Windows.Forms.SplitContainer();
            this.pnlDesign = new System.Windows.Forms.Panel();
            this.dspTables = new Dataweb.NShape.WinFormsUI.Display();
            this.toolbox = new System.Windows.Forms.ListView();
            this.diagramSetController = new Dataweb.NShape.Controllers.DiagramSetController();
            this.project = new Dataweb.NShape.Project(this.components);
            this.cachedRepository = new Dataweb.NShape.Advanced.CachedRepository();
            this.label1 = new System.Windows.Forms.Label();
            this.pnlButtons = new System.Windows.Forms.Panel();
            this.btnRefresh = new System.Windows.Forms.Button();
            this.btnSplit = new System.Windows.Forms.CheckBox();
            this.lblOrm = new System.Windows.Forms.Label();
            this.tbcToolbox = new System.Windows.Forms.TabControl();
            this.tabCode = new System.Windows.Forms.TabPage();
            this.pnlTabs = new System.Windows.Forms.Panel();
            this.pnlSyntaxBox = new System.Windows.Forms.Panel();
            this.syntaxBoxControl1 = new Alsing.Windows.Forms.SyntaxBoxControl();
            this.syntaxDocument = new Alsing.SourceCode.SyntaxDocument(this.components);
            this.tabMapProp = new System.Windows.Forms.TabPage();
            this.map_Props1 = new DBCodeBuilder.UI.Map_Props();
            this.pnlSave = new System.Windows.Forms.Panel();
            this.pnlShowSave = new System.Windows.Forms.Panel();
            this.btnOpenSaveFolder = new System.Windows.Forms.Button();
            this.label5 = new System.Windows.Forms.Label();
            this.txtMappingNamespace = new System.Windows.Forms.TextBox();
            this.txtDomainNamespace = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.splBtnSalva = new DBCodeBuilder.UI.SplitButton();
            this.salvaMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.tuttoToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.domainToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.mAppingToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.sPToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.menuStrip = new System.Windows.Forms.MenuStrip();
            this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.nuovoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.salvaConfigurazioneToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.caricaConfigurazioneToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.esciToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.strumentiToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.configurazioneToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.versioneToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolSetController = new Dataweb.NShape.Controllers.ToolSetController();
            this.toolBoxAdapter = new Dataweb.NShape.WinFormsUI.ToolSetListViewPresenter(this.components);
            this.saveConfigFileDialog = new System.Windows.Forms.SaveFileDialog();
            this.openConfigFileDialog = new System.Windows.Forms.OpenFileDialog();
            this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.SplitSelector)).BeginInit();
            this.SplitSelector.Panel1.SuspendLayout();
            this.SplitSelector.Panel2.SuspendLayout();
            this.SplitSelector.SuspendLayout();
            this.pnlToolboxBorder.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splDesignerToolbox)).BeginInit();
            this.splDesignerToolbox.Panel1.SuspendLayout();
            this.splDesignerToolbox.Panel2.SuspendLayout();
            this.splDesignerToolbox.SuspendLayout();
            this.pnlDesign.SuspendLayout();
            this.dspTables.SuspendLayout();
            this.pnlButtons.SuspendLayout();
            this.tbcToolbox.SuspendLayout();
            this.tabCode.SuspendLayout();
            this.pnlTabs.SuspendLayout();
            this.pnlSyntaxBox.SuspendLayout();
            this.tabMapProp.SuspendLayout();
            this.pnlSave.SuspendLayout();
            this.pnlShowSave.SuspendLayout();
            this.salvaMenuStrip.SuspendLayout();
            this.menuStrip.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
            this.SuspendLayout();
            // 
            // SplitSelector
            // 
            this.SplitSelector.Dock = System.Windows.Forms.DockStyle.Fill;
            this.SplitSelector.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
            this.SplitSelector.Location = new System.Drawing.Point(0, 24);
            this.SplitSelector.Name = "SplitSelector";
            // 
            // SplitSelector.Panel1
            // 
            this.SplitSelector.Panel1.Controls.Add(this.objectSelector);
            this.SplitSelector.Panel1.Padding = new System.Windows.Forms.Padding(5, 5, 0, 5);
            // 
            // SplitSelector.Panel2
            // 
            this.SplitSelector.Panel2.Controls.Add(this.pnlToolboxBorder);
            this.SplitSelector.Panel2.Controls.Add(this.pnlSave);
            this.SplitSelector.Panel2.Padding = new System.Windows.Forms.Padding(0, 5, 5, 5);
            this.SplitSelector.Size = new System.Drawing.Size(1137, 542);
            this.SplitSelector.SplitterDistance = 257;
            this.SplitSelector.TabIndex = 1;
            // 
            // objectSelector
            // 
            this.objectSelector.BackColor = System.Drawing.SystemColors.Control;
            this.objectSelector.Dock = System.Windows.Forms.DockStyle.Fill;
            this.objectSelector.Location = new System.Drawing.Point(5, 5);
            this.objectSelector.Name = "objectSelector";
            this.objectSelector.Padding = new System.Windows.Forms.Padding(2);
            this.objectSelector.Size = new System.Drawing.Size(252, 532);
            this.objectSelector.TabIndex = 0;
            this.objectSelector.tables = null;
            this.objectSelector.OnSchemaChanged += new System.EventHandler(this.objectSelector_OnSchemaChanged);
            // 
            // pnlToolboxBorder
            // 
            this.pnlToolboxBorder.Controls.Add(this.splDesignerToolbox);
            this.pnlToolboxBorder.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnlToolboxBorder.Location = new System.Drawing.Point(0, 5);
            this.pnlToolboxBorder.Name = "pnlToolboxBorder";
            this.pnlToolboxBorder.Padding = new System.Windows.Forms.Padding(0, 0, 0, 5);
            this.pnlToolboxBorder.Size = new System.Drawing.Size(871, 467);
            this.pnlToolboxBorder.TabIndex = 2;
            // 
            // splDesignerToolbox
            // 
            this.splDesignerToolbox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splDesignerToolbox.Location = new System.Drawing.Point(0, 0);
            this.splDesignerToolbox.Name = "splDesignerToolbox";
            this.splDesignerToolbox.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splDesignerToolbox.Panel1
            // 
            this.splDesignerToolbox.Panel1.Controls.Add(this.pnlDesign);
            // 
            // splDesignerToolbox.Panel2
            // 
            this.splDesignerToolbox.Panel2.Controls.Add(this.tbcToolbox);
            this.splDesignerToolbox.Size = new System.Drawing.Size(871, 462);
            this.splDesignerToolbox.SplitterDistance = 292;
            this.splDesignerToolbox.TabIndex = 9;
            // 
            // pnlDesign
            // 
            this.pnlDesign.Controls.Add(this.dspTables);
            this.pnlDesign.Controls.Add(this.label1);
            this.pnlDesign.Controls.Add(this.pnlButtons);
            this.pnlDesign.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnlDesign.Location = new System.Drawing.Point(0, 0);
            this.pnlDesign.Name = "pnlDesign";
            this.pnlDesign.Size = new System.Drawing.Size(871, 292);
            this.pnlDesign.TabIndex = 9;
            // 
            // dspTables
            // 
            this.dspTables.AllowDrop = true;
            this.dspTables.BackColor = System.Drawing.Color.White;
            this.dspTables.BackColorGradient = System.Drawing.Color.White;
            this.dspTables.Controls.Add(this.toolbox);
            this.dspTables.DiagramSetController = this.diagramSetController;
            this.dspTables.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dspTables.GridColor = System.Drawing.Color.Gainsboro;
            this.dspTables.GridSize = 15;
            this.dspTables.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.dspTables.Location = new System.Drawing.Point(0, 20);
            this.dspTables.Name = "dspTables";
            this.dspTables.PropertyController = null;
            this.dspTables.SelectionHilightColor = System.Drawing.Color.Firebrick;
            this.dspTables.SelectionInactiveColor = System.Drawing.Color.Gray;
            this.dspTables.SelectionInteriorColor = System.Drawing.Color.WhiteSmoke;
            this.dspTables.SelectionNormalColor = System.Drawing.Color.DarkGreen;
            this.dspTables.Size = new System.Drawing.Size(871, 237);
            this.dspTables.SnapToGrid = false;
            this.dspTables.TabIndex = 3;
            this.dspTables.ToolPreviewBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(119)))), ((int)(((byte)(136)))), ((int)(((byte)(153)))));
            this.dspTables.ToolPreviewColor = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(70)))), ((int)(((byte)(130)))), ((int)(((byte)(180)))));
            this.dspTables.ZoomLevel = 50;
            this.dspTables.ShapesSelected += new System.EventHandler(this.dspTables_ShapesSelected);
            this.dspTables.ShapesRemoved += new System.EventHandler<Dataweb.NShape.Controllers.DiagramPresenterShapesEventArgs>(this.dspTables_ShapesRemoved);
            this.dspTables.DragDrop += new System.Windows.Forms.DragEventHandler(this.displayer_DragDrop);
            this.dspTables.DragEnter += new System.Windows.Forms.DragEventHandler(this.displayer_DragEnter);
            this.dspTables.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dspTables_KeyDown);
            // 
            // toolbox
            // 
            this.toolbox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.toolbox.FullRowSelect = true;
            this.toolbox.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
            this.toolbox.HideSelection = false;
            this.toolbox.Location = new System.Drawing.Point(4, 90);
            this.toolbox.MultiSelect = false;
            this.toolbox.Name = "toolbox";
            this.toolbox.ShowItemToolTips = true;
            this.toolbox.Size = new System.Drawing.Size(121, 97);
            this.toolbox.TabIndex = 8;
            this.toolbox.UseCompatibleStateImageBehavior = false;
            this.toolbox.Visible = false;
            // 
            // diagramSetController
            // 
            this.diagramSetController.ActiveTool = null;
            this.diagramSetController.Project = this.project;
            // 
            // project
            // 
            this.project.AutoGenerateTemplates = false;
            this.project.Description = null;
            this.project.LibrarySearchPaths = ((System.Collections.Generic.IList<string>)(resources.GetObject("project.LibrarySearchPaths")));
            this.project.Name = null;
            this.project.Repository = this.cachedRepository;
            roleBasedSecurityManager1.CurrentRole = Dataweb.NShape.StandardRole.Administrator;
            roleBasedSecurityManager1.CurrentRoleName = "Administrator";
            this.project.SecurityManager = roleBasedSecurityManager1;
            // 
            // cachedRepository
            // 
            this.cachedRepository.ProjectName = null;
            this.cachedRepository.Store = null;
            this.cachedRepository.Version = 0;
            this.cachedRepository.ShapesUpdated += new System.EventHandler<Dataweb.NShape.RepositoryShapesEventArgs>(this.cachedRepository_ShapesUpdated);
            // 
            // label1
            // 
            this.label1.BackColor = System.Drawing.Color.White;
            this.label1.Dock = System.Windows.Forms.DockStyle.Top;
            this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.ForeColor = System.Drawing.Color.DimGray;
            this.label1.Location = new System.Drawing.Point(0, 0);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(871, 20);
            this.label1.TabIndex = 6;
            this.label1.Text = "TABLES / VIEWS";
            this.label1.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            // 
            // pnlButtons
            // 
            this.pnlButtons.BackColor = System.Drawing.SystemColors.Control;
            this.pnlButtons.Controls.Add(this.btnRefresh);
            this.pnlButtons.Controls.Add(this.btnSplit);
            this.pnlButtons.Controls.Add(this.lblOrm);
            this.pnlButtons.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.pnlButtons.Location = new System.Drawing.Point(0, 257);
            this.pnlButtons.Name = "pnlButtons";
            this.pnlButtons.Padding = new System.Windows.Forms.Padding(5);
            this.pnlButtons.Size = new System.Drawing.Size(871, 35);
            this.pnlButtons.TabIndex = 3;
            // 
            // btnRefresh
            // 
            this.btnRefresh.Dock = System.Windows.Forms.DockStyle.Left;
            this.btnRefresh.Location = new System.Drawing.Point(93, 5);
            this.btnRefresh.Name = "btnRefresh";
            this.btnRefresh.Size = new System.Drawing.Size(75, 25);
            this.btnRefresh.TabIndex = 2;
            this.btnRefresh.Text = "Refresh";
            this.btnRefresh.UseVisualStyleBackColor = true;
            this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
            // 
            // btnSplit
            // 
            this.btnSplit.Appearance = System.Windows.Forms.Appearance.Button;
            this.btnSplit.Dock = System.Windows.Forms.DockStyle.Left;
            this.btnSplit.Location = new System.Drawing.Point(5, 5);
            this.btnSplit.Name = "btnSplit";
            this.btnSplit.Size = new System.Drawing.Size(88, 25);
            this.btnSplit.TabIndex = 5;
            this.btnSplit.Text = "Show Toolbox";
            this.btnSplit.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.btnSplit.UseVisualStyleBackColor = true;
            this.btnSplit.CheckedChanged += new System.EventHandler(this.btnSplit_CheckedChanged);
            // 
            // lblOrm
            // 
            this.lblOrm.BackColor = System.Drawing.SystemColors.Control;
            this.lblOrm.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lblOrm.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblOrm.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.lblOrm.Location = new System.Drawing.Point(5, 5);
            this.lblOrm.Name = "lblOrm";
            this.lblOrm.Size = new System.Drawing.Size(861, 25);
            this.lblOrm.TabIndex = 3;
            this.lblOrm.Text = "[ORM]";
            this.lblOrm.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // tbcToolbox
            // 
            this.tbcToolbox.Appearance = System.Windows.Forms.TabAppearance.FlatButtons;
            this.tbcToolbox.Controls.Add(this.tabCode);
            this.tbcToolbox.Controls.Add(this.tabMapProp);
            this.tbcToolbox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tbcToolbox.Location = new System.Drawing.Point(0, 0);
            this.tbcToolbox.Name = "tbcToolbox";
            this.tbcToolbox.SelectedIndex = 0;
            this.tbcToolbox.Size = new System.Drawing.Size(871, 166);
            this.tbcToolbox.TabIndex = 10;
            // 
            // tabCode
            // 
            this.tabCode.Controls.Add(this.pnlTabs);
            this.tabCode.Location = new System.Drawing.Point(4, 25);
            this.tabCode.Name = "tabCode";
            this.tabCode.Padding = new System.Windows.Forms.Padding(3);
            this.tabCode.Size = new System.Drawing.Size(863, 137);
            this.tabCode.TabIndex = 0;
            this.tabCode.Text = "Code preview";
            this.tabCode.UseVisualStyleBackColor = true;
            // 
            // pnlTabs
            // 
            this.pnlTabs.Controls.Add(this.pnlSyntaxBox);
            this.pnlTabs.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnlTabs.Location = new System.Drawing.Point(3, 3);
            this.pnlTabs.Name = "pnlTabs";
            this.pnlTabs.Size = new System.Drawing.Size(857, 131);
            this.pnlTabs.TabIndex = 0;
            // 
            // pnlSyntaxBox
            // 
            this.pnlSyntaxBox.Controls.Add(this.syntaxBoxControl1);
            this.pnlSyntaxBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnlSyntaxBox.Location = new System.Drawing.Point(0, 0);
            this.pnlSyntaxBox.Name = "pnlSyntaxBox";
            this.pnlSyntaxBox.Size = new System.Drawing.Size(857, 131);
            this.pnlSyntaxBox.TabIndex = 7;
            // 
            // syntaxBoxControl1
            // 
            this.syntaxBoxControl1.ActiveView = Alsing.Windows.Forms.ActiveView.BottomRight;
            this.syntaxBoxControl1.AutoListPosition = null;
            this.syntaxBoxControl1.AutoListSelectedText = "a123";
            this.syntaxBoxControl1.AutoListVisible = false;
            this.syntaxBoxControl1.BackColor = System.Drawing.Color.White;
            this.syntaxBoxControl1.BorderStyle = Alsing.Windows.Forms.BorderStyle.None;
            this.syntaxBoxControl1.CopyAsRTF = false;
            this.syntaxBoxControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.syntaxBoxControl1.Document = this.syntaxDocument;
            this.syntaxBoxControl1.FontName = "Courier new";
            this.syntaxBoxControl1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.syntaxBoxControl1.InfoTipCount = 1;
            this.syntaxBoxControl1.InfoTipPosition = null;
            this.syntaxBoxControl1.InfoTipSelectedIndex = 1;
            this.syntaxBoxControl1.InfoTipVisible = false;
            this.syntaxBoxControl1.Location = new System.Drawing.Point(0, 0);
            this.syntaxBoxControl1.LockCursorUpdate = false;
            this.syntaxBoxControl1.Name = "syntaxBoxControl1";
            this.syntaxBoxControl1.ShowScopeIndicator = false;
            this.syntaxBoxControl1.Size = new System.Drawing.Size(857, 131);
            this.syntaxBoxControl1.SmoothScroll = false;
            this.syntaxBoxControl1.SplitviewH = -4;
            this.syntaxBoxControl1.SplitviewV = -4;
            this.syntaxBoxControl1.TabGuideColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(233)))), ((int)(((byte)(233)))));
            this.syntaxBoxControl1.TabIndex = 6;
            this.syntaxBoxControl1.WhitespaceColor = System.Drawing.SystemColors.ControlDark;
            // 
            // syntaxDocument
            // 
            this.syntaxDocument.Lines = new string[] {
        ""};
            this.syntaxDocument.MaxUndoBufferSize = 1000;
            this.syntaxDocument.Modified = false;
            this.syntaxDocument.UndoStep = 0;
            // 
            // tabMapProp
            // 
            this.tabMapProp.Controls.Add(this.map_Props1);
            this.tabMapProp.Location = new System.Drawing.Point(4, 25);
            this.tabMapProp.Name = "tabMapProp";
            this.tabMapProp.Padding = new System.Windows.Forms.Padding(3);
            this.tabMapProp.Size = new System.Drawing.Size(863, 137);
            this.tabMapProp.TabIndex = 1;
            this.tabMapProp.Text = "Mapping properties";
            this.tabMapProp.UseVisualStyleBackColor = true;
            // 
            // map_Props1
            // 
            this.map_Props1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.map_Props1.Location = new System.Drawing.Point(3, 3);
            this.map_Props1.Name = "map_Props1";
            this.map_Props1.Size = new System.Drawing.Size(857, 131);
            this.map_Props1.TabIndex = 0;
            this.map_Props1.Visible = false;
            this.map_Props1.OnSave += new System.EventHandler(this.map_Props1_OnSave);
            // 
            // pnlSave
            // 
            this.pnlSave.BackColor = System.Drawing.SystemColors.Control;
            this.pnlSave.Controls.Add(this.pnlShowSave);
            this.pnlSave.Controls.Add(this.txtMappingNamespace);
            this.pnlSave.Controls.Add(this.txtDomainNamespace);
            this.pnlSave.Controls.Add(this.label4);
            this.pnlSave.Controls.Add(this.label3);
            this.pnlSave.Controls.Add(this.splBtnSalva);
            this.pnlSave.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.pnlSave.Location = new System.Drawing.Point(0, 472);
            this.pnlSave.Name = "pnlSave";
            this.pnlSave.Size = new System.Drawing.Size(871, 65);
            this.pnlSave.TabIndex = 7;
            // 
            // pnlShowSave
            // 
            this.pnlShowSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.pnlShowSave.Controls.Add(this.btnOpenSaveFolder);
            this.pnlShowSave.Controls.Add(this.label5);
            this.pnlShowSave.Location = new System.Drawing.Point(776, 7);
            this.pnlShowSave.Name = "pnlShowSave";
            this.pnlShowSave.Size = new System.Drawing.Size(86, 22);
            this.pnlShowSave.TabIndex = 9;
            this.pnlShowSave.Visible = false;
            // 
            // btnOpenSaveFolder
            // 
            this.btnOpenSaveFolder.Dock = System.Windows.Forms.DockStyle.Right;
            this.btnOpenSaveFolder.FlatAppearance.BorderSize = 0;
            this.btnOpenSaveFolder.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnOpenSaveFolder.Image = ((System.Drawing.Image)(resources.GetObject("btnOpenSaveFolder.Image")));
            this.btnOpenSaveFolder.Location = new System.Drawing.Point(64, 0);
            this.btnOpenSaveFolder.Name = "btnOpenSaveFolder";
            this.btnOpenSaveFolder.Size = new System.Drawing.Size(22, 22);
            this.btnOpenSaveFolder.TabIndex = 1;
            this.btnOpenSaveFolder.UseVisualStyleBackColor = true;
            this.btnOpenSaveFolder.Click += new System.EventHandler(this.btnOpenSaveFolder_Click);
            // 
            // label5
            // 
            this.label5.Dock = System.Windows.Forms.DockStyle.Left;
            this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label5.ForeColor = System.Drawing.Color.Green;
            this.label5.Location = new System.Drawing.Point(0, 0);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(47, 22);
            this.label5.TabIndex = 0;
            this.label5.Text = "Saved";
            this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // txtMappingNamespace
            // 
            this.txtMappingNamespace.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtMappingNamespace.Location = new System.Drawing.Point(132, 30);
            this.txtMappingNamespace.Name = "txtMappingNamespace";
            this.txtMappingNamespace.Size = new System.Drawing.Size(628, 20);
            this.txtMappingNamespace.TabIndex = 8;
            // 
            // txtDomainNamespace
            // 
            this.txtDomainNamespace.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtDomainNamespace.Location = new System.Drawing.Point(132, 4);
            this.txtDomainNamespace.Name = "txtDomainNamespace";
            this.txtDomainNamespace.Size = new System.Drawing.Size(628, 20);
            this.txtDomainNamespace.TabIndex = 7;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(16, 33);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(109, 13);
            this.label4.TabIndex = 6;
            this.label4.Text = "Mapping namespace:";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(20, 7);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(104, 13);
            this.label3.TabIndex = 5;
            this.label3.Text = "Domain namespace:";
            // 
            // splBtnSalva
            // 
            this.splBtnSalva.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.splBtnSalva.ContextMenuStrip = this.salvaMenuStrip;
            this.splBtnSalva.Location = new System.Drawing.Point(766, 28);
            this.splBtnSalva.Name = "splBtnSalva";
            this.splBtnSalva.Size = new System.Drawing.Size(96, 25);
            this.splBtnSalva.SplitMenuStrip = this.salvaMenuStrip;
            this.splBtnSalva.TabIndex = 4;
            this.splBtnSalva.Text = "Save code";
            this.splBtnSalva.UseVisualStyleBackColor = true;
            this.splBtnSalva.Click += new System.EventHandler(this.splBtnSalva_Click);
            // 
            // salvaMenuStrip
            // 
            this.salvaMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tuttoToolStripMenuItem1,
            this.domainToolStripMenuItem1,
            this.mAppingToolStripMenuItem1,
            this.sPToolStripMenuItem1});
            this.salvaMenuStrip.Name = "salvaMenuStrip";
            this.salvaMenuStrip.Size = new System.Drawing.Size(123, 92);
            // 
            // tuttoToolStripMenuItem1
            // 
            this.tuttoToolStripMenuItem1.Name = "tuttoToolStripMenuItem1";
            this.tuttoToolStripMenuItem1.Size = new System.Drawing.Size(122, 22);
            this.tuttoToolStripMenuItem1.Text = "Tutto";
            this.tuttoToolStripMenuItem1.Click += new System.EventHandler(this.tuttoToolStripMenuItem_Click);
            // 
            // domainToolStripMenuItem1
            // 
            this.domainToolStripMenuItem1.Name = "domainToolStripMenuItem1";
            this.domainToolStripMenuItem1.Size = new System.Drawing.Size(122, 22);
            this.domainToolStripMenuItem1.Text = "Domain";
            this.domainToolStripMenuItem1.Click += new System.EventHandler(this.domainToolStripMenuItem_Click);
            // 
            // mAppingToolStripMenuItem1
            // 
            this.mAppingToolStripMenuItem1.Name = "mAppingToolStripMenuItem1";
            this.mAppingToolStripMenuItem1.Size = new System.Drawing.Size(122, 22);
            this.mAppingToolStripMenuItem1.Text = "Mapping";
            this.mAppingToolStripMenuItem1.Click += new System.EventHandler(this.mappingToolStripMenuItem_Click);
            // 
            // sPToolStripMenuItem1
            // 
            this.sPToolStripMenuItem1.Name = "sPToolStripMenuItem1";
            this.sPToolStripMenuItem1.Size = new System.Drawing.Size(122, 22);
            this.sPToolStripMenuItem1.Text = "SP";
            this.sPToolStripMenuItem1.Click += new System.EventHandler(this.sPToolStripMenuItem_Click);
            // 
            // menuStrip
            // 
            this.menuStrip.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(219)))), ((int)(((byte)(233)))));
            this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fileToolStripMenuItem,
            this.strumentiToolStripMenuItem,
            this.toolStripMenuItem1});
            this.menuStrip.Location = new System.Drawing.Point(0, 0);
            this.menuStrip.Name = "menuStrip";
            this.menuStrip.Size = new System.Drawing.Size(1137, 24);
            this.menuStrip.TabIndex = 1;
            this.menuStrip.Text = "menuStrip1";
            // 
            // fileToolStripMenuItem
            // 
            this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.nuovoToolStripMenuItem,
            this.salvaConfigurazioneToolStripMenuItem,
            this.caricaConfigurazioneToolStripMenuItem,
            this.esciToolStripMenuItem1});
            this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
            this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
            this.fileToolStripMenuItem.Text = "File";
            // 
            // nuovoToolStripMenuItem
            // 
            this.nuovoToolStripMenuItem.Name = "nuovoToolStripMenuItem";
            this.nuovoToolStripMenuItem.Size = new System.Drawing.Size(137, 22);
            this.nuovoToolStripMenuItem.Text = "New";
            this.nuovoToolStripMenuItem.Click += new System.EventHandler(this.nuovoToolStripMenuItem_Click);
            // 
            // salvaConfigurazioneToolStripMenuItem
            // 
            this.salvaConfigurazioneToolStripMenuItem.Name = "salvaConfigurazioneToolStripMenuItem";
            this.salvaConfigurazioneToolStripMenuItem.Size = new System.Drawing.Size(137, 22);
            this.salvaConfigurazioneToolStripMenuItem.Text = "Save config";
            this.salvaConfigurazioneToolStripMenuItem.Click += new System.EventHandler(this.salvaConfigurazioneToolStripMenuItem_Click);
            // 
            // caricaConfigurazioneToolStripMenuItem
            // 
            this.caricaConfigurazioneToolStripMenuItem.Name = "caricaConfigurazioneToolStripMenuItem";
            this.caricaConfigurazioneToolStripMenuItem.Size = new System.Drawing.Size(137, 22);
            this.caricaConfigurazioneToolStripMenuItem.Text = "Load config";
            this.caricaConfigurazioneToolStripMenuItem.Click += new System.EventHandler(this.caricaConfigurazioneToolStripMenuItem_Click);
            // 
            // esciToolStripMenuItem1
            // 
            this.esciToolStripMenuItem1.Name = "esciToolStripMenuItem1";
            this.esciToolStripMenuItem1.Size = new System.Drawing.Size(137, 22);
            this.esciToolStripMenuItem1.Text = "Exit";
            this.esciToolStripMenuItem1.Click += new System.EventHandler(this.esciToolStripMenuItem_Click);
            // 
            // strumentiToolStripMenuItem
            // 
            this.strumentiToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.configurazioneToolStripMenuItem});
            this.strumentiToolStripMenuItem.Name = "strumentiToolStripMenuItem";
            this.strumentiToolStripMenuItem.Size = new System.Drawing.Size(48, 20);
            this.strumentiToolStripMenuItem.Text = "Tools";
            // 
            // configurazioneToolStripMenuItem
            // 
            this.configurazioneToolStripMenuItem.Name = "configurazioneToolStripMenuItem";
            this.configurazioneToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.configurazioneToolStripMenuItem.Text = "Options";
            this.configurazioneToolStripMenuItem.Click += new System.EventHandler(this.configurazioneToolStripMenuItem_Click);
            // 
            // toolStripMenuItem1
            // 
            this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.versioneToolStripMenuItem});
            this.toolStripMenuItem1.Name = "toolStripMenuItem1";
            this.toolStripMenuItem1.Size = new System.Drawing.Size(24, 20);
            this.toolStripMenuItem1.Text = "?";
            // 
            // versioneToolStripMenuItem
            // 
            this.versioneToolStripMenuItem.Name = "versioneToolStripMenuItem";
            this.versioneToolStripMenuItem.Size = new System.Drawing.Size(113, 22);
            this.versioneToolStripMenuItem.Text = "Version";
            this.versioneToolStripMenuItem.Click += new System.EventHandler(this.versioneToolStripMenuItem_Click);
            // 
            // toolSetController
            // 
            this.toolSetController.DiagramSetController = this.diagramSetController;
            // 
            // toolBoxAdapter
            // 
            this.toolBoxAdapter.HideDeniedMenuItems = false;
            this.toolBoxAdapter.ListView = this.toolbox;
            this.toolBoxAdapter.ShowDefaultContextMenu = true;
            this.toolBoxAdapter.ToolSetController = this.toolSetController;
            // 
            // saveConfigFileDialog
            // 
            this.saveConfigFileDialog.DefaultExt = "config";
            this.saveConfigFileDialog.FileName = "Configurazione";
            this.saveConfigFileDialog.Filter = "Config files|*.config";
            this.saveConfigFileDialog.RestoreDirectory = true;
            // 
            // openConfigFileDialog
            // 
            this.openConfigFileDialog.DefaultExt = "config";
            this.openConfigFileDialog.FileName = "Configurazione";
            this.openConfigFileDialog.Filter = "Config files|*.config";
            this.openConfigFileDialog.RestoreDirectory = true;
            // 
            // Main_Designer
            // 
            this.AllowDrop = true;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(71)))), ((int)(((byte)(104)))));
            this.ClientSize = new System.Drawing.Size(1137, 566);
            this.Controls.Add(this.SplitSelector);
            this.Controls.Add(this.menuStrip);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.KeyPreview = true;
            this.Name = "Main_Designer";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Designer";
            this.Load += new System.EventHandler(this.Main_Designer_Load);
            this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.Main_Designer_KeyUp);
            this.SplitSelector.Panel1.ResumeLayout(false);
            this.SplitSelector.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.SplitSelector)).EndInit();
            this.SplitSelector.ResumeLayout(false);
            this.pnlToolboxBorder.ResumeLayout(false);
            this.splDesignerToolbox.Panel1.ResumeLayout(false);
            this.splDesignerToolbox.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splDesignerToolbox)).EndInit();
            this.splDesignerToolbox.ResumeLayout(false);
            this.pnlDesign.ResumeLayout(false);
            this.dspTables.ResumeLayout(false);
            this.pnlButtons.ResumeLayout(false);
            this.tbcToolbox.ResumeLayout(false);
            this.tabCode.ResumeLayout(false);
            this.pnlTabs.ResumeLayout(false);
            this.pnlSyntaxBox.ResumeLayout(false);
            this.tabMapProp.ResumeLayout(false);
            this.pnlSave.ResumeLayout(false);
            this.pnlSave.PerformLayout();
            this.pnlShowSave.ResumeLayout(false);
            this.salvaMenuStrip.ResumeLayout(false);
            this.menuStrip.ResumeLayout(false);
            this.menuStrip.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
		/// <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(ConfigFiltersAndPatching));
			Dataweb.NShape.RoleBasedSecurityManager roleBasedSecurityManager1 = new Dataweb.NShape.RoleBasedSecurityManager();
			this.buttonCancel = new System.Windows.Forms.Button();
			this.diagramContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
			this.copyFilterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.pasteFilterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.pasteFilterMultipleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.diagramSetController = new Dataweb.NShape.Controllers.DiagramSetController();
			this.project = new Dataweb.NShape.Project(this.components);
			this.cachedRepository = new Dataweb.NShape.Advanced.CachedRepository();
			this.label1 = new System.Windows.Forms.Label();
			this.buttonOK = new System.Windows.Forms.Button();
			this.buttonPatchWizard = new System.Windows.Forms.Button();
			this.diagramDisplay = new Dataweb.NShape.WinFormsUI.Display();
			this.buttonZoomIn = new System.Windows.Forms.Button();
			this.buttonZoomOut = new System.Windows.Forms.Button();
			this.groupBoxFilters = new System.Windows.Forms.GroupBox();
			this.comboBoxNewFilterTypes = new System.Windows.Forms.ComboBox();
			this.buttonAddFilter = new System.Windows.Forms.Button();
			this.buttonDelete = new System.Windows.Forms.Button();
			this.checkBoxHighQualityRendering = new System.Windows.Forms.CheckBox();
			this.diagramContextMenuStrip.SuspendLayout();
			this.groupBoxFilters.SuspendLayout();
			this.SuspendLayout();
			// 
			// buttonCancel
			// 
			this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.buttonCancel.Location = new System.Drawing.Point(682, 425);
			this.buttonCancel.Name = "buttonCancel";
			this.buttonCancel.Size = new System.Drawing.Size(90, 25);
			this.buttonCancel.TabIndex = 1;
			this.buttonCancel.Text = "Cancel";
			this.buttonCancel.UseVisualStyleBackColor = true;
			// 
			// diagramContextMenuStrip
			// 
			this.diagramContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.copyFilterToolStripMenuItem,
            this.pasteFilterToolStripMenuItem,
            this.pasteFilterMultipleToolStripMenuItem});
			this.diagramContextMenuStrip.Name = "diagramContextMenuStrip";
			this.diagramContextMenuStrip.Size = new System.Drawing.Size(187, 70);
			this.diagramContextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.diagramContextMenuStrip_Opening);
			// 
			// copyFilterToolStripMenuItem
			// 
			this.copyFilterToolStripMenuItem.Name = "copyFilterToolStripMenuItem";
			this.copyFilterToolStripMenuItem.Size = new System.Drawing.Size(186, 22);
			this.copyFilterToolStripMenuItem.Text = "Copy Filter";
			this.copyFilterToolStripMenuItem.Click += new System.EventHandler(this.copyFilterToolStripMenuItem_Click);
			// 
			// pasteFilterToolStripMenuItem
			// 
			this.pasteFilterToolStripMenuItem.Name = "pasteFilterToolStripMenuItem";
			this.pasteFilterToolStripMenuItem.Size = new System.Drawing.Size(186, 22);
			this.pasteFilterToolStripMenuItem.Text = "Paste Filter";
			this.pasteFilterToolStripMenuItem.Click += new System.EventHandler(this.pasteFilterToolStripMenuItem_Click);
			// 
			// pasteFilterMultipleToolStripMenuItem
			// 
			this.pasteFilterMultipleToolStripMenuItem.Name = "pasteFilterMultipleToolStripMenuItem";
			this.pasteFilterMultipleToolStripMenuItem.Size = new System.Drawing.Size(186, 22);
			this.pasteFilterMultipleToolStripMenuItem.Text = "Paste Filter (Multiple)";
			this.pasteFilterMultipleToolStripMenuItem.Click += new System.EventHandler(this.pasteFilterMultipleToolStripMenuItem_Click);
			// 
			// diagramSetController
			// 
			this.diagramSetController.ActiveTool = null;
			this.diagramSetController.Project = this.project;
			// 
			// project
			// 
			this.project.LibrarySearchPaths = ((System.Collections.Generic.IList<string>)(resources.GetObject("project.LibrarySearchPaths")));
			this.project.Name = null;
			this.project.Repository = this.cachedRepository;
			roleBasedSecurityManager1.CurrentRole = Dataweb.NShape.StandardRole.Administrator;
			roleBasedSecurityManager1.CurrentRoleName = "Administrator";
			this.project.SecurityManager = roleBasedSecurityManager1;
			// 
			// cachedRepository
			// 
			this.cachedRepository.ProjectName = null;
			this.cachedRepository.Store = null;
			this.cachedRepository.Version = 0;
			this.cachedRepository.ShapesUpdated += new System.EventHandler<Dataweb.NShape.RepositoryShapesEventArgs>(this.cachedRepository_ShapesUpdated);
			// 
			// label1
			// 
			this.label1.AutoSize = true;
			this.label1.Location = new System.Drawing.Point(12, 9);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(568, 13);
			this.label1.TabIndex = 8;
			this.label1.Text = "Double-click to collapse/expand groups and controllers, or to configure filters. " +
    "Right-click and drag to connect modules.";
			// 
			// buttonOK
			// 
			this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK;
			this.buttonOK.Location = new System.Drawing.Point(586, 425);
			this.buttonOK.Name = "buttonOK";
			this.buttonOK.Size = new System.Drawing.Size(90, 25);
			this.buttonOK.TabIndex = 9;
			this.buttonOK.Text = "OK";
			this.buttonOK.UseVisualStyleBackColor = true;
			// 
			// buttonPatchWizard
			// 
			this.buttonPatchWizard.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.buttonPatchWizard.Location = new System.Drawing.Point(279, 409);
			this.buttonPatchWizard.Name = "buttonPatchWizard";
			this.buttonPatchWizard.Size = new System.Drawing.Size(100, 25);
			this.buttonPatchWizard.TabIndex = 13;
			this.buttonPatchWizard.Text = "Patching Wizard";
			this.buttonPatchWizard.UseVisualStyleBackColor = true;
			this.buttonPatchWizard.Click += new System.EventHandler(this.buttonPatchWizard_Click);
			// 
			// diagramDisplay
			// 
			this.diagramDisplay.AllowDrop = true;
			this.diagramDisplay.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.diagramDisplay.BackColorGradient = System.Drawing.SystemColors.Control;
			this.diagramDisplay.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.diagramDisplay.ContextMenuStrip = this.diagramContextMenuStrip;
			this.diagramDisplay.DiagramSetController = this.diagramSetController;
			this.diagramDisplay.GridColor = System.Drawing.Color.Gainsboro;
			this.diagramDisplay.GridSize = 19;
			this.diagramDisplay.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.diagramDisplay.Location = new System.Drawing.Point(12, 29);
			this.diagramDisplay.Name = "diagramDisplay";
			this.diagramDisplay.PropertyController = null;
			this.diagramDisplay.RenderingQualityLowQuality = Dataweb.NShape.Advanced.RenderingQuality.LowQuality;
			this.diagramDisplay.SelectionHilightColor = System.Drawing.Color.Firebrick;
			this.diagramDisplay.SelectionInactiveColor = System.Drawing.Color.Gray;
			this.diagramDisplay.SelectionInteriorColor = System.Drawing.Color.WhiteSmoke;
			this.diagramDisplay.SelectionNormalColor = System.Drawing.Color.DarkGreen;
			this.diagramDisplay.ShowDefaultContextMenu = false;
			this.diagramDisplay.Size = new System.Drawing.Size(760, 350);
			this.diagramDisplay.SnapToGrid = false;
			this.diagramDisplay.TabIndex = 0;
			this.diagramDisplay.ToolPreviewBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(119)))), ((int)(((byte)(136)))), ((int)(((byte)(153)))));
			this.diagramDisplay.ToolPreviewColor = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(70)))), ((int)(((byte)(130)))), ((int)(((byte)(180)))));
			this.diagramDisplay.ShapeDoubleClick += new System.EventHandler<Dataweb.NShape.Controllers.DiagramPresenterShapeClickEventArgs>(this.displayDiagram_ShapeDoubleClick);
			this.diagramDisplay.KeyDown += new System.Windows.Forms.KeyEventHandler(this.diagramDisplay_KeyDown);
			// 
			// buttonZoomIn
			// 
			this.buttonZoomIn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.buttonZoomIn.Image = global::VixenApplication.Properties.Resources.ZoomIn32;
			this.buttonZoomIn.Location = new System.Drawing.Point(403, 401);
			this.buttonZoomIn.Name = "buttonZoomIn";
			this.buttonZoomIn.Size = new System.Drawing.Size(40, 40);
			this.buttonZoomIn.TabIndex = 11;
			this.buttonZoomIn.UseVisualStyleBackColor = true;
			this.buttonZoomIn.Click += new System.EventHandler(this.buttonZoomIn_Click);
			// 
			// buttonZoomOut
			// 
			this.buttonZoomOut.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.buttonZoomOut.Image = global::VixenApplication.Properties.Resources.ZoomOut32;
			this.buttonZoomOut.Location = new System.Drawing.Point(453, 401);
			this.buttonZoomOut.Name = "buttonZoomOut";
			this.buttonZoomOut.Size = new System.Drawing.Size(40, 40);
			this.buttonZoomOut.TabIndex = 10;
			this.buttonZoomOut.UseVisualStyleBackColor = true;
			this.buttonZoomOut.Click += new System.EventHandler(this.buttonZoomOut_Click);
			// 
			// groupBoxFilters
			// 
			this.groupBoxFilters.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.groupBoxFilters.Controls.Add(this.comboBoxNewFilterTypes);
			this.groupBoxFilters.Controls.Add(this.buttonAddFilter);
			this.groupBoxFilters.Controls.Add(this.buttonDelete);
			this.groupBoxFilters.Location = new System.Drawing.Point(23, 385);
			this.groupBoxFilters.Name = "groupBoxFilters";
			this.groupBoxFilters.Size = new System.Drawing.Size(232, 65);
			this.groupBoxFilters.TabIndex = 14;
			this.groupBoxFilters.TabStop = false;
			this.groupBoxFilters.Text = "Filters";
			// 
			// comboBoxNewFilterTypes
			// 
			this.comboBoxNewFilterTypes.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboBoxNewFilterTypes.FormattingEnabled = true;
			this.comboBoxNewFilterTypes.Location = new System.Drawing.Point(14, 26);
			this.comboBoxNewFilterTypes.Name = "comboBoxNewFilterTypes";
			this.comboBoxNewFilterTypes.Size = new System.Drawing.Size(120, 21);
			this.comboBoxNewFilterTypes.TabIndex = 6;
			// 
			// buttonAddFilter
			// 
			this.buttonAddFilter.Image = global::VixenApplication.Properties.Resources.add24;
			this.buttonAddFilter.Location = new System.Drawing.Point(144, 20);
			this.buttonAddFilter.Name = "buttonAddFilter";
			this.buttonAddFilter.Size = new System.Drawing.Size(32, 32);
			this.buttonAddFilter.TabIndex = 7;
			this.buttonAddFilter.UseVisualStyleBackColor = true;
			this.buttonAddFilter.Click += new System.EventHandler(this.buttonAddFilter_Click);
			// 
			// buttonDelete
			// 
			this.buttonDelete.Image = global::VixenApplication.Properties.Resources.delete24;
			this.buttonDelete.Location = new System.Drawing.Point(186, 20);
			this.buttonDelete.Name = "buttonDelete";
			this.buttonDelete.Size = new System.Drawing.Size(32, 32);
			this.buttonDelete.TabIndex = 12;
			this.buttonDelete.UseVisualStyleBackColor = true;
			this.buttonDelete.Click += new System.EventHandler(this.buttonDelete_Click);
			// 
			// checkBoxHighQualityRendering
			// 
			this.checkBoxHighQualityRendering.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.checkBoxHighQualityRendering.AutoSize = true;
			this.checkBoxHighQualityRendering.Location = new System.Drawing.Point(647, 391);
			this.checkBoxHighQualityRendering.Name = "checkBoxHighQualityRendering";
			this.checkBoxHighQualityRendering.Size = new System.Drawing.Size(125, 17);
			this.checkBoxHighQualityRendering.TabIndex = 15;
			this.checkBoxHighQualityRendering.Text = "High Quality Drawing";
			this.checkBoxHighQualityRendering.UseVisualStyleBackColor = true;
			this.checkBoxHighQualityRendering.CheckedChanged += new System.EventHandler(this.checkBoxHighQualityRendering_CheckedChanged);
			// 
			// ConfigFiltersAndPatching
			// 
			this.AcceptButton = this.buttonOK;
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.CancelButton = this.buttonCancel;
			this.ClientSize = new System.Drawing.Size(784, 462);
			this.Controls.Add(this.checkBoxHighQualityRendering);
			this.Controls.Add(this.buttonOK);
			this.Controls.Add(this.buttonZoomIn);
			this.Controls.Add(this.buttonZoomOut);
			this.Controls.Add(this.groupBoxFilters);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.buttonCancel);
			this.Controls.Add(this.buttonPatchWizard);
			this.Controls.Add(this.diagramDisplay);
			this.DoubleBuffered = true;
			this.MinimumSize = new System.Drawing.Size(800, 500);
			this.Name = "ConfigFiltersAndPatching";
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
			this.Text = "Output Filters & Patching Setup";
			this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ConfigFiltersAndPatching_FormClosing);
			this.Load += new System.EventHandler(this.ConfigFiltersAndPatching_Load);
			this.ResizeEnd += new System.EventHandler(this.ConfigFiltersAndPatching_ResizeEnd);
			this.Resize += new System.EventHandler(this.ConfigFiltersAndPatching_Resize);
			this.diagramContextMenuStrip.ResumeLayout(false);
			this.groupBoxFilters.ResumeLayout(false);
			this.ResumeLayout(false);
			this.PerformLayout();

		}
예제 #17
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent() {
			this.components = new System.ComponentModel.Container();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrameForm));
			Dataweb.NShape.RoleBasedSecurityManager roleBasedSecurityManager1 = new Dataweb.NShape.RoleBasedSecurityManager();
			this.project = new Dataweb.NShape.Project(this.components);
			this.cachedRepository = new Dataweb.NShape.Advanced.CachedRepository();
			this.xmlStore = new Dataweb.NShape.XmlStore();
			this.modelController = new Dataweb.NShape.Controllers.ModelController();
			this.diagramSetController = new Dataweb.NShape.Controllers.DiagramSetController();
			this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
			this.menuStrip = new System.Windows.Forms.MenuStrip();
			this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.openProjectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.closeProjectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
			this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.diagramsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.windowsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.horizontalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.verticalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.cascadeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.aboutDiagramViewerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.modelTreeView = new System.Windows.Forms.TreeView();
			this.splitter1 = new System.Windows.Forms.Splitter();
			this.modelTreeViewPresenter = new Dataweb.NShape.WinFormsUI.ModelTreeViewPresenter();
			this.menuStrip.SuspendLayout();
			this.SuspendLayout();
			// 
			// project
			// 
			this.project.AutoGenerateTemplates = true;
			this.project.LibrarySearchPaths = ((System.Collections.Generic.IList<string>)(resources.GetObject("project.LibrarySearchPaths")));
			this.project.Name = null;
			this.project.Repository = this.cachedRepository;
			roleBasedSecurityManager1.CurrentRole = Dataweb.NShape.StandardRole.Administrator;
			roleBasedSecurityManager1.CurrentRoleName = "Administrator";
			this.project.SecurityManager = roleBasedSecurityManager1;
			this.project.Opened += new System.EventHandler(this.project_Opened);
			this.project.Closing += new System.EventHandler(this.project_Closing);
			this.project.Closed += new System.EventHandler(this.project_Closed);
			// 
			// cachedRepository
			// 
			this.cachedRepository.ProjectName = null;
			this.cachedRepository.Store = this.xmlStore;
			this.cachedRepository.Version = 0;
			// 
			// xmlStore
			// 
			this.xmlStore.DesignFileName = "";
			this.xmlStore.DirectoryName = "";
			this.xmlStore.FileExtension = ".xml";
			this.xmlStore.ProjectName = "";
			// 
			// modelController
			// 
			this.modelController.DiagramSetController = this.diagramSetController;
			// 
			// diagramSetController
			// 
			this.diagramSetController.ActiveTool = null;
			this.diagramSetController.Project = this.project;
			// 
			// openFileDialog
			// 
			this.openFileDialog.FileName = "openFileDialog1";
			this.openFileDialog.Filter = "XML Repositories|*.xml|AllFiles|*.*";
			// 
			// menuStrip
			// 
			this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fileToolStripMenuItem,
            this.diagramsToolStripMenuItem,
            this.windowsToolStripMenuItem,
            this.helpToolStripMenuItem});
			this.menuStrip.Location = new System.Drawing.Point(0, 0);
			this.menuStrip.MdiWindowListItem = this.windowsToolStripMenuItem;
			this.menuStrip.Name = "menuStrip";
			this.menuStrip.Size = new System.Drawing.Size(830, 24);
			this.menuStrip.TabIndex = 2;
			this.menuStrip.Text = "menuStrip1";
			// 
			// fileToolStripMenuItem
			// 
			this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.openProjectToolStripMenuItem,
            this.closeProjectToolStripMenuItem,
            this.toolStripMenuItem1,
            this.exitToolStripMenuItem});
			this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
			this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20);
			this.fileToolStripMenuItem.Text = "File";
			// 
			// openProjectToolStripMenuItem
			// 
			this.openProjectToolStripMenuItem.Name = "openProjectToolStripMenuItem";
			this.openProjectToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
			this.openProjectToolStripMenuItem.Text = "Open Project...";
			this.openProjectToolStripMenuItem.Click += new System.EventHandler(this.openMenuItem_Click);
			// 
			// closeProjectToolStripMenuItem
			// 
			this.closeProjectToolStripMenuItem.Enabled = false;
			this.closeProjectToolStripMenuItem.Name = "closeProjectToolStripMenuItem";
			this.closeProjectToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
			this.closeProjectToolStripMenuItem.Text = "Close Project";
			this.closeProjectToolStripMenuItem.Click += new System.EventHandler(this.closeMenuItem_Click);
			// 
			// toolStripMenuItem1
			// 
			this.toolStripMenuItem1.Name = "toolStripMenuItem1";
			this.toolStripMenuItem1.Size = new System.Drawing.Size(157, 6);
			// 
			// exitToolStripMenuItem
			// 
			this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
			this.exitToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
			this.exitToolStripMenuItem.Text = "Exit";
			this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
			// 
			// diagramsToolStripMenuItem
			// 
			this.diagramsToolStripMenuItem.Name = "diagramsToolStripMenuItem";
			this.diagramsToolStripMenuItem.Size = new System.Drawing.Size(63, 20);
			this.diagramsToolStripMenuItem.Text = "Diagrams";
			// 
			// windowsToolStripMenuItem
			// 
			this.windowsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.horizontalToolStripMenuItem,
            this.verticalToolStripMenuItem,
            this.cascadeToolStripMenuItem});
			this.windowsToolStripMenuItem.Name = "windowsToolStripMenuItem";
			this.windowsToolStripMenuItem.Size = new System.Drawing.Size(62, 20);
			this.windowsToolStripMenuItem.Text = "Windows";
			// 
			// horizontalToolStripMenuItem
			// 
			this.horizontalToolStripMenuItem.Name = "horizontalToolStripMenuItem";
			this.horizontalToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
			this.horizontalToolStripMenuItem.Text = "Horizontal";
			this.horizontalToolStripMenuItem.Click += new System.EventHandler(this.horizontalToolStripMenuItem_Click);
			// 
			// verticalToolStripMenuItem
			// 
			this.verticalToolStripMenuItem.Name = "verticalToolStripMenuItem";
			this.verticalToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
			this.verticalToolStripMenuItem.Text = "Vertical";
			this.verticalToolStripMenuItem.Click += new System.EventHandler(this.verticalToolStripMenuItem_Click);
			// 
			// cascadeToolStripMenuItem
			// 
			this.cascadeToolStripMenuItem.Name = "cascadeToolStripMenuItem";
			this.cascadeToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
			this.cascadeToolStripMenuItem.Text = "Cascade";
			this.cascadeToolStripMenuItem.Click += new System.EventHandler(this.cascadeToolStripMenuItem_Click);
			// 
			// helpToolStripMenuItem
			// 
			this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.aboutDiagramViewerToolStripMenuItem});
			this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
			this.helpToolStripMenuItem.Size = new System.Drawing.Size(40, 20);
			this.helpToolStripMenuItem.Text = "Help";
			// 
			// aboutDiagramViewerToolStripMenuItem
			// 
			this.aboutDiagramViewerToolStripMenuItem.Name = "aboutDiagramViewerToolStripMenuItem";
			this.aboutDiagramViewerToolStripMenuItem.Size = new System.Drawing.Size(201, 22);
			this.aboutDiagramViewerToolStripMenuItem.Text = "About NShape Viewer...";
			this.aboutDiagramViewerToolStripMenuItem.Click += new System.EventHandler(this.aboutDiagramViewerToolStripMenuItem_Click);
			// 
			// modelTreeView
			// 
			this.modelTreeView.Dock = System.Windows.Forms.DockStyle.Left;
			this.modelTreeView.FullRowSelect = true;
			this.modelTreeView.ImageIndex = 0;
			this.modelTreeView.Location = new System.Drawing.Point(0, 24);
			this.modelTreeView.Name = "modelTreeView";
			this.modelTreeView.SelectedImageIndex = 0;
			this.modelTreeView.Size = new System.Drawing.Size(151, 535);
			this.modelTreeView.TabIndex = 4;
			this.modelTreeView.Visible = false;
			// 
			// splitter1
			// 
			this.splitter1.Location = new System.Drawing.Point(151, 24);
			this.splitter1.Name = "splitter1";
			this.splitter1.Size = new System.Drawing.Size(3, 535);
			this.splitter1.TabIndex = 5;
			this.splitter1.TabStop = false;
			// 
			// modelTreeViewPresenter
			// 
			this.modelTreeViewPresenter.HideDeniedMenuItems = false;
			this.modelTreeViewPresenter.ModelTreeController = this.modelController;
			this.modelTreeViewPresenter.PropertyController = null;
			this.modelTreeViewPresenter.ShowDefaultContextMenu = true;
			this.modelTreeViewPresenter.TreeView = this.modelTreeView;
			// 
			// FrameForm
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(830, 559);
			this.Controls.Add(this.splitter1);
			this.Controls.Add(this.modelTreeView);
			this.Controls.Add(this.menuStrip);
			this.IsMdiContainer = true;
			this.MainMenuStrip = this.menuStrip;
			this.Name = "FrameForm";
			this.Text = "NShape Viewer";
			this.menuStrip.ResumeLayout(false);
			this.menuStrip.PerformLayout();
			this.ResumeLayout(false);
			this.PerformLayout();

		}
예제 #18
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrameForm));
     Dataweb.NShape.RoleBasedSecurityManager        roleBasedSecurityManager1 = new Dataweb.NShape.RoleBasedSecurityManager();
     this.project                             = new Dataweb.NShape.Project(this.components);
     this.cachedRepository                    = new Dataweb.NShape.Advanced.CachedRepository();
     this.xmlStore                            = new Dataweb.NShape.XmlStore();
     this.modelController                     = new Dataweb.NShape.Controllers.ModelController();
     this.diagramSetController                = new Dataweb.NShape.Controllers.DiagramSetController();
     this.openFileDialog                      = new System.Windows.Forms.OpenFileDialog();
     this.menuStrip                           = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem               = new System.Windows.Forms.ToolStripMenuItem();
     this.openProjectToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.closeProjectToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1                  = new System.Windows.Forms.ToolStripSeparator();
     this.exitToolStripMenuItem               = new System.Windows.Forms.ToolStripMenuItem();
     this.diagramsToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.windowsToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.horizontalToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.verticalToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.cascadeToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem               = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutDiagramViewerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.modelTreeView                       = new System.Windows.Forms.TreeView();
     this.splitter1                           = new System.Windows.Forms.Splitter();
     this.modelTreeViewPresenter              = new Dataweb.NShape.WinFormsUI.ModelTreeViewPresenter();
     this.menuStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // project
     //
     this.project.AutoGenerateTemplates = true;
     this.project.LibrarySearchPaths    = ((System.Collections.Generic.IList <string>)(resources.GetObject("project.LibrarySearchPaths")));
     this.project.Name       = null;
     this.project.Repository = this.cachedRepository;
     roleBasedSecurityManager1.CurrentRole     = Dataweb.NShape.StandardRole.Administrator;
     roleBasedSecurityManager1.CurrentRoleName = "Administrator";
     this.project.SecurityManager = roleBasedSecurityManager1;
     this.project.Opened         += new System.EventHandler(this.project_Opened);
     this.project.Closing        += new System.EventHandler(this.project_Closing);
     this.project.Closed         += new System.EventHandler(this.project_Closed);
     //
     // cachedRepository
     //
     this.cachedRepository.ProjectName = null;
     this.cachedRepository.Store       = this.xmlStore;
     this.cachedRepository.Version     = 0;
     //
     // xmlStore
     //
     this.xmlStore.DesignFileName = "";
     this.xmlStore.DirectoryName  = "";
     this.xmlStore.FileExtension  = ".xml";
     this.xmlStore.ProjectName    = "";
     //
     // modelController
     //
     this.modelController.DiagramSetController = this.diagramSetController;
     //
     // diagramSetController
     //
     this.diagramSetController.ActiveTool = null;
     this.diagramSetController.Project    = this.project;
     //
     // openFileDialog
     //
     this.openFileDialog.FileName = "openFileDialog1";
     this.openFileDialog.Filter   = "XML Repositories|*.xml|AllFiles|*.*";
     //
     // menuStrip
     //
     this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem,
         this.diagramsToolStripMenuItem,
         this.windowsToolStripMenuItem,
         this.helpToolStripMenuItem
     });
     this.menuStrip.Location          = new System.Drawing.Point(0, 0);
     this.menuStrip.MdiWindowListItem = this.windowsToolStripMenuItem;
     this.menuStrip.Name     = "menuStrip";
     this.menuStrip.Size     = new System.Drawing.Size(830, 24);
     this.menuStrip.TabIndex = 2;
     this.menuStrip.Text     = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.openProjectToolStripMenuItem,
         this.closeProjectToolStripMenuItem,
         this.toolStripMenuItem1,
         this.exitToolStripMenuItem
     });
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20);
     this.fileToolStripMenuItem.Text = "File";
     //
     // openProjectToolStripMenuItem
     //
     this.openProjectToolStripMenuItem.Name   = "openProjectToolStripMenuItem";
     this.openProjectToolStripMenuItem.Size   = new System.Drawing.Size(160, 22);
     this.openProjectToolStripMenuItem.Text   = "Open Project...";
     this.openProjectToolStripMenuItem.Click += new System.EventHandler(this.openMenuItem_Click);
     //
     // closeProjectToolStripMenuItem
     //
     this.closeProjectToolStripMenuItem.Enabled = false;
     this.closeProjectToolStripMenuItem.Name    = "closeProjectToolStripMenuItem";
     this.closeProjectToolStripMenuItem.Size    = new System.Drawing.Size(160, 22);
     this.closeProjectToolStripMenuItem.Text    = "Close Project";
     this.closeProjectToolStripMenuItem.Click  += new System.EventHandler(this.closeMenuItem_Click);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(157, 6);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name   = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size   = new System.Drawing.Size(160, 22);
     this.exitToolStripMenuItem.Text   = "Exit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // diagramsToolStripMenuItem
     //
     this.diagramsToolStripMenuItem.Name = "diagramsToolStripMenuItem";
     this.diagramsToolStripMenuItem.Size = new System.Drawing.Size(63, 20);
     this.diagramsToolStripMenuItem.Text = "Diagrams";
     //
     // windowsToolStripMenuItem
     //
     this.windowsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.horizontalToolStripMenuItem,
         this.verticalToolStripMenuItem,
         this.cascadeToolStripMenuItem
     });
     this.windowsToolStripMenuItem.Name = "windowsToolStripMenuItem";
     this.windowsToolStripMenuItem.Size = new System.Drawing.Size(62, 20);
     this.windowsToolStripMenuItem.Text = "Windows";
     //
     // horizontalToolStripMenuItem
     //
     this.horizontalToolStripMenuItem.Name   = "horizontalToolStripMenuItem";
     this.horizontalToolStripMenuItem.Size   = new System.Drawing.Size(133, 22);
     this.horizontalToolStripMenuItem.Text   = "Horizontal";
     this.horizontalToolStripMenuItem.Click += new System.EventHandler(this.horizontalToolStripMenuItem_Click);
     //
     // verticalToolStripMenuItem
     //
     this.verticalToolStripMenuItem.Name   = "verticalToolStripMenuItem";
     this.verticalToolStripMenuItem.Size   = new System.Drawing.Size(133, 22);
     this.verticalToolStripMenuItem.Text   = "Vertical";
     this.verticalToolStripMenuItem.Click += new System.EventHandler(this.verticalToolStripMenuItem_Click);
     //
     // cascadeToolStripMenuItem
     //
     this.cascadeToolStripMenuItem.Name   = "cascadeToolStripMenuItem";
     this.cascadeToolStripMenuItem.Size   = new System.Drawing.Size(133, 22);
     this.cascadeToolStripMenuItem.Text   = "Cascade";
     this.cascadeToolStripMenuItem.Click += new System.EventHandler(this.cascadeToolStripMenuItem_Click);
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.aboutDiagramViewerToolStripMenuItem
     });
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(40, 20);
     this.helpToolStripMenuItem.Text = "Help";
     //
     // aboutDiagramViewerToolStripMenuItem
     //
     this.aboutDiagramViewerToolStripMenuItem.Name   = "aboutDiagramViewerToolStripMenuItem";
     this.aboutDiagramViewerToolStripMenuItem.Size   = new System.Drawing.Size(201, 22);
     this.aboutDiagramViewerToolStripMenuItem.Text   = "About NShape Viewer...";
     this.aboutDiagramViewerToolStripMenuItem.Click += new System.EventHandler(this.aboutDiagramViewerToolStripMenuItem_Click);
     //
     // modelTreeView
     //
     this.modelTreeView.Dock               = System.Windows.Forms.DockStyle.Left;
     this.modelTreeView.FullRowSelect      = true;
     this.modelTreeView.ImageIndex         = 0;
     this.modelTreeView.Location           = new System.Drawing.Point(0, 24);
     this.modelTreeView.Name               = "modelTreeView";
     this.modelTreeView.SelectedImageIndex = 0;
     this.modelTreeView.Size               = new System.Drawing.Size(151, 535);
     this.modelTreeView.TabIndex           = 4;
     this.modelTreeView.Visible            = false;
     //
     // splitter1
     //
     this.splitter1.Location = new System.Drawing.Point(151, 24);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(3, 535);
     this.splitter1.TabIndex = 5;
     this.splitter1.TabStop  = false;
     //
     // modelTreeViewPresenter
     //
     this.modelTreeViewPresenter.HideDeniedMenuItems    = false;
     this.modelTreeViewPresenter.ModelTreeController    = this.modelController;
     this.modelTreeViewPresenter.PropertyController     = null;
     this.modelTreeViewPresenter.ShowDefaultContextMenu = true;
     this.modelTreeViewPresenter.TreeView = this.modelTreeView;
     //
     // FrameForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(830, 559);
     this.Controls.Add(this.splitter1);
     this.Controls.Add(this.modelTreeView);
     this.Controls.Add(this.menuStrip);
     this.IsMdiContainer = true;
     this.MainMenuStrip  = this.menuStrip;
     this.Name           = "FrameForm";
     this.Text           = "NShape Viewer";
     this.menuStrip.ResumeLayout(false);
     this.menuStrip.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #19
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SetupPatchingGraphical));
     Dataweb.NShape.RoleBasedSecurityManager        roleBasedSecurityManager1 = new Dataweb.NShape.RoleBasedSecurityManager();
     this.diagramDisplay       = new Dataweb.NShape.WinFormsUI.Display();
     this.diagramSetController = new Dataweb.NShape.Controllers.DiagramSetController();
     this.project                              = new Dataweb.NShape.Project(this.components);
     this.cachedRepository                     = new Dataweb.NShape.Advanced.CachedRepository();
     this.copyFilterToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.pasteFilterToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.pasteFilterMultipleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.diagramContextMenuStrip              = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.diagramContextMenuStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // diagramDisplay
     //
     this.diagramDisplay.AllowDrop = true;
     this.diagramDisplay.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.diagramDisplay.BackColorGradient    = System.Drawing.SystemColors.Control;
     this.diagramDisplay.BorderStyle          = System.Windows.Forms.BorderStyle.Fixed3D;
     this.diagramDisplay.DiagramSetController = this.diagramSetController;
     this.diagramDisplay.GridColor            = System.Drawing.Color.Gainsboro;
     this.diagramDisplay.GridSize             = 19;
     this.diagramDisplay.ImeMode                    = System.Windows.Forms.ImeMode.NoControl;
     this.diagramDisplay.Location                   = new System.Drawing.Point(2, 2);
     this.diagramDisplay.Name                       = "diagramDisplay";
     this.diagramDisplay.PropertyController         = null;
     this.diagramDisplay.RenderingQualityLowQuality = Dataweb.NShape.Advanced.RenderingQuality.LowQuality;
     this.diagramDisplay.SelectionHilightColor      = System.Drawing.Color.Firebrick;
     this.diagramDisplay.SelectionInactiveColor     = System.Drawing.Color.Gray;
     this.diagramDisplay.SelectionInteriorColor     = System.Drawing.Color.WhiteSmoke;
     this.diagramDisplay.SelectionNormalColor       = System.Drawing.Color.DarkGreen;
     this.diagramDisplay.ShowDefaultContextMenu     = false;
     this.diagramDisplay.Size                       = new System.Drawing.Size(446, 546);
     this.diagramDisplay.SnapToGrid                 = false;
     this.diagramDisplay.TabIndex                   = 1;
     this.diagramDisplay.ToolPreviewBackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(119)))), ((int)(((byte)(136)))), ((int)(((byte)(153)))));
     this.diagramDisplay.ToolPreviewColor           = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(70)))), ((int)(((byte)(130)))), ((int)(((byte)(180)))));
     this.diagramDisplay.ShapeDoubleClick          += new System.EventHandler <Dataweb.NShape.Controllers.DiagramPresenterShapeClickEventArgs>(this.displayDiagram_ShapeDoubleClick);
     this.diagramDisplay.KeyDown                   += new System.Windows.Forms.KeyEventHandler(this.diagramDisplay_KeyDown);
     //
     // diagramSetController
     //
     this.diagramSetController.ActiveTool = null;
     this.diagramSetController.Project    = this.project;
     //
     // project
     //
     this.project.LibrarySearchPaths = ((System.Collections.Generic.IList <string>)(resources.GetObject("project.LibrarySearchPaths")));
     this.project.Name       = null;
     this.project.Repository = this.cachedRepository;
     roleBasedSecurityManager1.CurrentRole     = Dataweb.NShape.StandardRole.Administrator;
     roleBasedSecurityManager1.CurrentRoleName = "Administrator";
     this.project.SecurityManager = roleBasedSecurityManager1;
     //
     // cachedRepository
     //
     this.cachedRepository.ProjectName = null;
     this.cachedRepository.Store       = null;
     this.cachedRepository.Version     = 0;
     //
     // copyFilterToolStripMenuItem
     //
     this.copyFilterToolStripMenuItem.Name   = "copyFilterToolStripMenuItem";
     this.copyFilterToolStripMenuItem.Size   = new System.Drawing.Size(186, 22);
     this.copyFilterToolStripMenuItem.Text   = "Copy Filter";
     this.copyFilterToolStripMenuItem.Click += new System.EventHandler(this.copyFilterToolStripMenuItem_Click);
     //
     // pasteFilterToolStripMenuItem
     //
     this.pasteFilterToolStripMenuItem.Name   = "pasteFilterToolStripMenuItem";
     this.pasteFilterToolStripMenuItem.Size   = new System.Drawing.Size(186, 22);
     this.pasteFilterToolStripMenuItem.Text   = "Paste Filter";
     this.pasteFilterToolStripMenuItem.Click += new System.EventHandler(this.pasteFilterToolStripMenuItem_Click);
     //
     // pasteFilterMultipleToolStripMenuItem
     //
     this.pasteFilterMultipleToolStripMenuItem.Name   = "pasteFilterMultipleToolStripMenuItem";
     this.pasteFilterMultipleToolStripMenuItem.Size   = new System.Drawing.Size(186, 22);
     this.pasteFilterMultipleToolStripMenuItem.Text   = "Paste Filter (Multiple)";
     this.pasteFilterMultipleToolStripMenuItem.Click += new System.EventHandler(this.pasteFilterMultipleToolStripMenuItem_Click);
     //
     // diagramContextMenuStrip
     //
     this.diagramContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.copyFilterToolStripMenuItem,
         this.pasteFilterToolStripMenuItem,
         this.pasteFilterMultipleToolStripMenuItem
     });
     this.diagramContextMenuStrip.Name     = "diagramContextMenuStrip";
     this.diagramContextMenuStrip.Size     = new System.Drawing.Size(187, 70);
     this.diagramContextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.diagramContextMenuStrip_Opening);
     //
     // SetupPatchingGraphical
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.diagramDisplay);
     this.DoubleBuffered = true;
     this.Name           = "SetupPatchingGraphical";
     this.Size           = new System.Drawing.Size(450, 550);
     this.Load          += new System.EventHandler(this.SetupPatchingGraphical_Load);
     this.Resize        += new System.EventHandler(this.SetupPatchingGraphical_Resize);
     this.diagramContextMenuStrip.ResumeLayout(false);
     this.ResumeLayout(false);
 }
예제 #20
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     Dataweb.NShape.RoleBasedSecurityManager        roleBasedSecurityManager2 = new Dataweb.NShape.RoleBasedSecurityManager();
     this.display1 = new Dataweb.NShape.WinFormsUI.Display();
     this.diagramSetController1 = new Dataweb.NShape.Controllers.DiagramSetController();
     this.project1          = new Dataweb.NShape.Project(this.components);
     this.cachedRepository1 = new Dataweb.NShape.Advanced.CachedRepository();
     this.xmlStore1         = new Dataweb.NShape.XmlStore();
     this.SuspendLayout();
     //
     // display1
     //
     this.display1.AllowDrop            = true;
     this.display1.AutoScroll           = true;
     this.display1.BackColorGradient    = System.Drawing.SystemColors.Control;
     this.display1.DiagramSetController = this.diagramSetController1;
     this.display1.Dock                   = System.Windows.Forms.DockStyle.Fill;
     this.display1.GridColor              = System.Drawing.Color.Gainsboro;
     this.display1.ImeMode                = System.Windows.Forms.ImeMode.NoControl;
     this.display1.Location               = new System.Drawing.Point(0, 0);
     this.display1.Name                   = "display1";
     this.display1.PropertyController     = null;
     this.display1.SelectionHilightColor  = System.Drawing.Color.Firebrick;
     this.display1.SelectionInactiveColor = System.Drawing.Color.Gray;
     this.display1.SelectionInteriorColor = System.Drawing.Color.WhiteSmoke;
     this.display1.SelectionNormalColor   = System.Drawing.Color.DarkGreen;
     this.display1.Size                   = new System.Drawing.Size(1008, 562);
     this.display1.TabIndex               = 0;
     this.display1.ToolPreviewBackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(119)))), ((int)(((byte)(136)))), ((int)(((byte)(153)))));
     this.display1.ToolPreviewColor       = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(70)))), ((int)(((byte)(130)))), ((int)(((byte)(180)))));
     //
     // diagramSetController1
     //
     this.diagramSetController1.ActiveTool = null;
     this.diagramSetController1.Project    = this.project1;
     //
     // project1
     //
     this.project1.AutoGenerateTemplates = true;
     this.project1.LibrarySearchPaths    = ((System.Collections.Generic.IList <string>)(resources.GetObject("project1.LibrarySearchPaths")));
     this.project1.Name       = null;
     this.project1.Repository = this.cachedRepository1;
     roleBasedSecurityManager2.CurrentRole     = Dataweb.NShape.StandardRole.Administrator;
     roleBasedSecurityManager2.CurrentRoleName = "Administrator";
     this.project1.SecurityManager             = roleBasedSecurityManager2;
     //
     // cachedRepository1
     //
     this.cachedRepository1.ProjectName = null;
     this.cachedRepository1.Store       = this.xmlStore1;
     this.cachedRepository1.Version     = 0;
     //
     // xmlStore1
     //
     this.xmlStore1.DesignFileName = "";
     this.xmlStore1.DirectoryName  = "";
     this.xmlStore1.FileExtension  = ".xml";
     this.xmlStore1.ProjectName    = "";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1008, 562);
     this.Controls.Add(this.display1);
     this.Name  = "Form1";
     this.Text  = "Basic Tutorial - Basic Application";
     this.Load += new System.EventHandler(this.Form1_Load);
     this.ResumeLayout(false);
 }
예제 #21
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent() {
			this.components = new System.ComponentModel.Container();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
			Dataweb.NShape.RoleBasedSecurityManager roleBasedSecurityManager2 = new Dataweb.NShape.RoleBasedSecurityManager();
			this.display1 = new Dataweb.NShape.WinFormsUI.Display();
			this.diagramSetController1 = new Dataweb.NShape.Controllers.DiagramSetController();
			this.project1 = new Dataweb.NShape.Project(this.components);
			this.cachedRepository1 = new Dataweb.NShape.Advanced.CachedRepository();
			this.xmlStore1 = new Dataweb.NShape.XmlStore();
			this.SuspendLayout();
			// 
			// display1
			// 
			this.display1.AllowDrop = true;
			this.display1.AutoScroll = true;
			this.display1.BackColorGradient = System.Drawing.SystemColors.Control;
			this.display1.DiagramSetController = this.diagramSetController1;
			this.display1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.display1.GridColor = System.Drawing.Color.Gainsboro;
			this.display1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.display1.Location = new System.Drawing.Point(0, 0);
			this.display1.Name = "display1";
			this.display1.PropertyController = null;
			this.display1.SelectionHilightColor = System.Drawing.Color.Firebrick;
			this.display1.SelectionInactiveColor = System.Drawing.Color.Gray;
			this.display1.SelectionInteriorColor = System.Drawing.Color.WhiteSmoke;
			this.display1.SelectionNormalColor = System.Drawing.Color.DarkGreen;
			this.display1.Size = new System.Drawing.Size(1008, 562);
			this.display1.TabIndex = 0;
			this.display1.ToolPreviewBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(119)))), ((int)(((byte)(136)))), ((int)(((byte)(153)))));
			this.display1.ToolPreviewColor = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(70)))), ((int)(((byte)(130)))), ((int)(((byte)(180)))));
			// 
			// diagramSetController1
			// 
			this.diagramSetController1.ActiveTool = null;
			this.diagramSetController1.Project = this.project1;
			// 
			// project1
			// 
			this.project1.AutoGenerateTemplates = true;
			this.project1.LibrarySearchPaths = ((System.Collections.Generic.IList<string>)(resources.GetObject("project1.LibrarySearchPaths")));
			this.project1.Name = null;
			this.project1.Repository = this.cachedRepository1;
			roleBasedSecurityManager2.CurrentRole = Dataweb.NShape.StandardRole.Administrator;
			roleBasedSecurityManager2.CurrentRoleName = "Administrator";
			this.project1.SecurityManager = roleBasedSecurityManager2;
			// 
			// cachedRepository1
			// 
			this.cachedRepository1.ProjectName = null;
			this.cachedRepository1.Store = this.xmlStore1;
			this.cachedRepository1.Version = 0;
			// 
			// xmlStore1
			// 
			this.xmlStore1.DesignFileName = "";
			this.xmlStore1.DirectoryName = "";
			this.xmlStore1.FileExtension = ".xml";
			this.xmlStore1.ProjectName = "";
			// 
			// Form1
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(1008, 562);
			this.Controls.Add(this.display1);
			this.Name = "Form1";
			this.Text = "Basic Tutorial - Basic Application";
			this.Load += new System.EventHandler(this.Form1_Load);
			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(SetupPatchingGraphical));
			Dataweb.NShape.RoleBasedSecurityManager roleBasedSecurityManager1 = new Dataweb.NShape.RoleBasedSecurityManager();
			this.diagramDisplay = new Dataweb.NShape.WinFormsUI.Display();
			this.diagramSetController = new Dataweb.NShape.Controllers.DiagramSetController();
			this.project = new Dataweb.NShape.Project(this.components);
			this.cachedRepository = new Dataweb.NShape.Advanced.CachedRepository();
			this.copyFilterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.pasteFilterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.pasteFilterMultipleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.diagramContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
			this.diagramContextMenuStrip.SuspendLayout();
			this.SuspendLayout();
			// 
			// diagramDisplay
			// 
			this.diagramDisplay.AllowDrop = true;
			this.diagramDisplay.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.diagramDisplay.BackColorGradient = System.Drawing.SystemColors.Control;
			this.diagramDisplay.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.diagramDisplay.DiagramSetController = this.diagramSetController;
			this.diagramDisplay.GridColor = System.Drawing.Color.Gainsboro;
			this.diagramDisplay.GridSize = 19;
			this.diagramDisplay.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.diagramDisplay.Location = new System.Drawing.Point(2, 2);
			this.diagramDisplay.Name = "diagramDisplay";
			this.diagramDisplay.PropertyController = null;
			this.diagramDisplay.RenderingQualityLowQuality = Dataweb.NShape.Advanced.RenderingQuality.LowQuality;
			this.diagramDisplay.SelectionHilightColor = System.Drawing.Color.Firebrick;
			this.diagramDisplay.SelectionInactiveColor = System.Drawing.Color.Gray;
			this.diagramDisplay.SelectionInteriorColor = System.Drawing.Color.WhiteSmoke;
			this.diagramDisplay.SelectionNormalColor = System.Drawing.Color.DarkGreen;
			this.diagramDisplay.ShowDefaultContextMenu = false;
			this.diagramDisplay.Size = new System.Drawing.Size(446, 546);
			this.diagramDisplay.SnapToGrid = false;
			this.diagramDisplay.TabIndex = 1;
			this.diagramDisplay.ToolPreviewBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(119)))), ((int)(((byte)(136)))), ((int)(((byte)(153)))));
			this.diagramDisplay.ToolPreviewColor = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(70)))), ((int)(((byte)(130)))), ((int)(((byte)(180)))));
			this.diagramDisplay.ShapeDoubleClick += new System.EventHandler<Dataweb.NShape.Controllers.DiagramPresenterShapeClickEventArgs>(this.displayDiagram_ShapeDoubleClick);
			this.diagramDisplay.KeyDown += new System.Windows.Forms.KeyEventHandler(this.diagramDisplay_KeyDown);
			// 
			// diagramSetController
			// 
			this.diagramSetController.ActiveTool = null;
			this.diagramSetController.Project = this.project;
			// 
			// project
			// 
			this.project.LibrarySearchPaths = ((System.Collections.Generic.IList<string>)(resources.GetObject("project.LibrarySearchPaths")));
			this.project.Name = null;
			this.project.Repository = this.cachedRepository;
			roleBasedSecurityManager1.CurrentRole = Dataweb.NShape.StandardRole.Administrator;
			roleBasedSecurityManager1.CurrentRoleName = "Administrator";
			this.project.SecurityManager = roleBasedSecurityManager1;
			// 
			// cachedRepository
			// 
			this.cachedRepository.ProjectName = null;
			this.cachedRepository.Store = null;
			this.cachedRepository.Version = 0;
			// 
			// copyFilterToolStripMenuItem
			// 
			this.copyFilterToolStripMenuItem.Name = "copyFilterToolStripMenuItem";
			this.copyFilterToolStripMenuItem.Size = new System.Drawing.Size(186, 22);
			this.copyFilterToolStripMenuItem.Text = "Copy Filter";
			this.copyFilterToolStripMenuItem.Click += new System.EventHandler(this.copyFilterToolStripMenuItem_Click);
			// 
			// pasteFilterToolStripMenuItem
			// 
			this.pasteFilterToolStripMenuItem.Name = "pasteFilterToolStripMenuItem";
			this.pasteFilterToolStripMenuItem.Size = new System.Drawing.Size(186, 22);
			this.pasteFilterToolStripMenuItem.Text = "Paste Filter";
			this.pasteFilterToolStripMenuItem.Click += new System.EventHandler(this.pasteFilterToolStripMenuItem_Click);
			// 
			// pasteFilterMultipleToolStripMenuItem
			// 
			this.pasteFilterMultipleToolStripMenuItem.Name = "pasteFilterMultipleToolStripMenuItem";
			this.pasteFilterMultipleToolStripMenuItem.Size = new System.Drawing.Size(186, 22);
			this.pasteFilterMultipleToolStripMenuItem.Text = "Paste Filter (Multiple)";
			this.pasteFilterMultipleToolStripMenuItem.Click += new System.EventHandler(this.pasteFilterMultipleToolStripMenuItem_Click);
			// 
			// diagramContextMenuStrip
			// 
			this.diagramContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.copyFilterToolStripMenuItem,
            this.pasteFilterToolStripMenuItem,
            this.pasteFilterMultipleToolStripMenuItem});
			this.diagramContextMenuStrip.Name = "diagramContextMenuStrip";
			this.diagramContextMenuStrip.Size = new System.Drawing.Size(187, 70);
			this.diagramContextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.diagramContextMenuStrip_Opening);
			// 
			// SetupPatchingGraphical
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.Controls.Add(this.diagramDisplay);
			this.DoubleBuffered = true;
			this.Name = "SetupPatchingGraphical";
			this.Size = new System.Drawing.Size(450, 550);
			this.Load += new System.EventHandler(this.SetupPatchingGraphical_Load);
			this.Resize += new System.EventHandler(this.SetupPatchingGraphical_Resize);
			this.diagramContextMenuStrip.ResumeLayout(false);
			this.ResumeLayout(false);

		}
예제 #23
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     Dataweb.NShape.RoleBasedSecurityManager        roleBasedSecurityManager1 = new Dataweb.NShape.RoleBasedSecurityManager();
     this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.loadWebStatisticsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.loadDiagramToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.saveDiagramToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.mainMenuStrip                     = new System.Windows.Forms.MenuStrip();
     this.editToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.selectAllToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.showLayoutWindowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.openFileDialog                    = new System.Windows.Forms.OpenFileDialog();
     this.display = new Dataweb.NShape.WinFormsUI.Display();
     this.diagramSetController = new Dataweb.NShape.Controllers.DiagramSetController();
     this.project           = new Dataweb.NShape.Project(this.components);
     this.cachedRepository  = new Dataweb.NShape.Advanced.CachedRepository();
     this.xmlStore          = new Dataweb.NShape.XmlStore();
     this.toolbox           = new System.Windows.Forms.ListView();
     this.toolBoxAdapter    = new Dataweb.NShape.WinFormsUI.ToolSetListViewPresenter(this.components);
     this.toolSetController = new Dataweb.NShape.Controllers.ToolSetController();
     this.mainMenuStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.loadWebStatisticsToolStripMenuItem,
         this.loadDiagramToolStripMenuItem,
         this.saveDiagramToolStripMenuItem
     });
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "File";
     //
     // loadWebStatisticsToolStripMenuItem
     //
     this.loadWebStatisticsToolStripMenuItem.Name   = "loadWebStatisticsToolStripMenuItem";
     this.loadWebStatisticsToolStripMenuItem.Size   = new System.Drawing.Size(184, 22);
     this.loadWebStatisticsToolStripMenuItem.Text   = "Load Web statistics...";
     this.loadWebStatisticsToolStripMenuItem.Click += new System.EventHandler(this.loadWebStatisticsToolStripMenuItem_Click);
     //
     // loadDiagramToolStripMenuItem
     //
     this.loadDiagramToolStripMenuItem.Name   = "loadDiagramToolStripMenuItem";
     this.loadDiagramToolStripMenuItem.Size   = new System.Drawing.Size(184, 22);
     this.loadDiagramToolStripMenuItem.Text   = "Load Diagram";
     this.loadDiagramToolStripMenuItem.Click += new System.EventHandler(this.loadDiagramToolStripMenuItem_Click);
     //
     // saveDiagramToolStripMenuItem
     //
     this.saveDiagramToolStripMenuItem.Name   = "saveDiagramToolStripMenuItem";
     this.saveDiagramToolStripMenuItem.Size   = new System.Drawing.Size(184, 22);
     this.saveDiagramToolStripMenuItem.Text   = "Save Diagram";
     this.saveDiagramToolStripMenuItem.Click += new System.EventHandler(this.saveDiagramToolStripMenuItem_Click);
     //
     // mainMenuStrip
     //
     this.mainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem,
         this.editToolStripMenuItem
     });
     this.mainMenuStrip.Location = new System.Drawing.Point(0, 0);
     this.mainMenuStrip.Name     = "mainMenuStrip";
     this.mainMenuStrip.Size     = new System.Drawing.Size(996, 24);
     this.mainMenuStrip.TabIndex = 3;
     //
     // editToolStripMenuItem
     //
     this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.selectAllToolStripMenuItem,
         this.showLayoutWindowToolStripMenuItem
     });
     this.editToolStripMenuItem.Name = "editToolStripMenuItem";
     this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
     this.editToolStripMenuItem.Text = "Edit";
     //
     // selectAllToolStripMenuItem
     //
     this.selectAllToolStripMenuItem.Name   = "selectAllToolStripMenuItem";
     this.selectAllToolStripMenuItem.Size   = new System.Drawing.Size(189, 22);
     this.selectAllToolStripMenuItem.Text   = "Select All";
     this.selectAllToolStripMenuItem.Click += new System.EventHandler(this.selectAllToolStripMenuItem_Click);
     //
     // showLayoutWindowToolStripMenuItem
     //
     this.showLayoutWindowToolStripMenuItem.Name   = "showLayoutWindowToolStripMenuItem";
     this.showLayoutWindowToolStripMenuItem.Size   = new System.Drawing.Size(189, 22);
     this.showLayoutWindowToolStripMenuItem.Text   = "Show Layout Window";
     this.showLayoutWindowToolStripMenuItem.Click += new System.EventHandler(this.showLayoutWindowToolStripMenuItem_Click);
     //
     // openFileDialog
     //
     this.openFileDialog.FileName = "Open Web Statistics File";
     //
     // display
     //
     this.display.AllowDrop            = true;
     this.display.AutoScroll           = true;
     this.display.BackColor            = System.Drawing.SystemColors.Control;
     this.display.BackColorGradient    = System.Drawing.SystemColors.ControlLightLight;
     this.display.DiagramSetController = this.diagramSetController;
     this.display.Dock                        = System.Windows.Forms.DockStyle.Fill;
     this.display.GridColor                   = System.Drawing.Color.Gainsboro;
     this.display.ImeMode                     = System.Windows.Forms.ImeMode.NoControl;
     this.display.Location                    = new System.Drawing.Point(0, 0);
     this.display.Name                        = "display";
     this.display.PropertyController          = null;
     this.display.RenderingQualityHighQuality = Dataweb.NShape.Advanced.RenderingQuality.MaximumQuality;
     this.display.SelectionHilightColor       = System.Drawing.Color.Firebrick;
     this.display.SelectionInactiveColor      = System.Drawing.Color.Gray;
     this.display.SelectionInteriorColor      = System.Drawing.Color.WhiteSmoke;
     this.display.SelectionNormalColor        = System.Drawing.Color.DarkGreen;
     this.display.Size                        = new System.Drawing.Size(996, 708);
     this.display.TabIndex                    = 0;
     this.display.ToolPreviewBackColor        = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(119)))), ((int)(((byte)(136)))), ((int)(((byte)(153)))));
     this.display.ToolPreviewColor            = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(70)))), ((int)(((byte)(130)))), ((int)(((byte)(180)))));
     //
     // diagramSetController
     //
     this.diagramSetController.ActiveTool = null;
     this.diagramSetController.Project    = this.project;
     //
     // project
     //
     this.project.AutoGenerateTemplates = false;
     this.project.LibrarySearchPaths    = ((System.Collections.Generic.IList <string>)(resources.GetObject("project.LibrarySearchPaths")));
     this.project.Name       = null;
     this.project.Repository = this.cachedRepository;
     roleBasedSecurityManager1.CurrentRole     = Dataweb.NShape.StandardRole.Administrator;
     roleBasedSecurityManager1.CurrentRoleName = "Administrator";
     this.project.SecurityManager = roleBasedSecurityManager1;
     //
     // cachedRepository
     //
     this.cachedRepository.ProjectName = null;
     this.cachedRepository.Store       = this.xmlStore;
     this.cachedRepository.Version     = 0;
     //
     // xmlStore
     //
     this.xmlStore.BackupGenerationMode = Dataweb.NShape.XmlStore.BackupFileGenerationMode.BakFile;
     this.xmlStore.DesignFileName       = "";
     this.xmlStore.DirectoryName        = "";
     this.xmlStore.FileExtension        = ".nspj";
     this.xmlStore.ProjectName          = "";
     //
     // toolbox
     //
     this.toolbox.Anchor           = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.toolbox.BorderStyle      = System.Windows.Forms.BorderStyle.FixedSingle;
     this.toolbox.FullRowSelect    = true;
     this.toolbox.HeaderStyle      = System.Windows.Forms.ColumnHeaderStyle.None;
     this.toolbox.HideSelection    = false;
     this.toolbox.Location         = new System.Drawing.Point(14, 600);
     this.toolbox.MultiSelect      = false;
     this.toolbox.Name             = "toolbox";
     this.toolbox.ShowItemToolTips = true;
     this.toolbox.Size             = new System.Drawing.Size(145, 76);
     this.toolbox.TabIndex         = 4;
     this.toolbox.UseCompatibleStateImageBehavior = false;
     this.toolbox.View = System.Windows.Forms.View.Details;
     this.toolbox.SelectedIndexChanged += new System.EventHandler(this.toolbox_SelectedIndexChanged);
     //
     // toolBoxAdapter
     //
     this.toolBoxAdapter.HideDeniedMenuItems    = false;
     this.toolBoxAdapter.ListView               = this.toolbox;
     this.toolBoxAdapter.ShowDefaultContextMenu = true;
     this.toolBoxAdapter.ToolSetController      = this.toolSetController;
     //
     // toolSetController
     //
     this.toolSetController.DiagramSetController = this.diagramSetController;
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(996, 708);
     this.Controls.Add(this.toolbox);
     this.Controls.Add(this.mainMenuStrip);
     this.Controls.Add(this.display);
     this.Name   = "MainForm";
     this.Text   = "WebVisits";
     this.Load  += new System.EventHandler(this.MainForm_Load);
     this.Shown += new System.EventHandler(this.MainForm_Shown);
     this.mainMenuStrip.ResumeLayout(false);
     this.mainMenuStrip.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #24
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     Dataweb.NShape.RoleBasedSecurityManager        roleBasedSecurityManager1 = new Dataweb.NShape.RoleBasedSecurityManager();
     this.display1 = new Dataweb.NShape.WinFormsUI.Display();
     this.diagramSetController1 = new Dataweb.NShape.Controllers.DiagramSetController();
     this.project1                            = new Dataweb.NShape.Project(this.components);
     this.cachedRepository1                   = new Dataweb.NShape.Advanced.CachedRepository();
     this.xmlStore1                           = new Dataweb.NShape.XmlStore();
     this.toolSetController1                  = new Dataweb.NShape.Controllers.ToolSetController();
     this.toolSetListViewPresenter1           = new Dataweb.NShape.WinFormsUI.ToolSetListViewPresenter(this.components);
     this.toolListView                        = new System.Windows.Forms.ListView();
     this.menuStrip1                          = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem               = new System.Windows.Forms.ToolStripMenuItem();
     this.fileLoadStatisticsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.fileLayoutToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.fileSaveToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // display1
     //
     this.display1.AllowDrop            = true;
     this.display1.AutoScroll           = true;
     this.display1.BackColorGradient    = System.Drawing.SystemColors.Control;
     this.display1.DiagramSetController = this.diagramSetController1;
     this.display1.Dock                   = System.Windows.Forms.DockStyle.Fill;
     this.display1.GridColor              = System.Drawing.Color.Gainsboro;
     this.display1.ImeMode                = System.Windows.Forms.ImeMode.NoControl;
     this.display1.Location               = new System.Drawing.Point(0, 24);
     this.display1.Name                   = "display1";
     this.display1.PropertyController     = null;
     this.display1.SelectionHilightColor  = System.Drawing.Color.Firebrick;
     this.display1.SelectionInactiveColor = System.Drawing.Color.Gray;
     this.display1.SelectionInteriorColor = System.Drawing.Color.WhiteSmoke;
     this.display1.SelectionNormalColor   = System.Drawing.Color.DarkGreen;
     this.display1.Size                   = new System.Drawing.Size(1008, 538);
     this.display1.TabIndex               = 0;
     this.display1.ToolPreviewBackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(119)))), ((int)(((byte)(136)))), ((int)(((byte)(153)))));
     this.display1.ToolPreviewColor       = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(70)))), ((int)(((byte)(130)))), ((int)(((byte)(180)))));
     //
     // diagramSetController1
     //
     this.diagramSetController1.ActiveTool = null;
     this.diagramSetController1.Project    = this.project1;
     //
     // project1
     //
     this.project1.AutoGenerateTemplates = true;
     this.project1.LibrarySearchPaths    = ((System.Collections.Generic.IList <string>)(resources.GetObject("project1.LibrarySearchPaths")));
     this.project1.Name       = null;
     this.project1.Repository = this.cachedRepository1;
     roleBasedSecurityManager1.CurrentRole     = Dataweb.NShape.StandardRole.Administrator;
     roleBasedSecurityManager1.CurrentRoleName = "Administrator";
     this.project1.SecurityManager             = roleBasedSecurityManager1;
     //
     // cachedRepository1
     //
     this.cachedRepository1.ProjectName = null;
     this.cachedRepository1.Store       = this.xmlStore1;
     this.cachedRepository1.Version     = 0;
     //
     // xmlStore1
     //
     this.xmlStore1.DesignFileName = "";
     this.xmlStore1.DirectoryName  = "";
     this.xmlStore1.FileExtension  = ".xml";
     this.xmlStore1.ProjectName    = "";
     //
     // toolSetController1
     //
     this.toolSetController1.DiagramSetController = this.diagramSetController1;
     //
     // toolSetListViewPresenter1
     //
     this.toolSetListViewPresenter1.HideDeniedMenuItems    = false;
     this.toolSetListViewPresenter1.ListView               = this.toolListView;
     this.toolSetListViewPresenter1.ShowDefaultContextMenu = true;
     this.toolSetListViewPresenter1.ToolSetController      = this.toolSetController1;
     //
     // toolListView
     //
     this.toolListView.Anchor           = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.toolListView.FullRowSelect    = true;
     this.toolListView.HeaderStyle      = System.Windows.Forms.ColumnHeaderStyle.None;
     this.toolListView.HideSelection    = false;
     this.toolListView.Location         = new System.Drawing.Point(-1, 252);
     this.toolListView.MultiSelect      = false;
     this.toolListView.Name             = "toolListView";
     this.toolListView.ShowItemToolTips = true;
     this.toolListView.Size             = new System.Drawing.Size(233, 310);
     this.toolListView.TabIndex         = 1;
     this.toolListView.UseCompatibleStateImageBehavior = false;
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(1008, 24);
     this.menuStrip1.TabIndex = 2;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileLoadStatisticsToolStripMenuItem,
         this.fileLayoutToolStripMenuItem,
         this.fileSaveToolStripMenuItem
     });
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "File";
     //
     // fileLoadStatisticsToolStripMenuItem
     //
     this.fileLoadStatisticsToolStripMenuItem.Name   = "fileLoadStatisticsToolStripMenuItem";
     this.fileLoadStatisticsToolStripMenuItem.Size   = new System.Drawing.Size(148, 22);
     this.fileLoadStatisticsToolStripMenuItem.Text   = "Load statistics";
     this.fileLoadStatisticsToolStripMenuItem.Click += new System.EventHandler(this.fileLoadStatisticsToolStripMenuItem_Click);
     //
     // fileLayoutToolStripMenuItem
     //
     this.fileLayoutToolStripMenuItem.Name   = "fileLayoutToolStripMenuItem";
     this.fileLayoutToolStripMenuItem.Size   = new System.Drawing.Size(148, 22);
     this.fileLayoutToolStripMenuItem.Text   = "Layout";
     this.fileLayoutToolStripMenuItem.Click += new System.EventHandler(this.fileLayoutToolStripMenuItem_Click);
     //
     // fileSaveToolStripMenuItem
     //
     this.fileSaveToolStripMenuItem.Name   = "fileSaveToolStripMenuItem";
     this.fileSaveToolStripMenuItem.Size   = new System.Drawing.Size(148, 22);
     this.fileSaveToolStripMenuItem.Text   = "Save";
     this.fileSaveToolStripMenuItem.Click += new System.EventHandler(this.fileSaveToolStripMenuItem_Click);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1008, 562);
     this.Controls.Add(this.toolListView);
     this.Controls.Add(this.display1);
     this.Controls.Add(this.menuStrip1);
     this.MainMenuStrip = this.menuStrip1;
     this.Name          = "Form1";
     this.Text          = "Basic Tutorial - Layout";
     this.Load         += new System.EventHandler(this.Form1_Load);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #25
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     Dataweb.NShape.RoleBasedSecurityManager        roleBasedSecurityManager4 = new Dataweb.NShape.RoleBasedSecurityManager();
     this.display1             = new Dataweb.NShape.WinFormsUI.Display();
     this.diagramSetController = new Dataweb.NShape.Controllers.DiagramSetController();
     this.project         = new Dataweb.NShape.Project(this.components);
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.intTrackBar     = new System.Windows.Forms.TrackBar();
     this.label2          = new System.Windows.Forms.Label();
     this.floatTrackBar   = new System.Windows.Forms.TrackBar();
     this.label1          = new System.Windows.Forms.Label();
     this.checkBox        = new System.Windows.Forms.CheckBox();
     this.label3          = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.intTrackBar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.floatTrackBar)).BeginInit();
     this.SuspendLayout();
     //
     // display1
     //
     this.display1.AllowDrop            = true;
     this.display1.BackColorGradient    = System.Drawing.SystemColors.Control;
     this.display1.DiagramSetController = this.diagramSetController;
     this.display1.Dock                   = System.Windows.Forms.DockStyle.Fill;
     this.display1.GridColor              = System.Drawing.Color.Gainsboro;
     this.display1.GridSize               = 19;
     this.display1.ImeMode                = System.Windows.Forms.ImeMode.NoControl;
     this.display1.Location               = new System.Drawing.Point(0, 0);
     this.display1.Name                   = "display1";
     this.display1.PropertyController     = null;
     this.display1.SelectionHilightColor  = System.Drawing.Color.Firebrick;
     this.display1.SelectionInactiveColor = System.Drawing.Color.Gray;
     this.display1.SelectionInteriorColor = System.Drawing.Color.WhiteSmoke;
     this.display1.SelectionNormalColor   = System.Drawing.Color.DarkGreen;
     this.display1.Size                   = new System.Drawing.Size(416, 521);
     this.display1.TabIndex               = 0;
     this.display1.ToolPreviewBackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(119)))), ((int)(((byte)(136)))), ((int)(((byte)(153)))));
     this.display1.ToolPreviewColor       = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(70)))), ((int)(((byte)(130)))), ((int)(((byte)(180)))));
     //
     // diagramSetController
     //
     this.diagramSetController.ActiveTool = null;
     this.diagramSetController.Project    = this.project;
     //
     // project
     //
     this.project.LibrarySearchPaths = ((System.Collections.Generic.IList <string>)(resources.GetObject("project.LibrarySearchPaths")));
     this.project.Name       = null;
     this.project.Repository = null;
     roleBasedSecurityManager4.CurrentRole     = Dataweb.NShape.StandardRole.Administrator;
     roleBasedSecurityManager4.CurrentRoleName = "Administrator";
     this.project.SecurityManager = roleBasedSecurityManager4;
     //
     // splitContainer1
     //
     this.splitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.label3);
     this.splitContainer1.Panel1.Controls.Add(this.intTrackBar);
     this.splitContainer1.Panel1.Controls.Add(this.label2);
     this.splitContainer1.Panel1.Controls.Add(this.floatTrackBar);
     this.splitContainer1.Panel1.Controls.Add(this.label1);
     this.splitContainer1.Panel1.Controls.Add(this.checkBox);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.display1);
     this.splitContainer1.Size             = new System.Drawing.Size(629, 521);
     this.splitContainer1.SplitterDistance = 209;
     this.splitContainer1.TabIndex         = 1;
     //
     // intTrackBar
     //
     this.intTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.intTrackBar.AutoSize      = false;
     this.intTrackBar.Location      = new System.Drawing.Point(12, 124);
     this.intTrackBar.Maximum       = 360;
     this.intTrackBar.Name          = "intTrackBar";
     this.intTrackBar.Size          = new System.Drawing.Size(194, 31);
     this.intTrackBar.TabIndex      = 5;
     this.intTrackBar.TickFrequency = 30;
     this.intTrackBar.Scroll       += new System.EventHandler(this.intTrackBar_Scroll);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(12, 202);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(60, 13);
     this.label2.TabIndex = 4;
     this.label2.Text     = "Float Value";
     //
     // floatTrackBar
     //
     this.floatTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.floatTrackBar.AutoSize      = false;
     this.floatTrackBar.Location      = new System.Drawing.Point(12, 218);
     this.floatTrackBar.Maximum       = 100;
     this.floatTrackBar.Name          = "floatTrackBar";
     this.floatTrackBar.Size          = new System.Drawing.Size(194, 31);
     this.floatTrackBar.TabIndex      = 3;
     this.floatTrackBar.TickFrequency = 10;
     this.floatTrackBar.Scroll       += new System.EventHandler(this.floatTrackBar_Scroll);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(12, 108);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(70, 13);
     this.label1.TabIndex = 2;
     this.label1.Text     = "Integer Value";
     //
     // checkBox
     //
     this.checkBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.checkBox.Location  = new System.Drawing.Point(15, 45);
     this.checkBox.Name      = "checkBox";
     this.checkBox.Size      = new System.Drawing.Size(191, 24);
     this.checkBox.TabIndex  = 1;
     this.checkBox.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkBox.UseVisualStyleBackColor = true;
     this.checkBox.CheckedChanged         += new System.EventHandler(this.checkBox_CheckedChanged);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(12, 29);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(76, 13);
     this.label3.TabIndex = 6;
     this.label3.Text     = "Boolean Value";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(629, 521);
     this.Controls.Add(this.splitContainer1);
     this.Name = "Form1";
     this.Text = "Model Mapping Demo";
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel1.PerformLayout();
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.intTrackBar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.floatTrackBar)).EndInit();
     this.ResumeLayout(false);
 }
예제 #26
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent() {
			this.components = new System.ComponentModel.Container();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
			Dataweb.NShape.RoleBasedSecurityManager roleBasedSecurityManager1 = new Dataweb.NShape.RoleBasedSecurityManager();
			this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.loadWebStatisticsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.loadDiagramToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.saveDiagramToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.mainMenuStrip = new System.Windows.Forms.MenuStrip();
			this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.selectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.showLayoutWindowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
			this.display = new Dataweb.NShape.WinFormsUI.Display();
			this.diagramSetController = new Dataweb.NShape.Controllers.DiagramSetController();
			this.project = new Dataweb.NShape.Project(this.components);
			this.cachedRepository = new Dataweb.NShape.Advanced.CachedRepository();
			this.xmlStore = new Dataweb.NShape.XmlStore();
			this.toolbox = new System.Windows.Forms.ListView();
			this.toolBoxAdapter = new Dataweb.NShape.WinFormsUI.ToolSetListViewPresenter(this.components);
			this.toolSetController = new Dataweb.NShape.Controllers.ToolSetController();
			this.mainMenuStrip.SuspendLayout();
			this.SuspendLayout();
			// 
			// fileToolStripMenuItem
			// 
			this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.loadWebStatisticsToolStripMenuItem,
            this.loadDiagramToolStripMenuItem,
            this.saveDiagramToolStripMenuItem});
			this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
			this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
			this.fileToolStripMenuItem.Text = "File";
			// 
			// loadWebStatisticsToolStripMenuItem
			// 
			this.loadWebStatisticsToolStripMenuItem.Name = "loadWebStatisticsToolStripMenuItem";
			this.loadWebStatisticsToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
			this.loadWebStatisticsToolStripMenuItem.Text = "Load Web statistics...";
			this.loadWebStatisticsToolStripMenuItem.Click += new System.EventHandler(this.loadWebStatisticsToolStripMenuItem_Click);
			// 
			// loadDiagramToolStripMenuItem
			// 
			this.loadDiagramToolStripMenuItem.Name = "loadDiagramToolStripMenuItem";
			this.loadDiagramToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
			this.loadDiagramToolStripMenuItem.Text = "Load Diagram";
			this.loadDiagramToolStripMenuItem.Click += new System.EventHandler(this.loadDiagramToolStripMenuItem_Click);
			// 
			// saveDiagramToolStripMenuItem
			// 
			this.saveDiagramToolStripMenuItem.Name = "saveDiagramToolStripMenuItem";
			this.saveDiagramToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
			this.saveDiagramToolStripMenuItem.Text = "Save Diagram";
			this.saveDiagramToolStripMenuItem.Click += new System.EventHandler(this.saveDiagramToolStripMenuItem_Click);
			// 
			// mainMenuStrip
			// 
			this.mainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fileToolStripMenuItem,
            this.editToolStripMenuItem});
			this.mainMenuStrip.Location = new System.Drawing.Point(0, 0);
			this.mainMenuStrip.Name = "mainMenuStrip";
			this.mainMenuStrip.Size = new System.Drawing.Size(996, 24);
			this.mainMenuStrip.TabIndex = 3;
			// 
			// editToolStripMenuItem
			// 
			this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.selectAllToolStripMenuItem,
            this.showLayoutWindowToolStripMenuItem});
			this.editToolStripMenuItem.Name = "editToolStripMenuItem";
			this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
			this.editToolStripMenuItem.Text = "Edit";
			// 
			// selectAllToolStripMenuItem
			// 
			this.selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem";
			this.selectAllToolStripMenuItem.Size = new System.Drawing.Size(189, 22);
			this.selectAllToolStripMenuItem.Text = "Select All";
			this.selectAllToolStripMenuItem.Click += new System.EventHandler(this.selectAllToolStripMenuItem_Click);
			// 
			// showLayoutWindowToolStripMenuItem
			// 
			this.showLayoutWindowToolStripMenuItem.Name = "showLayoutWindowToolStripMenuItem";
			this.showLayoutWindowToolStripMenuItem.Size = new System.Drawing.Size(189, 22);
			this.showLayoutWindowToolStripMenuItem.Text = "Show Layout Window";
			this.showLayoutWindowToolStripMenuItem.Click += new System.EventHandler(this.showLayoutWindowToolStripMenuItem_Click);
			// 
			// openFileDialog
			// 
			this.openFileDialog.FileName = "Open Web Statistics File";
			// 
			// display
			// 
			this.display.AllowDrop = true;
			this.display.AutoScroll = true;
			this.display.BackColor = System.Drawing.SystemColors.Control;
			this.display.BackColorGradient = System.Drawing.SystemColors.ControlLightLight;
			this.display.DiagramSetController = this.diagramSetController;
			this.display.Dock = System.Windows.Forms.DockStyle.Fill;
			this.display.GridColor = System.Drawing.Color.Gainsboro;
			this.display.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.display.Location = new System.Drawing.Point(0, 0);
			this.display.Name = "display";
			this.display.PropertyController = null;
			this.display.RenderingQualityHighQuality = Dataweb.NShape.Advanced.RenderingQuality.MaximumQuality;
			this.display.SelectionHilightColor = System.Drawing.Color.Firebrick;
			this.display.SelectionInactiveColor = System.Drawing.Color.Gray;
			this.display.SelectionInteriorColor = System.Drawing.Color.WhiteSmoke;
			this.display.SelectionNormalColor = System.Drawing.Color.DarkGreen;
			this.display.Size = new System.Drawing.Size(996, 708);
			this.display.TabIndex = 0;
			this.display.ToolPreviewBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(119)))), ((int)(((byte)(136)))), ((int)(((byte)(153)))));
			this.display.ToolPreviewColor = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(70)))), ((int)(((byte)(130)))), ((int)(((byte)(180)))));
			// 
			// diagramSetController
			// 
			this.diagramSetController.ActiveTool = null;
			this.diagramSetController.Project = this.project;
			// 
			// project
			// 
			this.project.AutoGenerateTemplates = false;
			this.project.LibrarySearchPaths = ((System.Collections.Generic.IList<string>)(resources.GetObject("project.LibrarySearchPaths")));
			this.project.Name = null;
			this.project.Repository = this.cachedRepository;
			roleBasedSecurityManager1.CurrentRole = Dataweb.NShape.StandardRole.Administrator;
			roleBasedSecurityManager1.CurrentRoleName = "Administrator";
			this.project.SecurityManager = roleBasedSecurityManager1;
			// 
			// cachedRepository
			// 
			this.cachedRepository.ProjectName = null;
			this.cachedRepository.Store = this.xmlStore;
			this.cachedRepository.Version = 0;
			// 
			// xmlStore
			// 
			this.xmlStore.BackupGenerationMode = Dataweb.NShape.XmlStore.BackupFileGenerationMode.BakFile;
			this.xmlStore.DesignFileName = "";
			this.xmlStore.DirectoryName = "";
			this.xmlStore.FileExtension = ".nspj";
			this.xmlStore.ProjectName = "";
			// 
			// toolbox
			// 
			this.toolbox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.toolbox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.toolbox.FullRowSelect = true;
			this.toolbox.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
			this.toolbox.HideSelection = false;
			this.toolbox.Location = new System.Drawing.Point(14, 600);
			this.toolbox.MultiSelect = false;
			this.toolbox.Name = "toolbox";
			this.toolbox.ShowItemToolTips = true;
			this.toolbox.Size = new System.Drawing.Size(145, 76);
			this.toolbox.TabIndex = 4;
			this.toolbox.UseCompatibleStateImageBehavior = false;
			this.toolbox.View = System.Windows.Forms.View.Details;
			this.toolbox.SelectedIndexChanged += new System.EventHandler(this.toolbox_SelectedIndexChanged);
			// 
			// toolBoxAdapter
			// 
			this.toolBoxAdapter.HideDeniedMenuItems = false;
			this.toolBoxAdapter.ListView = this.toolbox;
			this.toolBoxAdapter.ShowDefaultContextMenu = true;
			this.toolBoxAdapter.ToolSetController = this.toolSetController;
			// 
			// toolSetController
			// 
			this.toolSetController.DiagramSetController = this.diagramSetController;
			// 
			// MainForm
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(996, 708);
			this.Controls.Add(this.toolbox);
			this.Controls.Add(this.mainMenuStrip);
			this.Controls.Add(this.display);
			this.Name = "MainForm";
			this.Text = "WebVisits";
			this.Load += new System.EventHandler(this.MainForm_Load);
			this.Shown += new System.EventHandler(this.MainForm_Shown);
			this.mainMenuStrip.ResumeLayout(false);
			this.mainMenuStrip.PerformLayout();
			this.ResumeLayout(false);
			this.PerformLayout();

		}
예제 #27
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent() {
			this.components = new System.ComponentModel.Container();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
			Dataweb.NShape.RoleBasedSecurityManager roleBasedSecurityManager2 = new Dataweb.NShape.RoleBasedSecurityManager();
			this.mainMenuStrip = new System.Windows.Forms.MenuStrip();
			this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.fileNewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.fileSaveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
			this.shapeTemplateTtoolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.stylesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.propertiesToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
			this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
			this.diagramInsertToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.diagramDeleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.aboutArchiSketchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
			this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
			this.toolBoxStrip = new System.Windows.Forms.ToolStrip();
			this.toolBoxContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
			this.addTemplateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.editTemplateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.deleteTemplateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.mainContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
			this.propertiesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.toolStripContainer = new System.Windows.Forms.ToolStripContainer();
			this.display = new Dataweb.NShape.WinFormsUI.Display();
			this.diagramSetController = new Dataweb.NShape.Controllers.DiagramSetController();
			this.project = new Dataweb.NShape.Project(this.components);
			this.repository = new Dataweb.NShape.Advanced.CachedRepository();
			this.xmlStore = new Dataweb.NShape.XmlStore();
			this.toolStrip2 = new System.Windows.Forms.ToolStrip();
			this.diagramComboBox = new System.Windows.Forms.ToolStripComboBox();
			this.toolSetController = new Dataweb.NShape.Controllers.ToolSetController();
			this.mainMenuStrip.SuspendLayout();
			this.toolBoxContextMenuStrip.SuspendLayout();
			this.mainContextMenuStrip.SuspendLayout();
			this.toolStripContainer.ContentPanel.SuspendLayout();
			this.toolStripContainer.TopToolStripPanel.SuspendLayout();
			this.toolStripContainer.SuspendLayout();
			this.toolStrip2.SuspendLayout();
			this.SuspendLayout();
			// 
			// mainMenuStrip
			// 
			this.mainMenuStrip.Dock = System.Windows.Forms.DockStyle.None;
			this.mainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fileToolStripMenuItem,
            this.editToolStripMenuItem,
            this.toolStripMenuItem1,
            this.helpToolStripMenuItem});
			this.mainMenuStrip.Location = new System.Drawing.Point(0, 0);
			this.mainMenuStrip.Name = "mainMenuStrip";
			this.mainMenuStrip.Size = new System.Drawing.Size(906, 24);
			this.mainMenuStrip.TabIndex = 3;
			// 
			// fileToolStripMenuItem
			// 
			this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fileNewToolStripMenuItem,
            this.openToolStripMenuItem,
            this.saveToolStripMenuItem,
            this.fileSaveAsToolStripMenuItem,
            this.exitToolStripMenuItem});
			this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
			this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
			this.fileToolStripMenuItem.Text = "File";
			// 
			// fileNewToolStripMenuItem
			// 
			this.fileNewToolStripMenuItem.Name = "fileNewToolStripMenuItem";
			this.fileNewToolStripMenuItem.Size = new System.Drawing.Size(121, 22);
			this.fileNewToolStripMenuItem.Text = "New";
			this.fileNewToolStripMenuItem.Click += new System.EventHandler(this.fileNewToolStripMenuItem_Click);
			// 
			// openToolStripMenuItem
			// 
			this.openToolStripMenuItem.Name = "openToolStripMenuItem";
			this.openToolStripMenuItem.Size = new System.Drawing.Size(121, 22);
			this.openToolStripMenuItem.Text = "Open...";
			this.openToolStripMenuItem.Click += new System.EventHandler(this.fileOpenToolStripMenuItem_Click);
			// 
			// saveToolStripMenuItem
			// 
			this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
			this.saveToolStripMenuItem.Size = new System.Drawing.Size(121, 22);
			this.saveToolStripMenuItem.Text = "Save";
			this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
			// 
			// fileSaveAsToolStripMenuItem
			// 
			this.fileSaveAsToolStripMenuItem.Name = "fileSaveAsToolStripMenuItem";
			this.fileSaveAsToolStripMenuItem.Size = new System.Drawing.Size(121, 22);
			this.fileSaveAsToolStripMenuItem.Text = "Save as...";
			this.fileSaveAsToolStripMenuItem.Click += new System.EventHandler(this.fileSaveAsToolStripMenuItem_Click);
			// 
			// exitToolStripMenuItem
			// 
			this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
			this.exitToolStripMenuItem.Size = new System.Drawing.Size(121, 22);
			this.exitToolStripMenuItem.Text = "Exit";
			this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
			// 
			// editToolStripMenuItem
			// 
			this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.copyToolStripMenuItem,
            this.deleteToolStripMenuItem,
            this.toolStripMenuItem2,
            this.shapeTemplateTtoolStripMenuItem,
            this.stylesToolStripMenuItem,
            this.propertiesToolStripMenuItem1});
			this.editToolStripMenuItem.Name = "editToolStripMenuItem";
			this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
			this.editToolStripMenuItem.Text = "Edit";
			// 
			// copyToolStripMenuItem
			// 
			this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";
			this.copyToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
			this.copyToolStripMenuItem.Text = "Copy";
			this.copyToolStripMenuItem.Click += new System.EventHandler(this.copyToolStripMenuItem_Click);
			// 
			// deleteToolStripMenuItem
			// 
			this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
			this.deleteToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
			this.deleteToolStripMenuItem.Text = "Delete";
			this.deleteToolStripMenuItem.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click);
			// 
			// toolStripMenuItem2
			// 
			this.toolStripMenuItem2.Name = "toolStripMenuItem2";
			this.toolStripMenuItem2.Size = new System.Drawing.Size(165, 6);
			// 
			// shapeTemplateTtoolStripMenuItem
			// 
			this.shapeTemplateTtoolStripMenuItem.Name = "shapeTemplateTtoolStripMenuItem";
			this.shapeTemplateTtoolStripMenuItem.Size = new System.Drawing.Size(168, 22);
			this.shapeTemplateTtoolStripMenuItem.Text = "Shape Template...";
			this.shapeTemplateTtoolStripMenuItem.Click += new System.EventHandler(this.shapeTemplateToolStripMenuItem_Click);
			// 
			// stylesToolStripMenuItem
			// 
			this.stylesToolStripMenuItem.Name = "stylesToolStripMenuItem";
			this.stylesToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
			this.stylesToolStripMenuItem.Text = "Styles...";
			this.stylesToolStripMenuItem.Click += new System.EventHandler(this.stylesToolStripMenuItem_Click);
			// 
			// propertiesToolStripMenuItem1
			// 
			this.propertiesToolStripMenuItem1.Name = "propertiesToolStripMenuItem1";
			this.propertiesToolStripMenuItem1.Size = new System.Drawing.Size(168, 22);
			this.propertiesToolStripMenuItem1.Text = "Properties...";
			this.propertiesToolStripMenuItem1.Click += new System.EventHandler(this.propertiesToolStripMenuItem_Click);
			// 
			// toolStripMenuItem1
			// 
			this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.diagramInsertToolStripMenuItem,
            this.diagramDeleteToolStripMenuItem});
			this.toolStripMenuItem1.Name = "toolStripMenuItem1";
			this.toolStripMenuItem1.Size = new System.Drawing.Size(64, 20);
			this.toolStripMenuItem1.Text = "Diagram";
			// 
			// diagramInsertToolStripMenuItem
			// 
			this.diagramInsertToolStripMenuItem.Name = "diagramInsertToolStripMenuItem";
			this.diagramInsertToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
			this.diagramInsertToolStripMenuItem.Text = "Insert";
			this.diagramInsertToolStripMenuItem.Click += new System.EventHandler(this.diagramInsertToolStripMenuItem_Click);
			// 
			// diagramDeleteToolStripMenuItem
			// 
			this.diagramDeleteToolStripMenuItem.Name = "diagramDeleteToolStripMenuItem";
			this.diagramDeleteToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
			this.diagramDeleteToolStripMenuItem.Text = "Delete";
			this.diagramDeleteToolStripMenuItem.Click += new System.EventHandler(this.diagramDeleteToolStripMenuItem_Click);
			// 
			// helpToolStripMenuItem
			// 
			this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.aboutArchiSketchToolStripMenuItem});
			this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
			this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
			this.helpToolStripMenuItem.Text = "Help";
			// 
			// aboutArchiSketchToolStripMenuItem
			// 
			this.aboutArchiSketchToolStripMenuItem.Name = "aboutArchiSketchToolStripMenuItem";
			this.aboutArchiSketchToolStripMenuItem.Size = new System.Drawing.Size(182, 22);
			this.aboutArchiSketchToolStripMenuItem.Text = "About ArchiSketch...";
			this.aboutArchiSketchToolStripMenuItem.Click += new System.EventHandler(this.aboutArchiSketchToolStripMenuItem_Click);
			// 
			// saveFileDialog
			// 
			this.saveFileDialog.DefaultExt = "*.askp";
			this.saveFileDialog.Filter = "ArchiSketch Files (*.askp)|*.askp";
			this.saveFileDialog.Title = "Save ArchiSketch Project";
			// 
			// openFileDialog
			// 
			this.openFileDialog.DefaultExt = "*.askp";
			this.openFileDialog.FileName = "Open ArchiSketch Project";
			this.openFileDialog.Filter = "ArchiSketch Files (*.askp)|*.askp";
			// 
			// toolBoxStrip
			// 
			this.toolBoxStrip.ContextMenuStrip = this.toolBoxContextMenuStrip;
			this.toolBoxStrip.Dock = System.Windows.Forms.DockStyle.None;
			this.toolBoxStrip.Location = new System.Drawing.Point(138, 24);
			this.toolBoxStrip.Name = "toolBoxStrip";
			this.toolBoxStrip.Size = new System.Drawing.Size(111, 25);
			this.toolBoxStrip.TabIndex = 5;
			this.toolBoxStrip.Text = "mainToolStrip";
			// 
			// toolBoxContextMenuStrip
			// 
			this.toolBoxContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.addTemplateToolStripMenuItem,
            this.editTemplateToolStripMenuItem,
            this.deleteTemplateToolStripMenuItem});
			this.toolBoxContextMenuStrip.Name = "toolBoxContextMenuStrip";
			this.toolBoxContextMenuStrip.Size = new System.Drawing.Size(161, 70);
			// 
			// addTemplateToolStripMenuItem
			// 
			this.addTemplateToolStripMenuItem.Name = "addTemplateToolStripMenuItem";
			this.addTemplateToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
			this.addTemplateToolStripMenuItem.Text = "Add Template";
			this.addTemplateToolStripMenuItem.Click += new System.EventHandler(this.addTemplateToolStripMenuItem_Click);
			// 
			// editTemplateToolStripMenuItem
			// 
			this.editTemplateToolStripMenuItem.Name = "editTemplateToolStripMenuItem";
			this.editTemplateToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
			this.editTemplateToolStripMenuItem.Text = "Edit Template";
			this.editTemplateToolStripMenuItem.Click += new System.EventHandler(this.editTemplateToolStripMenuItem_Click);
			// 
			// deleteTemplateToolStripMenuItem
			// 
			this.deleteTemplateToolStripMenuItem.Name = "deleteTemplateToolStripMenuItem";
			this.deleteTemplateToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
			this.deleteTemplateToolStripMenuItem.Text = "Delete Template";
			this.deleteTemplateToolStripMenuItem.Click += new System.EventHandler(this.deleteTemplateToolStripMenuItem_Click);
			// 
			// mainContextMenuStrip
			// 
			this.mainContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.propertiesToolStripMenuItem});
			this.mainContextMenuStrip.Name = "mainContextMenuStrip";
			this.mainContextMenuStrip.ShowItemToolTips = false;
			this.mainContextMenuStrip.Size = new System.Drawing.Size(172, 26);
			// 
			// propertiesToolStripMenuItem
			// 
			this.propertiesToolStripMenuItem.Name = "propertiesToolStripMenuItem";
			this.propertiesToolStripMenuItem.Size = new System.Drawing.Size(171, 22);
			this.propertiesToolStripMenuItem.Text = "Shape Properties...";
			this.propertiesToolStripMenuItem.Click += new System.EventHandler(this.propertiesToolStripMenuItem_Click);
			// 
			// toolStripContainer
			// 
			this.toolStripContainer.BottomToolStripPanelVisible = false;
			// 
			// toolStripContainer.ContentPanel
			// 
			this.toolStripContainer.ContentPanel.AutoScroll = true;
			this.toolStripContainer.ContentPanel.Controls.Add(this.display);
			this.toolStripContainer.ContentPanel.Size = new System.Drawing.Size(906, 567);
			this.toolStripContainer.Dock = System.Windows.Forms.DockStyle.Fill;
			this.toolStripContainer.LeftToolStripPanelVisible = false;
			this.toolStripContainer.Location = new System.Drawing.Point(0, 0);
			this.toolStripContainer.Name = "toolStripContainer";
			this.toolStripContainer.RightToolStripPanelVisible = false;
			this.toolStripContainer.Size = new System.Drawing.Size(906, 616);
			this.toolStripContainer.TabIndex = 7;
			this.toolStripContainer.Text = "toolStripContainer1";
			// 
			// toolStripContainer.TopToolStripPanel
			// 
			this.toolStripContainer.TopToolStripPanel.Controls.Add(this.mainMenuStrip);
			this.toolStripContainer.TopToolStripPanel.Controls.Add(this.toolStrip2);
			this.toolStripContainer.TopToolStripPanel.Controls.Add(this.toolBoxStrip);
			// 
			// display
			// 
			this.display.AllowDrop = true;
			this.display.AutoScroll = true;
			this.display.BackColorGradient = System.Drawing.SystemColors.Control;
			this.display.BackgroundGradientAngle = 45;
			this.display.ConnectionPointShape = Dataweb.NShape.Controllers.ControlPointShape.Circle;
			this.display.ContextMenuStrip = this.mainContextMenuStrip;
			this.display.ControlPointAlpha = ((byte)(255));
			this.display.DiagramSetController = this.diagramSetController;
			this.display.Dock = System.Windows.Forms.DockStyle.Fill;
			this.display.GridAlpha = ((byte)(255));
			this.display.GridColor = System.Drawing.Color.White;
			this.display.GridSize = 20;
			this.display.GripSize = 3;
			this.display.HideDeniedMenuItems = false;
			this.display.HighQualityBackground = true;
			this.display.HighQualityRendering = true;
			this.display.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.display.Location = new System.Drawing.Point(0, 0);
			this.display.MinRotateRange = 30;
			this.display.Name = "display";
			this.display.PropertyController = null;
			this.display.RenderingQualityHighQuality = Dataweb.NShape.Advanced.RenderingQuality.HighQuality;
			this.display.RenderingQualityLowQuality = Dataweb.NShape.Advanced.RenderingQuality.DefaultQuality;
			this.display.ResizeGripShape = Dataweb.NShape.Controllers.ControlPointShape.Square;
			this.display.SelectionHilightColor = System.Drawing.Color.Firebrick;
			this.display.SelectionInactiveColor = System.Drawing.Color.Gray;
			this.display.SelectionInteriorColor = System.Drawing.Color.WhiteSmoke;
			this.display.SelectionNormalColor = System.Drawing.Color.DarkGreen;
			this.display.ShowGrid = true;
			this.display.ShowScrollBars = true;
			this.display.Size = new System.Drawing.Size(906, 567);
			this.display.SnapDistance = 5;
			this.display.SnapToGrid = true;
			this.display.TabIndex = 0;
			this.display.ToolPreviewBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(119)))), ((int)(((byte)(136)))), ((int)(((byte)(153)))));
			this.display.ToolPreviewColor = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(70)))), ((int)(((byte)(130)))), ((int)(((byte)(180)))));
			this.display.ZoomLevel = 100;
			this.display.ZoomWithMouseWheel = false;
			// 
			// diagramSetController
			// 
			this.diagramSetController.ActiveTool = null;
			this.diagramSetController.Project = this.project;
			// 
			// project
			// 
			this.project.AutoGenerateTemplates = true;
			this.project.LibrarySearchPaths = ((System.Collections.Generic.IList<string>)(resources.GetObject("project.LibrarySearchPaths")));
			this.project.Name = "ArchiSketch Project 1";
			this.project.Repository = this.repository;
			roleBasedSecurityManager2.CurrentRole = Dataweb.NShape.StandardRole.Administrator;
			roleBasedSecurityManager2.CurrentRoleName = "Administrator";
			this.project.SecurityManager = roleBasedSecurityManager2;
			// 
			// repository
			// 
			this.repository.ProjectName = "ArchiSketch Project 1";
			this.repository.Store = this.xmlStore;
			this.repository.Version = 0;
			// 
			// xmlStore
			// 
			this.xmlStore.DesignFileName = "";
			this.xmlStore.DirectoryName = "";
			this.xmlStore.FileExtension = ".xml";
			this.xmlStore.ProjectName = "ArchiSketch Project 1";
			// 
			// toolStrip2
			// 
			this.toolStrip2.Dock = System.Windows.Forms.DockStyle.None;
			this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.diagramComboBox});
			this.toolStrip2.Location = new System.Drawing.Point(3, 24);
			this.toolStrip2.Name = "toolStrip2";
			this.toolStrip2.Size = new System.Drawing.Size(135, 25);
			this.toolStrip2.TabIndex = 6;
			// 
			// diagramComboBox
			// 
			this.diagramComboBox.Name = "diagramComboBox";
			this.diagramComboBox.Size = new System.Drawing.Size(121, 25);
			this.diagramComboBox.ToolTipText = "Select a diagram to display, rename the current diagram or create a new one.";
			this.diagramComboBox.SelectedIndexChanged += new System.EventHandler(this.diagramComboBox_SelectedIndexChanged);
			this.diagramComboBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.diagramComboBox_KeyDown);
			// 
			// toolSetController
			// 
			this.toolSetController.DiagramSetController = this.diagramSetController;
			this.toolSetController.TemplateEditorSelected += new System.EventHandler<Dataweb.NShape.Controllers.TemplateEditorEventArgs>(this.toolBox_ShowTemplateEditorDialog);
			this.toolSetController.ToolAdded += new System.EventHandler<Dataweb.NShape.Controllers.ToolEventArgs>(this.toolSetController_ToolAdded);
			this.toolSetController.ToolRemoved += new System.EventHandler<Dataweb.NShape.Controllers.ToolEventArgs>(this.toolSetController_ToolRemoved);
			this.toolSetController.ToolSelected += new System.EventHandler<Dataweb.NShape.Controllers.ToolEventArgs>(this.toolSetController_ToolSelected);
			this.toolSetController.ToolChanged += new System.EventHandler<Dataweb.NShape.Controllers.ToolEventArgs>(this.toolSetController_ToolChanged);
			// 
			// MainForm
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(906, 616);
			this.Controls.Add(this.toolStripContainer);
			this.MainMenuStrip = this.mainMenuStrip;
			this.Name = "MainForm";
			this.Text = "ArchiSketch 1.0";
			this.Load += new System.EventHandler(this.MainForm_Load);
			this.mainMenuStrip.ResumeLayout(false);
			this.mainMenuStrip.PerformLayout();
			this.toolBoxContextMenuStrip.ResumeLayout(false);
			this.mainContextMenuStrip.ResumeLayout(false);
			this.toolStripContainer.ContentPanel.ResumeLayout(false);
			this.toolStripContainer.TopToolStripPanel.ResumeLayout(false);
			this.toolStripContainer.TopToolStripPanel.PerformLayout();
			this.toolStripContainer.ResumeLayout(false);
			this.toolStripContainer.PerformLayout();
			this.toolStrip2.ResumeLayout(false);
			this.toolStrip2.PerformLayout();
			this.ResumeLayout(false);

		}
예제 #28
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent() {
			this.components = new System.ComponentModel.Container();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
			Dataweb.NShape.RoleBasedSecurityManager roleBasedSecurityManager3 = new Dataweb.NShape.RoleBasedSecurityManager();
			this.diagramSetController = new Dataweb.NShape.Controllers.DiagramSetController();
			this.project = new Dataweb.NShape.Project(this.components);
			this.cachedRepository = new Dataweb.NShape.Advanced.CachedRepository();
			this.xmlStore = new Dataweb.NShape.XmlStore();
			this.propertyController = new Dataweb.NShape.Controllers.PropertyController();
			this.toolSetController = new Dataweb.NShape.Controllers.ToolSetController();
			this.listView1 = new System.Windows.Forms.ListView();
			this.propertyGrid1 = new System.Windows.Forms.PropertyGrid();
			this.splitContainer2 = new System.Windows.Forms.SplitContainer();
			this.display1 = new Dataweb.NShape.WinFormsUI.Display();
			this.splitContainer3 = new System.Windows.Forms.SplitContainer();
			this.toolboxGroupBox = new System.Windows.Forms.GroupBox();
			this.GeneralPermissionsPanel = new System.Windows.Forms.TableLayoutPanel();
			this.lblCurrentGenPerm = new System.Windows.Forms.Label();
			this.label5 = new System.Windows.Forms.Label();
			this.propertiesGroupBox = new System.Windows.Forms.GroupBox();
			this.ObjectPermissionsPanel = new System.Windows.Forms.TableLayoutPanel();
			this.label4 = new System.Windows.Forms.Label();
			this.lblCurrentSecObj = new System.Windows.Forms.Label();
			this.label2 = new System.Windows.Forms.Label();
			this.lblCurrentDomain = new System.Windows.Forms.Label();
			this.label3 = new System.Windows.Forms.Label();
			this.lblCurrentDomPerm = new System.Windows.Forms.Label();
			this.securitySettingsPanel = new System.Windows.Forms.Panel();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.cboUser = new System.Windows.Forms.ComboBox();
			this.ItemVisibilityGroupBox = new System.Windows.Forms.GroupBox();
			this.chkHideProperties = new System.Windows.Forms.CheckBox();
			this.chkHideMenuItems = new System.Windows.Forms.CheckBox();
			this.editPermissionsButton = new System.Windows.Forms.Button();
			this.PermissionsGroupBox = new System.Windows.Forms.GroupBox();
			this.domainPermissionInfoPanel = new System.Windows.Forms.TableLayoutPanel();
			this.label1 = new System.Windows.Forms.Label();
			this.lblDomainPermissions = new System.Windows.Forms.Label();
			this.chkModifyPresent = new System.Windows.Forms.CheckBox();
			this.chkViewPresent = new System.Windows.Forms.CheckBox();
			this.chkModifyData = new System.Windows.Forms.CheckBox();
			this.chkViewData = new System.Windows.Forms.CheckBox();
			this.chkModifyLayout = new System.Windows.Forms.CheckBox();
			this.chkViewLayout = new System.Windows.Forms.CheckBox();
			this.chkModifyConnect = new System.Windows.Forms.CheckBox();
			this.chkViewConnect = new System.Windows.Forms.CheckBox();
			this.chkModifyDelete = new System.Windows.Forms.CheckBox();
			this.chkViewDelete = new System.Windows.Forms.CheckBox();
			this.chkModifyInsert = new System.Windows.Forms.CheckBox();
			this.chkViewInsert = new System.Windows.Forms.CheckBox();
			this.chkModifyTemplates = new System.Windows.Forms.CheckBox();
			this.chkViewTemplates = new System.Windows.Forms.CheckBox();
			this.chkModifySecurity = new System.Windows.Forms.CheckBox();
			this.chkViewSecurity = new System.Windows.Forms.CheckBox();
			this.chkModifyDesigns = new System.Windows.Forms.CheckBox();
			this.chkViewDesigns = new System.Windows.Forms.CheckBox();
			this.lblGeneralPermissions = new System.Windows.Forms.Label();
			this.lblPermissionDesigns = new System.Windows.Forms.Label();
			this.lblPermissionSecurity = new System.Windows.Forms.Label();
			this.lblPermissionTemplates = new System.Windows.Forms.Label();
			this.lblPermissionPresent = new System.Windows.Forms.Label();
			this.lblPermissionDelete = new System.Windows.Forms.Label();
			this.lblPermissionInsert = new System.Windows.Forms.Label();
			this.lblPermissionConnect = new System.Windows.Forms.Label();
			this.lblPermissionLayout = new System.Windows.Forms.Label();
			this.lblPermissionData = new System.Windows.Forms.Label();
			this.lblPermissions = new System.Windows.Forms.Label();
			this.lblModifyAccess = new System.Windows.Forms.Label();
			this.lblViewAccess = new System.Windows.Forms.Label();
			this.cboDomain = new System.Windows.Forms.ComboBox();
			this.panel1 = new System.Windows.Forms.Panel();
			this.splitter1 = new System.Windows.Forms.Splitter();
			this.toolSetListViewPresenter = new Dataweb.NShape.WinFormsUI.ToolSetListViewPresenter(this.components);
			this.propertyPresenter = new Dataweb.NShape.WinFormsUI.PropertyPresenter();
			((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
			this.splitContainer2.Panel1.SuspendLayout();
			this.splitContainer2.Panel2.SuspendLayout();
			this.splitContainer2.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
			this.splitContainer3.Panel1.SuspendLayout();
			this.splitContainer3.Panel2.SuspendLayout();
			this.splitContainer3.SuspendLayout();
			this.toolboxGroupBox.SuspendLayout();
			this.GeneralPermissionsPanel.SuspendLayout();
			this.propertiesGroupBox.SuspendLayout();
			this.ObjectPermissionsPanel.SuspendLayout();
			this.securitySettingsPanel.SuspendLayout();
			this.groupBox1.SuspendLayout();
			this.ItemVisibilityGroupBox.SuspendLayout();
			this.PermissionsGroupBox.SuspendLayout();
			this.domainPermissionInfoPanel.SuspendLayout();
			this.panel1.SuspendLayout();
			this.SuspendLayout();
			// 
			// diagramSetController
			// 
			this.diagramSetController.ActiveTool = null;
			this.diagramSetController.Project = this.project;
			// 
			// project
			// 
			this.project.AutoLoadLibraries = true;
			this.project.LibrarySearchPaths = ((System.Collections.Generic.IList<string>)(resources.GetObject("project.LibrarySearchPaths")));
			this.project.Name = null;
			this.project.Repository = this.cachedRepository;
			roleBasedSecurityManager3.CurrentRole = Dataweb.NShape.StandardRole.Administrator;
			roleBasedSecurityManager3.CurrentRoleName = "Administrator";
			this.project.SecurityManager = roleBasedSecurityManager3;
			// 
			// cachedRepository
			// 
			this.cachedRepository.ProjectName = null;
			this.cachedRepository.Store = this.xmlStore;
			this.cachedRepository.Version = 0;
			// 
			// xmlStore
			// 
			this.xmlStore.DesignFileName = "";
			this.xmlStore.DirectoryName = "";
			this.xmlStore.FileExtension = ".xml";
			this.xmlStore.ProjectName = "";
			// 
			// propertyController
			// 
			this.propertyController.Project = this.project;
			this.propertyController.PropertyDisplayMode = Dataweb.NShape.Controllers.NonEditableDisplayMode.ReadOnly;
			this.propertyController.ObjectsSet += new System.EventHandler<Dataweb.NShape.Controllers.PropertyControllerEventArgs>(this.propertyController1_ObjectsSet);
			// 
			// toolSetController
			// 
			this.toolSetController.DiagramSetController = this.diagramSetController;
			this.toolSetController.DesignEditorSelected += new System.EventHandler(this.toolSetController1_DesignEditorSelected);
			this.toolSetController.LibraryManagerSelected += new System.EventHandler(this.toolSetController1_LibraryManagerSelected);
			this.toolSetController.TemplateEditorSelected += new System.EventHandler<Dataweb.NShape.Controllers.TemplateEditorEventArgs>(this.toolSetController1_TemplateEditorSelected);
			// 
			// listView1
			// 
			this.listView1.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.listView1.FullRowSelect = true;
			this.listView1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
			this.listView1.HideSelection = false;
			this.listView1.Location = new System.Drawing.Point(3, 57);
			this.listView1.MultiSelect = false;
			this.listView1.Name = "listView1";
			this.listView1.ShowItemToolTips = true;
			this.listView1.Size = new System.Drawing.Size(301, 170);
			this.listView1.TabIndex = 0;
			this.listView1.UseCompatibleStateImageBehavior = false;
			// 
			// propertyGrid1
			// 
			this.propertyGrid1.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.propertyGrid1.Location = new System.Drawing.Point(3, 74);
			this.propertyGrid1.Name = "propertyGrid1";
			this.propertyGrid1.Size = new System.Drawing.Size(301, 360);
			this.propertyGrid1.TabIndex = 0;
			// 
			// splitContainer2
			// 
			this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
			this.splitContainer2.Location = new System.Drawing.Point(203, 0);
			this.splitContainer2.Name = "splitContainer2";
			// 
			// splitContainer2.Panel1
			// 
			this.splitContainer2.Panel1.Controls.Add(this.display1);
			// 
			// splitContainer2.Panel2
			// 
			this.splitContainer2.Panel2.Controls.Add(this.splitContainer3);
			this.splitContainer2.Size = new System.Drawing.Size(1061, 682);
			this.splitContainer2.SplitterDistance = 748;
			this.splitContainer2.TabIndex = 0;
			// 
			// display1
			// 
			this.display1.AllowDrop = true;
			this.display1.BackColorGradient = System.Drawing.SystemColors.Control;
			this.display1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.display1.DiagramSetController = this.diagramSetController;
			this.display1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.display1.GridColor = System.Drawing.Color.Gainsboro;
			this.display1.GridSize = 19;
			this.display1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.display1.Location = new System.Drawing.Point(0, 0);
			this.display1.Name = "display1";
			this.display1.PropertyController = this.propertyController;
			this.display1.SelectionHilightColor = System.Drawing.Color.Firebrick;
			this.display1.SelectionInactiveColor = System.Drawing.Color.Gray;
			this.display1.SelectionInteriorColor = System.Drawing.Color.WhiteSmoke;
			this.display1.SelectionNormalColor = System.Drawing.Color.DarkGreen;
			this.display1.Size = new System.Drawing.Size(748, 682);
			this.display1.TabIndex = 0;
			this.display1.ToolPreviewBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(119)))), ((int)(((byte)(136)))), ((int)(((byte)(153)))));
			this.display1.ToolPreviewColor = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(70)))), ((int)(((byte)(130)))), ((int)(((byte)(180)))));
			// 
			// splitContainer3
			// 
			this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
			this.splitContainer3.Location = new System.Drawing.Point(0, 0);
			this.splitContainer3.Name = "splitContainer3";
			this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
			// 
			// splitContainer3.Panel1
			// 
			this.splitContainer3.Panel1.Controls.Add(this.toolboxGroupBox);
			// 
			// splitContainer3.Panel2
			// 
			this.splitContainer3.Panel2.Controls.Add(this.propertiesGroupBox);
			this.splitContainer3.Size = new System.Drawing.Size(309, 682);
			this.splitContainer3.SplitterDistance = 238;
			this.splitContainer3.TabIndex = 0;
			// 
			// toolboxGroupBox
			// 
			this.toolboxGroupBox.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.toolboxGroupBox.Controls.Add(this.GeneralPermissionsPanel);
			this.toolboxGroupBox.Controls.Add(this.listView1);
			this.toolboxGroupBox.Location = new System.Drawing.Point(0, 3);
			this.toolboxGroupBox.Name = "toolboxGroupBox";
			this.toolboxGroupBox.Size = new System.Drawing.Size(306, 233);
			this.toolboxGroupBox.TabIndex = 2;
			this.toolboxGroupBox.TabStop = false;
			this.toolboxGroupBox.Text = "Toolbox";
			// 
			// GeneralPermissionsPanel
			// 
			this.GeneralPermissionsPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
			this.GeneralPermissionsPanel.ColumnCount = 1;
			this.GeneralPermissionsPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
			this.GeneralPermissionsPanel.Controls.Add(this.lblCurrentGenPerm, 0, 1);
			this.GeneralPermissionsPanel.Controls.Add(this.label5, 0, 0);
			this.GeneralPermissionsPanel.Location = new System.Drawing.Point(3, 18);
			this.GeneralPermissionsPanel.Name = "GeneralPermissionsPanel";
			this.GeneralPermissionsPanel.RowCount = 3;
			this.GeneralPermissionsPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
			this.GeneralPermissionsPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
			this.GeneralPermissionsPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
			this.GeneralPermissionsPanel.Size = new System.Drawing.Size(301, 27);
			this.GeneralPermissionsPanel.TabIndex = 1;
			// 
			// lblCurrentGenPerm
			// 
			this.lblCurrentGenPerm.AutoSize = true;
			this.lblCurrentGenPerm.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.lblCurrentGenPerm.Location = new System.Drawing.Point(3, 13);
			this.lblCurrentGenPerm.Name = "lblCurrentGenPerm";
			this.lblCurrentGenPerm.Size = new System.Drawing.Size(144, 13);
			this.lblCurrentGenPerm.TabIndex = 6;
			this.lblCurrentGenPerm.Text = "Security, Templates, Designs";
			// 
			// label5
			// 
			this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.label5.AutoSize = true;
			this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.label5.Location = new System.Drawing.Point(3, 0);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(125, 13);
			this.label5.TabIndex = 5;
			this.label5.Text = "General Permissions:";
			// 
			// propertiesGroupBox
			// 
			this.propertiesGroupBox.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.propertiesGroupBox.Controls.Add(this.propertyGrid1);
			this.propertiesGroupBox.Controls.Add(this.ObjectPermissionsPanel);
			this.propertiesGroupBox.Location = new System.Drawing.Point(0, 0);
			this.propertiesGroupBox.Name = "propertiesGroupBox";
			this.propertiesGroupBox.Size = new System.Drawing.Size(306, 440);
			this.propertiesGroupBox.TabIndex = 2;
			this.propertiesGroupBox.TabStop = false;
			this.propertiesGroupBox.Text = "Property Editor";
			// 
			// ObjectPermissionsPanel
			// 
			this.ObjectPermissionsPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
			this.ObjectPermissionsPanel.ColumnCount = 2;
			this.ObjectPermissionsPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.ObjectPermissionsPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
			this.ObjectPermissionsPanel.Controls.Add(this.label4, 0, 0);
			this.ObjectPermissionsPanel.Controls.Add(this.lblCurrentSecObj, 1, 0);
			this.ObjectPermissionsPanel.Controls.Add(this.label2, 0, 1);
			this.ObjectPermissionsPanel.Controls.Add(this.lblCurrentDomain, 1, 1);
			this.ObjectPermissionsPanel.Controls.Add(this.label3, 0, 2);
			this.ObjectPermissionsPanel.Controls.Add(this.lblCurrentDomPerm, 1, 2);
			this.ObjectPermissionsPanel.Location = new System.Drawing.Point(3, 19);
			this.ObjectPermissionsPanel.Name = "ObjectPermissionsPanel";
			this.ObjectPermissionsPanel.RowCount = 3;
			this.ObjectPermissionsPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
			this.ObjectPermissionsPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
			this.ObjectPermissionsPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
			this.ObjectPermissionsPanel.Size = new System.Drawing.Size(301, 60);
			this.ObjectPermissionsPanel.TabIndex = 1;
			// 
			// label4
			// 
			this.label4.AutoSize = true;
			this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.label4.Location = new System.Drawing.Point(3, 0);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(48, 13);
			this.label4.TabIndex = 3;
			this.label4.Text = "Object:";
			this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// lblCurrentSecObj
			// 
			this.lblCurrentSecObj.AutoSize = true;
			this.lblCurrentSecObj.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.lblCurrentSecObj.Location = new System.Drawing.Point(86, 0);
			this.lblCurrentSecObj.Name = "lblCurrentSecObj";
			this.lblCurrentSecObj.Size = new System.Drawing.Size(126, 13);
			this.lblCurrentSecObj.TabIndex = 6;
			this.lblCurrentSecObj.Text = "Dataweb.NShape.Shape";
			// 
			// label2
			// 
			this.label2.AutoSize = true;
			this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.label2.Location = new System.Drawing.Point(3, 13);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(53, 13);
			this.label2.TabIndex = 1;
			this.label2.Text = "Domain:";
			this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// lblCurrentDomain
			// 
			this.lblCurrentDomain.AutoSize = true;
			this.lblCurrentDomain.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.lblCurrentDomain.Location = new System.Drawing.Point(86, 13);
			this.lblCurrentDomain.Name = "lblCurrentDomain";
			this.lblCurrentDomain.Size = new System.Drawing.Size(14, 13);
			this.lblCurrentDomain.TabIndex = 7;
			this.lblCurrentDomain.Text = "A";
			// 
			// label3
			// 
			this.label3.AutoSize = true;
			this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.label3.Location = new System.Drawing.Point(3, 26);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(77, 13);
			this.label3.TabIndex = 2;
			this.label3.Text = "Permissions:";
			this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// lblCurrentDomPerm
			// 
			this.lblCurrentDomPerm.AutoSize = true;
			this.lblCurrentDomPerm.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.lblCurrentDomPerm.Location = new System.Drawing.Point(86, 26);
			this.lblCurrentDomPerm.Name = "lblCurrentDomPerm";
			this.lblCurrentDomPerm.Size = new System.Drawing.Size(189, 26);
			this.lblCurrentDomPerm.TabIndex = 8;
			this.lblCurrentDomPerm.Text = "Insert, Delete, Connect, Layout, Data, Present";
			// 
			// securitySettingsPanel
			// 
			this.securitySettingsPanel.Controls.Add(this.groupBox1);
			this.securitySettingsPanel.Controls.Add(this.ItemVisibilityGroupBox);
			this.securitySettingsPanel.Controls.Add(this.editPermissionsButton);
			this.securitySettingsPanel.Controls.Add(this.PermissionsGroupBox);
			this.securitySettingsPanel.Dock = System.Windows.Forms.DockStyle.Fill;
			this.securitySettingsPanel.Location = new System.Drawing.Point(0, 0);
			this.securitySettingsPanel.Name = "securitySettingsPanel";
			this.securitySettingsPanel.Size = new System.Drawing.Size(200, 682);
			this.securitySettingsPanel.TabIndex = 43;
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.cboUser);
			this.groupBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.groupBox1.Location = new System.Drawing.Point(3, 140);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(197, 50);
			this.groupBox1.TabIndex = 6;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "User Role";
			// 
			// cboUser
			// 
			this.cboUser.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
			this.cboUser.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.cboUser.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.cboUser.FormattingEnabled = true;
			this.cboUser.Location = new System.Drawing.Point(9, 19);
			this.cboUser.Name = "cboUser";
			this.cboUser.Size = new System.Drawing.Size(185, 21);
			this.cboUser.TabIndex = 1;
			this.cboUser.SelectedIndexChanged += new System.EventHandler(this.userOrDomainCheckBox_SelectedIndexChanged);
			// 
			// ItemVisibilityGroupBox
			// 
			this.ItemVisibilityGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
			this.ItemVisibilityGroupBox.Controls.Add(this.chkHideProperties);
			this.ItemVisibilityGroupBox.Controls.Add(this.chkHideMenuItems);
			this.ItemVisibilityGroupBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.ItemVisibilityGroupBox.Location = new System.Drawing.Point(3, 12);
			this.ItemVisibilityGroupBox.Name = "ItemVisibilityGroupBox";
			this.ItemVisibilityGroupBox.Size = new System.Drawing.Size(197, 66);
			this.ItemVisibilityGroupBox.TabIndex = 2;
			this.ItemVisibilityGroupBox.TabStop = false;
			this.ItemVisibilityGroupBox.Text = "Item Visibility Settings";
			// 
			// chkHideProperties
			// 
			this.chkHideProperties.AutoSize = true;
			this.chkHideProperties.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.chkHideProperties.Location = new System.Drawing.Point(9, 42);
			this.chkHideProperties.Name = "chkHideProperties";
			this.chkHideProperties.Size = new System.Drawing.Size(168, 17);
			this.chkHideProperties.TabIndex = 3;
			this.chkHideProperties.Text = "Hide Properties If Not Granted";
			this.chkHideProperties.UseVisualStyleBackColor = true;
			this.chkHideProperties.CheckedChanged += new System.EventHandler(this.chkHideProperties_CheckedChanged);
			// 
			// chkHideMenuItems
			// 
			this.chkHideMenuItems.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
			this.chkHideMenuItems.AutoSize = true;
			this.chkHideMenuItems.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.chkHideMenuItems.Location = new System.Drawing.Point(9, 19);
			this.chkHideMenuItems.Name = "chkHideMenuItems";
			this.chkHideMenuItems.Size = new System.Drawing.Size(176, 17);
			this.chkHideMenuItems.TabIndex = 2;
			this.chkHideMenuItems.Text = "Hide Menu Items If Not Granted";
			this.chkHideMenuItems.UseVisualStyleBackColor = true;
			this.chkHideMenuItems.CheckedChanged += new System.EventHandler(this.chkHideMenuItems_CheckedChanged);
			// 
			// editPermissionsButton
			// 
			this.editPermissionsButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
			this.editPermissionsButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.editPermissionsButton.Location = new System.Drawing.Point(12, 97);
			this.editPermissionsButton.Name = "editPermissionsButton";
			this.editPermissionsButton.Size = new System.Drawing.Size(185, 23);
			this.editPermissionsButton.TabIndex = 5;
			this.editPermissionsButton.Text = "Edit Permissions...";
			this.editPermissionsButton.UseVisualStyleBackColor = true;
			this.editPermissionsButton.Click += new System.EventHandler(this.editPermissionsButton_Click);
			// 
			// PermissionsGroupBox
			// 
			this.PermissionsGroupBox.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.PermissionsGroupBox.Controls.Add(this.domainPermissionInfoPanel);
			this.PermissionsGroupBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.PermissionsGroupBox.Location = new System.Drawing.Point(3, 215);
			this.PermissionsGroupBox.Name = "PermissionsGroupBox";
			this.PermissionsGroupBox.Size = new System.Drawing.Size(197, 464);
			this.PermissionsGroupBox.TabIndex = 1;
			this.PermissionsGroupBox.TabStop = false;
			this.PermissionsGroupBox.Text = "Permissions";
			// 
			// domainPermissionInfoPanel
			// 
			this.domainPermissionInfoPanel.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.domainPermissionInfoPanel.ColumnCount = 3;
			this.domainPermissionInfoPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
			this.domainPermissionInfoPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.domainPermissionInfoPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.domainPermissionInfoPanel.Controls.Add(this.label1, 0, 6);
			this.domainPermissionInfoPanel.Controls.Add(this.lblDomainPermissions, 0, 8);
			this.domainPermissionInfoPanel.Controls.Add(this.chkModifyPresent, 2, 14);
			this.domainPermissionInfoPanel.Controls.Add(this.chkViewPresent, 1, 14);
			this.domainPermissionInfoPanel.Controls.Add(this.chkModifyData, 2, 13);
			this.domainPermissionInfoPanel.Controls.Add(this.chkViewData, 1, 13);
			this.domainPermissionInfoPanel.Controls.Add(this.chkModifyLayout, 2, 12);
			this.domainPermissionInfoPanel.Controls.Add(this.chkViewLayout, 1, 12);
			this.domainPermissionInfoPanel.Controls.Add(this.chkModifyConnect, 2, 11);
			this.domainPermissionInfoPanel.Controls.Add(this.chkViewConnect, 1, 11);
			this.domainPermissionInfoPanel.Controls.Add(this.chkModifyDelete, 2, 10);
			this.domainPermissionInfoPanel.Controls.Add(this.chkViewDelete, 1, 10);
			this.domainPermissionInfoPanel.Controls.Add(this.chkModifyInsert, 2, 9);
			this.domainPermissionInfoPanel.Controls.Add(this.chkViewInsert, 1, 9);
			this.domainPermissionInfoPanel.Controls.Add(this.chkModifyTemplates, 2, 4);
			this.domainPermissionInfoPanel.Controls.Add(this.chkViewTemplates, 1, 4);
			this.domainPermissionInfoPanel.Controls.Add(this.chkModifySecurity, 2, 3);
			this.domainPermissionInfoPanel.Controls.Add(this.chkViewSecurity, 1, 3);
			this.domainPermissionInfoPanel.Controls.Add(this.chkModifyDesigns, 2, 2);
			this.domainPermissionInfoPanel.Controls.Add(this.chkViewDesigns, 1, 2);
			this.domainPermissionInfoPanel.Controls.Add(this.lblGeneralPermissions, 0, 1);
			this.domainPermissionInfoPanel.Controls.Add(this.lblPermissionDesigns, 0, 2);
			this.domainPermissionInfoPanel.Controls.Add(this.lblPermissionSecurity, 0, 3);
			this.domainPermissionInfoPanel.Controls.Add(this.lblPermissionTemplates, 0, 4);
			this.domainPermissionInfoPanel.Controls.Add(this.lblPermissionPresent, 0, 14);
			this.domainPermissionInfoPanel.Controls.Add(this.lblPermissionDelete, 0, 10);
			this.domainPermissionInfoPanel.Controls.Add(this.lblPermissionInsert, 0, 9);
			this.domainPermissionInfoPanel.Controls.Add(this.lblPermissionConnect, 0, 11);
			this.domainPermissionInfoPanel.Controls.Add(this.lblPermissionLayout, 0, 12);
			this.domainPermissionInfoPanel.Controls.Add(this.lblPermissionData, 0, 13);
			this.domainPermissionInfoPanel.Controls.Add(this.lblPermissions, 0, 0);
			this.domainPermissionInfoPanel.Controls.Add(this.lblModifyAccess, 2, 0);
			this.domainPermissionInfoPanel.Controls.Add(this.lblViewAccess, 1, 0);
			this.domainPermissionInfoPanel.Controls.Add(this.cboDomain, 2, 6);
			this.domainPermissionInfoPanel.Location = new System.Drawing.Point(9, 46);
			this.domainPermissionInfoPanel.Name = "domainPermissionInfoPanel";
			this.domainPermissionInfoPanel.RowCount = 16;
			this.domainPermissionInfoPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
			this.domainPermissionInfoPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
			this.domainPermissionInfoPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
			this.domainPermissionInfoPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
			this.domainPermissionInfoPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
			this.domainPermissionInfoPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
			this.domainPermissionInfoPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
			this.domainPermissionInfoPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
			this.domainPermissionInfoPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
			this.domainPermissionInfoPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
			this.domainPermissionInfoPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
			this.domainPermissionInfoPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
			this.domainPermissionInfoPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
			this.domainPermissionInfoPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
			this.domainPermissionInfoPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
			this.domainPermissionInfoPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
			this.domainPermissionInfoPanel.Size = new System.Drawing.Size(185, 385);
			this.domainPermissionInfoPanel.TabIndex = 0;
			// 
			// label1
			// 
			this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
			this.label1.AutoSize = true;
			this.domainPermissionInfoPanel.SetColumnSpan(this.label1, 2);
			this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.label1.Location = new System.Drawing.Point(3, 120);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(84, 27);
			this.label1.TabIndex = 3;
			this.label1.Text = "SecurityDomain:";
			this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// lblDomainPermissions
			// 
			this.lblDomainPermissions.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
			this.domainPermissionInfoPanel.SetColumnSpan(this.lblDomainPermissions, 3);
			this.lblDomainPermissions.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.lblDomainPermissions.Location = new System.Drawing.Point(3, 167);
			this.lblDomainPermissions.Name = "lblDomainPermissions";
			this.lblDomainPermissions.Size = new System.Drawing.Size(179, 20);
			this.lblDomainPermissions.TabIndex = 39;
			this.lblDomainPermissions.Text = "Domain Permissions";
			this.lblDomainPermissions.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// chkModifyPresent
			// 
			this.chkModifyPresent.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
			this.chkModifyPresent.AutoCheck = false;
			this.chkModifyPresent.AutoSize = true;
			this.chkModifyPresent.Location = new System.Drawing.Point(152, 290);
			this.chkModifyPresent.Name = "chkModifyPresent";
			this.chkModifyPresent.Size = new System.Drawing.Size(15, 14);
			this.chkModifyPresent.TabIndex = 34;
			this.chkModifyPresent.UseVisualStyleBackColor = true;
			// 
			// chkViewPresent
			// 
			this.chkViewPresent.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
			this.chkViewPresent.AutoCheck = false;
			this.chkViewPresent.AutoSize = true;
			this.chkViewPresent.Location = new System.Drawing.Point(106, 290);
			this.chkViewPresent.Name = "chkViewPresent";
			this.chkViewPresent.Size = new System.Drawing.Size(15, 14);
			this.chkViewPresent.TabIndex = 33;
			this.chkViewPresent.UseVisualStyleBackColor = true;
			// 
			// chkModifyData
			// 
			this.chkModifyData.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
			this.chkModifyData.AutoCheck = false;
			this.chkModifyData.AutoSize = true;
			this.chkModifyData.Location = new System.Drawing.Point(152, 270);
			this.chkModifyData.Name = "chkModifyData";
			this.chkModifyData.Size = new System.Drawing.Size(15, 14);
			this.chkModifyData.TabIndex = 32;
			this.chkModifyData.UseVisualStyleBackColor = true;
			// 
			// chkViewData
			// 
			this.chkViewData.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
			this.chkViewData.AutoCheck = false;
			this.chkViewData.AutoSize = true;
			this.chkViewData.Location = new System.Drawing.Point(106, 270);
			this.chkViewData.Name = "chkViewData";
			this.chkViewData.Size = new System.Drawing.Size(15, 14);
			this.chkViewData.TabIndex = 31;
			this.chkViewData.UseVisualStyleBackColor = true;
			// 
			// chkModifyLayout
			// 
			this.chkModifyLayout.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
			this.chkModifyLayout.AutoCheck = false;
			this.chkModifyLayout.AutoSize = true;
			this.chkModifyLayout.Location = new System.Drawing.Point(152, 250);
			this.chkModifyLayout.Name = "chkModifyLayout";
			this.chkModifyLayout.Size = new System.Drawing.Size(15, 14);
			this.chkModifyLayout.TabIndex = 30;
			this.chkModifyLayout.UseVisualStyleBackColor = true;
			// 
			// chkViewLayout
			// 
			this.chkViewLayout.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
			this.chkViewLayout.AutoCheck = false;
			this.chkViewLayout.AutoSize = true;
			this.chkViewLayout.Location = new System.Drawing.Point(106, 250);
			this.chkViewLayout.Name = "chkViewLayout";
			this.chkViewLayout.Size = new System.Drawing.Size(15, 14);
			this.chkViewLayout.TabIndex = 29;
			this.chkViewLayout.UseVisualStyleBackColor = true;
			// 
			// chkModifyConnect
			// 
			this.chkModifyConnect.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
			this.chkModifyConnect.AutoCheck = false;
			this.chkModifyConnect.AutoSize = true;
			this.chkModifyConnect.Location = new System.Drawing.Point(152, 230);
			this.chkModifyConnect.Name = "chkModifyConnect";
			this.chkModifyConnect.Size = new System.Drawing.Size(15, 14);
			this.chkModifyConnect.TabIndex = 28;
			this.chkModifyConnect.UseVisualStyleBackColor = true;
			// 
			// chkViewConnect
			// 
			this.chkViewConnect.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
			this.chkViewConnect.AutoCheck = false;
			this.chkViewConnect.AutoSize = true;
			this.chkViewConnect.Location = new System.Drawing.Point(106, 230);
			this.chkViewConnect.Name = "chkViewConnect";
			this.chkViewConnect.Size = new System.Drawing.Size(15, 14);
			this.chkViewConnect.TabIndex = 27;
			this.chkViewConnect.UseVisualStyleBackColor = true;
			// 
			// chkModifyDelete
			// 
			this.chkModifyDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
			this.chkModifyDelete.AutoCheck = false;
			this.chkModifyDelete.AutoSize = true;
			this.chkModifyDelete.Location = new System.Drawing.Point(152, 210);
			this.chkModifyDelete.Name = "chkModifyDelete";
			this.chkModifyDelete.Size = new System.Drawing.Size(15, 14);
			this.chkModifyDelete.TabIndex = 26;
			this.chkModifyDelete.UseVisualStyleBackColor = true;
			// 
			// chkViewDelete
			// 
			this.chkViewDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
			this.chkViewDelete.AutoCheck = false;
			this.chkViewDelete.AutoSize = true;
			this.chkViewDelete.Location = new System.Drawing.Point(106, 210);
			this.chkViewDelete.Name = "chkViewDelete";
			this.chkViewDelete.Size = new System.Drawing.Size(15, 14);
			this.chkViewDelete.TabIndex = 25;
			this.chkViewDelete.UseVisualStyleBackColor = true;
			// 
			// chkModifyInsert
			// 
			this.chkModifyInsert.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
			this.chkModifyInsert.AutoCheck = false;
			this.chkModifyInsert.AutoSize = true;
			this.chkModifyInsert.Location = new System.Drawing.Point(152, 190);
			this.chkModifyInsert.Name = "chkModifyInsert";
			this.chkModifyInsert.Size = new System.Drawing.Size(15, 14);
			this.chkModifyInsert.TabIndex = 24;
			this.chkModifyInsert.UseVisualStyleBackColor = true;
			// 
			// chkViewInsert
			// 
			this.chkViewInsert.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
			this.chkViewInsert.AutoCheck = false;
			this.chkViewInsert.AutoSize = true;
			this.chkViewInsert.Location = new System.Drawing.Point(106, 190);
			this.chkViewInsert.Name = "chkViewInsert";
			this.chkViewInsert.Size = new System.Drawing.Size(15, 14);
			this.chkViewInsert.TabIndex = 23;
			this.chkViewInsert.UseVisualStyleBackColor = true;
			// 
			// chkModifyTemplates
			// 
			this.chkModifyTemplates.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
			this.chkModifyTemplates.AutoCheck = false;
			this.chkModifyTemplates.AutoSize = true;
			this.chkModifyTemplates.Location = new System.Drawing.Point(152, 83);
			this.chkModifyTemplates.Name = "chkModifyTemplates";
			this.chkModifyTemplates.Size = new System.Drawing.Size(15, 14);
			this.chkModifyTemplates.TabIndex = 22;
			this.chkModifyTemplates.UseVisualStyleBackColor = true;
			// 
			// chkViewTemplates
			// 
			this.chkViewTemplates.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
			this.chkViewTemplates.AutoCheck = false;
			this.chkViewTemplates.AutoSize = true;
			this.chkViewTemplates.Location = new System.Drawing.Point(106, 83);
			this.chkViewTemplates.Name = "chkViewTemplates";
			this.chkViewTemplates.Size = new System.Drawing.Size(15, 14);
			this.chkViewTemplates.TabIndex = 21;
			this.chkViewTemplates.UseVisualStyleBackColor = true;
			// 
			// chkModifySecurity
			// 
			this.chkModifySecurity.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
			this.chkModifySecurity.AutoCheck = false;
			this.chkModifySecurity.AutoSize = true;
			this.chkModifySecurity.Location = new System.Drawing.Point(152, 63);
			this.chkModifySecurity.Name = "chkModifySecurity";
			this.chkModifySecurity.Size = new System.Drawing.Size(15, 14);
			this.chkModifySecurity.TabIndex = 20;
			this.chkModifySecurity.UseVisualStyleBackColor = true;
			// 
			// chkViewSecurity
			// 
			this.chkViewSecurity.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
			this.chkViewSecurity.AutoCheck = false;
			this.chkViewSecurity.AutoSize = true;
			this.chkViewSecurity.Location = new System.Drawing.Point(106, 63);
			this.chkViewSecurity.Name = "chkViewSecurity";
			this.chkViewSecurity.Size = new System.Drawing.Size(15, 14);
			this.chkViewSecurity.TabIndex = 19;
			this.chkViewSecurity.UseVisualStyleBackColor = true;
			// 
			// chkModifyDesigns
			// 
			this.chkModifyDesigns.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
			this.chkModifyDesigns.AutoCheck = false;
			this.chkModifyDesigns.AutoSize = true;
			this.chkModifyDesigns.Location = new System.Drawing.Point(152, 43);
			this.chkModifyDesigns.Name = "chkModifyDesigns";
			this.chkModifyDesigns.Size = new System.Drawing.Size(15, 14);
			this.chkModifyDesigns.TabIndex = 18;
			this.chkModifyDesigns.UseVisualStyleBackColor = true;
			// 
			// chkViewDesigns
			// 
			this.chkViewDesigns.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
			this.chkViewDesigns.AutoCheck = false;
			this.chkViewDesigns.AutoSize = true;
			this.chkViewDesigns.Location = new System.Drawing.Point(106, 43);
			this.chkViewDesigns.Name = "chkViewDesigns";
			this.chkViewDesigns.Size = new System.Drawing.Size(15, 14);
			this.chkViewDesigns.TabIndex = 17;
			this.chkViewDesigns.UseVisualStyleBackColor = true;
			// 
			// lblGeneralPermissions
			// 
			this.lblGeneralPermissions.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
			this.domainPermissionInfoPanel.SetColumnSpan(this.lblGeneralPermissions, 3);
			this.lblGeneralPermissions.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.lblGeneralPermissions.Location = new System.Drawing.Point(3, 20);
			this.lblGeneralPermissions.Name = "lblGeneralPermissions";
			this.lblGeneralPermissions.Size = new System.Drawing.Size(179, 20);
			this.lblGeneralPermissions.TabIndex = 14;
			this.lblGeneralPermissions.Text = "General Permissions";
			this.lblGeneralPermissions.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// lblPermissionDesigns
			// 
			this.lblPermissionDesigns.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
			this.lblPermissionDesigns.AutoSize = true;
			this.lblPermissionDesigns.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.lblPermissionDesigns.Location = new System.Drawing.Point(3, 40);
			this.lblPermissionDesigns.Name = "lblPermissionDesigns";
			this.lblPermissionDesigns.Size = new System.Drawing.Size(45, 20);
			this.lblPermissionDesigns.TabIndex = 11;
			this.lblPermissionDesigns.Text = "Designs";
			this.lblPermissionDesigns.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// lblPermissionSecurity
			// 
			this.lblPermissionSecurity.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
			this.lblPermissionSecurity.AutoSize = true;
			this.lblPermissionSecurity.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.lblPermissionSecurity.Location = new System.Drawing.Point(3, 60);
			this.lblPermissionSecurity.Name = "lblPermissionSecurity";
			this.lblPermissionSecurity.Size = new System.Drawing.Size(45, 20);
			this.lblPermissionSecurity.TabIndex = 3;
			this.lblPermissionSecurity.Text = "Security";
			this.lblPermissionSecurity.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// lblPermissionTemplates
			// 
			this.lblPermissionTemplates.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
			this.lblPermissionTemplates.AutoSize = true;
			this.lblPermissionTemplates.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.lblPermissionTemplates.Location = new System.Drawing.Point(3, 80);
			this.lblPermissionTemplates.Name = "lblPermissionTemplates";
			this.lblPermissionTemplates.Size = new System.Drawing.Size(56, 20);
			this.lblPermissionTemplates.TabIndex = 10;
			this.lblPermissionTemplates.Text = "Templates";
			this.lblPermissionTemplates.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// lblPermissionPresent
			// 
			this.lblPermissionPresent.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
			this.lblPermissionPresent.AutoSize = true;
			this.lblPermissionPresent.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.lblPermissionPresent.Location = new System.Drawing.Point(3, 287);
			this.lblPermissionPresent.Name = "lblPermissionPresent";
			this.lblPermissionPresent.Size = new System.Drawing.Size(43, 20);
			this.lblPermissionPresent.TabIndex = 5;
			this.lblPermissionPresent.Text = "Present";
			this.lblPermissionPresent.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// lblPermissionDelete
			// 
			this.lblPermissionDelete.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
			this.lblPermissionDelete.AutoSize = true;
			this.lblPermissionDelete.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.lblPermissionDelete.Location = new System.Drawing.Point(3, 207);
			this.lblPermissionDelete.Name = "lblPermissionDelete";
			this.lblPermissionDelete.Size = new System.Drawing.Size(38, 20);
			this.lblPermissionDelete.TabIndex = 8;
			this.lblPermissionDelete.Text = "Delete";
			this.lblPermissionDelete.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// lblPermissionInsert
			// 
			this.lblPermissionInsert.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
			this.lblPermissionInsert.AutoSize = true;
			this.lblPermissionInsert.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.lblPermissionInsert.Location = new System.Drawing.Point(3, 187);
			this.lblPermissionInsert.Name = "lblPermissionInsert";
			this.lblPermissionInsert.Size = new System.Drawing.Size(33, 20);
			this.lblPermissionInsert.TabIndex = 7;
			this.lblPermissionInsert.Text = "Insert";
			this.lblPermissionInsert.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// lblPermissionConnect
			// 
			this.lblPermissionConnect.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
			this.lblPermissionConnect.AutoSize = true;
			this.lblPermissionConnect.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.lblPermissionConnect.Location = new System.Drawing.Point(3, 227);
			this.lblPermissionConnect.Name = "lblPermissionConnect";
			this.lblPermissionConnect.Size = new System.Drawing.Size(47, 20);
			this.lblPermissionConnect.TabIndex = 9;
			this.lblPermissionConnect.Text = "Connect";
			this.lblPermissionConnect.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// lblPermissionLayout
			// 
			this.lblPermissionLayout.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
			this.lblPermissionLayout.AutoSize = true;
			this.lblPermissionLayout.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.lblPermissionLayout.Location = new System.Drawing.Point(3, 247);
			this.lblPermissionLayout.Name = "lblPermissionLayout";
			this.lblPermissionLayout.Size = new System.Drawing.Size(39, 20);
			this.lblPermissionLayout.TabIndex = 4;
			this.lblPermissionLayout.Text = "Layout";
			this.lblPermissionLayout.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// lblPermissionData
			// 
			this.lblPermissionData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
			this.lblPermissionData.AutoSize = true;
			this.lblPermissionData.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.lblPermissionData.Location = new System.Drawing.Point(3, 267);
			this.lblPermissionData.Name = "lblPermissionData";
			this.lblPermissionData.Size = new System.Drawing.Size(30, 20);
			this.lblPermissionData.TabIndex = 6;
			this.lblPermissionData.Text = "Data";
			this.lblPermissionData.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// lblPermissions
			// 
			this.lblPermissions.AutoSize = true;
			this.lblPermissions.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.lblPermissions.Location = new System.Drawing.Point(3, 0);
			this.lblPermissions.Name = "lblPermissions";
			this.lblPermissions.Size = new System.Drawing.Size(67, 13);
			this.lblPermissions.TabIndex = 40;
			this.lblPermissions.Text = "Permission";
			this.lblPermissions.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// lblModifyAccess
			// 
			this.lblModifyAccess.AutoSize = true;
			this.lblModifyAccess.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.lblModifyAccess.Location = new System.Drawing.Point(137, 0);
			this.lblModifyAccess.Name = "lblModifyAccess";
			this.lblModifyAccess.Size = new System.Drawing.Size(44, 13);
			this.lblModifyAccess.TabIndex = 42;
			this.lblModifyAccess.Text = "Modify";
			this.lblModifyAccess.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// lblViewAccess
			// 
			this.lblViewAccess.AutoSize = true;
			this.lblViewAccess.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.lblViewAccess.Location = new System.Drawing.Point(97, 0);
			this.lblViewAccess.Name = "lblViewAccess";
			this.lblViewAccess.Size = new System.Drawing.Size(34, 13);
			this.lblViewAccess.TabIndex = 41;
			this.lblViewAccess.Text = "View";
			this.lblViewAccess.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// cboDomain
			// 
			this.cboDomain.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Right)));
			this.cboDomain.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.cboDomain.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.cboDomain.FormattingEnabled = true;
			this.cboDomain.Items.AddRange(new object[] {
            "A",
            "B",
            "C",
            "D",
            "E",
            "F",
            "G",
            "H",
            "I",
            "J",
            "K",
            "L",
            "M",
            "N",
            "O",
            "P",
            "Q",
            "R",
            "S",
            "T",
            "U",
            "V",
            "W",
            "X",
            "Y",
            "Z"});
			this.cboDomain.Location = new System.Drawing.Point(137, 123);
			this.cboDomain.Name = "cboDomain";
			this.cboDomain.Size = new System.Drawing.Size(45, 21);
			this.cboDomain.TabIndex = 43;
			this.cboDomain.SelectedIndexChanged += new System.EventHandler(this.userOrDomainCheckBox_SelectedIndexChanged);
			// 
			// panel1
			// 
			this.panel1.Controls.Add(this.securitySettingsPanel);
			this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
			this.panel1.Location = new System.Drawing.Point(0, 0);
			this.panel1.Name = "panel1";
			this.panel1.Size = new System.Drawing.Size(200, 682);
			this.panel1.TabIndex = 2;
			// 
			// splitter1
			// 
			this.splitter1.Location = new System.Drawing.Point(200, 0);
			this.splitter1.Name = "splitter1";
			this.splitter1.Size = new System.Drawing.Size(3, 682);
			this.splitter1.TabIndex = 3;
			this.splitter1.TabStop = false;
			// 
			// toolSetListViewPresenter
			// 
			this.toolSetListViewPresenter.HideDeniedMenuItems = false;
			this.toolSetListViewPresenter.ListView = this.listView1;
			this.toolSetListViewPresenter.ShowDefaultContextMenu = true;
			this.toolSetListViewPresenter.ToolSetController = this.toolSetController;
			// 
			// propertyPresenter
			// 
			this.propertyPresenter.PrimaryPropertyGrid = this.propertyGrid1;
			this.propertyPresenter.PropertyController = this.propertyController;
			this.propertyPresenter.SecondaryPropertyGrid = null;
			// 
			// MainForm
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(1264, 682);
			this.Controls.Add(this.splitContainer2);
			this.Controls.Add(this.splitter1);
			this.Controls.Add(this.panel1);
			this.Name = "MainForm";
			this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
			this.Text = "Security Demo";
			this.Load += new System.EventHandler(this.Form1_Load);
			this.splitContainer2.Panel1.ResumeLayout(false);
			this.splitContainer2.Panel2.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
			this.splitContainer2.ResumeLayout(false);
			this.splitContainer3.Panel1.ResumeLayout(false);
			this.splitContainer3.Panel2.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
			this.splitContainer3.ResumeLayout(false);
			this.toolboxGroupBox.ResumeLayout(false);
			this.GeneralPermissionsPanel.ResumeLayout(false);
			this.GeneralPermissionsPanel.PerformLayout();
			this.propertiesGroupBox.ResumeLayout(false);
			this.ObjectPermissionsPanel.ResumeLayout(false);
			this.ObjectPermissionsPanel.PerformLayout();
			this.securitySettingsPanel.ResumeLayout(false);
			this.groupBox1.ResumeLayout(false);
			this.ItemVisibilityGroupBox.ResumeLayout(false);
			this.ItemVisibilityGroupBox.PerformLayout();
			this.PermissionsGroupBox.ResumeLayout(false);
			this.domainPermissionInfoPanel.ResumeLayout(false);
			this.domainPermissionInfoPanel.PerformLayout();
			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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(QuestsViewer));
     Dataweb.NShape.RoleBasedSecurityManager        roleBasedSecurityManager1 = new Dataweb.NShape.RoleBasedSecurityManager();
     this.openMenuStrip         = new System.Windows.Forms.MenuStrip();
     this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.openQuestFileDialog   = new System.Windows.Forms.OpenFileDialog();
     this.statesViewer          = new System.Windows.Forms.ListBox();
     this.questNameLabel        = new System.Windows.Forms.Label();
     this.sectorsViewer         = new System.Windows.Forms.ListBox();
     this.questsListBox         = new System.Windows.Forms.ListBox();
     this.toolSetController     = new Dataweb.NShape.Controllers.ToolSetController();
     this.diagramSetController  = new Dataweb.NShape.Controllers.DiagramSetController();
     this.project                  = new Dataweb.NShape.Project(this.components);
     this.cachedRepository         = new Dataweb.NShape.Advanced.CachedRepository();
     this.toolSetListViewPresenter = new Dataweb.NShape.WinFormsUI.ToolSetListViewPresenter(this.components);
     this.toolsListView            = new System.Windows.Forms.ListView();
     this.display                  = new Dataweb.NShape.WinFormsUI.Display();
     this.openMenuStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // openMenuStrip
     //
     this.openMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.openToolStripMenuItem
     });
     this.openMenuStrip.Location = new System.Drawing.Point(0, 0);
     this.openMenuStrip.Name     = "openMenuStrip";
     this.openMenuStrip.Size     = new System.Drawing.Size(1048, 24);
     this.openMenuStrip.TabIndex = 0;
     this.openMenuStrip.Text     = "openMenuStrip";
     //
     // openToolStripMenuItem
     //
     this.openToolStripMenuItem.Name   = "openToolStripMenuItem";
     this.openToolStripMenuItem.Size   = new System.Drawing.Size(48, 20);
     this.openToolStripMenuItem.Text   = "Open";
     this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
     //
     // openQuestFileDialog
     //
     this.openQuestFileDialog.FileName = "openQuestFileDialog";
     this.openQuestFileDialog.FileOk  += new System.ComponentModel.CancelEventHandler(this.openQuestFileDialog_FileOk);
     //
     // statesViewer
     //
     this.statesViewer.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.statesViewer.FormattingEnabled = true;
     this.statesViewer.Location          = new System.Drawing.Point(849, 27);
     this.statesViewer.Name     = "statesViewer";
     this.statesViewer.Size     = new System.Drawing.Size(176, 212);
     this.statesViewer.TabIndex = 2;
     //
     // questNameLabel
     //
     this.questNameLabel.AutoSize = true;
     this.questNameLabel.Location = new System.Drawing.Point(849, 48);
     this.questNameLabel.Name     = "questNameLabel";
     this.questNameLabel.Size     = new System.Drawing.Size(0, 13);
     this.questNameLabel.TabIndex = 3;
     //
     // sectorsViewer
     //
     this.sectorsViewer.FormattingEnabled = true;
     this.sectorsViewer.Location          = new System.Drawing.Point(8, 27);
     this.sectorsViewer.Name        = "sectorsViewer";
     this.sectorsViewer.Size        = new System.Drawing.Size(212, 69);
     this.sectorsViewer.TabIndex    = 4;
     this.sectorsViewer.MouseClick += new System.Windows.Forms.MouseEventHandler(this.sectorsViewer_MouseClick);
     //
     // questsListBox
     //
     this.questsListBox.FormattingEnabled = true;
     this.questsListBox.Location          = new System.Drawing.Point(8, 116);
     this.questsListBox.Name        = "questsListBox";
     this.questsListBox.Size        = new System.Drawing.Size(212, 251);
     this.questsListBox.TabIndex    = 5;
     this.questsListBox.MouseClick += new System.Windows.Forms.MouseEventHandler(this.questsListBox_MouseClick);
     //
     // toolSetController
     //
     this.toolSetController.DiagramSetController = this.diagramSetController;
     //
     // diagramSetController
     //
     this.diagramSetController.ActiveTool = null;
     this.diagramSetController.Project    = this.project;
     //
     // project
     //
     this.project.Description        = null;
     this.project.LibrarySearchPaths = ((System.Collections.Generic.IList <string>)(resources.GetObject("project.LibrarySearchPaths")));
     this.project.Name       = null;
     this.project.Repository = this.cachedRepository;
     roleBasedSecurityManager1.CurrentRole     = Dataweb.NShape.StandardRole.Administrator;
     roleBasedSecurityManager1.CurrentRoleName = "Administrator";
     this.project.SecurityManager = roleBasedSecurityManager1;
     //
     // cachedRepository
     //
     this.cachedRepository.ProjectName = null;
     this.cachedRepository.Store       = null;
     this.cachedRepository.Version     = 0;
     //
     // toolSetListViewPresenter
     //
     this.toolSetListViewPresenter.HideDeniedMenuItems    = false;
     this.toolSetListViewPresenter.ListView               = this.toolsListView;
     this.toolSetListViewPresenter.ShowDefaultContextMenu = true;
     this.toolSetListViewPresenter.ToolSetController      = this.toolSetController;
     //
     // toolsListView
     //
     this.toolsListView.FullRowSelect    = true;
     this.toolsListView.HeaderStyle      = System.Windows.Forms.ColumnHeaderStyle.None;
     this.toolsListView.HideSelection    = false;
     this.toolsListView.Location         = new System.Drawing.Point(226, 27);
     this.toolsListView.MultiSelect      = false;
     this.toolsListView.Name             = "toolsListView";
     this.toolsListView.ShowItemToolTips = true;
     this.toolsListView.Size             = new System.Drawing.Size(76, 129);
     this.toolsListView.TabIndex         = 10;
     this.toolsListView.UseCompatibleStateImageBehavior = false;
     this.toolsListView.View = System.Windows.Forms.View.List;
     //
     // display
     //
     this.display.AllowDrop = true;
     this.display.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.display.BackColorGradient    = System.Drawing.SystemColors.Control;
     this.display.DiagramSetController = this.diagramSetController;
     this.display.GridColor            = System.Drawing.Color.Gainsboro;
     this.display.GridSize             = 19;
     this.display.ImeMode                = System.Windows.Forms.ImeMode.NoControl;
     this.display.Location               = new System.Drawing.Point(226, 27);
     this.display.Name                   = "display";
     this.display.PropertyController     = null;
     this.display.SelectionHilightColor  = System.Drawing.Color.Firebrick;
     this.display.SelectionInactiveColor = System.Drawing.Color.Gray;
     this.display.SelectionInteriorColor = System.Drawing.Color.WhiteSmoke;
     this.display.SelectionNormalColor   = System.Drawing.Color.DarkGreen;
     this.display.Size                   = new System.Drawing.Size(607, 700);
     this.display.TabIndex               = 9;
     this.display.ToolPreviewBackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(119)))), ((int)(((byte)(136)))), ((int)(((byte)(153)))));
     this.display.ToolPreviewColor       = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(70)))), ((int)(((byte)(130)))), ((int)(((byte)(180)))));
     //
     // QuestsViewer
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize            = true;
     this.ClientSize          = new System.Drawing.Size(1048, 772);
     this.Controls.Add(this.toolsListView);
     this.Controls.Add(this.questsListBox);
     this.Controls.Add(this.display);
     this.Controls.Add(this.sectorsViewer);
     this.Controls.Add(this.questNameLabel);
     this.Controls.Add(this.statesViewer);
     this.Controls.Add(this.openMenuStrip);
     this.MainMenuStrip = this.openMenuStrip;
     this.Name          = "QuestsViewer";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "OD Quests Editor";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.Load         += new System.EventHandler(this.QuestsViewer_Load);
     this.KeyUp        += new System.Windows.Forms.KeyEventHandler(this.QuestsViewer_KeyUp);
     this.openMenuStrip.ResumeLayout(false);
     this.openMenuStrip.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }