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/LibTest/FormMain.Designer.cs

246 lines
12 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 LibTest
{
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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.btnOpenFile = new System.Windows.Forms.ToolStripButton();
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.tsbToolElement = new System.Windows.Forms.ToolStripButton();
this.tsbLayerTree = new System.Windows.Forms.ToolStripButton();
this.btnPropertyShow = new System.Windows.Forms.ToolStripButton();
this.btnSymbolManage = new System.Windows.Forms.ToolStripButton();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.tsslStatusInfo = new System.Windows.Forms.ToolStripStatusLabel();
this.mainView1 = new GeoSigma.UCDraw.MainView();
this.toolStrip1.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.SuspendLayout();
//
// toolStrip1
//
this.toolStrip1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.btnOpenFile,
this.btnNewFile,
this.btnSaveFile,
this.btnSaveAs,
this.toolStripSeparator1,
this.tsbPrint,
this.toolStripSeparator2,
this.tsbToolElement,
this.tsbLayerTree,
this.btnPropertyShow,
this.btnSymbolManage});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(944, 25);
this.toolStrip1.TabIndex = 1;
this.toolStrip1.Text = "toolStrip1";
//
// btnOpenFile
//
this.btnOpenFile.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.btnOpenFile.Image = ((System.Drawing.Image)(resources.GetObject("btnOpenFile.Image")));
this.btnOpenFile.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnOpenFile.Name = "btnOpenFile";
this.btnOpenFile.Size = new System.Drawing.Size(23, 22);
this.btnOpenFile.Text = "toolStripButton1";
this.btnOpenFile.Click += new System.EventHandler(this.btnOpenFile_Click);
//
// btnNewFile
//
this.btnNewFile.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.btnNewFile.Image = ((System.Drawing.Image)(resources.GetObject("btnNewFile.Image")));
this.btnNewFile.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnNewFile.Name = "btnNewFile";
this.btnNewFile.Size = new System.Drawing.Size(23, 22);
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.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnSaveFile.Name = "btnSaveFile";
this.btnSaveFile.Size = new System.Drawing.Size(23, 22);
this.btnSaveFile.Text = "toolStripButton2";
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.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnSaveAs.Name = "btnSaveAs";
this.btnSaveAs.Size = new System.Drawing.Size(23, 22);
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, 25);
//
// tsbPrint
//
this.tsbPrint.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbPrint.Image = ((System.Drawing.Image)(resources.GetObject("tsbPrint.Image")));
this.tsbPrint.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbPrint.Name = "tsbPrint";
this.tsbPrint.Size = new System.Drawing.Size(23, 22);
this.tsbPrint.Text = "toolStripButton1";
this.tsbPrint.Click += new System.EventHandler(this.tsbPrint_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
//
// 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, 22);
this.tsbToolElement.Text = "绘图工具条";
this.tsbToolElement.Click += new System.EventHandler(this.tsbToolElement_Click);
//
// tsbLayerTree
//
this.tsbLayerTree.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.tsbLayerTree.Image = ((System.Drawing.Image)(resources.GetObject("tsbLayerTree.Image")));
this.tsbLayerTree.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbLayerTree.Name = "tsbLayerTree";
this.tsbLayerTree.Size = new System.Drawing.Size(36, 22);
this.tsbLayerTree.Text = "图层";
this.tsbLayerTree.Click += new System.EventHandler(this.layerTree_Click);
//
// btnPropertyShow
//
this.btnPropertyShow.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.btnPropertyShow.Image = ((System.Drawing.Image)(resources.GetObject("btnPropertyShow.Image")));
this.btnPropertyShow.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnPropertyShow.Name = "btnPropertyShow";
this.btnPropertyShow.Size = new System.Drawing.Size(36, 22);
this.btnPropertyShow.Text = "属性";
this.btnPropertyShow.Click += new System.EventHandler(this.btnPropertyShow_Click);
//
// 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, 22);
this.btnSymbolManage.Text = "符号管理";
this.btnSymbolManage.Click += new System.EventHandler(this.btnSymbolManage_Click);
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsslStatusInfo});
this.statusStrip1.Location = new System.Drawing.Point(0, 425);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(944, 22);
this.statusStrip1.TabIndex = 3;
this.statusStrip1.Text = "statusStrip1";
//
// tsslStatusInfo
//
this.tsslStatusInfo.Name = "tsslStatusInfo";
this.tsslStatusInfo.Size = new System.Drawing.Size(0, 17);
//
// mainView1
//
this.mainView1.ClientSize = new System.Drawing.Size(944, 400);
this.mainView1.ControlBox = false;
this.mainView1.CurrentLayer = null;
this.mainView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.mainView1.EnableMeshPack = true;
this.mainView1.FileFullName = null;
this.mainView1.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.mainView1.LayerVisible = true;
this.mainView1.Location = new System.Drawing.Point(0, 25);
this.mainView1.Name = "mainView1";
this.mainView1.PropertyVisible = true;
this.mainView1.StatisticVisble = true;
this.mainView1.ToolElementVisible = true;
this.mainView1.ToolMainVisible = true;
this.mainView1.ZColorWidth = 25D;
//
// FormMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(944, 447);
this.Controls.Add(this.mainView1);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.statusStrip1);
this.Name = "FormMain";
this.Text = "Form1";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormMain_FormClosing);
this.Load += new System.EventHandler(this.Form1_Load);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton btnOpenFile;
private System.Windows.Forms.ToolStripButton tsbLayerTree;
private System.Windows.Forms.ToolStripButton btnPropertyShow;
private System.Windows.Forms.ToolStripButton tsbToolElement;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripButton btnNewFile;
private System.Windows.Forms.ToolStripButton btnSaveFile;
private System.Windows.Forms.ToolStripButton btnSaveAs;
private System.Windows.Forms.ToolStripButton tsbPrint;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripStatusLabel tsslStatusInfo;
private System.Windows.Forms.ToolStripButton btnSymbolManage;
private GeoSigma.UCDraw.MainView mainView1;
}
}