Example #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.categoryContainerControl = new System.Windows.Forms.Panel();
     this.panelAddCategory         = new System.Windows.Forms.Panel();
     this.comboBoxParent           = new OpenLiveWriter.PostEditor.PostPropertyEditing.CategoryControl.CategoryDisplayFormM1.ParentCategoryComboBox();
     this.buttonAdd              = new System.Windows.Forms.Button();
     this.textBoxAddCategory     = new System.Windows.Forms.TextBox();
     this.categoryRefreshControl = new OpenLiveWriter.PostEditor.PostPropertyEditing.CategoryControl.CategoryRefreshControl();
     this.panelAddCategory.SuspendLayout();
     this.SuspendLayout();
     //
     // categoryContainerControl
     //
     this.categoryContainerControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.categoryContainerControl.AutoScroll = true;
     this.categoryContainerControl.Location   = new System.Drawing.Point(7, 33);
     this.categoryContainerControl.Name       = "categoryContainerControl";
     this.categoryContainerControl.Size       = new System.Drawing.Size(189, 72);
     this.categoryContainerControl.TabIndex   = 0;
     //
     // panelAddCategory
     //
     this.panelAddCategory.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.panelAddCategory.Controls.Add(this.comboBoxParent);
     this.panelAddCategory.Controls.Add(this.buttonAdd);
     this.panelAddCategory.Controls.Add(this.textBoxAddCategory);
     this.panelAddCategory.Location = new System.Drawing.Point(6, 5);
     this.panelAddCategory.Name     = "panelAddCategory";
     this.panelAddCategory.Size     = new System.Drawing.Size(194, 25);
     this.panelAddCategory.TabIndex = 1;
     //
     // comboBoxParent
     //
     this.comboBoxParent.Anchor           = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.comboBoxParent.DrawMode         = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxParent.DropDownStyle    = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxParent.DropDownWidth    = 200;
     this.comboBoxParent.IntegralHeight   = false;
     this.comboBoxParent.ItemHeight       = 15;
     this.comboBoxParent.Location         = new System.Drawing.Point(42, 1);
     this.comboBoxParent.MaxDropDownItems = 20;
     this.comboBoxParent.Name             = "comboBoxParent";
     this.comboBoxParent.Size             = new System.Drawing.Size(88, 21);
     this.comboBoxParent.TabIndex         = 1;
     this.comboBoxParent.Leave           += new System.EventHandler(this.comboBoxParent_Leave);
     this.comboBoxParent.Enter           += new System.EventHandler(this.comboBoxParent_Enter);
     //
     // buttonAdd
     //
     this.buttonAdd.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonAdd.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.buttonAdd.Location  = new System.Drawing.Point(134, 0);
     this.buttonAdd.Name      = "buttonAdd";
     this.buttonAdd.Size      = new System.Drawing.Size(59, 23);
     this.buttonAdd.TabIndex  = 2;
     this.buttonAdd.Text      = "&Add";
     this.buttonAdd.Click    += new System.EventHandler(this.buttonAdd_Click);
     //
     // textBoxAddCategory
     //
     this.textBoxAddCategory.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.textBoxAddCategory.AutoSize = false;
     this.textBoxAddCategory.Location = new System.Drawing.Point(0, 1);
     this.textBoxAddCategory.Name     = "textBoxAddCategory";
     this.textBoxAddCategory.Size     = new System.Drawing.Size(38, 21);
     this.textBoxAddCategory.TabIndex = 0;
     this.textBoxAddCategory.Text     = "";
     this.textBoxAddCategory.Leave   += new System.EventHandler(this.textBoxAddCategory_Leave);
     this.textBoxAddCategory.Enter   += new System.EventHandler(this.textBoxAddCategory_Enter);
     //
     // categoryRefreshControl
     //
     this.categoryRefreshControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.categoryRefreshControl.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.categoryRefreshControl.Location  = new System.Drawing.Point(6, 111);
     this.categoryRefreshControl.Name      = "categoryRefreshControl";
     this.categoryRefreshControl.Size      = new System.Drawing.Size(193, 23);
     this.categoryRefreshControl.TabIndex  = 2;
     //
     // CategoryDisplayFormM1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.AutoScrollMargin  = new System.Drawing.Size(2, 2);
     this.BackColor         = System.Drawing.SystemColors.ControlLightLight;
     this.ClientSize        = new System.Drawing.Size(205, 138);
     this.ControlBox        = false;
     this.Controls.Add(this.categoryRefreshControl);
     this.Controls.Add(this.panelAddCategory);
     this.Controls.Add(this.categoryContainerControl);
     this.DismissOnDeactivate = true;
     this.DockPadding.All     = 1;
     this.MaximizeBox         = false;
     this.MinimizeBox         = false;
     this.Name          = "CategoryDisplayFormM1";
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
     this.panelAddCategory.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.categoryContainerControl = new System.Windows.Forms.Panel();
            this.panelAddCategory = new System.Windows.Forms.Panel();
            this.comboBoxParent = new OpenLiveWriter.PostEditor.PostPropertyEditing.CategoryControl.CategoryDisplayFormM1.ParentCategoryComboBox();
            this.buttonAdd = new System.Windows.Forms.Button();
            this.textBoxAddCategory = new System.Windows.Forms.TextBox();
            this.categoryRefreshControl = new OpenLiveWriter.PostEditor.PostPropertyEditing.CategoryControl.CategoryRefreshControl();
            this.panelAddCategory.SuspendLayout();
            this.SuspendLayout();
            //
            // categoryContainerControl
            //
            this.categoryContainerControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
            this.categoryContainerControl.AutoScroll = true;
            this.categoryContainerControl.Location = new System.Drawing.Point(7, 33);
            this.categoryContainerControl.Name = "categoryContainerControl";
            this.categoryContainerControl.Size = new System.Drawing.Size(189, 72);
            this.categoryContainerControl.TabIndex = 0;
            //
            // panelAddCategory
            //
            this.panelAddCategory.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
            this.panelAddCategory.Controls.Add(this.comboBoxParent);
            this.panelAddCategory.Controls.Add(this.buttonAdd);
            this.panelAddCategory.Controls.Add(this.textBoxAddCategory);
            this.panelAddCategory.Location = new System.Drawing.Point(6, 5);
            this.panelAddCategory.Name = "panelAddCategory";
            this.panelAddCategory.Size = new System.Drawing.Size(194, 25);
            this.panelAddCategory.TabIndex = 1;
            //
            // comboBoxParent
            //
            this.comboBoxParent.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.comboBoxParent.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.comboBoxParent.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxParent.DropDownWidth = 200;
            this.comboBoxParent.IntegralHeight = false;
            this.comboBoxParent.ItemHeight = 15;
            this.comboBoxParent.Location = new System.Drawing.Point(42, 1);
            this.comboBoxParent.MaxDropDownItems = 20;
            this.comboBoxParent.Name = "comboBoxParent";
            this.comboBoxParent.Size = new System.Drawing.Size(88, 21);
            this.comboBoxParent.TabIndex = 1;
            this.comboBoxParent.Leave += new System.EventHandler(this.comboBoxParent_Leave);
            this.comboBoxParent.Enter += new System.EventHandler(this.comboBoxParent_Enter);
            //
            // buttonAdd
            //
            this.buttonAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonAdd.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.buttonAdd.Location = new System.Drawing.Point(134, 0);
            this.buttonAdd.Name = "buttonAdd";
            this.buttonAdd.Size = new System.Drawing.Size(59, 23);
            this.buttonAdd.TabIndex = 2;
            this.buttonAdd.Text = "&Add";
            this.buttonAdd.Click += new System.EventHandler(this.buttonAdd_Click);
            //
            // textBoxAddCategory
            //
            this.textBoxAddCategory.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxAddCategory.AutoSize = false;
            this.textBoxAddCategory.Location = new System.Drawing.Point(0, 1);
            this.textBoxAddCategory.Name = "textBoxAddCategory";
            this.textBoxAddCategory.Size = new System.Drawing.Size(38, 21);
            this.textBoxAddCategory.TabIndex = 0;
            this.textBoxAddCategory.Text = "";
            this.textBoxAddCategory.Leave += new System.EventHandler(this.textBoxAddCategory_Leave);
            this.textBoxAddCategory.Enter += new System.EventHandler(this.textBoxAddCategory_Enter);
            //
            // categoryRefreshControl
            //
            this.categoryRefreshControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
            this.categoryRefreshControl.BackColor = System.Drawing.SystemColors.ControlLightLight;
            this.categoryRefreshControl.Location = new System.Drawing.Point(6, 111);
            this.categoryRefreshControl.Name = "categoryRefreshControl";
            this.categoryRefreshControl.Size = new System.Drawing.Size(193, 23);
            this.categoryRefreshControl.TabIndex = 2;
            //
            // CategoryDisplayFormM1
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
            this.AutoScrollMargin = new System.Drawing.Size(2, 2);
            this.BackColor = System.Drawing.SystemColors.ControlLightLight;
            this.ClientSize = new System.Drawing.Size(205, 138);
            this.ControlBox = false;
            this.Controls.Add(this.categoryRefreshControl);
            this.Controls.Add(this.panelAddCategory);
            this.Controls.Add(this.categoryContainerControl);
            this.DismissOnDeactivate = true;
            this.DockPadding.All = 1;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "CategoryDisplayFormM1";
            this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
            this.panelAddCategory.ResumeLayout(false);
            this.ResumeLayout(false);

        }