Esempio n. 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(CreateNewPackageForm));
     this.mogControl_PackageManagementTreeView1 = new MogControl_PackageManagementTreeView();
     this.NewPackageOKButton = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // mogControl_PackageManagementTreeView1
     //
     this.mogControl_PackageManagementTreeView1.Location = new System.Drawing.Point(0, 0);
     this.mogControl_PackageManagementTreeView1.Name     = "mogControl_PackageManagementTreeView1";
     this.mogControl_PackageManagementTreeView1.Size     = new System.Drawing.Size(296, 248);
     this.mogControl_PackageManagementTreeView1.TabIndex = 0;
     //
     // NewPackageOKButton
     //
     this.NewPackageOKButton.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.NewPackageOKButton.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.NewPackageOKButton.Location     = new System.Drawing.Point(216, 248);
     this.NewPackageOKButton.Name         = "NewPackageOKButton";
     this.NewPackageOKButton.TabIndex     = 2;
     this.NewPackageOKButton.Text         = "Close";
     //
     // CreateNewPackageForm
     //
     this.AcceptButton      = this.NewPackageOKButton;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(292, 273);
     this.Controls.Add(this.NewPackageOKButton);
     this.Controls.Add(this.mogControl_PackageManagementTreeView1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "CreateNewPackageForm";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "New Package";
     this.ResumeLayout(false);
 }
Esempio n. 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PackageManagementForm));
     this.PackageSelectedPackagesContextMenu = new System.Windows.Forms.ContextMenu();
     this.SelectedPackagesRemoveMenuItem     = new System.Windows.Forms.MenuItem();
     this.CloseButton                  = new System.Windows.Forms.Button();
     this.columnHeader2                = new System.Windows.Forms.ColumnHeader();
     this.FormToolTip                  = new System.Windows.Forms.ToolTip(this.components);
     this.AssetList                    = new System.Windows.Forms.ListView();
     this.AssetNameColumnHeader        = new System.Windows.Forms.ColumnHeader();
     this.ClassificationColumnHeader   = new System.Windows.Forms.ColumnHeader();
     this.AssignmentList               = new System.Windows.Forms.ListView();
     this.PackageNameColumnHeader      = new System.Windows.Forms.ColumnHeader();
     this.PackageTree                  = new MOG_ControlsLibrary.Controls.MogControl_PackageManagementTreeView();
     this.MainSplitContainer           = new System.Windows.Forms.SplitContainer();
     this.AssignmentSplitContainer     = new System.Windows.Forms.SplitContainer();
     this.PackageManagementLockedLabel = new System.Windows.Forms.Label();
     this.MainSplitContainer.Panel1.SuspendLayout();
     this.MainSplitContainer.Panel2.SuspendLayout();
     this.MainSplitContainer.SuspendLayout();
     this.AssignmentSplitContainer.Panel1.SuspendLayout();
     this.AssignmentSplitContainer.Panel2.SuspendLayout();
     this.AssignmentSplitContainer.SuspendLayout();
     this.SuspendLayout();
     //
     // PackageSelectedPackagesContextMenu
     //
     this.PackageSelectedPackagesContextMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.SelectedPackagesRemoveMenuItem
     });
     this.PackageSelectedPackagesContextMenu.Popup += new System.EventHandler(this.PackageSelectedPackagesContextMenu_Popup);
     //
     // SelectedPackagesRemoveMenuItem
     //
     this.SelectedPackagesRemoveMenuItem.Index    = 0;
     this.SelectedPackagesRemoveMenuItem.Shortcut = System.Windows.Forms.Shortcut.Del;
     this.SelectedPackagesRemoveMenuItem.Text     = "Remove";
     this.SelectedPackagesRemoveMenuItem.Click   += new System.EventHandler(this.SelectedPackagesRemoveMenuItem_Click);
     //
     // CloseButton
     //
     this.CloseButton.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.CloseButton.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.CloseButton.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.CloseButton.Location     = new System.Drawing.Point(525, 475);
     this.CloseButton.Name         = "CloseButton";
     this.CloseButton.Size         = new System.Drawing.Size(75, 23);
     this.CloseButton.TabIndex     = 3;
     this.CloseButton.Text         = "Done";
     this.FormToolTip.SetToolTip(this.CloseButton, "Apply the changes listed above");
     this.CloseButton.Click += new System.EventHandler(this.CloseButton_Click);
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "Group Name";
     this.columnHeader2.Width = 171;
     //
     // AssetList
     //
     this.AssetList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.AssetNameColumnHeader,
         this.ClassificationColumnHeader
     });
     this.AssetList.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.AssetList.FullRowSelect = true;
     this.AssetList.Location      = new System.Drawing.Point(0, 0);
     this.AssetList.Name          = "AssetList";
     this.AssetList.Size          = new System.Drawing.Size(593, 111);
     this.AssetList.TabIndex      = 1;
     this.FormToolTip.SetToolTip(this.AssetList, "Assets that are being modified");
     this.AssetList.UseCompatibleStateImageBehavior = false;
     this.AssetList.View = System.Windows.Forms.View.Details;
     //
     // AssetNameColumnHeader
     //
     this.AssetNameColumnHeader.Text  = "Asset Name";
     this.AssetNameColumnHeader.Width = 253;
     //
     // ClassificationColumnHeader
     //
     this.ClassificationColumnHeader.Text  = "Classification";
     this.ClassificationColumnHeader.Width = 335;
     //
     // AssignmentList
     //
     this.AssignmentList.AllowDrop = true;
     this.AssignmentList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.PackageNameColumnHeader
     });
     this.AssignmentList.ContextMenu   = this.PackageSelectedPackagesContextMenu;
     this.AssignmentList.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.AssignmentList.FullRowSelect = true;
     this.AssignmentList.Location      = new System.Drawing.Point(0, 0);
     this.AssignmentList.Name          = "AssignmentList";
     this.AssignmentList.Size          = new System.Drawing.Size(593, 123);
     this.AssignmentList.TabIndex      = 2;
     this.FormToolTip.SetToolTip(this.AssignmentList, "Packages assigned to the Assets on the left pane.");
     this.AssignmentList.UseCompatibleStateImageBehavior = false;
     this.AssignmentList.View = System.Windows.Forms.View.Details;
     //
     // PackageNameColumnHeader
     //
     this.PackageNameColumnHeader.Text  = "Assigned Packages";
     this.PackageNameColumnHeader.Width = 578;
     //
     // PackageTree
     //
     this.PackageTree.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.PackageTree.ExpandAssets = false;
     this.PackageTree.Location     = new System.Drawing.Point(0, 0);
     this.PackageTree.Name         = "PackageTree";
     this.PackageTree.Size         = new System.Drawing.Size(593, 206);
     this.PackageTree.TabIndex     = 16;
     this.PackageTree.UsePlatformSpecificCheckBox = true;
     //
     // MainSplitContainer
     //
     this.MainSplitContainer.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.MainSplitContainer.Location    = new System.Drawing.Point(7, 12);
     this.MainSplitContainer.Name        = "MainSplitContainer";
     this.MainSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // MainSplitContainer.Panel1
     //
     this.MainSplitContainer.Panel1.Controls.Add(this.AssetList);
     //
     // MainSplitContainer.Panel2
     //
     this.MainSplitContainer.Panel2.Controls.Add(this.AssignmentSplitContainer);
     this.MainSplitContainer.Size             = new System.Drawing.Size(593, 448);
     this.MainSplitContainer.SplitterDistance = 111;
     this.MainSplitContainer.TabIndex         = 17;
     //
     // AssignmentSplitContainer
     //
     this.AssignmentSplitContainer.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.AssignmentSplitContainer.Location    = new System.Drawing.Point(0, 0);
     this.AssignmentSplitContainer.Name        = "AssignmentSplitContainer";
     this.AssignmentSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // AssignmentSplitContainer.Panel1
     //
     this.AssignmentSplitContainer.Panel1.Controls.Add(this.PackageTree);
     //
     // AssignmentSplitContainer.Panel2
     //
     this.AssignmentSplitContainer.Panel2.Controls.Add(this.AssignmentList);
     this.AssignmentSplitContainer.Size             = new System.Drawing.Size(593, 333);
     this.AssignmentSplitContainer.SplitterDistance = 206;
     this.AssignmentSplitContainer.TabIndex         = 0;
     //
     // PackageManagementLockedLabel
     //
     this.PackageManagementLockedLabel.AutoSize  = true;
     this.PackageManagementLockedLabel.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.PackageManagementLockedLabel.ForeColor = System.Drawing.Color.Red;
     this.PackageManagementLockedLabel.Location  = new System.Drawing.Point(302, 480);
     this.PackageManagementLockedLabel.Name      = "PackageManagementLockedLabel";
     this.PackageManagementLockedLabel.Size      = new System.Drawing.Size(208, 13);
     this.PackageManagementLockedLabel.TabIndex  = 18;
     this.PackageManagementLockedLabel.Text      = "PACKAGE MANAGEMENT LOCKED";
     this.PackageManagementLockedLabel.Visible   = false;
     //
     // PackageManagementForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(612, 506);
     this.Controls.Add(this.PackageManagementLockedLabel);
     this.Controls.Add(this.MainSplitContainer);
     this.Controls.Add(this.CloseButton);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MinimumSize   = new System.Drawing.Size(368, 344);
     this.Name          = "PackageManagementForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Package Management";
     this.Load         += new System.EventHandler(this.PackageManagementForm_Load);
     this.Closing      += new System.ComponentModel.CancelEventHandler(this.PackageManagementForm_Closing);
     this.MainSplitContainer.Panel1.ResumeLayout(false);
     this.MainSplitContainer.Panel2.ResumeLayout(false);
     this.MainSplitContainer.ResumeLayout(false);
     this.AssignmentSplitContainer.Panel1.ResumeLayout(false);
     this.AssignmentSplitContainer.Panel2.ResumeLayout(false);
     this.AssignmentSplitContainer.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }