namespace OTSPartA_STDEditor
{
partial class ReferenceLibrary
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
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::OTSPartA_STDEditor.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::OTSPartA_STDEditor.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;
}
}