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()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(ObjectPropertySheet));
     this.panContents     = new System.Windows.Forms.Panel();
     this.panDetails      = new System.Windows.Forms.Panel();
     this.grpSeparator    = new System.Windows.Forms.GroupBox();
     this.lblName         = new System.Windows.Forms.Label();
     this.splitVertical   = new LinkMe.Framework.Tools.Controls.Splitter();
     this.tvwElements     = new LinkMe.Framework.Tools.Controls.TreeView();
     this.mnuElements     = new System.Windows.Forms.ContextMenu();
     this.tbToolBar       = new System.Windows.Forms.ToolBar();
     this.tbbNew          = new System.Windows.Forms.ToolBarButton();
     this.tbbDelete       = new System.Windows.Forms.ToolBarButton();
     this.imgToolBarIcons = new System.Windows.Forms.ImageList(this.components);
     this.panContents.SuspendLayout();
     this.SuspendLayout();
     //
     // panContents
     //
     this.panContents.Controls.Add(this.panDetails);
     this.panContents.Controls.Add(this.grpSeparator);
     this.panContents.Controls.Add(this.lblName);
     this.panContents.Controls.Add(this.splitVertical);
     this.panContents.Controls.Add(this.tvwElements);
     this.panContents.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panContents.Location = new System.Drawing.Point(0, 26);
     this.panContents.Name     = "panContents";
     this.panContents.Size     = new System.Drawing.Size(650, 379);
     this.panContents.TabIndex = 0;
     //
     // panDetails
     //
     this.panDetails.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
     this.panDetails.Location     = new System.Drawing.Point(206, 24);
     this.panDetails.Name         = "panDetails";
     this.panDetails.Size         = new System.Drawing.Size(444, 352);
     this.panDetails.TabIndex     = 9;
     this.panDetails.SizeChanged += new System.EventHandler(this.panDetails_SizeChanged);
     //
     // grpSeparator
     //
     this.grpSeparator.Anchor   = System.Windows.Forms.AnchorStyles.Bottom;
     this.grpSeparator.Location = new System.Drawing.Point(206, 371);
     this.grpSeparator.Name     = "grpSeparator";
     this.grpSeparator.Size     = new System.Drawing.Size(444, 8);
     this.grpSeparator.TabIndex = 8;
     this.grpSeparator.TabStop  = false;
     //
     // lblName
     //
     this.lblName.Anchor      = System.Windows.Forms.AnchorStyles.Top;
     this.lblName.BackColor   = System.Drawing.SystemColors.InactiveCaption;
     this.lblName.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblName.Font        = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblName.ForeColor   = System.Drawing.SystemColors.HighlightText;
     this.lblName.Location    = new System.Drawing.Point(206, 0);
     this.lblName.Name        = "lblName";
     this.lblName.Size        = new System.Drawing.Size(444, 20);
     this.lblName.TabIndex    = 7;
     //
     // splitVertical
     //
     this.splitVertical.Location       = new System.Drawing.Point(200, 0);
     this.splitVertical.Name           = "splitVertical";
     this.splitVertical.Size           = new System.Drawing.Size(6, 379);
     this.splitVertical.TabIndex       = 1;
     this.splitVertical.TabStop        = false;
     this.splitVertical.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.splitVertical_SplitterMoved);
     //
     // tvwElements
     //
     this.tvwElements.ContextMenu        = this.mnuElements;
     this.tvwElements.Dock               = System.Windows.Forms.DockStyle.Left;
     this.tvwElements.HideSelection      = false;
     this.tvwElements.ImageIndex         = -1;
     this.tvwElements.LabelEdit          = true;
     this.tvwElements.Location           = new System.Drawing.Point(0, 0);
     this.tvwElements.Name               = "tvwElements";
     this.tvwElements.SelectedImageIndex = -1;
     this.tvwElements.Size               = new System.Drawing.Size(200, 379);
     this.tvwElements.TabIndex           = 0;
     this.tvwElements.BeforeLabelEdit   += new System.Windows.Forms.NodeLabelEditEventHandler(this.tvwElements_BeforeLabelEdit);
     this.tvwElements.AfterSelect       += new System.Windows.Forms.TreeViewEventHandler(this.tvwElements_AfterSelect);
     this.tvwElements.BeforeSelect      += new System.Windows.Forms.TreeViewCancelEventHandler(this.tvwElements_BeforeSelect);
     this.tvwElements.AfterLabelEdit    += new System.Windows.Forms.NodeLabelEditEventHandler(this.tvwElements_AfterLabelEdit);
     //
     // mnuElements
     //
     this.mnuElements.Popup += new System.EventHandler(this.mnuElements_Popup);
     //
     // tbToolBar
     //
     this.tbToolBar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbbNew,
         this.tbbDelete
     });
     this.tbToolBar.ButtonSize     = new System.Drawing.Size(16, 16);
     this.tbToolBar.Divider        = false;
     this.tbToolBar.DropDownArrows = true;
     this.tbToolBar.Enabled        = false;
     this.tbToolBar.ImageList      = this.imgToolBarIcons;
     this.tbToolBar.Location       = new System.Drawing.Point(0, 0);
     this.tbToolBar.Name           = "tbToolBar";
     this.tbToolBar.ShowToolTips   = true;
     this.tbToolBar.Size           = new System.Drawing.Size(650, 26);
     this.tbToolBar.TabIndex       = 0;
     this.tbToolBar.Wrappable      = false;
     this.tbToolBar.ButtonClick   += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.tbToolBar_ButtonClick);
     //
     // tbbNew
     //
     this.tbbNew.Enabled    = false;
     this.tbbNew.ImageIndex = 0;
     //
     // tbbDelete
     //
     this.tbbDelete.Enabled    = false;
     this.tbbDelete.ImageIndex = 1;
     //
     // imgToolBarIcons
     //
     this.imgToolBarIcons.ImageSize        = new System.Drawing.Size(16, 16);
     this.imgToolBarIcons.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgToolBarIcons.ImageStream")));
     this.imgToolBarIcons.TransparentColor = System.Drawing.Color.Transparent;
     //
     // ObjectPropertySheet
     //
     this.Controls.Add(this.panContents);
     this.Controls.Add(this.tbToolBar);
     this.Name = "ObjectPropertySheet";
     this.Size = new System.Drawing.Size(650, 405);
     this.panContents.ResumeLayout(false);
     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.panTopTwo   = new System.Windows.Forms.Panel();
     this.PaneTwo     = new System.Windows.Forms.Panel();
     this.splitTop    = new LinkMe.Framework.Tools.Controls.Splitter();
     this.PaneOne     = new System.Windows.Forms.Panel();
     this.splitBottom = new LinkMe.Framework.Tools.Controls.Splitter();
     this.PaneThree   = new System.Windows.Forms.Panel();
     this.panTopTwo.SuspendLayout();
     this.SuspendLayout();
     //
     // panTopTwo
     //
     this.panTopTwo.Controls.Add(this.PaneTwo);
     this.panTopTwo.Controls.Add(this.splitTop);
     this.panTopTwo.Controls.Add(this.PaneOne);
     this.panTopTwo.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panTopTwo.Location = new System.Drawing.Point(0, 0);
     this.panTopTwo.Name     = "panTopTwo";
     this.panTopTwo.Size     = new System.Drawing.Size(704, 206);
     this.panTopTwo.TabIndex = 1;
     //
     // PaneTwo
     //
     this.PaneTwo.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.PaneTwo.Location = new System.Drawing.Point(0, 106);
     this.PaneTwo.Name     = "PaneTwo";
     this.PaneTwo.Size     = new System.Drawing.Size(704, 100);
     this.PaneTwo.TabIndex = 4;
     //
     // splitTop
     //
     this.splitTop.Dock                  = System.Windows.Forms.DockStyle.Top;
     this.splitTop.FirstPaneVisible      = true;
     this.splitTop.Location              = new System.Drawing.Point(0, 100);
     this.splitTop.MaintainSplitterRatio = true;
     this.splitTop.MinExtra              = 30;
     this.splitTop.MinSize               = 30;
     this.splitTop.Name                  = "splitTop";
     this.splitTop.SecondPaneVisible     = true;
     this.splitTop.Size                  = new System.Drawing.Size(704, 6);
     this.splitTop.TabIndex              = 3;
     this.splitTop.TabStop               = false;
     this.splitTop.MaximisedPaneHidden  += new System.EventHandler(this.split_MaximisedPaneHidden);
     this.splitTop.SplitterMoved        += new System.Windows.Forms.SplitterEventHandler(this.splitTop_SplitterMoved);
     //
     // PaneOne
     //
     this.PaneOne.Dock     = System.Windows.Forms.DockStyle.Top;
     this.PaneOne.Location = new System.Drawing.Point(0, 0);
     this.PaneOne.Name     = "PaneOne";
     this.PaneOne.Size     = new System.Drawing.Size(704, 100);
     this.PaneOne.TabIndex = 0;
     //
     // splitBottom
     //
     this.splitBottom.Dock                  = System.Windows.Forms.DockStyle.Top;
     this.splitBottom.FirstPaneVisible      = true;
     this.splitBottom.Location              = new System.Drawing.Point(0, 206);
     this.splitBottom.MaintainSplitterRatio = true;
     this.splitBottom.MinExtra              = 30;
     this.splitBottom.MinSize               = 30;
     this.splitBottom.Name                  = "splitBottom";
     this.splitBottom.SecondPaneVisible     = true;
     this.splitBottom.Size                  = new System.Drawing.Size(704, 6);
     this.splitBottom.TabIndex              = 2;
     this.splitBottom.TabStop               = false;
     this.splitBottom.MaximisedPaneHidden  += new System.EventHandler(this.split_MaximisedPaneHidden);
     this.splitBottom.SplitterMoved        += new System.Windows.Forms.SplitterEventHandler(this.splitBottom_SplitterMoved);
     //
     // PaneThree
     //
     this.PaneThree.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.PaneThree.Location = new System.Drawing.Point(0, 212);
     this.PaneThree.Name     = "PaneThree";
     this.PaneThree.Size     = new System.Drawing.Size(704, 100);
     this.PaneThree.TabIndex = 3;
     //
     // ThreePanes
     //
     this.Controls.Add(this.PaneThree);
     this.Controls.Add(this.splitBottom);
     this.Controls.Add(this.panTopTwo);
     this.Name = "ThreePanes";
     this.Size = new System.Drawing.Size(704, 312);
     this.panTopTwo.ResumeLayout(false);
     this.ResumeLayout(false);
 }