Exemple #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();
     Mobius.Data.MoleculeMx moleculeMx1 = new Mobius.Data.MoleculeMx();
     this.OK             = new DevExpress.XtraEditors.SimpleButton();
     this.Prompt         = new DevExpress.XtraEditors.LabelControl();
     this.Cancel         = new DevExpress.XtraEditors.SimpleButton();
     this.CidCtl         = new DevExpress.XtraEditors.TextEdit();
     this.labelControl1  = new DevExpress.XtraEditors.LabelControl();
     this.Timer1         = new System.Windows.Forms.Timer(this.components);
     this.QuickStructure = new Mobius.ClientComponents.MoleculeControl();
     ((System.ComponentModel.ISupportInitialize)(this.CidCtl.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // OK
     //
     this.OK.Anchor                          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.OK.Appearance.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.OK.Appearance.ForeColor            = System.Drawing.SystemColors.ControlText;
     this.OK.Appearance.Options.UseFont      = true;
     this.OK.Appearance.Options.UseForeColor = true;
     this.OK.Cursor                          = System.Windows.Forms.Cursors.Default;
     this.OK.DialogResult                    = System.Windows.Forms.DialogResult.OK;
     this.OK.Location                        = new System.Drawing.Point(243, 325);
     this.OK.Name        = "OK";
     this.OK.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.OK.Size        = new System.Drawing.Size(58, 23);
     this.OK.TabIndex    = 71;
     this.OK.Text        = "OK";
     //
     // Prompt
     //
     this.Prompt.Appearance.BackColor              = System.Drawing.Color.Transparent;
     this.Prompt.Appearance.Font                   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Prompt.Appearance.ForeColor              = System.Drawing.SystemColors.ControlText;
     this.Prompt.Appearance.Options.UseBackColor   = true;
     this.Prompt.Appearance.Options.UseFont        = true;
     this.Prompt.Appearance.Options.UseForeColor   = true;
     this.Prompt.Appearance.Options.UseTextOptions = true;
     this.Prompt.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.Prompt.Appearance.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.Prompt.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.Prompt.Cursor       = System.Windows.Forms.Cursors.Default;
     this.Prompt.Location     = new System.Drawing.Point(6, 7);
     this.Prompt.Name         = "Prompt";
     this.Prompt.Size         = new System.Drawing.Size(360, 29);
     this.Prompt.TabIndex     = 73;
     this.Prompt.Text         = "Prompt Prompt Prompt Prompt Prompt Prompt Prompt Prompt Prompt Prompt Prompt ";
     //
     // Cancel
     //
     this.Cancel.Anchor                          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.Cancel.Appearance.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Cancel.Appearance.ForeColor            = System.Drawing.SystemColors.ControlText;
     this.Cancel.Appearance.Options.UseFont      = true;
     this.Cancel.Appearance.Options.UseForeColor = true;
     this.Cancel.Cursor                          = System.Windows.Forms.Cursors.Default;
     this.Cancel.DialogResult                    = System.Windows.Forms.DialogResult.Cancel;
     this.Cancel.Location                        = new System.Drawing.Point(307, 325);
     this.Cancel.Name        = "Cancel";
     this.Cancel.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Cancel.Size        = new System.Drawing.Size(59, 23);
     this.Cancel.TabIndex    = 72;
     this.Cancel.Text        = "Cancel";
     //
     // CidCtl
     //
     this.CidCtl.Cursor   = System.Windows.Forms.Cursors.IBeam;
     this.CidCtl.Location = new System.Drawing.Point(6, 42);
     this.CidCtl.Name     = "CidCtl";
     this.CidCtl.Properties.Appearance.BackColor            = System.Drawing.SystemColors.Window;
     this.CidCtl.Properties.Appearance.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CidCtl.Properties.Appearance.ForeColor            = System.Drawing.SystemColors.WindowText;
     this.CidCtl.Properties.Appearance.Options.UseBackColor = true;
     this.CidCtl.Properties.Appearance.Options.UseFont      = true;
     this.CidCtl.Properties.Appearance.Options.UseForeColor = true;
     this.CidCtl.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.CidCtl.Size        = new System.Drawing.Size(234, 20);
     this.CidCtl.TabIndex    = 70;
     this.CidCtl.Tag         = "RegNo";
     //
     // labelControl1
     //
     this.labelControl1.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.labelControl1.Appearance.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelControl1.Appearance.ForeColor            = System.Drawing.SystemColors.ControlText;
     this.labelControl1.Appearance.Options.UseBackColor = true;
     this.labelControl1.Appearance.Options.UseFont      = true;
     this.labelControl1.Appearance.Options.UseForeColor = true;
     this.labelControl1.Cursor   = System.Windows.Forms.Cursors.Default;
     this.labelControl1.Location = new System.Drawing.Point(6, 67);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(43, 13);
     this.labelControl1.TabIndex = 75;
     this.labelControl1.Text     = "Structure";
     //
     // Timer1
     //
     this.Timer1.Tick += new System.EventHandler(this.Timer1_Tick);
     //
     // QuickStructure
     //
     this.QuickStructure.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.QuickStructure.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.QuickStructure.Location    = new System.Drawing.Point(6, 88);
     this.QuickStructure.Margin      = new System.Windows.Forms.Padding(3, 2, 3, 2);
     moleculeMx1.BackColor           = System.Drawing.Color.Empty;
     moleculeMx1.DateTimeValue       = new System.DateTime(((long)(0)));
     moleculeMx1.DbLink            = "";
     moleculeMx1.Filtered          = false;
     moleculeMx1.ForeColor         = System.Drawing.Color.Black;
     moleculeMx1.FormattedBitmap   = null;
     moleculeMx1.FormattedText     = null;
     moleculeMx1.Hyperlink         = "";
     moleculeMx1.Hyperlinked       = false;
     moleculeMx1.IsNonExistant     = false;
     moleculeMx1.IsRetrievingValue = false;
     moleculeMx1.Modified          = false;
     moleculeMx1.NumericValue      = -4194303D;
     this.QuickStructure.Molecule  = moleculeMx1;
     this.QuickStructure.Name      = "QuickStructure";
     this.QuickStructure.Size      = new System.Drawing.Size(360, 230);
     this.QuickStructure.TabIndex  = 76;
     //
     // InputCompoundId
     //
     this.AcceptButton        = this.OK;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.Cancel;
     this.ClientSize          = new System.Drawing.Size(373, 352);
     this.Controls.Add(this.QuickStructure);
     this.Controls.Add(this.labelControl1);
     this.Controls.Add(this.OK);
     this.Controls.Add(this.Prompt);
     this.Controls.Add(this.Cancel);
     this.Controls.Add(this.CidCtl);
     this.MinimizeBox   = false;
     this.Name          = "InputCompoundId";
     this.ShowIcon      = false;
     this.ShowInTaskbar = false;
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "InputCompoundId";
     this.Activated    += new System.EventHandler(this.InputCompoundId_Activated);
     this.Deactivate   += new System.EventHandler(this.InputCompoundId_Deactivate);
     ((System.ComponentModel.ISupportInitialize)(this.CidCtl.Properties)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemple #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Mobius.Data.MoleculeMx moleculeMx1 = new Mobius.Data.MoleculeMx();
     this.RelatedCorpDbStructureLabel
         = new DevExpress.XtraEditors.LabelControl();
     this.SimilarStructure     = new DevExpress.XtraEditors.CheckEdit();
     this.MatchedPairs         = new DevExpress.XtraEditors.CheckEdit();
     this.AltForms             = new DevExpress.XtraEditors.CheckEdit();
     this.labelControl3        = new DevExpress.XtraEditors.LabelControl();
     this.labelControl5        = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1        = new DevExpress.XtraEditors.LabelControl();
     this.MatchCountsPanel     = new System.Windows.Forms.TableLayoutPanel();
     this.SmallWorldLabel      = new DevExpress.XtraEditors.LabelControl();
     this.labelControl6        = new DevExpress.XtraEditors.LabelControl();
     this.SmallWorld           = new DevExpress.XtraEditors.CheckEdit();
     this.AllMatches           = new DevExpress.XtraEditors.CheckEdit();
     this.SearchStatusLabel    = new DevExpress.XtraEditors.LabelControl();
     this.ExcludeCidsSeenSoFar = new DevExpress.XtraEditors.CheckEdit();
     this.IncludeQueryStruct   = new DevExpress.XtraEditors.CheckEdit();
     this.tableLayoutPanel1    = new System.Windows.Forms.TableLayoutPanel();
     this.labelControl8        = new DevExpress.XtraEditors.LabelControl();
     this.DbMatchCountsPanel   = new System.Windows.Forms.TableLayoutPanel();
     this.ChemblDB             = new DevExpress.XtraEditors.CheckEdit();
     this.labelControl7        = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2        = new DevExpress.XtraEditors.LabelControl();
     this.CorpDB                  = new DevExpress.XtraEditors.CheckEdit();
     this.DatabasesLabel          = new DevExpress.XtraEditors.LabelControl();
     this.MoleculeControl         = new Mobius.ClientComponents.MoleculeControl();
     this.SplitContainer          = new DevExpress.XtraEditors.SplitContainerControl();
     this.MoleculeGridPageControl = new Mobius.ClientComponents.MoleculeGridPageControl();
     ((System.ComponentModel.ISupportInitialize)(this.SimilarStructure.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.MatchedPairs.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.AltForms.Properties)).BeginInit();
     this.MatchCountsPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.SmallWorld.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.AllMatches.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ExcludeCidsSeenSoFar.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IncludeQueryStruct.Properties)).BeginInit();
     this.tableLayoutPanel1.SuspendLayout();
     this.DbMatchCountsPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ChemblDB.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.CorpDB.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.SplitContainer)).BeginInit();
     this.SplitContainer.SuspendLayout();
     this.SuspendLayout();
     //
     // RelatedCorpDbStructureLabel
     //
     this.RelatedCorpDbStructureLabel
     .Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.RelatedCorpDbStructureLabel
     .Appearance.BackColor = System.Drawing.Color.LightSteelBlue;
     this.RelatedCorpDbStructureLabel
     .Appearance.Options.UseBackColor = true;
     this.RelatedCorpDbStructureLabel
     .Appearance.Options.UseTextOptions = true;
     this.RelatedCorpDbStructureLabel
     .Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.RelatedCorpDbStructureLabel
     .Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.RelatedCorpDbStructureLabel
     .AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.RelatedCorpDbStructureLabel
     .BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.RelatedCorpDbStructureLabel
     .Location = new System.Drawing.Point(426, 0);
     this.RelatedCorpDbStructureLabel
     .Margin = new System.Windows.Forms.Padding(0);
     this.RelatedCorpDbStructureLabel
     .Name = "RelatedCorpDbStructureLabel";
     this.RelatedCorpDbStructureLabel
     .Size = new System.Drawing.Size(144, 20);
     this.RelatedCorpDbStructureLabel
     .TabIndex = 241;
     this.RelatedCorpDbStructureLabel
     .Text = "Matches by Search Type";
     //
     // SimilarStructure
     //
     this.SimilarStructure.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.SimilarStructure.EditValue = true;
     this.SimilarStructure.Location  = new System.Drawing.Point(100, 67);
     this.SimilarStructure.Name      = "SimilarStructure";
     this.SimilarStructure.Properties.Appearance.BackColor            = System.Drawing.Color.White;
     this.SimilarStructure.Properties.Appearance.Options.UseBackColor = true;
     this.SimilarStructure.Properties.Caption = "123";
     this.SimilarStructure.Size            = new System.Drawing.Size(40, 14);
     this.SimilarStructure.TabIndex        = 226;
     this.SimilarStructure.CheckedChanged += new System.EventHandler(this.Similar_CheckedChanged);
     //
     // MatchedPairs
     //
     this.MatchedPairs.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.MatchedPairs.EditValue = true;
     this.MatchedPairs.Location  = new System.Drawing.Point(100, 25);
     this.MatchedPairs.Name      = "MatchedPairs";
     this.MatchedPairs.Properties.Appearance.BackColor            = System.Drawing.Color.White;
     this.MatchedPairs.Properties.Appearance.Options.UseBackColor = true;
     this.MatchedPairs.Properties.Caption = "123";
     this.MatchedPairs.Size            = new System.Drawing.Size(40, 14);
     this.MatchedPairs.TabIndex        = 227;
     this.MatchedPairs.CheckedChanged += new System.EventHandler(this.MatchedPairs_CheckedChanged);
     //
     // AltForms
     //
     this.AltForms.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.AltForms.EditValue = true;
     this.AltForms.Location  = new System.Drawing.Point(100, 4);
     this.AltForms.Name      = "AltForms";
     this.AltForms.Properties.Appearance.BackColor            = System.Drawing.Color.White;
     this.AltForms.Properties.Appearance.Options.UseBackColor = true;
     this.AltForms.Properties.Caption = "123";
     this.AltForms.Size            = new System.Drawing.Size(40, 14);
     this.AltForms.TabIndex        = 224;
     this.AltForms.CheckedChanged += new System.EventHandler(this.AltForms_CheckedChanged);
     //
     // labelControl3
     //
     this.labelControl3.Appearance.BackColor              = System.Drawing.Color.LightSteelBlue;
     this.labelControl3.Appearance.Options.UseBackColor   = true;
     this.labelControl3.Appearance.Options.UseTextOptions = true;
     this.labelControl3.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.labelControl3.Appearance.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.labelControl3.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl3.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.labelControl3.Location     = new System.Drawing.Point(1, 64);
     this.labelControl3.Margin       = new System.Windows.Forms.Padding(0);
     this.labelControl3.Name         = "labelControl3";
     this.labelControl3.Size         = new System.Drawing.Size(95, 20);
     this.labelControl3.TabIndex     = 223;
     this.labelControl3.Text         = "Similar (ECFP4)";
     //
     // labelControl5
     //
     this.labelControl5.Appearance.BackColor              = System.Drawing.Color.LightSteelBlue;
     this.labelControl5.Appearance.Options.UseBackColor   = true;
     this.labelControl5.Appearance.Options.UseTextOptions = true;
     this.labelControl5.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.labelControl5.Appearance.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.labelControl5.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl5.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.labelControl5.Location     = new System.Drawing.Point(1, 22);
     this.labelControl5.Margin       = new System.Windows.Forms.Padding(0);
     this.labelControl5.Name         = "labelControl5";
     this.labelControl5.Size         = new System.Drawing.Size(95, 20);
     this.labelControl5.TabIndex     = 223;
     this.labelControl5.Text         = "Matched Pairs";
     //
     // labelControl1
     //
     this.labelControl1.Appearance.BackColor              = System.Drawing.Color.LightSteelBlue;
     this.labelControl1.Appearance.Options.UseBackColor   = true;
     this.labelControl1.Appearance.Options.UseTextOptions = true;
     this.labelControl1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.labelControl1.Appearance.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.labelControl1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl1.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.labelControl1.Location     = new System.Drawing.Point(1, 1);
     this.labelControl1.Margin       = new System.Windows.Forms.Padding(0);
     this.labelControl1.Name         = "labelControl1";
     this.labelControl1.Size         = new System.Drawing.Size(95, 20);
     this.labelControl1.TabIndex     = 223;
     this.labelControl1.Text         = "Salts, Isomers...";
     //
     // MatchCountsPanel
     //
     this.MatchCountsPanel.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.MatchCountsPanel.BackColor       = System.Drawing.Color.White;
     this.MatchCountsPanel.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
     this.MatchCountsPanel.ColumnCount     = 2;
     this.MatchCountsPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 68F));
     this.MatchCountsPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 32F));
     this.MatchCountsPanel.Controls.Add(this.SmallWorldLabel, 0, 2);
     this.MatchCountsPanel.Controls.Add(this.labelControl6, 0, 4);
     this.MatchCountsPanel.Controls.Add(this.SmallWorld, 1, 2);
     this.MatchCountsPanel.Controls.Add(this.labelControl1, 0, 0);
     this.MatchCountsPanel.Controls.Add(this.labelControl5, 0, 1);
     this.MatchCountsPanel.Controls.Add(this.labelControl3, 0, 3);
     this.MatchCountsPanel.Controls.Add(this.AltForms, 1, 0);
     this.MatchCountsPanel.Controls.Add(this.MatchedPairs, 1, 1);
     this.MatchCountsPanel.Controls.Add(this.SimilarStructure, 1, 3);
     this.MatchCountsPanel.Controls.Add(this.AllMatches, 1, 4);
     this.MatchCountsPanel.Location = new System.Drawing.Point(426, 20);
     this.MatchCountsPanel.Name     = "MatchCountsPanel";
     this.MatchCountsPanel.RowCount = 5;
     this.MatchCountsPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.MatchCountsPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.MatchCountsPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.MatchCountsPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.MatchCountsPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.MatchCountsPanel.Size     = new System.Drawing.Size(144, 107);
     this.MatchCountsPanel.TabIndex = 239;
     //
     // SmallWorldLabel
     //
     this.SmallWorldLabel.Appearance.BackColor              = System.Drawing.Color.LightSteelBlue;
     this.SmallWorldLabel.Appearance.Options.UseBackColor   = true;
     this.SmallWorldLabel.Appearance.Options.UseTextOptions = true;
     this.SmallWorldLabel.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.SmallWorldLabel.Appearance.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.SmallWorldLabel.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.SmallWorldLabel.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.SmallWorldLabel.Location     = new System.Drawing.Point(1, 43);
     this.SmallWorldLabel.Margin       = new System.Windows.Forms.Padding(0);
     this.SmallWorldLabel.Name         = "SmallWorldLabel";
     this.SmallWorldLabel.Size         = new System.Drawing.Size(95, 20);
     this.SmallWorldLabel.TabIndex     = 269;
     this.SmallWorldLabel.Text         = "SmallWorld";
     //
     // labelControl6
     //
     this.labelControl6.Appearance.BackColor              = System.Drawing.Color.LightSteelBlue;
     this.labelControl6.Appearance.Options.UseBackColor   = true;
     this.labelControl6.Appearance.Options.UseTextOptions = true;
     this.labelControl6.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.labelControl6.Appearance.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.labelControl6.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl6.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.labelControl6.Location     = new System.Drawing.Point(1, 85);
     this.labelControl6.Margin       = new System.Windows.Forms.Padding(0);
     this.labelControl6.Name         = "labelControl6";
     this.labelControl6.Size         = new System.Drawing.Size(95, 21);
     this.labelControl6.TabIndex     = 228;
     this.labelControl6.Text         = "All Matches";
     //
     // SmallWorld
     //
     this.SmallWorld.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.SmallWorld.EditValue = true;
     this.SmallWorld.Location  = new System.Drawing.Point(100, 46);
     this.SmallWorld.Name      = "SmallWorld";
     this.SmallWorld.Properties.Appearance.BackColor            = System.Drawing.Color.White;
     this.SmallWorld.Properties.Appearance.Options.UseBackColor = true;
     this.SmallWorld.Properties.Caption = "123";
     this.SmallWorld.Size            = new System.Drawing.Size(40, 14);
     this.SmallWorld.TabIndex        = 268;
     this.SmallWorld.CheckedChanged += new System.EventHandler(this.SmallWorld_CheckedChanged);
     //
     // AllMatches
     //
     this.AllMatches.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.AllMatches.EditValue = true;
     this.AllMatches.Location  = new System.Drawing.Point(100, 88);
     this.AllMatches.Name      = "AllMatches";
     this.AllMatches.Properties.Appearance.BackColor            = System.Drawing.Color.White;
     this.AllMatches.Properties.Appearance.Options.UseBackColor = true;
     this.AllMatches.Properties.Caption = "123";
     this.AllMatches.Size            = new System.Drawing.Size(40, 15);
     this.AllMatches.TabIndex        = 228;
     this.AllMatches.CheckedChanged += new System.EventHandler(this.AllMatches_CheckedChanged);
     //
     // SearchStatusLabel
     //
     this.SearchStatusLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.SearchStatusLabel.Appearance.BackColor              = System.Drawing.Color.White;
     this.SearchStatusLabel.Appearance.BackColor2             = System.Drawing.Color.White;
     this.SearchStatusLabel.Appearance.ForeColor              = System.Drawing.Color.DarkRed;
     this.SearchStatusLabel.Appearance.Options.UseBackColor   = true;
     this.SearchStatusLabel.Appearance.Options.UseForeColor   = true;
     this.SearchStatusLabel.Appearance.Options.UseTextOptions = true;
     this.SearchStatusLabel.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.SearchStatusLabel.Appearance.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.SearchStatusLabel.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.SearchStatusLabel.BorderStyle  = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.SearchStatusLabel.Location     = new System.Drawing.Point(4, 208);
     this.SearchStatusLabel.Margin       = new System.Windows.Forms.Padding(0);
     this.SearchStatusLabel.Name         = "SearchStatusLabel";
     this.SearchStatusLabel.Size         = new System.Drawing.Size(72, 20);
     this.SearchStatusLabel.TabIndex     = 247;
     this.SearchStatusLabel.Text         = "Searching...";
     //
     // ExcludeCidsSeenSoFar
     //
     this.ExcludeCidsSeenSoFar.Location           = new System.Drawing.Point(140, 557);
     this.ExcludeCidsSeenSoFar.Name               = "ExcludeCidsSeenSoFar";
     this.ExcludeCidsSeenSoFar.Properties.Caption = "Exclude compound Ids contained in the current search results (Hidden)";
     this.ExcludeCidsSeenSoFar.Size               = new System.Drawing.Size(435, 19);
     this.ExcludeCidsSeenSoFar.TabIndex           = 246;
     this.ExcludeCidsSeenSoFar.Visible            = false;
     //
     // IncludeQueryStruct
     //
     this.IncludeQueryStruct.Location = new System.Drawing.Point(100, 2);
     this.IncludeQueryStruct.Margin   = new System.Windows.Forms.Padding(3, 1, 0, 0);
     this.IncludeQueryStruct.Name     = "IncludeQueryStruct";
     this.IncludeQueryStruct.Properties.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.IncludeQueryStruct.Properties.Appearance.Options.UseBackColor = true;
     this.IncludeQueryStruct.Properties.Caption = "1";
     this.IncludeQueryStruct.Size            = new System.Drawing.Size(43, 19);
     this.IncludeQueryStruct.TabIndex        = 250;
     this.IncludeQueryStruct.CheckedChanged += new System.EventHandler(this.IncludeQueryStruct_CheckedChanged);
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.tableLayoutPanel1.BackColor       = System.Drawing.Color.White;
     this.tableLayoutPanel1.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
     this.tableLayoutPanel1.ColumnCount     = 2;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 68F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 32F));
     this.tableLayoutPanel1.Controls.Add(this.IncludeQueryStruct, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.labelControl8, 0, 0);
     this.tableLayoutPanel1.Location = new System.Drawing.Point(426, 212);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 1;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(144, 23);
     this.tableLayoutPanel1.TabIndex = 251;
     //
     // labelControl8
     //
     this.labelControl8.Appearance.BackColor              = System.Drawing.Color.LightSteelBlue;
     this.labelControl8.Appearance.Options.UseBackColor   = true;
     this.labelControl8.Appearance.Options.UseTextOptions = true;
     this.labelControl8.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.labelControl8.Appearance.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.labelControl8.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl8.Location     = new System.Drawing.Point(1, 1);
     this.labelControl8.Margin       = new System.Windows.Forms.Padding(0);
     this.labelControl8.Name         = "labelControl8";
     this.labelControl8.Size         = new System.Drawing.Size(95, 21);
     this.labelControl8.TabIndex     = 232;
     this.labelControl8.Text         = "Include Query";
     //
     // DbMatchCountsPanel
     //
     this.DbMatchCountsPanel.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.DbMatchCountsPanel.BackColor       = System.Drawing.Color.White;
     this.DbMatchCountsPanel.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
     this.DbMatchCountsPanel.ColumnCount     = 2;
     this.DbMatchCountsPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 68F));
     this.DbMatchCountsPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 32F));
     this.DbMatchCountsPanel.Controls.Add(this.ChemblDB, 1, 1);
     this.DbMatchCountsPanel.Controls.Add(this.labelControl7, 0, 1);
     this.DbMatchCountsPanel.Controls.Add(this.labelControl2, 0, 0);
     this.DbMatchCountsPanel.Controls.Add(this.CorpDB, 1, 0);
     this.DbMatchCountsPanel.Location = new System.Drawing.Point(426, 157);
     this.DbMatchCountsPanel.Name     = "DbMatchCountsPanel";
     this.DbMatchCountsPanel.RowCount = 2;
     this.DbMatchCountsPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.DbMatchCountsPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.DbMatchCountsPanel.Size     = new System.Drawing.Size(144, 44);
     this.DbMatchCountsPanel.TabIndex = 267;
     //
     // ChemblDB
     //
     this.ChemblDB.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ChemblDB.Location = new System.Drawing.Point(100, 25);
     this.ChemblDB.Name     = "ChemblDB";
     this.ChemblDB.Properties.Appearance.BackColor            = System.Drawing.Color.White;
     this.ChemblDB.Properties.Appearance.Options.UseBackColor = true;
     this.ChemblDB.Properties.Caption = "123";
     this.ChemblDB.Size            = new System.Drawing.Size(40, 15);
     this.ChemblDB.TabIndex        = 269;
     this.ChemblDB.CheckedChanged += new System.EventHandler(this.ChemblDB_CheckedChanged);
     //
     // labelControl7
     //
     this.labelControl7.Appearance.BackColor              = System.Drawing.Color.LightSteelBlue;
     this.labelControl7.Appearance.Options.UseBackColor   = true;
     this.labelControl7.Appearance.Options.UseTextOptions = true;
     this.labelControl7.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.labelControl7.Appearance.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.labelControl7.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl7.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.labelControl7.Location     = new System.Drawing.Point(1, 22);
     this.labelControl7.Margin       = new System.Windows.Forms.Padding(0);
     this.labelControl7.Name         = "labelControl7";
     this.labelControl7.Size         = new System.Drawing.Size(95, 21);
     this.labelControl7.TabIndex     = 271;
     this.labelControl7.Text         = "ChEMBL";
     //
     // labelControl2
     //
     this.labelControl2.Appearance.BackColor              = System.Drawing.Color.LightSteelBlue;
     this.labelControl2.Appearance.Options.UseBackColor   = true;
     this.labelControl2.Appearance.Options.UseTextOptions = true;
     this.labelControl2.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.labelControl2.Appearance.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.labelControl2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl2.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.labelControl2.Location     = new System.Drawing.Point(1, 1);
     this.labelControl2.Margin       = new System.Windows.Forms.Padding(0);
     this.labelControl2.Name         = "labelControl2";
     this.labelControl2.Size         = new System.Drawing.Size(95, 20);
     this.labelControl2.TabIndex     = 270;
     this.labelControl2.Text         = "CorpDb";
     //
     // CorpDB
     //
     this.CorpDB.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.CorpDB.EditValue = true;
     this.CorpDB.Location  = new System.Drawing.Point(100, 4);
     this.CorpDB.Name      = "CorpDB";
     this.CorpDB.Properties.Appearance.BackColor            = System.Drawing.Color.White;
     this.CorpDB.Properties.Appearance.Options.UseBackColor = true;
     this.CorpDB.Properties.Caption = "123";
     this.CorpDB.Size            = new System.Drawing.Size(40, 14);
     this.CorpDB.TabIndex        = 268;
     this.CorpDB.CheckedChanged += new System.EventHandler(this.CorpDB_CheckedChanged);
     //
     // DatabasesLabel
     //
     this.DatabasesLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.DatabasesLabel.Appearance.BackColor              = System.Drawing.Color.LightSteelBlue;
     this.DatabasesLabel.Appearance.Options.UseBackColor   = true;
     this.DatabasesLabel.Appearance.Options.UseTextOptions = true;
     this.DatabasesLabel.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.DatabasesLabel.Appearance.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.DatabasesLabel.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.DatabasesLabel.BorderStyle  = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.DatabasesLabel.Location     = new System.Drawing.Point(426, 137);
     this.DatabasesLabel.Margin       = new System.Windows.Forms.Padding(0);
     this.DatabasesLabel.Name         = "DatabasesLabel";
     this.DatabasesLabel.Size         = new System.Drawing.Size(144, 20);
     this.DatabasesLabel.TabIndex     = 266;
     this.DatabasesLabel.Text         = "Matches by Database";
     //
     // MoleculeControl
     //
     this.MoleculeControl.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.MoleculeControl.Appearance.BackColor            = System.Drawing.Color.White;
     this.MoleculeControl.Appearance.Options.UseBackColor = true;
     this.MoleculeControl.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.MoleculeControl.Location    = new System.Drawing.Point(0, 0);
     this.MoleculeControl.Margin      = new System.Windows.Forms.Padding(3, 2, 3, 2);
     moleculeMx1.BackColor            = System.Drawing.Color.Empty;
     moleculeMx1.DateTimeValue        = new System.DateTime(((long)(0)));
     moleculeMx1.DbLink            = "";
     moleculeMx1.Filtered          = false;
     moleculeMx1.ForeColor         = System.Drawing.Color.Black;
     moleculeMx1.FormattedBitmap   = null;
     moleculeMx1.FormattedText     = null;
     moleculeMx1.Hyperlink         = "";
     moleculeMx1.Hyperlinked       = false;
     moleculeMx1.IsNonExistant     = false;
     moleculeMx1.IsRetrievingValue = false;
     moleculeMx1.Modified          = false;
     moleculeMx1.NumericValue      = -4194303D;
     this.MoleculeControl.Molecule = moleculeMx1;
     this.MoleculeControl.Name     = "MoleculeControl";
     this.MoleculeControl.Size     = new System.Drawing.Size(420, 238);
     this.MoleculeControl.TabIndex = 268;
     //
     // SplitContainer
     //
     this.SplitContainer.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.SplitContainer.Horizontal         = false;
     this.SplitContainer.Location           = new System.Drawing.Point(0, 0);
     this.SplitContainer.Margin             = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.SplitContainer.Name               = "SplitContainer";
     this.SplitContainer.Panel1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
     this.SplitContainer.Panel1.Controls.Add(this.MatchCountsPanel);
     this.SplitContainer.Panel1.Controls.Add(this.SearchStatusLabel);
     this.SplitContainer.Panel1.Controls.Add(this.RelatedCorpDbStructureLabel
                                             );
     this.SplitContainer.Panel1.Controls.Add(this.MoleculeControl);
     this.SplitContainer.Panel1.Controls.Add(this.tableLayoutPanel1);
     this.SplitContainer.Panel1.Controls.Add(this.DbMatchCountsPanel);
     this.SplitContainer.Panel1.Controls.Add(this.DatabasesLabel);
     this.SplitContainer.Panel1.Text = "Panel1";
     this.SplitContainer.Panel2.Controls.Add(this.MoleculeGridPageControl);
     this.SplitContainer.Panel2.Text      = "Panel2";
     this.SplitContainer.ShowSplitGlyph   = DevExpress.Utils.DefaultBoolean.True;
     this.SplitContainer.Size             = new System.Drawing.Size(574, 777);
     this.SplitContainer.SplitterPosition = 244;
     this.SplitContainer.TabIndex         = 269;
     //
     // MoleculeGridPageControl
     //
     this.MoleculeGridPageControl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.MoleculeGridPageControl.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.MoleculeGridPageControl.Location    = new System.Drawing.Point(0, 0);
     this.MoleculeGridPageControl.Margin      = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.MoleculeGridPageControl.Name        = "MoleculeGridPageControl";
     this.MoleculeGridPageControl.Size        = new System.Drawing.Size(574, 528);
     this.MoleculeGridPageControl.TabIndex    = 249;
     //
     // RelatedStructuresControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BorderStyle         = System.Windows.Forms.BorderStyle.FixedSingle;
     this.Controls.Add(this.SplitContainer);
     this.Controls.Add(this.ExcludeCidsSeenSoFar);
     this.Name         = "RelatedStructuresControl";
     this.Size         = new System.Drawing.Size(574, 777);
     this.SizeChanged += new System.EventHandler(this.RelatedStructuresControl_SizeChanged);
     ((System.ComponentModel.ISupportInitialize)(this.SimilarStructure.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.MatchedPairs.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.AltForms.Properties)).EndInit();
     this.MatchCountsPanel.ResumeLayout(false);
     this.MatchCountsPanel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.SmallWorld.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.AllMatches.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ExcludeCidsSeenSoFar.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IncludeQueryStruct.Properties)).EndInit();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.DbMatchCountsPanel.ResumeLayout(false);
     this.DbMatchCountsPanel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ChemblDB.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.CorpDB.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.SplitContainer)).EndInit();
     this.SplitContainer.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemple #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Mobius.Data.MoleculeMx moleculeMx1 = new Mobius.Data.MoleculeMx();
     this.LabelCtl    = new DevExpress.XtraEditors.LabelControl();
     this.MoleculeCtl = new Mobius.ClientComponents.MoleculeControl();
     this.SuspendLayout();
     //
     // LabelCtl
     //
     this.LabelCtl.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.LabelCtl.Appearance.BackColor              = System.Drawing.Color.White;
     this.LabelCtl.Appearance.Options.UseBackColor   = true;
     this.LabelCtl.Appearance.Options.UseTextOptions = true;
     this.LabelCtl.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.LabelCtl.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.LabelCtl.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.LabelCtl.Location     = new System.Drawing.Point(0, 0);
     this.LabelCtl.Name         = "LabelCtl";
     this.LabelCtl.Size         = new System.Drawing.Size(170, 38);
     this.LabelCtl.TabIndex     = 2;
     this.LabelCtl.Text         = "Editing structure...";
     //
     // MoleculeCtl
     //
     this.MoleculeCtl.AllowDrop = true;
     this.MoleculeCtl.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.MoleculeCtl.BorderStyle       = System.Windows.Forms.BorderStyle.Fixed3D;
     this.MoleculeCtl.Location          = new System.Drawing.Point(0, 0);
     this.MoleculeCtl.Margin            = new System.Windows.Forms.Padding(3, 2, 3, 2);
     moleculeMx1.BackColor              = System.Drawing.Color.Empty;
     moleculeMx1.DateTimeValue          = new System.DateTime(((long)(0)));
     moleculeMx1.DbLink                 = "";
     moleculeMx1.Filtered               = false;
     moleculeMx1.ForeColor              = System.Drawing.Color.Black;
     moleculeMx1.FormattedBitmap        = null;
     moleculeMx1.FormattedText          = null;
     moleculeMx1.Hyperlink              = "";
     moleculeMx1.Hyperlinked            = false;
     moleculeMx1.IsNonExistant          = false;
     moleculeMx1.IsRetrievingValue      = false;
     moleculeMx1.Modified               = false;
     moleculeMx1.NumericValue           = -4194303D;
     this.MoleculeCtl.Molecule          = moleculeMx1;
     this.MoleculeCtl.Name              = "MoleculeCtl";
     this.MoleculeCtl.Size              = new System.Drawing.Size(170, 38);
     this.MoleculeCtl.TabIndex          = 1;
     this.MoleculeCtl.EditValueChanged += new System.EventHandler(this.MoleculeCtl_EditValueChanged);
     //
     // MoleculeEditor
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(172, 40);
     this.Controls.Add(this.LabelCtl);
     this.Controls.Add(this.MoleculeCtl);
     this.Margin        = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "MoleculeEditor";
     this.ShowIcon      = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "MoleculeEditor";
     this.Shown        += new System.EventHandler(this.MoleculeEditor_Shown);
     this.ResumeLayout(false);
 }
Exemple #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RgroupMatrix));
     Mobius.Data.MoleculeMx moleculeMx1 = new Mobius.Data.MoleculeMx();
     this.groupBox4                 = new System.Windows.Forms.GroupBox();
     this.Help                      = new DevExpress.XtraEditors.SimpleButton();
     this.ShowCoreStructure         = new DevExpress.XtraEditors.CheckEdit();
     this.HideRepeatingSubstituents = new DevExpress.XtraEditors.CheckEdit();
     this.groupBox3                 = new System.Windows.Forms.GroupBox();
     this.Index                     = new DevExpress.XtraEditors.CheckEdit();
     this.Formula                   = new DevExpress.XtraEditors.CheckEdit();
     this.Weight                    = new DevExpress.XtraEditors.CheckEdit();
     this.Smiles                    = new DevExpress.XtraEditors.CheckEdit();
     this.Structure                 = new DevExpress.XtraEditors.CheckEdit();
     this.groupBox2                 = new System.Windows.Forms.GroupBox();
     this.TwoD                      = new DevExpress.XtraEditors.CheckEdit();
     this.OneD                      = new DevExpress.XtraEditors.CheckEdit();
     this.BrowseMatrices            = new DevExpress.XtraEditors.SimpleButton();
     this.label7                    = new DevExpress.XtraEditors.LabelControl();
     this.MatrixName                = new DevExpress.XtraEditors.TextEdit();
     this.groupBox1                 = new System.Windows.Forms.GroupBox();
     this.label2                    = new DevExpress.XtraEditors.LabelControl();
     this.Frame1                    = new System.Windows.Forms.GroupBox();
     this.EditStructure             = new DevExpress.XtraEditors.SimpleButton();
     this.RetrieveModel             = new DevExpress.XtraEditors.SimpleButton();
     this.Cancel                    = new DevExpress.XtraEditors.SimpleButton();
     this.OK     = new DevExpress.XtraEditors.SimpleButton();
     this.SQuery = new Mobius.ClientComponents.MoleculeControl();
     ((System.ComponentModel.ISupportInitialize)(this.ShowCoreStructure.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.HideRepeatingSubstituents.Properties)).BeginInit();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Index.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Formula.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Weight.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Smiles.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Structure.Properties)).BeginInit();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.TwoD.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.OneD.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.MatrixName.Properties)).BeginInit();
     this.Frame1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox4
     //
     this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox4.BackColor   = System.Drawing.SystemColors.Control;
     this.groupBox4.Font        = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox4.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.groupBox4.Location    = new System.Drawing.Point(1, 428);
     this.groupBox4.Name        = "groupBox4";
     this.groupBox4.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.groupBox4.Size        = new System.Drawing.Size(643, 2);
     this.groupBox4.TabIndex    = 69;
     this.groupBox4.TabStop     = false;
     //
     // Help
     //
     this.Help.Anchor                          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.Help.Appearance.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Help.Appearance.ForeColor            = System.Drawing.SystemColors.ControlText;
     this.Help.Appearance.Options.UseFont      = true;
     this.Help.Appearance.Options.UseForeColor = true;
     this.Help.Cursor                          = System.Windows.Forms.Cursors.Default;
     this.Help.Location                        = new System.Drawing.Point(579, 435);
     this.Help.Name        = "Help";
     this.Help.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Help.Size        = new System.Drawing.Size(60, 23);
     this.Help.TabIndex    = 79;
     this.Help.Tag         = "Cancel";
     this.Help.Text        = "Help";
     this.Help.Click      += new System.EventHandler(this.Help_Click);
     //
     // ShowCoreStructure
     //
     this.ShowCoreStructure.Anchor             = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.ShowCoreStructure.EditValue          = true;
     this.ShowCoreStructure.Location           = new System.Drawing.Point(450, 328);
     this.ShowCoreStructure.Name               = "ShowCoreStructure";
     this.ShowCoreStructure.Properties.Caption = "Show Core Structure";
     this.ShowCoreStructure.Size               = new System.Drawing.Size(126, 19);
     this.ShowCoreStructure.TabIndex           = 78;
     //
     // HideRepeatingSubstituents
     //
     this.HideRepeatingSubstituents.Anchor             = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.HideRepeatingSubstituents.EditValue          = true;
     this.HideRepeatingSubstituents.Location           = new System.Drawing.Point(450, 303);
     this.HideRepeatingSubstituents.Name               = "HideRepeatingSubstituents";
     this.HideRepeatingSubstituents.Properties.Caption = "Hide Repeating Substituents";
     this.HideRepeatingSubstituents.Size               = new System.Drawing.Size(162, 19);
     this.HideRepeatingSubstituents.TabIndex           = 77;
     //
     // groupBox3
     //
     this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox3.Controls.Add(this.Index);
     this.groupBox3.Controls.Add(this.Formula);
     this.groupBox3.Controls.Add(this.Weight);
     this.groupBox3.Controls.Add(this.Smiles);
     this.groupBox3.Controls.Add(this.Structure);
     this.groupBox3.Location = new System.Drawing.Point(445, 89);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(194, 121);
     this.groupBox3.TabIndex = 76;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Substituent Display";
     //
     // Index
     //
     this.Index.Location           = new System.Drawing.Point(10, 95);
     this.Index.Name               = "Index";
     this.Index.Properties.Caption = "Substituent Index";
     this.Index.Size               = new System.Drawing.Size(112, 19);
     this.Index.TabIndex           = 50;
     //
     // Formula
     //
     this.Formula.Location           = new System.Drawing.Point(10, 57);
     this.Formula.Name               = "Formula";
     this.Formula.Properties.Caption = "Mol. Formula";
     this.Formula.Size               = new System.Drawing.Size(87, 19);
     this.Formula.TabIndex           = 49;
     //
     // Weight
     //
     this.Weight.Location           = new System.Drawing.Point(10, 76);
     this.Weight.Name               = "Weight";
     this.Weight.Properties.Caption = "Mol. Weight";
     this.Weight.Size               = new System.Drawing.Size(83, 19);
     this.Weight.TabIndex           = 48;
     //
     // Smiles
     //
     this.Smiles.Location           = new System.Drawing.Point(10, 38);
     this.Smiles.Name               = "Smiles";
     this.Smiles.Properties.Caption = "Smiles";
     this.Smiles.Size               = new System.Drawing.Size(55, 19);
     this.Smiles.TabIndex           = 46;
     //
     // Structure
     //
     this.Structure.EditValue          = true;
     this.Structure.Enabled            = false;
     this.Structure.Location           = new System.Drawing.Point(10, 19);
     this.Structure.Name               = "Structure";
     this.Structure.Properties.Caption = "Structure";
     this.Structure.Size               = new System.Drawing.Size(71, 19);
     this.Structure.TabIndex           = 45;
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.Controls.Add(this.TwoD);
     this.groupBox2.Controls.Add(this.OneD);
     this.groupBox2.Location = new System.Drawing.Point(445, 227);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(194, 70);
     this.groupBox2.TabIndex = 75;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Matrix Dimensionality";
     //
     // TwoD
     //
     this.TwoD.EditValue                  = true;
     this.TwoD.Location                   = new System.Drawing.Point(10, 42);
     this.TwoD.Name                       = "TwoD";
     this.TwoD.Properties.Caption         = "2D";
     this.TwoD.Properties.CheckStyle      = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
     this.TwoD.Properties.RadioGroupIndex = 1;
     this.TwoD.Size                       = new System.Drawing.Size(38, 19);
     this.TwoD.TabIndex                   = 1;
     //
     // OneD
     //
     this.OneD.Location                   = new System.Drawing.Point(10, 19);
     this.OneD.Name                       = "OneD";
     this.OneD.Properties.Caption         = "1D";
     this.OneD.Properties.CheckStyle      = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
     this.OneD.Properties.RadioGroupIndex = 1;
     this.OneD.Size                       = new System.Drawing.Size(38, 19);
     this.OneD.TabIndex                   = 0;
     this.OneD.TabStop                    = false;
     //
     // BrowseMatrices
     //
     this.BrowseMatrices.Appearance.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.BrowseMatrices.Appearance.ForeColor            = System.Drawing.SystemColors.ControlText;
     this.BrowseMatrices.Appearance.Options.UseFont      = true;
     this.BrowseMatrices.Appearance.Options.UseForeColor = true;
     this.BrowseMatrices.Cursor      = System.Windows.Forms.Cursors.Default;
     this.BrowseMatrices.Location    = new System.Drawing.Point(212, 458);
     this.BrowseMatrices.Name        = "BrowseMatrices";
     this.BrowseMatrices.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.BrowseMatrices.Size        = new System.Drawing.Size(59, 20);
     this.BrowseMatrices.TabIndex    = 73;
     this.BrowseMatrices.Tag         = "OK";
     this.BrowseMatrices.Text        = "Browse...";
     this.BrowseMatrices.Visible     = false;
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(4, 461);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(31, 13);
     this.label7.TabIndex = 72;
     this.label7.Text     = "Name:";
     this.label7.Visible  = false;
     //
     // MatrixName
     //
     this.MatrixName.EditValue = "R-group Matrix 1";
     this.MatrixName.Location  = new System.Drawing.Point(48, 458);
     this.MatrixName.Name      = "MatrixName";
     this.MatrixName.Size      = new System.Drawing.Size(158, 20);
     this.MatrixName.TabIndex  = 71;
     this.MatrixName.Visible   = false;
     //
     // groupBox1
     //
     this.groupBox1.BackColor   = System.Drawing.SystemColors.Control;
     this.groupBox1.Font        = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox1.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.groupBox1.Location    = new System.Drawing.Point(0, 79);
     this.groupBox1.Name        = "groupBox1";
     this.groupBox1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.groupBox1.Size        = new System.Drawing.Size(480, 2);
     this.groupBox1.TabIndex    = 68;
     this.groupBox1.TabStop     = false;
     //
     // label2
     //
     this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.Appearance.BackColor              = System.Drawing.Color.LightSteelBlue;
     this.label2.Appearance.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Appearance.Options.UseBackColor   = true;
     this.label2.Appearance.Options.UseFont        = true;
     this.label2.Appearance.Options.UseTextOptions = true;
     this.label2.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.label2.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Top;
     this.label2.Appearance.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.label2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.label2.BorderStyle  = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.label2.Location     = new System.Drawing.Point(0, 0);
     this.label2.Name         = "label2";
     this.label2.Padding      = new System.Windows.Forms.Padding(4);
     this.label2.Size         = new System.Drawing.Size(643, 80);
     this.label2.TabIndex     = 70;
     this.label2.Text         = resources.GetString("label2.Text");
     //
     // Frame1
     //
     this.Frame1.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.Frame1.BackColor = System.Drawing.Color.Transparent;
     this.Frame1.Controls.Add(this.SQuery);
     this.Frame1.Controls.Add(this.EditStructure);
     this.Frame1.Controls.Add(this.RetrieveModel);
     this.Frame1.Font        = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Frame1.Location    = new System.Drawing.Point(7, 89);
     this.Frame1.Name        = "Frame1";
     this.Frame1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Frame1.Size        = new System.Drawing.Size(429, 331);
     this.Frame1.TabIndex    = 67;
     this.Frame1.TabStop     = false;
     this.Frame1.Text        = "Core Structure with R-groups";
     //
     // EditStructure
     //
     this.EditStructure.Anchor                          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.EditStructure.Appearance.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.EditStructure.Appearance.ForeColor            = System.Drawing.SystemColors.ControlText;
     this.EditStructure.Appearance.Options.UseFont      = true;
     this.EditStructure.Appearance.Options.UseForeColor = true;
     this.EditStructure.Cursor                          = System.Windows.Forms.Cursors.Default;
     this.EditStructure.ImageOptions.Image              = ((System.Drawing.Image)(resources.GetObject("EditStructure.ImageOptions.Image")));
     this.EditStructure.Location                        = new System.Drawing.Point(317, 301);
     this.EditStructure.Name        = "EditStructure";
     this.EditStructure.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.EditStructure.Size        = new System.Drawing.Size(104, 24);
     this.EditStructure.TabIndex    = 33;
     this.EditStructure.Tag         = "EditStructure";
     this.EditStructure.Text        = "&Edit Structure";
     this.EditStructure.Click      += new System.EventHandler(this.EditStructure_Click);
     //
     // RetrieveModel
     //
     this.RetrieveModel.Anchor                          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.RetrieveModel.Appearance.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.RetrieveModel.Appearance.ForeColor            = System.Drawing.SystemColors.ControlText;
     this.RetrieveModel.Appearance.Options.UseFont      = true;
     this.RetrieveModel.Appearance.Options.UseForeColor = true;
     this.RetrieveModel.Cursor                          = System.Windows.Forms.Cursors.Default;
     this.RetrieveModel.Location                        = new System.Drawing.Point(7, 299);
     this.RetrieveModel.Name        = "RetrieveModel";
     this.RetrieveModel.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.RetrieveModel.Size        = new System.Drawing.Size(112, 24);
     this.RetrieveModel.TabIndex    = 32;
     this.RetrieveModel.Tag         = "RetrieveModel";
     this.RetrieveModel.Text        = "&Retrieve Structure";
     this.RetrieveModel.Click      += new System.EventHandler(this.RetrieveModel_Click);
     //
     // Cancel
     //
     this.Cancel.Anchor                          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.Cancel.Appearance.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Cancel.Appearance.ForeColor            = System.Drawing.SystemColors.ControlText;
     this.Cancel.Appearance.Options.UseFont      = true;
     this.Cancel.Appearance.Options.UseForeColor = true;
     this.Cancel.Cursor                          = System.Windows.Forms.Cursors.Default;
     this.Cancel.DialogResult                    = System.Windows.Forms.DialogResult.Cancel;
     this.Cancel.Location                        = new System.Drawing.Point(512, 435);
     this.Cancel.Name        = "Cancel";
     this.Cancel.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Cancel.Size        = new System.Drawing.Size(60, 23);
     this.Cancel.TabIndex    = 66;
     this.Cancel.Tag         = "Cancel";
     this.Cancel.Text        = "Cancel";
     this.Cancel.Click      += new System.EventHandler(this.Cancel_Click);
     //
     // OK
     //
     this.OK.Anchor                          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.OK.Appearance.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.OK.Appearance.ForeColor            = System.Drawing.SystemColors.ControlText;
     this.OK.Appearance.Options.UseFont      = true;
     this.OK.Appearance.Options.UseForeColor = true;
     this.OK.Cursor                          = System.Windows.Forms.Cursors.Default;
     this.OK.Location                        = new System.Drawing.Point(445, 435);
     this.OK.Name        = "OK";
     this.OK.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.OK.Size        = new System.Drawing.Size(60, 23);
     this.OK.TabIndex    = 65;
     this.OK.Tag         = "OK";
     this.OK.Text        = "OK";
     this.OK.Click      += new System.EventHandler(this.OK_Click);
     //
     // SQuery
     //
     this.SQuery.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.SQuery.BorderStyle       = System.Windows.Forms.BorderStyle.Fixed3D;
     this.SQuery.Location          = new System.Drawing.Point(7, 18);
     this.SQuery.Margin            = new System.Windows.Forms.Padding(3, 2, 3, 2);
     moleculeMx1.BackColor         = System.Drawing.Color.Empty;
     moleculeMx1.DateTimeValue     = new System.DateTime(((long)(0)));
     moleculeMx1.DbLink            = "";
     moleculeMx1.Filtered          = false;
     moleculeMx1.ForeColor         = System.Drawing.Color.Black;
     moleculeMx1.FormattedBitmap   = null;
     moleculeMx1.FormattedText     = null;
     moleculeMx1.Hyperlink         = "";
     moleculeMx1.Hyperlinked       = false;
     moleculeMx1.IsNonExistant     = false;
     moleculeMx1.IsRetrievingValue = false;
     moleculeMx1.Modified          = false;
     moleculeMx1.NumericValue      = -4194303D;
     this.SQuery.Molecule          = moleculeMx1;
     this.SQuery.Name     = "SQuery";
     this.SQuery.Size     = new System.Drawing.Size(414, 276);
     this.SQuery.TabIndex = 34;
     //
     // RgroupMatrix
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(643, 462);
     this.Controls.Add(this.Help);
     this.Controls.Add(this.groupBox4);
     this.Controls.Add(this.ShowCoreStructure);
     this.Controls.Add(this.HideRepeatingSubstituents);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.BrowseMatrices);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.MatrixName);
     this.Controls.Add(this.Frame1);
     this.Controls.Add(this.Cancel);
     this.Controls.Add(this.OK);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "RgroupMatrix";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "R-group Matrix";
     ((System.ComponentModel.ISupportInitialize)(this.ShowCoreStructure.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.HideRepeatingSubstituents.Properties)).EndInit();
     this.groupBox3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.Index.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Formula.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Weight.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Smiles.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Structure.Properties)).EndInit();
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.TwoD.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.OneD.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.MatrixName.Properties)).EndInit();
     this.Frame1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemple #5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RgroupDecomposition));
     Mobius.Data.MoleculeMx moleculeMx1 = new Mobius.Data.MoleculeMx();
     this.Help = new DevExpress.XtraEditors.SimpleButton();
     this.ShowCoreStructure       = new DevExpress.XtraEditors.CheckEdit();
     this.groupBox3               = new System.Windows.Forms.GroupBox();
     this.Index                   = new DevExpress.XtraEditors.CheckEdit();
     this.Formula                 = new DevExpress.XtraEditors.CheckEdit();
     this.Weight                  = new DevExpress.XtraEditors.CheckEdit();
     this.Smiles                  = new DevExpress.XtraEditors.CheckEdit();
     this.Structure               = new DevExpress.XtraEditors.CheckEdit();
     this.label1                  = new DevExpress.XtraEditors.LabelControl();
     this.TerminateOption         = new System.Windows.Forms.ComboBox();
     this.Frame1                  = new System.Windows.Forms.GroupBox();
     this.AddToFavoritesButton    = new DevExpress.XtraEditors.SimpleButton();
     this.RetrieveFavoritesButton = new DevExpress.XtraEditors.SimpleButton();
     this.RetrieveRecentButton    = new DevExpress.XtraEditors.SimpleButton();
     this.RetrieveModel           = new DevExpress.XtraEditors.SimpleButton();
     this.EditStructure           = new DevExpress.XtraEditors.SimpleButton();
     this.Cancel                  = new DevExpress.XtraEditors.SimpleButton();
     this.OK            = new DevExpress.XtraEditors.SimpleButton();
     this.label2        = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.QueryMolCtl   = new Mobius.ClientComponents.MoleculeControl();
     ((System.ComponentModel.ISupportInitialize)(this.ShowCoreStructure.Properties)).BeginInit();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Index.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Formula.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Weight.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Smiles.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Structure.Properties)).BeginInit();
     this.Frame1.SuspendLayout();
     this.SuspendLayout();
     //
     // Help
     //
     this.Help.Anchor                          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.Help.Appearance.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Help.Appearance.ForeColor            = System.Drawing.SystemColors.ControlText;
     this.Help.Appearance.Options.UseFont      = true;
     this.Help.Appearance.Options.UseForeColor = true;
     this.Help.Cursor                          = System.Windows.Forms.Cursors.Default;
     this.Help.Location                        = new System.Drawing.Point(549, 439);
     this.Help.Name        = "Help";
     this.Help.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Help.Size        = new System.Drawing.Size(60, 23);
     this.Help.TabIndex    = 74;
     this.Help.Tag         = "Cancel";
     this.Help.Text        = "Help";
     this.Help.Click      += new System.EventHandler(this.Help_Click);
     //
     // ShowCoreStructure
     //
     this.ShowCoreStructure.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.ShowCoreStructure.EditValue = true;
     this.ShowCoreStructure.Location  = new System.Drawing.Point(474, 309);
     this.ShowCoreStructure.Name      = "ShowCoreStructure";
     this.ShowCoreStructure.Properties.Appearance.BackColor            = System.Drawing.Color.Gray;
     this.ShowCoreStructure.Properties.Appearance.Options.UseBackColor = true;
     this.ShowCoreStructure.Properties.Caption = "Show Core Structure";
     this.ShowCoreStructure.Size     = new System.Drawing.Size(126, 19);
     this.ShowCoreStructure.TabIndex = 73;
     this.ShowCoreStructure.Visible  = false;
     //
     // groupBox3
     //
     this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox3.Controls.Add(this.Index);
     this.groupBox3.Controls.Add(this.Formula);
     this.groupBox3.Controls.Add(this.Weight);
     this.groupBox3.Controls.Add(this.Smiles);
     this.groupBox3.Controls.Add(this.Structure);
     this.groupBox3.Location = new System.Drawing.Point(412, 122);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(195, 121);
     this.groupBox3.TabIndex = 72;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Substituent Display";
     //
     // Index
     //
     this.Index.Location           = new System.Drawing.Point(10, 94);
     this.Index.Name               = "Index";
     this.Index.Properties.Caption = "Substituent Index";
     this.Index.Size               = new System.Drawing.Size(112, 19);
     this.Index.TabIndex           = 50;
     //
     // Formula
     //
     this.Formula.Location           = new System.Drawing.Point(10, 56);
     this.Formula.Name               = "Formula";
     this.Formula.Properties.Caption = "Mol. Formula";
     this.Formula.Size               = new System.Drawing.Size(87, 19);
     this.Formula.TabIndex           = 49;
     //
     // Weight
     //
     this.Weight.Location           = new System.Drawing.Point(10, 75);
     this.Weight.Name               = "Weight";
     this.Weight.Properties.Caption = "Mol. Weight";
     this.Weight.Size               = new System.Drawing.Size(83, 19);
     this.Weight.TabIndex           = 48;
     //
     // Smiles
     //
     this.Smiles.Location           = new System.Drawing.Point(10, 37);
     this.Smiles.Name               = "Smiles";
     this.Smiles.Properties.Caption = "Smiles";
     this.Smiles.Size               = new System.Drawing.Size(55, 19);
     this.Smiles.TabIndex           = 46;
     //
     // Structure
     //
     this.Structure.EditValue          = true;
     this.Structure.Location           = new System.Drawing.Point(10, 18);
     this.Structure.Name               = "Structure";
     this.Structure.Properties.Caption = "Structure";
     this.Structure.Size               = new System.Drawing.Size(71, 19);
     this.Structure.TabIndex           = 45;
     //
     // label1
     //
     this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label1.Appearance.BackColor            = System.Drawing.SystemColors.ControlDark;
     this.label1.Appearance.Options.UseBackColor = true;
     this.label1.Location = new System.Drawing.Point(455, 334);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(111, 13);
     this.label1.TabIndex = 70;
     this.label1.Text     = "Include which mapings:";
     this.label1.Visible  = false;
     //
     // TerminateOption
     //
     this.TerminateOption.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.TerminateOption.BackColor         = System.Drawing.SystemColors.ControlDark;
     this.TerminateOption.FormattingEnabled = true;
     this.TerminateOption.Items.AddRange(new object[] {
         "First mapping",
         "All mappings"
     });
     this.TerminateOption.Location = new System.Drawing.Point(467, 350);
     this.TerminateOption.Name     = "TerminateOption";
     this.TerminateOption.Size     = new System.Drawing.Size(133, 21);
     this.TerminateOption.TabIndex = 68;
     this.TerminateOption.Visible  = false;
     //
     // Frame1
     //
     this.Frame1.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.Frame1.BackColor = System.Drawing.Color.Transparent;
     this.Frame1.Controls.Add(this.QueryMolCtl);
     this.Frame1.Controls.Add(this.AddToFavoritesButton);
     this.Frame1.Controls.Add(this.RetrieveFavoritesButton);
     this.Frame1.Controls.Add(this.RetrieveRecentButton);
     this.Frame1.Controls.Add(this.RetrieveModel);
     this.Frame1.Controls.Add(this.EditStructure);
     this.Frame1.Font        = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Frame1.Location    = new System.Drawing.Point(6, 122);
     this.Frame1.Name        = "Frame1";
     this.Frame1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Frame1.Size        = new System.Drawing.Size(391, 301);
     this.Frame1.TabIndex    = 66;
     this.Frame1.TabStop     = false;
     this.Frame1.Text        = "Core Structure with R-groups";
     //
     // AddToFavoritesButton
     //
     this.AddToFavoritesButton.Anchor                          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.AddToFavoritesButton.Appearance.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.AddToFavoritesButton.Appearance.ForeColor            = System.Drawing.Color.Green;
     this.AddToFavoritesButton.Appearance.Options.UseFont      = true;
     this.AddToFavoritesButton.Appearance.Options.UseForeColor = true;
     this.AddToFavoritesButton.Cursor                          = System.Windows.Forms.Cursors.Default;
     this.AddToFavoritesButton.ImageOptions.Location           = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.AddToFavoritesButton.Location                        = new System.Drawing.Point(175, 268);
     this.AddToFavoritesButton.Name        = "AddToFavoritesButton";
     this.AddToFavoritesButton.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.AddToFavoritesButton.Size        = new System.Drawing.Size(16, 22);
     this.AddToFavoritesButton.TabIndex    = 298;
     this.AddToFavoritesButton.Tag         = "";
     this.AddToFavoritesButton.Text        = "+";
     this.AddToFavoritesButton.Click      += new System.EventHandler(this.AddToFavoritesButton_Click);
     //
     // RetrieveFavoritesButton
     //
     this.RetrieveFavoritesButton.Anchor                          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.RetrieveFavoritesButton.Appearance.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.RetrieveFavoritesButton.Appearance.ForeColor            = System.Drawing.SystemColors.ControlText;
     this.RetrieveFavoritesButton.Appearance.Options.UseFont      = true;
     this.RetrieveFavoritesButton.Appearance.Options.UseForeColor = true;
     this.RetrieveFavoritesButton.Cursor                          = System.Windows.Forms.Cursors.Default;
     this.RetrieveFavoritesButton.ImageOptions.Image              = ((System.Drawing.Image)(resources.GetObject("RetrieveFavoritesButton.ImageOptions.Image")));
     this.RetrieveFavoritesButton.ImageOptions.Location           = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.RetrieveFavoritesButton.Location                        = new System.Drawing.Point(153, 268);
     this.RetrieveFavoritesButton.Name        = "RetrieveFavoritesButton";
     this.RetrieveFavoritesButton.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.RetrieveFavoritesButton.Size        = new System.Drawing.Size(22, 22);
     this.RetrieveFavoritesButton.TabIndex    = 297;
     this.RetrieveFavoritesButton.Tag         = "";
     this.RetrieveFavoritesButton.Click      += new System.EventHandler(this.RetrieveFavoritesButton_Click);
     //
     // RetrieveRecentButton
     //
     this.RetrieveRecentButton.Anchor                          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.RetrieveRecentButton.Appearance.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.RetrieveRecentButton.Appearance.ForeColor            = System.Drawing.SystemColors.ControlText;
     this.RetrieveRecentButton.Appearance.Options.UseFont      = true;
     this.RetrieveRecentButton.Appearance.Options.UseForeColor = true;
     this.RetrieveRecentButton.Cursor                          = System.Windows.Forms.Cursors.Default;
     this.RetrieveRecentButton.ImageOptions.Image              = ((System.Drawing.Image)(resources.GetObject("RetrieveRecentButton.ImageOptions.Image")));
     this.RetrieveRecentButton.ImageOptions.Location           = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.RetrieveRecentButton.Location                        = new System.Drawing.Point(125, 268);
     this.RetrieveRecentButton.Name        = "RetrieveRecentButton";
     this.RetrieveRecentButton.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.RetrieveRecentButton.Size        = new System.Drawing.Size(22, 22);
     this.RetrieveRecentButton.TabIndex    = 296;
     this.RetrieveRecentButton.Tag         = "";
     this.RetrieveRecentButton.Click      += new System.EventHandler(this.RetrieveRecentButton_Click);
     //
     // RetrieveModel
     //
     this.RetrieveModel.Anchor                            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.RetrieveModel.Appearance.Font                   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.RetrieveModel.Appearance.ForeColor              = System.Drawing.SystemColors.ControlText;
     this.RetrieveModel.Appearance.Options.UseFont        = true;
     this.RetrieveModel.Appearance.Options.UseForeColor   = true;
     this.RetrieveModel.Cursor                            = System.Windows.Forms.Cursors.Default;
     this.RetrieveModel.ImageOptions.Image                = ((System.Drawing.Image)(resources.GetObject("RetrieveModel.ImageOptions.Image")));
     this.RetrieveModel.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.RightCenter;
     this.RetrieveModel.Location                          = new System.Drawing.Point(9, 268);
     this.RetrieveModel.Name        = "RetrieveModel";
     this.RetrieveModel.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.RetrieveModel.Size        = new System.Drawing.Size(110, 22);
     this.RetrieveModel.TabIndex    = 295;
     this.RetrieveModel.Tag         = "RetrieveModel";
     this.RetrieveModel.Text        = "Retrieve Structure";
     this.RetrieveModel.Click      += new System.EventHandler(this.RetrieveModel_Click);
     //
     // EditStructure
     //
     this.EditStructure.Anchor                          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.EditStructure.Appearance.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.EditStructure.Appearance.ForeColor            = System.Drawing.SystemColors.ControlText;
     this.EditStructure.Appearance.Options.UseFont      = true;
     this.EditStructure.Appearance.Options.UseForeColor = true;
     this.EditStructure.Cursor                          = System.Windows.Forms.Cursors.Default;
     this.EditStructure.ImageOptions.Image              = ((System.Drawing.Image)(resources.GetObject("EditStructure.ImageOptions.Image")));
     this.EditStructure.Location                        = new System.Drawing.Point(199, 268);
     this.EditStructure.Name        = "EditStructure";
     this.EditStructure.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.EditStructure.Size        = new System.Drawing.Size(56, 22);
     this.EditStructure.TabIndex    = 33;
     this.EditStructure.Tag         = "EditStructure";
     this.EditStructure.Text        = "Edit";
     this.EditStructure.Click      += new System.EventHandler(this.EditStructure_Click);
     //
     // Cancel
     //
     this.Cancel.Anchor                          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.Cancel.Appearance.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Cancel.Appearance.ForeColor            = System.Drawing.SystemColors.ControlText;
     this.Cancel.Appearance.Options.UseFont      = true;
     this.Cancel.Appearance.Options.UseForeColor = true;
     this.Cancel.Cursor                          = System.Windows.Forms.Cursors.Default;
     this.Cancel.DialogResult                    = System.Windows.Forms.DialogResult.Cancel;
     this.Cancel.Location                        = new System.Drawing.Point(483, 439);
     this.Cancel.Name        = "Cancel";
     this.Cancel.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Cancel.Size        = new System.Drawing.Size(60, 23);
     this.Cancel.TabIndex    = 65;
     this.Cancel.Tag         = "Cancel";
     this.Cancel.Text        = "Cancel";
     this.Cancel.Click      += new System.EventHandler(this.Cancel_Click);
     //
     // OK
     //
     this.OK.Anchor                          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.OK.Appearance.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.OK.Appearance.ForeColor            = System.Drawing.SystemColors.ControlText;
     this.OK.Appearance.Options.UseFont      = true;
     this.OK.Appearance.Options.UseForeColor = true;
     this.OK.Cursor                          = System.Windows.Forms.Cursors.Default;
     this.OK.Location                        = new System.Drawing.Point(417, 439);
     this.OK.Name        = "OK";
     this.OK.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.OK.Size        = new System.Drawing.Size(60, 23);
     this.OK.TabIndex    = 64;
     this.OK.Tag         = "OK";
     this.OK.Text        = "OK";
     this.OK.Click      += new System.EventHandler(this.OK_Click);
     //
     // label2
     //
     this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.Appearance.BackColor              = System.Drawing.Color.LightSteelBlue;
     this.label2.Appearance.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Appearance.Options.UseBackColor   = true;
     this.label2.Appearance.Options.UseFont        = true;
     this.label2.Appearance.Options.UseTextOptions = true;
     this.label2.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.label2.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Top;
     this.label2.Appearance.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.label2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.label2.BorderStyle  = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.label2.Location     = new System.Drawing.Point(0, 0);
     this.label2.Name         = "label2";
     this.label2.Padding      = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.label2.Size         = new System.Drawing.Size(614, 105);
     this.label2.TabIndex     = 71;
     this.label2.Text         = resources.GetString("label2.Text");
     //
     // labelControl2
     //
     this.labelControl2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControl2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl2.LineVisible  = true;
     this.labelControl2.Location     = new System.Drawing.Point(0, 428);
     this.labelControl2.Name         = "labelControl2";
     this.labelControl2.Size         = new System.Drawing.Size(614, 4);
     this.labelControl2.TabIndex     = 76;
     //
     // labelControl1
     //
     this.labelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControl1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl1.LineVisible  = true;
     this.labelControl1.Location     = new System.Drawing.Point(0, 104);
     this.labelControl1.Name         = "labelControl1";
     this.labelControl1.Size         = new System.Drawing.Size(614, 4);
     this.labelControl1.TabIndex     = 75;
     //
     // QueryMolCtl
     //
     this.QueryMolCtl.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.QueryMolCtl.BorderStyle  = System.Windows.Forms.BorderStyle.Fixed3D;
     this.QueryMolCtl.Location     = new System.Drawing.Point(9, 20);
     this.QueryMolCtl.Margin       = new System.Windows.Forms.Padding(3, 2, 3, 2);
     moleculeMx1.BackColor         = System.Drawing.Color.Empty;
     moleculeMx1.DateTimeValue     = new System.DateTime(((long)(0)));
     moleculeMx1.DbLink            = "";
     moleculeMx1.Filtered          = false;
     moleculeMx1.ForeColor         = System.Drawing.Color.Black;
     moleculeMx1.FormattedBitmap   = null;
     moleculeMx1.FormattedText     = null;
     moleculeMx1.Hyperlink         = "";
     moleculeMx1.Hyperlinked       = false;
     moleculeMx1.IsNonExistant     = false;
     moleculeMx1.IsRetrievingValue = false;
     moleculeMx1.Modified          = false;
     moleculeMx1.NumericValue      = -4194303D;
     this.QueryMolCtl.Molecule     = moleculeMx1;
     this.QueryMolCtl.Name         = "QueryMolCtl";
     this.QueryMolCtl.Size         = new System.Drawing.Size(374, 243);
     this.QueryMolCtl.TabIndex     = 77;
     //
     // RgroupDecomposition
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(614, 467);
     this.Controls.Add(this.labelControl2);
     this.Controls.Add(this.Help);
     this.Controls.Add(this.ShowCoreStructure);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.TerminateOption);
     this.Controls.Add(this.Frame1);
     this.Controls.Add(this.Cancel);
     this.Controls.Add(this.OK);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.labelControl1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MinimizeBox     = false;
     this.Name            = "RgroupDecomposition";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "R-group Decomposition Table";
     ((System.ComponentModel.ISupportInitialize)(this.ShowCoreStructure.Properties)).EndInit();
     this.groupBox3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.Index.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Formula.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Weight.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Smiles.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Structure.Properties)).EndInit();
     this.Frame1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemple #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.components = new System.ComponentModel.Container();
     Mobius.Data.MoleculeMx moleculeMx1 = new Mobius.Data.MoleculeMx();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SingleMoleculeEditorControl));
     this.MoleculeControl         = new Mobius.ClientComponents.MoleculeControl();
     this.AddToFavoritesButton    = new DevExpress.XtraEditors.SimpleButton();
     this.RetrieveFavoritesButton = new DevExpress.XtraEditors.SimpleButton();
     this.RetrieveRecentButton    = new DevExpress.XtraEditors.SimpleButton();
     this.RetrieveModel           = new DevExpress.XtraEditors.SimpleButton();
     this.EditStructure           = new DevExpress.XtraEditors.SimpleButton();
     this.ToolTip1             = new System.Windows.Forms.ToolTip(this.components);
     this.MolDisplayFormatEdit = new DevExpress.XtraEditors.ComboBoxEdit();
     this.labelControl1        = new DevExpress.XtraEditors.LabelControl();
     ((System.ComponentModel.ISupportInitialize)(this.MolDisplayFormatEdit.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // MoleculeControl
     //
     this.MoleculeControl.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.MoleculeControl.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.MoleculeControl.Location    = new System.Drawing.Point(0, 0);
     this.MoleculeControl.Margin      = new System.Windows.Forms.Padding(3, 2, 3, 2);
     moleculeMx1.BackColor            = System.Drawing.Color.Empty;
     moleculeMx1.DateTimeValue        = new System.DateTime(((long)(0)));
     moleculeMx1.DbLink            = "";
     moleculeMx1.Filtered          = false;
     moleculeMx1.ForeColor         = System.Drawing.Color.Black;
     moleculeMx1.FormattedBitmap   = null;
     moleculeMx1.FormattedText     = null;
     moleculeMx1.Hyperlink         = "";
     moleculeMx1.Hyperlinked       = false;
     moleculeMx1.IsNonExistant     = false;
     moleculeMx1.IsRetrievingValue = false;
     moleculeMx1.Modified          = false;
     moleculeMx1.NumericValue      = -4194303D;
     this.MoleculeControl.Molecule = moleculeMx1;
     this.MoleculeControl.Name     = "MoleculeControl";
     this.MoleculeControl.Size     = new System.Drawing.Size(500, 337);
     this.MoleculeControl.TabIndex = 0;
     //
     // AddToFavoritesButton
     //
     this.AddToFavoritesButton.Anchor                          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.AddToFavoritesButton.Appearance.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.AddToFavoritesButton.Appearance.ForeColor            = System.Drawing.Color.Green;
     this.AddToFavoritesButton.Appearance.Options.UseFont      = true;
     this.AddToFavoritesButton.Appearance.Options.UseForeColor = true;
     this.AddToFavoritesButton.Cursor                          = System.Windows.Forms.Cursors.Default;
     this.AddToFavoritesButton.ImageOptions.Location           = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.AddToFavoritesButton.Location                        = new System.Drawing.Point(172, 340);
     this.AddToFavoritesButton.Name        = "AddToFavoritesButton";
     this.AddToFavoritesButton.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.AddToFavoritesButton.Size        = new System.Drawing.Size(16, 22);
     this.AddToFavoritesButton.TabIndex    = 43;
     this.AddToFavoritesButton.Tag         = "";
     this.AddToFavoritesButton.Text        = "+";
     this.AddToFavoritesButton.Click      += new System.EventHandler(this.AddToFavoritesButton_Click);
     //
     // RetrieveFavoritesButton
     //
     this.RetrieveFavoritesButton.Anchor                          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.RetrieveFavoritesButton.Appearance.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.RetrieveFavoritesButton.Appearance.ForeColor            = System.Drawing.SystemColors.ControlText;
     this.RetrieveFavoritesButton.Appearance.Options.UseFont      = true;
     this.RetrieveFavoritesButton.Appearance.Options.UseForeColor = true;
     this.RetrieveFavoritesButton.Cursor                          = System.Windows.Forms.Cursors.Default;
     this.RetrieveFavoritesButton.ImageOptions.Image              = ((System.Drawing.Image)(resources.GetObject("RetrieveFavoritesButton.ImageOptions.Image")));
     this.RetrieveFavoritesButton.ImageOptions.Location           = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.RetrieveFavoritesButton.Location                        = new System.Drawing.Point(151, 340);
     this.RetrieveFavoritesButton.Name        = "RetrieveFavoritesButton";
     this.RetrieveFavoritesButton.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.RetrieveFavoritesButton.Size        = new System.Drawing.Size(22, 22);
     this.RetrieveFavoritesButton.TabIndex    = 42;
     this.RetrieveFavoritesButton.Tag         = "";
     this.RetrieveFavoritesButton.Click      += new System.EventHandler(this.RetrieveFavoritesButton_Click);
     //
     // RetrieveRecentButton
     //
     this.RetrieveRecentButton.Anchor                          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.RetrieveRecentButton.Appearance.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.RetrieveRecentButton.Appearance.ForeColor            = System.Drawing.SystemColors.ControlText;
     this.RetrieveRecentButton.Appearance.Options.UseFont      = true;
     this.RetrieveRecentButton.Appearance.Options.UseForeColor = true;
     this.RetrieveRecentButton.Cursor                          = System.Windows.Forms.Cursors.Default;
     this.RetrieveRecentButton.ImageOptions.Image              = ((System.Drawing.Image)(resources.GetObject("RetrieveRecentButton.ImageOptions.Image")));
     this.RetrieveRecentButton.ImageOptions.Location           = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.RetrieveRecentButton.Location                        = new System.Drawing.Point(123, 340);
     this.RetrieveRecentButton.Name        = "RetrieveRecentButton";
     this.RetrieveRecentButton.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.RetrieveRecentButton.Size        = new System.Drawing.Size(22, 22);
     this.RetrieveRecentButton.TabIndex    = 41;
     this.RetrieveRecentButton.Tag         = "";
     this.RetrieveRecentButton.Click      += new System.EventHandler(this.RetrieveRecentButton_Click);
     //
     // RetrieveModel
     //
     this.RetrieveModel.Anchor                          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.RetrieveModel.Appearance.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.RetrieveModel.Appearance.ForeColor            = System.Drawing.SystemColors.ControlText;
     this.RetrieveModel.Appearance.Options.UseFont      = true;
     this.RetrieveModel.Appearance.Options.UseForeColor = true;
     this.RetrieveModel.Cursor                          = System.Windows.Forms.Cursors.Default;
     this.RetrieveModel.Location                        = new System.Drawing.Point(3, 340);
     this.RetrieveModel.Name        = "RetrieveModel";
     this.RetrieveModel.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.RetrieveModel.Size        = new System.Drawing.Size(114, 22);
     this.RetrieveModel.TabIndex    = 39;
     this.RetrieveModel.Tag         = "RetrieveModel";
     this.RetrieveModel.Text        = "Retrieve Structure";
     this.RetrieveModel.Click      += new System.EventHandler(this.RetrieveModel_Click);
     //
     // EditStructure
     //
     this.EditStructure.Anchor                          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.EditStructure.Appearance.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.EditStructure.Appearance.ForeColor            = System.Drawing.SystemColors.ControlText;
     this.EditStructure.Appearance.Options.UseFont      = true;
     this.EditStructure.Appearance.Options.UseForeColor = true;
     this.EditStructure.Cursor                          = System.Windows.Forms.Cursors.Default;
     this.EditStructure.ImageOptions.Image              = ((System.Drawing.Image)(resources.GetObject("EditStructure.ImageOptions.Image")));
     this.EditStructure.Location                        = new System.Drawing.Point(428, 340);
     this.EditStructure.Name        = "EditStructure";
     this.EditStructure.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.EditStructure.Size        = new System.Drawing.Size(72, 22);
     this.EditStructure.TabIndex    = 40;
     this.EditStructure.Tag         = "EditStructure";
     this.EditStructure.Text        = "Edit";
     this.EditStructure.Click      += new System.EventHandler(this.EditStructure_Click);
     //
     // MolDisplayFormatEdit
     //
     this.MolDisplayFormatEdit.Anchor                = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.MolDisplayFormatEdit.EditValue             = "Structure";
     this.MolDisplayFormatEdit.Location              = new System.Drawing.Point(298, 340);
     this.MolDisplayFormatEdit.Margin                = new System.Windows.Forms.Padding(2);
     this.MolDisplayFormatEdit.Name                  = "MolDisplayFormatEdit";
     this.MolDisplayFormatEdit.Properties.AutoHeight = false;
     this.MolDisplayFormatEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.MolDisplayFormatEdit.Properties.Items.AddRange(new object[] {
         "Structure",
         "Biopolymer"
     });
     this.MolDisplayFormatEdit.Properties.Padding = new System.Windows.Forms.Padding(1, 0, 0, 0);
     this.MolDisplayFormatEdit.Size     = new System.Drawing.Size(74, 22);
     this.MolDisplayFormatEdit.TabIndex = 44;
     this.MolDisplayFormatEdit.ToolTip  = "View/edit as full atom/bond Structure or Biopolymer";
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(253, 344);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(40, 13);
     this.labelControl1.TabIndex = 46;
     this.labelControl1.Text     = "View as:";
     //
     // SingleMoleculeEditorControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.labelControl1);
     this.Controls.Add(this.MolDisplayFormatEdit);
     this.Controls.Add(this.AddToFavoritesButton);
     this.Controls.Add(this.RetrieveFavoritesButton);
     this.Controls.Add(this.RetrieveRecentButton);
     this.Controls.Add(this.RetrieveModel);
     this.Controls.Add(this.EditStructure);
     this.Controls.Add(this.MoleculeControl);
     this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.Name   = "SingleMoleculeEditorControl";
     this.Size   = new System.Drawing.Size(502, 366);
     ((System.ComponentModel.ISupportInitialize)(this.MolDisplayFormatEdit.Properties)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemple #7
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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CriteriaStructure));
     Mobius.Data.MoleculeMx moleculeMx1 = new Mobius.Data.MoleculeMx();
     this.Full                         = new DevExpress.XtraEditors.CheckEdit();
     this.OK                           = new DevExpress.XtraEditors.SimpleButton();
     this.Cancel                       = new DevExpress.XtraEditors.SimpleButton();
     this.RetrieveModel                = new DevExpress.XtraEditors.SimpleButton();
     this.Label1                       = new DevExpress.XtraEditors.LabelControl();
     this.ToolTip1                     = new System.Windows.Forms.ToolTip(this.components);
     this.None                         = new DevExpress.XtraEditors.CheckEdit();
     this.Similarity                   = new DevExpress.XtraEditors.CheckEdit();
     this.SubStruct                    = new DevExpress.XtraEditors.CheckEdit();
     this.labelControl2                = new DevExpress.XtraEditors.LabelControl();
     this.BottomDivider                = new DevExpress.XtraEditors.LabelControl();
     this.SmallWorld                   = new DevExpress.XtraEditors.CheckEdit();
     this.ShowOptionsButton            = new DevExpress.XtraEditors.SimpleButton();
     this.Bitmaps8x8                   = new System.Windows.Forms.ImageList(this.components);
     this.PreviewPanel                 = new DevExpress.XtraEditors.PanelControl();
     this.PreviewCtl                   = new Mobius.ClientComponents.CriteriaStructurePreview();
     this.RetrieveRecentButton         = new DevExpress.XtraEditors.SimpleButton();
     this.RetrieveFavoritesButton      = new DevExpress.XtraEditors.SimpleButton();
     this.AddToFavoritesButton         = new DevExpress.XtraEditors.SimpleButton();
     this.EditMoleculeDropdownMenu     = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.NewChemicalStructureMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.NewBiopolymerMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.QueryMolCtl                  = new Mobius.ClientComponents.MoleculeControl();
     this.SSOptions                    = new Mobius.ClientComponents.CriteriaStructureOptionsSS();
     this.SmallWorldOptions            = new Mobius.ClientComponents.CriteriaStructureOptionsSW();
     this.SimOptions                   = new Mobius.ClientComponents.CriteriaStructureOptionsSim();
     this.FSOptions                    = new Mobius.ClientComponents.CriteriaStructureOptionsFull();
     this.EditStructureButton          = new DevExpress.XtraEditors.DropDownButton();
     ((System.ComponentModel.ISupportInitialize)(this.Full.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.None.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Similarity.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.SubStruct.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.SmallWorld.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PreviewPanel)).BeginInit();
     this.PreviewPanel.SuspendLayout();
     this.EditMoleculeDropdownMenu.SuspendLayout();
     this.SuspendLayout();
     //
     // Full
     //
     this.Full.Cursor   = System.Windows.Forms.Cursors.Default;
     this.Full.Location = new System.Drawing.Point(253, 26);
     this.Full.Name     = "Full";
     this.Full.Properties.Appearance.BackColor                    = System.Drawing.Color.Transparent;
     this.Full.Properties.Appearance.Font                         = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Full.Properties.Appearance.ForeColor                    = System.Drawing.SystemColors.ControlText;
     this.Full.Properties.Appearance.Options.UseBackColor         = true;
     this.Full.Properties.Appearance.Options.UseFont              = true;
     this.Full.Properties.Appearance.Options.UseForeColor         = true;
     this.Full.Properties.AppearanceDisabled.ForeColor            = System.Drawing.SystemColors.ControlDark;
     this.Full.Properties.AppearanceDisabled.Options.UseForeColor = true;
     this.Full.Properties.Caption         = "&Full Structure";
     this.Full.Properties.CheckStyle      = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
     this.Full.Properties.RadioGroupIndex = 1;
     this.Full.RightToLeft     = System.Windows.Forms.RightToLeft.No;
     this.Full.Size            = new System.Drawing.Size(92, 19);
     this.Full.TabIndex        = 6;
     this.Full.TabStop         = false;
     this.Full.CheckedChanged += new System.EventHandler(this.Full_CheckedChanged);
     //
     // OK
     //
     this.OK.Anchor                          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.OK.Appearance.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.OK.Appearance.ForeColor            = System.Drawing.SystemColors.ControlText;
     this.OK.Appearance.Options.UseFont      = true;
     this.OK.Appearance.Options.UseForeColor = true;
     this.OK.Cursor                          = System.Windows.Forms.Cursors.Default;
     this.OK.DialogResult                    = System.Windows.Forms.DialogResult.OK;
     this.OK.Location                        = new System.Drawing.Point(1159, 760);
     this.OK.Name        = "OK";
     this.OK.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.OK.Size        = new System.Drawing.Size(58, 22);
     this.OK.TabIndex    = 20;
     this.OK.Tag         = "OK";
     this.OK.Text        = "OK";
     this.OK.Click      += new System.EventHandler(this.OK_Click);
     //
     // Cancel
     //
     this.Cancel.Anchor                          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.Cancel.Appearance.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Cancel.Appearance.ForeColor            = System.Drawing.SystemColors.ControlText;
     this.Cancel.Appearance.Options.UseFont      = true;
     this.Cancel.Appearance.Options.UseForeColor = true;
     this.Cancel.Cursor                          = System.Windows.Forms.Cursors.Default;
     this.Cancel.DialogResult                    = System.Windows.Forms.DialogResult.Cancel;
     this.Cancel.Location                        = new System.Drawing.Point(1224, 760);
     this.Cancel.Name        = "Cancel";
     this.Cancel.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Cancel.Size        = new System.Drawing.Size(59, 22);
     this.Cancel.TabIndex    = 21;
     this.Cancel.Tag         = "Cancel";
     this.Cancel.Text        = "Cancel";
     this.Cancel.Click      += new System.EventHandler(this.Cancel_Click);
     //
     // RetrieveModel
     //
     this.RetrieveModel.Appearance.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.RetrieveModel.Appearance.ForeColor            = System.Drawing.SystemColors.ControlText;
     this.RetrieveModel.Appearance.Options.UseFont      = true;
     this.RetrieveModel.Appearance.Options.UseForeColor = true;
     this.RetrieveModel.Cursor             = System.Windows.Forms.Cursors.Default;
     this.RetrieveModel.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("RetrieveModel.ImageOptions.Image")));
     this.RetrieveModel.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.RightCenter;
     this.RetrieveModel.Location    = new System.Drawing.Point(8, 361);
     this.RetrieveModel.Name        = "RetrieveModel";
     this.RetrieveModel.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.RetrieveModel.Size        = new System.Drawing.Size(73, 22);
     this.RetrieveModel.TabIndex    = 18;
     this.RetrieveModel.Tag         = "RetrieveModel";
     this.RetrieveModel.Text        = "Retrieve";
     this.RetrieveModel.Click      += new System.EventHandler(this.RetrieveModel_Click);
     //
     // Label1
     //
     this.Label1.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.Label1.Appearance.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Label1.Appearance.ForeColor            = System.Drawing.SystemColors.WindowText;
     this.Label1.Appearance.Options.UseBackColor = true;
     this.Label1.Appearance.Options.UseFont      = true;
     this.Label1.Appearance.Options.UseForeColor = true;
     this.Label1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.Label1.Cursor       = System.Windows.Forms.Cursors.Default;
     this.Label1.LineVisible  = true;
     this.Label1.Location     = new System.Drawing.Point(5, 6);
     this.Label1.Name         = "Label1";
     this.Label1.Size         = new System.Drawing.Size(383, 16);
     this.Label1.TabIndex     = 22;
     this.Label1.Text         = "Structure search type";
     //
     // None
     //
     this.None.Cursor   = System.Windows.Forms.Cursors.Default;
     this.None.Location = new System.Drawing.Point(147, 57);
     this.None.Name     = "None";
     this.None.Properties.Appearance.BackColor                    = System.Drawing.Color.Transparent;
     this.None.Properties.Appearance.Font                         = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.None.Properties.Appearance.ForeColor                    = System.Drawing.SystemColors.ControlText;
     this.None.Properties.Appearance.Options.UseBackColor         = true;
     this.None.Properties.Appearance.Options.UseFont              = true;
     this.None.Properties.Appearance.Options.UseForeColor         = true;
     this.None.Properties.AppearanceDisabled.ForeColor            = System.Drawing.SystemColors.ControlDark;
     this.None.Properties.AppearanceDisabled.Options.UseForeColor = true;
     this.None.Properties.Caption         = "None";
     this.None.Properties.CheckStyle      = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
     this.None.Properties.RadioGroupIndex = 1;
     this.None.RightToLeft     = System.Windows.Forms.RightToLeft.No;
     this.None.Size            = new System.Drawing.Size(60, 19);
     this.None.TabIndex        = 9;
     this.None.TabStop         = false;
     this.None.CheckedChanged += new System.EventHandler(this.None_CheckedChanged);
     //
     // Similarity
     //
     this.Similarity.Cursor   = System.Windows.Forms.Cursors.Default;
     this.Similarity.Location = new System.Drawing.Point(147, 26);
     this.Similarity.Name     = "Similarity";
     this.Similarity.Properties.Appearance.BackColor                    = System.Drawing.Color.Transparent;
     this.Similarity.Properties.Appearance.Font                         = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Similarity.Properties.Appearance.ForeColor                    = System.Drawing.SystemColors.ControlText;
     this.Similarity.Properties.Appearance.Options.UseBackColor         = true;
     this.Similarity.Properties.Appearance.Options.UseFont              = true;
     this.Similarity.Properties.Appearance.Options.UseForeColor         = true;
     this.Similarity.Properties.AppearanceDisabled.ForeColor            = System.Drawing.SystemColors.ControlDark;
     this.Similarity.Properties.AppearanceDisabled.Options.UseForeColor = true;
     this.Similarity.Properties.Caption         = "Si&milarity";
     this.Similarity.Properties.CheckStyle      = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
     this.Similarity.Properties.RadioGroupIndex = 1;
     this.Similarity.RightToLeft     = System.Windows.Forms.RightToLeft.No;
     this.Similarity.Size            = new System.Drawing.Size(82, 19);
     this.Similarity.TabIndex        = 8;
     this.Similarity.TabStop         = false;
     this.Similarity.CheckedChanged += new System.EventHandler(this.Similarity_CheckedChanged);
     //
     // SubStruct
     //
     this.SubStruct.Cursor    = System.Windows.Forms.Cursors.Default;
     this.SubStruct.EditValue = true;
     this.SubStruct.Location  = new System.Drawing.Point(12, 28);
     this.SubStruct.Name      = "SubStruct";
     this.SubStruct.Properties.Appearance.BackColor                    = System.Drawing.Color.Transparent;
     this.SubStruct.Properties.Appearance.Font                         = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.SubStruct.Properties.Appearance.ForeColor                    = System.Drawing.SystemColors.ControlText;
     this.SubStruct.Properties.Appearance.Options.UseBackColor         = true;
     this.SubStruct.Properties.Appearance.Options.UseFont              = true;
     this.SubStruct.Properties.Appearance.Options.UseForeColor         = true;
     this.SubStruct.Properties.AppearanceDisabled.ForeColor            = System.Drawing.SystemColors.ControlDark;
     this.SubStruct.Properties.AppearanceDisabled.Options.UseForeColor = true;
     this.SubStruct.Properties.Caption         = "&Substructure";
     this.SubStruct.Properties.CheckStyle      = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
     this.SubStruct.Properties.RadioGroupIndex = 1;
     this.SubStruct.RightToLeft     = System.Windows.Forms.RightToLeft.No;
     this.SubStruct.Size            = new System.Drawing.Size(93, 19);
     this.SubStruct.TabIndex        = 7;
     this.SubStruct.CheckedChanged += new System.EventHandler(this.SubStruct_CheckedChanged);
     //
     // labelControl2
     //
     this.labelControl2.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.labelControl2.Appearance.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelControl2.Appearance.ForeColor            = System.Drawing.SystemColors.WindowText;
     this.labelControl2.Appearance.Options.UseBackColor = true;
     this.labelControl2.Appearance.Options.UseFont      = true;
     this.labelControl2.Appearance.Options.UseForeColor = true;
     this.labelControl2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl2.Cursor       = System.Windows.Forms.Cursors.Default;
     this.labelControl2.LineVisible  = true;
     this.labelControl2.Location     = new System.Drawing.Point(5, 82);
     this.labelControl2.Name         = "labelControl2";
     this.labelControl2.Size         = new System.Drawing.Size(385, 17);
     this.labelControl2.TabIndex     = 27;
     this.labelControl2.Text         = "Query structure";
     //
     // BottomDivider
     //
     this.BottomDivider.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.BottomDivider.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.BottomDivider.Appearance.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.BottomDivider.Appearance.ForeColor            = System.Drawing.SystemColors.WindowText;
     this.BottomDivider.Appearance.Options.UseBackColor = true;
     this.BottomDivider.Appearance.Options.UseFont      = true;
     this.BottomDivider.Appearance.Options.UseForeColor = true;
     this.BottomDivider.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.BottomDivider.Cursor       = System.Windows.Forms.Cursors.Default;
     this.BottomDivider.LineVisible  = true;
     this.BottomDivider.Location     = new System.Drawing.Point(-3, 749);
     this.BottomDivider.Name         = "BottomDivider";
     this.BottomDivider.Size         = new System.Drawing.Size(1291, 6);
     this.BottomDivider.TabIndex     = 26;
     //
     // SmallWorld
     //
     this.SmallWorld.Cursor   = System.Windows.Forms.Cursors.Default;
     this.SmallWorld.Location = new System.Drawing.Point(12, 57);
     this.SmallWorld.Name     = "SmallWorld";
     this.SmallWorld.Properties.Appearance.BackColor                    = System.Drawing.Color.Transparent;
     this.SmallWorld.Properties.Appearance.Font                         = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.SmallWorld.Properties.Appearance.ForeColor                    = System.Drawing.SystemColors.ControlText;
     this.SmallWorld.Properties.Appearance.Options.UseBackColor         = true;
     this.SmallWorld.Properties.Appearance.Options.UseFont              = true;
     this.SmallWorld.Properties.Appearance.Options.UseForeColor         = true;
     this.SmallWorld.Properties.AppearanceDisabled.ForeColor            = System.Drawing.SystemColors.ControlDark;
     this.SmallWorld.Properties.AppearanceDisabled.Options.UseForeColor = true;
     this.SmallWorld.Properties.Caption         = "Small World";
     this.SmallWorld.Properties.CheckStyle      = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
     this.SmallWorld.Properties.RadioGroupIndex = 1;
     this.SmallWorld.RightToLeft     = System.Windows.Forms.RightToLeft.No;
     this.SmallWorld.Size            = new System.Drawing.Size(82, 19);
     this.SmallWorld.TabIndex        = 28;
     this.SmallWorld.TabStop         = false;
     this.SmallWorld.CheckedChanged += new System.EventHandler(this.SmallWorld_CheckedChanged);
     //
     // ShowOptionsButton
     //
     this.ShowOptionsButton.Appearance.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ShowOptionsButton.Appearance.ForeColor            = System.Drawing.SystemColors.ControlText;
     this.ShowOptionsButton.Appearance.Options.UseFont      = true;
     this.ShowOptionsButton.Appearance.Options.UseForeColor = true;
     this.ShowOptionsButton.Cursor = System.Windows.Forms.Cursors.Default;
     this.ShowOptionsButton.ImageOptions.ImageIndex = 0;
     this.ShowOptionsButton.ImageOptions.ImageList  = this.Bitmaps8x8;
     this.ShowOptionsButton.ImageOptions.Location   = DevExpress.XtraEditors.ImageLocation.MiddleRight;
     this.ShowOptionsButton.Location    = new System.Drawing.Point(253, 57);
     this.ShowOptionsButton.Name        = "ShowOptionsButton";
     this.ShowOptionsButton.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.ShowOptionsButton.Size        = new System.Drawing.Size(105, 22);
     this.ShowOptionsButton.TabIndex    = 29;
     this.ShowOptionsButton.Tag         = "OK";
     this.ShowOptionsButton.Text        = "Search Options";
     this.ShowOptionsButton.Click      += new System.EventHandler(this.ShowOptionsButton_Click);
     //
     // Bitmaps8x8
     //
     this.Bitmaps8x8.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("Bitmaps8x8.ImageStream")));
     this.Bitmaps8x8.TransparentColor = System.Drawing.Color.Cyan;
     this.Bitmaps8x8.Images.SetKeyName(0, "DropDownChevron8x8.bmp");
     this.Bitmaps8x8.Images.SetKeyName(1, "DropUpChevron8x8.bmp");
     //
     // PreviewPanel
     //
     this.PreviewPanel.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.PreviewPanel.Controls.Add(this.PreviewCtl);
     this.PreviewPanel.Location = new System.Drawing.Point(397, 0);
     this.PreviewPanel.Name     = "PreviewPanel";
     this.PreviewPanel.Size     = new System.Drawing.Size(494, 653);
     this.PreviewPanel.TabIndex = 35;
     //
     // PreviewCtl
     //
     this.PreviewCtl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.PreviewCtl.Location    = new System.Drawing.Point(0, 0);
     this.PreviewCtl.Margin      = new System.Windows.Forms.Padding(4);
     this.PreviewCtl.Name        = "PreviewCtl";
     this.PreviewCtl.Size        = new System.Drawing.Size(477, 613);
     this.PreviewCtl.TabIndex    = 34;
     //
     // RetrieveRecentButton
     //
     this.RetrieveRecentButton.Appearance.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.RetrieveRecentButton.Appearance.ForeColor            = System.Drawing.SystemColors.ControlText;
     this.RetrieveRecentButton.Appearance.Options.UseFont      = true;
     this.RetrieveRecentButton.Appearance.Options.UseForeColor = true;
     this.RetrieveRecentButton.Cursor                = System.Windows.Forms.Cursors.Default;
     this.RetrieveRecentButton.ImageOptions.Image    = ((System.Drawing.Image)(resources.GetObject("RetrieveRecentButton.ImageOptions.Image")));
     this.RetrieveRecentButton.ImageOptions.Location = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.RetrieveRecentButton.Location              = new System.Drawing.Point(88, 361);
     this.RetrieveRecentButton.Name        = "RetrieveRecentButton";
     this.RetrieveRecentButton.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.RetrieveRecentButton.Size        = new System.Drawing.Size(22, 22);
     this.RetrieveRecentButton.TabIndex    = 36;
     this.RetrieveRecentButton.Tag         = "";
     this.RetrieveRecentButton.ToolTip     = "Select a structure from the recently used molecule list";
     this.RetrieveRecentButton.Click      += new System.EventHandler(this.RetrieveRecentButton_Click);
     //
     // RetrieveFavoritesButton
     //
     this.RetrieveFavoritesButton.Appearance.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.RetrieveFavoritesButton.Appearance.ForeColor            = System.Drawing.SystemColors.ControlText;
     this.RetrieveFavoritesButton.Appearance.Options.UseFont      = true;
     this.RetrieveFavoritesButton.Appearance.Options.UseForeColor = true;
     this.RetrieveFavoritesButton.Cursor                = System.Windows.Forms.Cursors.Default;
     this.RetrieveFavoritesButton.ImageOptions.Image    = ((System.Drawing.Image)(resources.GetObject("RetrieveFavoritesButton.ImageOptions.Image")));
     this.RetrieveFavoritesButton.ImageOptions.Location = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.RetrieveFavoritesButton.Location              = new System.Drawing.Point(116, 361);
     this.RetrieveFavoritesButton.Name        = "RetrieveFavoritesButton";
     this.RetrieveFavoritesButton.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.RetrieveFavoritesButton.Size        = new System.Drawing.Size(22, 22);
     this.RetrieveFavoritesButton.TabIndex    = 37;
     this.RetrieveFavoritesButton.Tag         = "";
     this.RetrieveFavoritesButton.ToolTip     = "Select a structure from the favorites list";
     this.RetrieveFavoritesButton.Click      += new System.EventHandler(this.RetrieveFavoritesButton_Click);
     //
     // AddToFavoritesButton
     //
     this.AddToFavoritesButton.Appearance.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.AddToFavoritesButton.Appearance.ForeColor            = System.Drawing.Color.Green;
     this.AddToFavoritesButton.Appearance.Options.UseFont      = true;
     this.AddToFavoritesButton.Appearance.Options.UseForeColor = true;
     this.AddToFavoritesButton.Cursor = System.Windows.Forms.Cursors.Default;
     this.AddToFavoritesButton.ImageOptions.Location = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.AddToFavoritesButton.Location    = new System.Drawing.Point(138, 361);
     this.AddToFavoritesButton.Name        = "AddToFavoritesButton";
     this.AddToFavoritesButton.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.AddToFavoritesButton.Size        = new System.Drawing.Size(16, 22);
     this.AddToFavoritesButton.TabIndex    = 38;
     this.AddToFavoritesButton.Tag         = "";
     this.AddToFavoritesButton.Text        = "+";
     this.AddToFavoritesButton.ToolTip     = "Add currrent structure to favorites";
     this.AddToFavoritesButton.Click      += new System.EventHandler(this.AddToFavoritesButton_Click);
     //
     // EditMoleculeDropdownMenu
     //
     this.EditMoleculeDropdownMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.NewChemicalStructureMenuItem,
         this.NewBiopolymerMenuItem
     });
     this.EditMoleculeDropdownMenu.Name = "RetrieveModelMenu";
     this.EditMoleculeDropdownMenu.Size = new System.Drawing.Size(203, 70);
     //
     // NewChemicalStructureMenuItem
     //
     this.NewChemicalStructureMenuItem.Image  = ((System.Drawing.Image)(resources.GetObject("NewChemicalStructureMenuItem.Image")));
     this.NewChemicalStructureMenuItem.Name   = "NewChemicalStructureMenuItem";
     this.NewChemicalStructureMenuItem.Size   = new System.Drawing.Size(202, 22);
     this.NewChemicalStructureMenuItem.Text   = "New Chemical Structure";
     this.NewChemicalStructureMenuItem.Click += new System.EventHandler(this.NewChemicalStructureMenuItem_Click);
     //
     // NewBiopolymerMenuItem
     //
     this.NewBiopolymerMenuItem.Image  = ((System.Drawing.Image)(resources.GetObject("NewBiopolymerMenuItem.Image")));
     this.NewBiopolymerMenuItem.Name   = "NewBiopolymerMenuItem";
     this.NewBiopolymerMenuItem.Size   = new System.Drawing.Size(202, 22);
     this.NewBiopolymerMenuItem.Text   = "New Biopolymer";
     this.NewBiopolymerMenuItem.Click += new System.EventHandler(this.NewBiopolymerMenuItem_Click);
     //
     // QueryMolCtl
     //
     this.QueryMolCtl.BorderStyle  = System.Windows.Forms.BorderStyle.Fixed3D;
     this.QueryMolCtl.Location     = new System.Drawing.Point(8, 105);
     this.QueryMolCtl.Margin       = new System.Windows.Forms.Padding(3, 2, 3, 2);
     moleculeMx1.BackColor         = System.Drawing.Color.Empty;
     moleculeMx1.DateTimeValue     = new System.DateTime(((long)(0)));
     moleculeMx1.DbLink            = "";
     moleculeMx1.Filtered          = false;
     moleculeMx1.ForeColor         = System.Drawing.Color.Black;
     moleculeMx1.FormattedBitmap   = null;
     moleculeMx1.FormattedText     = null;
     moleculeMx1.Hyperlink         = "";
     moleculeMx1.Hyperlinked       = false;
     moleculeMx1.IsNonExistant     = false;
     moleculeMx1.IsRetrievingValue = false;
     moleculeMx1.Modified          = false;
     moleculeMx1.NumericValue      = -4194303D;
     this.QueryMolCtl.Molecule     = moleculeMx1;
     this.QueryMolCtl.Name         = "QueryMolCtl";
     this.QueryMolCtl.Size         = new System.Drawing.Size(382, 250);
     this.QueryMolCtl.TabIndex     = 39;
     //
     // SSOptions
     //
     this.SSOptions.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.SSOptions.Location    = new System.Drawing.Point(897, 454);
     this.SSOptions.Margin      = new System.Windows.Forms.Padding(4);
     this.SSOptions.Name        = "SSOptions";
     this.SSOptions.Size        = new System.Drawing.Size(379, 79);
     this.SSOptions.TabIndex    = 33;
     this.SSOptions.Visible     = false;
     //
     // SmallWorldOptions
     //
     this.SmallWorldOptions.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                           | System.Windows.Forms.AnchorStyles.Left)));
     this.SmallWorldOptions.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.SmallWorldOptions.Location    = new System.Drawing.Point(6, 391);
     this.SmallWorldOptions.Margin      = new System.Windows.Forms.Padding(4);
     this.SmallWorldOptions.Name        = "SmallWorldOptions";
     this.SmallWorldOptions.Size        = new System.Drawing.Size(386, 360);
     this.SmallWorldOptions.TabIndex    = 32;
     this.SmallWorldOptions.Visible     = false;
     //
     // SimOptions
     //
     this.SimOptions.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.SimOptions.Location    = new System.Drawing.Point(896, 226);
     this.SimOptions.Margin      = new System.Windows.Forms.Padding(4);
     this.SimOptions.Name        = "SimOptions";
     this.SimOptions.Size        = new System.Drawing.Size(380, 213);
     this.SimOptions.TabIndex    = 31;
     this.SimOptions.Visible     = false;
     //
     // FSOptions
     //
     this.FSOptions.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.FSOptions.Location    = new System.Drawing.Point(896, 10);
     this.FSOptions.Margin      = new System.Windows.Forms.Padding(4);
     this.FSOptions.Name        = "FSOptions";
     this.FSOptions.Size        = new System.Drawing.Size(380, 200);
     this.FSOptions.TabIndex    = 30;
     this.FSOptions.Visible     = false;
     //
     // EditStructureButton
     //
     this.EditStructureButton.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("EditStructureButton.ImageOptions.Image")));
     this.EditStructureButton.Location           = new System.Drawing.Point(315, 362);
     this.EditStructureButton.Name              = "EditStructureButton";
     this.EditStructureButton.Size              = new System.Drawing.Size(74, 22);
     this.EditStructureButton.TabIndex          = 42;
     this.EditStructureButton.Text              = "Edit";
     this.EditStructureButton.ArrowButtonClick += new System.EventHandler(this.EditStructureButton_ArrowButtonClick);
     this.EditStructureButton.Click            += new System.EventHandler(this.EditStructureButton_Click);
     //
     // CriteriaStructure
     //
     this.AcceptButton        = this.OK;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.Cancel;
     this.ClientSize          = new System.Drawing.Size(1288, 790);
     this.Controls.Add(this.EditStructureButton);
     this.Controls.Add(this.QueryMolCtl);
     this.Controls.Add(this.AddToFavoritesButton);
     this.Controls.Add(this.RetrieveFavoritesButton);
     this.Controls.Add(this.RetrieveRecentButton);
     this.Controls.Add(this.PreviewPanel);
     this.Controls.Add(this.SSOptions);
     this.Controls.Add(this.OK);
     this.Controls.Add(this.Cancel);
     this.Controls.Add(this.SmallWorldOptions);
     this.Controls.Add(this.SimOptions);
     this.Controls.Add(this.FSOptions);
     this.Controls.Add(this.ShowOptionsButton);
     this.Controls.Add(this.SmallWorld);
     this.Controls.Add(this.RetrieveModel);
     this.Controls.Add(this.labelControl2);
     this.Controls.Add(this.Label1);
     this.Controls.Add(this.None);
     this.Controls.Add(this.Similarity);
     this.Controls.Add(this.SubStruct);
     this.Controls.Add(this.Full);
     this.Controls.Add(this.BottomDivider);
     this.MinimizeBox   = false;
     this.Name          = "CriteriaStructure";
     this.ShowIcon      = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
     this.Text          = "Structure Search Criteria";
     this.SizeChanged  += new System.EventHandler(this.CriteriaStructure_SizeChanged);
     ((System.ComponentModel.ISupportInitialize)(this.Full.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.None.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Similarity.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.SubStruct.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.SmallWorld.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PreviewPanel)).EndInit();
     this.PreviewPanel.ResumeLayout(false);
     this.EditMoleculeDropdownMenu.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemple #8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MoleculeViewer));
     Mobius.Data.MoleculeMx moleculeMx1 = new Mobius.Data.MoleculeMx();
     this.MolfileStringEdit       = new DevExpress.XtraEditors.MemoEdit();
     this.SmilesStringEdit        = new DevExpress.XtraEditors.MemoEdit();
     this.ChimeStringEdit         = new DevExpress.XtraEditors.MemoEdit();
     this.labelControl1           = new DevExpress.XtraEditors.LabelControl();
     this.FormulaString           = new DevExpress.XtraEditors.TextEdit();
     this.WeightString            = new DevExpress.XtraEditors.TextEdit();
     this.labelControl3           = new DevExpress.XtraEditors.LabelControl();
     this.HeavyAtomsString        = new DevExpress.XtraEditors.TextEdit();
     this.labelControl4           = new DevExpress.XtraEditors.LabelControl();
     this.TotalAtomsString        = new DevExpress.XtraEditors.TextEdit();
     this.labelControl5           = new DevExpress.XtraEditors.LabelControl();
     this.AddToFavoritesButton    = new DevExpress.XtraEditors.SimpleButton();
     this.RetrieveFavoritesButton = new DevExpress.XtraEditors.SimpleButton();
     this.RetrieveRecentButton    = new DevExpress.XtraEditors.SimpleButton();
     this.RetrieveModel           = new DevExpress.XtraEditors.SimpleButton();
     this.EditMolButton           = new DevExpress.XtraEditors.SimpleButton();
     this.ViewsTabControl         = new DevExpress.XtraTab.XtraTabControl();
     this.SmilesTab          = new DevExpress.XtraTab.XtraTabPage();
     this.MolfileTab         = new DevExpress.XtraTab.XtraTabPage();
     this.ChimeTab           = new DevExpress.XtraTab.XtraTabPage();
     this.HelmTab            = new DevExpress.XtraTab.XtraTabPage();
     this.HelmStringEdit     = new DevExpress.XtraEditors.MemoEdit();
     this.SequenceTab        = new DevExpress.XtraTab.XtraTabPage();
     this.SequenceStringEdit = new DevExpress.XtraEditors.MemoEdit();
     this.FastaTab           = new DevExpress.XtraTab.XtraTabPage();
     this.FastaStringEdit    = new DevExpress.XtraEditors.MemoEdit();
     this.PropertiesTab      = new DevExpress.XtraTab.XtraTabPage();
     this.labelControl2      = new DevExpress.XtraEditors.LabelControl();
     this.AtomBondView       = new DevExpress.XtraEditors.CheckEdit();
     this.HelmView           = new DevExpress.XtraEditors.CheckEdit();
     this.Divider            = new DevExpress.XtraEditors.LabelControl();
     this.UpdateMolButton    = new DevExpress.XtraEditors.SimpleButton();
     this.MoleculeControl    = new Mobius.ClientComponents.MoleculeControl();
     this.panelControl1      = new DevExpress.XtraEditors.PanelControl();
     this.CloseButton        = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.MolfileStringEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.SmilesStringEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ChimeStringEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.FormulaString.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.WeightString.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.HeavyAtomsString.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TotalAtomsString.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ViewsTabControl)).BeginInit();
     this.ViewsTabControl.SuspendLayout();
     this.SmilesTab.SuspendLayout();
     this.MolfileTab.SuspendLayout();
     this.ChimeTab.SuspendLayout();
     this.HelmTab.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.HelmStringEdit.Properties)).BeginInit();
     this.SequenceTab.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.SequenceStringEdit.Properties)).BeginInit();
     this.FastaTab.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.FastaStringEdit.Properties)).BeginInit();
     this.PropertiesTab.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.AtomBondView.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.HelmView.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // MolfileStringEdit
     //
     this.MolfileStringEdit.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.MolfileStringEdit.Location = new System.Drawing.Point(3, 3);
     this.MolfileStringEdit.Name     = "MolfileStringEdit";
     this.MolfileStringEdit.Properties.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.MolfileStringEdit.Properties.WordWrap   = false;
     this.MolfileStringEdit.Size     = new System.Drawing.Size(745, 90);
     this.MolfileStringEdit.TabIndex = 43;
     //
     // SmilesStringEdit
     //
     this.SmilesStringEdit.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.SmilesStringEdit.Location = new System.Drawing.Point(3, 3);
     this.SmilesStringEdit.Name     = "SmilesStringEdit";
     this.SmilesStringEdit.Size     = new System.Drawing.Size(749, 90);
     this.SmilesStringEdit.TabIndex = 44;
     //
     // ChimeStringEdit
     //
     this.ChimeStringEdit.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.ChimeStringEdit.EditValue = "";
     this.ChimeStringEdit.Location  = new System.Drawing.Point(3, 3);
     this.ChimeStringEdit.Name      = "ChimeStringEdit";
     this.ChimeStringEdit.Properties.Appearance.Options.UseTextOptions = true;
     this.ChimeStringEdit.Properties.Appearance.TextOptions.Trimming   = DevExpress.Utils.Trimming.None;
     this.ChimeStringEdit.Properties.Appearance.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.ChimeStringEdit.Size     = new System.Drawing.Size(745, 90);
     this.ChimeStringEdit.TabIndex = 45;
     //
     // labelControl1
     //
     this.labelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControl1.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.labelControl1.Appearance.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelControl1.Appearance.ForeColor            = System.Drawing.SystemColors.WindowText;
     this.labelControl1.Appearance.Options.UseBackColor = true;
     this.labelControl1.Appearance.Options.UseFont      = true;
     this.labelControl1.Appearance.Options.UseForeColor = true;
     this.labelControl1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
     this.labelControl1.Cursor       = System.Windows.Forms.Cursors.Default;
     this.labelControl1.Location     = new System.Drawing.Point(38, 39);
     this.labelControl1.Name         = "labelControl1";
     this.labelControl1.Size         = new System.Drawing.Size(40, 13);
     this.labelControl1.TabIndex     = 46;
     this.labelControl1.Text         = "Formula:";
     //
     // FormulaString
     //
     this.FormulaString.Location            = new System.Drawing.Point(85, 36);
     this.FormulaString.Name                = "FormulaString";
     this.FormulaString.Properties.ReadOnly = true;
     this.FormulaString.Size                = new System.Drawing.Size(341, 20);
     this.FormulaString.TabIndex            = 47;
     //
     // WeightString
     //
     this.WeightString.Location            = new System.Drawing.Point(85, 8);
     this.WeightString.Name                = "WeightString";
     this.WeightString.Properties.ReadOnly = true;
     this.WeightString.Size                = new System.Drawing.Size(103, 20);
     this.WeightString.TabIndex            = 49;
     //
     // labelControl3
     //
     this.labelControl3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControl3.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.labelControl3.Appearance.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelControl3.Appearance.ForeColor            = System.Drawing.SystemColors.WindowText;
     this.labelControl3.Appearance.Options.UseBackColor = true;
     this.labelControl3.Appearance.Options.UseFont      = true;
     this.labelControl3.Appearance.Options.UseForeColor = true;
     this.labelControl3.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
     this.labelControl3.Cursor       = System.Windows.Forms.Cursors.Default;
     this.labelControl3.Location     = new System.Drawing.Point(42, 11);
     this.labelControl3.Name         = "labelControl3";
     this.labelControl3.Size         = new System.Drawing.Size(37, 13);
     this.labelControl3.TabIndex     = 48;
     this.labelControl3.Text         = "Weight:";
     //
     // HeavyAtomsString
     //
     this.HeavyAtomsString.Location            = new System.Drawing.Point(85, 62);
     this.HeavyAtomsString.Name                = "HeavyAtomsString";
     this.HeavyAtomsString.Properties.ReadOnly = true;
     this.HeavyAtomsString.Size                = new System.Drawing.Size(103, 20);
     this.HeavyAtomsString.TabIndex            = 51;
     //
     // labelControl4
     //
     this.labelControl4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControl4.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.labelControl4.Appearance.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelControl4.Appearance.ForeColor            = System.Drawing.SystemColors.WindowText;
     this.labelControl4.Appearance.Options.UseBackColor = true;
     this.labelControl4.Appearance.Options.UseFont      = true;
     this.labelControl4.Appearance.Options.UseForeColor = true;
     this.labelControl4.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
     this.labelControl4.Cursor       = System.Windows.Forms.Cursors.Default;
     this.labelControl4.Location     = new System.Drawing.Point(13, 66);
     this.labelControl4.Name         = "labelControl4";
     this.labelControl4.Size         = new System.Drawing.Size(66, 13);
     this.labelControl4.TabIndex     = 50;
     this.labelControl4.Text         = "Heavy Atoms:";
     //
     // TotalAtomsString
     //
     this.TotalAtomsString.Location            = new System.Drawing.Point(323, 62);
     this.TotalAtomsString.Name                = "TotalAtomsString";
     this.TotalAtomsString.Properties.ReadOnly = true;
     this.TotalAtomsString.Size                = new System.Drawing.Size(103, 20);
     this.TotalAtomsString.TabIndex            = 53;
     //
     // labelControl5
     //
     this.labelControl5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControl5.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.labelControl5.Appearance.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelControl5.Appearance.ForeColor            = System.Drawing.SystemColors.WindowText;
     this.labelControl5.Appearance.Options.UseBackColor = true;
     this.labelControl5.Appearance.Options.UseFont      = true;
     this.labelControl5.Appearance.Options.UseForeColor = true;
     this.labelControl5.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
     this.labelControl5.Cursor       = System.Windows.Forms.Cursors.Default;
     this.labelControl5.Location     = new System.Drawing.Point(251, 66);
     this.labelControl5.Name         = "labelControl5";
     this.labelControl5.Size         = new System.Drawing.Size(59, 13);
     this.labelControl5.TabIndex     = 52;
     this.labelControl5.Text         = "Total Atoms:";
     //
     // AddToFavoritesButton
     //
     this.AddToFavoritesButton.Anchor                          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.AddToFavoritesButton.Appearance.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.AddToFavoritesButton.Appearance.ForeColor            = System.Drawing.Color.Green;
     this.AddToFavoritesButton.Appearance.Options.UseFont      = true;
     this.AddToFavoritesButton.Appearance.Options.UseForeColor = true;
     this.AddToFavoritesButton.Cursor                          = System.Windows.Forms.Cursors.Default;
     this.AddToFavoritesButton.ImageOptions.Location           = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.AddToFavoritesButton.Location                        = new System.Drawing.Point(173, 528);
     this.AddToFavoritesButton.Name        = "AddToFavoritesButton";
     this.AddToFavoritesButton.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.AddToFavoritesButton.Size        = new System.Drawing.Size(16, 22);
     this.AddToFavoritesButton.TabIndex    = 62;
     this.AddToFavoritesButton.Tag         = "";
     this.AddToFavoritesButton.Text        = "+";
     this.AddToFavoritesButton.Click      += new System.EventHandler(this.AddToFavoritesButton_Click);
     //
     // RetrieveFavoritesButton
     //
     this.RetrieveFavoritesButton.Anchor                          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.RetrieveFavoritesButton.Appearance.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.RetrieveFavoritesButton.Appearance.ForeColor            = System.Drawing.SystemColors.ControlText;
     this.RetrieveFavoritesButton.Appearance.Options.UseFont      = true;
     this.RetrieveFavoritesButton.Appearance.Options.UseForeColor = true;
     this.RetrieveFavoritesButton.Cursor                          = System.Windows.Forms.Cursors.Default;
     this.RetrieveFavoritesButton.ImageOptions.Image              = ((System.Drawing.Image)(resources.GetObject("RetrieveFavoritesButton.ImageOptions.Image")));
     this.RetrieveFavoritesButton.ImageOptions.Location           = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.RetrieveFavoritesButton.Location                        = new System.Drawing.Point(152, 528);
     this.RetrieveFavoritesButton.Name        = "RetrieveFavoritesButton";
     this.RetrieveFavoritesButton.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.RetrieveFavoritesButton.Size        = new System.Drawing.Size(22, 22);
     this.RetrieveFavoritesButton.TabIndex    = 61;
     this.RetrieveFavoritesButton.Tag         = "";
     this.RetrieveFavoritesButton.Click      += new System.EventHandler(this.RetrieveFavoritesButton_Click);
     //
     // RetrieveRecentButton
     //
     this.RetrieveRecentButton.Anchor                          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.RetrieveRecentButton.Appearance.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.RetrieveRecentButton.Appearance.ForeColor            = System.Drawing.SystemColors.ControlText;
     this.RetrieveRecentButton.Appearance.Options.UseFont      = true;
     this.RetrieveRecentButton.Appearance.Options.UseForeColor = true;
     this.RetrieveRecentButton.Cursor                          = System.Windows.Forms.Cursors.Default;
     this.RetrieveRecentButton.ImageOptions.Image              = ((System.Drawing.Image)(resources.GetObject("RetrieveRecentButton.ImageOptions.Image")));
     this.RetrieveRecentButton.ImageOptions.Location           = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.RetrieveRecentButton.Location                        = new System.Drawing.Point(124, 527);
     this.RetrieveRecentButton.Name        = "RetrieveRecentButton";
     this.RetrieveRecentButton.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.RetrieveRecentButton.Size        = new System.Drawing.Size(22, 22);
     this.RetrieveRecentButton.TabIndex    = 60;
     this.RetrieveRecentButton.Tag         = "";
     this.RetrieveRecentButton.Click      += new System.EventHandler(this.RetrieveRecentButton_Click);
     //
     // RetrieveModel
     //
     this.RetrieveModel.Anchor                          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.RetrieveModel.Appearance.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.RetrieveModel.Appearance.ForeColor            = System.Drawing.SystemColors.ControlText;
     this.RetrieveModel.Appearance.Options.UseFont      = true;
     this.RetrieveModel.Appearance.Options.UseForeColor = true;
     this.RetrieveModel.Cursor                          = System.Windows.Forms.Cursors.Default;
     this.RetrieveModel.Location                        = new System.Drawing.Point(4, 527);
     this.RetrieveModel.Name        = "RetrieveModel";
     this.RetrieveModel.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.RetrieveModel.Size        = new System.Drawing.Size(114, 22);
     this.RetrieveModel.TabIndex    = 58;
     this.RetrieveModel.Tag         = "RetrieveMolecule";
     this.RetrieveModel.Text        = "Retrieve Molecule";
     this.RetrieveModel.Click      += new System.EventHandler(this.RetrieveModel_Click);
     //
     // EditMolButton
     //
     this.EditMolButton.Anchor                          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.EditMolButton.Appearance.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.EditMolButton.Appearance.ForeColor            = System.Drawing.SystemColors.ControlText;
     this.EditMolButton.Appearance.Options.UseFont      = true;
     this.EditMolButton.Appearance.Options.UseForeColor = true;
     this.EditMolButton.Cursor                          = System.Windows.Forms.Cursors.Default;
     this.EditMolButton.ImageOptions.Image              = ((System.Drawing.Image)(resources.GetObject("EditMolButton.ImageOptions.Image")));
     this.EditMolButton.Location                        = new System.Drawing.Point(582, 527);
     this.EditMolButton.Name        = "EditMolButton";
     this.EditMolButton.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.EditMolButton.Size        = new System.Drawing.Size(106, 22);
     this.EditMolButton.TabIndex    = 59;
     this.EditMolButton.Tag         = "";
     this.EditMolButton.Text        = "Edit Molecule";
     this.EditMolButton.Click      += new System.EventHandler(this.EditMolecule_Click);
     //
     // ViewsTabControl
     //
     this.ViewsTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.ViewsTabControl.Appearance.Font            = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ViewsTabControl.Appearance.Options.UseFont = true;
     this.ViewsTabControl.Location        = new System.Drawing.Point(2, 564);
     this.ViewsTabControl.Margin          = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.ViewsTabControl.Name            = "ViewsTabControl";
     this.ViewsTabControl.SelectedTabPage = this.SmilesTab;
     this.ViewsTabControl.Size            = new System.Drawing.Size(761, 124);
     this.ViewsTabControl.TabIndex        = 63;
     this.ViewsTabControl.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
         this.SmilesTab,
         this.MolfileTab,
         this.ChimeTab,
         this.HelmTab,
         this.SequenceTab,
         this.FastaTab,
         this.PropertiesTab
     });
     this.ViewsTabControl.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.ViewsTabControl_SelectedPageChanged);
     //
     // SmilesTab
     //
     this.SmilesTab.Controls.Add(this.SmilesStringEdit);
     this.SmilesTab.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.SmilesTab.Name   = "SmilesTab";
     this.SmilesTab.Size   = new System.Drawing.Size(755, 96);
     this.SmilesTab.Text   = "Smiles";
     //
     // MolfileTab
     //
     this.MolfileTab.Controls.Add(this.MolfileStringEdit);
     this.MolfileTab.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.MolfileTab.Name   = "MolfileTab";
     this.MolfileTab.Size   = new System.Drawing.Size(755, 96);
     this.MolfileTab.Text   = "Molfile";
     //
     // ChimeTab
     //
     this.ChimeTab.Controls.Add(this.ChimeStringEdit);
     this.ChimeTab.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.ChimeTab.Name   = "ChimeTab";
     this.ChimeTab.Size   = new System.Drawing.Size(755, 96);
     this.ChimeTab.Text   = "Chime";
     //
     // HelmTab
     //
     this.HelmTab.Controls.Add(this.HelmStringEdit);
     this.HelmTab.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.HelmTab.Name   = "HelmTab";
     this.HelmTab.Size   = new System.Drawing.Size(755, 96);
     this.HelmTab.Text   = "Helm";
     //
     // HelmStringEdit
     //
     this.HelmStringEdit.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.HelmStringEdit.EditValue = "";
     this.HelmStringEdit.Location  = new System.Drawing.Point(3, 3);
     this.HelmStringEdit.Name      = "HelmStringEdit";
     this.HelmStringEdit.Properties.Appearance.Options.UseTextOptions = true;
     this.HelmStringEdit.Properties.Appearance.TextOptions.Trimming   = DevExpress.Utils.Trimming.None;
     this.HelmStringEdit.Properties.Appearance.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.HelmStringEdit.Size               = new System.Drawing.Size(745, 90);
     this.HelmStringEdit.TabIndex           = 46;
     this.HelmStringEdit.EditValueChanging += new DevExpress.XtraEditors.Controls.ChangingEventHandler(this.HelmStringEdit_EditValueChanging);
     //
     // SequenceTab
     //
     this.SequenceTab.Controls.Add(this.SequenceStringEdit);
     this.SequenceTab.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.SequenceTab.Name   = "SequenceTab";
     this.SequenceTab.Size   = new System.Drawing.Size(755, 96);
     this.SequenceTab.Text   = "Sequence";
     //
     // SequenceStringEdit
     //
     this.SequenceStringEdit.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.SequenceStringEdit.EditValue = "";
     this.SequenceStringEdit.Location  = new System.Drawing.Point(3, 3);
     this.SequenceStringEdit.Name      = "SequenceStringEdit";
     this.SequenceStringEdit.Properties.Appearance.Options.UseTextOptions = true;
     this.SequenceStringEdit.Properties.Appearance.TextOptions.Trimming   = DevExpress.Utils.Trimming.None;
     this.SequenceStringEdit.Properties.Appearance.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.SequenceStringEdit.Properties.ReadOnly = true;
     this.SequenceStringEdit.Size     = new System.Drawing.Size(745, 90);
     this.SequenceStringEdit.TabIndex = 47;
     //
     // FastaTab
     //
     this.FastaTab.Controls.Add(this.FastaStringEdit);
     this.FastaTab.Name        = "FastaTab";
     this.FastaTab.PageVisible = false;
     this.FastaTab.Size        = new System.Drawing.Size(755, 96);
     this.FastaTab.Text        = "FASTA";
     //
     // FastaStringEdit
     //
     this.FastaStringEdit.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.FastaStringEdit.EditValue = "";
     this.FastaStringEdit.Location  = new System.Drawing.Point(3, 3);
     this.FastaStringEdit.Name      = "FastaStringEdit";
     this.FastaStringEdit.Properties.Appearance.Options.UseTextOptions = true;
     this.FastaStringEdit.Properties.Appearance.TextOptions.Trimming   = DevExpress.Utils.Trimming.None;
     this.FastaStringEdit.Properties.Appearance.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.FastaStringEdit.Size     = new System.Drawing.Size(745, 90);
     this.FastaStringEdit.TabIndex = 48;
     //
     // PropertiesTab
     //
     this.PropertiesTab.Controls.Add(this.TotalAtomsString);
     this.PropertiesTab.Controls.Add(this.labelControl1);
     this.PropertiesTab.Controls.Add(this.FormulaString);
     this.PropertiesTab.Controls.Add(this.labelControl3);
     this.PropertiesTab.Controls.Add(this.WeightString);
     this.PropertiesTab.Controls.Add(this.labelControl4);
     this.PropertiesTab.Controls.Add(this.HeavyAtomsString);
     this.PropertiesTab.Controls.Add(this.labelControl5);
     this.PropertiesTab.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.PropertiesTab.Name   = "PropertiesTab";
     this.PropertiesTab.Size   = new System.Drawing.Size(755, 96);
     this.PropertiesTab.Text   = "Properties";
     //
     // labelControl2
     //
     this.labelControl2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.labelControl2.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.labelControl2.Appearance.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelControl2.Appearance.ForeColor            = System.Drawing.SystemColors.WindowText;
     this.labelControl2.Appearance.Options.UseBackColor = true;
     this.labelControl2.Appearance.Options.UseFont      = true;
     this.labelControl2.Appearance.Options.UseForeColor = true;
     this.labelControl2.Cursor   = System.Windows.Forms.Cursors.Default;
     this.labelControl2.Location = new System.Drawing.Point(212, 530);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(40, 13);
     this.labelControl2.TabIndex = 67;
     this.labelControl2.Text     = "View as:";
     //
     // AtomBondView
     //
     this.AtomBondView.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.AtomBondView.EditValue = true;
     this.AtomBondView.Location  = new System.Drawing.Point(5, 4);
     this.AtomBondView.Margin    = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.AtomBondView.Name      = "AtomBondView";
     this.AtomBondView.Properties.Appearance.Font            = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.AtomBondView.Properties.Appearance.Options.UseFont = true;
     this.AtomBondView.Properties.Caption         = "Structure";
     this.AtomBondView.Properties.CheckStyle      = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
     this.AtomBondView.Properties.RadioGroupIndex = 1;
     this.AtomBondView.Size              = new System.Drawing.Size(76, 19);
     this.AtomBondView.TabIndex          = 68;
     this.AtomBondView.ToolTip           = "View/edit as full atom/bond Structure";
     this.AtomBondView.EditValueChanged += new System.EventHandler(this.AtomBondView_EditValueChanged);
     //
     // HelmView
     //
     this.HelmView.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.HelmView.Location = new System.Drawing.Point(82, 4);
     this.HelmView.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.HelmView.Name     = "HelmView";
     this.HelmView.Properties.Appearance.Font            = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.HelmView.Properties.Appearance.Options.UseFont = true;
     this.HelmView.Properties.Caption         = "Biopolymer";
     this.HelmView.Properties.CheckStyle      = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
     this.HelmView.Properties.RadioGroupIndex = 1;
     this.HelmView.Size              = new System.Drawing.Size(81, 19);
     this.HelmView.TabIndex          = 69;
     this.HelmView.TabStop           = false;
     this.HelmView.EditValueChanged += new System.EventHandler(this.HelmView_EditValueChanged);
     //
     // Divider
     //
     this.Divider.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.Divider.Appearance.BackColor              = System.Drawing.Color.Transparent;
     this.Divider.Appearance.Font                   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Divider.Appearance.ForeColor              = System.Drawing.SystemColors.WindowText;
     this.Divider.Appearance.Options.UseBackColor   = true;
     this.Divider.Appearance.Options.UseFont        = true;
     this.Divider.Appearance.Options.UseForeColor   = true;
     this.Divider.Appearance.Options.UseTextOptions = true;
     this.Divider.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.Divider.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.Divider.Cursor       = System.Windows.Forms.Cursors.Default;
     this.Divider.LineVisible  = true;
     this.Divider.Location     = new System.Drawing.Point(10, 549);
     this.Divider.Name         = "Divider";
     this.Divider.Size         = new System.Drawing.Size(739, 10);
     this.Divider.TabIndex     = 70;
     //
     // UpdateMolButton
     //
     this.UpdateMolButton.Anchor                            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.UpdateMolButton.Appearance.Font                   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.UpdateMolButton.Appearance.ForeColor              = System.Drawing.SystemColors.ControlText;
     this.UpdateMolButton.Appearance.Options.UseFont        = true;
     this.UpdateMolButton.Appearance.Options.UseForeColor   = true;
     this.UpdateMolButton.Appearance.Options.UseTextOptions = true;
     this.UpdateMolButton.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.UpdateMolButton.Cursor                            = System.Windows.Forms.Cursors.Default;
     this.UpdateMolButton.ImageOptions.Image                = ((System.Drawing.Image)(resources.GetObject("UpdateMolButton.ImageOptions.Image")));
     this.UpdateMolButton.ImageOptions.Location             = DevExpress.XtraEditors.ImageLocation.MiddleRight;
     this.UpdateMolButton.Location                          = new System.Drawing.Point(385, 565);
     this.UpdateMolButton.Name        = "UpdateMolButton";
     this.UpdateMolButton.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.UpdateMolButton.Size        = new System.Drawing.Size(69, 22);
     this.UpdateMolButton.TabIndex    = 71;
     this.UpdateMolButton.Tag         = "EditStructure";
     this.UpdateMolButton.Text        = "Update";
     this.UpdateMolButton.ToolTip     = "Update the molecule using the notation below";
     this.UpdateMolButton.Click      += new System.EventHandler(this.UpdateMolButton_Click);
     //
     // MoleculeControl
     //
     this.MoleculeControl.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.MoleculeControl.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.MoleculeControl.Location    = new System.Drawing.Point(2, 2);
     this.MoleculeControl.Margin      = new System.Windows.Forms.Padding(3, 2, 3, 2);
     moleculeMx1.BackColor            = System.Drawing.Color.Empty;
     moleculeMx1.DateTimeValue        = new System.DateTime(((long)(0)));
     moleculeMx1.DbLink                     = "";
     moleculeMx1.Filtered                   = false;
     moleculeMx1.ForeColor                  = System.Drawing.Color.Black;
     moleculeMx1.FormattedBitmap            = null;
     moleculeMx1.FormattedText              = null;
     moleculeMx1.Hyperlink                  = "";
     moleculeMx1.Hyperlinked                = false;
     moleculeMx1.IsNonExistant              = false;
     moleculeMx1.IsRetrievingValue          = false;
     moleculeMx1.Modified                   = false;
     moleculeMx1.NumericValue               = -4194303D;
     this.MoleculeControl.Molecule          = moleculeMx1;
     this.MoleculeControl.Name              = "MoleculeControl";
     this.MoleculeControl.Size              = new System.Drawing.Size(757, 517);
     this.MoleculeControl.TabIndex          = 72;
     this.MoleculeControl.EditValueChanged += new System.EventHandler(this.MoleculeControl_EditValueChanged);
     //
     // panelControl1
     //
     this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.panelControl1.Appearance.BackColor            = System.Drawing.Color.White;
     this.panelControl1.Appearance.BackColor2           = System.Drawing.Color.White;
     this.panelControl1.Appearance.Options.UseBackColor = true;
     this.panelControl1.Controls.Add(this.HelmView);
     this.panelControl1.Controls.Add(this.AtomBondView);
     this.panelControl1.Location = new System.Drawing.Point(259, 524);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(168, 28);
     this.panelControl1.TabIndex = 73;
     //
     // CloseButton
     //
     this.CloseButton.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.CloseButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.CloseButton.Location     = new System.Drawing.Point(694, 527);
     this.CloseButton.Name         = "CloseButton";
     this.CloseButton.Size         = new System.Drawing.Size(65, 22);
     this.CloseButton.TabIndex     = 182;
     this.CloseButton.Text         = "Close";
     this.CloseButton.Click       += new System.EventHandler(this.CloseButton_Click);
     //
     // MoleculeViewer
     //
     this.Appearance.Options.UseFont = true;
     this.AutoScaleDimensions        = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton  = this.CloseButton;
     this.ClientSize    = new System.Drawing.Size(762, 692);
     this.Controls.Add(this.UpdateMolButton);
     this.Controls.Add(this.CloseButton);
     this.Controls.Add(this.labelControl2);
     this.Controls.Add(this.panelControl1);
     this.Controls.Add(this.MoleculeControl);
     this.Controls.Add(this.ViewsTabControl);
     this.Controls.Add(this.AddToFavoritesButton);
     this.Controls.Add(this.RetrieveFavoritesButton);
     this.Controls.Add(this.RetrieveRecentButton);
     this.Controls.Add(this.RetrieveModel);
     this.Controls.Add(this.EditMolButton);
     this.Controls.Add(this.Divider);
     this.Font          = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "MoleculeViewer";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Molecule Viewer";
     ((System.ComponentModel.ISupportInitialize)(this.MolfileStringEdit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.SmilesStringEdit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ChimeStringEdit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.FormulaString.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.WeightString.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.HeavyAtomsString.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TotalAtomsString.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ViewsTabControl)).EndInit();
     this.ViewsTabControl.ResumeLayout(false);
     this.SmilesTab.ResumeLayout(false);
     this.MolfileTab.ResumeLayout(false);
     this.ChimeTab.ResumeLayout(false);
     this.HelmTab.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.HelmStringEdit.Properties)).EndInit();
     this.SequenceTab.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.SequenceStringEdit.Properties)).EndInit();
     this.FastaTab.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.FastaStringEdit.Properties)).EndInit();
     this.PropertiesTab.ResumeLayout(false);
     this.PropertiesTab.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.AtomBondView.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.HelmView.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }