예제 #1
0
 private void InitializeComponent()
 {
     this._nameLabel = new MxLabel();
     this._typeLabel = new MxLabel();
     this._dataReaderRadioButton = new MxRadioButton();
     this._dataSetRadioButton = new MxRadioButton();
     this._methodNameTextBox = new MxTextBox();
     base.SuspendLayout();
     this._nameLabel.Location = new Point(8, 12);
     this._nameLabel.Name = "_nameLabel";
     this._nameLabel.Size = new Size(460, 0x1c);
     this._nameLabel.TabIndex = 0;
     this._nameLabel.Text = "This CodeBuilder will generate a public method with strongly-typed parameters.  What should the method be called?";
     this._typeLabel.Location = new Point(8, 0x54);
     this._typeLabel.Name = "_typeLabel";
     this._typeLabel.Size = new Size(460, 0x24);
     this._typeLabel.TabIndex = 1;
     this._typeLabel.Text = "The method can return either an System.Data.SqlClient.SqlDataReader or a System.Data.DataSet.  Which do you want?";
     this._dataReaderRadioButton.Location = new Point(40, 0x90);
     this._dataReaderRadioButton.Name = "_dataReaderRadioButton";
     this._dataReaderRadioButton.Size = new Size(0x68, 0x10);
     this._dataReaderRadioButton.TabIndex = 2;
     this._dataReaderRadioButton.Text = "DataReader";
     this._dataSetRadioButton.Checked = true;
     this._dataSetRadioButton.Location = new Point(40, 0x7c);
     this._dataSetRadioButton.Name = "_dataSetRadioButton";
     this._dataSetRadioButton.Size = new Size(0x68, 0x10);
     this._dataSetRadioButton.TabIndex = 3;
     this._dataSetRadioButton.TabStop = true;
     this._dataSetRadioButton.Text = "DataSet";
     this._methodNameTextBox.AlwaysShowFocusCues = true;
     this._methodNameTextBox.Location = new Point(8, 0x2c);
     this._methodNameTextBox.Name = "_methodNameTextBox";
     this._methodNameTextBox.Size = new Size(0x10c, 20);
     this._methodNameTextBox.TabIndex = 4;
     this._methodNameTextBox.Text = "MyQueryMethod";
     this._methodNameTextBox.TextChanged += new EventHandler(this._methodNameTextBox_TextChanged);
     base.Controls.AddRange(new Control[] { this._methodNameTextBox, this._dataSetRadioButton, this._dataReaderRadioButton, this._typeLabel, this._nameLabel });
     base.Caption = "Name Method";
     base.Description = "Enter a name for the method to be generated.";
     base.Name = "NameMethodPanel";
     base.Size = new Size(0x1ec, 0x10c);
     base.ResumeLayout(false);
 }
예제 #2
0
 private void InitializeComponent()
 {
     this._defaultViewLabel = new MxLabel();
     this._defaultViewComboBox = new MxComboBox();
     this._designRadioButton = new MxRadioButton();
     this._previewRadioButton = new MxRadioButton();
     this._infoLabel = new MxLabel();
     this._noteLabel = new MxLabel();
     base.SuspendLayout();
     this._defaultViewLabel.Location = new Point(0x20, 0x84);
     this._defaultViewLabel.Name = "_defaultViewLabel";
     this._defaultViewLabel.Size = new Size(0x48, 0x10);
     this._defaultViewLabel.TabIndex = 3;
     this._defaultViewLabel.Text = "Default &View:";
     this._defaultViewComboBox.AlwaysShowFocusCues = true;
     this._defaultViewComboBox.DropDownStyle = ComboBoxStyle.DropDownList;
     this._defaultViewComboBox.FlatAppearance = true;
     this._defaultViewComboBox.InitialText = null;
     this._defaultViewComboBox.Location = new Point(0x20, 0x94);
     this._defaultViewComboBox.Name = "_defaultViewComboBox";
     this._defaultViewComboBox.Size = new Size(0x84, 0x15);
     this._defaultViewComboBox.TabIndex = 4;
     this._defaultViewComboBox.SelectedIndexChanged += new EventHandler(this._defaultViewComboBox_SelectedIndexChanged);
     this._designRadioButton.Location = new Point(12, 0x70);
     this._designRadioButton.Name = "_designRadioButton";
     this._designRadioButton.Size = new Size(0x84, 0x10);
     this._designRadioButton.TabIndex = 1;
     this._designRadioButton.Text = "&Design Mode";
     this._designRadioButton.CheckedChanged += new EventHandler(this._designRadioButton_CheckedChanged);
     this._previewRadioButton.Location = new Point(12, 0xb8);
     this._previewRadioButton.Name = "_previewRadioButton";
     this._previewRadioButton.Size = new Size(0x84, 0x10);
     this._previewRadioButton.TabIndex = 2;
     this._previewRadioButton.Text = "&Preview Mode";
     this._infoLabel.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this._infoLabel.Location = new Point(12, 12);
     this._infoLabel.Name = "_infoLabel";
     this._infoLabel.Size = new Size(0x1ac, 0x5c);
     this._infoLabel.TabIndex = 0;
     this._infoLabel.Text = "Editing pages in Design view will cause them to be formatted automatically as XHTML.\r\n\r\nTo prevent this, edit your pages in the source views only (HTML, Code and All).  Alternatively you can switch the editor to use 'Preview' mode instead of 'Design' mode.  Preview mode permits you to preview the appearance of the page, but changes made in this view are not saved to the document.";
     this._noteLabel.Location = new Point(8, 0xec);
     this._noteLabel.Name = "_noteLabel";
     this._noteLabel.Size = new Size(0x1ac, 0x1c);
     this._noteLabel.TabIndex = 5;
     this._noteLabel.Text = "Note: If you switch modes, you'll have to close all currently open documents before the new behavior takes effect.";
     base.Controls.AddRange(new Control[] { this._noteLabel, this._infoLabel, this._previewRadioButton, this._designRadioButton, this._defaultViewComboBox, this._defaultViewLabel });
     base.Name = "WebOptionsPage";
     base.Size = new Size(0x1c0, 280);
     base.ResumeLayout(false);
 }
예제 #3
0
 private void InitializeComponent()
 {
     this._databaseLabel = new MxLabel();
     this._createDbLink = new LinkLabel();
     this._serverLabel = new MxLabel();
     this._serverEdit = new MxTextBox();
     this._passwordEdit = new MxTextBox();
     this._userNameEdit = new MxTextBox();
     this._passwordLabel = new MxLabel();
     this._connectButton = new MxButton();
     this._databaseCombo = new MxComboBox();
     this._userNameLabel = new MxLabel();
     this._cancelButton = new MxButton();
     this._windowsRadio = new MxRadioButton();
     this._sqlRadio = new MxRadioButton();
     base.SuspendLayout();
     this._databaseLabel.Location = new Point(0x19, 0xda);
     this._databaseLabel.Name = "_databaseLabel";
     this._databaseLabel.Size = new Size(0x38, 13);
     this._databaseLabel.TabIndex = 8;
     this._databaseLabel.Text = "&Database:";
     this._databaseLabel.TextAlign = ContentAlignment.MiddleLeft;
     this._createDbLink.Location = new Point(0x18, 260);
     this._createDbLink.Name = "_createDbLink";
     this._createDbLink.Size = new Size(0x90, 13);
     this._createDbLink.TabIndex = 10;
     this._createDbLink.TabStop = true;
     this._createDbLink.Text = "Create a new database";
     this._createDbLink.LinkClicked += new LinkLabelLinkClickedEventHandler(this.OnCreateDbLinkClicked);
     this._serverLabel.Location = new Point(0x18, 0x4c);
     this._serverLabel.Name = "_serverLabel";
     this._serverLabel.Size = new Size(0x29, 13);
     this._serverLabel.TabIndex = 0;
     this._serverLabel.Text = "&Server:";
     this._serverLabel.TextAlign = ContentAlignment.MiddleLeft;
     this._serverEdit.AlwaysShowFocusCues = true;
     this._serverEdit.FlatAppearance = true;
     this._serverEdit.Location = new Point(0x5d, 0x48);
     this._serverEdit.Name = "_serverEdit";
     this._serverEdit.Size = new Size(260, 20);
     this._serverEdit.TabIndex = 1;
     this._serverEdit.Text = "(local)";
     this._serverEdit.TextChanged += new EventHandler(this.OnLoginTextChanged);
     this._passwordEdit.AlwaysShowFocusCues = true;
     this._passwordEdit.FlatAppearance = true;
     this._passwordEdit.Location = new Point(120, 0xae);
     this._passwordEdit.Name = "_passwordEdit";
     this._passwordEdit.PasswordStyle = true;
     this._passwordEdit.Size = new Size(0xe8, 20);
     this._passwordEdit.TabIndex = 7;
     this._passwordEdit.Text = "";
     this._passwordEdit.TextChanged += new EventHandler(this.OnLoginTextChanged);
     this._userNameEdit.AlwaysShowFocusCues = true;
     this._userNameEdit.FlatAppearance = true;
     this._userNameEdit.Location = new Point(120, 150);
     this._userNameEdit.Name = "_userNameEdit";
     this._userNameEdit.Size = new Size(0xe8, 20);
     this._userNameEdit.TabIndex = 5;
     this._userNameEdit.Text = "";
     this._userNameEdit.TextChanged += new EventHandler(this.OnLoginTextChanged);
     this._passwordLabel.Location = new Point(0x2a, 0xb2);
     this._passwordLabel.Name = "_passwordLabel";
     this._passwordLabel.Size = new Size(70, 13);
     this._passwordLabel.TabIndex = 6;
     this._passwordLabel.Text = "&Password:"******"_connectButton";
     this._connectButton.Size = new Size(0x4d, 0x17);
     this._connectButton.TabIndex = 11;
     this._connectButton.Text = "OK";
     this._connectButton.Click += new EventHandler(this.OnConnectButtonClicked);
     this._databaseCombo.AlwaysShowFocusCues = true;
     this._databaseCombo.DisplayMember = "Name";
     this._databaseCombo.DropDownWidth = 0xfb;
     this._databaseCombo.FlatAppearance = true;
     this._databaseCombo.Location = new Point(0x5e, 0xd6);
     this._databaseCombo.Name = "_databaseCombo";
     this._databaseCombo.Size = new Size(260, 0x15);
     this._databaseCombo.TabIndex = 9;
     this._databaseCombo.ValueMember = "Name";
     this._databaseCombo.KeyDown += new KeyEventHandler(this.OnDatabaseComboKeyDown);
     this._databaseCombo.DropDown += new EventHandler(this.OnDatabaseComboDropDown);
     this._databaseCombo.SelectedValueChanged += new EventHandler(this.OnDatabaseComboTextChanged);
     this._databaseCombo.TextChanged += new EventHandler(this.OnDatabaseComboTextChanged);
     this._userNameLabel.Location = new Point(0x2a, 0x9a);
     this._userNameLabel.Name = "_userNameLabel";
     this._userNameLabel.Size = new Size(0x44, 13);
     this._userNameLabel.TabIndex = 4;
     this._userNameLabel.Text = "&User name:";
     this._userNameLabel.TextAlign = ContentAlignment.MiddleLeft;
     this._cancelButton.DialogResult = DialogResult.Cancel;
     this._cancelButton.Location = new Point(0x114, 0xfc);
     this._cancelButton.Name = "_cancelButton";
     this._cancelButton.Size = new Size(0x4d, 0x17);
     this._cancelButton.TabIndex = 12;
     this._cancelButton.Text = "Cancel";
     this._cancelButton.Click += new EventHandler(this.OnCancelButtonClicked);
     this._windowsRadio.Checked = true;
     this._windowsRadio.Location = new Point(0x1c, 0x68);
     this._windowsRadio.Name = "_windowsRadio";
     this._windowsRadio.Size = new Size(0xa8, 0x18);
     this._windowsRadio.TabIndex = 2;
     this._windowsRadio.TabStop = true;
     this._windowsRadio.Text = "Windows authentication";
     this._windowsRadio.CheckedChanged += new EventHandler(this.OnRadioCheckedChanged);
     this._sqlRadio.Location = new Point(0x1c, 0x7e);
     this._sqlRadio.Name = "_sqlRadio";
     this._sqlRadio.Size = new Size(0xa8, 0x16);
     this._sqlRadio.TabIndex = 3;
     this._sqlRadio.Text = "S&QL Server authentication";
     base.AcceptButton = this._connectButton;
     this.AutoScaleBaseSize = new Size(5, 13);
     base.CancelButton = this._cancelButton;
     base.ClientSize = new Size(0x17a, 0x120);
     base.Controls.AddRange(new Control[] { this._passwordEdit, this._userNameEdit, this._sqlRadio, this._windowsRadio, this._createDbLink, this._databaseLabel, this._passwordLabel, this._userNameLabel, this._serverLabel, this._serverEdit, this._databaseCombo, this._cancelButton, this._connectButton });
     base.FormBorderStyle = FormBorderStyle.FixedDialog;
     base.MaximizeBox = false;
     base.MinimizeBox = false;
     base.Name = "DatabaseLoginForm";
     base.ShowInTaskbar = false;
     base.SizeGripStyle = SizeGripStyle.Hide;
     base.StartPosition = FormStartPosition.CenterParent;
     base.TaskBorderStyle = BorderStyle.FixedSingle;
     base.TaskCaption = "Connect to SQL or MSDE Database";
     base.TaskDescription = "Enter the connection information and select a database.";
     this.Text = "Connect to Database";
     base.ResumeLayout(false);
 }
예제 #4
0
 private void InitializeUserInterface()
 {
     MxLabel label = new MxLabel();
     GroupLabel label2 = new GroupLabel();
     MxLabel label3 = new MxLabel();
     MxLabel label4 = new MxLabel();
     this._appRootTextBox = new MxTextBox();
     this._cassiniRadioButton = new MxRadioButton();
     this._portTextBox = new MxTextBox();
     this._iisRadioButton = new MxRadioButton();
     this._startButton = new MxButton();
     this._cancelButton = new MxButton();
     this._appNameTextBox = new MxTextBox();
     this._dirBrowseCheckBox = new MxCheckBox();
     label.Location = new Point(12, 0x4c);
     label.Size = new Size(0x74, 0x10);
     label.TabIndex = 0;
     label.Text = "Application &Directory:";
     this._appRootTextBox.AlwaysShowFocusCues = true;
     this._appRootTextBox.FlatAppearance = true;
     this._appRootTextBox.Location = new Point(0x84, 0x48);
     this._appRootTextBox.Size = new Size(0x128, 20);
     this._appRootTextBox.TabIndex = 1;
     this._appRootTextBox.TextChanged += new EventHandler(this.OnAppRootTextBoxTextChanged);
     label2.Location = new Point(12, 0x62);
     label2.Size = new Size(0x1a0, 0x10);
     label2.TabIndex = 2;
     label2.Text = "";
     this._cassiniRadioButton.Checked = true;
     this._cassiniRadioButton.Location = new Point(20, 120);
     this._cassiniRadioButton.Size = new Size(220, 20);
     this._cassiniRadioButton.TabIndex = 3;
     this._cassiniRadioButton.TabStop = true;
     this._cassiniRadioButton.Text = "Use ASP.NET Web &Matrix Server";
     this._cassiniRadioButton.CheckedChanged += new EventHandler(this.OnCassiniRadioButtonCheckedChanged);
     label4.Location = new Point(0x24, 0x92);
     label4.Size = new Size(0x5c, 0x10);
     label4.TabIndex = 5;
     label4.Text = "Application &Port:";
     this._portTextBox.AlwaysShowFocusCues = true;
     this._portTextBox.FlatAppearance = true;
     this._portTextBox.Location = new Point(0x84, 0x8e);
     this._portTextBox.Numeric = true;
     this._portTextBox.Size = new Size(0x40, 20);
     this._portTextBox.TabIndex = 6;
     this._portTextBox.Text = "";
     this._iisRadioButton.Location = new Point(20, 0xac);
     this._iisRadioButton.Size = new Size(220, 20);
     this._iisRadioButton.TabIndex = 4;
     this._iisRadioButton.Text = "Use or create an &IIS Virtual Root";
     this._iisRadioButton.CheckedChanged += new EventHandler(this.OnIISRadioButtonCheckedChanged);
     label3.Location = new Point(0x24, 0xc4);
     label3.Size = new Size(0x68, 0x10);
     label3.TabIndex = 7;
     label3.Text = "Application &Name:";
     this._appNameTextBox.AlwaysShowFocusCues = true;
     this._appNameTextBox.FlatAppearance = true;
     this._appNameTextBox.Location = new Point(0x84, 0xc0);
     this._appNameTextBox.Size = new Size(0xcc, 20);
     this._appNameTextBox.TabIndex = 8;
     this._appNameTextBox.Text = "";
     this._dirBrowseCheckBox.Location = new Point(0x24, 0xd8);
     this._dirBrowseCheckBox.Name = "_dirBrowseCheckBox";
     this._dirBrowseCheckBox.Size = new Size(0xa4, 20);
     this._dirBrowseCheckBox.TabIndex = 9;
     this._dirBrowseCheckBox.Text = "Enable Directory &Browsing";
     this._startButton.Location = new Point(0x10c, 0xf4);
     this._startButton.TabIndex = 10;
     this._startButton.Text = "Start";
     this._startButton.Click += new EventHandler(this.OnStartButtonClick);
     this._cancelButton.DialogResult = DialogResult.Cancel;
     this._cancelButton.Location = new Point(0x160, 0xf4);
     this._cancelButton.TabIndex = 12;
     this._cancelButton.Text = "Cancel";
     base.AcceptButton = this._startButton;
     this.AutoScaleBaseSize = new Size(5, 13);
     this.AutoScroll = true;
     base.CancelButton = this._cancelButton;
     base.ClientSize = new Size(0x1ba, 0x116);
     base.Controls.AddRange(new Control[] { this._dirBrowseCheckBox, this._appNameTextBox, label3, this._cancelButton, this._startButton, this._iisRadioButton, this._portTextBox, label4, this._cassiniRadioButton, label2, this._appRootTextBox, label });
     base.FormBorderStyle = FormBorderStyle.FixedDialog;
     base.Icon = null;
     base.MaximizeBox = false;
     base.MinimizeBox = false;
     base.ShowInTaskbar = false;
     base.StartPosition = FormStartPosition.CenterParent;
     base.TaskBorderStyle = BorderStyle.FixedSingle;
     base.TaskCaption = "Start Web Application";
     base.TaskDescription = "Start a Web application at the selected application directory.";
     base.TaskGlyph = new Bitmap(typeof(StartWebAppDialog), "StartWebAppGlyph.bmp");
     this.Text = "Start Web Application";
 }
예제 #5
0
 private void InitializeComponent()
 {
     this._findWhatLabel = new MxLabel();
     this._findComboBox = new MxComboBox();
     this._findButton = new MxButton();
     this._matchCaseCheckBox = new MxCheckBox();
     this._wholeWordCheckBox = new MxCheckBox();
     this._closeButton = new MxButton();
     this._directionGroupBox = new MxGroupBox();
     this._upRadioButton = new MxRadioButton();
     this._downRadioButton = new MxRadioButton();
     this._directionGroupBox.SuspendLayout();
     base.SuspendLayout();
     this._findWhatLabel.Location = new Point(8, 12);
     this._findWhatLabel.Name = "_findWhatLabel";
     this._findWhatLabel.Size = new Size(0x44, 0x10);
     this._findWhatLabel.TabIndex = 0;
     this._findWhatLabel.Text = "Fi&nd What :";
     this._findComboBox.AlwaysShowFocusCues = false;
     this._findComboBox.FlatAppearance = false;
     this._findComboBox.InitialText = null;
     this._findComboBox.Location = new Point(0x4c, 10);
     this._findComboBox.Name = "_findComboBox";
     this._findComboBox.Size = new Size(0x110, 0x15);
     this._findComboBox.TabIndex = 1;
     this._findButton.Enabled = false;
     this._findButton.Location = new Point(360, 8);
     this._findButton.Name = "_findButton";
     this._findButton.TabIndex = 6;
     this._findButton.Text = "&Find";
     this._findButton.Click += new EventHandler(this._findButton_Click);
     this._matchCaseCheckBox.Location = new Point(8, 0x2c);
     this._matchCaseCheckBox.Name = "_matchCaseCheckBox";
     this._matchCaseCheckBox.Size = new Size(0x68, 0x10);
     this._matchCaseCheckBox.TabIndex = 2;
     this._matchCaseCheckBox.Text = "Match &case";
     this._wholeWordCheckBox.Location = new Point(8, 60);
     this._wholeWordCheckBox.Name = "_wholeWordCheckBox";
     this._wholeWordCheckBox.Size = new Size(0x68, 0x10);
     this._wholeWordCheckBox.TabIndex = 3;
     this._wholeWordCheckBox.Text = "Whole &word";
     this._closeButton.DialogResult = DialogResult.OK;
     this._closeButton.Location = new Point(360, 0x24);
     this._closeButton.Name = "_closeButton";
     this._closeButton.TabIndex = 7;
     this._closeButton.Text = "Close";
     this._closeButton.Click += new EventHandler(this._closeButton_Click);
     this._directionGroupBox.Controls.AddRange(new Control[] { this._upRadioButton, this._downRadioButton });
     this._directionGroupBox.Location = new Point(0xd8, 40);
     this._directionGroupBox.Name = "_directionGroupBox";
     this._directionGroupBox.Size = new Size(0x84, 0x38);
     this._directionGroupBox.TabIndex = 0;
     this._directionGroupBox.TabStop = false;
     this._directionGroupBox.Text = "Direction";
     this._upRadioButton.Location = new Point(8, 0x18);
     this._upRadioButton.Name = "_upRadioButton";
     this._upRadioButton.Size = new Size(0x34, 20);
     this._upRadioButton.TabIndex = 4;
     this._upRadioButton.Text = "&Up";
     this._downRadioButton.Checked = true;
     this._downRadioButton.Location = new Point(0x48, 0x18);
     this._downRadioButton.Name = "_downRadioButton";
     this._downRadioButton.Size = new Size(50, 20);
     this._downRadioButton.TabIndex = 5;
     this._downRadioButton.TabStop = true;
     this._downRadioButton.Text = "&Down";
     base.AcceptButton = this._findButton;
     this.AutoScaleBaseSize = new Size(5, 13);
     base.CancelButton = this._closeButton;
     base.ClientSize = new Size(0x1bc, 0x66);
     base.Controls.AddRange(new Control[] { this._directionGroupBox, this._closeButton, this._wholeWordCheckBox, this._matchCaseCheckBox, this._findButton, this._findComboBox, this._findWhatLabel });
     base.FormBorderStyle = FormBorderStyle.FixedDialog;
     base.Icon = null;
     base.MaximizeBox = false;
     base.MinimizeBox = false;
     base.Name = "SearchForm";
     base.ShowInTaskbar = false;
     base.SizeGripStyle = SizeGripStyle.Hide;
     base.StartPosition = FormStartPosition.CenterParent;
     this.Text = "Search";
     this._directionGroupBox.ResumeLayout(false);
     base.ResumeLayout(false);
 }
예제 #6
0
 private void InitializeComponent()
 {
     this._toLabel = new MxLabel();
     this._fromLabel = new MxLabel();
     this._subjectLabel = new MxLabel();
     this._toTextBox = new MxTextBox();
     this._subjectTextBox = new MxTextBox();
     this._fromTextBox = new MxTextBox();
     this._okButton = new MxButton();
     this._cancelButton = new MxButton();
     this._smtpServerLabel = new MxLabel();
     this._smtpServerTextBox = new MxTextBox();
     this._formatLabel = new MxLabel();
     this._textFormatRadioButton = new MxRadioButton();
     this._htmlFormatRadioButton = new MxRadioButton();
     base.SuspendLayout();
     this._toLabel.FlatStyle = FlatStyle.System;
     this._toLabel.Location = new Point(8, 0x10);
     this._toLabel.Name = "_toLabel";
     this._toLabel.Size = new Size(0x1c, 0x10);
     this._toLabel.TabIndex = 0;
     this._toLabel.Text = "&To:";
     this._fromLabel.FlatStyle = FlatStyle.System;
     this._fromLabel.Location = new Point(8, 40);
     this._fromLabel.Name = "_fromLabel";
     this._fromLabel.Size = new Size(40, 0x10);
     this._fromLabel.TabIndex = 1;
     this._fromLabel.Text = "&From:";
     this._subjectLabel.FlatStyle = FlatStyle.System;
     this._subjectLabel.Location = new Point(8, 0x40);
     this._subjectLabel.Name = "_subjectLabel";
     this._subjectLabel.Size = new Size(0x30, 0x10);
     this._subjectLabel.TabIndex = 4;
     this._subjectLabel.Text = "&Subject:";
     this._toTextBox.AlwaysShowFocusCues = true;
     this._toTextBox.FlatAppearance = true;
     this._toTextBox.Location = new Point(0x60, 8);
     this._toTextBox.Name = "_toTextBox";
     this._toTextBox.Size = new Size(0x160, 20);
     this._toTextBox.TabIndex = 1;
     this._toTextBox.Text = "*****@*****.**";
     this._subjectTextBox.AlwaysShowFocusCues = true;
     this._subjectTextBox.FlatAppearance = true;
     this._subjectTextBox.Location = new Point(0x60, 0x38);
     this._subjectTextBox.Name = "_subjectTextBox";
     this._subjectTextBox.Size = new Size(0x160, 20);
     this._subjectTextBox.TabIndex = 5;
     this._subjectTextBox.Text = "Email Subject";
     this._fromTextBox.AlwaysShowFocusCues = true;
     this._fromTextBox.FlatAppearance = true;
     this._fromTextBox.Location = new Point(0x60, 0x20);
     this._fromTextBox.Name = "_fromTextBox";
     this._fromTextBox.Size = new Size(0x160, 20);
     this._fromTextBox.TabIndex = 2;
     this._fromTextBox.Text = "*****@*****.**";
     this._okButton.FlatStyle = FlatStyle.System;
     this._okButton.Name = "_okButton";
     this._okButton.TabIndex = 0;
     this._cancelButton.FlatStyle = FlatStyle.System;
     this._cancelButton.Name = "_cancelButton";
     this._cancelButton.TabIndex = 0;
     this._smtpServerLabel.FlatStyle = FlatStyle.System;
     this._smtpServerLabel.Location = new Point(8, 120);
     this._smtpServerLabel.Name = "_smtpServerLabel";
     this._smtpServerLabel.Size = new Size(80, 0x10);
     this._smtpServerLabel.TabIndex = 9;
     this._smtpServerLabel.Text = "S&MTP Server:";
     this._smtpServerTextBox.AlwaysShowFocusCues = true;
     this._smtpServerTextBox.FlatAppearance = true;
     this._smtpServerTextBox.Location = new Point(0x60, 120);
     this._smtpServerTextBox.Name = "_smtpServerTextBox";
     this._smtpServerTextBox.Size = new Size(0x160, 20);
     this._smtpServerTextBox.TabIndex = 10;
     this._smtpServerTextBox.Text = "localhost";
     this._formatLabel.FlatStyle = FlatStyle.System;
     this._formatLabel.Location = new Point(8, 0x58);
     this._formatLabel.Name = "_formatLabel";
     this._formatLabel.Size = new Size(0x4c, 0x10);
     this._formatLabel.TabIndex = 6;
     this._formatLabel.Text = "Mail Format:";
     this._textFormatRadioButton.Checked = true;
     this._textFormatRadioButton.FlatStyle = FlatStyle.System;
     this._textFormatRadioButton.Location = new Point(0x60, 0x58);
     this._textFormatRadioButton.Name = "_textFormatRadioButton";
     this._textFormatRadioButton.Size = new Size(0x48, 0x10);
     this._textFormatRadioButton.TabIndex = 7;
     this._textFormatRadioButton.TabStop = true;
     this._textFormatRadioButton.Text = "&Plain Text";
     this._htmlFormatRadioButton.FlatStyle = FlatStyle.System;
     this._htmlFormatRadioButton.Location = new Point(0xb0, 0x58);
     this._htmlFormatRadioButton.Name = "_htmlFormatRadioButton";
     this._htmlFormatRadioButton.Size = new Size(0x38, 0x10);
     this._htmlFormatRadioButton.TabIndex = 8;
     this._htmlFormatRadioButton.Text = "&HTML";
     base.Caption = "Send Email Message";
     base.Description = "Generate code to send email using the System.Web.Mail classes.";
     base.Controls.AddRange(new Control[] { this._htmlFormatRadioButton, this._textFormatRadioButton, this._formatLabel, this._smtpServerTextBox, this._smtpServerLabel, this._fromTextBox, this._subjectTextBox, this._toTextBox, this._subjectLabel, this._fromLabel, this._toLabel });
     base.Name = "MailMessageWizardPanel";
     base.Size = new Size(0x1c8, 0x98);
     base.ResumeLayout(false);
 }
예제 #7
0
 private void InitializeComponent()
 {
     this._searchStringComboBox = new MxComboBox();
     this._replaceStringComboBox = new MxComboBox();
     this._replaceButton = new MxButton();
     this._replaceAllButton = new MxButton();
     this._closeButton = new MxButton();
     this._findLabel = new MxLabel();
     this._replaceLabel = new MxLabel();
     this._findNextButton = new MxButton();
     this._matchCaseCheckBox = new MxCheckBox();
     this._wholeWordCheckBox = new MxCheckBox();
     this._directionGroupBox = new MxGroupBox();
     this._downRadioButton = new MxRadioButton();
     this._upRadioButton = new MxRadioButton();
     this._inSelectionCheckBox = new MxCheckBox();
     this._directionGroupBox.SuspendLayout();
     base.SuspendLayout();
     this._searchStringComboBox.AlwaysShowFocusCues = true;
     this._searchStringComboBox.FlatAppearance = true;
     this._searchStringComboBox.InitialText = null;
     this._searchStringComboBox.Location = new Point(0x5c, 9);
     this._searchStringComboBox.Name = "_searchStringComboBox";
     this._searchStringComboBox.Size = new Size(280, 0x15);
     this._searchStringComboBox.TabIndex = 1;
     this._searchStringComboBox.TextChanged += new EventHandler(this.OnSearchStringComboBoxTextChanged);
     this._replaceStringComboBox.AlwaysShowFocusCues = true;
     this._replaceStringComboBox.FlatAppearance = true;
     this._replaceStringComboBox.InitialText = null;
     this._replaceStringComboBox.Location = new Point(0x5c, 0x25);
     this._replaceStringComboBox.Name = "_replaceStringComboBox";
     this._replaceStringComboBox.Size = new Size(280, 0x15);
     this._replaceStringComboBox.TabIndex = 2;
     this._replaceButton.Enabled = false;
     this._replaceButton.Location = new Point(0x180, 0x24);
     this._replaceButton.Name = "_replaceButton";
     this._replaceButton.TabIndex = 4;
     this._replaceButton.Text = "&Replace";
     this._replaceButton.Click += new EventHandler(this.OnReplaceButtonClick);
     this._replaceAllButton.Enabled = false;
     this._replaceAllButton.Location = new Point(0x180, 0x40);
     this._replaceAllButton.Name = "_replaceAllButton";
     this._replaceAllButton.TabIndex = 6;
     this._replaceAllButton.Text = "Replace &All";
     this._replaceAllButton.Click += new EventHandler(this.OnReplaceAllClick);
     this._closeButton.DialogResult = DialogResult.OK;
     this._closeButton.Location = new Point(0x180, 0x5c);
     this._closeButton.Name = "_closeButton";
     this._closeButton.TabIndex = 10;
     this._closeButton.Text = "&Close";
     this._findLabel.Location = new Point(12, 12);
     this._findLabel.Name = "_findLabel";
     this._findLabel.Size = new Size(60, 0x10);
     this._findLabel.TabIndex = 5;
     this._findLabel.Text = "Fi&nd what :";
     this._replaceLabel.Location = new Point(12, 40);
     this._replaceLabel.Name = "_replaceLabel";
     this._replaceLabel.Size = new Size(0x4c, 0x10);
     this._replaceLabel.TabIndex = 6;
     this._replaceLabel.Text = "Re&place with :";
     this._findNextButton.Enabled = false;
     this._findNextButton.Location = new Point(0x180, 8);
     this._findNextButton.Name = "_findNextButton";
     this._findNextButton.TabIndex = 3;
     this._findNextButton.Text = "&Find Next";
     this._findNextButton.Click += new EventHandler(this.OnFindButtonClick);
     this._matchCaseCheckBox.Location = new Point(12, 0x44);
     this._matchCaseCheckBox.Name = "_matchCaseCheckBox";
     this._matchCaseCheckBox.Size = new Size(0x58, 0x10);
     this._matchCaseCheckBox.TabIndex = 7;
     this._matchCaseCheckBox.Text = "&Match case";
     this._wholeWordCheckBox.Location = new Point(12, 0x54);
     this._wholeWordCheckBox.Name = "_wholeWordCheckBox";
     this._wholeWordCheckBox.Size = new Size(0x58, 0x10);
     this._wholeWordCheckBox.TabIndex = 8;
     this._wholeWordCheckBox.Text = "&Whole word";
     this._directionGroupBox.Controls.AddRange(new Control[] { this._downRadioButton, this._upRadioButton });
     this._directionGroupBox.Location = new Point(0xec, 0x40);
     this._directionGroupBox.Name = "_directionGroupBox";
     this._directionGroupBox.Size = new Size(0x88, 0x34);
     this._directionGroupBox.TabIndex = 10;
     this._directionGroupBox.TabStop = false;
     this._directionGroupBox.Text = "Direction";
     this._downRadioButton.Checked = true;
     this._downRadioButton.Location = new Point(0x48, 0x18);
     this._downRadioButton.Name = "_downRadioButton";
     this._downRadioButton.Size = new Size(0x34, 0x10);
     this._downRadioButton.TabIndex = 11;
     this._downRadioButton.TabStop = true;
     this._downRadioButton.Text = "&Down";
     this._upRadioButton.Location = new Point(0x10, 0x18);
     this._upRadioButton.Name = "_upRadioButton";
     this._upRadioButton.Size = new Size(40, 0x10);
     this._upRadioButton.TabIndex = 10;
     this._upRadioButton.Text = "&Up";
     this._inSelectionCheckBox.Location = new Point(12, 100);
     this._inSelectionCheckBox.Name = "_inSelectionCheckBox";
     this._inSelectionCheckBox.Size = new Size(0x58, 0x10);
     this._inSelectionCheckBox.TabIndex = 11;
     this._inSelectionCheckBox.Text = "&In selection";
     this._inSelectionCheckBox.CheckedChanged += new EventHandler(this.OnInSelectionCheckBoxCheckedChanged);
     base.AcceptButton = this._findNextButton;
     this.AutoScaleBaseSize = new Size(5, 13);
     base.CancelButton = this._closeButton;
     base.ClientSize = new Size(0x1d8, 0x7a);
     base.Controls.AddRange(new Control[] { this._inSelectionCheckBox, this._directionGroupBox, this._wholeWordCheckBox, this._matchCaseCheckBox, this._findNextButton, this._replaceLabel, this._findLabel, this._closeButton, this._replaceAllButton, this._replaceButton, this._replaceStringComboBox, this._searchStringComboBox });
     base.FormBorderStyle = FormBorderStyle.FixedDialog;
     base.MaximizeBox = false;
     base.MinimizeBox = false;
     base.Name = "ReplaceDialog";
     base.ShowInTaskbar = false;
     base.StartPosition = FormStartPosition.CenterParent;
     this.Text = "Replace";
     this._directionGroupBox.ResumeLayout(false);
     base.ResumeLayout(false);
 }
예제 #8
0
 private void InitializeComponent()
 {
     this._galleryLabel = new MxLabel();
     this._lookForLabel = new MxLabel();
     this._searchByLabel = new MxLabel();
     this._searchGroupLabel = new GroupLabel();
     this._resultsListView = new MxListView();
     this._searchButton = new MxButton();
     this._connectButton = new MxButton();
     this._galleryComboBox = new MxComboBox();
     this._keywordComboBox = new MxComboBox();
     this._gradientBand = new GradientBand();
     this._downloadButton = new MxButton();
     this._cancelButton = new MxButton();
     this._containerPanel = new Panel();
     this._resultsPanel = new Panel();
     this._resultsListViewPanel = new Panel();
     this._resultsSplitter = new Splitter();
     this._resultsSummaryPanel = new Panel();
     this._resultsSummaryLabel = new MxLabel();
     this._panelSplitter = new Splitter();
     this._categoryPanel = new Panel();
     this._categoryListView = new MxListView();
     this.Categories = new ColumnHeader();
     this._categoryRadioButton = new MxRadioButton();
     this._keywordRadioButton = new MxRadioButton();
     this._detailsButton = new MxButton();
     this._containerPanel.SuspendLayout();
     this._resultsPanel.SuspendLayout();
     this._resultsListViewPanel.SuspendLayout();
     this._resultsSummaryPanel.SuspendLayout();
     this._categoryPanel.SuspendLayout();
     base.SuspendLayout();
     this._galleryLabel.Location = new Point(0x10, 80);
     this._galleryLabel.Name = "_galleryLabel";
     this._galleryLabel.Size = new Size(0x30, 0x10);
     this._galleryLabel.TabIndex = 0;
     this._galleryLabel.Text = "&Gallery:";
     this._lookForLabel.Location = new Point(0x10, 160);
     this._lookForLabel.Name = "_lookForLabel";
     this._lookForLabel.Size = new Size(0x40, 0x10);
     this._lookForLabel.TabIndex = 7;
     this._lookForLabel.Text = "&Look For:";
     this._lookForLabel.Visible = false;
     this._searchByLabel.Location = new Point(0x10, 0x84);
     this._searchByLabel.Name = "_searchByLabel";
     this._searchByLabel.Size = new Size(0x48, 0x10);
     this._searchByLabel.TabIndex = 4;
     this._searchByLabel.Text = "Search By:";
     this._searchGroupLabel.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this._searchGroupLabel.Location = new Point(4, 0x6c);
     this._searchGroupLabel.Name = "_searchGroupLabel";
     this._searchGroupLabel.Size = new Size(0x204, 0x10);
     this._searchGroupLabel.TabIndex = 3;
     this._searchGroupLabel.Text = "Search";
     this._resultsListView.BorderStyle = BorderStyle.None;
     this._resultsListView.Dock = DockStyle.Fill;
     this._resultsListView.FlatScrollBars = false;
     this._resultsListView.FullRowSelect = true;
     this._resultsListView.HeaderStyle = ColumnHeaderStyle.Nonclickable;
     this._resultsListView.HideSelection = false;
     this._resultsListView.Location = new Point(1, 1);
     this._resultsListView.MultiSelect = false;
     this._resultsListView.Name = "_resultsListView";
     this._resultsListView.ShowToolTips = false;
     this._resultsListView.Size = new Size(0x185, 0x80);
     this._resultsListView.TabIndex = 1;
     this._resultsListView.WatermarkText = "No components found.\r\nSelect a category to begin browsing.";
     this._resultsListView.SelectedIndexChanged += new EventHandler(this.OnResultsListViewSelectedIndexChanged);
     this._searchButton.Anchor = AnchorStyles.Right | AnchorStyles.Top;
     this._searchButton.Location = new Point(440, 0x9d);
     this._searchButton.Name = "_searchButton";
     this._searchButton.TabIndex = 6;
     this._searchButton.Text = "&Search";
     this._searchButton.Visible = false;
     this._connectButton.Anchor = AnchorStyles.Right | AnchorStyles.Top;
     this._connectButton.Location = new Point(440, 0x4d);
     this._connectButton.Name = "_connectButton";
     this._connectButton.TabIndex = 2;
     this._connectButton.Text = "&Connect";
     this._galleryComboBox.AlwaysShowFocusCues = true;
     this._galleryComboBox.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this._galleryComboBox.FlatAppearance = true;
     this._galleryComboBox.InitialText = null;
     this._galleryComboBox.Location = new Point(0x60, 0x4e);
     this._galleryComboBox.Name = "_galleryComboBox";
     this._galleryComboBox.Size = new Size(0x150, 0x15);
     this._galleryComboBox.TabIndex = 1;
     this._galleryComboBox.KeyDown += new KeyEventHandler(this.OnGalleryComboBoxKeyDown);
     this._keywordComboBox.AlwaysShowFocusCues = true;
     this._keywordComboBox.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this._keywordComboBox.FlatAppearance = true;
     this._keywordComboBox.InitialText = null;
     this._keywordComboBox.Location = new Point(0x60, 0x9e);
     this._keywordComboBox.Name = "_keywordComboBox";
     this._keywordComboBox.Size = new Size(0x150, 0x15);
     this._keywordComboBox.TabIndex = 5;
     this._keywordComboBox.KeyDown += new KeyEventHandler(this.OnKeywordComboBoxKeyDown);
     this._gradientBand.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this._gradientBand.EndColor = Color.FromArgb(0x80, 0x80, 0xff);
     this._gradientBand.GradientSpeed = 1;
     this._gradientBand.Location = new Point(0, 0x38);
     this._gradientBand.Name = "_gradientBand";
     this._gradientBand.ScrollSpeed = 5;
     this._gradientBand.Size = new Size(0x20c, 6);
     this._gradientBand.StartColor = Color.White;
     this._gradientBand.TabIndex = 0;
     this._gradientBand.Text = "gradientBand1";
     this._downloadButton.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this._downloadButton.Location = new Point(0x11c, 0x160);
     this._downloadButton.Name = "_downloadButton";
     this._downloadButton.TabIndex = 9;
     this._downloadButton.Text = "&Install";
     this._downloadButton.Click += new EventHandler(this.OnDownloadButtonClick);
     this._cancelButton.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this._cancelButton.Location = new Point(0x1bc, 0x160);
     this._cancelButton.Name = "_cancelButton";
     this._cancelButton.TabIndex = 11;
     this._cancelButton.Text = "Cl&ose";
     this._cancelButton.Click += new EventHandler(this.OnCancelButtonClick);
     this._containerPanel.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this._containerPanel.BackColor = SystemColors.ControlDark;
     this._containerPanel.Controls.AddRange(new Control[] { this._resultsPanel, this._panelSplitter, this._categoryPanel });
     this._containerPanel.Location = new Point(4, 0x9c);
     this._containerPanel.Name = "_containerPanel";
     this._containerPanel.Size = new Size(0x204, 0xb8);
     this._containerPanel.TabIndex = 7;
     this._resultsPanel.Controls.AddRange(new Control[] { this._resultsListViewPanel, this._resultsSplitter, this._resultsSummaryPanel });
     this._resultsPanel.Dock = DockStyle.Fill;
     this._resultsPanel.Location = new Point(0x7d, 0);
     this._resultsPanel.Name = "_resultsPanel";
     this._resultsPanel.Size = new Size(0x187, 0xb8);
     this._resultsPanel.TabIndex = 5;
     this._resultsListViewPanel.BackColor = SystemColors.ControlDark;
     this._resultsListViewPanel.Controls.AddRange(new Control[] { this._resultsListView });
     this._resultsListViewPanel.Dock = DockStyle.Fill;
     this._resultsListViewPanel.DockPadding.All = 1;
     this._resultsListViewPanel.Name = "_resultsListViewPanel";
     this._resultsListViewPanel.Size = new Size(0x187, 130);
     this._resultsListViewPanel.TabIndex = 0;
     this._resultsSplitter.BackColor = SystemColors.Control;
     this._resultsSplitter.Dock = DockStyle.Bottom;
     this._resultsSplitter.Location = new Point(0, 130);
     this._resultsSplitter.Name = "_resultsSplitter";
     this._resultsSplitter.Size = new Size(0x187, 4);
     this._resultsSplitter.TabIndex = 2;
     this._resultsSplitter.TabStop = false;
     this._resultsSummaryPanel.BackColor = SystemColors.ControlDark;
     this._resultsSummaryPanel.Controls.AddRange(new Control[] { this._resultsSummaryLabel });
     this._resultsSummaryPanel.Dock = DockStyle.Bottom;
     this._resultsSummaryPanel.DockPadding.All = 1;
     this._resultsSummaryPanel.Location = new Point(0, 0x86);
     this._resultsSummaryPanel.Name = "_resultsSummaryPanel";
     this._resultsSummaryPanel.Size = new Size(0x187, 50);
     this._resultsSummaryPanel.TabIndex = 3;
     this._resultsSummaryLabel.BackColor = SystemColors.Control;
     this._resultsSummaryLabel.Dock = DockStyle.Fill;
     this._resultsSummaryLabel.Location = new Point(1, 1);
     this._resultsSummaryLabel.Name = "_resultsSummaryLabel";
     this._resultsSummaryLabel.Size = new Size(0x185, 0x30);
     this._resultsSummaryLabel.TabIndex = 0;
     this._panelSplitter.BackColor = SystemColors.Control;
     this._panelSplitter.Location = new Point(0x79, 0);
     this._panelSplitter.Name = "_panelSplitter";
     this._panelSplitter.Size = new Size(4, 0xb8);
     this._panelSplitter.TabIndex = 3;
     this._panelSplitter.TabStop = false;
     this._panelSplitter.SplitterMoved += new SplitterEventHandler(this._panelSplitter_SplitterMoved);
     this._categoryPanel.BackColor = SystemColors.ControlDark;
     this._categoryPanel.Controls.AddRange(new Control[] { this._categoryListView });
     this._categoryPanel.Dock = DockStyle.Left;
     this._categoryPanel.DockPadding.All = 1;
     this._categoryPanel.Name = "_categoryPanel";
     this._categoryPanel.Size = new Size(0x79, 0xb8);
     this._categoryPanel.TabIndex = 4;
     this._categoryListView.BorderStyle = BorderStyle.None;
     this._categoryListView.Dock = DockStyle.Fill;
     this._categoryListView.FlatScrollBars = false;
     this._categoryListView.FullRowSelect = true;
     this._categoryListView.HeaderStyle = ColumnHeaderStyle.Nonclickable;
     this._categoryListView.HideSelection = false;
     this._categoryListView.Location = new Point(1, 1);
     this._categoryListView.MultiSelect = false;
     this._categoryListView.Name = "_categoryListView";
     this._categoryListView.ShowToolTips = false;
     this._categoryListView.Size = new Size(0x77, 0xb6);
     this._categoryListView.TabIndex = 1;
     this._categoryListView.WatermarkText = "";
     this._categoryListView.SelectedIndexChanged += new EventHandler(this.OnCategoryListViewSelectedIndexChanged);
     this._categoryRadioButton.Checked = true;
     this._categoryRadioButton.Location = new Point(100, 0x84);
     this._categoryRadioButton.Name = "_categoryRadioButton";
     this._categoryRadioButton.Size = new Size(0x44, 0x10);
     this._categoryRadioButton.TabIndex = 3;
     this._categoryRadioButton.TabStop = true;
     this._categoryRadioButton.Text = "C&ategory";
     this._categoryRadioButton.CheckedChanged += new EventHandler(this.OnCategoryRadioButtonCheckedChanged);
     this._keywordRadioButton.Location = new Point(0xb8, 0x84);
     this._keywordRadioButton.Name = "_keywordRadioButton";
     this._keywordRadioButton.Size = new Size(0x44, 0x10);
     this._keywordRadioButton.TabIndex = 4;
     this._keywordRadioButton.TabStop = true;
     this._keywordRadioButton.Text = "&Keyword";
     this._detailsButton.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this._detailsButton.Location = new Point(0x16c, 0x160);
     this._detailsButton.Name = "_detailsButton";
     this._detailsButton.TabIndex = 10;
     this._detailsButton.Text = "&Details";
     this._detailsButton.Click += new EventHandler(this.OnDetailsButtonClick);
     this.AutoScaleBaseSize = new Size(5, 13);
     base.CancelButton = this._cancelButton;
     base.ClientSize = new Size(0x20c, 0x181);
     base.Controls.AddRange(new Control[] { this._detailsButton, this._keywordRadioButton, this._categoryRadioButton, this._cancelButton, this._downloadButton, this._gradientBand, this._galleryComboBox, this._connectButton, this._searchGroupLabel, this._searchByLabel, this._galleryLabel, this._containerPanel, this._searchButton, this._keywordComboBox, this._lookForLabel });
     base.Icon = new Icon(typeof(ComponentGalleryDialog), "ComponentGallery.ico");
     base.MaximizeBox = false;
     base.MinimizeBox = false;
     base.MinimumSize = new Size(0x214, 0x19c);
     base.Name = "ComponentGalleryDialog";
     base.ShowInTaskbar = false;
     base.StartPosition = FormStartPosition.CenterParent;
     base.TaskCaption = "Online Component Gallery";
     base.TaskDescription = "Search the online component gallery";
     base.TaskGlyph = new Bitmap(typeof(ComponentGalleryDialog), "ComponentGalleryGlyph.bmp");
     this.Text = "Component Gallery";
     this._containerPanel.ResumeLayout(false);
     this._resultsPanel.ResumeLayout(false);
     this._resultsListViewPanel.ResumeLayout(false);
     this._resultsSummaryPanel.ResumeLayout(false);
     this._categoryPanel.ResumeLayout(false);
     base.ResumeLayout(false);
 }