/// <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();
     Findwise.SolutionManager.Views.TableLayout     tableLayout1 = new Findwise.SolutionManager.Views.TableLayout();
     System.ComponentModel.ComponentResourceManager resources    = new System.ComponentModel.ComponentResourceManager(typeof(MainTabularWorkspaceViewDesigner));
     Findwise.SolutionManager.Views.TableLayout     tableLayout2 = new Findwise.SolutionManager.Views.TableLayout();
     Findwise.SolutionManager.Views.TableLayout     tableLayout3 = new Findwise.SolutionManager.Views.TableLayout();
     this.tabControl1 = new System.Windows.Forms.TabControl();
     this.imageList1  = new System.Windows.Forms.ImageList(this.components);
     this.InstallerModuleMainView1 = new Findwise.SolutionManager.Views.WorkspaceInstallerModulesView();
     this.BindingsMainView1        = new Findwise.SolutionManager.Views.WorkspaceBindingsView();
     this.MasterConfigMainView1    = new Findwise.SolutionManager.Views.WorkspaceBindingsView();
     this.SuspendLayout();
     //
     // tabControl1
     //
     this.tabControl1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tabControl1.ImageList     = this.imageList1;
     this.tabControl1.Location      = new System.Drawing.Point(0, 0);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(150, 150);
     this.tabControl1.TabIndex      = 0;
     //
     // imageList1
     //
     this.imageList1.ColorDepth       = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.imageList1.ImageSize        = new System.Drawing.Size(22, 22);
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     //
     // InstallerModuleMainView1
     //
     this.InstallerModuleMainView1.Controllers = null;
     this.InstallerModuleMainView1.DataSource  = null;
     this.InstallerModuleMainView1.Icon        = global::Findwise.SolutionManager.Properties.Resources.brick_icon;
     tableLayout1.Column = 0;
     tableLayout1.Row    = 0;
     this.InstallerModuleMainView1.Layout           = tableLayout1;
     this.InstallerModuleMainView1.Order            = 0;
     this.InstallerModuleMainView1.SelectedObjects  = new object[0];
     this.InstallerModuleMainView1.Title            = "Installer Modules";
     this.InstallerModuleMainView1.ToolBoxAvailable = true;
     //
     // BindingsMainView1
     //
     this.BindingsMainView1.Controllers = null;
     this.BindingsMainView1.DataSource  = null;
     this.BindingsMainView1.Icon        = ((System.Drawing.Image)(resources.GetObject("BindingsMainView1.Icon")));
     tableLayout2.Column                     = 0;
     tableLayout2.Row                        = 0;
     this.BindingsMainView1.Layout           = tableLayout2;
     this.BindingsMainView1.Order            = 1;
     this.BindingsMainView1.SelectedObjects  = new object[0];
     this.BindingsMainView1.Title            = "Data Binding Sources";
     this.BindingsMainView1.ToolBoxAvailable = false;
     this.BindingsMainView1.UseDefaultIcon   = true;
     //
     // MasterConfigMainView1
     //
     this.MasterConfigMainView1.Controllers = null;
     this.MasterConfigMainView1.DataSource  = null;
     this.MasterConfigMainView1.Icon        = global::Findwise.SolutionManager.Properties.Resources.if_magic_17537;
     tableLayout3.Column = 0;
     tableLayout3.Row    = 0;
     this.MasterConfigMainView1.Layout           = tableLayout3;
     this.MasterConfigMainView1.Order            = 1;
     this.MasterConfigMainView1.SelectedObjects  = new object[0];
     this.MasterConfigMainView1.Title            = "Master Configurations";
     this.MasterConfigMainView1.ToolBoxAvailable = false;
     this.MasterConfigMainView1.UseDefaultIcon   = false;
     //
     // MainTabularWorkspaceViewDesigner
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.tabControl1);
     this.Name = "MainTabularWorkspaceViewDesigner";
     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()
 {
     Findwise.SolutionManager.Views.TableLayout     tableLayout1 = new Findwise.SolutionManager.Views.TableLayout();
     Findwise.SolutionManager.Views.TableLayout     tableLayout2 = new Findwise.SolutionManager.Views.TableLayout();
     Findwise.SolutionManager.Views.TableLayout     tableLayout3 = new Findwise.SolutionManager.Views.TableLayout();
     Findwise.SolutionManager.Views.TableLayout     tableLayout4 = new Findwise.SolutionManager.Views.TableLayout();
     Findwise.SolutionManager.Views.TableLayout     tableLayout5 = new Findwise.SolutionManager.Views.TableLayout();
     Findwise.SolutionManager.Views.TableLayout     tableLayout6 = new Findwise.SolutionManager.Views.TableLayout();
     System.ComponentModel.ComponentResourceManager resources    = new System.ComponentModel.ComponentResourceManager(typeof(ControllerForm));
     this.tableLayoutPanel1         = new System.Windows.Forms.TableLayoutPanel();
     this.MainToolStripView1        = new Findwise.SolutionManager.Views.MainToolStripView();
     this.MainStatusStripView1      = new Findwise.SolutionManager.Views.MainStatusStripView();
     this.MainPropertyGridView1     = new Findwise.SolutionManager.Views.MainPropertyGridView();
     this.ProjectManager1           = new Findwise.SolutionManager.Controllers.ProjectManager();
     this.MainToolboxView1          = new Findwise.SolutionManager.Views.MainToolboxView();
     this.MainTabularWorkspaceView1 = new Findwise.SolutionManager.Views.MainTabularWorkspaceView();
     this.MainLogView1  = new Findwise.SolutionManager.Views.MainLogView();
     this.ModuleLoader1 = new Findwise.SolutionManager.Controllers.ModuleLoader();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 1;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(384, 261);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // MainToolStripView1
     //
     this.MainToolStripView1.Controllers = null;
     tableLayout1.Column            = 0;
     tableLayout1.ColumnSpan        = 3;
     tableLayout1.Row               = 0;
     tableLayout1.RowStyle          = new System.Windows.Forms.RowStyle();
     this.MainToolStripView1.Layout = tableLayout1;
     //
     // MainStatusStripView1
     //
     this.MainStatusStripView1.Controllers = null;
     tableLayout2.Column              = 0;
     tableLayout2.ColumnSpan          = 3;
     tableLayout2.Row                 = 3;
     tableLayout2.RowStyle            = new System.Windows.Forms.RowStyle();
     this.MainStatusStripView1.Layout = tableLayout2;
     //
     // MainPropertyGridView1
     //
     this.MainPropertyGridView1.Controllers = null;
     tableLayout3.Column                           = 2;
     tableLayout3.ColumnStyle                      = new System.Windows.Forms.ColumnStyle();
     tableLayout3.Row                              = 1;
     this.MainPropertyGridView1.Layout             = tableLayout3;
     this.MainPropertyGridView1.ProjectManager     = this.ProjectManager1;
     this.MainPropertyGridView1.SelectedObjectName = "";
     this.MainPropertyGridView1.SelectedObjects    = new object[0];
     this.MainPropertyGridView1.PropertyGridSelectedValueChanged   += new System.EventHandler(this.MainPropertyGridView1_PropertyGridItemChanged);
     this.MainPropertyGridView1.SelectedMasterConfigurationChanged += new System.EventHandler(this.MainPropertyGridView1_SelectedMasterConfigurationChanged);
     //
     // ProjectManager1
     //
     this.ProjectManager1.EmptyProjectName     = "New project";
     this.ProjectManager1.IsModified           = false;
     this.ProjectManager1.WindowTitleBase      = null;
     this.ProjectManager1.PropertyChanged     += new System.ComponentModel.PropertyChangedEventHandler(this.ProjectManager1_PropertyChanged);
     this.ProjectManager1.ModuleStatusChanged += new System.EventHandler(this.ProjectManager1_ModuleStatusChanged);
     //
     // MainToolboxView1
     //
     this.MainToolboxView1.Controllers = null;
     tableLayout4.Column                    = 0;
     tableLayout4.ColumnStyle               = new System.Windows.Forms.ColumnStyle();
     tableLayout4.Row                       = 1;
     this.MainToolboxView1.Layout           = tableLayout4;
     this.MainToolboxView1.MiscCategoryName = "Misc";
     this.MainToolboxView1.ModuleSort       = System.Windows.Forms.PropertySort.Categorized;
     this.MainToolboxView1.ModuleAdded     += new System.EventHandler <Findwise.SolutionManager.Views.MainToolboxView.ModuleAddedEventArgs>(this.MainToolboxView1_ModuleAdded);
     //
     // MainTabularWorkspaceView1
     //
     this.MainTabularWorkspaceView1.Controllers = null;
     tableLayout5.Column      = 1;
     tableLayout5.ColumnStyle = new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F);
     tableLayout5.Row         = 1;
     tableLayout5.RowStyle    = new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F);
     this.MainTabularWorkspaceView1.Layout                  = tableLayout5;
     this.MainTabularWorkspaceView1.ProjectManager          = this.ProjectManager1;
     this.MainTabularWorkspaceView1.ViewChanged            += new System.EventHandler(this.MainTabularWorkspaceView1_ViewChanged);
     this.MainTabularWorkspaceView1.SelectedObjectsChanged += new System.EventHandler(this.MainTabularWorkspaceView1_SelectedObjectsChanged);
     //
     // MainLogView1
     //
     this.MainLogView1.Controllers = null;
     tableLayout6.Column           = 0;
     tableLayout6.ColumnSpan       = 3;
     tableLayout6.Row             = 2;
     tableLayout6.RowStyle        = new System.Windows.Forms.RowStyle();
     this.MainLogView1.Layout     = tableLayout6;
     this.MainLogView1.LoggerName = "ColoredTextBox";
     //
     // ModuleLoader1
     //
     this.ModuleLoader1.PluginLoaded    += new System.EventHandler <Findwise.SolutionManager.Controllers.ModuleLoader.PluginLoadedEventArgs>(this.ModuleLoader1_PluginLoaded);
     this.ModuleLoader1.LoadingFinished += new System.EventHandler(this.ModuleLoader1_LoadingFinished);
     //
     // ControllerForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(384, 261);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview    = true;
     this.Name          = "ControllerForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.WindowsDefaultBounds;
     this.Text          = "Findwise Sharepoint Solution Installer";
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.ControllerForm_FormClosing);
     this.Load         += new System.EventHandler(this.ControllerForm_Load);
     this.Shown        += new System.EventHandler(this.ControllerForm_Shown);
     this.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.ControllerForm_KeyDown);
     this.ResumeLayout(false);
 }