Exemple #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.label1         = new System.Windows.Forms.Label();
     this._edtTitle      = new System.Windows.Forms.TextBox();
     this.label2         = new System.Windows.Forms.Label();
     this._feedGroupTree = new JetBrains.Omea.GUIControls.ResourceTreeView();
     this._btnNewGroup   = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label1.Location  = new System.Drawing.Point(12, 28);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(168, 16);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Enter the title for the feed:";
     //
     // _edtTitle
     //
     this._edtTitle.Location = new System.Drawing.Point(12, 48);
     this._edtTitle.Name     = "_edtTitle";
     this._edtTitle.Size     = new System.Drawing.Size(344, 22);
     this._edtTitle.TabIndex = 1;
     this._edtTitle.Text     = "";
     this._edtTitle.Anchor   = AnchorStyles.Left | AnchorStyles.Right | AnchorStyles.Top;
     //
     // label2
     //
     this.label2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label2.Location  = new System.Drawing.Point(12, 88);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(292, 16);
     this.label2.TabIndex  = 2;
     this.label2.Text      = "Choose the folder where the feed should be placed:";
     //
     // _feedGroupTree
     //
     this._feedGroupTree.DoubleBuffer             = false;
     this._feedGroupTree.ExecuteDoubleClickAction = false;
     this._feedGroupTree.HideSelection            = false;
     this._feedGroupTree.ImageIndex            = -1;
     this._feedGroupTree.LabelEdit             = true;
     this._feedGroupTree.Location              = new System.Drawing.Point(12, 108);
     this._feedGroupTree.MultiSelect           = false;
     this._feedGroupTree.Name                  = "_feedGroupTree";
     this._feedGroupTree.NodePainter           = null;
     this._feedGroupTree.ResourceChildProvider = null;
     this._feedGroupTree.SelectedImageIndex    = -1;
     this._feedGroupTree.SelectedNodes         = new System.Windows.Forms.TreeNode[0];
     this._feedGroupTree.ShowContextMenu       = false;
     this._feedGroupTree.ShowRootResource      = false;
     this._feedGroupTree.Size                  = new System.Drawing.Size(344, 248);
     this._feedGroupTree.TabIndex              = 3;
     this._feedGroupTree.ThreeStateCheckboxes  = false;
     this._feedGroupTree.DoubleClick          += new System.EventHandler(this._feedGroupTree_DoubleClick);
     this._feedGroupTree.AfterLabelEdit       += new System.Windows.Forms.NodeLabelEditEventHandler(this._feedGroupTree_AfterLabelEdit);
     this._feedGroupTree.Anchor                = AnchorStyles.Left | AnchorStyles.Right | AnchorStyles.Bottom | AnchorStyles.Top;
     //
     // _btnNewGroup
     //
     this._btnNewGroup.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this._btnNewGroup.Location  = new System.Drawing.Point(232, 364);
     this._btnNewGroup.Name      = "_btnNewGroup";
     this._btnNewGroup.Size      = new System.Drawing.Size(124, 23);
     this._btnNewGroup.TabIndex  = 4;
     this._btnNewGroup.Text      = "New Feed Folder";
     this._btnNewGroup.Click    += new System.EventHandler(this._btnNewGroup_Click);
     this._btnNewGroup.Anchor    = AnchorStyles.Right | AnchorStyles.Bottom;
     //
     // TitleGroupPane
     //
     this.Controls.Add(this._btnNewGroup);
     this.Controls.Add(this._feedGroupTree);
     this.Controls.Add(this.label2);
     this.Controls.Add(this._edtTitle);
     this.Controls.Add(this.label1);
     this.Anchor = AnchorStyles.Left | AnchorStyles.Right | AnchorStyles.Bottom | AnchorStyles.Top;
     this.Name   = "TitleGroupPane";
     this.Size   = new System.Drawing.Size(384, 396);
     this.ResumeLayout(false);
 }
Exemple #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._btnCancel = new System.Windows.Forms.Button();
     this._btnOK     = new System.Windows.Forms.Button();
     this._label1    = new System.Windows.Forms.Label();
     this._treeView  = new JetBrains.Omea.GUIControls.ResourceTreeView();
     this.SuspendLayout();
     //
     // _btnCancel
     //
     this._btnCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this._btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this._btnCancel.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this._btnCancel.Location     = new System.Drawing.Point(272, 60);
     this._btnCancel.Name         = "_btnCancel";
     this._btnCancel.Size         = new System.Drawing.Size(75, 25);
     this._btnCancel.TabIndex     = 2;
     this._btnCancel.Text         = "Cancel";
     //
     // _btnOK
     //
     this._btnOK.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this._btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     this._btnOK.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this._btnOK.Location     = new System.Drawing.Point(272, 26);
     this._btnOK.Name         = "_btnOK";
     this._btnOK.Size         = new System.Drawing.Size(75, 25);
     this._btnOK.TabIndex     = 1;
     this._btnOK.Text         = "OK";
     //
     // _label1
     //
     this._label1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this._label1.Location  = new System.Drawing.Point(8, 9);
     this._label1.Name      = "_label1";
     this._label1.Size      = new System.Drawing.Size(280, 17);
     this._label1.TabIndex  = 8;
     this._label1.Text      = "Move the selected items to the folder:";
     //
     // _treeView
     //
     this._treeView.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._treeView.ImageIndex           = -1;
     this._treeView.Location             = new System.Drawing.Point(8, 26);
     this._treeView.Name                 = "_treeView";
     this._treeView.NodePainter          = null;
     this._treeView.ParentProperty       = 0;
     this._treeView.SelectedImageIndex   = -1;
     this._treeView.Size                 = new System.Drawing.Size(256, 284);
     this._treeView.TabIndex             = 0;
     this._treeView.ThreeStateCheckboxes = false;
     this._treeView.DoubleClick         += new System.EventHandler(this.OnDoubleClick);
     this._treeView.AfterExpand         += new System.Windows.Forms.TreeViewEventHandler(this.OnAfterExpand);
     this._treeView.AfterCollapse       += new System.Windows.Forms.TreeViewEventHandler(this.OnAfterCollapse);
     //
     // SelectOutlookFolder
     //
     this.AcceptButton      = this._btnOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.CancelButton      = this._btnCancel;
     this.ClientSize        = new System.Drawing.Size(352, 318);
     this.Controls.Add(this._treeView);
     this.Controls.Add(this._label1);
     this.Controls.Add(this._btnCancel);
     this.Controls.Add(this._btnOK);
     this.MinimumSize = new System.Drawing.Size(360, 304);
     this.Name        = "SelectOutlookFolder";
     this.Text        = "Move Items";
     this.Load       += new System.EventHandler(this.SelectOutlookFolder_Load);
     this.ResumeLayout(false);
 }