예제 #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(WizardWorkPage));
     this._infoPanel = new Razor.InformationPanel();
     this.SuspendLayout();
     //
     // _infoPanel
     //
     this._infoPanel.BackColor   = System.Drawing.Color.White;
     this._infoPanel.Description = "";
     this._infoPanel.Dock        = System.Windows.Forms.DockStyle.Top;
     this._infoPanel.Image       = ((System.Drawing.Image)(resources.GetObject("_infoPanel.Image")));
     this._infoPanel.Location    = new System.Drawing.Point(0, 0);
     this._infoPanel.Name        = "_infoPanel";
     this._infoPanel.Size        = new System.Drawing.Size(502, 85);
     this._infoPanel.TabIndex    = 0;
     this._infoPanel.Title       = "";
     //
     // WizardWorkPage
     //
     this.Controls.Add(this._infoPanel);
     this.Name = "WizardWorkPage";
     this.Size = new System.Drawing.Size(502, 311);
     this.ResumeLayout(false);
 }
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(WizardWorkPage));
			this._infoPanel = new Razor.InformationPanel();
			this.SuspendLayout();
			// 
			// _infoPanel
			// 
			this._infoPanel.BackColor = System.Drawing.Color.White;
			this._infoPanel.Description = "";
			this._infoPanel.Dock = System.Windows.Forms.DockStyle.Top;
			this._infoPanel.Image = ((System.Drawing.Image)(resources.GetObject("_infoPanel.Image")));
			this._infoPanel.Location = new System.Drawing.Point(0, 0);
			this._infoPanel.Name = "_infoPanel";
			this._infoPanel.Size = new System.Drawing.Size(502, 85);
			this._infoPanel.TabIndex = 0;
			this._infoPanel.Title = "";
			// 
			// WizardWorkPage
			// 
			this.Controls.Add(this._infoPanel);
			this.Name = "WizardWorkPage";
			this.Size = new System.Drawing.Size(502, 311);
			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._informationPanel = new Razor.InformationPanel();
     this._labelText        = new System.Windows.Forms.Label();
     this._buttonCancel     = new System.Windows.Forms.Button();
     this._buttonCancelAll  = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // _informationPanel
     //
     this._informationPanel.BackColor   = System.Drawing.Color.White;
     this._informationPanel.Description = "";
     this._informationPanel.Dock        = System.Windows.Forms.DockStyle.Top;
     this._informationPanel.Image       = null;
     this._informationPanel.Location    = new System.Drawing.Point(0, 0);
     this._informationPanel.Name        = "_informationPanel";
     this._informationPanel.Size        = new System.Drawing.Size(394, 85);
     this._informationPanel.TabIndex    = 0;
     this._informationPanel.Title       = "";
     //
     // _labelText
     //
     this._labelText.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._labelText.Location = new System.Drawing.Point(10, 95);
     this._labelText.Name     = "_labelText";
     this._labelText.Size     = new System.Drawing.Size(375, 35);
     this._labelText.TabIndex = 1;
     //
     // _buttonCancel
     //
     this._buttonCancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this._buttonCancel.Location  = new System.Drawing.Point(205, 140);
     this._buttonCancel.Name      = "_buttonCancel";
     this._buttonCancel.TabIndex  = 2;
     this._buttonCancel.Text      = "Cancel";
     //
     // _buttonCancelAll
     //
     this._buttonCancelAll.Location = new System.Drawing.Point(125, 140);
     this._buttonCancelAll.Name     = "_buttonCancelAll";
     this._buttonCancelAll.TabIndex = 3;
     this._buttonCancelAll.Text     = "Cancel All";
     //
     // CancelMultipleProgressWindow
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(394, 169);
     this.ControlBox        = false;
     this.Controls.Add(this._buttonCancelAll);
     this.Controls.Add(this._buttonCancel);
     this.Controls.Add(this._labelText);
     this.Controls.Add(this._informationPanel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Name            = "CancelMultipleProgressWindow";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     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._informationPanel = new Razor.InformationPanel();
			this._labelText = new System.Windows.Forms.Label();
			this.buttonCancel = new System.Windows.Forms.Button();
			this.SuspendLayout();
			// 
			// _informationPanel
			// 
			this._informationPanel.BackColor = System.Drawing.Color.White;
			this._informationPanel.Description = "";
			this._informationPanel.Dock = System.Windows.Forms.DockStyle.Top;
			this._informationPanel.Image = null;
			this._informationPanel.Location = new System.Drawing.Point(0, 0);
			this._informationPanel.Name = "_informationPanel";
			this._informationPanel.Size = new System.Drawing.Size(394, 85);
			this._informationPanel.TabIndex = 0;
			this._informationPanel.Title = "";
			// 
			// _labelText
			// 
			this._labelText.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._labelText.Location = new System.Drawing.Point(10, 95);
			this._labelText.Name = "_labelText";
			this._labelText.Size = new System.Drawing.Size(375, 35);
			this._labelText.TabIndex = 1;
			// 
			// buttonCancel
			// 
			this.buttonCancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.buttonCancel.Location = new System.Drawing.Point(160, 140);
			this.buttonCancel.Name = "buttonCancel";
			this.buttonCancel.TabIndex = 2;
			this.buttonCancel.Text = "Cancel";
			// 
			// CancellableProgressWindow
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(394, 169);
			this.ControlBox = false;
			this.Controls.Add(this.buttonCancel);
			this.Controls.Add(this._labelText);
			this.Controls.Add(this._informationPanel);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
			this.Name = "CancellableProgressWindow";
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
			this.ResumeLayout(false);

		}
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(ProgressWindow));
			this._informationPanel = new Razor.InformationPanel();
			this._labelText = new System.Windows.Forms.Label();
			this.SuspendLayout();
			// 
			// _informationPanel
			// 
			this._informationPanel.BackColor = System.Drawing.Color.White;
			this._informationPanel.Description = "";
			this._informationPanel.Dock = System.Windows.Forms.DockStyle.Top;
			this._informationPanel.Image = ((System.Drawing.Image)(resources.GetObject("_informationPanel.Image")));
			this._informationPanel.Location = new System.Drawing.Point(0, 0);
			this._informationPanel.Name = "_informationPanel";
			this._informationPanel.Size = new System.Drawing.Size(394, 85);
			this._informationPanel.TabIndex = 0;
			this._informationPanel.Title = "";
			// 
			// _labelText
			// 
			this._labelText.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._labelText.Location = new System.Drawing.Point(10, 95);
			this._labelText.Name = "_labelText";
			this._labelText.Size = new System.Drawing.Size(375, 45);
			this._labelText.TabIndex = 1;
			// 
			// ProgressWindow
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(394, 144);
			this.ControlBox = false;
			this.Controls.Add(this._labelText);
			this.Controls.Add(this._informationPanel);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
			this.Name = "ProgressWindow";
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
			this.Text = "";
			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()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(SplashWindow));
     this._informationPanel = new Razor.InformationPanel();
     this._labelText        = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // _informationPanel
     //
     this._informationPanel.BackColor   = System.Drawing.Color.White;
     this._informationPanel.Description = "";
     this._informationPanel.Dock        = System.Windows.Forms.DockStyle.Top;
     this._informationPanel.Image       = ((System.Drawing.Image)(resources.GetObject("_informationPanel.Image")));
     this._informationPanel.Location    = new System.Drawing.Point(0, 0);
     this._informationPanel.Name        = "_informationPanel";
     this._informationPanel.Size        = new System.Drawing.Size(394, 85);
     this._informationPanel.TabIndex    = 6;
     this._informationPanel.Title       = "";
     //
     // _labelText
     //
     this._labelText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this._labelText.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this._labelText.Location  = new System.Drawing.Point(8, 96);
     this._labelText.Name      = "_labelText";
     this._labelText.Size      = new System.Drawing.Size(378, 40);
     this._labelText.TabIndex  = 8;
     //
     // SplashWindow
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(394, 144);
     this.ControlBox        = false;
     this.Controls.Add(this._labelText);
     this.Controls.Add(this._informationPanel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Name            = "SplashWindow";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "";
     this.ResumeLayout(false);
 }
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(SnapInDescriptorPropertyWindow));
			this.tabControl1 = new System.Windows.Forms.TabControl();
			this.tabPage1 = new System.Windows.Forms.TabPage();
			this.textBoxPath = new System.Windows.Forms.TextBox();
			this.labelCompany = new System.Windows.Forms.Label();
			this.labelVersion = new System.Windows.Forms.Label();
			this.listBoxProductFamilies = new System.Windows.Forms.ListBox();
			this.label9 = new System.Windows.Forms.Label();
			this.listBoxDevelopers = new System.Windows.Forms.ListBox();
			this.label13 = new System.Windows.Forms.Label();
			this.label11 = new System.Windows.Forms.Label();
			this.label5 = new System.Windows.Forms.Label();
			this.label4 = new System.Windows.Forms.Label();
			this.tabPage2 = new System.Windows.Forms.TabPage();
			this.tabControl2 = new System.Windows.Forms.TabControl();
			this.tabPage4 = new System.Windows.Forms.TabPage();
			this.treeViewReferences = new System.Windows.Forms.TreeView();
			this.imageList = new System.Windows.Forms.ImageList(this.components);
			this.tabPage5 = new System.Windows.Forms.TabPage();
			this.treeViewReferenced = new System.Windows.Forms.TreeView();
			this.label6 = new System.Windows.Forms.Label();
			this.tabPage3 = new System.Windows.Forms.TabPage();
			this.checkBoxIsUninstalled = new System.Windows.Forms.CheckBox();
			this.checkBoxHasADependencyThatIsCircularlyDependent = new System.Windows.Forms.CheckBox();
			this.checkBoxIsCircularlyDependent = new System.Windows.Forms.CheckBox();
			this.checkBoxHasADependencyThatIsMissingDependency = new System.Windows.Forms.CheckBox();
			this.checkBoxIsMissingDependency = new System.Windows.Forms.CheckBox();
			this.buttonUninstall = new System.Windows.Forms.Button();
			this.buttonStop = new System.Windows.Forms.Button();
			this.buttonStart = new System.Windows.Forms.Button();
			this.buttonOK = new System.Windows.Forms.Button();
			this._informationPanel = new Razor.InformationPanel();
			this.buttonReInstall = new System.Windows.Forms.Button();
			this.tabControl1.SuspendLayout();
			this.tabPage1.SuspendLayout();
			this.tabPage2.SuspendLayout();
			this.tabControl2.SuspendLayout();
			this.tabPage4.SuspendLayout();
			this.tabPage5.SuspendLayout();
			this.tabPage3.SuspendLayout();
			this.SuspendLayout();
			// 
			// tabControl1
			// 
			this.tabControl1.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.tabControl1.Controls.Add(this.tabPage1);
			this.tabControl1.Controls.Add(this.tabPage2);
			this.tabControl1.Controls.Add(this.tabPage3);
			this.tabControl1.Location = new System.Drawing.Point(10, 90);
			this.tabControl1.Name = "tabControl1";
			this.tabControl1.SelectedIndex = 0;
			this.tabControl1.Size = new System.Drawing.Size(570, 235);
			this.tabControl1.TabIndex = 2;
			// 
			// tabPage1
			// 
			this.tabPage1.Controls.Add(this.textBoxPath);
			this.tabPage1.Controls.Add(this.labelCompany);
			this.tabPage1.Controls.Add(this.labelVersion);
			this.tabPage1.Controls.Add(this.listBoxProductFamilies);
			this.tabPage1.Controls.Add(this.label9);
			this.tabPage1.Controls.Add(this.listBoxDevelopers);
			this.tabPage1.Controls.Add(this.label13);
			this.tabPage1.Controls.Add(this.label11);
			this.tabPage1.Controls.Add(this.label5);
			this.tabPage1.Controls.Add(this.label4);
			this.tabPage1.Location = new System.Drawing.Point(4, 22);
			this.tabPage1.Name = "tabPage1";
			this.tabPage1.Size = new System.Drawing.Size(562, 209);
			this.tabPage1.TabIndex = 0;
			this.tabPage1.Text = "General";
			// 
			// textBoxPath
			// 
			this.textBoxPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this.textBoxPath.BackColor = System.Drawing.SystemColors.Control;
			this.textBoxPath.Location = new System.Drawing.Point(95, 60);
			this.textBoxPath.Name = "textBoxPath";
			this.textBoxPath.Size = new System.Drawing.Size(460, 20);
			this.textBoxPath.TabIndex = 35;
			this.textBoxPath.Text = "";
			// 
			// labelCompany
			// 
			this.labelCompany.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this.labelCompany.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.labelCompany.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.labelCompany.Location = new System.Drawing.Point(95, 10);
			this.labelCompany.Name = "labelCompany";
			this.labelCompany.Size = new System.Drawing.Size(460, 20);
			this.labelCompany.TabIndex = 33;
			// 
			// labelVersion
			// 
			this.labelVersion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this.labelVersion.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.labelVersion.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.labelVersion.Location = new System.Drawing.Point(95, 35);
			this.labelVersion.Name = "labelVersion";
			this.labelVersion.Size = new System.Drawing.Size(460, 20);
			this.labelVersion.TabIndex = 32;
			// 
			// listBoxProductFamilies
			// 
			this.listBoxProductFamilies.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this.listBoxProductFamilies.BackColor = System.Drawing.SystemColors.Control;
			this.listBoxProductFamilies.Location = new System.Drawing.Point(95, 145);
			this.listBoxProductFamilies.Name = "listBoxProductFamilies";
			this.listBoxProductFamilies.Size = new System.Drawing.Size(460, 56);
			this.listBoxProductFamilies.TabIndex = 29;
			// 
			// label9
			// 
			this.label9.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.label9.Location = new System.Drawing.Point(10, 60);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(80, 20);
			this.label9.TabIndex = 22;
			this.label9.Text = "Path";
			// 
			// listBoxDevelopers
			// 
			this.listBoxDevelopers.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this.listBoxDevelopers.BackColor = System.Drawing.SystemColors.Control;
			this.listBoxDevelopers.Location = new System.Drawing.Point(95, 85);
			this.listBoxDevelopers.Name = "listBoxDevelopers";
			this.listBoxDevelopers.Size = new System.Drawing.Size(460, 56);
			this.listBoxDevelopers.TabIndex = 20;
			// 
			// label13
			// 
			this.label13.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.label13.Location = new System.Drawing.Point(10, 35);
			this.label13.Name = "label13";
			this.label13.Size = new System.Drawing.Size(80, 20);
			this.label13.TabIndex = 18;
			this.label13.Text = "Version";
			// 
			// label11
			// 
			this.label11.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.label11.Location = new System.Drawing.Point(10, 145);
			this.label11.Name = "label11";
			this.label11.Size = new System.Drawing.Size(81, 20);
			this.label11.TabIndex = 16;
			this.label11.Text = "Product Family";
			// 
			// label5
			// 
			this.label5.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.label5.Location = new System.Drawing.Point(10, 85);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(80, 20);
			this.label5.TabIndex = 11;
			this.label5.Text = "Developers";
			// 
			// label4
			// 
			this.label4.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.label4.Location = new System.Drawing.Point(10, 10);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(80, 20);
			this.label4.TabIndex = 10;
			this.label4.Text = "Company";
			// 
			// tabPage2
			// 
			this.tabPage2.Controls.Add(this.tabControl2);
			this.tabPage2.Controls.Add(this.label6);
			this.tabPage2.Location = new System.Drawing.Point(4, 22);
			this.tabPage2.Name = "tabPage2";
			this.tabPage2.Size = new System.Drawing.Size(562, 209);
			this.tabPage2.TabIndex = 1;
			this.tabPage2.Text = "Dependencies";
			// 
			// tabControl2
			// 
			this.tabControl2.Controls.Add(this.tabPage4);
			this.tabControl2.Controls.Add(this.tabPage5);
			this.tabControl2.Location = new System.Drawing.Point(5, 40);
			this.tabControl2.Name = "tabControl2";
			this.tabControl2.SelectedIndex = 0;
			this.tabControl2.Size = new System.Drawing.Size(555, 165);
			this.tabControl2.TabIndex = 5;
			// 
			// tabPage4
			// 
			this.tabPage4.Controls.Add(this.treeViewReferences);
			this.tabPage4.Location = new System.Drawing.Point(4, 22);
			this.tabPage4.Name = "tabPage4";
			this.tabPage4.Size = new System.Drawing.Size(547, 139);
			this.tabPage4.TabIndex = 0;
			this.tabPage4.Text = "Dependencies";
			// 
			// treeViewReferences
			// 
			this.treeViewReferences.Dock = System.Windows.Forms.DockStyle.Fill;
			this.treeViewReferences.ImageList = this.imageList;
			this.treeViewReferences.Location = new System.Drawing.Point(0, 0);
			this.treeViewReferences.Name = "treeViewReferences";
			this.treeViewReferences.Size = new System.Drawing.Size(547, 139);
			this.treeViewReferences.TabIndex = 3;
			this.treeViewReferences.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler(this.treeViewReferences_BeforeExpand);
			// 
			// imageList
			// 
			this.imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
			this.imageList.ImageSize = new System.Drawing.Size(16, 16);
			this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
			this.imageList.TransparentColor = System.Drawing.Color.Transparent;
			// 
			// tabPage5
			// 
			this.tabPage5.Controls.Add(this.treeViewReferenced);
			this.tabPage5.Location = new System.Drawing.Point(4, 22);
			this.tabPage5.Name = "tabPage5";
			this.tabPage5.Size = new System.Drawing.Size(547, 139);
			this.tabPage5.TabIndex = 1;
			this.tabPage5.Text = "SnapIns that depend on this SnapIn";
			// 
			// treeViewReferenced
			// 
			this.treeViewReferenced.Dock = System.Windows.Forms.DockStyle.Fill;
			this.treeViewReferenced.ImageList = this.imageList;
			this.treeViewReferenced.Location = new System.Drawing.Point(0, 0);
			this.treeViewReferenced.Name = "treeViewReferenced";
			this.treeViewReferenced.Size = new System.Drawing.Size(547, 139);
			this.treeViewReferenced.TabIndex = 5;
			this.treeViewReferenced.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler(this.treeViewReferenced_BeforeExpand);
			// 
			// label6
			// 
			this.label6.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.label6.Location = new System.Drawing.Point(10, 10);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(550, 30);
			this.label6.TabIndex = 0;
			this.label6.Text = "Some SnapIns depend on other SnapIns to function properly. If a SnapIn is stopped" +
				", uninstalled, or not functioning properly, the SnapIn(s) that depend upon this " +
				"SnapIn will be affected.";
			// 
			// tabPage3
			// 
			this.tabPage3.Controls.Add(this.checkBoxIsUninstalled);
			this.tabPage3.Controls.Add(this.checkBoxHasADependencyThatIsCircularlyDependent);
			this.tabPage3.Controls.Add(this.checkBoxIsCircularlyDependent);
			this.tabPage3.Controls.Add(this.checkBoxHasADependencyThatIsMissingDependency);
			this.tabPage3.Controls.Add(this.checkBoxIsMissingDependency);
			this.tabPage3.Location = new System.Drawing.Point(4, 22);
			this.tabPage3.Name = "tabPage3";
			this.tabPage3.Size = new System.Drawing.Size(562, 209);
			this.tabPage3.TabIndex = 2;
			this.tabPage3.Text = "Troubleshooting";
			// 
			// checkBoxIsUninstalled
			// 
			this.checkBoxIsUninstalled.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this.checkBoxIsUninstalled.Location = new System.Drawing.Point(10, 10);
			this.checkBoxIsUninstalled.Name = "checkBoxIsUninstalled";
			this.checkBoxIsUninstalled.Size = new System.Drawing.Size(545, 25);
			this.checkBoxIsUninstalled.TabIndex = 4;
			this.checkBoxIsUninstalled.Text = "Is uninstalled";
			this.checkBoxIsUninstalled.CheckedChanged += new System.EventHandler(this.OnCheckBoxCheckChanged);
			// 
			// checkBoxHasADependencyThatIsCircularlyDependent
			// 
			this.checkBoxHasADependencyThatIsCircularlyDependent.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this.checkBoxHasADependencyThatIsCircularlyDependent.Location = new System.Drawing.Point(10, 130);
			this.checkBoxHasADependencyThatIsCircularlyDependent.Name = "checkBoxHasADependencyThatIsCircularlyDependent";
			this.checkBoxHasADependencyThatIsCircularlyDependent.Size = new System.Drawing.Size(545, 24);
			this.checkBoxHasADependencyThatIsCircularlyDependent.TabIndex = 3;
			this.checkBoxHasADependencyThatIsCircularlyDependent.Text = "Has a dependency that is circularly dependent";
			this.checkBoxHasADependencyThatIsCircularlyDependent.CheckedChanged += new System.EventHandler(this.OnCheckBoxCheckChanged);
			// 
			// checkBoxIsCircularlyDependent
			// 
			this.checkBoxIsCircularlyDependent.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this.checkBoxIsCircularlyDependent.Location = new System.Drawing.Point(10, 100);
			this.checkBoxIsCircularlyDependent.Name = "checkBoxIsCircularlyDependent";
			this.checkBoxIsCircularlyDependent.Size = new System.Drawing.Size(545, 24);
			this.checkBoxIsCircularlyDependent.TabIndex = 2;
			this.checkBoxIsCircularlyDependent.Text = "Is circularly dependent";
			this.checkBoxIsCircularlyDependent.CheckedChanged += new System.EventHandler(this.OnCheckBoxCheckChanged);
			// 
			// checkBoxHasADependencyThatIsMissingDependency
			// 
			this.checkBoxHasADependencyThatIsMissingDependency.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this.checkBoxHasADependencyThatIsMissingDependency.Location = new System.Drawing.Point(10, 70);
			this.checkBoxHasADependencyThatIsMissingDependency.Name = "checkBoxHasADependencyThatIsMissingDependency";
			this.checkBoxHasADependencyThatIsMissingDependency.Size = new System.Drawing.Size(545, 24);
			this.checkBoxHasADependencyThatIsMissingDependency.TabIndex = 1;
			this.checkBoxHasADependencyThatIsMissingDependency.Text = "Has a dependency that is missing a dependency";
			this.checkBoxHasADependencyThatIsMissingDependency.CheckedChanged += new System.EventHandler(this.OnCheckBoxCheckChanged);
			// 
			// checkBoxIsMissingDependency
			// 
			this.checkBoxIsMissingDependency.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this.checkBoxIsMissingDependency.Location = new System.Drawing.Point(10, 40);
			this.checkBoxIsMissingDependency.Name = "checkBoxIsMissingDependency";
			this.checkBoxIsMissingDependency.Size = new System.Drawing.Size(545, 24);
			this.checkBoxIsMissingDependency.TabIndex = 0;
			this.checkBoxIsMissingDependency.Text = "Is missing a dependency";
			this.checkBoxIsMissingDependency.CheckedChanged += new System.EventHandler(this.OnCheckBoxCheckChanged);
			// 
			// buttonUninstall
			// 
			this.buttonUninstall.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.buttonUninstall.Location = new System.Drawing.Point(250, 335);
			this.buttonUninstall.Name = "buttonUninstall";
			this.buttonUninstall.TabIndex = 9;
			this.buttonUninstall.Text = "Uninstall";
			this.buttonUninstall.Click += new System.EventHandler(this.buttonUninstall_Click);
			// 
			// buttonStop
			// 
			this.buttonStop.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.buttonStop.Location = new System.Drawing.Point(90, 335);
			this.buttonStop.Name = "buttonStop";
			this.buttonStop.TabIndex = 8;
			this.buttonStop.Text = "Stop";
			this.buttonStop.Click += new System.EventHandler(this.buttonStop_Click);
			// 
			// buttonStart
			// 
			this.buttonStart.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.buttonStart.Location = new System.Drawing.Point(10, 335);
			this.buttonStart.Name = "buttonStart";
			this.buttonStart.TabIndex = 7;
			this.buttonStart.Text = "Start";
			this.buttonStart.Click += new System.EventHandler(this.buttonStart_Click);
			// 
			// buttonOK
			// 
			this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.buttonOK.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.buttonOK.Location = new System.Drawing.Point(505, 335);
			this.buttonOK.Name = "buttonOK";
			this.buttonOK.TabIndex = 3;
			this.buttonOK.Text = "OK";
			this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click);
			// 
			// _informationPanel
			// 
			this._informationPanel.BackColor = System.Drawing.Color.White;
			this._informationPanel.Description = "";
			this._informationPanel.Dock = System.Windows.Forms.DockStyle.Top;
			this._informationPanel.Image = ((System.Drawing.Image)(resources.GetObject("_informationPanel.Image")));
			this._informationPanel.Location = new System.Drawing.Point(0, 0);
			this._informationPanel.Name = "_informationPanel";
			this._informationPanel.Size = new System.Drawing.Size(592, 85);
			this._informationPanel.TabIndex = 37;
			this._informationPanel.Title = "";
			// 
			// buttonReInstall
			// 
			this.buttonReInstall.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.buttonReInstall.Location = new System.Drawing.Point(170, 335);
			this.buttonReInstall.Name = "buttonReInstall";
			this.buttonReInstall.TabIndex = 38;
			this.buttonReInstall.Text = "Reinstall";
			this.buttonReInstall.Click += new System.EventHandler(this.buttonReInstall_Click);
			// 
			// SnapInDescriptorPropertyWindow
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(592, 366);
			this.Controls.Add(this.buttonReInstall);
			this.Controls.Add(this._informationPanel);
			this.Controls.Add(this.buttonOK);
			this.Controls.Add(this.tabControl1);
			this.Controls.Add(this.buttonUninstall);
			this.Controls.Add(this.buttonStop);
			this.Controls.Add(this.buttonStart);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.Name = "SnapInDescriptorPropertyWindow";
			this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
			this.Text = "SnapIn Properties";
			this.tabControl1.ResumeLayout(false);
			this.tabPage1.ResumeLayout(false);
			this.tabPage2.ResumeLayout(false);
			this.tabControl2.ResumeLayout(false);
			this.tabPage4.ResumeLayout(false);
			this.tabPage5.ResumeLayout(false);
			this.tabPage3.ResumeLayout(false);
			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()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FeatureWindow));
     this._listView         = new System.Windows.Forms.ListView();
     this.columnHeader1     = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2     = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3     = new System.Windows.Forms.ColumnHeader();
     this.buttonOK          = new System.Windows.Forms.Button();
     this.buttonCancel      = new System.Windows.Forms.Button();
     this.buttonSelectNone  = new System.Windows.Forms.Button();
     this.buttonSelectAll   = new System.Windows.Forms.Button();
     this._informationPanel = new Razor.InformationPanel();
     this.tabControl1       = new System.Windows.Forms.TabControl();
     this.tabPage1          = new System.Windows.Forms.TabPage();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.SuspendLayout();
     //
     // _listView
     //
     this._listView.CheckBoxes = true;
     this._listView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3
     });
     this._listView.Dock          = System.Windows.Forms.DockStyle.Fill;
     this._listView.FullRowSelect = true;
     this._listView.Location      = new System.Drawing.Point(0, 0);
     this._listView.Name          = "_listView";
     this._listView.Size          = new System.Drawing.Size(562, 199);
     this._listView.Sorting       = System.Windows.Forms.SortOrder.Ascending;
     this._listView.TabIndex      = 0;
     this._listView.View          = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "Feature Name";
     this.columnHeader1.Width = 180;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "Action";
     this.columnHeader2.Width = 120;
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "Feature Description";
     this.columnHeader3.Width = 180;
     //
     // buttonOK
     //
     this.buttonOK.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonOK.BackColor = System.Drawing.SystemColors.Control;
     this.buttonOK.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.buttonOK.Location  = new System.Drawing.Point(425, 330);
     this.buttonOK.Name      = "buttonOK";
     this.buttonOK.TabIndex  = 1;
     this.buttonOK.Text      = "OK";
     this.buttonOK.Click    += new System.EventHandler(this.buttonOK_Click);
     //
     // buttonCancel
     //
     this.buttonCancel.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonCancel.BackColor = System.Drawing.SystemColors.Control;
     this.buttonCancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.buttonCancel.Location  = new System.Drawing.Point(505, 330);
     this.buttonCancel.Name      = "buttonCancel";
     this.buttonCancel.TabIndex  = 2;
     this.buttonCancel.Text      = "Cancel";
     this.buttonCancel.Click    += new System.EventHandler(this.buttonCancel_Click);
     //
     // buttonSelectNone
     //
     this.buttonSelectNone.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.buttonSelectNone.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.buttonSelectNone.Location  = new System.Drawing.Point(90, 330);
     this.buttonSelectNone.Name      = "buttonSelectNone";
     this.buttonSelectNone.TabIndex  = 7;
     this.buttonSelectNone.Text      = "Select None";
     this.buttonSelectNone.Click    += new System.EventHandler(this.buttonSelectNone_Click);
     //
     // buttonSelectAll
     //
     this.buttonSelectAll.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.buttonSelectAll.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.buttonSelectAll.Location  = new System.Drawing.Point(10, 330);
     this.buttonSelectAll.Name      = "buttonSelectAll";
     this.buttonSelectAll.TabIndex  = 6;
     this.buttonSelectAll.Text      = "Select All";
     this.buttonSelectAll.Click    += new System.EventHandler(this.buttonSelectAll_Click);
     //
     // _informationPanel
     //
     this._informationPanel.BackColor   = System.Drawing.Color.White;
     this._informationPanel.Description = "The following items represent features on which you may take certain actions upon" +
                                          ". Common actions include resetting an option, toolbar layout, or reinstalling a " +
                                          "SnapIn. ";
     this._informationPanel.Dock     = System.Windows.Forms.DockStyle.Top;
     this._informationPanel.Image    = ((System.Drawing.Image)(resources.GetObject("_informationPanel.Image")));
     this._informationPanel.Location = new System.Drawing.Point(0, 0);
     this._informationPanel.Name     = "_informationPanel";
     this._informationPanel.Size     = new System.Drawing.Size(592, 85);
     this._informationPanel.TabIndex = 8;
     this._informationPanel.Title    = "Available Features";
     //
     // tabControl1
     //
     this.tabControl1.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.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Location      = new System.Drawing.Point(10, 95);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(570, 225);
     this.tabControl1.TabIndex      = 9;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this._listView);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Size     = new System.Drawing.Size(562, 199);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "Features";
     //
     // FeatureWindow
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(592, 366);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this._informationPanel);
     this.Controls.Add(this.buttonSelectNone);
     this.Controls.Add(this.buttonSelectAll);
     this.Controls.Add(this.buttonCancel);
     this.Controls.Add(this.buttonOK);
     this.Name          = "FeatureWindow";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Feature and Troubleshooting Management";
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(SnapInDescriptorsWindow));
     this._smallImageList    = new System.Windows.Forms.ImageList(this.components);
     this.tabControl1        = new System.Windows.Forms.TabControl();
     this.tabPage3           = new System.Windows.Forms.TabPage();
     this._listView          = new System.Windows.Forms.ListView();
     this.columnHeader1      = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2      = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3      = new System.Windows.Forms.ColumnHeader();
     this._contextMenu       = new System.Windows.Forms.ContextMenu();
     this.menuItemStart      = new System.Windows.Forms.MenuItem();
     this.menuItemStop       = new System.Windows.Forms.MenuItem();
     this.menuItem3          = new System.Windows.Forms.MenuItem();
     this.menuItemReinstall  = new System.Windows.Forms.MenuItem();
     this.menuItemUninstall  = new System.Windows.Forms.MenuItem();
     this.menuItem1          = new System.Windows.Forms.MenuItem();
     this.menuItemProperties = new System.Windows.Forms.MenuItem();
     this._informationPanel  = new Razor.InformationPanel();
     this.mainMenu1          = new System.Windows.Forms.MainMenu();
     this.buttonOK           = new System.Windows.Forms.Button();
     this.tabControl1.SuspendLayout();
     this.tabPage3.SuspendLayout();
     this.SuspendLayout();
     //
     // _smallImageList
     //
     this._smallImageList.ColorDepth       = System.Windows.Forms.ColorDepth.Depth32Bit;
     this._smallImageList.ImageSize        = new System.Drawing.Size(16, 16);
     this._smallImageList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("_smallImageList.ImageStream")));
     this._smallImageList.TransparentColor = System.Drawing.Color.Transparent;
     //
     // tabControl1
     //
     this.tabControl1.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.tabControl1.Controls.Add(this.tabPage3);
     this.tabControl1.Location      = new System.Drawing.Point(10, 95);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(570, 230);
     this.tabControl1.TabIndex      = 2;
     //
     // tabPage3
     //
     this.tabPage3.Controls.Add(this._listView);
     this.tabPage3.Location = new System.Drawing.Point(4, 22);
     this.tabPage3.Name     = "tabPage3";
     this.tabPage3.Size     = new System.Drawing.Size(562, 204);
     this.tabPage3.TabIndex = 0;
     this.tabPage3.Text     = "SnapIns";
     //
     // _listView
     //
     this._listView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3
     });
     this._listView.Dock           = System.Windows.Forms.DockStyle.Fill;
     this._listView.FullRowSelect  = true;
     this._listView.Location       = new System.Drawing.Point(0, 0);
     this._listView.Name           = "_listView";
     this._listView.Size           = new System.Drawing.Size(562, 204);
     this._listView.SmallImageList = this._smallImageList;
     this._listView.TabIndex       = 1;
     this._listView.View           = System.Windows.Forms.View.Details;
     this._listView.DoubleClick   += new System.EventHandler(this.OnListViewDoubleClick);
     this._listView.MouseUp       += new System.Windows.Forms.MouseEventHandler(this.OnListViewMouseUp);
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "Title or Type";
     this.columnHeader1.Width = 253;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "Description";
     this.columnHeader2.Width = 128;
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "Status";
     //
     // _contextMenu
     //
     this._contextMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuItemStart,
         this.menuItemStop,
         this.menuItem3,
         this.menuItemReinstall,
         this.menuItemUninstall,
         this.menuItem1,
         this.menuItemProperties
     });
     //
     // menuItemStart
     //
     this.menuItemStart.Enabled = false;
     this.menuItemStart.Index   = 0;
     this.menuItemStart.Text    = "Start";
     this.menuItemStart.Click  += new System.EventHandler(this.OnMenuItemClick);
     //
     // menuItemStop
     //
     this.menuItemStop.Enabled = false;
     this.menuItemStop.Index   = 1;
     this.menuItemStop.Text    = "Stop";
     this.menuItemStop.Click  += new System.EventHandler(this.OnMenuItemClick);
     //
     // menuItem3
     //
     this.menuItem3.Index = 2;
     this.menuItem3.Text  = "-";
     //
     // menuItemReinstall
     //
     this.menuItemReinstall.Enabled = false;
     this.menuItemReinstall.Index   = 3;
     this.menuItemReinstall.Text    = "Reinstall";
     this.menuItemReinstall.Click  += new System.EventHandler(this.OnMenuItemClick);
     //
     // menuItemUninstall
     //
     this.menuItemUninstall.Enabled = false;
     this.menuItemUninstall.Index   = 4;
     this.menuItemUninstall.Text    = "Uninstall";
     this.menuItemUninstall.Click  += new System.EventHandler(this.OnMenuItemClick);
     //
     // menuItem1
     //
     this.menuItem1.Index = 5;
     this.menuItem1.Text  = "-";
     //
     // menuItemProperties
     //
     this.menuItemProperties.Index  = 6;
     this.menuItemProperties.Text   = "Properties";
     this.menuItemProperties.Click += new System.EventHandler(this.OnMenuItemClick);
     //
     // _informationPanel
     //
     this._informationPanel.BackColor   = System.Drawing.Color.White;
     this._informationPanel.Description = "The following SnapIns were loaded by the SnapIn Hosting Engine.  You may start, s" +
                                          "top, or view their properties by double clicking on a SnapIn listed below.";
     this._informationPanel.Dock     = System.Windows.Forms.DockStyle.Top;
     this._informationPanel.Image    = ((System.Drawing.Image)(resources.GetObject("_informationPanel.Image")));
     this._informationPanel.Location = new System.Drawing.Point(0, 0);
     this._informationPanel.Name     = "_informationPanel";
     this._informationPanel.Size     = new System.Drawing.Size(592, 85);
     this._informationPanel.TabIndex = 5;
     this._informationPanel.Title    = "Available SnapIns";
     //
     // buttonOK
     //
     this.buttonOK.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonOK.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.buttonOK.Location  = new System.Drawing.Point(505, 335);
     this.buttonOK.Name      = "buttonOK";
     this.buttonOK.TabIndex  = 6;
     this.buttonOK.Text      = "OK";
     this.buttonOK.Click    += new System.EventHandler(this.buttonOK_Click);
     //
     // SnapInDescriptorsWindow
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.SystemColors.Control;
     this.ClientSize        = new System.Drawing.Size(592, 366);
     this.Controls.Add(this.buttonOK);
     this.Controls.Add(this._informationPanel);
     this.Controls.Add(this.tabControl1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Menu = this.mainMenu1;
     this.Name = "SnapInDescriptorsWindow";
     this.Text = "SnapIns";
     this.tabControl1.ResumeLayout(false);
     this.tabPage3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(SnapInDescriptorsWindow));
			this._smallImageList = new System.Windows.Forms.ImageList(this.components);
			this.tabControl1 = new System.Windows.Forms.TabControl();
			this.tabPage3 = new System.Windows.Forms.TabPage();
			this._listView = new System.Windows.Forms.ListView();
			this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
			this._contextMenu = new System.Windows.Forms.ContextMenu();
			this.menuItemStart = new System.Windows.Forms.MenuItem();
			this.menuItemStop = new System.Windows.Forms.MenuItem();
			this.menuItem3 = new System.Windows.Forms.MenuItem();
			this.menuItemReinstall = new System.Windows.Forms.MenuItem();
			this.menuItemUninstall = new System.Windows.Forms.MenuItem();
			this.menuItem1 = new System.Windows.Forms.MenuItem();
			this.menuItemProperties = new System.Windows.Forms.MenuItem();
			this._informationPanel = new Razor.InformationPanel();
			this.mainMenu1 = new System.Windows.Forms.MainMenu();
			this.buttonOK = new System.Windows.Forms.Button();
			this.tabControl1.SuspendLayout();
			this.tabPage3.SuspendLayout();
			this.SuspendLayout();
			// 
			// _smallImageList
			// 
			this._smallImageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
			this._smallImageList.ImageSize = new System.Drawing.Size(16, 16);
			this._smallImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("_smallImageList.ImageStream")));
			this._smallImageList.TransparentColor = System.Drawing.Color.Transparent;
			// 
			// tabControl1
			// 
			this.tabControl1.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.tabControl1.Controls.Add(this.tabPage3);
			this.tabControl1.Location = new System.Drawing.Point(10, 95);
			this.tabControl1.Name = "tabControl1";
			this.tabControl1.SelectedIndex = 0;
			this.tabControl1.Size = new System.Drawing.Size(570, 230);
			this.tabControl1.TabIndex = 2;
			// 
			// tabPage3
			// 
			this.tabPage3.Controls.Add(this._listView);
			this.tabPage3.Location = new System.Drawing.Point(4, 22);
			this.tabPage3.Name = "tabPage3";
			this.tabPage3.Size = new System.Drawing.Size(562, 204);
			this.tabPage3.TabIndex = 0;
			this.tabPage3.Text = "SnapIns";
			// 
			// _listView
			// 
			this._listView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
																						this.columnHeader1,
																						this.columnHeader2,
																						this.columnHeader3});
			this._listView.Dock = System.Windows.Forms.DockStyle.Fill;
			this._listView.FullRowSelect = true;
			this._listView.Location = new System.Drawing.Point(0, 0);
			this._listView.Name = "_listView";
			this._listView.Size = new System.Drawing.Size(562, 204);
			this._listView.SmallImageList = this._smallImageList;
			this._listView.TabIndex = 1;
			this._listView.View = System.Windows.Forms.View.Details;
			this._listView.DoubleClick += new System.EventHandler(this.OnListViewDoubleClick);
			this._listView.MouseUp += new System.Windows.Forms.MouseEventHandler(this.OnListViewMouseUp);
			// 
			// columnHeader1
			// 
			this.columnHeader1.Text = "Title or Type";
			this.columnHeader1.Width = 253;
			// 
			// columnHeader2
			// 
			this.columnHeader2.Text = "Description";
			this.columnHeader2.Width = 128;
			// 
			// columnHeader3
			// 
			this.columnHeader3.Text = "Status";
			// 
			// _contextMenu
			// 
			this._contextMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																						 this.menuItemStart,
																						 this.menuItemStop,
																						 this.menuItem3,
																						 this.menuItemReinstall,
																						 this.menuItemUninstall,
																						 this.menuItem1,
																						 this.menuItemProperties});
			// 
			// menuItemStart
			// 
			this.menuItemStart.Enabled = false;
			this.menuItemStart.Index = 0;
			this.menuItemStart.Text = "Start";
			this.menuItemStart.Click += new System.EventHandler(this.OnMenuItemClick);
			// 
			// menuItemStop
			// 
			this.menuItemStop.Enabled = false;
			this.menuItemStop.Index = 1;
			this.menuItemStop.Text = "Stop";
			this.menuItemStop.Click += new System.EventHandler(this.OnMenuItemClick);
			// 
			// menuItem3
			// 
			this.menuItem3.Index = 2;
			this.menuItem3.Text = "-";
			// 
			// menuItemReinstall
			// 
			this.menuItemReinstall.Enabled = false;
			this.menuItemReinstall.Index = 3;
			this.menuItemReinstall.Text = "Reinstall";
			this.menuItemReinstall.Click += new System.EventHandler(this.OnMenuItemClick);
			// 
			// menuItemUninstall
			// 
			this.menuItemUninstall.Enabled = false;
			this.menuItemUninstall.Index = 4;
			this.menuItemUninstall.Text = "Uninstall";
			this.menuItemUninstall.Click += new System.EventHandler(this.OnMenuItemClick);
			// 
			// menuItem1
			// 
			this.menuItem1.Index = 5;
			this.menuItem1.Text = "-";
			// 
			// menuItemProperties
			// 
			this.menuItemProperties.Index = 6;
			this.menuItemProperties.Text = "Properties";
			this.menuItemProperties.Click += new System.EventHandler(this.OnMenuItemClick);
			// 
			// _informationPanel
			// 
			this._informationPanel.BackColor = System.Drawing.Color.White;
			this._informationPanel.Description = "The following SnapIns were loaded by the SnapIn Hosting Engine.  You may start, s" +
				"top, or view their properties by double clicking on a SnapIn listed below.";
			this._informationPanel.Dock = System.Windows.Forms.DockStyle.Top;
			this._informationPanel.Image = ((System.Drawing.Image)(resources.GetObject("_informationPanel.Image")));
			this._informationPanel.Location = new System.Drawing.Point(0, 0);
			this._informationPanel.Name = "_informationPanel";
			this._informationPanel.Size = new System.Drawing.Size(592, 85);
			this._informationPanel.TabIndex = 5;
			this._informationPanel.Title = "Available SnapIns";
			// 
			// buttonOK
			// 
			this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.buttonOK.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.buttonOK.Location = new System.Drawing.Point(505, 335);
			this.buttonOK.Name = "buttonOK";
			this.buttonOK.TabIndex = 6;
			this.buttonOK.Text = "OK";
			this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click);
			// 
			// SnapInDescriptorsWindow
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.BackColor = System.Drawing.SystemColors.Control;
			this.ClientSize = new System.Drawing.Size(592, 366);
			this.Controls.Add(this.buttonOK);
			this.Controls.Add(this._informationPanel);
			this.Controls.Add(this.tabControl1);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.Menu = this.mainMenu1;
			this.Name = "SnapInDescriptorsWindow";
			this.Text = "SnapIns";
			this.tabControl1.ResumeLayout(false);
			this.tabPage3.ResumeLayout(false);
			this.ResumeLayout(false);

		}
예제 #11
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FeatureWindow));
			this._listView = new System.Windows.Forms.ListView();
			this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
			this.buttonOK = new System.Windows.Forms.Button();
			this.buttonCancel = new System.Windows.Forms.Button();
			this.buttonSelectNone = new System.Windows.Forms.Button();
			this.buttonSelectAll = new System.Windows.Forms.Button();
			this._informationPanel = new Razor.InformationPanel();
			this.tabControl1 = new System.Windows.Forms.TabControl();
			this.tabPage1 = new System.Windows.Forms.TabPage();
			this.tabControl1.SuspendLayout();
			this.tabPage1.SuspendLayout();
			this.SuspendLayout();
			// 
			// _listView
			// 
			this._listView.CheckBoxes = true;
			this._listView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
																						this.columnHeader1,
																						this.columnHeader2,
																						this.columnHeader3});
			this._listView.Dock = System.Windows.Forms.DockStyle.Fill;
			this._listView.FullRowSelect = true;
			this._listView.Location = new System.Drawing.Point(0, 0);
			this._listView.Name = "_listView";
			this._listView.Size = new System.Drawing.Size(562, 199);
			this._listView.Sorting = System.Windows.Forms.SortOrder.Ascending;
			this._listView.TabIndex = 0;
			this._listView.View = System.Windows.Forms.View.Details;
			// 
			// columnHeader1
			// 
			this.columnHeader1.Text = "Feature Name";
			this.columnHeader1.Width = 180;
			// 
			// columnHeader2
			// 
			this.columnHeader2.Text = "Action";
			this.columnHeader2.Width = 120;
			// 
			// columnHeader3
			// 
			this.columnHeader3.Text = "Feature Description";
			this.columnHeader3.Width = 180;
			// 
			// buttonOK
			// 
			this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.buttonOK.BackColor = System.Drawing.SystemColors.Control;
			this.buttonOK.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.buttonOK.Location = new System.Drawing.Point(425, 330);
			this.buttonOK.Name = "buttonOK";
			this.buttonOK.TabIndex = 1;
			this.buttonOK.Text = "OK";
			this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click);
			// 
			// buttonCancel
			// 
			this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.buttonCancel.BackColor = System.Drawing.SystemColors.Control;
			this.buttonCancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.buttonCancel.Location = new System.Drawing.Point(505, 330);
			this.buttonCancel.Name = "buttonCancel";
			this.buttonCancel.TabIndex = 2;
			this.buttonCancel.Text = "Cancel";
			this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
			// 
			// buttonSelectNone
			// 
			this.buttonSelectNone.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.buttonSelectNone.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.buttonSelectNone.Location = new System.Drawing.Point(90, 330);
			this.buttonSelectNone.Name = "buttonSelectNone";
			this.buttonSelectNone.TabIndex = 7;
			this.buttonSelectNone.Text = "Select None";
			this.buttonSelectNone.Click += new System.EventHandler(this.buttonSelectNone_Click);
			// 
			// buttonSelectAll
			// 
			this.buttonSelectAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.buttonSelectAll.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.buttonSelectAll.Location = new System.Drawing.Point(10, 330);
			this.buttonSelectAll.Name = "buttonSelectAll";
			this.buttonSelectAll.TabIndex = 6;
			this.buttonSelectAll.Text = "Select All";
			this.buttonSelectAll.Click += new System.EventHandler(this.buttonSelectAll_Click);
			// 
			// _informationPanel
			// 
			this._informationPanel.BackColor = System.Drawing.Color.White;
			this._informationPanel.Description = "The following items represent features on which you may take certain actions upon" +
				". Common actions include resetting an option, toolbar layout, or reinstalling a " +
				"SnapIn. ";
			this._informationPanel.Dock = System.Windows.Forms.DockStyle.Top;
			this._informationPanel.Image = ((System.Drawing.Image)(resources.GetObject("_informationPanel.Image")));
			this._informationPanel.Location = new System.Drawing.Point(0, 0);
			this._informationPanel.Name = "_informationPanel";
			this._informationPanel.Size = new System.Drawing.Size(592, 85);
			this._informationPanel.TabIndex = 8;
			this._informationPanel.Title = "Available Features";
			// 
			// tabControl1
			// 
			this.tabControl1.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.tabControl1.Controls.Add(this.tabPage1);
			this.tabControl1.Location = new System.Drawing.Point(10, 95);
			this.tabControl1.Name = "tabControl1";
			this.tabControl1.SelectedIndex = 0;
			this.tabControl1.Size = new System.Drawing.Size(570, 225);
			this.tabControl1.TabIndex = 9;
			// 
			// tabPage1
			// 
			this.tabPage1.Controls.Add(this._listView);
			this.tabPage1.Location = new System.Drawing.Point(4, 22);
			this.tabPage1.Name = "tabPage1";
			this.tabPage1.Size = new System.Drawing.Size(562, 199);
			this.tabPage1.TabIndex = 0;
			this.tabPage1.Text = "Features";
			// 
			// FeatureWindow
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(592, 366);
			this.Controls.Add(this.tabControl1);
			this.Controls.Add(this._informationPanel);
			this.Controls.Add(this.buttonSelectNone);
			this.Controls.Add(this.buttonSelectAll);
			this.Controls.Add(this.buttonCancel);
			this.Controls.Add(this.buttonOK);
			this.Name = "FeatureWindow";
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Feature and Troubleshooting Management";
			this.tabControl1.ResumeLayout(false);
			this.tabPage1.ResumeLayout(false);
			this.ResumeLayout(false);

		}
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(SnapInDescriptorPropertyWindow));
     this.tabControl1            = new System.Windows.Forms.TabControl();
     this.tabPage1               = new System.Windows.Forms.TabPage();
     this.textBoxPath            = new System.Windows.Forms.TextBox();
     this.labelCompany           = new System.Windows.Forms.Label();
     this.labelVersion           = new System.Windows.Forms.Label();
     this.listBoxProductFamilies = new System.Windows.Forms.ListBox();
     this.label9                = new System.Windows.Forms.Label();
     this.listBoxDevelopers     = new System.Windows.Forms.ListBox();
     this.label13               = new System.Windows.Forms.Label();
     this.label11               = new System.Windows.Forms.Label();
     this.label5                = new System.Windows.Forms.Label();
     this.label4                = new System.Windows.Forms.Label();
     this.tabPage2              = new System.Windows.Forms.TabPage();
     this.tabControl2           = new System.Windows.Forms.TabControl();
     this.tabPage4              = new System.Windows.Forms.TabPage();
     this.treeViewReferences    = new System.Windows.Forms.TreeView();
     this.imageList             = new System.Windows.Forms.ImageList(this.components);
     this.tabPage5              = new System.Windows.Forms.TabPage();
     this.treeViewReferenced    = new System.Windows.Forms.TreeView();
     this.label6                = new System.Windows.Forms.Label();
     this.tabPage3              = new System.Windows.Forms.TabPage();
     this.checkBoxIsUninstalled = new System.Windows.Forms.CheckBox();
     this.checkBoxHasADependencyThatIsCircularlyDependent = new System.Windows.Forms.CheckBox();
     this.checkBoxIsCircularlyDependent = new System.Windows.Forms.CheckBox();
     this.checkBoxHasADependencyThatIsMissingDependency = new System.Windows.Forms.CheckBox();
     this.checkBoxIsMissingDependency = new System.Windows.Forms.CheckBox();
     this.buttonUninstall             = new System.Windows.Forms.Button();
     this.buttonStop        = new System.Windows.Forms.Button();
     this.buttonStart       = new System.Windows.Forms.Button();
     this.buttonOK          = new System.Windows.Forms.Button();
     this._informationPanel = new Razor.InformationPanel();
     this.buttonReInstall   = new System.Windows.Forms.Button();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.tabControl2.SuspendLayout();
     this.tabPage4.SuspendLayout();
     this.tabPage5.SuspendLayout();
     this.tabPage3.SuspendLayout();
     this.SuspendLayout();
     //
     // tabControl1
     //
     this.tabControl1.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.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Controls.Add(this.tabPage3);
     this.tabControl1.Location      = new System.Drawing.Point(10, 90);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(570, 235);
     this.tabControl1.TabIndex      = 2;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.textBoxPath);
     this.tabPage1.Controls.Add(this.labelCompany);
     this.tabPage1.Controls.Add(this.labelVersion);
     this.tabPage1.Controls.Add(this.listBoxProductFamilies);
     this.tabPage1.Controls.Add(this.label9);
     this.tabPage1.Controls.Add(this.listBoxDevelopers);
     this.tabPage1.Controls.Add(this.label13);
     this.tabPage1.Controls.Add(this.label11);
     this.tabPage1.Controls.Add(this.label5);
     this.tabPage1.Controls.Add(this.label4);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Size     = new System.Drawing.Size(562, 209);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "General";
     //
     // textBoxPath
     //
     this.textBoxPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.textBoxPath.BackColor = System.Drawing.SystemColors.Control;
     this.textBoxPath.Location  = new System.Drawing.Point(95, 60);
     this.textBoxPath.Name      = "textBoxPath";
     this.textBoxPath.Size      = new System.Drawing.Size(460, 20);
     this.textBoxPath.TabIndex  = 35;
     this.textBoxPath.Text      = "";
     //
     // labelCompany
     //
     this.labelCompany.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.labelCompany.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.labelCompany.FlatStyle   = System.Windows.Forms.FlatStyle.System;
     this.labelCompany.Location    = new System.Drawing.Point(95, 10);
     this.labelCompany.Name        = "labelCompany";
     this.labelCompany.Size        = new System.Drawing.Size(460, 20);
     this.labelCompany.TabIndex    = 33;
     //
     // labelVersion
     //
     this.labelVersion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.labelVersion.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.labelVersion.FlatStyle   = System.Windows.Forms.FlatStyle.System;
     this.labelVersion.Location    = new System.Drawing.Point(95, 35);
     this.labelVersion.Name        = "labelVersion";
     this.labelVersion.Size        = new System.Drawing.Size(460, 20);
     this.labelVersion.TabIndex    = 32;
     //
     // listBoxProductFamilies
     //
     this.listBoxProductFamilies.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.listBoxProductFamilies.BackColor = System.Drawing.SystemColors.Control;
     this.listBoxProductFamilies.Location  = new System.Drawing.Point(95, 145);
     this.listBoxProductFamilies.Name      = "listBoxProductFamilies";
     this.listBoxProductFamilies.Size      = new System.Drawing.Size(460, 56);
     this.listBoxProductFamilies.TabIndex  = 29;
     //
     // label9
     //
     this.label9.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label9.Location  = new System.Drawing.Point(10, 60);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(80, 20);
     this.label9.TabIndex  = 22;
     this.label9.Text      = "Path";
     //
     // listBoxDevelopers
     //
     this.listBoxDevelopers.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.listBoxDevelopers.BackColor = System.Drawing.SystemColors.Control;
     this.listBoxDevelopers.Location  = new System.Drawing.Point(95, 85);
     this.listBoxDevelopers.Name      = "listBoxDevelopers";
     this.listBoxDevelopers.Size      = new System.Drawing.Size(460, 56);
     this.listBoxDevelopers.TabIndex  = 20;
     //
     // label13
     //
     this.label13.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label13.Location  = new System.Drawing.Point(10, 35);
     this.label13.Name      = "label13";
     this.label13.Size      = new System.Drawing.Size(80, 20);
     this.label13.TabIndex  = 18;
     this.label13.Text      = "Version";
     //
     // label11
     //
     this.label11.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label11.Location  = new System.Drawing.Point(10, 145);
     this.label11.Name      = "label11";
     this.label11.Size      = new System.Drawing.Size(81, 20);
     this.label11.TabIndex  = 16;
     this.label11.Text      = "Product Family";
     //
     // label5
     //
     this.label5.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label5.Location  = new System.Drawing.Point(10, 85);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(80, 20);
     this.label5.TabIndex  = 11;
     this.label5.Text      = "Developers";
     //
     // label4
     //
     this.label4.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label4.Location  = new System.Drawing.Point(10, 10);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(80, 20);
     this.label4.TabIndex  = 10;
     this.label4.Text      = "Company";
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.tabControl2);
     this.tabPage2.Controls.Add(this.label6);
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Size     = new System.Drawing.Size(562, 209);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "Dependencies";
     //
     // tabControl2
     //
     this.tabControl2.Controls.Add(this.tabPage4);
     this.tabControl2.Controls.Add(this.tabPage5);
     this.tabControl2.Location      = new System.Drawing.Point(5, 40);
     this.tabControl2.Name          = "tabControl2";
     this.tabControl2.SelectedIndex = 0;
     this.tabControl2.Size          = new System.Drawing.Size(555, 165);
     this.tabControl2.TabIndex      = 5;
     //
     // tabPage4
     //
     this.tabPage4.Controls.Add(this.treeViewReferences);
     this.tabPage4.Location = new System.Drawing.Point(4, 22);
     this.tabPage4.Name     = "tabPage4";
     this.tabPage4.Size     = new System.Drawing.Size(547, 139);
     this.tabPage4.TabIndex = 0;
     this.tabPage4.Text     = "Dependencies";
     //
     // treeViewReferences
     //
     this.treeViewReferences.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.treeViewReferences.ImageList     = this.imageList;
     this.treeViewReferences.Location      = new System.Drawing.Point(0, 0);
     this.treeViewReferences.Name          = "treeViewReferences";
     this.treeViewReferences.Size          = new System.Drawing.Size(547, 139);
     this.treeViewReferences.TabIndex      = 3;
     this.treeViewReferences.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler(this.treeViewReferences_BeforeExpand);
     //
     // imageList
     //
     this.imageList.ColorDepth       = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.imageList.ImageSize        = new System.Drawing.Size(16, 16);
     this.imageList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
     this.imageList.TransparentColor = System.Drawing.Color.Transparent;
     //
     // tabPage5
     //
     this.tabPage5.Controls.Add(this.treeViewReferenced);
     this.tabPage5.Location = new System.Drawing.Point(4, 22);
     this.tabPage5.Name     = "tabPage5";
     this.tabPage5.Size     = new System.Drawing.Size(547, 139);
     this.tabPage5.TabIndex = 1;
     this.tabPage5.Text     = "SnapIns that depend on this SnapIn";
     //
     // treeViewReferenced
     //
     this.treeViewReferenced.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.treeViewReferenced.ImageList     = this.imageList;
     this.treeViewReferenced.Location      = new System.Drawing.Point(0, 0);
     this.treeViewReferenced.Name          = "treeViewReferenced";
     this.treeViewReferenced.Size          = new System.Drawing.Size(547, 139);
     this.treeViewReferenced.TabIndex      = 5;
     this.treeViewReferenced.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler(this.treeViewReferenced_BeforeExpand);
     //
     // label6
     //
     this.label6.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label6.Location  = new System.Drawing.Point(10, 10);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(550, 30);
     this.label6.TabIndex  = 0;
     this.label6.Text      = "Some SnapIns depend on other SnapIns to function properly. If a SnapIn is stopped" +
                             ", uninstalled, or not functioning properly, the SnapIn(s) that depend upon this " +
                             "SnapIn will be affected.";
     //
     // tabPage3
     //
     this.tabPage3.Controls.Add(this.checkBoxIsUninstalled);
     this.tabPage3.Controls.Add(this.checkBoxHasADependencyThatIsCircularlyDependent);
     this.tabPage3.Controls.Add(this.checkBoxIsCircularlyDependent);
     this.tabPage3.Controls.Add(this.checkBoxHasADependencyThatIsMissingDependency);
     this.tabPage3.Controls.Add(this.checkBoxIsMissingDependency);
     this.tabPage3.Location = new System.Drawing.Point(4, 22);
     this.tabPage3.Name     = "tabPage3";
     this.tabPage3.Size     = new System.Drawing.Size(562, 209);
     this.tabPage3.TabIndex = 2;
     this.tabPage3.Text     = "Troubleshooting";
     //
     // checkBoxIsUninstalled
     //
     this.checkBoxIsUninstalled.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.checkBoxIsUninstalled.Location        = new System.Drawing.Point(10, 10);
     this.checkBoxIsUninstalled.Name            = "checkBoxIsUninstalled";
     this.checkBoxIsUninstalled.Size            = new System.Drawing.Size(545, 25);
     this.checkBoxIsUninstalled.TabIndex        = 4;
     this.checkBoxIsUninstalled.Text            = "Is uninstalled";
     this.checkBoxIsUninstalled.CheckedChanged += new System.EventHandler(this.OnCheckBoxCheckChanged);
     //
     // checkBoxHasADependencyThatIsCircularlyDependent
     //
     this.checkBoxHasADependencyThatIsCircularlyDependent.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.checkBoxHasADependencyThatIsCircularlyDependent.Location        = new System.Drawing.Point(10, 130);
     this.checkBoxHasADependencyThatIsCircularlyDependent.Name            = "checkBoxHasADependencyThatIsCircularlyDependent";
     this.checkBoxHasADependencyThatIsCircularlyDependent.Size            = new System.Drawing.Size(545, 24);
     this.checkBoxHasADependencyThatIsCircularlyDependent.TabIndex        = 3;
     this.checkBoxHasADependencyThatIsCircularlyDependent.Text            = "Has a dependency that is circularly dependent";
     this.checkBoxHasADependencyThatIsCircularlyDependent.CheckedChanged += new System.EventHandler(this.OnCheckBoxCheckChanged);
     //
     // checkBoxIsCircularlyDependent
     //
     this.checkBoxIsCircularlyDependent.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.checkBoxIsCircularlyDependent.Location        = new System.Drawing.Point(10, 100);
     this.checkBoxIsCircularlyDependent.Name            = "checkBoxIsCircularlyDependent";
     this.checkBoxIsCircularlyDependent.Size            = new System.Drawing.Size(545, 24);
     this.checkBoxIsCircularlyDependent.TabIndex        = 2;
     this.checkBoxIsCircularlyDependent.Text            = "Is circularly dependent";
     this.checkBoxIsCircularlyDependent.CheckedChanged += new System.EventHandler(this.OnCheckBoxCheckChanged);
     //
     // checkBoxHasADependencyThatIsMissingDependency
     //
     this.checkBoxHasADependencyThatIsMissingDependency.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.checkBoxHasADependencyThatIsMissingDependency.Location        = new System.Drawing.Point(10, 70);
     this.checkBoxHasADependencyThatIsMissingDependency.Name            = "checkBoxHasADependencyThatIsMissingDependency";
     this.checkBoxHasADependencyThatIsMissingDependency.Size            = new System.Drawing.Size(545, 24);
     this.checkBoxHasADependencyThatIsMissingDependency.TabIndex        = 1;
     this.checkBoxHasADependencyThatIsMissingDependency.Text            = "Has a dependency that is missing a dependency";
     this.checkBoxHasADependencyThatIsMissingDependency.CheckedChanged += new System.EventHandler(this.OnCheckBoxCheckChanged);
     //
     // checkBoxIsMissingDependency
     //
     this.checkBoxIsMissingDependency.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.checkBoxIsMissingDependency.Location        = new System.Drawing.Point(10, 40);
     this.checkBoxIsMissingDependency.Name            = "checkBoxIsMissingDependency";
     this.checkBoxIsMissingDependency.Size            = new System.Drawing.Size(545, 24);
     this.checkBoxIsMissingDependency.TabIndex        = 0;
     this.checkBoxIsMissingDependency.Text            = "Is missing a dependency";
     this.checkBoxIsMissingDependency.CheckedChanged += new System.EventHandler(this.OnCheckBoxCheckChanged);
     //
     // buttonUninstall
     //
     this.buttonUninstall.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.buttonUninstall.Location  = new System.Drawing.Point(250, 335);
     this.buttonUninstall.Name      = "buttonUninstall";
     this.buttonUninstall.TabIndex  = 9;
     this.buttonUninstall.Text      = "Uninstall";
     this.buttonUninstall.Click    += new System.EventHandler(this.buttonUninstall_Click);
     //
     // buttonStop
     //
     this.buttonStop.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.buttonStop.Location  = new System.Drawing.Point(90, 335);
     this.buttonStop.Name      = "buttonStop";
     this.buttonStop.TabIndex  = 8;
     this.buttonStop.Text      = "Stop";
     this.buttonStop.Click    += new System.EventHandler(this.buttonStop_Click);
     //
     // buttonStart
     //
     this.buttonStart.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.buttonStart.Location  = new System.Drawing.Point(10, 335);
     this.buttonStart.Name      = "buttonStart";
     this.buttonStart.TabIndex  = 7;
     this.buttonStart.Text      = "Start";
     this.buttonStart.Click    += new System.EventHandler(this.buttonStart_Click);
     //
     // buttonOK
     //
     this.buttonOK.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonOK.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.buttonOK.Location  = new System.Drawing.Point(505, 335);
     this.buttonOK.Name      = "buttonOK";
     this.buttonOK.TabIndex  = 3;
     this.buttonOK.Text      = "OK";
     this.buttonOK.Click    += new System.EventHandler(this.buttonOK_Click);
     //
     // _informationPanel
     //
     this._informationPanel.BackColor   = System.Drawing.Color.White;
     this._informationPanel.Description = "";
     this._informationPanel.Dock        = System.Windows.Forms.DockStyle.Top;
     this._informationPanel.Image       = ((System.Drawing.Image)(resources.GetObject("_informationPanel.Image")));
     this._informationPanel.Location    = new System.Drawing.Point(0, 0);
     this._informationPanel.Name        = "_informationPanel";
     this._informationPanel.Size        = new System.Drawing.Size(592, 85);
     this._informationPanel.TabIndex    = 37;
     this._informationPanel.Title       = "";
     //
     // buttonReInstall
     //
     this.buttonReInstall.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.buttonReInstall.Location  = new System.Drawing.Point(170, 335);
     this.buttonReInstall.Name      = "buttonReInstall";
     this.buttonReInstall.TabIndex  = 38;
     this.buttonReInstall.Text      = "Reinstall";
     this.buttonReInstall.Click    += new System.EventHandler(this.buttonReInstall_Click);
     //
     // SnapInDescriptorPropertyWindow
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(592, 366);
     this.Controls.Add(this.buttonReInstall);
     this.Controls.Add(this._informationPanel);
     this.Controls.Add(this.buttonOK);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.buttonUninstall);
     this.Controls.Add(this.buttonStop);
     this.Controls.Add(this.buttonStart);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "SnapInDescriptorPropertyWindow";
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "SnapIn Properties";
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.tabControl2.ResumeLayout(false);
     this.tabPage4.ResumeLayout(false);
     this.tabPage5.ResumeLayout(false);
     this.tabPage3.ResumeLayout(false);
     this.ResumeLayout(false);
 }