Пример #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.textBoxTags = new OpenLiveWriter.PostEditor.Tagging.TextBoxWithAutoComplete();
            this.labelTechTags = new System.Windows.Forms.Label();
            this.labelTag = new System.Windows.Forms.Label();
            this.tagProviderComboBox = new OpenLiveWriter.PostEditor.Tagging.TagProviderComboBox();
            this.SuspendLayout();
            //
            // textBoxTags
            //
            this.textBoxTags.AcceptsReturn = true;
            this.textBoxTags.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.textBoxTags.Location = new System.Drawing.Point(0, 16);
            this.textBoxTags.Multiline = true;
            this.textBoxTags.Name = "textBoxTags";
            this.textBoxTags.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.textBoxTags.Size = new System.Drawing.Size(320, 140);
            this.textBoxTags.TabIndex = 5;
            //
            // labelTechTags
            //
            this.labelTechTags.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.labelTechTags.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.labelTechTags.Location = new System.Drawing.Point(0, 0);
            this.labelTechTags.Name = "labelTechTags";
            this.labelTechTags.Size = new System.Drawing.Size(319, 13);
            this.labelTechTags.TabIndex = 0;
            this.labelTechTags.Text = "&Tags (comma separated):";
            //
            // labelTag
            //
            this.labelTag.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.labelTag.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.labelTag.Location = new System.Drawing.Point(0, 164);
            this.labelTag.Name = "labelTag";
            this.labelTag.Size = new System.Drawing.Size(319, 13);
            this.labelTag.TabIndex = 10;
            this.labelTag.Text = "Tag &Provider:";
            //
            // tagProviderComboBox
            //
            this.tagProviderComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.tagProviderComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.tagProviderComboBox.Location = new System.Drawing.Point(0, 180);
            this.tagProviderComboBox.Name = "tagProviderComboBox";
            this.tagProviderComboBox.SelectedTagProvider = null;
            this.tagProviderComboBox.Size = new System.Drawing.Size(320, 21);
            this.tagProviderComboBox.TabIndex = 15;
            //
            // TagEditor
            //
            this.Controls.Add(this.tagProviderComboBox);
            this.Controls.Add(this.labelTag);
            this.Controls.Add(this.labelTechTags);
            this.Controls.Add(this.textBoxTags);
            this.Name = "TagEditor";
            this.Size = new System.Drawing.Size(320, 208);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Пример #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.textBoxTags         = new OpenLiveWriter.PostEditor.Tagging.TextBoxWithAutoComplete();
     this.labelTechTags       = new System.Windows.Forms.Label();
     this.labelTag            = new System.Windows.Forms.Label();
     this.tagProviderComboBox = new OpenLiveWriter.PostEditor.Tagging.TagProviderComboBox();
     this.SuspendLayout();
     //
     // textBoxTags
     //
     this.textBoxTags.AcceptsReturn = true;
     this.textBoxTags.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.textBoxTags.Location   = new System.Drawing.Point(0, 16);
     this.textBoxTags.Multiline  = true;
     this.textBoxTags.Name       = "textBoxTags";
     this.textBoxTags.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.textBoxTags.Size       = new System.Drawing.Size(320, 140);
     this.textBoxTags.TabIndex   = 5;
     //
     // labelTechTags
     //
     this.labelTechTags.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.labelTechTags.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.labelTechTags.Location  = new System.Drawing.Point(0, 0);
     this.labelTechTags.Name      = "labelTechTags";
     this.labelTechTags.Size      = new System.Drawing.Size(319, 13);
     this.labelTechTags.TabIndex  = 0;
     this.labelTechTags.Text      = "&Tags (comma separated):";
     //
     // labelTag
     //
     this.labelTag.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.labelTag.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.labelTag.Location  = new System.Drawing.Point(0, 164);
     this.labelTag.Name      = "labelTag";
     this.labelTag.Size      = new System.Drawing.Size(319, 13);
     this.labelTag.TabIndex  = 10;
     this.labelTag.Text      = "Tag &Provider:";
     //
     // tagProviderComboBox
     //
     this.tagProviderComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                             | System.Windows.Forms.AnchorStyles.Right)));
     this.tagProviderComboBox.DropDownStyle       = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.tagProviderComboBox.Location            = new System.Drawing.Point(0, 180);
     this.tagProviderComboBox.Name                = "tagProviderComboBox";
     this.tagProviderComboBox.SelectedTagProvider = null;
     this.tagProviderComboBox.Size                = new System.Drawing.Size(320, 21);
     this.tagProviderComboBox.TabIndex            = 15;
     //
     // TagEditor
     //
     this.Controls.Add(this.tagProviderComboBox);
     this.Controls.Add(this.labelTag);
     this.Controls.Add(this.labelTechTags);
     this.Controls.Add(this.textBoxTags);
     this.Name = "TagEditor";
     this.Size = new System.Drawing.Size(320, 208);
     this.ResumeLayout(false);
     this.PerformLayout();
 }