| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218 | namespace SpectrumSTDEditor{    partial class ReferenceLibrary    {        /// <summary>        /// Required designer variable.        /// </summary>        private System.ComponentModel.IContainer components = null;        /// <summary>        /// Clean up any resources being used.        /// </summary>        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>        protected override void Dispose(bool disposing)        {            if (disposing && (components != null))            {                components.Dispose();            }            base.Dispose(disposing);        }        #region Windows Form Designer generated code        /// <summary>        /// Required method for Designer support - do not modify        /// the contents of this method with the code editor.        /// </summary>        private void InitializeComponent()        {            this.components = new System.ComponentModel.Container();            this.TSGridTitle = new System.Windows.Forms.ToolStrip();            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();            this.TSLoad = new System.Windows.Forms.ToolStripButton();            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();            this.TSClose = new System.Windows.Forms.ToolStripButton();            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();            this.TSMineralList = new System.Windows.Forms.ToolStripButton();            this.TSMineralCompare = new System.Windows.Forms.ToolStripButton();            this.PropGrid = new SourceGrid.Grid();            this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);            this.copyDataToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();            this.insertToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();            this.addIntoMainLabToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();            this.TSGridTitle.SuspendLayout();            this.contextMenuStrip.SuspendLayout();            this.SuspendLayout();            //             // TSGridTitle            //             this.TSGridTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)             | System.Windows.Forms.AnchorStyles.Right)));            this.TSGridTitle.AutoSize = false;            this.TSGridTitle.BackColor = System.Drawing.Color.LightGray;            this.TSGridTitle.Dock = System.Windows.Forms.DockStyle.None;            this.TSGridTitle.GripMargin = new System.Windows.Forms.Padding(0);            this.TSGridTitle.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;            this.TSGridTitle.ImageScalingSize = new System.Drawing.Size(24, 24);            this.TSGridTitle.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {            this.toolStripSeparator1,            this.TSLoad,            this.toolStripSeparator2,            this.TSClose,            this.toolStripSeparator3,            this.TSMineralList,            this.TSMineralCompare});            this.TSGridTitle.Location = new System.Drawing.Point(4, 9);            this.TSGridTitle.Name = "TSGridTitle";            this.TSGridTitle.Padding = new System.Windows.Forms.Padding(0);            this.TSGridTitle.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;            this.TSGridTitle.ShowItemToolTips = false;            this.TSGridTitle.Size = new System.Drawing.Size(529, 26);            this.TSGridTitle.Stretch = true;            this.TSGridTitle.TabIndex = 7;            this.TSGridTitle.Text = "TSGridTitle";            //             // toolStripSeparator1            //             this.toolStripSeparator1.Name = "toolStripSeparator1";            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 26);            //             // TSLoad            //             this.TSLoad.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;            this.TSLoad.Image = global::SpectrumSTDEditor.Properties.Resources.open32;            this.TSLoad.ImageTransparentColor = System.Drawing.Color.Magenta;            this.TSLoad.Name = "TSLoad";            this.TSLoad.Size = new System.Drawing.Size(28, 23);            this.TSLoad.Text = "toolStripLoad";            this.TSLoad.Click += new System.EventHandler(this.TSLoad_Click);            //             // toolStripSeparator2            //             this.toolStripSeparator2.Name = "toolStripSeparator2";            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 26);            //             // TSClose            //             this.TSClose.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;            this.TSClose.Image = global::SpectrumSTDEditor.Properties.Resources.back32;            this.TSClose.ImageTransparentColor = System.Drawing.Color.Magenta;            this.TSClose.Name = "TSClose";            this.TSClose.Size = new System.Drawing.Size(28, 23);            this.TSClose.Text = "toolStripClose";            this.TSClose.Click += new System.EventHandler(this.TSClose_Click);            //             // toolStripSeparator3            //             this.toolStripSeparator3.Name = "toolStripSeparator3";            this.toolStripSeparator3.Size = new System.Drawing.Size(6, 26);            //             // TSMineralList            //             this.TSMineralList.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;            this.TSMineralList.ImageTransparentColor = System.Drawing.Color.Magenta;            this.TSMineralList.Name = "TSMineralList";            this.TSMineralList.Size = new System.Drawing.Size(23, 23);            this.TSMineralList.Text = "toolStripMineralList";            this.TSMineralList.Visible = false;            //             // TSMineralCompare            //             this.TSMineralCompare.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;            this.TSMineralCompare.ImageTransparentColor = System.Drawing.Color.Magenta;            this.TSMineralCompare.Name = "TSMineralCompare";            this.TSMineralCompare.Size = new System.Drawing.Size(23, 23);            this.TSMineralCompare.Text = "toolStripMineralCompare";            this.TSMineralCompare.Visible = false;            //             // PropGrid            //             this.PropGrid.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.PropGrid.EnableSort = true;            this.PropGrid.Location = new System.Drawing.Point(4, 38);            this.PropGrid.Name = "PropGrid";            this.PropGrid.OptimizeMode = SourceGrid.CellOptimizeMode.ForRows;            this.PropGrid.SelectionMode = SourceGrid.GridSelectionMode.Row;            this.PropGrid.Size = new System.Drawing.Size(529, 198);            this.PropGrid.TabIndex = 8;            this.PropGrid.TabStop = true;            this.PropGrid.ToolTipText = "";            this.PropGrid.MouseClick += new System.Windows.Forms.MouseEventHandler(this.PropGrid_MouseClick);            //             // contextMenuStrip            //             this.contextMenuStrip.ImageScalingSize = new System.Drawing.Size(24, 24);            this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {            this.copyDataToolStripMenuItem,            this.insertToolStripMenuItem,            this.addIntoMainLabToolStripMenuItem});            this.contextMenuStrip.Name = "contextMenuStrip";            this.contextMenuStrip.Size = new System.Drawing.Size(190, 70);            //             // copyDataToolStripMenuItem            //             this.copyDataToolStripMenuItem.Name = "copyDataToolStripMenuItem";            this.copyDataToolStripMenuItem.Size = new System.Drawing.Size(189, 22);            this.copyDataToolStripMenuItem.Tag = "copyDataToolStripMenuItem";            this.copyDataToolStripMenuItem.Text = "Copy Data";            this.copyDataToolStripMenuItem.Visible = false;            this.copyDataToolStripMenuItem.Click += new System.EventHandler(this.copyDataToolStripMenuItem_Click);            //             // insertToolStripMenuItem            //             this.insertToolStripMenuItem.Name = "insertToolStripMenuItem";            this.insertToolStripMenuItem.Size = new System.Drawing.Size(189, 22);            this.insertToolStripMenuItem.Tag = "insertToolStripMenuItem";            this.insertToolStripMenuItem.Text = "Insert into main lab";            this.insertToolStripMenuItem.Click += new System.EventHandler(this.insertToolStripMenuItem_Click);            //             // addIntoMainLabToolStripMenuItem            //             this.addIntoMainLabToolStripMenuItem.Name = "addIntoMainLabToolStripMenuItem";            this.addIntoMainLabToolStripMenuItem.Size = new System.Drawing.Size(189, 22);            this.addIntoMainLabToolStripMenuItem.Tag = "addIntoMainLabToolStripMenuItem";            this.addIntoMainLabToolStripMenuItem.Text = "Add into main lab";            this.addIntoMainLabToolStripMenuItem.Click += new System.EventHandler(this.addIntoMainLabToolStripMenuItem_Click);            //             // ReferenceLibrary            //             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;            this.ClientSize = new System.Drawing.Size(542, 240);            this.CloseButton = false;            this.CloseButtonVisible = false;            this.Controls.Add(this.PropGrid);            this.Controls.Add(this.TSGridTitle);            this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.Name = "ReferenceLibrary";            this.ShowIcon = false;            this.Text = "ReferenceLibrary";            this.Load += new System.EventHandler(this.ComparativeLibrary_Load);            this.TSGridTitle.ResumeLayout(false);            this.TSGridTitle.PerformLayout();            this.contextMenuStrip.ResumeLayout(false);            this.ResumeLayout(false);        }        #endregion        public System.Windows.Forms.ToolStrip TSGridTitle;        public System.Windows.Forms.ToolStripSeparator toolStripSeparator1;        public System.Windows.Forms.ToolStripButton TSLoad;        private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;        public System.Windows.Forms.ToolStripButton TSClose;        private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;        private System.Windows.Forms.ToolStripButton TSMineralList;        public System.Windows.Forms.ToolStripButton TSMineralCompare;        public SourceGrid.Grid PropGrid;        private System.Windows.Forms.ContextMenuStrip contextMenuStrip;        private System.Windows.Forms.ToolStripMenuItem copyDataToolStripMenuItem;        private System.Windows.Forms.ToolStripMenuItem insertToolStripMenuItem;        private System.Windows.Forms.ToolStripMenuItem addIntoMainLabToolStripMenuItem;    }}
 |