Пример #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.components       = new System.ComponentModel.Container();
     this._listContacts    = new ResourceListView2();
     this._cmbCategory     = new JetBrains.Omea.GUIControls.ResourceComboBox();
     this._lblShowCategory = new System.Windows.Forms.Label();
     this._txtFind         = new JetBrains.Omea.GUIControls.JetTextBox();
     this.SuspendLayout();
     //
     // _listQueries
     //
     this._listContacts.AllowDrop = true;
     this._listContacts.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._listContacts.BorderStyle             = BorderStyle.None;
     this._listContacts.HeaderStyle             = System.Windows.Forms.ColumnHeaderStyle.None;
     this._listContacts.HideSelection           = false;
     this._listContacts.Location                = new System.Drawing.Point(0, 56);
     this._listContacts.Name                    = "_listContacts";
     this._listContacts.Size                    = new System.Drawing.Size(148, 94);
     this._listContacts.TabIndex                = 2;
     this._listContacts.KeyNavigationCompleted += new EventHandler(HandleKeyNavigationCompleted);
     this._listContacts.DoubleClick            += new HandledEventHandler(this._listQueries_DoubleClick);
     this._listContacts.MouseUp                += new System.Windows.Forms.MouseEventHandler(this._listQueries_MouseUp);
     this._listContacts.KeyDown                += new System.Windows.Forms.KeyEventHandler(this._listQueries_KeyDown);
     //
     // _cmbCategory
     //
     this._cmbCategory.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this._cmbCategory.DrawMode              = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this._cmbCategory.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this._cmbCategory.Location              = new System.Drawing.Point(48, 28);
     this._cmbCategory.Name                  = "_cmbCategory";
     this._cmbCategory.Size                  = new System.Drawing.Size(100, 22);
     this._cmbCategory.TabIndex              = 1;
     this._cmbCategory.KeyDown              += new System.Windows.Forms.KeyEventHandler(this._cmbCategory_KeyDown);
     this._cmbCategory.SelectedIndexChanged += new System.EventHandler(this.OnSelectedCategoryChanged);
     //
     // _lblShowCategory
     //
     this._lblShowCategory.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this._lblShowCategory.Location  = new System.Drawing.Point(4, 32);
     this._lblShowCategory.Name      = "_lblShowCategory";
     this._lblShowCategory.Size      = new System.Drawing.Size(40, 16);
     this._lblShowCategory.TabIndex  = 5;
     this._lblShowCategory.Text      = "Show:";
     //
     // _txtFind
     //
     this._txtFind.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this._txtFind.EmptyText = null;
     this._txtFind.ForeColor = System.Drawing.Color.DarkGray;
     this._txtFind.Location  = new System.Drawing.Point(0, 4);
     this._txtFind.Name      = "_txtFind";
     this._txtFind.Size      = new System.Drawing.Size(148, 21);
     this._txtFind.TabIndex  = 0;
     this._txtFind.Text      = "";
     this._txtFind.KeyDown  += new System.Windows.Forms.KeyEventHandler(this._txtFind_KeyDown);
     this._txtFind.IncrementalSearchUpdated += new System.EventHandler(this.OnIncrementalSearchUpdated);
     //
     // CorrespondentCtrl
     //
     this.Controls.Add(this._cmbCategory);
     this.Controls.Add(this._lblShowCategory);
     this.Controls.Add(this._txtFind);
     this.Controls.Add(this._listContacts);
     this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(204)));
     this.Name = "CorrespondentCtrl";
     this.Size = new System.Drawing.Size(148, 150);
     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.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(AddFavoriteForm));
     this._errorToolTip      = new System.Windows.Forms.ToolTip(this.components);
     this._mainPanel         = new System.Windows.Forms.Panel();
     this._unitBox           = new System.Windows.Forms.ComboBox();
     this._fakeTextBox       = new System.Windows.Forms.TextBox();
     this._URLBox            = new System.Windows.Forms.TextBox();
     this._nameBox           = new System.Windows.Forms.TextBox();
     this._hoursBox          = new System.Windows.Forms.NumericUpDown();
     this._updateCheckBox    = new System.Windows.Forms.CheckBox();
     this.label2             = new System.Windows.Forms.Label();
     this.label1             = new System.Windows.Forms.Label();
     this._selectFolderPanel = new System.Windows.Forms.Panel();
     this._createInLabel     = new System.Windows.Forms.Label();
     this._createInCombo     = new JetBrains.Omea.GUIControls.ResourceComboBox();
     this._buttonsPanel      = new System.Windows.Forms.Panel();
     this._okButton          = new System.Windows.Forms.Button();
     this._cancelButton      = new System.Windows.Forms.Button();
     this._mainPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this._hoursBox)).BeginInit();
     this._selectFolderPanel.SuspendLayout();
     this._buttonsPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // _mainPanel
     //
     this._mainPanel.Controls.Add(this._unitBox);
     this._mainPanel.Controls.Add(this._fakeTextBox);
     this._mainPanel.Controls.Add(this._URLBox);
     this._mainPanel.Controls.Add(this._nameBox);
     this._mainPanel.Controls.Add(this._hoursBox);
     this._mainPanel.Controls.Add(this._updateCheckBox);
     this._mainPanel.Controls.Add(this.label2);
     this._mainPanel.Controls.Add(this.label1);
     this._mainPanel.Dock     = System.Windows.Forms.DockStyle.Top;
     this._mainPanel.Location = new System.Drawing.Point(0, 0);
     this._mainPanel.Name     = "_mainPanel";
     this._mainPanel.Size     = new System.Drawing.Size(512, 88);
     this._mainPanel.TabIndex = 0;
     //
     // _unitBox
     //
     this._unitBox.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this._unitBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this._unitBox.Items.AddRange(new object[] {
         "hours",
         "days",
         "weeks"
     });
     this._unitBox.Location = new System.Drawing.Point(428, 62);
     this._unitBox.Name     = "_unitBox";
     this._unitBox.Size     = new System.Drawing.Size(76, 21);
     this._unitBox.TabIndex = 6;
     //
     // _fakeTextBox
     //
     this._fakeTextBox.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this._fakeTextBox.Enabled  = false;
     this._fakeTextBox.Location = new System.Drawing.Point(376, 62);
     this._fakeTextBox.Name     = "_fakeTextBox";
     this._fakeTextBox.Size     = new System.Drawing.Size(32, 21);
     this._fakeTextBox.TabIndex = 5;
     this._fakeTextBox.Text     = "";
     //
     // _URLBox
     //
     this._URLBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this._URLBox.Location     = new System.Drawing.Point(60, 6);
     this._URLBox.Name         = "_URLBox";
     this._URLBox.Size         = new System.Drawing.Size(444, 21);
     this._URLBox.TabIndex     = 1;
     this._URLBox.Text         = "http://";
     this._URLBox.TextChanged += new System.EventHandler(this._URLBox_TextChanged);
     //
     // _nameBox
     //
     this._nameBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this._nameBox.Location = new System.Drawing.Point(60, 34);
     this._nameBox.Name     = "_nameBox";
     this._nameBox.Size     = new System.Drawing.Size(444, 21);
     this._nameBox.TabIndex = 3;
     this._nameBox.Text     = "";
     //
     // _hoursBox
     //
     this._hoursBox.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this._hoursBox.Enabled  = false;
     this._hoursBox.Location = new System.Drawing.Point(376, 62);
     this._hoursBox.Maximum  = new System.Decimal(new int[] {
         99,
         0,
         0,
         0
     });
     this._hoursBox.Minimum = new System.Decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this._hoursBox.Name               = "_hoursBox";
     this._hoursBox.Size               = new System.Drawing.Size(48, 21);
     this._hoursBox.TabIndex           = 4;
     this._hoursBox.TextAlign          = System.Windows.Forms.HorizontalAlignment.Right;
     this._hoursBox.ThousandsSeparator = true;
     this._hoursBox.Value              = new System.Decimal(new int[] {
         4,
         0,
         0,
         0
     });
     //
     // _updateCheckBox
     //
     this._updateCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this._updateCheckBox.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this._updateCheckBox.Location        = new System.Drawing.Point(8, 62);
     this._updateCheckBox.Name            = "_updateCheckBox";
     this._updateCheckBox.Size            = new System.Drawing.Size(364, 20);
     this._updateCheckBox.TabIndex        = 4;
     this._updateCheckBox.Text            = "&Download the page and notify me when it is updated every";
     this._updateCheckBox.CheckedChanged += new System.EventHandler(this._updateCheckBox_CheckedChanged);
     //
     // label2
     //
     this.label2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label2.Location  = new System.Drawing.Point(8, 10);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(44, 16);
     this.label2.TabIndex  = 0;
     this.label2.Text      = "&URL:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label1
     //
     this.label1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label1.Location  = new System.Drawing.Point(8, 38);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(44, 16);
     this.label1.TabIndex  = 2;
     this.label1.Text      = "&Name:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // _selectFolderPanel
     //
     this._selectFolderPanel.Controls.Add(this._createInLabel);
     this._selectFolderPanel.Controls.Add(this._createInCombo);
     this._selectFolderPanel.Dock     = System.Windows.Forms.DockStyle.Top;
     this._selectFolderPanel.Location = new System.Drawing.Point(0, 88);
     this._selectFolderPanel.Name     = "_selectFolderPanel";
     this._selectFolderPanel.Size     = new System.Drawing.Size(512, 32);
     this._selectFolderPanel.TabIndex = 1;
     //
     // _createInLabel
     //
     this._createInLabel.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this._createInLabel.Location  = new System.Drawing.Point(8, 9);
     this._createInLabel.Name      = "_createInLabel";
     this._createInLabel.Size      = new System.Drawing.Size(88, 16);
     this._createInLabel.TabIndex  = 0;
     this._createInLabel.Text      = "Create in &folder:";
     this._createInLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // _createInCombo
     //
     this._createInCombo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this._createInCombo.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this._createInCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this._createInCombo.Location      = new System.Drawing.Point(104, 5);
     this._createInCombo.Name          = "_createInCombo";
     this._createInCombo.Size          = new System.Drawing.Size(400, 22);
     this._createInCombo.TabIndex      = 1;
     //
     // _buttonsPanel
     //
     this._buttonsPanel.Controls.Add(this._okButton);
     this._buttonsPanel.Controls.Add(this._cancelButton);
     this._buttonsPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this._buttonsPanel.Location = new System.Drawing.Point(0, 120);
     this._buttonsPanel.Name     = "_buttonsPanel";
     this._buttonsPanel.Size     = new System.Drawing.Size(512, 34);
     this._buttonsPanel.TabIndex = 2;
     //
     // _okButton
     //
     this._okButton.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this._okButton.Enabled   = false;
     this._okButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this._okButton.Location  = new System.Drawing.Point(348, 6);
     this._okButton.Name      = "_okButton";
     this._okButton.TabIndex  = 0;
     this._okButton.Text      = "OK";
     this._okButton.Click    += new System.EventHandler(this.OKButton_Click);
     //
     // _cancelButton
     //
     this._cancelButton.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this._cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this._cancelButton.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this._cancelButton.Location     = new System.Drawing.Point(428, 6);
     this._cancelButton.Name         = "_cancelButton";
     this._cancelButton.TabIndex     = 1;
     this._cancelButton.Text         = "Cancel";
     //
     // AddFavoriteForm
     //
     this.AcceptButton      = this._okButton;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.CancelButton      = this._cancelButton;
     this.ClientSize        = new System.Drawing.Size(512, 154);
     this.Controls.Add(this._buttonsPanel);
     this.Controls.Add(this._selectFolderPanel);
     this.Controls.Add(this._mainPanel);
     this.MaximumSize = new System.Drawing.Size(1024, 188);
     this.MinimumSize = new System.Drawing.Size(520, 164);
     this.Name        = "AddFavoriteForm";
     this.Text        = "Add Bookmark";
     this._mainPanel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this._hoursBox)).EndInit();
     this._selectFolderPanel.ResumeLayout(false);
     this._buttonsPanel.ResumeLayout(false);
     this.ResumeLayout(false);
 }