You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kev/Drawer/UCDraw/PcgDraw/FormMain.Designer.cs

767 lines
42 KiB
C#

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

namespace PcgDraw
{
partial class FormMain
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));
this.tspMain = new System.Windows.Forms.ToolStrip();
this.btnOpenFile = new System.Windows.Forms.ToolStripSplitButton();
this.tssRecentFile = new System.Windows.Forms.ToolStripSeparator();
this.btnReloadFile = new System.Windows.Forms.ToolStripMenuItem();
this.btnNewFile = new System.Windows.Forms.ToolStripButton();
this.btnSaveFile = new System.Windows.Forms.ToolStripButton();
this.btnSaveAs = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.tsbPrint = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton();
this.tsbDefaultLayout = new System.Windows.Forms.ToolStripMenuItem();
this.tsbLockLayout = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.tsbLayer = new System.Windows.Forms.ToolStripMenuItem();
this.tsbProperty = new System.Windows.Forms.ToolStripMenuItem();
this.tsbOutput = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripDropDownButton2 = new System.Windows.Forms.ToolStripDropDownButton();
this.menuItemSchemaVS2015Light = new System.Windows.Forms.ToolStripMenuItem();
this.menuItemSchemaVS2015Blue = new System.Windows.Forms.ToolStripMenuItem();
this.menuItemSchemaVS2015Dark = new System.Windows.Forms.ToolStripMenuItem();
this.menuItemSchemaVS2013Light = new System.Windows.Forms.ToolStripMenuItem();
this.menuItemSchemaVS2013Blue = new System.Windows.Forms.ToolStripMenuItem();
this.menuItemSchemaVS2013Dark = new System.Windows.Forms.ToolStripMenuItem();
this.menuItemSchemaVS2012Light = new System.Windows.Forms.ToolStripMenuItem();
this.menuItemSchemaVS2012Blue = new System.Windows.Forms.ToolStripMenuItem();
this.menuItemSchemaVS2012Dark = new System.Windows.Forms.ToolStripMenuItem();
this.menuItemSchemaVS2005 = new System.Windows.Forms.ToolStripMenuItem();
this.menuItemSchemaVS2003 = new System.Windows.Forms.ToolStripMenuItem();
this.tsbToolElement = new System.Windows.Forms.ToolStripButton();
this.btnSymbolManage = new System.Windows.Forms.ToolStripButton();
this.toolStripDropDownButton3 = new System.Windows.Forms.ToolStripDropDownButton();
this.tsmiLeftTop = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiCenter = new System.Windows.Forms.ToolStripMenuItem();
this.tsbtnMerge = new System.Windows.Forms.ToolStripButton();
this.tsBtnSaveSelectData = new System.Windows.Forms.ToolStripDropDownButton();
this.tsmiShow = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiFileSelectSave = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiPointSave = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiCurveSave = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiSolidSave = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiText = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiCleanCurve = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiXYZFSave = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiSaveSymbol = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiImportExport = new System.Windows.Forms.ToolStripDropDownButton();
this.tsmiImport = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiExport = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripDropDownButton4 = new System.Windows.Forms.ToolStripDropDownButton();
this.tsmiHelp = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiAbout = new System.Windows.Forms.ToolStripMenuItem();
this.dockPanel = new WeifenLuo.WinFormsUI.Docking.DockPanel();
this.vS2005Theme1 = new WeifenLuo.WinFormsUI.Docking.VS2005Theme();
this.vS2015BlueTheme1 = new WeifenLuo.WinFormsUI.Docking.VS2015BlueTheme();
this.vS2015DarkTheme1 = new WeifenLuo.WinFormsUI.Docking.VS2015DarkTheme();
this.vS2015LightTheme1 = new WeifenLuo.WinFormsUI.Docking.VS2015LightTheme();
this.vS2003Theme1 = new WeifenLuo.WinFormsUI.Docking.VS2003Theme();
this.vS2012BlueTheme1 = new WeifenLuo.WinFormsUI.Docking.VS2012BlueTheme();
this.vS2012LightTheme1 = new WeifenLuo.WinFormsUI.Docking.VS2012LightTheme();
this.vS2013DarkTheme1 = new WeifenLuo.WinFormsUI.Docking.VS2013DarkTheme();
this.vS2013BlueTheme1 = new WeifenLuo.WinFormsUI.Docking.VS2013BlueTheme();
this.vS2013LightTheme1 = new WeifenLuo.WinFormsUI.Docking.VS2013LightTheme();
this.vS2012DarkTheme1 = new WeifenLuo.WinFormsUI.Docking.VS2012DarkTheme();
this.vsToolStripExtender1 = new WeifenLuo.WinFormsUI.Docking.VisualStudioToolStripExtender(this.components);
this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
this.tsslStatusInfo = new System.Windows.Forms.ToolStripStatusLabel();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.tsslTipInfo = new System.Windows.Forms.ToolStripStatusLabel();
this.tsslLengthAngle = new System.Windows.Forms.ToolStripStatusLabel();
this.tspMain.SuspendLayout();
this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
this.toolStripContainer1.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.SuspendLayout();
//
// tspMain
//
this.tspMain.Dock = System.Windows.Forms.DockStyle.None;
this.tspMain.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
this.tspMain.ImageScalingSize = new System.Drawing.Size(20, 20);
this.tspMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.btnOpenFile,
this.btnNewFile,
this.btnSaveFile,
this.btnSaveAs,
this.toolStripSeparator1,
this.tsbPrint,
this.toolStripSeparator2,
this.toolStripDropDownButton1,
this.toolStripDropDownButton2,
this.tsbToolElement,
this.btnSymbolManage,
this.toolStripDropDownButton3,
this.tsbtnMerge,
this.tsBtnSaveSelectData,
this.tsmiImportExport,
this.toolStripDropDownButton4});
this.tspMain.Location = new System.Drawing.Point(3, 0);
this.tspMain.Name = "tspMain";
this.tspMain.Size = new System.Drawing.Size(784, 38);
this.tspMain.TabIndex = 0;
this.tspMain.Text = "toolStrip1";
//
// btnOpenFile
//
this.btnOpenFile.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.btnOpenFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tssRecentFile,
this.btnReloadFile});
this.btnOpenFile.Image = ((System.Drawing.Image)(resources.GetObject("btnOpenFile.Image")));
this.btnOpenFile.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.btnOpenFile.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnOpenFile.Name = "btnOpenFile";
this.btnOpenFile.Size = new System.Drawing.Size(43, 35);
this.btnOpenFile.Text = "打开";
this.btnOpenFile.ToolTipText = "打开文件";
this.btnOpenFile.ButtonClick += new System.EventHandler(this.btnOpenFile_Click);
//
// tssRecentFile
//
this.tssRecentFile.Name = "tssRecentFile";
this.tssRecentFile.Size = new System.Drawing.Size(145, 6);
//
// btnReloadFile
//
this.btnReloadFile.Name = "btnReloadFile";
this.btnReloadFile.Size = new System.Drawing.Size(148, 38);
this.btnReloadFile.Text = "重新加载";
this.btnReloadFile.Click += new System.EventHandler(this.btnReloadFile_Click);
//
// btnNewFile
//
this.btnNewFile.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.btnNewFile.Image = ((System.Drawing.Image)(resources.GetObject("btnNewFile.Image")));
this.btnNewFile.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.btnNewFile.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnNewFile.Name = "btnNewFile";
this.btnNewFile.Size = new System.Drawing.Size(23, 35);
this.btnNewFile.Text = "新建";
this.btnNewFile.Click += new System.EventHandler(this.btnNewFile_Click);
//
// btnSaveFile
//
this.btnSaveFile.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.btnSaveFile.Image = ((System.Drawing.Image)(resources.GetObject("btnSaveFile.Image")));
this.btnSaveFile.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.btnSaveFile.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnSaveFile.Name = "btnSaveFile";
this.btnSaveFile.Size = new System.Drawing.Size(23, 35);
this.btnSaveFile.Text = "保存";
this.btnSaveFile.Click += new System.EventHandler(this.btnSaveFile_Click);
//
// btnSaveAs
//
this.btnSaveAs.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.btnSaveAs.Image = ((System.Drawing.Image)(resources.GetObject("btnSaveAs.Image")));
this.btnSaveAs.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.btnSaveAs.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnSaveAs.Name = "btnSaveAs";
this.btnSaveAs.Size = new System.Drawing.Size(23, 35);
this.btnSaveAs.Text = "另存为";
this.btnSaveAs.Click += new System.EventHandler(this.btnSaveAs_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 38);
//
// tsbPrint
//
this.tsbPrint.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbPrint.Image = ((System.Drawing.Image)(resources.GetObject("tsbPrint.Image")));
this.tsbPrint.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbPrint.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbPrint.Name = "tsbPrint";
this.tsbPrint.Size = new System.Drawing.Size(23, 35);
this.tsbPrint.Text = "打印预览";
this.tsbPrint.Click += new System.EventHandler(this.tsbPrint_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 38);
//
// toolStripDropDownButton1
//
this.toolStripDropDownButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.toolStripDropDownButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsbDefaultLayout,
this.tsbLockLayout,
this.toolStripSeparator3,
this.tsbLayer,
this.tsbProperty,
this.tsbOutput,
this.toolStripSeparator4,
this.ToolStripMenuItem});
this.toolStripDropDownButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton1.Image")));
this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripDropDownButton1.Name = "toolStripDropDownButton1";
this.toolStripDropDownButton1.Size = new System.Drawing.Size(54, 35);
this.toolStripDropDownButton1.Text = "视图";
//
// tsbDefaultLayout
//
this.tsbDefaultLayout.Name = "tsbDefaultLayout";
this.tsbDefaultLayout.Size = new System.Drawing.Size(148, 38);
this.tsbDefaultLayout.Text = "默认布局";
this.tsbDefaultLayout.Click += new System.EventHandler(this.tsbDefaultLayout_Click);
//
// tsbLockLayout
//
this.tsbLockLayout.CheckOnClick = true;
this.tsbLockLayout.Name = "tsbLockLayout";
this.tsbLockLayout.Size = new System.Drawing.Size(148, 38);
this.tsbLockLayout.Text = "锁定布局";
this.tsbLockLayout.Click += new System.EventHandler(this.tsbLockLayout_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(145, 6);
//
// tsbLayer
//
this.tsbLayer.Image = ((System.Drawing.Image)(resources.GetObject("tsbLayer.Image")));
this.tsbLayer.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbLayer.ImageTransparentColor = System.Drawing.Color.Silver;
this.tsbLayer.Name = "tsbLayer";
this.tsbLayer.Size = new System.Drawing.Size(148, 38);
this.tsbLayer.Text = "图层";
this.tsbLayer.Click += new System.EventHandler(this.tsbLayer_Click);
//
// tsbProperty
//
this.tsbProperty.Name = "tsbProperty";
this.tsbProperty.Size = new System.Drawing.Size(148, 38);
this.tsbProperty.Text = "属性";
this.tsbProperty.Click += new System.EventHandler(this.tsbProperty_Click);
//
// tsbOutput
//
this.tsbOutput.Name = "tsbOutput";
this.tsbOutput.Size = new System.Drawing.Size(148, 38);
this.tsbOutput.Text = "输出";
this.tsbOutput.Click += new System.EventHandler(this.tsbOutput_Click);
//
// toolStripSeparator4
//
this.toolStripSeparator4.Name = "toolStripSeparator4";
this.toolStripSeparator4.Size = new System.Drawing.Size(145, 6);
//
// 工具条ToolStripMenuItem
//
this.ToolStripMenuItem.Name = "工具条ToolStripMenuItem";
this.ToolStripMenuItem.Size = new System.Drawing.Size(148, 38);
this.ToolStripMenuItem.Text = "工具条";
//
// toolStripDropDownButton2
//
this.toolStripDropDownButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.toolStripDropDownButton2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.menuItemSchemaVS2015Light,
this.menuItemSchemaVS2015Blue,
this.menuItemSchemaVS2015Dark,
this.menuItemSchemaVS2013Light,
this.menuItemSchemaVS2013Blue,
this.menuItemSchemaVS2013Dark,
this.menuItemSchemaVS2012Light,
this.menuItemSchemaVS2012Blue,
this.menuItemSchemaVS2012Dark,
this.menuItemSchemaVS2005,
this.menuItemSchemaVS2003});
this.toolStripDropDownButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton2.Image")));
this.toolStripDropDownButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripDropDownButton2.Name = "toolStripDropDownButton2";
this.toolStripDropDownButton2.Size = new System.Drawing.Size(54, 35);
this.toolStripDropDownButton2.Text = "主题";
//
// menuItemSchemaVS2015Light
//
this.menuItemSchemaVS2015Light.Checked = true;
this.menuItemSchemaVS2015Light.CheckOnClick = true;
this.menuItemSchemaVS2015Light.CheckState = System.Windows.Forms.CheckState.Checked;
this.menuItemSchemaVS2015Light.Name = "menuItemSchemaVS2015Light";
this.menuItemSchemaVS2015Light.Size = new System.Drawing.Size(175, 38);
this.menuItemSchemaVS2015Light.Text = "VS2015 Light";
this.menuItemSchemaVS2015Light.Click += new System.EventHandler(this.setSchema);
//
// menuItemSchemaVS2015Blue
//
this.menuItemSchemaVS2015Blue.Name = "menuItemSchemaVS2015Blue";
this.menuItemSchemaVS2015Blue.Size = new System.Drawing.Size(175, 38);
this.menuItemSchemaVS2015Blue.Text = "VS2015 Blue";
this.menuItemSchemaVS2015Blue.Click += new System.EventHandler(this.setSchema);
//
// menuItemSchemaVS2015Dark
//
this.menuItemSchemaVS2015Dark.Name = "menuItemSchemaVS2015Dark";
this.menuItemSchemaVS2015Dark.Size = new System.Drawing.Size(175, 38);
this.menuItemSchemaVS2015Dark.Text = "VS2015 Dark";
this.menuItemSchemaVS2015Dark.Click += new System.EventHandler(this.setSchema);
//
// menuItemSchemaVS2013Light
//
this.menuItemSchemaVS2013Light.Name = "menuItemSchemaVS2013Light";
this.menuItemSchemaVS2013Light.Size = new System.Drawing.Size(175, 38);
this.menuItemSchemaVS2013Light.Text = "VS2013 Light";
this.menuItemSchemaVS2013Light.Click += new System.EventHandler(this.setSchema);
//
// menuItemSchemaVS2013Blue
//
this.menuItemSchemaVS2013Blue.Name = "menuItemSchemaVS2013Blue";
this.menuItemSchemaVS2013Blue.Size = new System.Drawing.Size(175, 38);
this.menuItemSchemaVS2013Blue.Text = "VS2013 Blue";
this.menuItemSchemaVS2013Blue.Click += new System.EventHandler(this.setSchema);
//
// menuItemSchemaVS2013Dark
//
this.menuItemSchemaVS2013Dark.Name = "menuItemSchemaVS2013Dark";
this.menuItemSchemaVS2013Dark.Size = new System.Drawing.Size(175, 38);
this.menuItemSchemaVS2013Dark.Text = "VS2013 Dark";
this.menuItemSchemaVS2013Dark.Click += new System.EventHandler(this.setSchema);
//
// menuItemSchemaVS2012Light
//
this.menuItemSchemaVS2012Light.Name = "menuItemSchemaVS2012Light";
this.menuItemSchemaVS2012Light.Size = new System.Drawing.Size(175, 38);
this.menuItemSchemaVS2012Light.Text = "VS2012 Light";
this.menuItemSchemaVS2012Light.Click += new System.EventHandler(this.setSchema);
//
// menuItemSchemaVS2012Blue
//
this.menuItemSchemaVS2012Blue.Name = "menuItemSchemaVS2012Blue";
this.menuItemSchemaVS2012Blue.Size = new System.Drawing.Size(175, 38);
this.menuItemSchemaVS2012Blue.Text = "VS2012 Blue";
this.menuItemSchemaVS2012Blue.Click += new System.EventHandler(this.setSchema);
//
// menuItemSchemaVS2012Dark
//
this.menuItemSchemaVS2012Dark.Name = "menuItemSchemaVS2012Dark";
this.menuItemSchemaVS2012Dark.Size = new System.Drawing.Size(175, 38);
this.menuItemSchemaVS2012Dark.Text = "VS2012 Dark";
this.menuItemSchemaVS2012Dark.Click += new System.EventHandler(this.setSchema);
//
// menuItemSchemaVS2005
//
this.menuItemSchemaVS2005.Name = "menuItemSchemaVS2005";
this.menuItemSchemaVS2005.Size = new System.Drawing.Size(175, 38);
this.menuItemSchemaVS2005.Text = "VS2005";
this.menuItemSchemaVS2005.Click += new System.EventHandler(this.setSchema);
//
// menuItemSchemaVS2003
//
this.menuItemSchemaVS2003.Name = "menuItemSchemaVS2003";
this.menuItemSchemaVS2003.Size = new System.Drawing.Size(175, 38);
this.menuItemSchemaVS2003.Text = "VS2003";
this.menuItemSchemaVS2003.Click += new System.EventHandler(this.setSchema);
//
// tsbToolElement
//
this.tsbToolElement.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.tsbToolElement.Image = ((System.Drawing.Image)(resources.GetObject("tsbToolElement.Image")));
this.tsbToolElement.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbToolElement.Name = "tsbToolElement";
this.tsbToolElement.Size = new System.Drawing.Size(72, 35);
this.tsbToolElement.Text = "绘图工具条";
//
// btnSymbolManage
//
this.btnSymbolManage.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.btnSymbolManage.Image = ((System.Drawing.Image)(resources.GetObject("btnSymbolManage.Image")));
this.btnSymbolManage.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnSymbolManage.Name = "btnSymbolManage";
this.btnSymbolManage.Size = new System.Drawing.Size(60, 35);
this.btnSymbolManage.Text = "符号管理";
this.btnSymbolManage.Click += new System.EventHandler(this.btnSymbolManage_Click);
//
// toolStripDropDownButton3
//
this.toolStripDropDownButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.toolStripDropDownButton3.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiLeftTop,
this.tsmiCenter});
this.toolStripDropDownButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton3.Image")));
this.toolStripDropDownButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripDropDownButton3.Name = "toolStripDropDownButton3";
this.toolStripDropDownButton3.Size = new System.Drawing.Size(78, 35);
this.toolStripDropDownButton3.Text = "原点设置";
//
// tsmiLeftTop
//
this.tsmiLeftTop.Checked = true;
this.tsmiLeftTop.CheckState = System.Windows.Forms.CheckState.Checked;
this.tsmiLeftTop.Name = "tsmiLeftTop";
this.tsmiLeftTop.Size = new System.Drawing.Size(324, 38);
this.tsmiLeftTop.Text = "以屏幕左上角为原点";
this.tsmiLeftTop.Click += new System.EventHandler(this.tsmiLeftTop_Click);
//
// tsmiCenter
//
this.tsmiCenter.Name = "tsmiCenter";
this.tsmiCenter.Size = new System.Drawing.Size(324, 38);
this.tsmiCenter.Text = "以屏幕中心为原点";
this.tsmiCenter.Click += new System.EventHandler(this.tsmiCenter_Click);
//
// tsbtnMerge
//
this.tsbtnMerge.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.tsbtnMerge.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnMerge.Image")));
this.tsbtnMerge.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnMerge.Name = "tsbtnMerge";
this.tsbtnMerge.Size = new System.Drawing.Size(36, 35);
this.tsbtnMerge.Text = "合并";
this.tsbtnMerge.Click += new System.EventHandler(this.tsbtnMerge_Click);
//
// tsBtnSaveSelectData
//
this.tsBtnSaveSelectData.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.tsBtnSaveSelectData.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiShow,
this.tsmiFileSelectSave,
this.tsmiPointSave,
this.tsmiCurveSave,
this.tsmiSolidSave,
this.tsmiText,
this.tsmiCleanCurve,
this.tsmiXYZFSave,
this.tsmiSaveSymbol});
this.tsBtnSaveSelectData.Image = ((System.Drawing.Image)(resources.GetObject("tsBtnSaveSelectData.Image")));
this.tsBtnSaveSelectData.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsBtnSaveSelectData.Name = "tsBtnSaveSelectData";
this.tsBtnSaveSelectData.Size = new System.Drawing.Size(102, 35);
this.tsBtnSaveSelectData.Text = "保存选择数据";
//
// tsmiShow
//
this.tsmiShow.Name = "tsmiShow";
this.tsmiShow.Size = new System.Drawing.Size(182, 38);
this.tsmiShow.Text = "显示";
this.tsmiShow.Click += new System.EventHandler(this.tsmiShow_Click);
//
// tsmiFileSelectSave
//
this.tsmiFileSelectSave.Name = "tsmiFileSelectSave";
this.tsmiFileSelectSave.Size = new System.Drawing.Size(182, 38);
this.tsmiFileSelectSave.Text = "选择";
this.tsmiFileSelectSave.Click += new System.EventHandler(this.tsmiFileSelectSave_Click);
//
// tsmiPointSave
//
this.tsmiPointSave.Name = "tsmiPointSave";
this.tsmiPointSave.Size = new System.Drawing.Size(182, 38);
this.tsmiPointSave.Text = "点";
this.tsmiPointSave.Click += new System.EventHandler(this.tsmiPointSave_Click);
//
// tsmiCurveSave
//
this.tsmiCurveSave.Name = "tsmiCurveSave";
this.tsmiCurveSave.Size = new System.Drawing.Size(182, 38);
this.tsmiCurveSave.Text = "曲线";
this.tsmiCurveSave.Click += new System.EventHandler(this.tsmiCurveSave_Click);
//
// tsmiSolidSave
//
this.tsmiSolidSave.Name = "tsmiSolidSave";
this.tsmiSolidSave.Size = new System.Drawing.Size(182, 38);
this.tsmiSolidSave.Text = "充填";
this.tsmiSolidSave.Click += new System.EventHandler(this.tsmiSolidSave_Click);
//
// tsmiText
//
this.tsmiText.Name = "tsmiText";
this.tsmiText.Size = new System.Drawing.Size(182, 38);
this.tsmiText.Text = "文字";
this.tsmiText.Click += new System.EventHandler(this.tsmiText_Click);
//
// tsmiCleanCurve
//
this.tsmiCleanCurve.Name = "tsmiCleanCurve";
this.tsmiCleanCurve.Size = new System.Drawing.Size(182, 38);
this.tsmiCleanCurve.Text = "净曲线";
this.tsmiCleanCurve.Click += new System.EventHandler(this.tsmiCleanCurve_Click);
//
// tsmiXYZFSave
//
this.tsmiXYZFSave.Name = "tsmiXYZFSave";
this.tsmiXYZFSave.Size = new System.Drawing.Size(182, 38);
this.tsmiXYZFSave.Text = "保存成XYZ文件";
this.tsmiXYZFSave.Click += new System.EventHandler(this.tsmiXYZFSave_Click);
//
// tsmiSaveSymbol
//
this.tsmiSaveSymbol.Name = "tsmiSaveSymbol";
this.tsmiSaveSymbol.Size = new System.Drawing.Size(182, 38);
this.tsmiSaveSymbol.Text = "为符号";
this.tsmiSaveSymbol.Click += new System.EventHandler(this.tsmiSaveSymbol_Click);
//
// tsmiImportExport
//
this.tsmiImportExport.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.tsmiImportExport.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiImport,
this.tsmiExport});
this.tsmiImportExport.Image = ((System.Drawing.Image)(resources.GetObject("tsmiImportExport.Image")));
this.tsmiImportExport.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsmiImportExport.Name = "tsmiImportExport";
this.tsmiImportExport.Size = new System.Drawing.Size(83, 35);
this.tsmiImportExport.Text = "导入\\导出";
//
// tsmiImport
//
this.tsmiImport.Name = "tsmiImport";
this.tsmiImport.Size = new System.Drawing.Size(124, 38);
this.tsmiImport.Text = "导入";
this.tsmiImport.Click += new System.EventHandler(this.tsmiImport_Click);
//
// tsmiExport
//
this.tsmiExport.Name = "tsmiExport";
this.tsmiExport.Size = new System.Drawing.Size(124, 38);
this.tsmiExport.Text = "导出";
this.tsmiExport.Click += new System.EventHandler(this.tsmiExport_Click);
//
// toolStripDropDownButton4
//
this.toolStripDropDownButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.toolStripDropDownButton4.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiHelp,
this.tsmiAbout});
this.toolStripDropDownButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton4.Image")));
this.toolStripDropDownButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripDropDownButton4.Name = "toolStripDropDownButton4";
this.toolStripDropDownButton4.ShowDropDownArrow = false;
this.toolStripDropDownButton4.Size = new System.Drawing.Size(24, 35);
this.toolStripDropDownButton4.Text = "︙";
this.toolStripDropDownButton4.ToolTipText = "帮助";
//
// tsmiHelp
//
this.tsmiHelp.Name = "tsmiHelp";
this.tsmiHelp.Size = new System.Drawing.Size(134, 38);
this.tsmiHelp.Text = "帮助…";
//
// tsmiAbout
//
this.tsmiAbout.Name = "tsmiAbout";
this.tsmiAbout.Size = new System.Drawing.Size(134, 38);
this.tsmiAbout.Text = "关于...";
this.tsmiAbout.Click += new System.EventHandler(this.tsmiAbout_Click);
//
// dockPanel
//
this.dockPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.dockPanel.Location = new System.Drawing.Point(0, 50);
this.dockPanel.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
this.dockPanel.Name = "dockPanel";
this.dockPanel.Size = new System.Drawing.Size(1670, 747);
this.dockPanel.TabIndex = 5;
this.dockPanel.ActiveDocumentChanged += new System.EventHandler(this.dockPanel_ActiveDocumentChanged);
//
// vsToolStripExtender1
//
this.vsToolStripExtender1.DefaultRenderer = null;
//
// toolStripContainer1
//
this.toolStripContainer1.BottomToolStripPanelVisible = false;
//
// toolStripContainer1.ContentPanel
//
this.toolStripContainer1.ContentPanel.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(1670, 12);
this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Top;
this.toolStripContainer1.LeftToolStripPanelVisible = false;
this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
this.toolStripContainer1.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
this.toolStripContainer1.Name = "toolStripContainer1";
this.toolStripContainer1.RightToolStripPanelVisible = false;
this.toolStripContainer1.Size = new System.Drawing.Size(1670, 50);
this.toolStripContainer1.TabIndex = 9;
this.toolStripContainer1.Text = "toolStripContainer1";
//
// toolStripContainer1.TopToolStripPanel
//
this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.tspMain);
this.toolStripContainer1.TopToolStripPanel.SizeChanged += new System.EventHandler(this.toolStripContainer1_TopToolStripPanel_SizeChanged);
//
// tsslStatusInfo
//
this.tsslStatusInfo.Name = "tsslStatusInfo";
this.tsslStatusInfo.Size = new System.Drawing.Size(62, 31);
this.tsslStatusInfo.Text = "坐标";
//
// statusStrip1
//
this.statusStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsslStatusInfo,
this.tsslTipInfo,
this.tsslLengthAngle});
this.statusStrip1.Location = new System.Drawing.Point(0, 797);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Padding = new System.Windows.Forms.Padding(2, 0, 28, 0);
this.statusStrip1.Size = new System.Drawing.Size(1670, 36);
this.statusStrip1.TabIndex = 7;
this.statusStrip1.Text = "statusStrip1";
//
// tsslTipInfo
//
this.tsslTipInfo.AutoSize = false;
this.tsslTipInfo.Margin = new System.Windows.Forms.Padding(12, 3, 0, 2);
this.tsslTipInfo.Name = "tsslTipInfo";
this.tsslTipInfo.Size = new System.Drawing.Size(15, 31);
this.tsslTipInfo.Tag = "";
//
// tsslLengthAngle
//
this.tsslLengthAngle.Name = "tsslLengthAngle";
this.tsslLengthAngle.Size = new System.Drawing.Size(0, 31);
//
// FormMain
//
this.AllowDrop = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1670, 833);
this.Controls.Add(this.dockPanel);
this.Controls.Add(this.toolStripContainer1);
this.Controls.Add(this.statusStrip1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.IsMdiContainer = true;
this.KeyPreview = true;
this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
this.Name = "FormMain";
this.Text = "地质图形";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Activated += new System.EventHandler(this.FormMain_Activated);
this.Deactivate += new System.EventHandler(this.FormMain_Deactivate);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormMain_FormClosing);
this.Load += new System.EventHandler(this.FormMain_Load);
this.DragDrop += new System.Windows.Forms.DragEventHandler(this.FormMain_DragDrop);
this.DragEnter += new System.Windows.Forms.DragEventHandler(this.FormMain_DragEnter);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FormMain_KeyDown);
this.tspMain.ResumeLayout(false);
this.tspMain.PerformLayout();
this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
this.toolStripContainer1.TopToolStripPanel.PerformLayout();
this.toolStripContainer1.ResumeLayout(false);
this.toolStripContainer1.PerformLayout();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ToolStrip tspMain;
private System.Windows.Forms.ToolStripSplitButton btnOpenFile;
private System.Windows.Forms.ToolStripButton btnNewFile;
private System.Windows.Forms.ToolStripButton btnSaveFile;
private System.Windows.Forms.ToolStripButton btnSaveAs;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripButton tsbPrint;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripButton tsbToolElement;
private System.Windows.Forms.ToolStripButton btnSymbolManage;
private WeifenLuo.WinFormsUI.Docking.DockPanel dockPanel;
private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton1;
private System.Windows.Forms.ToolStripMenuItem tsbLayer;
private System.Windows.Forms.ToolStripMenuItem tsbProperty;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem;
private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton2;
private System.Windows.Forms.ToolStripMenuItem menuItemSchemaVS2015Light;
private System.Windows.Forms.ToolStripMenuItem tsbLockLayout;
private System.Windows.Forms.ToolStripMenuItem menuItemSchemaVS2015Blue;
private System.Windows.Forms.ToolStripMenuItem menuItemSchemaVS2015Dark;
private System.Windows.Forms.ToolStripMenuItem menuItemSchemaVS2013Light;
private System.Windows.Forms.ToolStripMenuItem menuItemSchemaVS2013Blue;
private System.Windows.Forms.ToolStripMenuItem menuItemSchemaVS2013Dark;
private System.Windows.Forms.ToolStripMenuItem menuItemSchemaVS2012Light;
private System.Windows.Forms.ToolStripMenuItem menuItemSchemaVS2012Blue;
private System.Windows.Forms.ToolStripMenuItem menuItemSchemaVS2012Dark;
private System.Windows.Forms.ToolStripMenuItem menuItemSchemaVS2005;
private System.Windows.Forms.ToolStripMenuItem menuItemSchemaVS2003;
private WeifenLuo.WinFormsUI.Docking.VS2005Theme vS2005Theme1;
private WeifenLuo.WinFormsUI.Docking.VS2015BlueTheme vS2015BlueTheme1;
private WeifenLuo.WinFormsUI.Docking.VS2015DarkTheme vS2015DarkTheme1;
private WeifenLuo.WinFormsUI.Docking.VS2015LightTheme vS2015LightTheme1;
private WeifenLuo.WinFormsUI.Docking.VS2003Theme vS2003Theme1;
private WeifenLuo.WinFormsUI.Docking.VS2012BlueTheme vS2012BlueTheme1;
private WeifenLuo.WinFormsUI.Docking.VS2012LightTheme vS2012LightTheme1;
private WeifenLuo.WinFormsUI.Docking.VS2013DarkTheme vS2013DarkTheme1;
private WeifenLuo.WinFormsUI.Docking.VS2013BlueTheme vS2013BlueTheme1;
private WeifenLuo.WinFormsUI.Docking.VS2013LightTheme vS2013LightTheme1;
private WeifenLuo.WinFormsUI.Docking.VS2012DarkTheme vS2012DarkTheme1;
private WeifenLuo.WinFormsUI.Docking.VisualStudioToolStripExtender vsToolStripExtender1;
private System.Windows.Forms.ToolStripMenuItem tsbDefaultLayout;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripMenuItem tsbOutput;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
private System.Windows.Forms.ToolStripContainer toolStripContainer1;
private System.Windows.Forms.ToolStripStatusLabel tsslStatusInfo;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripStatusLabel tsslTipInfo;
private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton3;
private System.Windows.Forms.ToolStripMenuItem tsmiLeftTop;
private System.Windows.Forms.ToolStripMenuItem tsmiCenter;
private System.Windows.Forms.ToolStripMenuItem btnReloadFile;
private System.Windows.Forms.ToolStripButton tsbtnMerge;
private System.Windows.Forms.ToolStripDropDownButton tsBtnSaveSelectData;
private System.Windows.Forms.ToolStripMenuItem tsmiShow;
private System.Windows.Forms.ToolStripMenuItem tsmiFileSelectSave;
private System.Windows.Forms.ToolStripMenuItem tsmiPointSave;
private System.Windows.Forms.ToolStripMenuItem tsmiCurveSave;
private System.Windows.Forms.ToolStripMenuItem tsmiSolidSave;
private System.Windows.Forms.ToolStripMenuItem tsmiText;
private System.Windows.Forms.ToolStripMenuItem tsmiSaveSymbol;
private System.Windows.Forms.ToolStripDropDownButton tsmiImportExport;
private System.Windows.Forms.ToolStripMenuItem tsmiImport;
private System.Windows.Forms.ToolStripMenuItem tsmiExport;
private System.Windows.Forms.ToolStripMenuItem tsmiCleanCurve;
private System.Windows.Forms.ToolStripMenuItem tsmiXYZFSave;
private System.Windows.Forms.ToolStripStatusLabel tsslLengthAngle;
private System.Windows.Forms.ToolStripSeparator tssRecentFile;
private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton4;
private System.Windows.Forms.ToolStripMenuItem tsmiHelp;
private System.Windows.Forms.ToolStripMenuItem tsmiAbout;
}
}