namespace LibTest { partial class FrmDock { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmDock)); 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.btnStatistic = new System.Windows.Forms.ToolStripButton(); this.btnSymbolManage = new System.Windows.Forms.ToolStripButton(); this.toolStrip1.SuspendLayout(); this.SuspendLayout(); // // toolStrip1 // this.toolStrip1.Font = new System.Drawing.Font("Segoe UI", 9F); 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.btnStatistic, this.btnSymbolManage}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(830, 25); this.toolStrip1.TabIndex = 2; 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 = "新建"; // // 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"; // // 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 = "另存为"; // // 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"; // // 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(76, 22); this.tsbToolElement.Text = "绘图工具条"; // // 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(37, 22); this.tsbLayerTree.Text = "图层"; // // 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(37, 22); this.btnPropertyShow.Text = "属性"; // // btnStatistic // this.btnStatistic.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.btnStatistic.Image = ((System.Drawing.Image)(resources.GetObject("btnStatistic.Image"))); this.btnStatistic.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnStatistic.Name = "btnStatistic"; this.btnStatistic.Size = new System.Drawing.Size(37, 22); this.btnStatistic.Text = "统计"; this.btnStatistic.Click += new System.EventHandler(this.btnStatistic_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(63, 22); this.btnSymbolManage.Text = "符号管理"; // // FrmDock // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(830, 462); this.Controls.Add(this.toolStrip1); this.IsMdiContainer = true; this.Name = "FrmDock"; this.Text = "FrmDock"; this.Load += new System.EventHandler(this.FrmDock_Load); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripButton 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 tsbLayerTree; private System.Windows.Forms.ToolStripButton btnPropertyShow; private System.Windows.Forms.ToolStripButton btnStatistic; private System.Windows.Forms.ToolStripButton btnSymbolManage; } }