Пример #1
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private new void InitializeComponent()
        {
            base.InitializeComponent();

            this.boxActions     = new GroupBox();
            this._lblActions    = new System.Windows.Forms.Label();
            this.panelActions   = new System.Windows.Forms.Panel();
            this.labelAddAction = new JetLinkLabel();

            this.components     = new System.ComponentModel.Container();
            this.resTypeToolTip = new System.Windows.Forms.ToolTip(this.components);
            this.SuspendLayout();
            //
            // boxActions
            //
            this.boxActions.Location  = new System.Drawing.Point(7, 492);
            this.boxActions.Anchor    = (AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right);
            this.boxActions.Name      = "boxActions";
            this.boxActions.Size      = new System.Drawing.Size(384, 160);
            this.boxActions.FlatStyle = FlatStyle.System;
            this.boxActions.TabStop   = false;
            //
            // _lblActions
            //
            this._lblActions.Location = new System.Drawing.Point(10, 10);
            this._lblActions.Name     = "_lblActions";
            this._lblActions.Size     = new System.Drawing.Size(64, 16);
            this._lblActions.TabIndex = 7;
            this._lblActions.Text     = "Actions";
            //
            // panelActions
            //
            this.panelActions.AutoScroll  = true;
            this.panelActions.BackColor   = System.Drawing.SystemColors.Window;
            this.panelActions.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.panelActions.Location    = new System.Drawing.Point(8, 28);
            this.panelActions.Name        = "panelActions";
            this.panelActions.Size        = new System.Drawing.Size(370, 95);
            this.panelActions.TabIndex    = 4;
            this.panelActions.Resize     += new EventHandler(panel_Resize);
            this.panelActions.Anchor      = (AnchorStyles)(AnchorStyles.Left | AnchorStyles.Right | AnchorStyles.Bottom);
            //
            // labelAddAction
            //
            this.labelAddAction.Anchor    = (AnchorStyles.Bottom | AnchorStyles.Right);
            this.labelAddAction.Name      = "buttonAddAction";
            this.labelAddAction.Size      = new System.Drawing.Size(65, 16);
            this.labelAddAction.TabStop   = true;
            this.labelAddAction.TextAlign = ContentAlignment.MiddleLeft;
            this.labelAddAction.Text      = "Add Action...";
            this.labelAddAction.Tag       = panelActions;
            this.labelAddAction.Click    += new System.EventHandler(this.AddActionClicked);
            int position = boxActions.Width - _cAddLabelXPosDiff - (int)(labelAddAction.Size.Width * Core.ScaleFactor.Width);

            this.labelAddAction.Location = new System.Drawing.Point(position, 139);
            //
            // EditRuleForm
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
            this.ClientSize        = new System.Drawing.Size(398, ciFormHeight);
            this.MinimumSize       = new Size(315, 440);
            this.Name = "EditExpirationRuleForm";
            this.Text = "Edit Expiration Rule";

            boxActions.Controls.Add(this._lblActions);
            boxActions.Controls.Add(this.panelActions);
            boxActions.Controls.Add(this.labelAddAction);
            this.Controls.Add(this.boxActions);

            base._lblHeading.Text = "Rule &name:";
            base.okButton.Click  += new System.EventHandler(this.okButton_Click);

            ShiftControlsV(-22, forResourcesLabel, resourceTypesLink, _boxConditions, _boxExceptions, boxActions);

            PlaceBottomControls(ciFormHeight);
            this.ResumeLayout(false);
        }
Пример #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._edtURL            = new System.Windows.Forms.TextBox();
     this.label1             = new System.Windows.Forms.Label();
     this.label2             = new System.Windows.Forms.Label();
     this._lblError          = new System.Windows.Forms.Label();
     this._lblProgress       = new System.Windows.Forms.Label();
     this._chkAuthentication = new System.Windows.Forms.CheckBox();
     this._grpLogin          = new System.Windows.Forms.GroupBox();
     this._edtPassword       = new System.Windows.Forms.TextBox();
     this._lblPassword       = new System.Windows.Forms.Label();
     this._edtUserName       = new System.Windows.Forms.TextBox();
     this._lblUserName       = new System.Windows.Forms.Label();
     this._lnkExistingFeed   = new JetLinkLabel();
     components          = new Container();
     _tipForFullFeedPath = new ToolTip(components);
     this._grpLogin.SuspendLayout();
     this.SuspendLayout();
     //
     // _edtURL
     //
     this._edtURL.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this._edtURL.Location     = new System.Drawing.Point(12, 48);
     this._edtURL.Name         = "_edtURL";
     this._edtURL.Size         = new System.Drawing.Size(344, 20);
     this._edtURL.TabIndex     = 2;
     this._edtURL.Text         = "";
     this._edtURL.KeyDown     += new System.Windows.Forms.KeyEventHandler(this._edtURL_KeyDown);
     this._edtURL.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this._edtURL_KeyPress);
     this._edtURL.TextChanged += new EventHandler(_edtURL_TextChanged);
     this._edtURL.Anchor       = AnchorStyles.Left | AnchorStyles.Right | AnchorStyles.Top;
     //
     // 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(372, 17);
     this.label1.TabIndex  = 1;
     this.label1.Text      = "Enter the address of an RSS or ATOM feed:";
     //
     // label2
     //
     this.label2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label2.Location  = new System.Drawing.Point(12, 84);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(344, 32);
     this.label2.TabIndex  = 3;
     this.label2.Anchor    = AnchorStyles.Left | AnchorStyles.Right | AnchorStyles.Top;
     //
     // _lblError
     //
     this._lblError.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this._lblError.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(204)));
     this._lblError.Location  = new System.Drawing.Point(24, 224);
     this._lblError.Name      = "_lblError";
     this._lblError.Size      = new System.Drawing.Size(332, 92);
     this._lblError.TabIndex  = 4;
     this._lblError.Text      = "label3";
     this._lblError.Visible   = false;
     this._lblError.Anchor    = AnchorStyles.Left | AnchorStyles.Right | AnchorStyles.Top;
     this._lblError.ForeColor = Color.Red;
     //
     // _lblProgress
     //
     this._lblProgress.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this._lblProgress.Location  = new System.Drawing.Point(24, 324);
     this._lblProgress.Name      = "_lblProgress";
     this._lblProgress.Size      = new System.Drawing.Size(336, 48);
     this._lblProgress.TabIndex  = 5;
     //
     // _chkAuthentication
     //
     this._chkAuthentication.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this._chkAuthentication.Location        = new System.Drawing.Point(12, 120);
     this._chkAuthentication.Name            = "_chkAuthentication";
     this._chkAuthentication.Size            = new System.Drawing.Size(344, 16);
     this._chkAuthentication.TabIndex        = 6;
     this._chkAuthentication.Text            = "The feed requires an HTTP login";
     this._chkAuthentication.CheckedChanged += new System.EventHandler(this._chkAuthentication_CheckedChanged);
     //
     // _grpLogin
     //
     this._grpLogin.Controls.Add(this._edtPassword);
     this._grpLogin.Controls.Add(this._lblPassword);
     this._grpLogin.Controls.Add(this._edtUserName);
     this._grpLogin.Controls.Add(this._lblUserName);
     this._grpLogin.Enabled   = false;
     this._grpLogin.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this._grpLogin.Location  = new System.Drawing.Point(32, 140);
     this._grpLogin.Name      = "_grpLogin";
     this._grpLogin.Size      = new System.Drawing.Size(324, 76);
     this._grpLogin.TabIndex  = 7;
     this._grpLogin.TabStop   = false;
     this._grpLogin.Anchor    = AnchorStyles.Left | AnchorStyles.Right | AnchorStyles.Top;
     //
     // _edtPassword
     //
     this._edtPassword.Location     = new System.Drawing.Point(116, 44);
     this._edtPassword.Name         = "_edtPassword";
     this._edtPassword.PasswordChar = '*';
     this._edtPassword.Size         = new System.Drawing.Size(200, 20);
     this._edtPassword.TabIndex     = 3;
     this._edtPassword.Text         = "";
     this._edtPassword.Anchor       = AnchorStyles.Left | AnchorStyles.Right | AnchorStyles.Top;
     //
     // label4
     //
     this._lblPassword.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this._lblPassword.Location  = new System.Drawing.Point(8, 48);
     this._lblPassword.Name      = "_lblPassword";
     this._lblPassword.Size      = new System.Drawing.Size(100, 16);
     this._lblPassword.TabIndex  = 2;
     this._lblPassword.Text      = "Password:"******"_edtUserName";
     this._edtUserName.Size     = new System.Drawing.Size(200, 20);
     this._edtUserName.TabIndex = 1;
     this._edtUserName.Text     = "";
     this._edtUserName.Anchor   = AnchorStyles.Left | AnchorStyles.Right | AnchorStyles.Top;
     //
     // label3
     //
     this._lblUserName.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this._lblUserName.Location  = new System.Drawing.Point(8, 20);
     this._lblUserName.Name      = "_lblUserName";
     this._lblUserName.Size      = new System.Drawing.Size(100, 16);
     this._lblUserName.TabIndex  = 0;
     this._lblUserName.Text      = "User name:";
     //
     // _lnkExistingFeed
     //
     this._lnkExistingFeed.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this._lnkExistingFeed.Click   += new EventHandler(HandleExistingFeedClick);
     this._lnkExistingFeed.Location = new System.Drawing.Point(24, 248);
     this._lnkExistingFeed.Name     = "_lnkExistingFeed";
     this._lnkExistingFeed.Size     = new System.Drawing.Size(328, 16);
     this._lnkExistingFeed.TabIndex = 8;
     this._lnkExistingFeed.Text     = "label5";
     this._lnkExistingFeed.Visible  = false;
     //
     _tipForFullFeedPath.ShowAlways   = true;
     _tipForFullFeedPath.InitialDelay = 0;
     //
     // FeedAddressPane
     //
     this.Controls.Add(this._lnkExistingFeed);
     this.Controls.Add(this._grpLogin);
     this.Controls.Add(this._chkAuthentication);
     this.Controls.Add(this._lblProgress);
     this.Controls.Add(this._lblError);
     this.Controls.Add(this.label2);
     this.Controls.Add(this._edtURL);
     this.Controls.Add(this.label1);
     this.Anchor = AnchorStyles.Left | AnchorStyles.Right | AnchorStyles.Top;
     this.Name   = "FeedAddressPane";
     this.Size   = new System.Drawing.Size(384, 396);
     this._grpLogin.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #3
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this._lblAddress             = new System.Windows.Forms.Label();
            this._edtAddress             = new JetTextBox();
            this._lblTitle               = new System.Windows.Forms.Label();
            this._edtTitle               = new JetTextBox();
            this._btnSave                = new System.Windows.Forms.Button();
            this.label3                  = new System.Windows.Forms.Label();
            this._lblHomepage            = new JetBrains.Omea.GUIControls.JetLinkLabel();
            this._grpDescription         = new System.Windows.Forms.GroupBox();
            this._edtDescription         = new JetTextBox();
            this._udUpdateFrequency      = new JetBrains.Omea.GUIControls.NumericUpDownSettingEditor();
            this._cmbUpdatePeriod        = new JetBrains.Omea.RSSPlugin.PeriodComboBox();
            this.label5                  = new System.Windows.Forms.Label();
            this._lblAuthor              = new JetBrains.Omea.GUIControls.JetLinkLabel();
            this.label6                  = new System.Windows.Forms.Label();
            this._lblLastUpdated         = new System.Windows.Forms.Label();
            this._btnCancel              = new System.Windows.Forms.Button();
            this._grpLogin               = new System.Windows.Forms.GroupBox();
            this._edtPassword            = new JetBrains.Omea.GUIControls.StringSettingEditor();
            this._lblPassword            = new System.Windows.Forms.Label();
            this._edtUserName            = new JetBrains.Omea.GUIControls.StringSettingEditor();
            this._lblUserName            = new System.Windows.Forms.Label();
            this._chkAuthentication      = new System.Windows.Forms.CheckBox();
            this._chkUpdate              = new System.Windows.Forms.CheckBox();
            this._btnHelp                = new System.Windows.Forms.Button();
            this._image                  = new System.Windows.Forms.PictureBox();
            this._grpEnclosure           = new System.Windows.Forms.GroupBox();
            this._browseForFolderControl = new JetBrains.Omea.GUIControls.BrowseForFolderControl();

            _chkMarkReadOnLeave    = new CheckBoxSettingEditor();
            _chkAutoFollowLink     = new CheckBoxSettingEditor();
            _chkAutoUpdateComments = new CheckBoxSettingEditor();
            _chkAllowEqualPosts    = new CheckBoxSettingEditor();
            _chkAutoDownloadEncls  = new CheckBoxSettingEditor();

            _edtAnnotation   = new JetTextBox();
            _panelCategories = new Panel();
            _selector        = new CategoriesSelector();

            this._tabs          = new System.Windows.Forms.TabControl();
            this._tabFeedInfo   = new System.Windows.Forms.TabPage();
            this._tabSettings   = new System.Windows.Forms.TabPage();
            this._tabAnnotation = new System.Windows.Forms.TabPage();
            this._grpDescription.SuspendLayout();
            this._grpLogin.SuspendLayout();
            this._grpEnclosure.SuspendLayout();
            this._tabs.SuspendLayout();
            this._tabFeedInfo.SuspendLayout();
            this._tabSettings.SuspendLayout();
            this._tabAnnotation.SuspendLayout();
            this.SuspendLayout();
            //
            // label1
            //
            this._lblAddress.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this._lblAddress.Location  = new System.Drawing.Point(8, 8);
            this._lblAddress.Name      = "_lblAddress";
            this._lblAddress.Size      = new System.Drawing.Size(56, 17);
            this._lblAddress.TabIndex  = 0;
            this._lblAddress.Text      = "&Address:";
            //
            // _edtAddress
            //
            this._edtAddress.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
            this._edtAddress.Location     = new System.Drawing.Point(84, 4);
            this._edtAddress.Name         = "_edtAddress";
            this._edtAddress.Size         = new System.Drawing.Size(316, 21);
            this._edtAddress.TabIndex     = 1;
            this._edtAddress.Text         = "";
            this._edtAddress.TextChanged += new System.EventHandler(this._edtAddress_TextChanged);
            //
            // label2
            //
            this._lblTitle.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this._lblTitle.Location  = new System.Drawing.Point(8, 32);
            this._lblTitle.Name      = "_lblTitle";
            this._lblTitle.Size      = new System.Drawing.Size(56, 17);
            this._lblTitle.TabIndex  = 2;
            this._lblTitle.Text      = "&Title:";
            //
            // _edtTitle
            //
            this._edtTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
            this._edtTitle.Location = new System.Drawing.Point(84, 28);
            this._edtTitle.Name     = "_edtTitle";
            this._edtTitle.Size     = new System.Drawing.Size(316, 21);
            this._edtTitle.TabIndex = 3;
            this._edtTitle.Text     = "";
            //
            // label3
            //
            this.label3.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.label3.Location  = new System.Drawing.Point(8, 56);
            this.label3.Name      = "label3";
            this.label3.Size      = new System.Drawing.Size(68, 17);
            this.label3.TabIndex  = 4;
            this.label3.Text      = "Homepage:";
            //
            // _lblHomepage
            //
            this._lblHomepage.Cursor    = System.Windows.Forms.Cursors.Hand;
            this._lblHomepage.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(70)), ((System.Byte)(70)), ((System.Byte)(211)));
            this._lblHomepage.Location  = new System.Drawing.Point(84, 56);
            this._lblHomepage.Name      = "_lblHomepage";
            this._lblHomepage.Size      = new System.Drawing.Size(0, 0);
            this._lblHomepage.TabIndex  = 5;
            this._lblHomepage.Click    += new System.EventHandler(this._lblHomepage_LinkClicked);
            //
            // label5
            //
            this.label5.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.label5.Location  = new System.Drawing.Point(8, 80);
            this.label5.Name      = "label5";
            this.label5.Size      = new System.Drawing.Size(68, 18);
            this.label5.TabStop   = false;
            this.label5.Text      = "Author:";
            //
            // _lblAuthor
            //
            this._lblAuthor.Cursor    = System.Windows.Forms.Cursors.Hand;
            this._lblAuthor.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(70)), ((System.Byte)(70)), ((System.Byte)(211)));
            this._lblAuthor.Location  = new System.Drawing.Point(84, 80);
            this._lblAuthor.Name      = "_lblAuthor";
            this._lblAuthor.Size      = new System.Drawing.Size(0, 0);
            this._lblAuthor.TabStop   = false;
            this._lblAuthor.Click    += new System.EventHandler(this._lblAuthor_LinkClicked);
            //
            // label6
            //
            this.label6.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.label6.Location  = new System.Drawing.Point(8, 104);
            this.label6.Name      = "label6";
            this.label6.Size      = new System.Drawing.Size(68, 18);
            this.label6.TabIndex  = 13;
            this.label6.Text      = "Last updated:";
            //
            // _lblLastUpdated
            //
            this._lblLastUpdated.FlatStyle   = System.Windows.Forms.FlatStyle.System;
            this._lblLastUpdated.Location    = new System.Drawing.Point(84, 104);
            this._lblLastUpdated.Name        = "_lblLastUpdated";
            this._lblLastUpdated.Size        = new System.Drawing.Size(316, 34);
            this._lblLastUpdated.TabIndex    = 8;
            this._lblLastUpdated.Text        = "label7";
            this._lblLastUpdated.UseMnemonic = false;
            //
            // _grpDescription
            //
            this._grpDescription.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._grpDescription.Controls.Add(this._edtDescription);
            this._grpDescription.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this._grpDescription.Location  = new System.Drawing.Point(4, 146);
            this._grpDescription.Name      = "_grpDescription";
            this._grpDescription.Size      = new System.Drawing.Size(396, 110);
            this._grpDescription.TabIndex  = 6;
            this._grpDescription.TabStop   = false;
            this._grpDescription.Text      = "&Description";
            //
            // _edtDescription
            //
            this._edtDescription.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._edtDescription.Location  = new System.Drawing.Point(8, 24);
            this._edtDescription.Multiline = true;
            this._edtDescription.Name      = "_edtDescription";
            this._edtDescription.ReadOnly  = true;
            this._edtDescription.Size      = new System.Drawing.Size(380, 74);
            this._edtDescription.TabIndex  = 0;
            this._edtDescription.Text      = "";
            //
            // _chkAuthentication
            //
            this._chkAuthentication.FlatStyle       = System.Windows.Forms.FlatStyle.System;
            this._chkAuthentication.Location        = new System.Drawing.Point(8, 8);
            this._chkAuthentication.Name            = "_chkAuthentication";
            this._chkAuthentication.Size            = new System.Drawing.Size(264, 16);
            this._chkAuthentication.TabIndex        = 1;
            this._chkAuthentication.Text            = "The feed requires an HTTP &login";
            this._chkAuthentication.CheckedChanged += new System.EventHandler(this._chkAuthentication_CheckedChanged);
            //
            // _grpLogin
            //
            this._grpLogin.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
            this._grpLogin.Controls.Add(this._edtPassword);
            this._grpLogin.Controls.Add(this._lblPassword);
            this._grpLogin.Controls.Add(this._edtUserName);
            this._grpLogin.Controls.Add(this._lblUserName);
            this._grpLogin.Enabled   = false;
            this._grpLogin.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this._grpLogin.Location  = new System.Drawing.Point(32, 28);
            this._grpLogin.Name      = "_grpLogin";
            this._grpLogin.Size      = new System.Drawing.Size(368, 72);
            this._grpLogin.TabIndex  = 2;
            this._grpLogin.TabStop   = false;
            //
            // label8
            //
            this._lblUserName.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this._lblUserName.Location  = new System.Drawing.Point(8, 20);
            this._lblUserName.Name      = "_lblUserName";
            this._lblUserName.Size      = new System.Drawing.Size(64, 16);
            this._lblUserName.TabIndex  = 0;
            this._lblUserName.Text      = "&User name:";
            //
            // _edtUserName
            //
            this._edtUserName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                             | System.Windows.Forms.AnchorStyles.Right)));
            this._edtUserName.Changed  = false;
            this._edtUserName.Location = new System.Drawing.Point(72, 20);
            this._edtUserName.Name     = "_edtUserName";
            this._edtUserName.Size     = new System.Drawing.Size(288, 21);
            this._edtUserName.TabIndex = 1;
            this._edtUserName.Text     = "";
            //
            // label7
            //
            this._lblPassword.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this._lblPassword.Location  = new System.Drawing.Point(8, 48);
            this._lblPassword.Name      = "_lblPassword";
            this._lblPassword.Size      = new System.Drawing.Size(60, 16);
            this._lblPassword.TabIndex  = 2;
            this._lblPassword.Text      = "&Password:"******"_edtPassword";
            this._edtPassword.PasswordChar = '*';
            this._edtPassword.Size         = new System.Drawing.Size(288, 21);
            this._edtPassword.TabIndex     = 3;
            this._edtPassword.Text         = "";
            //
            // _chkUpdate
            //
            this._chkUpdate.Checked         = true;
            this._chkUpdate.CheckState      = System.Windows.Forms.CheckState.Checked;
            this._chkUpdate.FlatStyle       = System.Windows.Forms.FlatStyle.System;
            this._chkUpdate.Location        = new System.Drawing.Point(8, 112);
            this._chkUpdate.Name            = "_chkUpdate";
            this._chkUpdate.Size            = new System.Drawing.Size(88, 16);
            this._chkUpdate.TabIndex        = 5;
            this._chkUpdate.Text            = "Update &every";
            this._chkUpdate.CheckedChanged += new System.EventHandler(this._chkUpdate_CheckedChanged);
            //
            // _udUpdateFrequency
            //
            this._udUpdateFrequency.Changed  = true;
            this._udUpdateFrequency.Location = new System.Drawing.Point(104, 108);
            this._udUpdateFrequency.Maximum  = 1000;
            this._udUpdateFrequency.Minimum  = 1;
            this._udUpdateFrequency.Name     = "_udUpdateFrequency";
            this._udUpdateFrequency.Size     = new System.Drawing.Size(40, 21);
            this._udUpdateFrequency.TabIndex = 6;
            this._udUpdateFrequency.Text     = "1";
            this._udUpdateFrequency.Value    = 1;
            //
            // _cmbUpdatePeriod
            //
            this._cmbUpdatePeriod.Changed       = false;
            this._cmbUpdatePeriod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this._cmbUpdatePeriod.Location      = new System.Drawing.Point(152, 108);
            this._cmbUpdatePeriod.Name          = "_cmbUpdatePeriod";
            this._cmbUpdatePeriod.Size          = new System.Drawing.Size(76, 21);
            this._cmbUpdatePeriod.TabIndex      = 7;
            //
            // _image
            //
            this._image.Location = new System.Drawing.Point(8, 132);
            this._image.Name     = "_image";
            this._image.Size     = new System.Drawing.Size(144, 4);
            this._image.TabIndex = 15;
            this._image.TabStop  = false;
            //
            // _grpEnclosure
            //
            this._grpEnclosure.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                              | System.Windows.Forms.AnchorStyles.Right)));
            this._grpEnclosure.Controls.Add(this._browseForFolderControl);
            this._grpEnclosure.Location = new System.Drawing.Point(4, 136);
            this._grpEnclosure.Name     = "_grpEnclosure";
            this._grpEnclosure.Size     = new System.Drawing.Size(396, 52);
            this._grpEnclosure.TabIndex = 16;
            this._grpEnclosure.TabStop  = false;
            this._grpEnclosure.Text     = "&Destination folder for downloaded feed enclosures";
            //
            // _browseForFolderControl
            //
            this._browseForFolderControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                        | System.Windows.Forms.AnchorStyles.Right)));
            this._browseForFolderControl.Changed      = true;
            this._browseForFolderControl.Location     = new System.Drawing.Point(4, 24);
            this._browseForFolderControl.Name         = "_browseForFolderControl";
            this._browseForFolderControl.SelectedPath = "";
            this._browseForFolderControl.Size         = new System.Drawing.Size(380, 25);
            this._browseForFolderControl.TabIndex     = 0;

            this._chkMarkReadOnLeave.Location = new Point(8, 196);
            this._chkMarkReadOnLeave.Size     = new Size(392, 16);
            this._chkMarkReadOnLeave.Text     = "&Mark all items read when leaving the feed";
            this._chkMarkReadOnLeave.TabIndex = 17;

            this._chkAutoFollowLink.Location = new Point(8, 216);
            this._chkAutoFollowLink.Size     = new Size(392, 16);
            this._chkAutoFollowLink.Text     = "&Go to the item link when an item is selected";
            this._chkAutoFollowLink.TabIndex = 18;

            this._chkAutoUpdateComments.Location = new Point(8, 236);
            this._chkAutoUpdateComments.Size     = new Size(220, 16);
            this._chkAutoUpdateComments.Text     = "&Auto update feed comments";
            this._chkAutoUpdateComments.TabIndex = 19;

            this._chkAllowEqualPosts.Location = new Point(8, 256);
            this._chkAllowEqualPosts.Size     = new Size(220, 16);
            this._chkAllowEqualPosts.Text     = "Accept &identical posts";
            this._chkAllowEqualPosts.TabIndex = 20;

            this._chkAutoDownloadEncls.Location = new Point(8, 276);
            this._chkAutoDownloadEncls.Size     = new Size(220, 16);
            this._chkAutoDownloadEncls.Text     = "Autodownload Enclosures";
            this._chkAutoDownloadEncls.TabIndex = 21;
            //
            // _edtAnnotation
            //
            this._edtAnnotation.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._edtAnnotation.Location  = new System.Drawing.Point(8, 8);
            this._edtAnnotation.Multiline = true;
            this._edtAnnotation.Name      = "_edtAnnotation";
            this._edtAnnotation.ReadOnly  = false;
            this._edtAnnotation.Size      = new System.Drawing.Size(386, 200);
            this._edtAnnotation.TabIndex  = 0;
            this._edtAnnotation.Text      = "";
            //
            // _panelCategories
            //
            _panelCategories.Controls.Add(_selector);
            _panelCategories.Size     = new Size(386, 40);
            _panelCategories.Dock     = DockStyle.Bottom;
            _panelCategories.Name     = "_panelCategories";
            _panelCategories.TabIndex = 2;
            //
            // _selector
            //
            _selector.Dock     = DockStyle.Fill;
            _selector.Name     = "_selector";
            _selector.TabIndex = 3;
            //
            // _btnSave
            //
            this._btnSave.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this._btnSave.DialogResult = System.Windows.Forms.DialogResult.OK;
            this._btnSave.FlatStyle    = System.Windows.Forms.FlatStyle.System;
            this._btnSave.Location     = new System.Drawing.Point(164, 303);
            this._btnSave.Name         = "_btnSave";
            this._btnSave.Size         = new System.Drawing.Size(75, 25);
            this._btnSave.TabIndex     = 10;
            this._btnSave.Text         = "Save";
            this._btnSave.Click       += new System.EventHandler(this.OnSaveFeed);
            //
            // _btnCancel
            //
            this._btnCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | 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(252, 303);
            this._btnCancel.Name         = "_btnCancel";
            this._btnCancel.Size         = new System.Drawing.Size(75, 26);
            this._btnCancel.TabIndex     = 11;
            this._btnCancel.Text         = "Cancel";
            //
            // _btnHelp
            //
            this._btnHelp.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this._btnHelp.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this._btnHelp.Location  = new System.Drawing.Point(340, 303);
            this._btnHelp.Name      = "_btnHelp";
            this._btnHelp.Size      = new System.Drawing.Size(75, 26);
            this._btnHelp.TabIndex  = 14;
            this._btnHelp.Text      = "Help";
            this._btnHelp.Click    += new System.EventHandler(this._btnHelp_Click);

            //
            // _tabs
            //
            this._tabs.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._tabs.Controls.Add(this._tabFeedInfo);
            this._tabs.Controls.Add(this._tabSettings);
            this._tabs.Controls.Add(this._tabAnnotation);
            this._tabs.Location      = new System.Drawing.Point(8, 8);
            this._tabs.Name          = "_tabs";
            this._tabs.SelectedIndex = 0;
            this._tabs.Size          = new System.Drawing.Size(412, 288);
            this._tabs.TabIndex      = 17;
            //
            // _tabFeedInfo
            //
            this._tabFeedInfo.Controls.Add(this._lblAddress);
            this._tabFeedInfo.Controls.Add(this._lblTitle);
            this._tabFeedInfo.Controls.Add(this._edtAddress);
            this._tabFeedInfo.Controls.Add(this._edtTitle);
            this._tabFeedInfo.Controls.Add(this.label5);
            this._tabFeedInfo.Controls.Add(this._lblAuthor);
            this._tabFeedInfo.Controls.Add(this._image);
            this._tabFeedInfo.Controls.Add(this._lblHomepage);
            this._tabFeedInfo.Controls.Add(this.label3);
            this._tabFeedInfo.Controls.Add(this.label6);
            this._tabFeedInfo.Controls.Add(this._lblLastUpdated);
            this._tabFeedInfo.Controls.Add(this._grpDescription);
            this._tabFeedInfo.Location = new System.Drawing.Point(4, 22);
            this._tabFeedInfo.Name     = "_tabFeedInfo";
            this._tabFeedInfo.Size     = new System.Drawing.Size(404, 262);
            this._tabFeedInfo.TabIndex = 0;
            this._tabFeedInfo.Text     = "Feed Information";
            //
            // _tabSettings
            //
            this._tabSettings.Controls.Add(this._udUpdateFrequency);
            this._tabSettings.Controls.Add(this._chkUpdate);
            this._tabSettings.Controls.Add(this._cmbUpdatePeriod);
            this._tabSettings.Controls.Add(this._chkAuthentication);
            this._tabSettings.Controls.Add(this._grpLogin);
            this._tabSettings.Controls.Add(this._grpEnclosure);
            this._tabSettings.Controls.Add(this._chkMarkReadOnLeave);
            this._tabSettings.Controls.Add(this._chkAutoFollowLink);
            this._tabSettings.Controls.Add(this._chkAutoUpdateComments);
            this._tabSettings.Controls.Add(this._chkAllowEqualPosts);
            this._tabSettings.Controls.Add(this._chkAutoDownloadEncls);

            this._tabSettings.Location = new System.Drawing.Point(4, 22);
            this._tabSettings.Name     = "_tabSettings";
            this._tabSettings.Size     = new System.Drawing.Size(404, 262);
            this._tabSettings.TabIndex = 1;
            this._tabSettings.Text     = "Settings";
            //
            // _tabAnnotation
            //
            _tabAnnotation.Controls.Add(_edtAnnotation);
            _tabAnnotation.Controls.Add(_panelCategories);

            _tabAnnotation.Location = new System.Drawing.Point(4, 22);
            _tabAnnotation.Name     = "_tabAnnotation";
            _tabAnnotation.Size     = new System.Drawing.Size(404, 262);
            _tabAnnotation.TabIndex = 2;
            _tabAnnotation.Text     = "Annotation";
            //
            // RSSFeedView
            //
            this.AcceptButton      = this._btnSave;
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
            this.CancelButton      = this._btnCancel;
            this.ClientSize        = new System.Drawing.Size(424, 338);
            this.Controls.Add(this._tabs);
            this.Controls.Add(this._btnHelp);
            this.Controls.Add(this._btnCancel);
            this.Controls.Add(this._btnSave);
            this.MinimumSize   = new System.Drawing.Size(432, 372);
            this.Name          = "RSSFeedView";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text          = "Feed Properties";
            this.Closed       += new System.EventHandler(this.OnClosed);
            this._grpDescription.ResumeLayout(false);
            this._grpLogin.ResumeLayout(false);
            this._grpEnclosure.ResumeLayout(false);
            this._tabs.ResumeLayout(false);
            this._tabFeedInfo.ResumeLayout(false);
            this._tabSettings.ResumeLayout(false);
            this._tabAnnotation.ResumeLayout(false);
            this.ResumeLayout(false);
        }
Пример #4
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(AboutBox));
            this._btnOK          = new System.Windows.Forms.Button();
            this._lblProductName = new System.Windows.Forms.Label();
            this.label1          = new System.Windows.Forms.Label();
            this._lblBuildDate   = new System.Windows.Forms.Label();
            this.pictureBox1     = new System.Windows.Forms.PictureBox();
            this._btnCredits     = new System.Windows.Forms.Button();
            this._lblWebPage     = new JetBrains.Omea.GUIControls.JetLinkLabel();
            this._lblEmail       = new JetBrains.Omea.GUIControls.JetLinkLabel();
            this.SuspendLayout();
            //
            // _btnOK
            //
            this._btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
            this._btnOK.FlatStyle    = System.Windows.Forms.FlatStyle.System;
            this._btnOK.Location     = new System.Drawing.Point(232, 308);
            this._btnOK.Name         = "_btnOK";
            this._btnOK.TabIndex     = 0;
            this._btnOK.Text         = "OK";
            //
            // _lblProductName
            //
            this._lblProductName.AutoSize  = true;
            this._lblProductName.BackColor = System.Drawing.SystemColors.Control;
            this._lblProductName.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this._lblProductName.ForeColor = System.Drawing.Color.Black;
            this._lblProductName.Location  = new System.Drawing.Point(8, 200);
            this._lblProductName.Name      = "_lblProductName";
            this._lblProductName.Size      = new System.Drawing.Size(120, 17);
            this._lblProductName.TabIndex  = 1;
            this._lblProductName.Text      = "JetBrains ProductName";
            //
            // label1
            //
            this.label1.BackColor = System.Drawing.SystemColors.Control;
            this.label1.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.label1.ForeColor = System.Drawing.Color.Black;
            this.label1.Location  = new System.Drawing.Point(8, 216);
            this.label1.Name      = "label1";
            this.label1.Size      = new System.Drawing.Size(280, 16);
            this.label1.TabIndex  = 4;
            this.label1.Text      = "Copyright (C) 2003-06 JetBrains s.r.o. All rights reserved.";
            //
            // _lblBuildDate
            //
            this._lblBuildDate.BackColor = System.Drawing.SystemColors.Control;
            this._lblBuildDate.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this._lblBuildDate.ForeColor = System.Drawing.Color.Black;
            this._lblBuildDate.Location  = new System.Drawing.Point(8, 272);
            this._lblBuildDate.Name      = "_lblBuildDate";
            this._lblBuildDate.Size      = new System.Drawing.Size(276, 16);
            this._lblBuildDate.TabIndex  = 5;
            this._lblBuildDate.Text      = "Built on Thursday after the rain";
            //
            // pictureBox1
            //
//            this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
            this.pictureBox1.Location = new System.Drawing.Point(0, 0);
            this.pictureBox1.Name     = "pictureBox1";
            this.pictureBox1.Size     = new System.Drawing.Size(400, 200);
            this.pictureBox1.TabIndex = 6;
            this.pictureBox1.TabStop  = false;
            //
            // _btnCredits
            //
            this._btnCredits.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this._btnCredits.Location  = new System.Drawing.Point(316, 308);
            this._btnCredits.Name      = "_btnCredits";
            this._btnCredits.TabIndex  = 0;
            this._btnCredits.Text      = "Credits";
            this._btnCredits.Click    += new System.EventHandler(this._btnCredits_Click);
            //
            // _lblWebPage
            //
            this._lblWebPage.Cursor    = System.Windows.Forms.Cursors.Hand;
            this._lblWebPage.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(70)), ((System.Byte)(70)), ((System.Byte)(211)));
            this._lblWebPage.Location  = new System.Drawing.Point(8, 232);
            this._lblWebPage.Name      = "_lblWebPage";
            this._lblWebPage.Size      = new System.Drawing.Size(0, 0);
            this._lblWebPage.TabIndex  = 7;
            this._lblWebPage.Click    += new System.EventHandler(this.OnLinkLabelClick);
            //
            // _lblEmail
            //
            this._lblEmail.Cursor    = System.Windows.Forms.Cursors.Hand;
            this._lblEmail.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(70)), ((System.Byte)(70)), ((System.Byte)(211)));
            this._lblEmail.Location  = new System.Drawing.Point(8, 248);
            this._lblEmail.Name      = "_lblEmail";
            this._lblEmail.Size      = new System.Drawing.Size(0, 0);
            this._lblEmail.TabIndex  = 8;
            this._lblEmail.Click    += new System.EventHandler(this.OnLinkLabelClick);
            //
            // AboutBox
            //
            this.AcceptButton      = this._btnOK;
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
            this.CancelButton      = this._btnOK;
            this.ClientSize        = new System.Drawing.Size(400, 340);
            this.Controls.Add(this._lblEmail);
            this.Controls.Add(this._lblWebPage);
            this.Controls.Add(this._lblBuildDate);
            this.Controls.Add(this.label1);
            this.Controls.Add(this._lblProductName);
            this.Controls.Add(this._btnOK);
            this.Controls.Add(this.pictureBox1);
            this.Controls.Add(this._btnCredits);
            this.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(204)));
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MaximizeBox     = false;
            this.MinimizeBox     = false;
            this.Name            = "AboutBox";
            this.ShowInTaskbar   = false;
            this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text            = "AboutBox";
            this.ResumeLayout(false);
        }
Пример #5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this._tvFeeds        = new JetBrains.Omea.GUIControls.ResourceTreeView2();
     this._btnOK          = new System.Windows.Forms.Button();
     this._btnCancel      = new System.Windows.Forms.Button();
     this.groupBox1       = new System.Windows.Forms.GroupBox();
     this._edtDescription = new System.Windows.Forms.TextBox();
     this.label1          = new System.Windows.Forms.Label();
     this._lblHomepage    = new JetBrains.Omea.GUIControls.JetLinkLabel();
     this._btnSelectAll   = new System.Windows.Forms.Button();
     this._btnUnselectAll = new System.Windows.Forms.Button();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // _tvFeeds
     //
     this._tvFeeds.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._tvFeeds.CheckBoxes             = true;
     this._tvFeeds.Location               = new System.Drawing.Point(4, 4);
     this._tvFeeds.MultiSelect            = false;
     this._tvFeeds.Name                   = "_tvFeeds";
     this._tvFeeds.ShowContextMenu        = false;
     this._tvFeeds.Size                   = new System.Drawing.Size(280, 184);
     this._tvFeeds.TabIndex               = 0;
     this._tvFeeds.ActiveResourceChanged += new EventHandler(this._tvFeeds_AfterSelect);
     this._tvFeeds.ResourceAdded         += new ResourceEventHandler(this._tvFeeds_ResourceAdded);
     //
     // _btnSelectAll
     //
     this._btnSelectAll.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this._btnSelectAll.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this._btnSelectAll.Location  = new System.Drawing.Point(300, 4);
     this._btnSelectAll.Size      = new System.Drawing.Size(80, 24);
     this._btnSelectAll.Name      = "_btnSelectAll";
     this._btnSelectAll.TabIndex  = 1;
     this._btnSelectAll.Text      = "Select All";
     this._btnSelectAll.Click    += new System.EventHandler(this._btnSelectAll_Click);
     //
     // _btnUnselectAll
     //
     this._btnUnselectAll.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this._btnUnselectAll.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this._btnUnselectAll.Location  = new System.Drawing.Point(300, 34);
     this._btnUnselectAll.Name      = "_btnUnselectAll";
     this._btnUnselectAll.Size      = new System.Drawing.Size(80, 24);
     this._btnUnselectAll.TabIndex  = 2;
     this._btnUnselectAll.Text      = "Unselect All";
     this._btnUnselectAll.Click    += new System.EventHandler(this._btnUnselectAll_Click);
     //
     // _btnOK
     //
     this._btnOK.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | 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(180, 340);
     this._btnOK.Name         = "_btnOK";
     this._btnOK.TabIndex     = 5;
     this._btnOK.Text         = "OK";
     //
     // _btnCancel
     //
     this._btnCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | 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(264, 340);
     this._btnCancel.Name         = "_btnCancel";
     this._btnCancel.TabIndex     = 6;
     this._btnCancel.Text         = "Cancel";
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this._edtDescription);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox1.Location  = new System.Drawing.Point(4, 224);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(340, 92);
     this.groupBox1.TabIndex  = 3;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Description";
     //
     // _edtDescription
     //
     this._edtDescription.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._edtDescription.Location  = new System.Drawing.Point(8, 27);
     this._edtDescription.Multiline = true;
     this._edtDescription.Name      = "_edtDescription";
     this._edtDescription.ReadOnly  = true;
     this._edtDescription.Size      = new System.Drawing.Size(324, 57);
     this._edtDescription.TabIndex  = 0;
     this._edtDescription.Text      = "";
     //
     // label1
     //
     this.label1.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label1.Location  = new System.Drawing.Point(8, 320);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(92, 16);
     this.label1.TabIndex  = 4;
     this.label1.Text      = "Homepage:";
     //
     // _lblHomepage
     //
     this._lblHomepage.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this._lblHomepage.Cursor    = System.Windows.Forms.Cursors.Hand;
     this._lblHomepage.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(70)), ((System.Byte)(70)), ((System.Byte)(211)));
     this._lblHomepage.Location  = new System.Drawing.Point(108, 320);
     this._lblHomepage.Name      = "_lblHomepage";
     this._lblHomepage.Size      = new System.Drawing.Size(0, 0);
     this._lblHomepage.TabIndex  = 12;
     this._lblHomepage.Click    += new System.EventHandler(this._lblHomepage_Click);
     //
     // ImportPreviewDlg
     //
     this.AcceptButton      = this._btnOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.CancelButton      = this._btnCancel;
     this.ClientSize        = new System.Drawing.Size(348, 371);
     this.Controls.Add(this._btnUnselectAll);
     this.Controls.Add(this._btnSelectAll);
     this.Controls.Add(this._lblHomepage);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this._btnCancel);
     this.Controls.Add(this._btnOK);
     this.Controls.Add(this._tvFeeds);
     this.Name = "ImportPreviewDlg";
     this.Text = "Subscription Import Preview";
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }