示例#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._boolSetting        = new JetBrains.Omea.GUIControls.CheckBoxSettingEditor();
     this._okBtn              = new System.Windows.Forms.Button();
     this._closeBtn           = new System.Windows.Forms.Button();
     this._reCreateOptionsBtn = new System.Windows.Forms.Button();
     this._intSetting         = new JetBrains.Omea.GUIControls.NumericUpDownSettingEditor();
     this._stringSetting      = new JetBrains.Omea.GUIControls.StringSettingEditor();
     this._stringSettingDef   = new JetBrains.Omea.GUIControls.StringSettingEditor();
     this._cmbIntSetting      = new JetBrains.Omea.GUIControls.ComboBoxSettingEditor();
     this._radioSetting       = new RadioButtonSettingEditor();
     this.SuspendLayout();
     //
     // _boolSetting
     //
     this._boolSetting.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this._boolSetting.Location  = new System.Drawing.Point(12, 8);
     this._boolSetting.Name      = "_boolSetting";
     this._boolSetting.TabIndex  = 0;
     this._boolSetting.Text      = "bool setting";
     //
     // _okBtn
     //
     this._okBtn.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this._okBtn.Location  = new System.Drawing.Point(272, 196);
     this._okBtn.Name      = "_okBtn";
     this._okBtn.TabIndex  = 1;
     this._okBtn.Text      = "Apply";
     this._okBtn.Click    += new System.EventHandler(this.OnOK);
     //
     // _closeBtn
     //
     this._closeBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this._closeBtn.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this._closeBtn.Location     = new System.Drawing.Point(360, 196);
     this._closeBtn.Name         = "_closeBtn";
     this._closeBtn.TabIndex     = 2;
     this._closeBtn.Text         = "Close";
     //
     // _reCreateOptionsBtn
     //
     this._reCreateOptionsBtn.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this._reCreateOptionsBtn.Location  = new System.Drawing.Point(16, 196);
     this._reCreateOptionsBtn.Name      = "_reCreateOptionsBtn";
     this._reCreateOptionsBtn.Size      = new System.Drawing.Size(132, 23);
     this._reCreateOptionsBtn.TabIndex  = 3;
     this._reCreateOptionsBtn.Text      = "Recreate Options";
     this._reCreateOptionsBtn.Click    += new System.EventHandler(this._reCreateOptionsBtn_Click);
     //
     // _intSetting
     //
     this._intSetting.Location = new System.Drawing.Point(12, 40);
     this._intSetting.Maximum  = 100;
     this._intSetting.Minimum  = 0;
     this._intSetting.Name     = "_intSetting";
     this._intSetting.TabIndex = 4;
     this._intSetting.Text     = "0";
     this._intSetting.Value    = 0;
     //
     // _stringSetting
     //
     this._stringSetting.Location = new System.Drawing.Point(16, 76);
     this._stringSetting.Name     = "_stringSetting";
     this._stringSetting.TabIndex = 5;
     this._stringSetting.Text     = "textBox1";
     //
     // _stringSettingDef
     //
     this._stringSettingDef.Location = new System.Drawing.Point(20, 112);
     this._stringSettingDef.Name     = "_stringSettingDef";
     this._stringSettingDef.TabIndex = 0;
     this._stringSettingDef.Text     = "";
     //
     // _cmbIntSetting
     //
     this._cmbIntSetting.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this._cmbIntSetting.Location      = new System.Drawing.Point(196, 8);
     this._cmbIntSetting.Name          = "_cmbIntSetting";
     this._cmbIntSetting.Size          = new System.Drawing.Size(121, 21);
     this._cmbIntSetting.TabIndex      = 6;
     //
     // _radioSetting
     //
     this._radioSetting.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this._radioSetting.Location  = new System.Drawing.Point(200, 48);
     this._radioSetting.Name      = "_radioSetting";
     this._radioSetting.Size      = new System.Drawing.Size(228, 132);
     this._radioSetting.TabIndex  = 7;
     this._radioSetting.TabStop   = false;
     //
     // SettingOptionsForDebugDlg
     //
     this.AcceptButton      = this._okBtn;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this._closeBtn;
     this.ClientSize        = new System.Drawing.Size(460, 246);
     this.Controls.Add(this._radioSetting);
     this.Controls.Add(this._cmbIntSetting);
     this.Controls.Add(this._stringSettingDef);
     this.Controls.Add(this._stringSetting);
     this.Controls.Add(this._intSetting);
     this.Controls.Add(this._reCreateOptionsBtn);
     this.Controls.Add(this._closeBtn);
     this.Controls.Add(this._okBtn);
     this.Controls.Add(this._boolSetting);
     this.Name  = "SettingOptionsForDebugDlg";
     this.Text  = "SettingOptionsForDebugDlg";
     this.Load += new System.EventHandler(this.OnLoad);
     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._grpUpdateSettings   = new System.Windows.Forms.GroupBox();
            this.label1               = new System.Windows.Forms.Label();
            this._cmbUpdatePeriod     = new JetBrains.Omea.RSSPlugin.PeriodComboBox();
            this._udUpdateFrequency   = new JetBrains.Omea.GUIControls.NumericUpDownSettingEditor();
            this.label2               = new System.Windows.Forms.Label();
            this._cmbStopUpdatePeriod = new JetBrains.Omea.RSSPlugin.PeriodComboBox();
            this._udStopUpdatePeriod  = new JetBrains.Omea.GUIControls.NumericUpDownSettingEditor();
            this._updateTimeOut       = new JetBrains.Omea.GUIControls.NumericUpDownSettingEditor();
            this.label3               = new System.Windows.Forms.Label();

            this._chkShowDesktopAlert               = new System.Windows.Forms.CheckBox();
            this._cookieProviderSelector            = new JetBrains.Omea.GUIControls.CookieProviderSelector();
            this._checkNewspaperAllowHoverSelection = new System.Windows.Forms.CheckBox();
            this._chkRememberSelection              = new JetBrains.Omea.GUIControls.CheckBoxSettingEditor();
            this._checkPropagateFavIconToItems      = new System.Windows.Forms.CheckBox();
            this._checkUseDetailedURLs              = new System.Windows.Forms.CheckBox();
            this._checkShowSummary = new System.Windows.Forms.CheckBox();

            this._grpFontChars    = new System.Windows.Forms.GroupBox();
            this._chkOverrideFont = new System.Windows.Forms.CheckBox();
            this._lblFontFamily   = new System.Windows.Forms.Label();
            this._txtFont         = new System.Windows.Forms.TextBox();
            this._btnChangeFont   = new System.Windows.Forms.Button();

            this._grpExtensions         = new System.Windows.Forms.GroupBox();
            this._btnUninstall          = new System.Windows.Forms.Button();
            this._btnInstall            = new System.Windows.Forms.Button();
            this._btnConfigure          = new System.Windows.Forms.Button();
            this._lvExtensions          = new System.Windows.Forms.ListView();
            this.columnHeader1          = new System.Windows.Forms.ColumnHeader();
            this.columnHeader2          = new System.Windows.Forms.ColumnHeader();
            this._dlgBrowseForExtension = new System.Windows.Forms.OpenFileDialog();

            this.groupExpRules               = new System.Windows.Forms.GroupBox();
            this.labelDefaultExpRule         = new System.Windows.Forms.Label();
            this.buttonEditExpRuleForDeleted = new System.Windows.Forms.Button();
            this.buttonClearDefault          = new System.Windows.Forms.Button();
            this.labelExpRuleForDeleted      = new System.Windows.Forms.Label();
            this.buttonEditDefExpRule        = new System.Windows.Forms.Button();
            this.buttonClearDeleted          = new System.Windows.Forms.Button();
            this._grpUpdateSettings.SuspendLayout();
            this._grpExtensions.SuspendLayout();
            this.groupExpRules.SuspendLayout();
            this.SuspendLayout();

            #region UpdateSettings
            //
            // _grpUpdateSettings
            //
            this._grpUpdateSettings.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                   | System.Windows.Forms.AnchorStyles.Right)));
            this._grpUpdateSettings.Controls.Add(label1);
            this._grpUpdateSettings.Controls.Add(_cmbUpdatePeriod);
            this._grpUpdateSettings.Controls.Add(_udUpdateFrequency);
            this._grpUpdateSettings.Controls.Add(label2);
            this._grpUpdateSettings.Controls.Add(_cmbStopUpdatePeriod);
            this._grpUpdateSettings.Controls.Add(_udStopUpdatePeriod);
            this._grpUpdateSettings.Controls.Add(_updateTimeOut);
            this._grpUpdateSettings.Controls.Add(label3);
            this._grpUpdateSettings.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this._grpUpdateSettings.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(204)));
            this._grpUpdateSettings.Location  = new System.Drawing.Point(0, 4);
            this._grpUpdateSettings.Name      = "groupExpRules";
            this._grpUpdateSettings.Size      = new System.Drawing.Size(464, 100);
            this._grpUpdateSettings.TabIndex  = 0;
            this._grpUpdateSettings.TabStop   = false;
            this._grpUpdateSettings.Text      = "Feed Update Settings";
            //
            // label1
            //
            this.label1.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.label1.Location  = new System.Drawing.Point(8, 18);
            this.label1.Name      = "label1";
            this.label1.Size      = new System.Drawing.Size(180, 16);
            this.label1.TabIndex  = 0;
            this.label1.Text      = "Default feeds &update interval:";
            //
            // _cmbUpdatePeriod
            //
            this._cmbUpdatePeriod.Changed       = false;
            this._cmbUpdatePeriod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this._cmbUpdatePeriod.Location      = new System.Drawing.Point(288, 14);
            this._cmbUpdatePeriod.Name          = "_cmbUpdatePeriod";
            this._cmbUpdatePeriod.Size          = new System.Drawing.Size(76, 21);
            this._cmbUpdatePeriod.TabIndex      = 2;
            //
            // _udUpdateFrequency
            //
            this._udUpdateFrequency.Changed  = true;
            this._udUpdateFrequency.Location = new System.Drawing.Point(244, 14);
            this._udUpdateFrequency.Maximum  = 1000;
            this._udUpdateFrequency.Minimum  = 1;
            this._udUpdateFrequency.Name     = "_udUpdateFrequency";
            this._udUpdateFrequency.Size     = new System.Drawing.Size(40, 20);
            this._udUpdateFrequency.TabIndex = 1;
            this._udUpdateFrequency.Text     = "1";
            this._udUpdateFrequency.Value    = 1;
            //
            // label2
            //
            this.label2.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.label2.Location  = new System.Drawing.Point(8, 38);
            this.label2.Name      = "label2";
            this.label2.Size      = new System.Drawing.Size(216, 32);
            this.label2.TabIndex  = 3;
            this.label2.Text      = "Stop updating feeds co&mments if no comments have been received for:";
            //
            // _cmbStopUpdatePeriod
            //
            this._cmbStopUpdatePeriod.Changed       = false;
            this._cmbStopUpdatePeriod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this._cmbStopUpdatePeriod.Location      = new System.Drawing.Point(288, 42);
            this._cmbStopUpdatePeriod.Name          = "_cmbStopUpdatePeriod";
            this._cmbStopUpdatePeriod.Size          = new System.Drawing.Size(76, 21);
            this._cmbStopUpdatePeriod.TabIndex      = 5;
            //
            // _udStopUpdatePeriod
            //
            this._udStopUpdatePeriod.Changed  = false;
            this._udStopUpdatePeriod.Location = new System.Drawing.Point(244, 42);
            this._udStopUpdatePeriod.Maximum  = 1000;
            this._udStopUpdatePeriod.Minimum  = 1;
            this._udStopUpdatePeriod.Name     = "_udStopUpdatePeriod";
            this._udStopUpdatePeriod.Size     = new System.Drawing.Size(40, 20);
            this._udStopUpdatePeriod.TabIndex = 4;
            //
            // _updateTimeOut
            //
            this._updateTimeOut.Changed  = true;
            this._updateTimeOut.Location = new System.Drawing.Point(244, 70);
            this._updateTimeOut.Maximum  = 1000;
            this._updateTimeOut.Minimum  = 1;
            this._updateTimeOut.Name     = "_updateTimeOut";
            this._updateTimeOut.Size     = new System.Drawing.Size(40, 20);
            this._updateTimeOut.TabIndex = 7;
            this._updateTimeOut.Text     = "1";
            this._updateTimeOut.Value    = 1;
            //
            // label3
            //
            this.label3.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.label3.Location  = new System.Drawing.Point(8, 74);
            this.label3.Name      = "label3";
            this.label3.Size      = new System.Drawing.Size(232, 16);
            this.label3.TabIndex  = 6;
            this.label3.Text      = "Feeds update &timeout (in seconds):";
            #endregion UpdateSettings

            #region Single settings
            //
            // _cookieProviderSelector
            //
            this._cookieProviderSelector.Location = new System.Drawing.Point(0, 114);
            this._cookieProviderSelector.Name     = "_cookieProviderSelector";
            this._cookieProviderSelector.Size     = new System.Drawing.Size(324, 24);
            this._cookieProviderSelector.TabIndex = 8;
            //
            // _chkRememberSelection
            //
            this._chkRememberSelection.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                      | System.Windows.Forms.AnchorStyles.Right)));
            this._chkRememberSelection.Changed     = false;
            this._chkRememberSelection.FlatStyle   = System.Windows.Forms.FlatStyle.System;
            this._chkRememberSelection.InvertValue = false;
            this._chkRememberSelection.Location    = new System.Drawing.Point(0, 142);
            this._chkRememberSelection.Name        = "_chkRememberSelection";
            this._chkRememberSelection.Size        = new System.Drawing.Size(460, 20);
            this._chkRememberSelection.TabIndex    = 9;
            this._chkRememberSelection.Text        = "&Remember selection in feeds between restarts";
            //
            // _chkShowDesktopAlert
            //
            this._chkShowDesktopAlert.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                     | System.Windows.Forms.AnchorStyles.Right)));
            this._chkShowDesktopAlert.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this._chkShowDesktopAlert.Location  = new System.Drawing.Point(0, 166);
            this._chkShowDesktopAlert.Name      = "_chkShowDesktopAlert";
            this._chkShowDesktopAlert.Size      = new System.Drawing.Size(460, 20);
            this._chkShowDesktopAlert.TabIndex  = 10;
            this._chkShowDesktopAlert.Text      = "&Show desktop alert when new items are received";
            //
            // _checkNewspaperAllowHoverSelection
            //
            this._checkNewspaperAllowHoverSelection.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                                   | System.Windows.Forms.AnchorStyles.Right)));
            this._checkNewspaperAllowHoverSelection.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this._checkNewspaperAllowHoverSelection.Location  = new System.Drawing.Point(0, 190);
            this._checkNewspaperAllowHoverSelection.Name      = "_checkNewspaperAllowHoverSelection";
            this._checkNewspaperAllowHoverSelection.Size      = new System.Drawing.Size(460, 20);
            this._checkNewspaperAllowHoverSelection.TabIndex  = 11;
            this._checkNewspaperAllowHoverSelection.Text      = "In Newspaper View, select items when I &point at them";
            //
            // _checkPropagateFavIconToItems
            //
            this._checkPropagateFavIconToItems.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                              | System.Windows.Forms.AnchorStyles.Right)));
            this._checkPropagateFavIconToItems.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this._checkPropagateFavIconToItems.Location  = new System.Drawing.Point(0, 214);
            this._checkPropagateFavIconToItems.Name      = "_checkPropagateFavIconToItems";
            this._checkPropagateFavIconToItems.Size      = new System.Drawing.Size(460, 20);
            this._checkPropagateFavIconToItems.TabIndex  = 12;
            this._checkPropagateFavIconToItems.Text      = "If a &feed has a custom icon, use it for feed items also";
            //
            // _checkUseDetailedURLs
            //
            this._checkUseDetailedURLs.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                      | System.Windows.Forms.AnchorStyles.Right)));
            this._checkUseDetailedURLs.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this._checkUseDetailedURLs.Location  = new System.Drawing.Point(0, 238);
            this._checkUseDetailedURLs.Name      = "_checkUseDetailedURLs";
            this._checkUseDetailedURLs.Size      = new System.Drawing.Size(460, 20);
            this._checkUseDetailedURLs.TabIndex  = 13;
            this._checkUseDetailedURLs.Text      = "Show detailed 'Source' URLs";
            //
            // _checkShowSummary
            //
            this._checkShowSummary.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                  | System.Windows.Forms.AnchorStyles.Right)));
            this._checkShowSummary.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this._checkShowSummary.Location  = new System.Drawing.Point(0, 262);
            this._checkShowSummary.Name      = "_checkUseDetailedURLs";
            this._checkShowSummary.Size      = new System.Drawing.Size(460, 20);
            this._checkShowSummary.TabIndex  = 14;
            this._checkShowSummary.Text      = "Show Atom post summary";
            #endregion Single settings

            #region Group Font Settings
            //
            // _grpFontChars
            //
            this._grpFontChars.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                              | System.Windows.Forms.AnchorStyles.Right)));
            this._grpFontChars.Controls.Add(_chkOverrideFont);
            this._grpFontChars.Controls.Add(_lblFontFamily);
            this._grpFontChars.Controls.Add(_txtFont);
            this._grpFontChars.Controls.Add(_btnChangeFont);
            this._grpFontChars.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this._grpFontChars.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(204)));
            this._grpFontChars.Location  = new System.Drawing.Point(0, 290);
            this._grpFontChars.Name      = "groupExpRules";
            this._grpFontChars.Size      = new System.Drawing.Size(464, 72);
            this._grpFontChars.TabIndex  = 0;
            this._grpFontChars.TabStop   = false;
            this._grpFontChars.Text      = "RSS/Atom Post Font Settings";
            //
            // _chkOverride
            //
            this._chkOverrideFont.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                 | System.Windows.Forms.AnchorStyles.Right)));
            this._chkOverrideFont.FlatStyle       = System.Windows.Forms.FlatStyle.System;
            this._chkOverrideFont.Location        = new System.Drawing.Point(8, 16);
            this._chkOverrideFont.Name            = "_chkOverrideFont";
            this._chkOverrideFont.Size            = new System.Drawing.Size(260, 20);
            this._chkOverrideFont.TabIndex        = 1;
            this._chkOverrideFont.Text            = "Override common settings";
            this._chkOverrideFont.CheckedChanged += new EventHandler(_chkOverrideFont_CheckedChanged);
            //
            // _lblFontFamily
            //
            this._lblFontFamily.FlatStyle   = System.Windows.Forms.FlatStyle.System;
            this._lblFontFamily.Location    = new System.Drawing.Point(16, 45);
            this._lblFontFamily.Name        = "_lblFontFamily";
            this._lblFontFamily.Size        = new System.Drawing.Size(40, 20);
            this._lblFontFamily.TabIndex    = 2;
            this._lblFontFamily.Text        = "F&ont:";
            this._lblFontFamily.UseMnemonic = true;
            //
            // _txtFont
            //
            this._txtFont.Anchor   = (System.Windows.Forms.AnchorStyles)(System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left);
            this._txtFont.Location = new System.Drawing.Point(65, 41);
            this._txtFont.Name     = "_txtFont";
            this._txtFont.Size     = new System.Drawing.Size(130, 20);
            this._txtFont.TabIndex = 3;
            this._txtFont.Text     = "";
            this._txtFont.Enabled  = false;
            //
            // _btnChangeFont
            //
            this._btnChangeFont.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)));
            this._btnChangeFont.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this._btnChangeFont.Location  = new System.Drawing.Point(210, 40);
            this._btnChangeFont.Name      = "_btnChangeFont";
            this._btnChangeFont.TabIndex  = 4;
            this._btnChangeFont.Text      = "&Change...";
            this._btnChangeFont.Enabled   = false;
            this._btnChangeFont.Click    += new EventHandler(_btnChangeFont_Click);
            #endregion Group Font Attributes

            #region Group Extensions
            //
            // _grpExtensions
            //
            this._grpExtensions.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                               | System.Windows.Forms.AnchorStyles.Right)));
            this._grpExtensions.Controls.Add(this._btnUninstall);
            this._grpExtensions.Controls.Add(this._btnInstall);
            this._grpExtensions.Controls.Add(this._btnConfigure);
            this._grpExtensions.Controls.Add(this._lvExtensions);
            this._grpExtensions.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this._grpExtensions.Location  = new System.Drawing.Point(0, 373);
            this._grpExtensions.Name      = "_grpExtensions";
            this._grpExtensions.Size      = new System.Drawing.Size(464, 140);
            this._grpExtensions.TabIndex  = 12;
            this._grpExtensions.TabStop   = false;
            this._grpExtensions.Text      = "&Weblog Posting Extensions";
            //
            // _btnUninstall
            //
            this._btnUninstall.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this._btnUninstall.Enabled   = false;
            this._btnUninstall.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this._btnUninstall.Location  = new System.Drawing.Point(376, 108);
            this._btnUninstall.Name      = "_btnUninstall";
            this._btnUninstall.TabIndex  = 3;
            this._btnUninstall.Text      = "Uninstall";
            this._btnUninstall.Click    += new System.EventHandler(this._btnUninstall_Click);
            //
            // _btnInstall
            //
            this._btnInstall.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this._btnInstall.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this._btnInstall.Location  = new System.Drawing.Point(200, 108);
            this._btnInstall.Name      = "_btnInstall";
            this._btnInstall.TabIndex  = 1;
            this._btnInstall.Text      = "&Install...";
            this._btnInstall.Click    += new System.EventHandler(this._btnInstall_Click);
            //
            // _btnConfigure
            //
            this._btnConfigure.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this._btnConfigure.Enabled   = false;
            this._btnConfigure.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this._btnConfigure.Location  = new System.Drawing.Point(288, 108);
            this._btnConfigure.Name      = "_btnConfigure";
            this._btnConfigure.TabIndex  = 2;
            this._btnConfigure.Text      = "Configure...";
            this._btnConfigure.Click    += new System.EventHandler(this._btnConfigure_Click);
            //
            // _lvExtensions
            //
            this._lvExtensions.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                              | System.Windows.Forms.AnchorStyles.Right)));
            this._lvExtensions.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
                this.columnHeader1,
                this.columnHeader2
            });
            this._lvExtensions.FullRowSelect         = true;
            this._lvExtensions.Location              = new System.Drawing.Point(4, 16);
            this._lvExtensions.MultiSelect           = false;
            this._lvExtensions.Name                  = "_lvExtensions";
            this._lvExtensions.Size                  = new System.Drawing.Size(456, 88);
            this._lvExtensions.TabIndex              = 0;
            this._lvExtensions.View                  = System.Windows.Forms.View.Details;
            this._lvExtensions.SelectedIndexChanged += new System.EventHandler(this._lvExtensions_SelectedIndexChanged);
            //
            // columnHeader1
            //
            this.columnHeader1.Text  = "Title";
            this.columnHeader1.Width = 150;
            //
            // columnHeader2
            //
            this.columnHeader2.Text  = "File Name";
            this.columnHeader2.Width = 150;
            //
            // _dlgBrowseForExtension
            //
            this._dlgBrowseForExtension.Filter = "DLL files (*.dll)|*.dll|All files|*.*";
            this._dlgBrowseForExtension.Title  = "Select a Plugin DLL";
            #endregion Group Extensions

            #region GroupExpRules
            //
            // groupExpRules
            //
            this.groupExpRules.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                              | System.Windows.Forms.AnchorStyles.Right)));
            this.groupExpRules.Controls.Add(this.labelDefaultExpRule);
            this.groupExpRules.Controls.Add(this.buttonEditExpRuleForDeleted);
            this.groupExpRules.Controls.Add(this.buttonClearDefault);
            this.groupExpRules.Controls.Add(this.labelExpRuleForDeleted);
            this.groupExpRules.Controls.Add(this.buttonEditDefExpRule);
            this.groupExpRules.Controls.Add(this.buttonClearDeleted);
            this.groupExpRules.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.groupExpRules.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(204)));
            this.groupExpRules.Location  = new System.Drawing.Point(0, 523);
            this.groupExpRules.Name      = "groupExpRules";
            this.groupExpRules.Size      = new System.Drawing.Size(464, 78);
            this.groupExpRules.TabIndex  = 13;
            this.groupExpRules.TabStop   = false;
            this.groupExpRules.Text      = "Autoexpiration Rules";
            //
            // labelDefaultExpRule
            //
            this.labelDefaultExpRule.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.labelDefaultExpRule.Location  = new System.Drawing.Point(8, 20);
            this.labelDefaultExpRule.Name      = "labelDefaultExpRule";
            this.labelDefaultExpRule.Size      = new System.Drawing.Size(140, 16);
            this.labelDefaultExpRule.TabIndex  = 0;
            this.labelDefaultExpRule.Text      = "Default rule for all Feeds:";
            //
            // buttonEditExpRuleForDeleted
            //
            this.buttonEditExpRuleForDeleted.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonEditExpRuleForDeleted.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.buttonEditExpRuleForDeleted.Location  = new System.Drawing.Point(288, 45);
            this.buttonEditExpRuleForDeleted.Name      = "buttonEditExpRuleForDeleted";
            this.buttonEditExpRuleForDeleted.TabIndex  = 4;
            this.buttonEditExpRuleForDeleted.Text      = "E&dit...";
            this.buttonEditExpRuleForDeleted.Click    += new System.EventHandler(this.buttonEditExpRuleForDeleted_Click);
            //
            // buttonClearDefault
            //
            this.buttonClearDefault.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClearDefault.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.buttonClearDefault.Location  = new System.Drawing.Point(376, 17);
            this.buttonClearDefault.Name      = "buttonClearDefault";
            this.buttonClearDefault.TabIndex  = 2;
            this.buttonClearDefault.Text      = "Clear";
            this.buttonClearDefault.Click    += new System.EventHandler(this.buttonClearDefault_Click);
            //
            // labelExpRuleForDeleted
            //
            this.labelExpRuleForDeleted.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.labelExpRuleForDeleted.Location  = new System.Drawing.Point(8, 48);
            this.labelExpRuleForDeleted.Name      = "labelExpRuleForDeleted";
            this.labelExpRuleForDeleted.Size      = new System.Drawing.Size(180, 16);
            this.labelExpRuleForDeleted.TabIndex  = 3;
            this.labelExpRuleForDeleted.Text      = "Rule for deleted RSS/ATOM Posts:";
            //
            // buttonEditDefExpRule
            //
            this.buttonEditDefExpRule.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonEditDefExpRule.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.buttonEditDefExpRule.Location  = new System.Drawing.Point(288, 17);
            this.buttonEditDefExpRule.Name      = "buttonEditDefExpRule";
            this.buttonEditDefExpRule.TabIndex  = 1;
            this.buttonEditDefExpRule.Text      = "&Edit...";
            this.buttonEditDefExpRule.Click    += new System.EventHandler(this.buttonEditDefExpRule_Click);
            //
            // buttonClearDeleted
            //
            this.buttonClearDeleted.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClearDeleted.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.buttonClearDeleted.Location  = new System.Drawing.Point(376, 45);
            this.buttonClearDeleted.Name      = "buttonClearDeleted";
            this.buttonClearDeleted.TabIndex  = 5;
            this.buttonClearDeleted.Text      = "Clear";
            this.buttonClearDeleted.Click    += new System.EventHandler(this.buttonClearDeleted_Click);
            #endregion GroupExpRules

            //
            // RSSOptionPane
            //
            this.Controls.Add(this._grpUpdateSettings);
            this.Controls.Add(this._cookieProviderSelector);
            this.Controls.Add(this._grpFontChars);
            this.Controls.Add(this.groupExpRules);
            this.Controls.Add(this._chkShowDesktopAlert);
            this.Controls.Add(this._chkRememberSelection);
            this.Controls.Add(this._grpExtensions);
            this.Controls.Add(this._checkNewspaperAllowHoverSelection);
            this.Controls.Add(this._checkPropagateFavIconToItems);
            this.Controls.Add(this._checkUseDetailedURLs);
            this.Controls.Add(this._checkShowSummary);
            this.Name = "RSSOptionPane";
            this.Size = new System.Drawing.Size(464, 460);
            this._grpUpdateSettings.ResumeLayout(false);
            this._grpExtensions.ResumeLayout(false);
            this.groupExpRules.ResumeLayout(false);
            this.ResumeLayout(false);
        }
示例#3
0
        private void InitializeComponent()
        {
            this._downloadingLabel             = new System.Windows.Forms.Label();
            this.groupBox1                     = new System.Windows.Forms.GroupBox();
            this.label1                        = new System.Windows.Forms.Label();
            this._articlesNumber               = new JetBrains.Omea.GUIControls.NumericUpDownSettingEditor();
            this.label2                        = new System.Windows.Forms.Label();
            this.label3                        = new System.Windows.Forms.Label();
            this.groupBox2                     = new System.Windows.Forms.GroupBox();
            this.label4                        = new System.Windows.Forms.Label();
            this._encodingsBox                 = new JetBrains.Omea.Nntp.EncodingComboBox();
            this._lblPosting                   = new System.Windows.Forms.Label();
            this.groupBox3                     = new System.Windows.Forms.GroupBox();
            this._deliverNewsBox               = new System.Windows.Forms.CheckBox();
            this._deliverNewsPeriod            = new JetBrains.Omea.GUIControls.NumericUpDownSettingEditor();
            this.label6                        = new System.Windows.Forms.Label();
            this._markFromMeAsRead             = new JetBrains.Omea.GUIControls.CheckBoxSettingEditor();
            this._formatGroupBox               = new JetBrains.Omea.GUIControls.RadioButtonSettingEditor();
            this._mimeEncodingBox              = new JetBrains.Omea.GUIControls.ComboBoxSettingEditor();
            this.label7                        = new System.Windows.Forms.Label();
            this._markAsReadOnReplyAndFormard  = new JetBrains.Omea.GUIControls.CheckBoxSettingEditor();
            this._markAsReadOnThreadStop       = new JetBrains.Omea.GUIControls.CheckBoxSettingEditor();
            this.groupBox4                     = new System.Windows.Forms.GroupBox();
            this._lblEditingPreview            = new System.Windows.Forms.Label();
            this._displayAttachmentsInline     = new JetBrains.Omea.GUIControls.CheckBoxSettingEditor();
            this._deliverOnStartBox            = new JetBrains.Omea.GUIControls.CheckBoxSettingEditor();
            this._closeOnReply                 = new JetBrains.Omea.GUIControls.CheckBoxSettingEditor();
            this._downloadHeadersOnlyCheckBox  = new JetBrains.Omea.GUIControls.CheckBoxSettingEditor();
            this.groupExpRules                 = new System.Windows.Forms.GroupBox();
            this.labelDefaultExpRule           = new System.Windows.Forms.Label();
            this._buttonDefExpRule             = new System.Windows.Forms.Button();
            this._buttonClearDefExpRule        = new System.Windows.Forms.Button();
            this.labelExpRuleForDeleted        = new System.Windows.Forms.Label();
            this._buttonExpRuleForDeleted      = new System.Windows.Forms.Button();
            this._buttonClearExpRuleForDeleted = new System.Windows.Forms.Button();

            this._grpFontChars    = new System.Windows.Forms.GroupBox();
            this._chkOverrideFont = new System.Windows.Forms.CheckBox();
            this._lblFontFamily   = new System.Windows.Forms.Label();
            this._txtFont         = new System.Windows.Forms.TextBox();
            this._btnChangeFont   = new System.Windows.Forms.Button();

            this._grpFontChars.SuspendLayout();
            this._formatGroupBox.SuspendLayout();
            this.groupExpRules.SuspendLayout();
            this.SuspendLayout();

            #region Downloading
            //
            // _downloadingLabel
            //
            this._downloadingLabel.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this._downloadingLabel.Location  = new System.Drawing.Point(0, 4);
            this._downloadingLabel.Name      = "_downloadingLabel";
            this._downloadingLabel.Size      = new System.Drawing.Size(92, 16);
            this._downloadingLabel.TabIndex  = 0;
            this._downloadingLabel.Text      = "Downloading";
            this._downloadingLabel.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
            //
            // groupBox1
            //
            this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox1.Location = new System.Drawing.Point(96, 4);
            this.groupBox1.Name     = "groupBox1";
            this.groupBox1.Size     = new System.Drawing.Size(364, 8);
            this.groupBox1.TabIndex = 1;
            this.groupBox1.TabStop  = false;
            //
            // label1
            //
            this.label1.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.label1.Location  = new System.Drawing.Point(8, 24);
            this.label1.Name      = "label1";
            this.label1.Size      = new System.Drawing.Size(152, 16);
            this.label1.TabIndex  = 2;
            this.label1.Text      = "&Download not more than";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // _articlesNumber
            //
            this._articlesNumber.Changed  = false;
            this._articlesNumber.Location = new System.Drawing.Point(188, 20);
            this._articlesNumber.Maximum  = 9999;
            this._articlesNumber.Minimum  = 1;
            this._articlesNumber.Name     = "_articlesNumber";
            this._articlesNumber.Size     = new System.Drawing.Size(48, 20);
            this._articlesNumber.TabIndex = 3;
            //
            // label2
            //
            this.label2.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.label2.Location  = new System.Drawing.Point(244, 24);
            this.label2.Name      = "label2";
            this.label2.Size      = new System.Drawing.Size(168, 20);
            this.label2.TabIndex  = 4;
            this.label2.Text      = "articles from a group at a time";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // _deliverNewsBox
            //
            this._deliverNewsBox.FlatStyle       = System.Windows.Forms.FlatStyle.System;
            this._deliverNewsBox.Location        = new System.Drawing.Point(8, 64);
            this._deliverNewsBox.Name            = "_deliverNewsBox";
            this._deliverNewsBox.Size            = new System.Drawing.Size(172, 22);
            this._deliverNewsBox.TabIndex        = 6;
            this._deliverNewsBox.Text            = "Deliver News e&very";
            this._deliverNewsBox.CheckedChanged += new System.EventHandler(this._deliverNewsBox_CheckedChanged);
            //
            // _deliverOnStartBox
            //
            this._deliverOnStartBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                   | System.Windows.Forms.AnchorStyles.Right)));
            this._deliverOnStartBox.Changed     = false;
            this._deliverOnStartBox.FlatStyle   = System.Windows.Forms.FlatStyle.System;
            this._deliverOnStartBox.InvertValue = false;
            this._deliverOnStartBox.Location    = new System.Drawing.Point(8, 42);
            this._deliverOnStartBox.Name        = "_deliverOnStartBox";
            this._deliverOnStartBox.Size        = new System.Drawing.Size(452, 22);
            this._deliverOnStartBox.TabIndex    = 5;
            this._deliverOnStartBox.Text        = "Deliver News on &startup";
            //
            // _downloadHeadersOnlyCheckBox
            //
            this._downloadHeadersOnlyCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                             | System.Windows.Forms.AnchorStyles.Right)));
            this._downloadHeadersOnlyCheckBox.Changed     = false;
            this._downloadHeadersOnlyCheckBox.FlatStyle   = System.Windows.Forms.FlatStyle.System;
            this._downloadHeadersOnlyCheckBox.InvertValue = false;
            this._downloadHeadersOnlyCheckBox.Location    = new System.Drawing.Point(8, 108);
            this._downloadHeadersOnlyCheckBox.Name        = "_downloadHeadersOnlyCheckBox";
            this._downloadHeadersOnlyCheckBox.Size        = new System.Drawing.Size(452, 24);
            this._downloadHeadersOnlyCheckBox.TabIndex    = 10;
            this._downloadHeadersOnlyCheckBox.Text        = "On Deliver News, download only article &headers";
            //
            // _deliverNewsPeriod
            //
            this._deliverNewsPeriod.Changed  = false;
            this._deliverNewsPeriod.Location = new System.Drawing.Point(188, 64);
            this._deliverNewsPeriod.Maximum  = 9999;
            this._deliverNewsPeriod.Minimum  = 0;
            this._deliverNewsPeriod.Name     = "_deliverNewsPeriod";
            this._deliverNewsPeriod.Size     = new System.Drawing.Size(48, 20);
            this._deliverNewsPeriod.TabIndex = 7;
            //
            // label6
            //
            this.label6.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.label6.Location  = new System.Drawing.Point(244, 68);
            this.label6.Name      = "label6";
            this.label6.Size      = new System.Drawing.Size(72, 16);
            this.label6.TabIndex  = 8;
            this.label6.Text      = "minutes";
            this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // _markFromMeAsRead
            //
            this._markFromMeAsRead.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                  | System.Windows.Forms.AnchorStyles.Right)));
            this._markFromMeAsRead.Changed     = false;
            this._markFromMeAsRead.FlatStyle   = System.Windows.Forms.FlatStyle.System;
            this._markFromMeAsRead.InvertValue = false;
            this._markFromMeAsRead.Location    = new System.Drawing.Point(8, 86);
            this._markFromMeAsRead.Name        = "_markFromMeAsRead";
            this._markFromMeAsRead.Size        = new System.Drawing.Size(452, 22);
            this._markFromMeAsRead.TabIndex    = 9;
            this._markFromMeAsRead.Text        = "Mark articles from me as &read";
            #endregion Downloading

            #region Editing and Preview
            //
            // _lblEditingPreview
            //
            this._lblEditingPreview.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this._lblEditingPreview.Location  = new System.Drawing.Point(0, 144);
            this._lblEditingPreview.Name      = "_lblEditingPreview";
            this._lblEditingPreview.Size      = new System.Drawing.Size(120, 16);
            this._lblEditingPreview.TabIndex  = 11;
            this._lblEditingPreview.Text      = "Editing and Preview";
            this._lblEditingPreview.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
            //
            // groupBox4
            //
            this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox4.Location = new System.Drawing.Point(120, 144);
            this.groupBox4.Name     = "groupBox4";
            this.groupBox4.Size     = new System.Drawing.Size(340, 8);
            this.groupBox4.TabIndex = 12;
            this.groupBox4.TabStop  = false;
            //
            // _displayAttachmentsInline
            //
            this._displayAttachmentsInline.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                          | System.Windows.Forms.AnchorStyles.Right)));
            this._displayAttachmentsInline.Changed     = false;
            this._displayAttachmentsInline.FlatStyle   = System.Windows.Forms.FlatStyle.System;
            this._displayAttachmentsInline.InvertValue = false;
            this._displayAttachmentsInline.Location    = new System.Drawing.Point(8, 160);
            this._displayAttachmentsInline.Name        = "_displayAttachmentsInline";
            this._displayAttachmentsInline.Size        = new System.Drawing.Size(452, 22);
            this._displayAttachmentsInline.TabIndex    = 13;
            this._displayAttachmentsInline.Text        = "Display attachments &inline";
            //
            // _closeOnReply
            //
            this._closeOnReply.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                              | System.Windows.Forms.AnchorStyles.Right)));
            this._closeOnReply.Changed     = false;
            this._closeOnReply.FlatStyle   = System.Windows.Forms.FlatStyle.System;
            this._closeOnReply.InvertValue = false;
            this._closeOnReply.Location    = new System.Drawing.Point(8, 182);
            this._closeOnReply.Name        = "_closeOnReply";
            this._closeOnReply.Size        = new System.Drawing.Size(452, 22);
            this._closeOnReply.TabIndex    = 14;
            this._closeOnReply.Text        = "&Close original message on Reply and Forward";
            //
            // _markAsReadOnReplyAndFormard
            //
            this._markAsReadOnReplyAndFormard.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                             | System.Windows.Forms.AnchorStyles.Right)));
            this._markAsReadOnReplyAndFormard.Changed     = false;
            this._markAsReadOnReplyAndFormard.FlatStyle   = System.Windows.Forms.FlatStyle.System;
            this._markAsReadOnReplyAndFormard.InvertValue = false;
            this._markAsReadOnReplyAndFormard.Location    = new System.Drawing.Point(8, 204);
            this._markAsReadOnReplyAndFormard.Name        = "_markAsReadOnReplyAndFormard";
            this._markAsReadOnReplyAndFormard.Size        = new System.Drawing.Size(452, 22);
            this._markAsReadOnReplyAndFormard.TabIndex    = 15;
            this._markAsReadOnReplyAndFormard.Text        = "Mar&k as read on Reply and Forward";

            //
            // _markAsReadOnReplyAndFormard
            //
            this._markAsReadOnThreadStop.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                        | System.Windows.Forms.AnchorStyles.Right)));
            this._markAsReadOnThreadStop.Changed     = false;
            this._markAsReadOnThreadStop.FlatStyle   = System.Windows.Forms.FlatStyle.System;
            this._markAsReadOnThreadStop.InvertValue = false;
            this._markAsReadOnThreadStop.Location    = new System.Drawing.Point(8, 226);
            this._markAsReadOnThreadStop.Name        = "_markAsReadOnThreadStop";
            this._markAsReadOnThreadStop.Size        = new System.Drawing.Size(452, 22);
            this._markAsReadOnThreadStop.TabIndex    = 16;
            this._markAsReadOnThreadStop.Text        = "Mark as read on Stopping the &Thread";

            #region Group Font Attributes
            //
            // _grpFontChars
            //
            this._grpFontChars.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                              | System.Windows.Forms.AnchorStyles.Right)));
            this._grpFontChars.Controls.Add(_chkOverrideFont);
            this._grpFontChars.Controls.Add(_lblFontFamily);
            this._grpFontChars.Controls.Add(_txtFont);
            this._grpFontChars.Controls.Add(_btnChangeFont);
            this._grpFontChars.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this._grpFontChars.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(204)));
            this._grpFontChars.Location  = new System.Drawing.Point(8, 252);
            this._grpFontChars.Name      = "groupExpRules";
            this._grpFontChars.Size      = new System.Drawing.Size(456, 72);
            this._grpFontChars.TabIndex  = 0;
            this._grpFontChars.TabStop   = false;
            this._grpFontChars.Text      = "News Article Font Settings";
            //
            // _chkOverride
            //
            this._chkOverrideFont.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                 | System.Windows.Forms.AnchorStyles.Right)));
            this._chkOverrideFont.FlatStyle       = System.Windows.Forms.FlatStyle.System;
            this._chkOverrideFont.Location        = new System.Drawing.Point(8, 16);
            this._chkOverrideFont.Name            = "_chkOverrideFont";
            this._chkOverrideFont.Size            = new System.Drawing.Size(260, 20);
            this._chkOverrideFont.TabIndex        = 1;
            this._chkOverrideFont.Text            = "Override common settings";
            this._chkOverrideFont.CheckedChanged += new EventHandler(_chkOverrideFont_CheckedChanged);
            //
            // _lblFontFamily
            //
            this._lblFontFamily.FlatStyle   = System.Windows.Forms.FlatStyle.System;
            this._lblFontFamily.Location    = new System.Drawing.Point(16, 45);
            this._lblFontFamily.Name        = "_lblFontFamily";
            this._lblFontFamily.Size        = new System.Drawing.Size(40, 20);
            this._lblFontFamily.TabIndex    = 2;
            this._lblFontFamily.Text        = "F&ont:";
            this._lblFontFamily.UseMnemonic = true;
            //
            // _txtFont
            //
            this._txtFont.Anchor   = (System.Windows.Forms.AnchorStyles)(System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left);
            this._txtFont.Location = new System.Drawing.Point(65, 41);
            this._txtFont.Name     = "_txtFont";
            this._txtFont.Size     = new System.Drawing.Size(130, 20);
            this._txtFont.TabIndex = 3;
            this._txtFont.ReadOnly = true;
            this._txtFont.Enabled  = false;
            //
            // _btnChangeFont
            //
            this._btnChangeFont.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)));
            this._btnChangeFont.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this._btnChangeFont.Location  = new System.Drawing.Point(210, 40);
            this._btnChangeFont.Name      = "_btnChangeFont";
            this._btnChangeFont.TabIndex  = 4;
            this._btnChangeFont.Text      = "&Change...";
            this._btnChangeFont.Enabled   = false;
            this._btnChangeFont.Click    += new EventHandler(_btnChangeFont_Click);
            #endregion Group Font Attributes
            #endregion Editing and Preview

            #region Intl Settings
            //
            // label3
            //
            this.label3.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.label3.Location  = new System.Drawing.Point(0, 336);
            this.label3.Name      = "label3";
            this.label3.Size      = new System.Drawing.Size(128, 20);
            this.label3.TabIndex  = 17;
            this.label3.Text      = "International Settings";
            this.label3.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
            //
            // groupBox2
            //
            this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox2.Location = new System.Drawing.Point(128, 336);
            this.groupBox2.Name     = "groupBox2";
            this.groupBox2.Size     = new System.Drawing.Size(332, 8);
            this.groupBox2.TabIndex = 18;
            this.groupBox2.TabStop  = false;
            //
            // label4
            //
            this.label4.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.label4.Location  = new System.Drawing.Point(8, 360);
            this.label4.Name      = "label4";
            this.label4.Size      = new System.Drawing.Size(124, 16);
            this.label4.TabIndex  = 19;
            this.label4.Text      = "Default &encoding:";
            this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // _encodingsBox
            //
            this._encodingsBox.Changed       = false;
            this._encodingsBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this._encodingsBox.Location      = new System.Drawing.Point(128, 356);
            this._encodingsBox.Name          = "_encodingsBox";
            this._encodingsBox.Size          = new System.Drawing.Size(144, 21);
            this._encodingsBox.TabIndex      = 20;
            #endregion Intl Settings

            #region Posting
            //
            // _lblPosting
            //
            this._lblPosting.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this._lblPosting.Location  = new System.Drawing.Point(0, 392);
            this._lblPosting.Name      = "_lblPosting";
            this._lblPosting.Size      = new System.Drawing.Size(64, 16);
            this._lblPosting.TabIndex  = 21;
            this._lblPosting.Text      = "Posting";
            this._lblPosting.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
            //
            // groupBox3
            //
            this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox3.Location = new System.Drawing.Point(68, 392);
            this.groupBox3.Name     = "groupBox3";
            this.groupBox3.Size     = new System.Drawing.Size(392, 8);
            this.groupBox3.TabIndex = 22;
            this.groupBox3.TabStop  = false;
            //
            // _formatGroupBox
            //
            this._formatGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                | System.Windows.Forms.AnchorStyles.Right)));
            this._formatGroupBox.Changed = false;
            this._formatGroupBox.Controls.Add(this._mimeEncodingBox);
            this._formatGroupBox.Controls.Add(this.label7);
            this._formatGroupBox.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this._formatGroupBox.Location  = new System.Drawing.Point(8, 412);
            this._formatGroupBox.Name      = "_formatGroupBox";
            this._formatGroupBox.Size      = new System.Drawing.Size(456, 72);
            this._formatGroupBox.TabIndex  = 23;
            this._formatGroupBox.TabStop   = false;
            this._formatGroupBox.Text      = "Message format";
            //
            // _mimeEncodingBox
            //
            this._mimeEncodingBox.Changed       = false;
            this._mimeEncodingBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this._mimeEncodingBox.Location      = new System.Drawing.Point(252, 44);
            this._mimeEncodingBox.Name          = "_mimeEncodingBox";
            this._mimeEncodingBox.Size          = new System.Drawing.Size(144, 21);
            this._mimeEncodingBox.TabIndex      = 3;
            //
            // label7
            //
            this.label7.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.label7.Location  = new System.Drawing.Point(120, 48);
            this.label7.Name      = "label7";
            this.label7.Size      = new System.Drawing.Size(128, 16);
            this.label7.TabIndex  = 2;
            this.label7.Text      = "Encode te&xt with:";
            this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            #endregion Posting

            #region Group Exp Rules
            //
            // groupExpRules
            //
            this.groupExpRules.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                              | System.Windows.Forms.AnchorStyles.Right)));
            this.groupExpRules.Controls.Add(this.labelDefaultExpRule);
            this.groupExpRules.Controls.Add(this._buttonDefExpRule);
            this.groupExpRules.Controls.Add(this._buttonClearDefExpRule);
            this.groupExpRules.Controls.Add(this.labelExpRuleForDeleted);
            this.groupExpRules.Controls.Add(this._buttonExpRuleForDeleted);
            this.groupExpRules.Controls.Add(this._buttonClearExpRuleForDeleted);
            this.groupExpRules.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.groupExpRules.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(204)));
            this.groupExpRules.Location  = new System.Drawing.Point(0, 498);
            this.groupExpRules.Name      = "groupExpRules";
            this.groupExpRules.Size      = new System.Drawing.Size(464, 80);
            this.groupExpRules.TabIndex  = 24;
            this.groupExpRules.TabStop   = false;
            this.groupExpRules.Text      = "Autoexpiration Rules";
            //
            // labelDefaultExpRule
            //
            this.labelDefaultExpRule.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.labelDefaultExpRule.Location  = new System.Drawing.Point(8, 23);
            this.labelDefaultExpRule.Name      = "labelDefaultExpRule";
            this.labelDefaultExpRule.Size      = new System.Drawing.Size(160, 16);
            this.labelDefaultExpRule.TabIndex  = 0;
            this.labelDefaultExpRule.Text      = "Default rule for all Newsgroups:";
            //
            // _buttonDefExpRule
            //
            this._buttonDefExpRule.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this._buttonDefExpRule.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this._buttonDefExpRule.Location  = new System.Drawing.Point(300, 20);
            this._buttonDefExpRule.Name      = "_buttonDefExpRule";
            this._buttonDefExpRule.TabIndex  = 1;
            this._buttonDefExpRule.Text      = "Edit...";
            this._buttonDefExpRule.Click    += new System.EventHandler(this.button1_Click);
            //
            // _buttonClearDefExpRule
            //
            this._buttonClearDefExpRule.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this._buttonClearDefExpRule.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this._buttonClearDefExpRule.Location  = new System.Drawing.Point(380, 20);
            this._buttonClearDefExpRule.Name      = "_buttonClearDefExpRule";
            this._buttonClearDefExpRule.TabIndex  = 2;
            this._buttonClearDefExpRule.Text      = "Clear";
            this._buttonClearDefExpRule.Click    += new System.EventHandler(this.buttonClearDefExpRule_Click);
            //
            // labelExpRuleForDeleted
            //
            this.labelExpRuleForDeleted.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.labelExpRuleForDeleted.Location  = new System.Drawing.Point(8, 51);
            this.labelExpRuleForDeleted.Name      = "labelExpRuleForDeleted";
            this.labelExpRuleForDeleted.Size      = new System.Drawing.Size(160, 16);
            this.labelExpRuleForDeleted.TabIndex  = 3;
            this.labelExpRuleForDeleted.Text      = "Rule for deleted News Articles:";
            //
            // _buttonExpRuleForDeleted
            //
            this._buttonExpRuleForDeleted.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this._buttonExpRuleForDeleted.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this._buttonExpRuleForDeleted.Location  = new System.Drawing.Point(300, 48);
            this._buttonExpRuleForDeleted.Name      = "_buttonExpRuleForDeleted";
            this._buttonExpRuleForDeleted.TabIndex  = 4;
            this._buttonExpRuleForDeleted.Text      = "Edit...";
            this._buttonExpRuleForDeleted.Click    += new System.EventHandler(this._buttonExpRuleForDeleted_Click);
            //
            // _buttonClearExpRuleForDeleted
            //
            this._buttonClearExpRuleForDeleted.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this._buttonClearExpRuleForDeleted.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this._buttonClearExpRuleForDeleted.Location  = new System.Drawing.Point(380, 48);
            this._buttonClearExpRuleForDeleted.Name      = "_buttonClearExpRuleForDeleted";
            this._buttonClearExpRuleForDeleted.TabIndex  = 5;
            this._buttonClearExpRuleForDeleted.Text      = "Clear";
            this._buttonClearExpRuleForDeleted.Click    += new System.EventHandler(this._buttonClearExpRuleForDeleted_Click);
            #endregion Group Exp Rules

            //
            // NntpOptionsPane
            //
            this.Controls.Add(this.groupExpRules);
            this.Controls.Add(this._downloadHeadersOnlyCheckBox);
            this.Controls.Add(this._closeOnReply);
            this.Controls.Add(this._deliverOnStartBox);
            this.Controls.Add(this._displayAttachmentsInline);
            this.Controls.Add(this.groupBox4);
            this.Controls.Add(this._lblEditingPreview);
            this.Controls.Add(this._grpFontChars);
            this.Controls.Add(this._markAsReadOnReplyAndFormard);
            this.Controls.Add(this._markAsReadOnThreadStop);
            this.Controls.Add(this._formatGroupBox);
            this.Controls.Add(this._markFromMeAsRead);
            this.Controls.Add(this.label6);
            this.Controls.Add(this._deliverNewsPeriod);
            this.Controls.Add(this._deliverNewsBox);
            this.Controls.Add(this.groupBox3);
            this.Controls.Add(this._lblPosting);
            this.Controls.Add(this._encodingsBox);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label2);
            this.Controls.Add(this._articlesNumber);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this._downloadingLabel);
            this.Name = "NntpOptionsPane";
            this.Size = new System.Drawing.Size(464, 504);
            this._grpFontChars.ResumeLayout(false);
            this._formatGroupBox.ResumeLayout(false);
            this.groupExpRules.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()
 {
     this._windowStyle     = new JetBrains.Omea.GUIControls.ComboBoxSettingEditor();
     this.label1           = new System.Windows.Forms.Label();
     this._startProcess    = new System.Windows.Forms.Button();
     this._close           = new System.Windows.Forms.Button();
     this._useShellExecute = new JetBrains.Omea.GUIControls.CheckBoxSettingEditor();
     this.SuspendLayout();
     //
     // _windowStyle
     //
     this._windowStyle.Changed       = false;
     this._windowStyle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this._windowStyle.Location      = new System.Drawing.Point(108, 4);
     this._windowStyle.Name          = "_windowStyle";
     this._windowStyle.TabIndex      = 0;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(80, 16);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Window Style:";
     //
     // _startProcess
     //
     this._startProcess.Location = new System.Drawing.Point(244, 4);
     this._startProcess.Name     = "_startProcess";
     this._startProcess.Size     = new System.Drawing.Size(88, 23);
     this._startProcess.TabIndex = 2;
     this._startProcess.Text     = "Start Process";
     this._startProcess.Click   += new System.EventHandler(this.OnStart);
     //
     // _close
     //
     this._close.Location = new System.Drawing.Point(244, 36);
     this._close.Name     = "_close";
     this._close.Size     = new System.Drawing.Size(88, 23);
     this._close.TabIndex = 3;
     this._close.Text     = "Close Process";
     this._close.Click   += new System.EventHandler(this.OnClose);
     //
     // _useShellExecute
     //
     this._useShellExecute.Changed     = false;
     this._useShellExecute.InvertValue = false;
     this._useShellExecute.Location    = new System.Drawing.Point(8, 32);
     this._useShellExecute.Name        = "_useShellExecute";
     this._useShellExecute.Size        = new System.Drawing.Size(124, 24);
     this._useShellExecute.TabIndex    = 4;
     this._useShellExecute.Text        = "Use Shell Execute";
     //
     // OutlookCotrolPanel
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.ClientSize        = new System.Drawing.Size(352, 66);
     this.Controls.Add(this._useShellExecute);
     this.Controls.Add(this._close);
     this.Controls.Add(this._startProcess);
     this.Controls.Add(this.label1);
     this.Controls.Add(this._windowStyle);
     this.Name          = "OutlookCotrolPanel";
     this.ShowInTaskbar = true;
     this.Text          = "OutlookCotrolPanel";
     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.panel1              = new System.Windows.Forms.Panel();
            this._syncMode           = new JetBrains.Omea.GUIControls.RadioButtonSettingEditor();
            this._scheduleDeliver    = new JetBrains.Omea.GUIControls.CheckBoxSettingEditor();
            this.label3              = new System.Windows.Forms.Label();
            this.groupBox2           = new System.Windows.Forms.GroupBox();
            this._deliverOnStartup   = new JetBrains.Omea.GUIControls.CheckBoxSettingEditor();
            this.label2              = new System.Windows.Forms.Label();
            this._sendReceiveTimeout = new JetBrains.Omea.GUIControls.NumericUpDownSettingEditor();
            this._showEmbedPics      = new JetBrains.Omea.GUIControls.CheckBoxSettingEditor();
            this.groupBox4           = new System.Windows.Forms.GroupBox();
            this.label6              = new System.Windows.Forms.Label();
            this.groupBox3           = new System.Windows.Forms.GroupBox();
            this._markAsReadOnReply  = new JetBrains.Omea.GUIControls.CheckBoxSettingEditor();
            this._setCategoryFromContactWhenEmailArrived = new JetBrains.Omea.GUIControls.CheckBoxSettingEditor();
            this._setCategoryFromContactWhenEmailSent    = new JetBrains.Omea.GUIControls.CheckBoxSettingEditor();
            this.panel2 = new System.Windows.Forms.Panel();
            this.label4 = new System.Windows.Forms.Label();

            this._grpExpRules                = new System.Windows.Forms.GroupBox();
            this.labelDefaultExpRule         = new System.Windows.Forms.Label();
            this.buttonEditExpRuleForDeleted = new System.Windows.Forms.Button();
            this.buttonClearDefault          = new System.Windows.Forms.Button();
            this.labelExpRuleForDeleted      = new System.Windows.Forms.Label();
            this.buttonEditDefExpRule        = new System.Windows.Forms.Button();
            this.buttonClearDeleted          = new System.Windows.Forms.Button();

            this._grpFontChars    = new System.Windows.Forms.GroupBox();
            this._chkOverrideFont = new System.Windows.Forms.CheckBox();
            this._lblFontFamily   = new System.Windows.Forms.Label();
            this._txtFont         = new System.Windows.Forms.TextBox();
            this._btnChangeFont   = new System.Windows.Forms.Button();
            this._lblNote         = new System.Windows.Forms.Label();

            this._grpFontChars.SuspendLayout();
            this.panel1.SuspendLayout();
            this.panel2.SuspendLayout();
            this._grpExpRules.SuspendLayout();
            this.SuspendLayout();
            //
            // panel1
            //
            this.panel1.Controls.Add(this._syncMode);
            this.panel1.Controls.Add(this._scheduleDeliver);
            this.panel1.Controls.Add(this.label3);
            this.panel1.Controls.Add(this.groupBox2);
            this.panel1.Controls.Add(this._deliverOnStartup);
            this.panel1.Controls.Add(this.label2);
            this.panel1.Controls.Add(this._sendReceiveTimeout);
            this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name     = "panel1";
            this.panel1.Size     = new System.Drawing.Size(404, 172);
            this.panel1.TabIndex = 0;
            //
            // _syncMode
            //
            this._syncMode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
            this._syncMode.Changed  = false;
            this._syncMode.Location = new System.Drawing.Point(0, 80);
            this._syncMode.Name     = "_syncMode";
            this._syncMode.Size     = new System.Drawing.Size(404, 88);
            this._syncMode.TabIndex = 15;
            this._syncMode.TabStop  = false;
            this._syncMode.Text     = "Synchronize Outlook folders on startup";
            //
            // _scheduleDeliver
            //
            this._scheduleDeliver.Changed     = false;
            this._scheduleDeliver.FlatStyle   = System.Windows.Forms.FlatStyle.System;
            this._scheduleDeliver.InvertValue = false;
            this._scheduleDeliver.Location    = new System.Drawing.Point(0, 56);
            this._scheduleDeliver.Name        = "_scheduleDeliver";
            this._scheduleDeliver.Size        = new System.Drawing.Size(228, 20);
            this._scheduleDeliver.TabIndex    = 13;
            this._scheduleDeliver.Text        = "&Schedule a send/receive every:";
            this._scheduleDeliver.Click      += new System.EventHandler(this._scheduleDeliver_Click);
            //
            // label3
            //
            this.label3.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.label3.Location  = new System.Drawing.Point(0, 8);
            this.label3.Name      = "label3";
            this.label3.Size      = new System.Drawing.Size(88, 16);
            this.label3.TabIndex  = 0;
            this.label3.Text      = "Send/Receive";
            //
            // groupBox2
            //
            this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox2.Location = new System.Drawing.Point(88, 8);
            this.groupBox2.Name     = "groupBox2";
            this.groupBox2.Size     = new System.Drawing.Size(312, 8);
            this.groupBox2.TabIndex = 9;
            this.groupBox2.TabStop  = false;
            //
            // _deliverOnStartup
            //
            this._deliverOnStartup.Changed     = false;
            this._deliverOnStartup.FlatStyle   = System.Windows.Forms.FlatStyle.System;
            this._deliverOnStartup.InvertValue = false;
            this._deliverOnStartup.Location    = new System.Drawing.Point(0, 28);
            this._deliverOnStartup.Name        = "_deliverOnStartup";
            this._deliverOnStartup.Size        = new System.Drawing.Size(396, 24);
            this._deliverOnStartup.TabIndex    = 2;
            this._deliverOnStartup.Text        = "Send/&receive mail on Omea startup.";
            //
            // label2
            //
            this.label2.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.label2.Location  = new System.Drawing.Point(284, 56);
            this.label2.Name      = "label2";
            this.label2.Size      = new System.Drawing.Size(68, 16);
            this.label2.TabIndex  = 8;
            this.label2.Text      = "minute(s)";
            //
            // _sendReceiveTimeout
            //
            this._sendReceiveTimeout.Changed  = false;
            this._sendReceiveTimeout.Location = new System.Drawing.Point(236, 52);
            this._sendReceiveTimeout.Maximum  = 1000;
            this._sendReceiveTimeout.Minimum  = 1;
            this._sendReceiveTimeout.Name     = "_sendReceiveTimeout";
            this._sendReceiveTimeout.Size     = new System.Drawing.Size(44, 20);
            this._sendReceiveTimeout.TabIndex = 7;
            //
            // _showEmbedPics
            //
            this._showEmbedPics.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                               | System.Windows.Forms.AnchorStyles.Right)));
            this._showEmbedPics.Changed     = false;
            this._showEmbedPics.FlatStyle   = System.Windows.Forms.FlatStyle.System;
            this._showEmbedPics.InvertValue = false;
            this._showEmbedPics.Location    = new System.Drawing.Point(0, 24);
            this._showEmbedPics.Name        = "_showEmbedPics";
            this._showEmbedPics.Size        = new System.Drawing.Size(400, 20);
            this._showEmbedPics.TabIndex    = 12;
            this._showEmbedPics.Text        = "Show &embedded pictures";
            //
            // groupBox4
            //
            this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox4.Location = new System.Drawing.Point(60, 4);
            this.groupBox4.Name     = "groupBox4";
            this.groupBox4.Size     = new System.Drawing.Size(344, 8);
            this.groupBox4.TabIndex = 11;
            this.groupBox4.TabStop  = false;
            //
            // label6
            //
            this.label6.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.label6.Location  = new System.Drawing.Point(0, 4);
            this.label6.Name      = "label6";
            this.label6.Size      = new System.Drawing.Size(56, 16);
            this.label6.TabIndex  = 10;
            this.label6.Text      = "Security";
            //
            // groupBox3
            //
            this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox3.Location = new System.Drawing.Point(60, 48);
            this.groupBox3.Name     = "groupBox3";
            this.groupBox3.Size     = new System.Drawing.Size(344, 8);
            this.groupBox3.TabIndex = 10;
            this.groupBox3.TabStop  = false;
            //
            // _markAsReadOnReply
            //
            this._markAsReadOnReply.Changed     = false;
            this._markAsReadOnReply.FlatStyle   = System.Windows.Forms.FlatStyle.System;
            this._markAsReadOnReply.InvertValue = false;
            this._markAsReadOnReply.Location    = new System.Drawing.Point(0, 68);
            this._markAsReadOnReply.Name        = "_markAsReadOnReply";
            this._markAsReadOnReply.Size        = new System.Drawing.Size(300, 24);
            this._markAsReadOnReply.TabIndex    = 4;
            this._markAsReadOnReply.Text        = "&Mark messages as read on reply and forward";
            //
            // _setCategoryFromContactWhenEmailArrived
            //
            this._setCategoryFromContactWhenEmailArrived.Changed     = false;
            this._setCategoryFromContactWhenEmailArrived.FlatStyle   = System.Windows.Forms.FlatStyle.System;
            this._setCategoryFromContactWhenEmailArrived.InvertValue = false;
            this._setCategoryFromContactWhenEmailArrived.Location    = new System.Drawing.Point(0, 88);
            this._setCategoryFromContactWhenEmailArrived.Name        = "_setCategoryFromContactWhenEmailArrived";
            this._setCategoryFromContactWhenEmailArrived.Size        = new System.Drawing.Size(300, 24);
            this._setCategoryFromContactWhenEmailArrived.TabIndex    = 4;
            this._setCategoryFromContactWhenEmailArrived.Text        = "Assign sender's categories to received mail";
            //
            // _setCategoryFromContactWhenEmailSent
            //
            this._setCategoryFromContactWhenEmailSent.Changed     = false;
            this._setCategoryFromContactWhenEmailSent.FlatStyle   = System.Windows.Forms.FlatStyle.System;
            this._setCategoryFromContactWhenEmailSent.InvertValue = false;
            this._setCategoryFromContactWhenEmailSent.Location    = new System.Drawing.Point(0, 108);
            this._setCategoryFromContactWhenEmailSent.Name        = "_setCategoryFromContactWhenEmailArrived";
            this._setCategoryFromContactWhenEmailSent.Size        = new System.Drawing.Size(300, 24);
            this._setCategoryFromContactWhenEmailSent.TabIndex    = 4;
            this._setCategoryFromContactWhenEmailSent.Text        = "Assign recipients' categories to sent mail";
            //
            // panel2
            //
            this.panel2.Controls.Add(this.label4);
            this.panel2.Controls.Add(this.groupBox3);
            this.panel2.Controls.Add(this._markAsReadOnReply);
            this.panel2.Controls.Add(this._setCategoryFromContactWhenEmailArrived);
            this.panel2.Controls.Add(this._setCategoryFromContactWhenEmailSent);
            this.panel2.Controls.Add(this.groupBox4);
            this.panel2.Controls.Add(this.label6);
            this.panel2.Controls.Add(this._showEmbedPics);
            this.panel2.Dock     = System.Windows.Forms.DockStyle.Top;
            this.panel2.Location = new System.Drawing.Point(0, 172);
            this.panel2.Name     = "panel2";
            this.panel2.Size     = new System.Drawing.Size(404, 140);
            this.panel2.TabIndex = 11;
            //
            // label4
            //
            this.label4.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.label4.Location  = new System.Drawing.Point(0, 48);
            this.label4.Name      = "label4";
            this.label4.Size      = new System.Drawing.Size(60, 16);
            this.label4.TabIndex  = 0;
            this.label4.Text      = "Other";

            #region Group Font Attributes
            //
            // _grpFontChars
            //
            this._grpFontChars.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                              | System.Windows.Forms.AnchorStyles.Right)));
            this._grpFontChars.Controls.Add(_chkOverrideFont);
            this._grpFontChars.Controls.Add(_lblFontFamily);
            this._grpFontChars.Controls.Add(_txtFont);
            this._grpFontChars.Controls.Add(_btnChangeFont);
            this._grpFontChars.Controls.Add(_lblNote);
            this._grpFontChars.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this._grpFontChars.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(204)));
            this._grpFontChars.Location  = new System.Drawing.Point(0, 315);
            this._grpFontChars.Name      = "_grpExpRules";
            this._grpFontChars.Size      = new System.Drawing.Size(404, 97);
            this._grpFontChars.TabIndex  = 0;
            this._grpFontChars.TabStop   = false;
            this._grpFontChars.Text      = "Mail Font Settings";
            //
            // _chkOverride
            //
            this._chkOverrideFont.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                 | System.Windows.Forms.AnchorStyles.Right)));
            this._chkOverrideFont.FlatStyle       = System.Windows.Forms.FlatStyle.System;
            this._chkOverrideFont.Location        = new System.Drawing.Point(8, 16);
            this._chkOverrideFont.Name            = "_chkOverrideFont";
            this._chkOverrideFont.Size            = new System.Drawing.Size(260, 20);
            this._chkOverrideFont.TabIndex        = 1;
            this._chkOverrideFont.Text            = "Override common settings";
            this._chkOverrideFont.CheckedChanged += new EventHandler(_chkOverrideFont_CheckedChanged);
            //
            // _lblFontFamily
            //
            this._lblFontFamily.FlatStyle   = System.Windows.Forms.FlatStyle.System;
            this._lblFontFamily.Location    = new System.Drawing.Point(16, 45);
            this._lblFontFamily.Name        = "_lblFontFamily";
            this._lblFontFamily.Size        = new System.Drawing.Size(40, 20);
            this._lblFontFamily.TabIndex    = 2;
            this._lblFontFamily.Text        = "F&ont:";
            this._lblFontFamily.UseMnemonic = true;
            //
            // _txtFont
            //
            this._txtFont.Anchor   = (System.Windows.Forms.AnchorStyles)(System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left);
            this._txtFont.Location = new System.Drawing.Point(65, 41);
            this._txtFont.Name     = "_txtFont";
            this._txtFont.Size     = new System.Drawing.Size(130, 20);
            this._txtFont.TabIndex = 3;
            this._txtFont.ReadOnly = true;
            this._txtFont.Enabled  = false;
            //
            // _btnChangeFont
            //
            this._btnChangeFont.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)));
            this._btnChangeFont.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this._btnChangeFont.Location  = new System.Drawing.Point(210, 40);
            this._btnChangeFont.Name      = "_btnChangeFont";
            this._btnChangeFont.TabIndex  = 4;
            this._btnChangeFont.Text      = "&Change...";
            this._btnChangeFont.Enabled   = false;
            this._btnChangeFont.Click    += new EventHandler(_btnChangeFont_Click);
            //
            // _lblNote
            //
            this._lblNote.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this._lblNote.Location  = new System.Drawing.Point(16, 72);
            this._lblNote.Name      = "_lblNote";
            this._lblNote.Size      = new System.Drawing.Size(300, 20);
            this._lblNote.TabIndex  = 2;
            this._lblNote.Text      = "Take(s) effect only for plain text-formatted mails";
            this._lblNote.ForeColor = SystemColors.GrayText;
            #endregion Group Font Attributes

            #region Group Exp Rules
            //
            // groupExpRules
            //
            this._grpExpRules.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                             | System.Windows.Forms.AnchorStyles.Right)));
            this._grpExpRules.Controls.Add(this.labelDefaultExpRule);
            this._grpExpRules.Controls.Add(this.buttonEditExpRuleForDeleted);
            this._grpExpRules.Controls.Add(this.buttonClearDefault);
            this._grpExpRules.Controls.Add(this.labelExpRuleForDeleted);
            this._grpExpRules.Controls.Add(this.buttonEditDefExpRule);
            this._grpExpRules.Controls.Add(this.buttonClearDeleted);
            this._grpExpRules.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this._grpExpRules.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(204)));
            this._grpExpRules.Location  = new System.Drawing.Point(0, 425);
            this._grpExpRules.Name      = "_grpExpRules";
            this._grpExpRules.Size      = new System.Drawing.Size(404, 80);
            this._grpExpRules.TabIndex  = 13;
            this._grpExpRules.TabStop   = false;
            this._grpExpRules.Text      = "Autoexpiration Rules";
            //
            // labelDefaultExpRule
            //
            this.labelDefaultExpRule.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.labelDefaultExpRule.Location  = new System.Drawing.Point(8, 23);
            this.labelDefaultExpRule.Name      = "labelDefaultExpRule";
            this.labelDefaultExpRule.Size      = new System.Drawing.Size(175, 16);
            this.labelDefaultExpRule.TabIndex  = 0;
            this.labelDefaultExpRule.Text      = "Default rule for all Outlook folders:";
            //
            // buttonEditExpRuleForDeleted
            //
            this.buttonEditExpRuleForDeleted.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonEditExpRuleForDeleted.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.buttonEditExpRuleForDeleted.Location  = new System.Drawing.Point(220, 48);
            this.buttonEditExpRuleForDeleted.Name      = "buttonEditExpRuleForDeleted";
            this.buttonEditExpRuleForDeleted.TabIndex  = 4;
            this.buttonEditExpRuleForDeleted.Text      = "E&dit...";
            this.buttonEditExpRuleForDeleted.Click    += new System.EventHandler(this.buttonEditExpRuleForDeleted_Click);
            //
            // buttonClearDefault
            //
            this.buttonClearDefault.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClearDefault.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.buttonClearDefault.Location  = new System.Drawing.Point(310, 20);
            this.buttonClearDefault.Name      = "buttonClearDefault";
            this.buttonClearDefault.TabIndex  = 2;
            this.buttonClearDefault.Text      = "Clear";
            this.buttonClearDefault.Click    += new System.EventHandler(this.buttonClearDefault_Click);
            //
            // labelExpRuleForDeleted
            //
            this.labelExpRuleForDeleted.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.labelExpRuleForDeleted.Location  = new System.Drawing.Point(8, 51);
            this.labelExpRuleForDeleted.Name      = "labelExpRuleForDeleted";
            this.labelExpRuleForDeleted.Size      = new System.Drawing.Size(180, 16);
            this.labelExpRuleForDeleted.TabIndex  = 3;
            this.labelExpRuleForDeleted.Text      = "Rule for deleted Emails:";
            //
            // buttonEditDefExpRule
            //
            this.buttonEditDefExpRule.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonEditDefExpRule.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.buttonEditDefExpRule.Location  = new System.Drawing.Point(220, 20);
            this.buttonEditDefExpRule.Name      = "buttonEditDefExpRule";
            this.buttonEditDefExpRule.TabIndex  = 1;
            this.buttonEditDefExpRule.Text      = "&Edit...";
            this.buttonEditDefExpRule.Click    += new System.EventHandler(this.buttonEditDefExpRule_Click);
            //
            // buttonClearDeleted
            //
            this.buttonClearDeleted.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClearDeleted.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.buttonClearDeleted.Location  = new System.Drawing.Point(310, 48);
            this.buttonClearDeleted.Name      = "buttonClearDeleted";
            this.buttonClearDeleted.TabIndex  = 5;
            this.buttonClearDeleted.Text      = "Clear";
            this.buttonClearDeleted.Click    += new System.EventHandler(this.buttonClearDeleted_Click);
            #endregion Group Exp Rules

            //
            // OutlookOptionsPane
            //
            this.AutoScroll        = true;
            this.AutoScrollMinSize = new System.Drawing.Size(352, 184);
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this._grpFontChars);
            this.Controls.Add(this._grpExpRules);
            this.Name = "OutlookOptionsPane";
            this.Size = new System.Drawing.Size(404, 344);
            this.panel1.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            this._grpFontChars.ResumeLayout(false);
            this._grpExpRules.ResumeLayout(false);
            this.ResumeLayout(false);
        }
示例#6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label5                  = new System.Windows.Forms.Label();
     this._edtFinishDownload      = new JetBrains.Omea.GUIControls.TimeUpDownEditor();
     this._edtStartDownload       = new JetBrains.Omea.GUIControls.TimeUpDownEditor();
     this._browseForFolderControl = new JetBrains.Omea.GUIControls.BrowseForFolderControl();
     this._chkDownloadPeriod      = new JetBrains.Omea.GUIControls.CheckBoxSettingEditor();
     this._chkShowDesktopAlertDownloadComplete = new JetBrains.Omea.GUIControls.CheckBoxSettingEditor();
     this._chkShowDesktopAlertDownloadFailed   = new JetBrains.Omea.GUIControls.CheckBoxSettingEditor();
     this._chkCreateSubfolderForEveryFeed      = new JetBrains.Omea.GUIControls.CheckBoxSettingEditor();
     this.button1   = new System.Windows.Forms.Button();
     this.label3    = new System.Windows.Forms.Label();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.label1    = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.SuspendLayout();
     //
     // _chkDownloadPeriod
     //
     this._chkDownloadPeriod.Changed         = false;
     this._chkDownloadPeriod.InvertValue     = false;
     this._chkDownloadPeriod.Location        = new System.Drawing.Point(0, 132);
     this._chkDownloadPeriod.Name            = "_chkDownloadPeriod";
     this._chkDownloadPeriod.Size            = new System.Drawing.Size(116, 20);
     this._chkDownloadPeriod.TabIndex        = 7;
     this._chkDownloadPeriod.Text            = "Download fro&m";
     this._chkDownloadPeriod.CheckedChanged += new EventHandler(_chkDownloadPeriod_CheckedChanged);
     //
     // _edtStartDownload
     //
     this._edtStartDownload.Location = new System.Drawing.Point(120, 132);
     this._edtStartDownload.Name     = "_edtStartDownload";
     this._edtStartDownload.Size     = new System.Drawing.Size(70, 20);
     this._edtStartDownload.TabIndex = 8;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(190, 134);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(16, 20);
     this.label5.TabIndex  = 9;
     this.label5.Text      = "&to";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // _edtFinishDownload
     //
     this._edtFinishDownload.Location = new System.Drawing.Point(206, 132);
     this._edtFinishDownload.Name     = "_edtFinishDownload";
     this._edtFinishDownload.Size     = new System.Drawing.Size(70, 20);
     this._edtFinishDownload.TabIndex = 10;
     //
     // _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(0, 104);
     this._browseForFolderControl.Name         = "_browseForFolderControl";
     this._browseForFolderControl.SelectedPath = "";
     this._browseForFolderControl.Size         = new System.Drawing.Size(392, 24);
     this._browseForFolderControl.TabIndex     = 6;
     //
     // _chkShowDesktopAlertDownloadComplete
     //
     this._chkShowDesktopAlertDownloadComplete.Changed     = false;
     this._chkShowDesktopAlertDownloadComplete.FlatStyle   = System.Windows.Forms.FlatStyle.System;
     this._chkShowDesktopAlertDownloadComplete.InvertValue = false;
     this._chkShowDesktopAlertDownloadComplete.Location    = new System.Drawing.Point(0, 20);
     this._chkShowDesktopAlertDownloadComplete.Name        = "_chkShowDesktopAlertDownloadComplete";
     this._chkShowDesktopAlertDownloadComplete.Size        = new System.Drawing.Size(372, 20);
     this._chkShowDesktopAlertDownloadComplete.TabIndex    = 2;
     this._chkShowDesktopAlertDownloadComplete.Text        = "Show desktop alert when enclosure downloading &completes";
     //
     // _chkShowDesktopAlertDownloadFailed
     //
     this._chkShowDesktopAlertDownloadFailed.Changed     = false;
     this._chkShowDesktopAlertDownloadFailed.FlatStyle   = System.Windows.Forms.FlatStyle.System;
     this._chkShowDesktopAlertDownloadFailed.InvertValue = false;
     this._chkShowDesktopAlertDownloadFailed.Location    = new System.Drawing.Point(0, 40);
     this._chkShowDesktopAlertDownloadFailed.Name        = "_chkShowDesktopAlertDownloadFailed";
     this._chkShowDesktopAlertDownloadFailed.Size        = new System.Drawing.Size(372, 20);
     this._chkShowDesktopAlertDownloadFailed.TabIndex    = 3;
     this._chkShowDesktopAlertDownloadFailed.Text        = "Show desktop alert when enclosure downloading &fails";
     //
     // _chkCreateSubfolderForEveryFeed
     //
     this._chkCreateSubfolderForEveryFeed.Changed     = false;
     this._chkCreateSubfolderForEveryFeed.FlatStyle   = System.Windows.Forms.FlatStyle.System;
     this._chkCreateSubfolderForEveryFeed.InvertValue = false;
     this._chkCreateSubfolderForEveryFeed.Location    = new System.Drawing.Point(0, 60);
     this._chkCreateSubfolderForEveryFeed.Name        = "_chkShowDesktopAlertDownloadFailed";
     this._chkCreateSubfolderForEveryFeed.Size        = new System.Drawing.Size(372, 20);
     this._chkCreateSubfolderForEveryFeed.TabIndex    = 3;
     this._chkCreateSubfolderForEveryFeed.Text        = "Create subfolder for every feed.";
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(0, 0);
     this.button1.Name     = "button1";
     this.button1.TabIndex = 0;
     //
     // label3
     //
     this.label3.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label3.Location  = new System.Drawing.Point(0, 4);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(104, 16);
     this.label3.TabIndex  = 0;
     this.label3.Text      = "Show desktop alert";
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.Location = new System.Drawing.Point(108, 4);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(296, 8);
     this.groupBox2.TabIndex = 1;
     this.groupBox2.TabStop  = false;
     //
     // label1
     //
     this.label1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label1.Location  = new System.Drawing.Point(0, 84);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(244, 16);
     this.label1.TabIndex  = 4;
     this.label1.Text      = "&Destination folder for downloaded feed enclosures";
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Location = new System.Drawing.Point(248, 84);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(156, 8);
     this.groupBox1.TabIndex = 5;
     this.groupBox1.TabStop  = false;
     //
     // RSSEnclosureOptionPane
     //
     this.Controls.Add(this.label3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this._chkShowDesktopAlertDownloadComplete);
     this.Controls.Add(this._chkShowDesktopAlertDownloadFailed);
     this.Controls.Add(this._chkCreateSubfolderForEveryFeed);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.label5);
     this.Controls.Add(this._edtFinishDownload);
     this.Controls.Add(this._edtStartDownload);
     this.Controls.Add(this._browseForFolderControl);
     this.Controls.Add(this._chkDownloadPeriod);
     this.Name = "RSSEnclosureOptionPane";
     this.Size = new System.Drawing.Size(408, 140);
     this.ResumeLayout(false);
 }
示例#7
0
文件: RSSFeedView.cs 项目: mo5h/omeo
        /// <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);
        }