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();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     MDL.Draw.Chemistry.Molecule molecule1 = new MDL.Draw.Chemistry.Molecule();
     MDL.Draw.Renderer.Preferences.DisplayPreferences displayPreferences1 = new MDL.Draw.Renderer.Preferences.DisplayPreferences();
     this.pnlMain             = new System.Windows.Forms.Panel();
     this.tcShipmentDelivery  = new System.Windows.Forms.TabControl();
     this.tpShipmentRefs      = new System.Windows.Forms.TabPage();
     this.dgvRDFRefs          = new System.Windows.Forms.DataGridView();
     this.colShipmentRefID    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colReferenceName    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colSysText          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colSysNo            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colRxnCnt           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colShipmentName     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colRefStatus        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colIsDelivered      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.tpShipmentSolvents  = new System.Windows.Forms.TabPage();
     this.splcontSolvents     = new System.Windows.Forms.SplitContainer();
     this.dgvSolvents         = new System.Windows.Forms.DataGridView();
     this.colShipmentRef_Solv = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colSolventName_Solv = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colSolventMolFile   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.solventRenderer     = new MDL.Draw.Renderer.Renderer();
     this.pnlBottom           = new System.Windows.Forms.Panel();
     this.txtDeliveryName     = new System.Windows.Forms.TextBox();
     this.label5 = new System.Windows.Forms.Label();
     this.chkExpClientDelivery = new System.Windows.Forms.CheckBox();
     this.lblStartMdl          = new System.Windows.Forms.Label();
     this.txtMDLNo             = new System.Windows.Forms.TextBox();
     this.btnBrowse            = new System.Windows.Forms.Button();
     this.label3                      = new System.Windows.Forms.Label();
     this.txtFolderPath               = new System.Windows.Forms.TextBox();
     this.btnGenerateRDF              = new System.Windows.Forms.Button();
     this.pnlTop                      = new System.Windows.Forms.Panel();
     this.lblRxnsCnt                  = new System.Windows.Forms.Label();
     this.label2                      = new System.Windows.Forms.Label();
     this.label8                      = new System.Windows.Forms.Label();
     this.lblRefsCount                = new System.Windows.Forms.Label();
     this.txtClassType                = new System.Windows.Forms.TextBox();
     this.label4                      = new System.Windows.Forms.Label();
     this.label1                      = new System.Windows.Forms.Label();
     this.txtShipmentYear             = new System.Windows.Forms.TextBox();
     this.btnGetShipmentRefs          = new System.Windows.Forms.Button();
     this.dataGridViewTextBoxColumn1  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn2  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn3  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn4  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn5  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn6  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn7  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn8  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn9  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.pnlMain.SuspendLayout();
     this.tcShipmentDelivery.SuspendLayout();
     this.tpShipmentRefs.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvRDFRefs)).BeginInit();
     this.tpShipmentSolvents.SuspendLayout();
     this.splcontSolvents.Panel1.SuspendLayout();
     this.splcontSolvents.Panel2.SuspendLayout();
     this.splcontSolvents.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvSolvents)).BeginInit();
     this.pnlBottom.SuspendLayout();
     this.pnlTop.SuspendLayout();
     this.SuspendLayout();
     //
     // pnlMain
     //
     this.pnlMain.BackColor = System.Drawing.Color.White;
     this.pnlMain.Controls.Add(this.tcShipmentDelivery);
     this.pnlMain.Controls.Add(this.pnlBottom);
     this.pnlMain.Controls.Add(this.pnlTop);
     this.pnlMain.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlMain.Font     = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.pnlMain.Location = new System.Drawing.Point(0, 0);
     this.pnlMain.Name     = "pnlMain";
     this.pnlMain.Size     = new System.Drawing.Size(1173, 471);
     this.pnlMain.TabIndex = 0;
     //
     // tcShipmentDelivery
     //
     this.tcShipmentDelivery.Controls.Add(this.tpShipmentRefs);
     this.tcShipmentDelivery.Controls.Add(this.tpShipmentSolvents);
     this.tcShipmentDelivery.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tcShipmentDelivery.Location      = new System.Drawing.Point(0, 30);
     this.tcShipmentDelivery.Name          = "tcShipmentDelivery";
     this.tcShipmentDelivery.SelectedIndex = 0;
     this.tcShipmentDelivery.Size          = new System.Drawing.Size(1173, 410);
     this.tcShipmentDelivery.TabIndex      = 16;
     //
     // tpShipmentRefs
     //
     this.tpShipmentRefs.Controls.Add(this.dgvRDFRefs);
     this.tpShipmentRefs.Location = new System.Drawing.Point(4, 26);
     this.tpShipmentRefs.Name     = "tpShipmentRefs";
     this.tpShipmentRefs.Padding  = new System.Windows.Forms.Padding(3);
     this.tpShipmentRefs.Size     = new System.Drawing.Size(1165, 380);
     this.tpShipmentRefs.TabIndex = 0;
     this.tpShipmentRefs.Text     = "Delivery References";
     this.tpShipmentRefs.UseVisualStyleBackColor = true;
     //
     // dgvRDFRefs
     //
     this.dgvRDFRefs.AllowUserToAddRows              = false;
     this.dgvRDFRefs.AllowUserToDeleteRows           = false;
     dataGridViewCellStyle1.BackColor                = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
     this.dgvRDFRefs.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.dgvRDFRefs.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.dgvRDFRefs.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvRDFRefs.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.colShipmentRefID,
         this.colReferenceName,
         this.colSysText,
         this.colSysNo,
         this.colRxnCnt,
         this.colShipmentName,
         this.colRefStatus,
         this.colIsDelivered
     });
     this.dgvRDFRefs.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.dgvRDFRefs.Location = new System.Drawing.Point(3, 3);
     this.dgvRDFRefs.Name     = "dgvRDFRefs";
     this.dgvRDFRefs.ReadOnly = true;
     this.dgvRDFRefs.RowTemplate.DefaultCellStyle.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.dgvRDFRefs.RowTemplate.DefaultCellStyle.SelectionForeColor = System.Drawing.Color.Black;
     this.dgvRDFRefs.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvRDFRefs.Size          = new System.Drawing.Size(1159, 374);
     this.dgvRDFRefs.TabIndex      = 15;
     this.dgvRDFRefs.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dgvRDFRefs_RowPostPaint);
     //
     // colShipmentRefID
     //
     this.colShipmentRefID.HeaderText = "Ref_ID";
     this.colShipmentRefID.Name       = "colShipmentRefID";
     this.colShipmentRefID.ReadOnly   = true;
     this.colShipmentRefID.Visible    = false;
     //
     // colReferenceName
     //
     this.colReferenceName.HeaderText = "Reference";
     this.colReferenceName.Name       = "colReferenceName";
     this.colReferenceName.ReadOnly   = true;
     this.colReferenceName.SortMode   = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.colReferenceName.Width      = 121;
     //
     // colSysText
     //
     this.colSysText.HeaderText = "SysText";
     this.colSysText.Name       = "colSysText";
     this.colSysText.ReadOnly   = true;
     //
     // colSysNo
     //
     this.colSysNo.HeaderText = "SysNo";
     this.colSysNo.Name       = "colSysNo";
     this.colSysNo.ReadOnly   = true;
     //
     // colRxnCnt
     //
     this.colRxnCnt.FillWeight = 50F;
     this.colRxnCnt.HeaderText = "Rxns";
     this.colRxnCnt.Name       = "colRxnCnt";
     this.colRxnCnt.ReadOnly   = true;
     this.colRxnCnt.SortMode   = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.colRxnCnt.Width      = 70;
     //
     // colShipmentName
     //
     this.colShipmentName.FillWeight = 150F;
     this.colShipmentName.HeaderText = "Shipment";
     this.colShipmentName.Name       = "colShipmentName";
     this.colShipmentName.ReadOnly   = true;
     this.colShipmentName.Width      = 150;
     //
     // colRefStatus
     //
     this.colRefStatus.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.colRefStatus.HeaderText   = "Status";
     this.colRefStatus.Name         = "colRefStatus";
     this.colRefStatus.ReadOnly     = true;
     //
     // colIsDelivered
     //
     this.colIsDelivered.HeaderText = "Delivered";
     this.colIsDelivered.Name       = "colIsDelivered";
     this.colIsDelivered.ReadOnly   = true;
     //
     // tpShipmentSolvents
     //
     this.tpShipmentSolvents.Controls.Add(this.splcontSolvents);
     this.tpShipmentSolvents.Location = new System.Drawing.Point(4, 26);
     this.tpShipmentSolvents.Name     = "tpShipmentSolvents";
     this.tpShipmentSolvents.Padding  = new System.Windows.Forms.Padding(3);
     this.tpShipmentSolvents.Size     = new System.Drawing.Size(1165, 380);
     this.tpShipmentSolvents.TabIndex = 1;
     this.tpShipmentSolvents.Text     = "Delivery New Solvents";
     this.tpShipmentSolvents.UseVisualStyleBackColor = true;
     //
     // splcontSolvents
     //
     this.splcontSolvents.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splcontSolvents.Location = new System.Drawing.Point(3, 3);
     this.splcontSolvents.Name     = "splcontSolvents";
     //
     // splcontSolvents.Panel1
     //
     this.splcontSolvents.Panel1.Controls.Add(this.dgvSolvents);
     //
     // splcontSolvents.Panel2
     //
     this.splcontSolvents.Panel2.Controls.Add(this.solventRenderer);
     this.splcontSolvents.Size             = new System.Drawing.Size(1159, 374);
     this.splcontSolvents.SplitterDistance = 835;
     this.splcontSolvents.TabIndex         = 0;
     //
     // dgvSolvents
     //
     this.dgvSolvents.AllowUserToAddRows              = false;
     this.dgvSolvents.AllowUserToDeleteRows           = false;
     dataGridViewCellStyle2.BackColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
     this.dgvSolvents.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle2;
     this.dgvSolvents.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.dgvSolvents.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvSolvents.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.colShipmentRef_Solv,
         this.colSolventName_Solv,
         this.colSolventMolFile
     });
     this.dgvSolvents.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.dgvSolvents.Location = new System.Drawing.Point(0, 0);
     this.dgvSolvents.Name     = "dgvSolvents";
     this.dgvSolvents.ReadOnly = true;
     this.dgvSolvents.RowTemplate.DefaultCellStyle.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.dgvSolvents.RowTemplate.DefaultCellStyle.SelectionForeColor = System.Drawing.Color.Black;
     this.dgvSolvents.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvSolvents.Size          = new System.Drawing.Size(835, 374);
     this.dgvSolvents.TabIndex      = 16;
     this.dgvSolvents.RowEnter     += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvSolvents_RowEnter);
     this.dgvSolvents.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dgvSolvents_RowPostPaint);
     //
     // colShipmentRef_Solv
     //
     this.colShipmentRef_Solv.HeaderText = "Reference";
     this.colShipmentRef_Solv.Name       = "colShipmentRef_Solv";
     this.colShipmentRef_Solv.ReadOnly   = true;
     this.colShipmentRef_Solv.SortMode   = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.colShipmentRef_Solv.Width      = 121;
     //
     // colSolventName_Solv
     //
     this.colSolventName_Solv.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.colSolventName_Solv.HeaderText   = "Solvent Name";
     this.colSolventName_Solv.Name         = "colSolventName_Solv";
     this.colSolventName_Solv.ReadOnly     = true;
     //
     // colSolventMolFile
     //
     this.colSolventMolFile.FillWeight = 150F;
     this.colSolventMolFile.HeaderText = "SolventMolfile";
     this.colSolventMolFile.Name       = "colSolventMolFile";
     this.colSolventMolFile.ReadOnly   = true;
     this.colSolventMolFile.Visible    = false;
     this.colSolventMolFile.Width      = 150;
     //
     // solventRenderer
     //
     this.solventRenderer.AutoSizeStructure = true;
     this.solventRenderer.BinHexSketch      = "01030004412400214372656174656420627920416363656C7279734472617720342E322E302E36303" +
                                              "502040000005805000000005905000000000B0B0005417269616C780000140200";
     this.solventRenderer.BorderStyle     = System.Windows.Forms.BorderStyle.Fixed3D;
     this.solventRenderer.ChimeString     = null;
     this.solventRenderer.CopyingEnabled  = true;
     this.solventRenderer.DisplayOnEmpty  = null;
     this.solventRenderer.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.solventRenderer.FileName        = null;
     this.solventRenderer.HighlightInfo   = "";
     this.solventRenderer.IsBitmapFromOLE = false;
     this.solventRenderer.Location        = new System.Drawing.Point(0, 0);
     molecule1.ArrowDir                     = MDL.Draw.ArrowDirType.No;
     molecule1.ArrowStyle                   = MDL.Draw.ArrowStyleType.Empty;
     molecule1.AtomValenceDisplay           = true;
     molecule1.BaseFormBoxSetting           = 0;
     molecule1.BondLineThickness            = 0D;
     molecule1.CarbonLabelDisplay           = false;
     molecule1.ChemLabelFont                = null;
     molecule1.ChemLabelFontString          = "(none)";
     molecule1.ColorAtomsByTypeInSketch     = false;
     molecule1.ConfigLabelFont              = null;
     molecule1.ConfigLabelFontString        = "(none)";
     molecule1.ConvertRingBondIntoOneToMany = true;
     molecule1.Coords        = null;
     molecule1.DashSpacing   = 0.1D;
     molecule1.DisplaySinCys = false;
     molecule1.DisplaySulfurInCysSequence = false;
     molecule1.DoubleBondWidth            = 0.18D;
     molecule1.FillColor           = System.Drawing.Color.Empty;
     molecule1.FillStyle           = MDL.Draw.ChemGraphicsObject.FillStyles.SOLID;
     molecule1.ForeColor           = System.Drawing.Color.Empty;
     molecule1.ForeColorString     = "";
     molecule1.ForSubsequenceQuery = false;
     molecule1.HighlightChildren   = "";
     molecule1.HighlightColor      = System.Drawing.Color.Blue;
     molecule1.HydrogenDisplayMode = MDL.Draw.Chemistry.Atom.HydrogenDisplayMode.Off;
     molecule1.Id                             = 157;
     molecule1.Initial                        = "";
     molecule1.IsAModel                       = false;
     molecule1.IsARotatedModel                = false;
     molecule1.KeepRSLabelsInSketch           = true;
     molecule1.LastModifyChemText             = -1;
     molecule1.MaintainXMLChildOrderFlag      = false;
     molecule1.MustPerceiveStereo             = true;
     molecule1.PenColor                       = System.Drawing.Color.Empty;
     molecule1.PenStyle                       = System.Drawing.Drawing2D.DashStyle.Solid;
     molecule1.PenStyleToken                  = 0;
     molecule1.PenWidth                       = ((byte)(0));
     molecule1.PenWidthUnit                   = MDL.Draw.ChemGraphicsObject.PenWidthUnits.Default;
     molecule1.RefId                          = 157;
     molecule1.Replaced                       = false;
     molecule1.RgroupCleeanUpNeeded           = false;
     molecule1.RgroupLabelsPresentFlag        = false;
     molecule1.RLabelAtAbsCenter              = "R";
     molecule1.RLabelAtAndCenter              = "R*";
     molecule1.RLabelAtOrCenter               = "(R)";
     molecule1.ScaleLabelsToBondLength        = false;
     molecule1.Selected                       = false;
     molecule1.SequenceDictionary             = null;
     molecule1.SequenceNeedsRealign           = false;
     molecule1.SequenceView                   = MDL.Draw.Chemistry.Molecule.SequenceViewEnum.None;
     molecule1.Size                           = 0;
     molecule1.SkcWritten                     = false;
     molecule1.SkNumber                       = ((short)(0));
     molecule1.SLabelAtAbsCenter              = "S";
     molecule1.SLabelAtAndCenter              = "S*";
     molecule1.SLabelAtOrCenter               = "(S)";
     molecule1.StandardBondLength             = 0D;
     molecule1.StereoChemistryMode            = MDL.Draw.Chemistry.Molecule.StereoChemistryModeEnum.And;
     molecule1.TextBorder                     = 0.1D;
     molecule1.Transparent                    = false;
     molecule1.UndoableEditListener           = null;
     molecule1.WedgeWidth                     = 0.1D;
     molecule1.ZLayer                         = -99844;
     this.solventRenderer.Molecule            = molecule1;
     this.solventRenderer.MolfileString       = "";
     this.solventRenderer.Name                = "solventRenderer";
     this.solventRenderer.PastingEnabled      = true;
     this.solventRenderer.Preferences         = displayPreferences1;
     this.solventRenderer.PreferencesFileName = "default.xml";
     this.solventRenderer.RendererBorderStyle = System.Windows.Forms.ButtonBorderStyle.Inset;
     this.solventRenderer.Size                = new System.Drawing.Size(320, 374);
     this.solventRenderer.SketchString        = "AQMABEEkACFDcmVhdGVkIGJ5IEFjY2VscnlzRHJhdyA0LjIuMC42MDUCBAAAAFgFAAAAAFkFAAAAAAsLA" +
                                                "AVBcmlhbHgAABQCAA==";
     this.solventRenderer.SmilesString            = "";
     this.solventRenderer.TabIndex                = 33;
     this.solventRenderer.URLEncodedMolfileString = "";
     //
     // pnlBottom
     //
     this.pnlBottom.BackColor   = System.Drawing.Color.White;
     this.pnlBottom.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.pnlBottom.Controls.Add(this.txtDeliveryName);
     this.pnlBottom.Controls.Add(this.label5);
     this.pnlBottom.Controls.Add(this.chkExpClientDelivery);
     this.pnlBottom.Controls.Add(this.lblStartMdl);
     this.pnlBottom.Controls.Add(this.txtMDLNo);
     this.pnlBottom.Controls.Add(this.btnBrowse);
     this.pnlBottom.Controls.Add(this.label3);
     this.pnlBottom.Controls.Add(this.txtFolderPath);
     this.pnlBottom.Controls.Add(this.btnGenerateRDF);
     this.pnlBottom.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.pnlBottom.Location = new System.Drawing.Point(0, 440);
     this.pnlBottom.Name     = "pnlBottom";
     this.pnlBottom.Size     = new System.Drawing.Size(1173, 31);
     this.pnlBottom.TabIndex = 14;
     //
     // txtDeliveryName
     //
     this.txtDeliveryName.BackColor = System.Drawing.Color.White;
     this.txtDeliveryName.Font      = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtDeliveryName.ForeColor = System.Drawing.Color.Blue;
     this.txtDeliveryName.Location  = new System.Drawing.Point(97, 3);
     this.txtDeliveryName.Name      = "txtDeliveryName";
     this.txtDeliveryName.Size      = new System.Drawing.Size(182, 21);
     this.txtDeliveryName.TabIndex  = 44;
     this.txtDeliveryName.Text      = "GVK_CI_";
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.ForeColor = System.Drawing.Color.Black;
     this.label5.Location  = new System.Drawing.Point(0, 5);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(98, 17);
     this.label5.TabIndex  = 45;
     this.label5.Text      = "Delivery Name";
     //
     // chkExpClientDelivery
     //
     this.chkExpClientDelivery.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.chkExpClientDelivery.AutoSize = true;
     this.chkExpClientDelivery.Location = new System.Drawing.Point(882, 3);
     this.chkExpClientDelivery.Name     = "chkExpClientDelivery";
     this.chkExpClientDelivery.Size     = new System.Drawing.Size(179, 21);
     this.chkExpClientDelivery.TabIndex = 43;
     this.chkExpClientDelivery.Text     = "Export for Client Delivery";
     this.chkExpClientDelivery.UseVisualStyleBackColor = true;
     this.chkExpClientDelivery.CheckedChanged         += new System.EventHandler(this.chkExpClientDelivery_CheckedChanged);
     //
     // lblStartMdl
     //
     this.lblStartMdl.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblStartMdl.AutoSize = true;
     this.lblStartMdl.Location = new System.Drawing.Point(665, 6);
     this.lblStartMdl.Name     = "lblStartMdl";
     this.lblStartMdl.Size     = new System.Drawing.Size(98, 17);
     this.lblStartMdl.TabIndex = 42;
     this.lblStartMdl.Text     = "Start MDL No.";
     //
     // txtMDLNo
     //
     this.txtMDLNo.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.txtMDLNo.Font      = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtMDLNo.ForeColor = System.Drawing.Color.Blue;
     this.txtMDLNo.Location  = new System.Drawing.Point(764, 2);
     this.txtMDLNo.Name      = "txtMDLNo";
     this.txtMDLNo.Size      = new System.Drawing.Size(98, 25);
     this.txtMDLNo.TabIndex  = 41;
     //
     // btnBrowse
     //
     this.btnBrowse.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnBrowse.Font     = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnBrowse.Location = new System.Drawing.Point(623, 2);
     this.btnBrowse.Name     = "btnBrowse";
     this.btnBrowse.Size     = new System.Drawing.Size(30, 24);
     this.btnBrowse.TabIndex = 12;
     this.btnBrowse.Text     = "...";
     this.btnBrowse.UseVisualStyleBackColor = true;
     this.btnBrowse.Click += new System.EventHandler(this.btnBrowse_Click);
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.ForeColor = System.Drawing.Color.Black;
     this.label3.Location  = new System.Drawing.Point(288, 5);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(79, 17);
     this.label3.TabIndex  = 11;
     this.label3.Text      = "Output Path";
     //
     // txtFolderPath
     //
     this.txtFolderPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.txtFolderPath.BackColor = System.Drawing.Color.White;
     this.txtFolderPath.Font      = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtFolderPath.ForeColor = System.Drawing.Color.Blue;
     this.txtFolderPath.Location  = new System.Drawing.Point(370, 3);
     this.txtFolderPath.Name      = "txtFolderPath";
     this.txtFolderPath.ReadOnly  = true;
     this.txtFolderPath.Size      = new System.Drawing.Size(250, 21);
     this.txtFolderPath.TabIndex  = 10;
     //
     // btnGenerateRDF
     //
     this.btnGenerateRDF.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnGenerateRDF.AutoSize = true;
     this.btnGenerateRDF.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.btnGenerateRDF.Font     = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnGenerateRDF.Location = new System.Drawing.Point(1069, 1);
     this.btnGenerateRDF.Name     = "btnGenerateRDF";
     this.btnGenerateRDF.Size     = new System.Drawing.Size(96, 25);
     this.btnGenerateRDF.TabIndex = 9;
     this.btnGenerateRDF.Text     = "Generate RDF";
     this.btnGenerateRDF.UseVisualStyleBackColor = true;
     this.btnGenerateRDF.Click += new System.EventHandler(this.btnGenerateRDF_Click);
     //
     // pnlTop
     //
     this.pnlTop.BackColor = System.Drawing.Color.White;
     this.pnlTop.Controls.Add(this.lblRxnsCnt);
     this.pnlTop.Controls.Add(this.label2);
     this.pnlTop.Controls.Add(this.label8);
     this.pnlTop.Controls.Add(this.lblRefsCount);
     this.pnlTop.Controls.Add(this.txtClassType);
     this.pnlTop.Controls.Add(this.label4);
     this.pnlTop.Controls.Add(this.label1);
     this.pnlTop.Controls.Add(this.txtShipmentYear);
     this.pnlTop.Controls.Add(this.btnGetShipmentRefs);
     this.pnlTop.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnlTop.Location = new System.Drawing.Point(0, 0);
     this.pnlTop.Name     = "pnlTop";
     this.pnlTop.Size     = new System.Drawing.Size(1173, 30);
     this.pnlTop.TabIndex = 13;
     //
     // lblRxnsCnt
     //
     this.lblRxnsCnt.AutoSize  = true;
     this.lblRxnsCnt.ForeColor = System.Drawing.Color.Blue;
     this.lblRxnsCnt.Location  = new System.Drawing.Point(739, 7);
     this.lblRxnsCnt.Name      = "lblRxnsCnt";
     this.lblRxnsCnt.Size      = new System.Drawing.Size(15, 17);
     this.lblRxnsCnt.TabIndex  = 51;
     this.lblRxnsCnt.Text      = "0";
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.ForeColor = System.Drawing.Color.Black;
     this.label2.Location  = new System.Drawing.Point(219, 7);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(73, 17);
     this.label2.TabIndex  = 9;
     this.label2.Text      = "Class Type";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(656, 7);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(84, 17);
     this.label8.TabIndex = 50;
     this.label8.Text     = "Rxns Count: ";
     //
     // lblRefsCount
     //
     this.lblRefsCount.AutoSize  = true;
     this.lblRefsCount.ForeColor = System.Drawing.Color.Blue;
     this.lblRefsCount.Location  = new System.Drawing.Point(598, 7);
     this.lblRefsCount.Name      = "lblRefsCount";
     this.lblRefsCount.Size      = new System.Drawing.Size(15, 17);
     this.lblRefsCount.TabIndex  = 49;
     this.lblRefsCount.Text      = "0";
     //
     // txtClassType
     //
     this.txtClassType.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtClassType.Font            = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtClassType.ForeColor       = System.Drawing.Color.Blue;
     this.txtClassType.Location        = new System.Drawing.Point(295, 5);
     this.txtClassType.Name            = "txtClassType";
     this.txtClassType.Size            = new System.Drawing.Size(40, 21);
     this.txtClassType.TabIndex        = 10;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(525, 7);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(76, 17);
     this.label4.TabIndex = 48;
     this.label4.Text     = "Ref.Count: ";
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.ForeColor = System.Drawing.Color.Black;
     this.label1.Location  = new System.Drawing.Point(2, 7);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(93, 17);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Shipment Year";
     //
     // txtShipmentYear
     //
     this.txtShipmentYear.Font      = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtShipmentYear.ForeColor = System.Drawing.Color.Blue;
     this.txtShipmentYear.Location  = new System.Drawing.Point(98, 5);
     this.txtShipmentYear.Name      = "txtShipmentYear";
     this.txtShipmentYear.Size      = new System.Drawing.Size(107, 21);
     this.txtShipmentYear.TabIndex  = 1;
     //
     // btnGetShipmentRefs
     //
     this.btnGetShipmentRefs.AutoSize = true;
     this.btnGetShipmentRefs.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.btnGetShipmentRefs.Font     = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnGetShipmentRefs.Location = new System.Drawing.Point(344, 3);
     this.btnGetShipmentRefs.Name     = "btnGetShipmentRefs";
     this.btnGetShipmentRefs.Size     = new System.Drawing.Size(80, 25);
     this.btnGetShipmentRefs.TabIndex = 8;
     this.btnGetShipmentRefs.Text     = "Get";
     this.btnGetShipmentRefs.UseVisualStyleBackColor = true;
     this.btnGetShipmentRefs.Click += new System.EventHandler(this.btnGetShipmentRefs_Click);
     //
     // dataGridViewTextBoxColumn1
     //
     this.dataGridViewTextBoxColumn1.HeaderText = "Ref_ID";
     this.dataGridViewTextBoxColumn1.Name       = "dataGridViewTextBoxColumn1";
     this.dataGridViewTextBoxColumn1.ReadOnly   = true;
     this.dataGridViewTextBoxColumn1.Visible    = false;
     //
     // dataGridViewTextBoxColumn2
     //
     this.dataGridViewTextBoxColumn2.HeaderText = "Reference";
     this.dataGridViewTextBoxColumn2.Name       = "dataGridViewTextBoxColumn2";
     this.dataGridViewTextBoxColumn2.ReadOnly   = true;
     this.dataGridViewTextBoxColumn2.SortMode   = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.dataGridViewTextBoxColumn2.Width      = 121;
     //
     // dataGridViewTextBoxColumn3
     //
     this.dataGridViewTextBoxColumn3.HeaderText = "Class";
     this.dataGridViewTextBoxColumn3.Name       = "dataGridViewTextBoxColumn3";
     this.dataGridViewTextBoxColumn3.ReadOnly   = true;
     //
     // dataGridViewTextBoxColumn4
     //
     this.dataGridViewTextBoxColumn4.FillWeight = 50F;
     this.dataGridViewTextBoxColumn4.HeaderText = "Rxns";
     this.dataGridViewTextBoxColumn4.Name       = "dataGridViewTextBoxColumn4";
     this.dataGridViewTextBoxColumn4.ReadOnly   = true;
     this.dataGridViewTextBoxColumn4.SortMode   = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.dataGridViewTextBoxColumn4.Width      = 70;
     //
     // dataGridViewTextBoxColumn5
     //
     this.dataGridViewTextBoxColumn5.FillWeight = 150F;
     this.dataGridViewTextBoxColumn5.HeaderText = "Shipment";
     this.dataGridViewTextBoxColumn5.Name       = "dataGridViewTextBoxColumn5";
     this.dataGridViewTextBoxColumn5.ReadOnly   = true;
     this.dataGridViewTextBoxColumn5.SortMode   = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.dataGridViewTextBoxColumn5.Width      = 150;
     //
     // dataGridViewTextBoxColumn6
     //
     this.dataGridViewTextBoxColumn6.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.dataGridViewTextBoxColumn6.FillWeight   = 150F;
     this.dataGridViewTextBoxColumn6.HeaderText   = "Status";
     this.dataGridViewTextBoxColumn6.Name         = "dataGridViewTextBoxColumn6";
     this.dataGridViewTextBoxColumn6.ReadOnly     = true;
     //
     // dataGridViewTextBoxColumn7
     //
     this.dataGridViewTextBoxColumn7.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.dataGridViewTextBoxColumn7.HeaderText   = "Delivered";
     this.dataGridViewTextBoxColumn7.Name         = "dataGridViewTextBoxColumn7";
     this.dataGridViewTextBoxColumn7.ReadOnly     = true;
     //
     // dataGridViewTextBoxColumn8
     //
     this.dataGridViewTextBoxColumn8.HeaderText = "Delivered";
     this.dataGridViewTextBoxColumn8.Name       = "dataGridViewTextBoxColumn8";
     this.dataGridViewTextBoxColumn8.ReadOnly   = true;
     //
     // dataGridViewTextBoxColumn9
     //
     this.dataGridViewTextBoxColumn9.HeaderText = "Reference";
     this.dataGridViewTextBoxColumn9.Name       = "dataGridViewTextBoxColumn9";
     this.dataGridViewTextBoxColumn9.ReadOnly   = true;
     this.dataGridViewTextBoxColumn9.SortMode   = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.dataGridViewTextBoxColumn9.Width      = 121;
     //
     // dataGridViewTextBoxColumn10
     //
     this.dataGridViewTextBoxColumn10.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.dataGridViewTextBoxColumn10.HeaderText   = "Solvent Name";
     this.dataGridViewTextBoxColumn10.Name         = "dataGridViewTextBoxColumn10";
     this.dataGridViewTextBoxColumn10.ReadOnly     = true;
     //
     // dataGridViewTextBoxColumn11
     //
     this.dataGridViewTextBoxColumn11.FillWeight = 150F;
     this.dataGridViewTextBoxColumn11.HeaderText = "SolventMolfile";
     this.dataGridViewTextBoxColumn11.Name       = "dataGridViewTextBoxColumn11";
     this.dataGridViewTextBoxColumn11.ReadOnly   = true;
     this.dataGridViewTextBoxColumn11.Visible    = false;
     this.dataGridViewTextBoxColumn11.Width      = 150;
     //
     // frmShipmentDelivery
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize    = new System.Drawing.Size(1173, 471);
     this.Controls.Add(this.pnlMain);
     this.Name     = "frmShipmentDelivery";
     this.ShowIcon = false;
     this.Text     = "Shipment Delivery";
     this.Load    += new System.EventHandler(this.frmShipmentDelivery_Load);
     this.pnlMain.ResumeLayout(false);
     this.tcShipmentDelivery.ResumeLayout(false);
     this.tpShipmentRefs.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgvRDFRefs)).EndInit();
     this.tpShipmentSolvents.ResumeLayout(false);
     this.splcontSolvents.Panel1.ResumeLayout(false);
     this.splcontSolvents.Panel2.ResumeLayout(false);
     this.splcontSolvents.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgvSolvents)).EndInit();
     this.pnlBottom.ResumeLayout(false);
     this.pnlBottom.PerformLayout();
     this.pnlTop.ResumeLayout(false);
     this.pnlTop.PerformLayout();
     this.ResumeLayout(false);
 }
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()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     MDL.Draw.Chemistry.Molecule molecule1 = new MDL.Draw.Chemistry.Molecule();
     MDL.Draw.Renderer.Preferences.DisplayPreferences displayPreferences1 = new MDL.Draw.Renderer.Preferences.DisplayPreferences();
     this.pnlMain                    = new System.Windows.Forms.Panel();
     this.splcontSolvents            = new System.Windows.Forms.SplitContainer();
     this.dgvDeliverySolvents        = new System.Windows.Forms.DataGridView();
     this.solventRenderer            = new MDL.Draw.Renderer.Renderer();
     this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colDeliveryName            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colShipmentRef_Solv        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colSolventName_Solv        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colSolventMolFile          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.pnlMain.SuspendLayout();
     this.splcontSolvents.Panel1.SuspendLayout();
     this.splcontSolvents.Panel2.SuspendLayout();
     this.splcontSolvents.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvDeliverySolvents)).BeginInit();
     this.SuspendLayout();
     //
     // pnlMain
     //
     this.pnlMain.BackColor = System.Drawing.Color.White;
     this.pnlMain.Controls.Add(this.splcontSolvents);
     this.pnlMain.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlMain.Font     = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.pnlMain.Location = new System.Drawing.Point(0, 0);
     this.pnlMain.Name     = "pnlMain";
     this.pnlMain.Size     = new System.Drawing.Size(1123, 470);
     this.pnlMain.TabIndex = 0;
     //
     // splcontSolvents
     //
     this.splcontSolvents.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splcontSolvents.Location = new System.Drawing.Point(0, 0);
     this.splcontSolvents.Name     = "splcontSolvents";
     //
     // splcontSolvents.Panel1
     //
     this.splcontSolvents.Panel1.Controls.Add(this.dgvDeliverySolvents);
     //
     // splcontSolvents.Panel2
     //
     this.splcontSolvents.Panel2.Controls.Add(this.solventRenderer);
     this.splcontSolvents.Size             = new System.Drawing.Size(1123, 470);
     this.splcontSolvents.SplitterDistance = 808;
     this.splcontSolvents.TabIndex         = 2;
     //
     // dgvDeliverySolvents
     //
     this.dgvDeliverySolvents.AllowUserToAddRows    = false;
     this.dgvDeliverySolvents.AllowUserToDeleteRows = false;
     dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
     this.dgvDeliverySolvents.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.dgvDeliverySolvents.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.dgvDeliverySolvents.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvDeliverySolvents.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.colDeliveryName,
         this.colShipmentRef_Solv,
         this.colSolventName_Solv,
         this.colSolventMolFile
     });
     this.dgvDeliverySolvents.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.dgvDeliverySolvents.Location = new System.Drawing.Point(0, 0);
     this.dgvDeliverySolvents.Name     = "dgvDeliverySolvents";
     this.dgvDeliverySolvents.ReadOnly = true;
     this.dgvDeliverySolvents.RowTemplate.DefaultCellStyle.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.dgvDeliverySolvents.RowTemplate.DefaultCellStyle.SelectionForeColor = System.Drawing.Color.Black;
     this.dgvDeliverySolvents.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvDeliverySolvents.Size          = new System.Drawing.Size(808, 470);
     this.dgvDeliverySolvents.TabIndex      = 16;
     this.dgvDeliverySolvents.RowEnter     += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDeliverySolvents_RowEnter);
     this.dgvDeliverySolvents.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dgvDeliverySolvents_RowPostPaint);
     //
     // solventRenderer
     //
     this.solventRenderer.AutoSizeStructure = true;
     this.solventRenderer.BinHexSketch      = "01030004412400214372656174656420627920416363656C7279734472617720342E322E302E36303" +
                                              "502040000005805000000005905000000000B0B0005417269616C780000140200";
     this.solventRenderer.BorderStyle     = System.Windows.Forms.BorderStyle.Fixed3D;
     this.solventRenderer.ChimeString     = null;
     this.solventRenderer.CopyingEnabled  = true;
     this.solventRenderer.DisplayOnEmpty  = null;
     this.solventRenderer.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.solventRenderer.FileName        = null;
     this.solventRenderer.HighlightInfo   = "";
     this.solventRenderer.IsBitmapFromOLE = false;
     this.solventRenderer.Location        = new System.Drawing.Point(0, 0);
     molecule1.ArrowDir                     = MDL.Draw.ArrowDirType.No;
     molecule1.ArrowStyle                   = MDL.Draw.ArrowStyleType.Empty;
     molecule1.AtomValenceDisplay           = true;
     molecule1.BaseFormBoxSetting           = 0;
     molecule1.BondLineThickness            = 0D;
     molecule1.CarbonLabelDisplay           = false;
     molecule1.ChemLabelFont                = null;
     molecule1.ChemLabelFontString          = "(none)";
     molecule1.ColorAtomsByTypeInSketch     = false;
     molecule1.ConfigLabelFont              = null;
     molecule1.ConfigLabelFontString        = "(none)";
     molecule1.ConvertRingBondIntoOneToMany = true;
     molecule1.Coords      = null;
     molecule1.DashSpacing = 0.1D;
     //molecule1.DisableAgeUp = false;
     molecule1.DisplaySinCys = false;
     molecule1.DisplaySulfurInCysSequence = false;
     molecule1.DoubleBondWidth            = 0.18D;
     molecule1.FillColor           = System.Drawing.Color.Empty;
     molecule1.FillStyle           = MDL.Draw.ChemGraphicsObject.FillStyles.SOLID;
     molecule1.ForeColor           = System.Drawing.Color.Empty;
     molecule1.ForeColorString     = "";
     molecule1.ForSubsequenceQuery = false;
     molecule1.HighlightChildren   = "";
     molecule1.HighlightColor      = System.Drawing.Color.Blue;
     molecule1.HydrogenDisplayMode = MDL.Draw.Chemistry.Atom.HydrogenDisplayMode.Off;
     molecule1.Id                        = 131;
     molecule1.Initial                   = "";
     molecule1.IsAModel                  = false;
     molecule1.IsARotatedModel           = false;
     molecule1.KeepRSLabelsInSketch      = true;
     molecule1.LastModifyChemText        = -1;
     molecule1.MaintainXMLChildOrderFlag = false;
     molecule1.MustPerceiveStereo        = true;
     molecule1.PenColor                  = System.Drawing.Color.Empty;
     molecule1.PenStyle                  = System.Drawing.Drawing2D.DashStyle.Solid;
     molecule1.PenStyleToken             = 0;
     molecule1.PenWidth                  = ((byte)(0));
     molecule1.PenWidthUnit              = MDL.Draw.ChemGraphicsObject.PenWidthUnits.Default;
     molecule1.RefId                     = 131;
     molecule1.Replaced                  = false;
     molecule1.RgroupCleeanUpNeeded      = false;
     molecule1.RgroupLabelsPresentFlag   = false;
     molecule1.RLabelAtAbsCenter         = "R";
     molecule1.RLabelAtAndCenter         = "R*";
     molecule1.RLabelAtOrCenter          = "(R)";
     molecule1.ScaleLabelsToBondLength   = false;
     molecule1.Selected                  = false;
     molecule1.SequenceDictionary        = null;
     molecule1.SequenceNeedsRealign      = false;
     molecule1.SequenceView              = MDL.Draw.Chemistry.Molecule.SequenceViewEnum.None;
     molecule1.Size                      = 0;
     molecule1.SkcWritten                = false;
     molecule1.SkNumber                  = ((short)(0));
     molecule1.SLabelAtAbsCenter         = "S";
     molecule1.SLabelAtAndCenter         = "S*";
     molecule1.SLabelAtOrCenter          = "(S)";
     molecule1.StandardBondLength        = 0D;
     molecule1.StereoChemistryMode       = MDL.Draw.Chemistry.Molecule.StereoChemistryModeEnum.And;
     //molecule1.Tag = null;
     molecule1.TextBorder           = 0.1D;
     molecule1.Transparent          = false;
     molecule1.UndoableEditListener = null;
     molecule1.WedgeWidth           = 0.1D;
     molecule1.ZLayer = -99870;
     this.solventRenderer.Molecule            = molecule1;
     this.solventRenderer.MolfileString       = "";
     this.solventRenderer.Name                = "solventRenderer";
     this.solventRenderer.PastingEnabled      = true;
     this.solventRenderer.Preferences         = displayPreferences1;
     this.solventRenderer.PreferencesFileName = "default.xml";
     this.solventRenderer.RendererBorderStyle = System.Windows.Forms.ButtonBorderStyle.Inset;
     this.solventRenderer.Size                = new System.Drawing.Size(311, 470);
     this.solventRenderer.SketchString        = "AQMABEEkACFDcmVhdGVkIGJ5IEFjY2VscnlzRHJhdyA0LjIuMC42MDUCBAAAAFgFAAAAAFkFAAAAAAsLA" +
                                                "AVBcmlhbHgAABQCAA==";
     this.solventRenderer.SmilesString            = "";
     this.solventRenderer.TabIndex                = 33;
     this.solventRenderer.URLEncodedMolfileString = "";
     //
     // dataGridViewTextBoxColumn1
     //
     this.dataGridViewTextBoxColumn1.HeaderText = "Reference";
     this.dataGridViewTextBoxColumn1.Name       = "dataGridViewTextBoxColumn1";
     this.dataGridViewTextBoxColumn1.ReadOnly   = true;
     this.dataGridViewTextBoxColumn1.SortMode   = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.dataGridViewTextBoxColumn1.Width      = 121;
     //
     // dataGridViewTextBoxColumn2
     //
     this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.dataGridViewTextBoxColumn2.HeaderText   = "Solvent Name";
     this.dataGridViewTextBoxColumn2.Name         = "dataGridViewTextBoxColumn2";
     this.dataGridViewTextBoxColumn2.ReadOnly     = true;
     this.dataGridViewTextBoxColumn2.SortMode     = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // dataGridViewTextBoxColumn3
     //
     this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.dataGridViewTextBoxColumn3.FillWeight   = 150F;
     this.dataGridViewTextBoxColumn3.HeaderText   = "SolventMolfile";
     this.dataGridViewTextBoxColumn3.Name         = "dataGridViewTextBoxColumn3";
     this.dataGridViewTextBoxColumn3.ReadOnly     = true;
     this.dataGridViewTextBoxColumn3.Visible      = false;
     //
     // dataGridViewTextBoxColumn4
     //
     this.dataGridViewTextBoxColumn4.FillWeight = 150F;
     this.dataGridViewTextBoxColumn4.HeaderText = "SolventMolfile";
     this.dataGridViewTextBoxColumn4.Name       = "dataGridViewTextBoxColumn4";
     this.dataGridViewTextBoxColumn4.ReadOnly   = true;
     this.dataGridViewTextBoxColumn4.Visible    = false;
     this.dataGridViewTextBoxColumn4.Width      = 150;
     //
     // colDeliveryName
     //
     this.colDeliveryName.HeaderText = "DeliveryName";
     this.colDeliveryName.Name       = "colDeliveryName";
     this.colDeliveryName.ReadOnly   = true;
     this.colDeliveryName.Width      = 200;
     //
     // colShipmentRef_Solv
     //
     this.colShipmentRef_Solv.HeaderText = "Reference";
     this.colShipmentRef_Solv.Name       = "colShipmentRef_Solv";
     this.colShipmentRef_Solv.ReadOnly   = true;
     this.colShipmentRef_Solv.SortMode   = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.colShipmentRef_Solv.Width      = 121;
     //
     // colSolventName_Solv
     //
     this.colSolventName_Solv.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.colSolventName_Solv.HeaderText   = "Solvent Name";
     this.colSolventName_Solv.Name         = "colSolventName_Solv";
     this.colSolventName_Solv.ReadOnly     = true;
     //
     // colSolventMolFile
     //
     this.colSolventMolFile.FillWeight = 150F;
     this.colSolventMolFile.HeaderText = "SolventMolfile";
     this.colSolventMolFile.Name       = "colSolventMolFile";
     this.colSolventMolFile.ReadOnly   = true;
     this.colSolventMolFile.Visible    = false;
     this.colSolventMolFile.Width      = 150;
     //
     // frmDeliveredSolvents
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1123, 470);
     this.Controls.Add(this.pnlMain);
     this.Name     = "frmDeliveredSolvents";
     this.ShowIcon = false;
     this.Text     = "Delivered Solvents";
     this.Load    += new System.EventHandler(this.frmDeliveredSolvents_Load);
     this.pnlMain.ResumeLayout(false);
     this.splcontSolvents.Panel1.ResumeLayout(false);
     this.splcontSolvents.Panel2.ResumeLayout(false);
     this.splcontSolvents.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgvDeliverySolvents)).EndInit();
     this.ResumeLayout(false);
 }
 /// <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();
     MDL.Draw.Chemistry.Molecule molecule1 = new MDL.Draw.Chemistry.Molecule();
     MDL.Draw.Renderer.Preferences.DisplayPreferences displayPreferences1 = new MDL.Draw.Renderer.Preferences.DisplayPreferences();
     MDL.Draw.Chemistry.Molecule molecule2 = new MDL.Draw.Chemistry.Molecule();
     MDL.Draw.Renderer.Preferences.DisplayPreferences displayPreferences2 = new MDL.Draw.Renderer.Preferences.DisplayPreferences();
     this.pnlMain                    = new System.Windows.Forms.Panel();
     this.pnlCntrls                  = new System.Windows.Forms.Panel();
     this.splCont                    = new System.Windows.Forms.SplitContainer();
     this.dgvProducts                = new System.Windows.Forms.DataGridView();
     this.colRxnNo                   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colProdStructNo            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colProductName             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colProdMolFile             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colProdInchi               = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colProdMolImage            = new System.Windows.Forms.DataGridViewImageColumn();
     this.renderer1                  = new MDL.Draw.Renderer.Renderer();
     this.pnlTop                     = new System.Windows.Forms.Panel();
     this.txtName                    = new System.Windows.Forms.TextBox();
     this.label1                     = new System.Windows.Forms.Label();
     this.lblName                    = new System.Windows.Forms.Label();
     this.lblType                    = new System.Windows.Forms.Label();
     this.lnkSolvAgentRef            = new System.Windows.Forms.LinkLabel();
     this.cmbType                    = new System.Windows.Forms.ComboBox();
     this.txtStructNo                = new System.Windows.Forms.TextBox();
     this.lblGrade                   = new System.Windows.Forms.Label();
     this.lblStructNo                = new System.Windows.Forms.Label();
     this.txtGrade                   = new System.Windows.Forms.TextBox();
     this.ChemRenditor               = new MDL.Draw.Renditor.Renditor();
     this.lblStructure               = new System.Windows.Forms.Label();
     this.pnlBottom                  = new System.Windows.Forms.Panel();
     this.lblStructureInchi          = new System.Windows.Forms.Label();
     this.label2                     = new System.Windows.Forms.Label();
     this.btnSave                    = new System.Windows.Forms.Button();
     this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewImageColumn1   = new System.Windows.Forms.DataGridViewImageColumn();
     this.pnlMain.SuspendLayout();
     this.pnlCntrls.SuspendLayout();
     this.splCont.Panel1.SuspendLayout();
     this.splCont.Panel2.SuspendLayout();
     this.splCont.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvProducts)).BeginInit();
     this.pnlTop.SuspendLayout();
     this.pnlBottom.SuspendLayout();
     this.SuspendLayout();
     //
     // pnlMain
     //
     this.pnlMain.BackColor = System.Drawing.Color.White;
     this.pnlMain.Controls.Add(this.pnlCntrls);
     this.pnlMain.Controls.Add(this.pnlBottom);
     this.pnlMain.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlMain.Font     = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.pnlMain.Location = new System.Drawing.Point(0, 0);
     this.pnlMain.Name     = "pnlMain";
     this.pnlMain.Size     = new System.Drawing.Size(1006, 362);
     this.pnlMain.TabIndex = 1;
     //
     // pnlCntrls
     //
     this.pnlCntrls.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.pnlCntrls.Controls.Add(this.splCont);
     this.pnlCntrls.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlCntrls.Location = new System.Drawing.Point(0, 0);
     this.pnlCntrls.Name     = "pnlCntrls";
     this.pnlCntrls.Size     = new System.Drawing.Size(1006, 331);
     this.pnlCntrls.TabIndex = 19;
     //
     // splCont
     //
     this.splCont.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.splCont.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splCont.Location    = new System.Drawing.Point(0, 0);
     this.splCont.Name        = "splCont";
     //
     // splCont.Panel1
     //
     this.splCont.Panel1.Controls.Add(this.dgvProducts);
     this.splCont.Panel1.Controls.Add(this.renderer1);
     this.splCont.Panel1.Controls.Add(this.pnlTop);
     //
     // splCont.Panel2
     //
     this.splCont.Panel2.Controls.Add(this.ChemRenditor);
     this.splCont.Panel2.Controls.Add(this.lblStructure);
     this.splCont.Size             = new System.Drawing.Size(1002, 327);
     this.splCont.SplitterDistance = 578;
     this.splCont.TabIndex         = 31;
     //
     // dgvProducts
     //
     this.dgvProducts.AllowUserToAddRows          = false;
     this.dgvProducts.AllowUserToDeleteRows       = false;
     this.dgvProducts.BorderStyle                 = System.Windows.Forms.BorderStyle.Fixed3D;
     this.dgvProducts.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvProducts.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.colRxnNo,
         this.colProdStructNo,
         this.colProductName,
         this.colProdMolFile,
         this.colProdInchi,
         this.colProdMolImage
     });
     this.dgvProducts.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.dgvProducts.Location         = new System.Drawing.Point(0, 110);
     this.dgvProducts.Name             = "dgvProducts";
     this.dgvProducts.ReadOnly         = true;
     this.dgvProducts.SelectionMode    = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvProducts.Size             = new System.Drawing.Size(354, 215);
     this.dgvProducts.TabIndex         = 29;
     this.dgvProducts.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvProducts_CellDoubleClick);
     this.dgvProducts.RowEnter        += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvProducts_RowEnter);
     this.dgvProducts.RowPostPaint    += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dgvProducts_RowPostPaint);
     //
     // colRxnNo
     //
     this.colRxnNo.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.colRxnNo.HeaderText   = "RxnNo";
     this.colRxnNo.Name         = "colRxnNo";
     this.colRxnNo.ReadOnly     = true;
     this.colRxnNo.Width        = 60;
     //
     // colProdStructNo
     //
     this.colProdStructNo.HeaderText = "StructNo";
     this.colProdStructNo.Name       = "colProdStructNo";
     this.colProdStructNo.ReadOnly   = true;
     //
     // colProductName
     //
     this.colProductName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.colProductName.HeaderText   = "Product";
     this.colProductName.Name         = "colProductName";
     this.colProductName.ReadOnly     = true;
     //
     // colProdMolFile
     //
     this.colProdMolFile.HeaderText = "MolFile";
     this.colProdMolFile.Name       = "colProdMolFile";
     this.colProdMolFile.ReadOnly   = true;
     this.colProdMolFile.Visible    = false;
     //
     // colProdInchi
     //
     this.colProdInchi.HeaderText = "Inchi";
     this.colProdInchi.Name       = "colProdInchi";
     this.colProdInchi.ReadOnly   = true;
     this.colProdInchi.Visible    = false;
     //
     // colProdMolImage
     //
     this.colProdMolImage.HeaderText = "MolImage";
     this.colProdMolImage.Name       = "colProdMolImage";
     this.colProdMolImage.ReadOnly   = true;
     this.colProdMolImage.Visible    = false;
     //
     // renderer1
     //
     this.renderer1.AutoSizeStructure = true;
     this.renderer1.BinHexSketch      = "01030004412400214372656174656420627920416363656C7279734472617720342E322E302E36303" +
                                        "502040000005805000000005905000000000B0B0005417269616C780000140200";
     this.renderer1.BorderStyle             = System.Windows.Forms.BorderStyle.FixedSingle;
     this.renderer1.ChimeString             = null;
     this.renderer1.CopyingEnabled          = true;
     this.renderer1.DisplayOnEmpty          = null;
     this.renderer1.Dock                    = System.Windows.Forms.DockStyle.Right;
     this.renderer1.FileName                = null;
     this.renderer1.HighlightInfo           = "";
     this.renderer1.IsBitmapFromOLE         = false;
     this.renderer1.Location                = new System.Drawing.Point(354, 110);
     molecule1.ArrowDir                     = MDL.Draw.ArrowDirType.No;
     molecule1.ArrowStyle                   = MDL.Draw.ArrowStyleType.Empty;
     molecule1.AtomValenceDisplay           = true;
     molecule1.BaseFormBoxSetting           = 0;
     molecule1.BondLineThickness            = 0D;
     molecule1.CarbonLabelDisplay           = false;
     molecule1.ChemLabelFont                = null;
     molecule1.ChemLabelFontString          = "(none)";
     molecule1.ColorAtomsByTypeInSketch     = false;
     molecule1.ConfigLabelFont              = null;
     molecule1.ConfigLabelFontString        = "(none)";
     molecule1.ConvertRingBondIntoOneToMany = true;
     molecule1.Coords        = null;
     molecule1.DashSpacing   = 0.1D;
     molecule1.DisplaySinCys = false;
     molecule1.DisplaySulfurInCysSequence = false;
     molecule1.DoubleBondWidth            = 0.18D;
     molecule1.FillColor           = System.Drawing.Color.Empty;
     molecule1.FillStyle           = MDL.Draw.ChemGraphicsObject.FillStyles.SOLID;
     molecule1.ForeColor           = System.Drawing.Color.Empty;
     molecule1.ForeColorString     = "";
     molecule1.ForSubsequenceQuery = false;
     molecule1.HighlightChildren   = "";
     molecule1.HighlightColor      = System.Drawing.Color.Blue;
     molecule1.HydrogenDisplayMode = MDL.Draw.Chemistry.Atom.HydrogenDisplayMode.Off;
     molecule1.Id                        = 81;
     molecule1.Initial                   = "";
     molecule1.IsAModel                  = false;
     molecule1.IsARotatedModel           = false;
     molecule1.KeepRSLabelsInSketch      = true;
     molecule1.LastModifyChemText        = -1;
     molecule1.MaintainXMLChildOrderFlag = false;
     molecule1.MustPerceiveStereo        = true;
     molecule1.PenColor                  = System.Drawing.Color.Empty;
     molecule1.PenStyle                  = System.Drawing.Drawing2D.DashStyle.Solid;
     molecule1.PenStyleToken             = 0;
     molecule1.PenWidth                  = ((byte)(0));
     molecule1.PenWidthUnit              = MDL.Draw.ChemGraphicsObject.PenWidthUnits.Default;
     molecule1.RefId                     = 81;
     molecule1.Replaced                  = false;
     molecule1.RgroupCleeanUpNeeded      = false;
     molecule1.RgroupLabelsPresentFlag   = false;
     molecule1.RLabelAtAbsCenter         = "R";
     molecule1.RLabelAtAndCenter         = "R*";
     molecule1.RLabelAtOrCenter          = "(R)";
     molecule1.ScaleLabelsToBondLength   = false;
     molecule1.Selected                  = false;
     molecule1.SequenceDictionary        = null;
     molecule1.SequenceNeedsRealign      = false;
     molecule1.SequenceView              = MDL.Draw.Chemistry.Molecule.SequenceViewEnum.None;
     molecule1.Size                      = 0;
     molecule1.SkcWritten                = false;
     molecule1.SkNumber                  = ((short)(0));
     molecule1.SLabelAtAbsCenter         = "S";
     molecule1.SLabelAtAndCenter         = "S*";
     molecule1.SLabelAtOrCenter          = "(S)";
     molecule1.StandardBondLength        = 0D;
     molecule1.StereoChemistryMode       = MDL.Draw.Chemistry.Molecule.StereoChemistryModeEnum.And;
     molecule1.TextBorder                = 0.1D;
     molecule1.Transparent               = false;
     molecule1.UndoableEditListener      = null;
     molecule1.WedgeWidth                = 0.1D;
     molecule1.ZLayer                    = -99920;
     this.renderer1.Molecule             = molecule1;
     this.renderer1.MolfileString        = "";
     this.renderer1.Name                 = "renderer1";
     this.renderer1.PastingEnabled       = true;
     displayPreferences1.BackColor       = System.Drawing.Color.WhiteSmoke;
     this.renderer1.Preferences          = displayPreferences1;
     this.renderer1.PreferencesFileName  = "default.xml";
     this.renderer1.RendererBorderStyle  = System.Windows.Forms.ButtonBorderStyle.Inset;
     this.renderer1.Size                 = new System.Drawing.Size(222, 215);
     this.renderer1.SketchString         = "AQMABEEkACFDcmVhdGVkIGJ5IEFjY2VscnlzRHJhdyA0LjIuMC42MDUCBAAAAFgFAAAAAFkFAAAAAAsLA" +
                                           "AVBcmlhbHgAABQCAA==";
     this.renderer1.SmilesString            = "";
     this.renderer1.TabIndex                = 30;
     this.renderer1.URLEncodedMolfileString = "";
     //
     // pnlTop
     //
     this.pnlTop.Controls.Add(this.txtName);
     this.pnlTop.Controls.Add(this.label1);
     this.pnlTop.Controls.Add(this.lblName);
     this.pnlTop.Controls.Add(this.lblType);
     this.pnlTop.Controls.Add(this.lnkSolvAgentRef);
     this.pnlTop.Controls.Add(this.cmbType);
     this.pnlTop.Controls.Add(this.txtStructNo);
     this.pnlTop.Controls.Add(this.lblGrade);
     this.pnlTop.Controls.Add(this.lblStructNo);
     this.pnlTop.Controls.Add(this.txtGrade);
     this.pnlTop.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnlTop.Location = new System.Drawing.Point(0, 0);
     this.pnlTop.Name     = "pnlTop";
     this.pnlTop.Size     = new System.Drawing.Size(576, 110);
     this.pnlTop.TabIndex = 0;
     //
     // txtName
     //
     this.txtName.Location = new System.Drawing.Point(80, 3);
     this.txtName.Name     = "txtName";
     this.txtName.Size     = new System.Drawing.Size(431, 25);
     this.txtName.TabIndex = 1;
     //
     // label1
     //
     this.label1.BackColor   = System.Drawing.Color.WhiteSmoke;
     this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label1.Dock        = System.Windows.Forms.DockStyle.Bottom;
     this.label1.Location    = new System.Drawing.Point(0, 87);
     this.label1.Name        = "label1";
     this.label1.Size        = new System.Drawing.Size(576, 23);
     this.label1.TabIndex    = 30;
     this.label1.Text        = "Other Reaction - Products";
     this.label1.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblName
     //
     this.lblName.AutoSize = true;
     this.lblName.Location = new System.Drawing.Point(30, 6);
     this.lblName.Name     = "lblName";
     this.lblName.Size     = new System.Drawing.Size(44, 17);
     this.lblName.TabIndex = 3;
     this.lblName.Text     = "Name";
     //
     // lblType
     //
     this.lblType.AutoSize = true;
     this.lblType.Location = new System.Drawing.Point(37, 62);
     this.lblType.Name     = "lblType";
     this.lblType.Size     = new System.Drawing.Size(37, 17);
     this.lblType.TabIndex = 3;
     this.lblType.Text     = "Type";
     //
     // lnkSolvAgentRef
     //
     this.lnkSolvAgentRef.AutoSize     = true;
     this.lnkSolvAgentRef.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.lnkSolvAgentRef.Enabled      = false;
     this.lnkSolvAgentRef.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
     this.lnkSolvAgentRef.Location     = new System.Drawing.Point(300, 64);
     this.lnkSolvAgentRef.Name         = "lnkSolvAgentRef";
     this.lnkSolvAgentRef.Size         = new System.Drawing.Size(209, 17);
     this.lnkSolvAgentRef.TabIndex     = 28;
     this.lnkSolvAgentRef.TabStop      = true;
     this.lnkSolvAgentRef.Text         = "Solvent/Agent/Catalyst Reference";
     this.lnkSolvAgentRef.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkSolvAgentRef_LinkClicked);
     //
     // cmbType
     //
     this.cmbType.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbType.FormattingEnabled = true;
     this.cmbType.Items.AddRange(new object[] {
         "Reactant",
         "Agent",
         "Solvent",
         "Catalyst"
     });
     this.cmbType.Location                  = new System.Drawing.Point(80, 59);
     this.cmbType.Name                      = "cmbType";
     this.cmbType.Size                      = new System.Drawing.Size(194, 25);
     this.cmbType.TabIndex                  = 4;
     this.cmbType.SelectedIndexChanged     += new System.EventHandler(this.cmbType_SelectedIndexChanged);
     this.cmbType.SelectionChangeCommitted += new System.EventHandler(this.cmbType_SelectionChangeCommitted);
     //
     // txtStructNo
     //
     this.txtStructNo.Location     = new System.Drawing.Point(80, 31);
     this.txtStructNo.Name         = "txtStructNo";
     this.txtStructNo.Size         = new System.Drawing.Size(194, 25);
     this.txtStructNo.TabIndex     = 2;
     this.txtStructNo.TextChanged += new System.EventHandler(this.txtStructNo_TextChanged);
     //
     // lblGrade
     //
     this.lblGrade.AutoSize = true;
     this.lblGrade.Location = new System.Drawing.Point(309, 35);
     this.lblGrade.Name     = "lblGrade";
     this.lblGrade.Size     = new System.Drawing.Size(44, 17);
     this.lblGrade.TabIndex = 3;
     this.lblGrade.Text     = "Grade";
     //
     // lblStructNo
     //
     this.lblStructNo.AutoSize = true;
     this.lblStructNo.Location = new System.Drawing.Point(5, 35);
     this.lblStructNo.Name     = "lblStructNo";
     this.lblStructNo.Size     = new System.Drawing.Size(69, 17);
     this.lblStructNo.TabIndex = 3;
     this.lblStructNo.Text     = "Struct No.";
     //
     // txtGrade
     //
     this.txtGrade.Location = new System.Drawing.Point(356, 31);
     this.txtGrade.Name     = "txtGrade";
     this.txtGrade.Size     = new System.Drawing.Size(155, 25);
     this.txtGrade.TabIndex = 3;
     //
     // ChemRenditor
     //
     this.ChemRenditor.AutoSizeStructure = true;
     this.ChemRenditor.BinHexSketch      = "01030004412400214372656174656420627920416363656C7279734472617720342E322E302E36303" +
                                           "502040000005805000000005905000000000B0B0005417269616C780000140200";
     this.ChemRenditor.BorderStyle     = System.Windows.Forms.BorderStyle.Fixed3D;
     this.ChemRenditor.ChimeString     = null;
     this.ChemRenditor.ClearingEnabled = true;
     this.ChemRenditor.CopyingEnabled  = true;
     this.ChemRenditor.DisplayOnEmpty  = null;
     this.ChemRenditor.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.ChemRenditor.EditingEnabled  = true;
     this.ChemRenditor.FileName        = null;
     this.ChemRenditor.HighlightInfo   = "";
     this.ChemRenditor.IsBitmapFromOLE = false;
     this.ChemRenditor.Location        = new System.Drawing.Point(0, 20);
     molecule2.ArrowDir                     = MDL.Draw.ArrowDirType.No;
     molecule2.ArrowStyle                   = MDL.Draw.ArrowStyleType.Empty;
     molecule2.AtomValenceDisplay           = true;
     molecule2.BaseFormBoxSetting           = 0;
     molecule2.BondLineThickness            = 0D;
     molecule2.CarbonLabelDisplay           = false;
     molecule2.ChemLabelFont                = null;
     molecule2.ChemLabelFontString          = "(none)";
     molecule2.ColorAtomsByTypeInSketch     = false;
     molecule2.ConfigLabelFont              = null;
     molecule2.ConfigLabelFontString        = "(none)";
     molecule2.ConvertRingBondIntoOneToMany = true;
     molecule2.Coords        = null;
     molecule2.DashSpacing   = 0.1D;
     molecule2.DisplaySinCys = false;
     molecule2.DisplaySulfurInCysSequence = false;
     molecule2.DoubleBondWidth            = 0.18D;
     molecule2.FillColor           = System.Drawing.Color.Empty;
     molecule2.FillStyle           = MDL.Draw.ChemGraphicsObject.FillStyles.SOLID;
     molecule2.ForeColor           = System.Drawing.Color.Empty;
     molecule2.ForeColorString     = "";
     molecule2.ForSubsequenceQuery = false;
     molecule2.HighlightChildren   = "";
     molecule2.HighlightColor      = System.Drawing.Color.Blue;
     molecule2.HydrogenDisplayMode = MDL.Draw.Chemistry.Atom.HydrogenDisplayMode.Off;
     molecule2.Id                          = 105;
     molecule2.Initial                     = "";
     molecule2.IsAModel                    = false;
     molecule2.IsARotatedModel             = false;
     molecule2.KeepRSLabelsInSketch        = true;
     molecule2.LastModifyChemText          = -1;
     molecule2.MaintainXMLChildOrderFlag   = false;
     molecule2.MustPerceiveStereo          = true;
     molecule2.PenColor                    = System.Drawing.Color.Empty;
     molecule2.PenStyle                    = System.Drawing.Drawing2D.DashStyle.Solid;
     molecule2.PenStyleToken               = 0;
     molecule2.PenWidth                    = ((byte)(0));
     molecule2.PenWidthUnit                = MDL.Draw.ChemGraphicsObject.PenWidthUnits.Default;
     molecule2.RefId                       = 105;
     molecule2.Replaced                    = false;
     molecule2.RgroupCleeanUpNeeded        = false;
     molecule2.RgroupLabelsPresentFlag     = false;
     molecule2.RLabelAtAbsCenter           = "R";
     molecule2.RLabelAtAndCenter           = "R*";
     molecule2.RLabelAtOrCenter            = "(R)";
     molecule2.ScaleLabelsToBondLength     = false;
     molecule2.Selected                    = false;
     molecule2.SequenceDictionary          = null;
     molecule2.SequenceNeedsRealign        = false;
     molecule2.SequenceView                = MDL.Draw.Chemistry.Molecule.SequenceViewEnum.None;
     molecule2.Size                        = 0;
     molecule2.SkcWritten                  = false;
     molecule2.SkNumber                    = ((short)(0));
     molecule2.SLabelAtAbsCenter           = "S";
     molecule2.SLabelAtAndCenter           = "S*";
     molecule2.SLabelAtOrCenter            = "(S)";
     molecule2.StandardBondLength          = 0D;
     molecule2.StereoChemistryMode         = MDL.Draw.Chemistry.Molecule.StereoChemistryModeEnum.And;
     molecule2.TextBorder                  = 0.1D;
     molecule2.Transparent                 = false;
     molecule2.UndoableEditListener        = null;
     molecule2.WedgeWidth                  = 0.1D;
     molecule2.ZLayer                      = -99896;
     this.ChemRenditor.Molecule            = molecule2;
     this.ChemRenditor.MolfileString       = "";
     this.ChemRenditor.Name                = "ChemRenditor";
     this.ChemRenditor.OldScalingMode      = MDL.Draw.Renderer.Preferences.StructureScalingMode.ScaleToFitBox;
     this.ChemRenditor.PastingEnabled      = true;
     this.ChemRenditor.Preferences         = displayPreferences2;
     this.ChemRenditor.PreferencesFileName = "default.xml";
     this.ChemRenditor.RendererBorderStyle = System.Windows.Forms.ButtonBorderStyle.Inset;
     this.ChemRenditor.RenditorMolecule    = molecule2;
     this.ChemRenditor.RenditorName        = "Renditor";
     this.ChemRenditor.Size                = new System.Drawing.Size(418, 305);
     this.ChemRenditor.SketchString        = "AQMABEEkACFDcmVhdGVkIGJ5IEFjY2VscnlzRHJhdyA0LjIuMC42MDUCBAAAAFgFAAAAAFkFAAAAAAsLA" +
                                             "AVBcmlhbHgAABQCAA==";
     this.ChemRenditor.SmilesString            = "";
     this.ChemRenditor.TabIndex                = 2;
     this.ChemRenditor.URLEncodedMolfileString = "";
     this.ChemRenditor.UseLocalXMLConfig       = false;
     this.ChemRenditor.ComStructureChanged    += new MDL.Draw.Renditor.StructureChangedEventHandler(this.ChemRenditor_ComStructureChanged);
     //
     // lblStructure
     //
     this.lblStructure.Dock      = System.Windows.Forms.DockStyle.Top;
     this.lblStructure.Location  = new System.Drawing.Point(0, 0);
     this.lblStructure.Name      = "lblStructure";
     this.lblStructure.Size      = new System.Drawing.Size(418, 20);
     this.lblStructure.TabIndex  = 7;
     this.lblStructure.Text      = "Structure";
     this.lblStructure.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // pnlBottom
     //
     this.pnlBottom.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pnlBottom.Controls.Add(this.lblStructureInchi);
     this.pnlBottom.Controls.Add(this.label2);
     this.pnlBottom.Controls.Add(this.btnSave);
     this.pnlBottom.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.pnlBottom.Location = new System.Drawing.Point(0, 331);
     this.pnlBottom.Name     = "pnlBottom";
     this.pnlBottom.Size     = new System.Drawing.Size(1006, 31);
     this.pnlBottom.TabIndex = 18;
     //
     // lblStructureInchi
     //
     this.lblStructureInchi.AutoSize  = true;
     this.lblStructureInchi.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.lblStructureInchi.Location  = new System.Drawing.Point(112, 6);
     this.lblStructureInchi.Name      = "lblStructureInchi";
     this.lblStructureInchi.Size      = new System.Drawing.Size(18, 17);
     this.lblStructureInchi.TabIndex  = 10;
     this.lblStructureInchi.Text      = "--";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(4, 6);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(102, 17);
     this.label2.TabIndex = 9;
     this.label2.Text     = "Structure Inchi: ";
     //
     // btnSave
     //
     this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSave.Image      = global::ChemInform.Properties.Resources.save_1;
     this.btnSave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnSave.Location   = new System.Drawing.Point(926, 0);
     this.btnSave.Name       = "btnSave";
     this.btnSave.Size       = new System.Drawing.Size(75, 28);
     this.btnSave.TabIndex   = 8;
     this.btnSave.Text       = "Save";
     this.btnSave.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btnSave.UseVisualStyleBackColor = true;
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // dataGridViewTextBoxColumn1
     //
     this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.dataGridViewTextBoxColumn1.HeaderText   = "RxnNo";
     this.dataGridViewTextBoxColumn1.Name         = "dataGridViewTextBoxColumn1";
     this.dataGridViewTextBoxColumn1.ReadOnly     = true;
     this.dataGridViewTextBoxColumn1.Width        = 60;
     //
     // dataGridViewTextBoxColumn2
     //
     this.dataGridViewTextBoxColumn2.HeaderText = "StructNo";
     this.dataGridViewTextBoxColumn2.Name       = "dataGridViewTextBoxColumn2";
     this.dataGridViewTextBoxColumn2.ReadOnly   = true;
     //
     // dataGridViewTextBoxColumn3
     //
     this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.dataGridViewTextBoxColumn3.HeaderText   = "Product";
     this.dataGridViewTextBoxColumn3.Name         = "dataGridViewTextBoxColumn3";
     this.dataGridViewTextBoxColumn3.ReadOnly     = true;
     //
     // dataGridViewTextBoxColumn4
     //
     this.dataGridViewTextBoxColumn4.HeaderText = "MolFile";
     this.dataGridViewTextBoxColumn4.Name       = "dataGridViewTextBoxColumn4";
     this.dataGridViewTextBoxColumn4.ReadOnly   = true;
     this.dataGridViewTextBoxColumn4.Visible    = false;
     //
     // dataGridViewTextBoxColumn5
     //
     this.dataGridViewTextBoxColumn5.HeaderText = "Inchi";
     this.dataGridViewTextBoxColumn5.Name       = "dataGridViewTextBoxColumn5";
     this.dataGridViewTextBoxColumn5.Visible    = false;
     //
     // dataGridViewImageColumn1
     //
     this.dataGridViewImageColumn1.HeaderText = "MolImage";
     this.dataGridViewImageColumn1.Name       = "dataGridViewImageColumn1";
     this.dataGridViewImageColumn1.Visible    = false;
     //
     // FrmEditParticipants
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1006, 362);
     this.Controls.Add(this.pnlMain);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FrmEditParticipants";
     this.ShowIcon      = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Edit Participants";
     this.Load         += new System.EventHandler(this.FrmParticipants_Load);
     this.pnlMain.ResumeLayout(false);
     this.pnlCntrls.ResumeLayout(false);
     this.splCont.Panel1.ResumeLayout(false);
     this.splCont.Panel2.ResumeLayout(false);
     this.splCont.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgvProducts)).EndInit();
     this.pnlTop.ResumeLayout(false);
     this.pnlTop.PerformLayout();
     this.pnlBottom.ResumeLayout(false);
     this.pnlBottom.PerformLayout();
     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()
 {
     this.components = new System.ComponentModel.Container();
     MDL.Draw.Chemistry.Molecule molecule2 = new MDL.Draw.Chemistry.Molecule();
     MDL.Draw.Renderer.Preferences.DisplayPreferences displayPreferences2 = new MDL.Draw.Renderer.Preferences.DisplayPreferences();
     this.pnlMain           = new System.Windows.Forms.Panel();
     this.pnlCntrls         = new System.Windows.Forms.Panel();
     this.txtGrade          = new System.Windows.Forms.TextBox();
     this.lblGrade          = new System.Windows.Forms.Label();
     this.lblStrcuture      = new System.Windows.Forms.Label();
     this.txtCS             = new System.Windows.Forms.TextBox();
     this.pnlstructure      = new System.Windows.Forms.Panel();
     this.ChemRenditor      = new MDL.Draw.Renditor.Renditor();
     this.lblCS             = new System.Windows.Forms.Label();
     this.txtDe             = new System.Windows.Forms.TextBox();
     this.lblDs             = new System.Windows.Forms.Label();
     this.lblDE             = new System.Windows.Forms.Label();
     this.txtDS             = new System.Windows.Forms.TextBox();
     this.txtProductName    = new System.Windows.Forms.TextBox();
     this.txtEE             = new System.Windows.Forms.TextBox();
     this.lblProduct        = new System.Windows.Forms.Label();
     this.lblEe             = new System.Windows.Forms.Label();
     this.txtYieldFrom      = new System.Windows.Forms.TextBox();
     this.lblStructNo       = new System.Windows.Forms.Label();
     this.txtStructNo       = new System.Windows.Forms.TextBox();
     this.lblYield          = new System.Windows.Forms.Label();
     this.pnlBottom         = new System.Windows.Forms.Panel();
     this.lblStructureInchi = new System.Windows.Forms.Label();
     this.label2            = new System.Windows.Forms.Label();
     this.btnSave           = new System.Windows.Forms.Button();
     this.txtYieldTo        = new System.Windows.Forms.TextBox();
     this.label1            = new System.Windows.Forms.Label();
     this.pnlMain.SuspendLayout();
     this.pnlCntrls.SuspendLayout();
     this.pnlstructure.SuspendLayout();
     this.pnlBottom.SuspendLayout();
     this.SuspendLayout();
     //
     // pnlMain
     //
     this.pnlMain.BackColor = System.Drawing.Color.White;
     this.pnlMain.Controls.Add(this.pnlCntrls);
     this.pnlMain.Controls.Add(this.pnlBottom);
     this.pnlMain.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlMain.Font     = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.pnlMain.Location = new System.Drawing.Point(0, 0);
     this.pnlMain.Name     = "pnlMain";
     this.pnlMain.Size     = new System.Drawing.Size(707, 286);
     this.pnlMain.TabIndex = 0;
     //
     // pnlCntrls
     //
     this.pnlCntrls.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.pnlCntrls.Controls.Add(this.label1);
     this.pnlCntrls.Controls.Add(this.txtYieldTo);
     this.pnlCntrls.Controls.Add(this.txtGrade);
     this.pnlCntrls.Controls.Add(this.lblGrade);
     this.pnlCntrls.Controls.Add(this.lblStrcuture);
     this.pnlCntrls.Controls.Add(this.txtCS);
     this.pnlCntrls.Controls.Add(this.pnlstructure);
     this.pnlCntrls.Controls.Add(this.lblCS);
     this.pnlCntrls.Controls.Add(this.txtDe);
     this.pnlCntrls.Controls.Add(this.lblDs);
     this.pnlCntrls.Controls.Add(this.lblDE);
     this.pnlCntrls.Controls.Add(this.txtDS);
     this.pnlCntrls.Controls.Add(this.txtProductName);
     this.pnlCntrls.Controls.Add(this.txtEE);
     this.pnlCntrls.Controls.Add(this.lblProduct);
     this.pnlCntrls.Controls.Add(this.lblEe);
     this.pnlCntrls.Controls.Add(this.txtYieldFrom);
     this.pnlCntrls.Controls.Add(this.lblStructNo);
     this.pnlCntrls.Controls.Add(this.txtStructNo);
     this.pnlCntrls.Controls.Add(this.lblYield);
     this.pnlCntrls.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlCntrls.Location = new System.Drawing.Point(0, 0);
     this.pnlCntrls.Name     = "pnlCntrls";
     this.pnlCntrls.Size     = new System.Drawing.Size(707, 249);
     this.pnlCntrls.TabIndex = 18;
     //
     // txtGrade
     //
     this.txtGrade.Location = new System.Drawing.Point(74, 124);
     this.txtGrade.Name     = "txtGrade";
     this.txtGrade.Size     = new System.Drawing.Size(114, 25);
     this.txtGrade.TabIndex = 17;
     //
     // lblGrade
     //
     this.lblGrade.AutoSize = true;
     this.lblGrade.Location = new System.Drawing.Point(26, 127);
     this.lblGrade.Name     = "lblGrade";
     this.lblGrade.Size     = new System.Drawing.Size(44, 17);
     this.lblGrade.TabIndex = 18;
     this.lblGrade.Text     = "Grade";
     //
     // lblStrcuture
     //
     this.lblStrcuture.AutoSize = true;
     this.lblStrcuture.Location = new System.Drawing.Point(371, 3);
     this.lblStrcuture.Name     = "lblStrcuture";
     this.lblStrcuture.Size     = new System.Drawing.Size(62, 17);
     this.lblStrcuture.TabIndex = 16;
     this.lblStrcuture.Text     = "Structure";
     //
     // txtCS
     //
     this.txtCS.Location  = new System.Drawing.Point(74, 64);
     this.txtCS.Name      = "txtCS";
     this.txtCS.Size      = new System.Drawing.Size(114, 25);
     this.txtCS.TabIndex  = 4;
     this.txtCS.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtCS_KeyPress);
     //
     // pnlstructure
     //
     this.pnlstructure.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.pnlstructure.Controls.Add(this.ChemRenditor);
     this.pnlstructure.Location = new System.Drawing.Point(372, 21);
     this.pnlstructure.Name     = "pnlstructure";
     this.pnlstructure.Size     = new System.Drawing.Size(330, 224);
     this.pnlstructure.TabIndex = 15;
     //
     // ChemRenditor
     //
     this.ChemRenditor.AutoSizeStructure = true;
     this.ChemRenditor.BinHexSketch      = "010300044122001F4372656174656420627920416363656C7279734472617720342E312E312E34020" +
                                           "40000005805000000005905000000000B0B0005417269616C780000140200";
     this.ChemRenditor.BorderStyle     = System.Windows.Forms.BorderStyle.Fixed3D;
     this.ChemRenditor.ChimeString     = null;
     this.ChemRenditor.ClearingEnabled = true;
     this.ChemRenditor.CopyingEnabled  = true;
     this.ChemRenditor.DisplayOnEmpty  = null;
     this.ChemRenditor.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.ChemRenditor.EditingEnabled  = true;
     this.ChemRenditor.FileName        = null;
     this.ChemRenditor.HighlightInfo   = "";
     this.ChemRenditor.IsBitmapFromOLE = false;
     this.ChemRenditor.Location        = new System.Drawing.Point(0, 0);
     molecule2.ArrowDir                     = MDL.Draw.ArrowDirType.No;
     molecule2.ArrowStyle                   = MDL.Draw.ArrowStyleType.Empty;
     molecule2.AtomValenceDisplay           = true;
     molecule2.BaseFormBoxSetting           = 0;
     molecule2.BondLineThickness            = 0D;
     molecule2.CarbonLabelDisplay           = false;
     molecule2.ChemLabelFont                = null;
     molecule2.ChemLabelFontString          = "(none)";
     molecule2.ColorAtomsByTypeInSketch     = false;
     molecule2.ConfigLabelFont              = null;
     molecule2.ConfigLabelFontString        = "(none)";
     molecule2.ConvertRingBondIntoOneToMany = true;
     molecule2.Coords        = null;
     molecule2.DashSpacing   = 0.1D;
     molecule2.DisplaySinCys = false;
     molecule2.DisplaySulfurInCysSequence = false;
     molecule2.DoubleBondWidth            = 0.18D;
     molecule2.FillColor           = System.Drawing.Color.Empty;
     molecule2.FillStyle           = MDL.Draw.ChemGraphicsObject.FillStyles.SOLID;
     molecule2.ForeColor           = System.Drawing.Color.Empty;
     molecule2.ForeColorString     = "";
     molecule2.ForSubsequenceQuery = false;
     molecule2.HighlightChildren   = "";
     molecule2.HighlightColor      = System.Drawing.Color.Blue;
     molecule2.HydrogenDisplayMode = MDL.Draw.Chemistry.Atom.HydrogenDisplayMode.Off;
     molecule2.Id                          = 3576;
     molecule2.Initial                     = "";
     molecule2.IsAModel                    = false;
     molecule2.IsARotatedModel             = false;
     molecule2.KeepRSLabelsInSketch        = true;
     molecule2.LastModifyChemText          = -1;
     molecule2.MaintainXMLChildOrderFlag   = false;
     molecule2.MustPerceiveStereo          = true;
     molecule2.PenColor                    = System.Drawing.Color.Empty;
     molecule2.PenStyle                    = System.Drawing.Drawing2D.DashStyle.Solid;
     molecule2.PenStyleToken               = 0;
     molecule2.PenWidth                    = ((byte)(0));
     molecule2.PenWidthUnit                = MDL.Draw.ChemGraphicsObject.PenWidthUnits.Default;
     molecule2.RefId                       = 3576;
     molecule2.Replaced                    = false;
     molecule2.RgroupCleeanUpNeeded        = false;
     molecule2.RgroupLabelsPresentFlag     = false;
     molecule2.RLabelAtAbsCenter           = "R";
     molecule2.RLabelAtAndCenter           = "R*";
     molecule2.RLabelAtOrCenter            = "(R)";
     molecule2.ScaleLabelsToBondLength     = false;
     molecule2.Selected                    = false;
     molecule2.SequenceDictionary          = null;
     molecule2.SequenceNeedsRealign        = false;
     molecule2.SequenceView                = MDL.Draw.Chemistry.Molecule.SequenceViewEnum.None;
     molecule2.Size                        = 0;
     molecule2.SkcWritten                  = false;
     molecule2.SkNumber                    = ((short)(0));
     molecule2.SLabelAtAbsCenter           = "S";
     molecule2.SLabelAtAndCenter           = "S*";
     molecule2.SLabelAtOrCenter            = "(S)";
     molecule2.StandardBondLength          = 0D;
     molecule2.StereoChemistryMode         = MDL.Draw.Chemistry.Molecule.StereoChemistryModeEnum.And;
     molecule2.TextBorder                  = 0.1D;
     molecule2.Transparent                 = false;
     molecule2.UndoableEditListener        = null;
     molecule2.WedgeWidth                  = 0.1D;
     molecule2.ZLayer                      = -96521;
     this.ChemRenditor.Molecule            = molecule2;
     this.ChemRenditor.MolfileString       = "";
     this.ChemRenditor.Name                = "ChemRenditor";
     this.ChemRenditor.OldScalingMode      = MDL.Draw.Renderer.Preferences.StructureScalingMode.ScaleToFitBox;
     this.ChemRenditor.PastingEnabled      = true;
     this.ChemRenditor.Preferences         = displayPreferences2;
     this.ChemRenditor.PreferencesFileName = "default.xml";
     this.ChemRenditor.RendererBorderStyle = System.Windows.Forms.ButtonBorderStyle.Inset;
     this.ChemRenditor.RenditorMolecule    = molecule2;
     this.ChemRenditor.RenditorName        = "Renditor";
     this.ChemRenditor.Size                = new System.Drawing.Size(330, 224);
     this.ChemRenditor.SketchString        = "AQMABEEiAB9DcmVhdGVkIGJ5IEFjY2VscnlzRHJhdyA0LjEuMS40AgQAAABYBQAAAABZBQAAAAALCwAFQ" +
                                             "XJpYWx4AAAUAgA=";
     this.ChemRenditor.SmilesString            = "";
     this.ChemRenditor.TabIndex                = 1;
     this.ChemRenditor.URLEncodedMolfileString = "";
     this.ChemRenditor.UseLocalXMLConfig       = false;
     this.ChemRenditor.ComStructureChanged    += new MDL.Draw.Renditor.StructureChangedEventHandler(this.ChemRenditor_ComStructureChanged);
     //
     // lblCS
     //
     this.lblCS.AutoSize = true;
     this.lblCS.Location = new System.Drawing.Point(44, 68);
     this.lblCS.Name     = "lblCS";
     this.lblCS.Size     = new System.Drawing.Size(26, 17);
     this.lblCS.TabIndex = 7;
     this.lblCS.Text     = "CS";
     //
     // txtDe
     //
     this.txtDe.Location = new System.Drawing.Point(74, 94);
     this.txtDe.Name     = "txtDe";
     this.txtDe.Size     = new System.Drawing.Size(114, 25);
     this.txtDe.TabIndex = 6;
     //
     // lblDs
     //
     this.lblDs.AutoSize = true;
     this.lblDs.Location = new System.Drawing.Point(210, 68);
     this.lblDs.Name     = "lblDs";
     this.lblDs.Size     = new System.Drawing.Size(27, 17);
     this.lblDs.TabIndex = 11;
     this.lblDs.Text     = "DS";
     //
     // lblDE
     //
     this.lblDE.AutoSize = true;
     this.lblDE.Location = new System.Drawing.Point(42, 97);
     this.lblDE.Name     = "lblDE";
     this.lblDE.Size     = new System.Drawing.Size(28, 17);
     this.lblDE.TabIndex = 13;
     this.lblDE.Text     = "DE";
     //
     // txtDS
     //
     this.txtDS.Location = new System.Drawing.Point(241, 64);
     this.txtDS.Name     = "txtDS";
     this.txtDS.Size     = new System.Drawing.Size(125, 25);
     this.txtDS.TabIndex = 5;
     //
     // txtProductName
     //
     this.txtProductName.Location = new System.Drawing.Point(74, 4);
     this.txtProductName.Name     = "txtProductName";
     this.txtProductName.Size     = new System.Drawing.Size(292, 25);
     this.txtProductName.TabIndex = 1;
     //
     // txtEE
     //
     this.txtEE.Location = new System.Drawing.Point(241, 94);
     this.txtEE.Name     = "txtEE";
     this.txtEE.Size     = new System.Drawing.Size(125, 25);
     this.txtEE.TabIndex = 7;
     //
     // lblProduct
     //
     this.lblProduct.AutoSize = true;
     this.lblProduct.Location = new System.Drawing.Point(16, 8);
     this.lblProduct.Name     = "lblProduct";
     this.lblProduct.Size     = new System.Drawing.Size(54, 17);
     this.lblProduct.TabIndex = 3;
     this.lblProduct.Text     = "Product";
     //
     // lblEe
     //
     this.lblEe.AutoSize = true;
     this.lblEe.Location = new System.Drawing.Point(211, 98);
     this.lblEe.Name     = "lblEe";
     this.lblEe.Size     = new System.Drawing.Size(26, 17);
     this.lblEe.TabIndex = 11;
     this.lblEe.Text     = "EE";
     //
     // txtYieldFrom
     //
     this.txtYieldFrom.Location  = new System.Drawing.Point(241, 34);
     this.txtYieldFrom.Name      = "txtYieldFrom";
     this.txtYieldFrom.Size      = new System.Drawing.Size(50, 25);
     this.txtYieldFrom.TabIndex  = 3;
     this.txtYieldFrom.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtYield_KeyPress);
     //
     // lblStructNo
     //
     this.lblStructNo.AutoSize = true;
     this.lblStructNo.Location = new System.Drawing.Point(5, 38);
     this.lblStructNo.Name     = "lblStructNo";
     this.lblStructNo.Size     = new System.Drawing.Size(65, 17);
     this.lblStructNo.TabIndex = 5;
     this.lblStructNo.Text     = "Struct No";
     //
     // txtStructNo
     //
     this.txtStructNo.Location = new System.Drawing.Point(74, 34);
     this.txtStructNo.Name     = "txtStructNo";
     this.txtStructNo.Size     = new System.Drawing.Size(114, 25);
     this.txtStructNo.TabIndex = 2;
     //
     // lblYield
     //
     this.lblYield.AutoSize = true;
     this.lblYield.Location = new System.Drawing.Point(199, 37);
     this.lblYield.Name     = "lblYield";
     this.lblYield.Size     = new System.Drawing.Size(38, 17);
     this.lblYield.TabIndex = 9;
     this.lblYield.Text     = "Yield";
     //
     // pnlBottom
     //
     this.pnlBottom.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pnlBottom.Controls.Add(this.lblStructureInchi);
     this.pnlBottom.Controls.Add(this.label2);
     this.pnlBottom.Controls.Add(this.btnSave);
     this.pnlBottom.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.pnlBottom.Location = new System.Drawing.Point(0, 249);
     this.pnlBottom.Name     = "pnlBottom";
     this.pnlBottom.Size     = new System.Drawing.Size(707, 37);
     this.pnlBottom.TabIndex = 17;
     //
     // lblStructureInchi
     //
     this.lblStructureInchi.AutoSize  = true;
     this.lblStructureInchi.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.lblStructureInchi.Location  = new System.Drawing.Point(114, 10);
     this.lblStructureInchi.Name      = "lblStructureInchi";
     this.lblStructureInchi.Size      = new System.Drawing.Size(18, 17);
     this.lblStructureInchi.TabIndex  = 12;
     this.lblStructureInchi.Text      = "--";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(6, 10);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(102, 17);
     this.label2.TabIndex = 11;
     this.label2.Text     = "Structure Inchi: ";
     //
     // btnSave
     //
     this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSave.Image      = global::ChemInform.Properties.Resources.save_1;
     this.btnSave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnSave.Location   = new System.Drawing.Point(627, 3);
     this.btnSave.Name       = "btnSave";
     this.btnSave.Size       = new System.Drawing.Size(75, 30);
     this.btnSave.TabIndex   = 8;
     this.btnSave.Text       = "Save";
     this.btnSave.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btnSave.UseVisualStyleBackColor = true;
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // txtYieldTo
     //
     this.txtYieldTo.Location  = new System.Drawing.Point(316, 34);
     this.txtYieldTo.Name      = "txtYieldTo";
     this.txtYieldTo.Size      = new System.Drawing.Size(50, 25);
     this.txtYieldTo.TabIndex  = 19;
     this.txtYieldTo.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtYieldTo_KeyPress);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(294, 38);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(19, 17);
     this.label1.TabIndex = 20;
     this.label1.Text     = "to";
     //
     // FrmEditProduct
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(707, 286);
     this.Controls.Add(this.pnlMain);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FrmEditProduct";
     this.ShowIcon      = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Edit Product";
     this.Load         += new System.EventHandler(this.FrmProduct_Load);
     this.pnlMain.ResumeLayout(false);
     this.pnlCntrls.ResumeLayout(false);
     this.pnlCntrls.PerformLayout();
     this.pnlstructure.ResumeLayout(false);
     this.pnlBottom.ResumeLayout(false);
     this.pnlBottom.PerformLayout();
     this.ResumeLayout(false);
 }
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()
 {
     this.components = new System.ComponentModel.Container();
     MDL.Draw.Chemistry.Molecule molecule1 = new MDL.Draw.Chemistry.Molecule();
     MDL.Draw.Renderer.Preferences.DisplayPreferences displayPreferences1 = new MDL.Draw.Renderer.Preferences.DisplayPreferences();
     this.pnlMain                     = new System.Windows.Forms.Panel();
     this.panel2                      = new System.Windows.Forms.Panel();
     this.panel1                      = new System.Windows.Forms.Panel();
     this.splitContainer1             = new System.Windows.Forms.SplitContainer();
     this.dgvSolAgentRef              = new System.Windows.Forms.DataGridView();
     this.colSolAgeId                 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colMolFile                  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colIupacName                = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colInchiString              = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colInchiKey                 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colOtherNames               = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.chkSrchByStruct             = new System.Windows.Forms.CheckBox();
     this.lblStructure                = new System.Windows.Forms.Label();
     this.pnlStructure                = new System.Windows.Forms.Panel();
     this.renderer1                   = new MDL.Draw.Renderer.Renderer();
     this.pnlTop                      = new System.Windows.Forms.Panel();
     this.cmbSearchBy                 = new System.Windows.Forms.ComboBox();
     this.label1                      = new System.Windows.Forms.Label();
     this.txtIUPACName                = new System.Windows.Forms.TextBox();
     this.dataGridViewTextBoxColumn1  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn2  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn3  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn4  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn5  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn6  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.pnlMain.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel1.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvSolAgentRef)).BeginInit();
     this.pnlStructure.SuspendLayout();
     this.pnlTop.SuspendLayout();
     this.SuspendLayout();
     //
     // pnlMain
     //
     this.pnlMain.BackColor = System.Drawing.Color.White;
     this.pnlMain.Controls.Add(this.panel2);
     this.pnlMain.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlMain.Font     = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.pnlMain.Location = new System.Drawing.Point(0, 34);
     this.pnlMain.Name     = "pnlMain";
     this.pnlMain.Size     = new System.Drawing.Size(1089, 422);
     this.pnlMain.TabIndex = 1;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.panel1);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(1089, 422);
     this.panel2.TabIndex = 5;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.splitContainer1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(1089, 422);
     this.panel1.TabIndex = 4;
     //
     // splitContainer1
     //
     this.splitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.dgvSolAgentRef);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.chkSrchByStruct);
     this.splitContainer1.Panel2.Controls.Add(this.lblStructure);
     this.splitContainer1.Panel2.Controls.Add(this.pnlStructure);
     this.splitContainer1.Size             = new System.Drawing.Size(1089, 422);
     this.splitContainer1.SplitterDistance = 746;
     this.splitContainer1.TabIndex         = 1;
     //
     // dgvSolAgentRef
     //
     this.dgvSolAgentRef.AllowUserToAddRows          = false;
     this.dgvSolAgentRef.AllowUserToDeleteRows       = false;
     this.dgvSolAgentRef.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dgvSolAgentRef.BorderStyle                 = System.Windows.Forms.BorderStyle.Fixed3D;
     this.dgvSolAgentRef.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvSolAgentRef.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.colSolAgeId,
         this.colMolFile,
         this.colIupacName,
         this.colInchiString,
         this.colInchiKey,
         this.colOtherNames
     });
     this.dgvSolAgentRef.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.dgvSolAgentRef.Location         = new System.Drawing.Point(0, 0);
     this.dgvSolAgentRef.MultiSelect      = false;
     this.dgvSolAgentRef.Name             = "dgvSolAgentRef";
     this.dgvSolAgentRef.ReadOnly         = true;
     this.dgvSolAgentRef.SelectionMode    = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvSolAgentRef.Size             = new System.Drawing.Size(746, 422);
     this.dgvSolAgentRef.TabIndex         = 0;
     this.dgvSolAgentRef.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvSolAgentRef_CellDoubleClick);
     this.dgvSolAgentRef.RowEnter        += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvSolAgentRef_RowEnter);
     this.dgvSolAgentRef.RowPostPaint    += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dgvSolAgentRef_RowPostPaint);
     //
     // colSolAgeId
     //
     this.colSolAgeId.HeaderText = "SolAgeId";
     this.colSolAgeId.Name       = "colSolAgeId";
     this.colSolAgeId.ReadOnly   = true;
     this.colSolAgeId.Visible    = false;
     //
     // colMolFile
     //
     this.colMolFile.HeaderText = "Mol File";
     this.colMolFile.Name       = "colMolFile";
     this.colMolFile.ReadOnly   = true;
     this.colMolFile.Visible    = false;
     //
     // colIupacName
     //
     this.colIupacName.HeaderText = "IUPAC Name";
     this.colIupacName.Name       = "colIupacName";
     this.colIupacName.ReadOnly   = true;
     //
     // colInchiString
     //
     this.colInchiString.HeaderText = "Inchi String";
     this.colInchiString.Name       = "colInchiString";
     this.colInchiString.ReadOnly   = true;
     this.colInchiString.Visible    = false;
     //
     // colInchiKey
     //
     this.colInchiKey.HeaderText = "Inchi Key";
     this.colInchiKey.Name       = "colInchiKey";
     this.colInchiKey.ReadOnly   = true;
     this.colInchiKey.Visible    = false;
     //
     // colOtherNames
     //
     this.colOtherNames.HeaderText = "Other Names";
     this.colOtherNames.Name       = "colOtherNames";
     this.colOtherNames.ReadOnly   = true;
     //
     // chkSrchByStruct
     //
     this.chkSrchByStruct.AutoSize = true;
     this.chkSrchByStruct.Location = new System.Drawing.Point(151, 9);
     this.chkSrchByStruct.Name     = "chkSrchByStruct";
     this.chkSrchByStruct.Size     = new System.Drawing.Size(147, 21);
     this.chkSrchByStruct.TabIndex = 10;
     this.chkSrchByStruct.Text     = "Search By Structure";
     this.chkSrchByStruct.UseVisualStyleBackColor = true;
     this.chkSrchByStruct.CheckStateChanged      += new System.EventHandler(this.chkSrchByStruct_CheckStateChanged);
     //
     // lblStructure
     //
     this.lblStructure.AutoSize = true;
     this.lblStructure.Location = new System.Drawing.Point(10, 9);
     this.lblStructure.Name     = "lblStructure";
     this.lblStructure.Size     = new System.Drawing.Size(62, 17);
     this.lblStructure.TabIndex = 9;
     this.lblStructure.Text     = "Structure";
     //
     // pnlStructure
     //
     this.pnlStructure.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.pnlStructure.Controls.Add(this.renderer1);
     this.pnlStructure.Location = new System.Drawing.Point(2, 34);
     this.pnlStructure.Name     = "pnlStructure";
     this.pnlStructure.Size     = new System.Drawing.Size(331, 385);
     this.pnlStructure.TabIndex = 8;
     //
     // renderer1
     //
     this.renderer1.AutoSizeStructure = true;
     this.renderer1.BinHexSketch      = "010300044122001F4372656174656420627920416363656C7279734472617720342E312E312E34020" +
                                        "40000005805000000005905000000000B0B0005417269616C780000140200";
     this.renderer1.BorderStyle             = System.Windows.Forms.BorderStyle.FixedSingle;
     this.renderer1.ChimeString             = null;
     this.renderer1.CopyingEnabled          = true;
     this.renderer1.DisplayOnEmpty          = null;
     this.renderer1.Dock                    = System.Windows.Forms.DockStyle.Fill;
     this.renderer1.FileName                = null;
     this.renderer1.HighlightInfo           = "";
     this.renderer1.IsBitmapFromOLE         = false;
     this.renderer1.Location                = new System.Drawing.Point(0, 0);
     molecule1.ArrowDir                     = MDL.Draw.ArrowDirType.No;
     molecule1.ArrowStyle                   = MDL.Draw.ArrowStyleType.Empty;
     molecule1.AtomValenceDisplay           = true;
     molecule1.BaseFormBoxSetting           = 0;
     molecule1.BondLineThickness            = 0D;
     molecule1.CarbonLabelDisplay           = false;
     molecule1.ChemLabelFont                = null;
     molecule1.ChemLabelFontString          = "(none)";
     molecule1.ColorAtomsByTypeInSketch     = false;
     molecule1.ConfigLabelFont              = null;
     molecule1.ConfigLabelFontString        = "(none)";
     molecule1.ConvertRingBondIntoOneToMany = true;
     molecule1.Coords        = null;
     molecule1.DashSpacing   = 0.1D;
     molecule1.DisplaySinCys = false;
     molecule1.DisplaySulfurInCysSequence = false;
     molecule1.DoubleBondWidth            = 0.18D;
     molecule1.FillColor           = System.Drawing.Color.Empty;
     molecule1.FillStyle           = MDL.Draw.ChemGraphicsObject.FillStyles.SOLID;
     molecule1.ForeColor           = System.Drawing.Color.Empty;
     molecule1.ForeColorString     = "";
     molecule1.ForSubsequenceQuery = false;
     molecule1.HighlightChildren   = "";
     molecule1.HighlightColor      = System.Drawing.Color.Blue;
     molecule1.HydrogenDisplayMode = MDL.Draw.Chemistry.Atom.HydrogenDisplayMode.Off;
     molecule1.Id                        = 105;
     molecule1.Initial                   = "";
     molecule1.IsAModel                  = false;
     molecule1.IsARotatedModel           = false;
     molecule1.KeepRSLabelsInSketch      = true;
     molecule1.LastModifyChemText        = -1;
     molecule1.MaintainXMLChildOrderFlag = false;
     molecule1.MustPerceiveStereo        = true;
     molecule1.PenColor                  = System.Drawing.Color.Empty;
     molecule1.PenStyle                  = System.Drawing.Drawing2D.DashStyle.Solid;
     molecule1.PenStyleToken             = 0;
     molecule1.PenWidth                  = ((byte)(0));
     molecule1.PenWidthUnit              = MDL.Draw.ChemGraphicsObject.PenWidthUnits.Default;
     molecule1.RefId                     = 105;
     molecule1.Replaced                  = false;
     molecule1.RgroupCleeanUpNeeded      = false;
     molecule1.RgroupLabelsPresentFlag   = false;
     molecule1.RLabelAtAbsCenter         = "R";
     molecule1.RLabelAtAndCenter         = "R*";
     molecule1.RLabelAtOrCenter          = "(R)";
     molecule1.ScaleLabelsToBondLength   = false;
     molecule1.Selected                  = false;
     molecule1.SequenceDictionary        = null;
     molecule1.SequenceNeedsRealign      = false;
     molecule1.SequenceView              = MDL.Draw.Chemistry.Molecule.SequenceViewEnum.None;
     molecule1.Size                      = 0;
     molecule1.SkcWritten                = false;
     molecule1.SkNumber                  = ((short)(0));
     molecule1.SLabelAtAbsCenter         = "S";
     molecule1.SLabelAtAndCenter         = "S*";
     molecule1.SLabelAtOrCenter          = "(S)";
     molecule1.StandardBondLength        = 0D;
     molecule1.StereoChemistryMode       = MDL.Draw.Chemistry.Molecule.StereoChemistryModeEnum.And;
     molecule1.TextBorder                = 0.1D;
     molecule1.Transparent               = false;
     molecule1.UndoableEditListener      = null;
     molecule1.WedgeWidth                = 0.1D;
     molecule1.ZLayer                    = -99896;
     this.renderer1.Molecule             = molecule1;
     this.renderer1.MolfileString        = "";
     this.renderer1.Name                 = "renderer1";
     this.renderer1.PastingEnabled       = true;
     this.renderer1.Preferences          = displayPreferences1;
     this.renderer1.PreferencesFileName  = "default.xml";
     this.renderer1.RendererBorderStyle  = System.Windows.Forms.ButtonBorderStyle.Inset;
     this.renderer1.Size                 = new System.Drawing.Size(331, 385);
     this.renderer1.SketchString         = "AQMABEEiAB9DcmVhdGVkIGJ5IEFjY2VscnlzRHJhdyA0LjEuMS40AgQAAABYBQAAAABZBQAAAAALCwAFQ" +
                                           "XJpYWx4AAAUAgA=";
     this.renderer1.SmilesString            = "";
     this.renderer1.TabIndex                = 9;
     this.renderer1.URLEncodedMolfileString = "";
     this.renderer1.StructureChanged       += new System.EventHandler(this.renderer1_StructureChanged);
     //
     // pnlTop
     //
     this.pnlTop.BackColor   = System.Drawing.Color.White;
     this.pnlTop.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pnlTop.Controls.Add(this.cmbSearchBy);
     this.pnlTop.Controls.Add(this.label1);
     this.pnlTop.Controls.Add(this.txtIUPACName);
     this.pnlTop.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnlTop.Font     = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.pnlTop.Location = new System.Drawing.Point(0, 0);
     this.pnlTop.Name     = "pnlTop";
     this.pnlTop.Size     = new System.Drawing.Size(1089, 34);
     this.pnlTop.TabIndex = 2;
     //
     // cmbSearchBy
     //
     this.cmbSearchBy.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbSearchBy.FormattingEnabled = true;
     this.cmbSearchBy.Items.AddRange(new object[] {
         "IUPAC Name",
         "Other Name"
     });
     this.cmbSearchBy.Location = new System.Drawing.Point(79, 3);
     this.cmbSearchBy.Name     = "cmbSearchBy";
     this.cmbSearchBy.Size     = new System.Drawing.Size(167, 25);
     this.cmbSearchBy.TabIndex = 2;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(3, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(70, 17);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Search By";
     //
     // txtIUPACName
     //
     this.txtIUPACName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.txtIUPACName.Location     = new System.Drawing.Point(252, 3);
     this.txtIUPACName.Name         = "txtIUPACName";
     this.txtIUPACName.Size         = new System.Drawing.Size(830, 25);
     this.txtIUPACName.TabIndex     = 0;
     this.txtIUPACName.TextChanged += new System.EventHandler(this.txtIUPACName_TextChanged);
     //
     // dataGridViewTextBoxColumn1
     //
     this.dataGridViewTextBoxColumn1.HeaderText = "Section No";
     this.dataGridViewTextBoxColumn1.Name       = "dataGridViewTextBoxColumn1";
     this.dataGridViewTextBoxColumn1.ReadOnly   = true;
     this.dataGridViewTextBoxColumn1.Visible    = false;
     //
     // dataGridViewTextBoxColumn2
     //
     this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.dataGridViewTextBoxColumn2.HeaderText   = "Section Name";
     this.dataGridViewTextBoxColumn2.Name         = "dataGridViewTextBoxColumn2";
     this.dataGridViewTextBoxColumn2.ReadOnly     = true;
     this.dataGridViewTextBoxColumn2.Visible      = false;
     //
     // dataGridViewTextBoxColumn3
     //
     this.dataGridViewTextBoxColumn3.HeaderText = "IUPAC Name";
     this.dataGridViewTextBoxColumn3.Name       = "dataGridViewTextBoxColumn3";
     this.dataGridViewTextBoxColumn3.ReadOnly   = true;
     this.dataGridViewTextBoxColumn3.Width      = 178;
     //
     // dataGridViewTextBoxColumn4
     //
     this.dataGridViewTextBoxColumn4.HeaderText = "Inchi String";
     this.dataGridViewTextBoxColumn4.Name       = "dataGridViewTextBoxColumn4";
     this.dataGridViewTextBoxColumn4.ReadOnly   = true;
     this.dataGridViewTextBoxColumn4.Visible    = false;
     this.dataGridViewTextBoxColumn4.Width      = 178;
     //
     // dataGridViewTextBoxColumn5
     //
     this.dataGridViewTextBoxColumn5.HeaderText = "Inchi Key";
     this.dataGridViewTextBoxColumn5.Name       = "dataGridViewTextBoxColumn5";
     this.dataGridViewTextBoxColumn5.ReadOnly   = true;
     this.dataGridViewTextBoxColumn5.Visible    = false;
     this.dataGridViewTextBoxColumn5.Width      = 178;
     //
     // dataGridViewTextBoxColumn6
     //
     this.dataGridViewTextBoxColumn6.HeaderText = "Other Names";
     this.dataGridViewTextBoxColumn6.Name       = "dataGridViewTextBoxColumn6";
     this.dataGridViewTextBoxColumn6.ReadOnly   = true;
     this.dataGridViewTextBoxColumn6.Width      = 178;
     //
     // dataGridViewCheckBoxColumn1
     //
     this.dataGridViewCheckBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.dataGridViewCheckBoxColumn1.FalseValue   = "false";
     this.dataGridViewCheckBoxColumn1.HeaderText   = "Select";
     this.dataGridViewCheckBoxColumn1.Name         = "dataGridViewCheckBoxColumn1";
     this.dataGridViewCheckBoxColumn1.TrueValue    = "true";
     this.dataGridViewCheckBoxColumn1.Width        = 60;
     //
     // frmSolAgentReference
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize    = new System.Drawing.Size(1089, 456);
     this.Controls.Add(this.pnlMain);
     this.Controls.Add(this.pnlTop);
     this.MinimizeBox   = false;
     this.Name          = "frmSolAgentReference";
     this.ShowIcon      = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Solvent & Agent Reference";
     this.Load         += new System.EventHandler(this.frmSolAgentReference_Load);
     this.pnlMain.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.Panel2.PerformLayout();
     this.splitContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgvSolAgentRef)).EndInit();
     this.pnlStructure.ResumeLayout(false);
     this.pnlTop.ResumeLayout(false);
     this.pnlTop.PerformLayout();
     this.ResumeLayout(false);
 }