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/SymbolLibManager/FrmMarkMain.Designer.cs

532 lines
29 KiB
C#

1 month ago
namespace SymbolLibManager
{
partial class FrmMarkMain
{
/// <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();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMarkMain));
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.txtSearchName = new System.Windows.Forms.ToolStripTextBox();
this.tsbtnFindSymbol = new System.Windows.Forms.ToolStripButton();
this.tsbtnOK = new System.Windows.Forms.ToolStripButton();
this.tsbtnCancel = new System.Windows.Forms.ToolStripButton();
this.spMain = new System.Windows.Forms.SplitContainer();
this.spSymbols = new System.Windows.Forms.SplitContainer();
this.trvSymbol = new System.Windows.Forms.TreeView();
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.tspTree = new System.Windows.Forms.ToolStrip();
this.tsbtnNewGroup = new System.Windows.Forms.ToolStripButton();
this.tsbtnDeleteFile = new System.Windows.Forms.ToolStripButton();
this.tsbtnImportFile = new System.Windows.Forms.ToolStripButton();
this.tsbtnExportFile = new System.Windows.Forms.ToolStripButton();
this.lsvSymbol = new System.Windows.Forms.ListView();
this.tspItems = new System.Windows.Forms.ToolStrip();
this.tsbtnSymbolCopy = new System.Windows.Forms.ToolStripButton();
this.tsbtnSymbolPaste = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
this.tsbtnListAdd = new System.Windows.Forms.ToolStripButton();
this.tsbtnListRemove = new System.Windows.Forms.ToolStripButton();
this.ctmTree = new System.Windows.Forms.ContextMenuStrip(this.components);
this.tmiRename = new System.Windows.Forms.ToolStripMenuItem();
this.tmiDeleteFile = new System.Windows.Forms.ToolStripMenuItem();
this.ctmSymbols = new System.Windows.Forms.ContextMenuStrip(this.components);
this.ctsbtnEditName = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.ctsbtnCopySymbol = new System.Windows.Forms.ToolStripMenuItem();
this.ctsbtnPasteSymbol = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.ctsbtnDeleteSymbol = new System.Windows.Forms.ToolStripMenuItem();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.statusLableGroup = new System.Windows.Forms.ToolStripStatusLabel();
this.tmiMerge = new System.Windows.Forms.ToolStripMenuItem();
this.toolStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.spMain)).BeginInit();
this.spMain.Panel1.SuspendLayout();
this.spMain.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.spSymbols)).BeginInit();
this.spSymbols.Panel1.SuspendLayout();
this.spSymbols.Panel2.SuspendLayout();
this.spSymbols.SuspendLayout();
this.tspTree.SuspendLayout();
this.tspItems.SuspendLayout();
this.ctmTree.SuspendLayout();
this.ctmSymbols.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.ImageScalingSize = new System.Drawing.Size(32, 32);
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.txtSearchName,
this.tsbtnFindSymbol,
this.tsbtnOK,
this.tsbtnCancel});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(942, 25);
this.toolStrip1.TabIndex = 1;
this.toolStrip1.Text = "toolStrip1";
//
// txtSearchName
//
this.txtSearchName.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
this.txtSearchName.Name = "txtSearchName";
this.txtSearchName.Size = new System.Drawing.Size(100, 25);
this.txtSearchName.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtSearchName_KeyPress);
//
// tsbtnFindSymbol
//
this.tsbtnFindSymbol.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnFindSymbol.Image")));
this.tsbtnFindSymbol.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnFindSymbol.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnFindSymbol.Name = "tsbtnFindSymbol";
this.tsbtnFindSymbol.Size = new System.Drawing.Size(50, 22);
this.tsbtnFindSymbol.Text = "查找";
this.tsbtnFindSymbol.ToolTipText = "查找符号";
this.tsbtnFindSymbol.Click += new System.EventHandler(this.tsbtnFindSymbol_Click);
//
// tsbtnOK
//
this.tsbtnOK.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnOK.Image")));
this.tsbtnOK.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnOK.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnOK.Name = "tsbtnOK";
this.tsbtnOK.Size = new System.Drawing.Size(50, 22);
this.tsbtnOK.Text = "确定";
this.tsbtnOK.Visible = false;
this.tsbtnOK.Click += new System.EventHandler(this.tsbtnOK_Click);
//
// tsbtnCancel
//
this.tsbtnCancel.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnCancel.Image")));
this.tsbtnCancel.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnCancel.Name = "tsbtnCancel";
this.tsbtnCancel.Size = new System.Drawing.Size(51, 22);
this.tsbtnCancel.Text = "取消";
this.tsbtnCancel.Visible = false;
this.tsbtnCancel.Click += new System.EventHandler(this.tsbtnCancel_Click);
//
// spMain
//
this.spMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.spMain.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
this.spMain.Location = new System.Drawing.Point(0, 25);
this.spMain.Name = "spMain";
//
// spMain.Panel1
//
this.spMain.Panel1.Controls.Add(this.spSymbols);
this.spMain.Size = new System.Drawing.Size(942, 458);
this.spMain.SplitterDistance = 608;
this.spMain.TabIndex = 2;
//
// spSymbols
//
this.spSymbols.Dock = System.Windows.Forms.DockStyle.Fill;
this.spSymbols.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
this.spSymbols.Location = new System.Drawing.Point(0, 0);
this.spSymbols.Name = "spSymbols";
//
// spSymbols.Panel1
//
this.spSymbols.Panel1.Controls.Add(this.trvSymbol);
this.spSymbols.Panel1.Controls.Add(this.tspTree);
//
// spSymbols.Panel2
//
this.spSymbols.Panel2.Controls.Add(this.lsvSymbol);
this.spSymbols.Panel2.Controls.Add(this.tspItems);
this.spSymbols.Size = new System.Drawing.Size(608, 458);
this.spSymbols.SplitterDistance = 260;
this.spSymbols.TabIndex = 0;
//
// trvSymbol
//
this.trvSymbol.CheckBoxes = true;
this.trvSymbol.Dock = System.Windows.Forms.DockStyle.Fill;
this.trvSymbol.HideSelection = false;
this.trvSymbol.ImageIndex = 0;
this.trvSymbol.ImageList = this.imageList1;
this.trvSymbol.LabelEdit = true;
this.trvSymbol.Location = new System.Drawing.Point(0, 25);
this.trvSymbol.Name = "trvSymbol";
this.trvSymbol.SelectedImageIndex = 0;
this.trvSymbol.ShowRootLines = false;
this.trvSymbol.Size = new System.Drawing.Size(260, 433);
this.trvSymbol.TabIndex = 0;
this.trvSymbol.AfterLabelEdit += new System.Windows.Forms.NodeLabelEditEventHandler(this.trvSymbol_AfterLabelEdit);
this.trvSymbol.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.trvSymbol_AfterSelect);
this.trvSymbol.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.trvSymbol_NodeMouseClick);
//
// imageList1
//
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
this.imageList1.Images.SetKeyName(0, "Shape_16x16.png");
this.imageList1.Images.SetKeyName(1, "TreeView_16x16.png");
//
// tspTree
//
this.tspTree.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
this.tspTree.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.tspTree.ImageScalingSize = new System.Drawing.Size(32, 32);
this.tspTree.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsbtnNewGroup,
this.tsbtnDeleteFile,
this.tsbtnImportFile,
this.tsbtnExportFile});
this.tspTree.Location = new System.Drawing.Point(0, 0);
this.tspTree.Name = "tspTree";
this.tspTree.Size = new System.Drawing.Size(260, 25);
this.tspTree.TabIndex = 1;
this.tspTree.Text = "toolStrip3";
//
// tsbtnNewGroup
//
this.tsbtnNewGroup.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbtnNewGroup.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnNewGroup.Image")));
this.tsbtnNewGroup.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnNewGroup.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnNewGroup.Name = "tsbtnNewGroup";
this.tsbtnNewGroup.Size = new System.Drawing.Size(23, 22);
this.tsbtnNewGroup.Text = "新建符号库";
this.tsbtnNewGroup.Click += new System.EventHandler(this.tsbtnNewGroup_Click);
//
// tsbtnDeleteFile
//
this.tsbtnDeleteFile.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbtnDeleteFile.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnDeleteFile.Image")));
this.tsbtnDeleteFile.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnDeleteFile.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnDeleteFile.Name = "tsbtnDeleteFile";
this.tsbtnDeleteFile.Size = new System.Drawing.Size(23, 22);
this.tsbtnDeleteFile.Text = "删除符号库";
this.tsbtnDeleteFile.Click += new System.EventHandler(this.tsbtnDeleteFile_Click);
//
// tsbtnImportFile
//
this.tsbtnImportFile.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbtnImportFile.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnImportFile.Image")));
this.tsbtnImportFile.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnImportFile.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnImportFile.Name = "tsbtnImportFile";
this.tsbtnImportFile.Size = new System.Drawing.Size(23, 22);
this.tsbtnImportFile.Text = "导入";
this.tsbtnImportFile.Click += new System.EventHandler(this.tsbtnImportFile_Click);
//
// tsbtnExportFile
//
this.tsbtnExportFile.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbtnExportFile.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnExportFile.Image")));
this.tsbtnExportFile.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnExportFile.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnExportFile.Name = "tsbtnExportFile";
this.tsbtnExportFile.Size = new System.Drawing.Size(23, 22);
this.tsbtnExportFile.Text = "导出";
this.tsbtnExportFile.Click += new System.EventHandler(this.tsbtnExportFile_Click);
//
// lsvSymbol
//
this.lsvSymbol.Dock = System.Windows.Forms.DockStyle.Fill;
this.lsvSymbol.HideSelection = false;
this.lsvSymbol.LabelEdit = true;
this.lsvSymbol.Location = new System.Drawing.Point(0, 25);
this.lsvSymbol.Name = "lsvSymbol";
this.lsvSymbol.Size = new System.Drawing.Size(344, 433);
this.lsvSymbol.TabIndex = 0;
this.lsvSymbol.UseCompatibleStateImageBehavior = false;
this.lsvSymbol.AfterLabelEdit += new System.Windows.Forms.LabelEditEventHandler(this.lsvSymbol_AfterLabelEdit);
this.lsvSymbol.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.lsvSymbol_ItemSelectionChanged);
this.lsvSymbol.RetrieveVirtualItem += new System.Windows.Forms.RetrieveVirtualItemEventHandler(this.lsvSymbol_RetrieveVirtualItem);
//
// tspItems
//
this.tspItems.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
this.tspItems.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.tspItems.ImageScalingSize = new System.Drawing.Size(32, 32);
this.tspItems.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsbtnSymbolCopy,
this.tsbtnSymbolPaste,
this.toolStripSeparator1,
this.tsbtnEdit,
this.tsbtnListAdd,
this.tsbtnListRemove});
this.tspItems.Location = new System.Drawing.Point(0, 0);
this.tspItems.Name = "tspItems";
this.tspItems.Size = new System.Drawing.Size(344, 25);
this.tspItems.TabIndex = 1;
this.tspItems.Text = "toolStrip2";
//
// tsbtnSymbolCopy
//
this.tsbtnSymbolCopy.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbtnSymbolCopy.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSymbolCopy.Image")));
this.tsbtnSymbolCopy.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnSymbolCopy.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnSymbolCopy.Name = "tsbtnSymbolCopy";
this.tsbtnSymbolCopy.Size = new System.Drawing.Size(23, 22);
this.tsbtnSymbolCopy.Text = "复制";
this.tsbtnSymbolCopy.Click += new System.EventHandler(this.tsbtnSymbolCopy_Click);
//
// tsbtnSymbolPaste
//
this.tsbtnSymbolPaste.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbtnSymbolPaste.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSymbolPaste.Image")));
this.tsbtnSymbolPaste.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnSymbolPaste.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnSymbolPaste.Name = "tsbtnSymbolPaste";
this.tsbtnSymbolPaste.Size = new System.Drawing.Size(23, 22);
this.tsbtnSymbolPaste.Text = "粘贴";
this.tsbtnSymbolPaste.Click += new System.EventHandler(this.tsbtnSymbolPaste_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
//
// tsbtnEdit
//
this.tsbtnEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbtnEdit.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnEdit.Image")));
this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnEdit.Name = "tsbtnEdit";
this.tsbtnEdit.Size = new System.Drawing.Size(23, 22);
this.tsbtnEdit.Text = "修改名称";
this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click);
//
// tsbtnListAdd
//
this.tsbtnListAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbtnListAdd.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnListAdd.Image")));
this.tsbtnListAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnListAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnListAdd.Name = "tsbtnListAdd";
this.tsbtnListAdd.Size = new System.Drawing.Size(23, 22);
this.tsbtnListAdd.Text = "新建";
this.tsbtnListAdd.Click += new System.EventHandler(this.tsbtnListAdd_Click);
//
// tsbtnListRemove
//
this.tsbtnListRemove.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbtnListRemove.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnListRemove.Image")));
this.tsbtnListRemove.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnListRemove.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnListRemove.Name = "tsbtnListRemove";
this.tsbtnListRemove.Size = new System.Drawing.Size(23, 22);
this.tsbtnListRemove.Text = "删除";
this.tsbtnListRemove.Click += new System.EventHandler(this.tsbtnListRemove_Click);
//
// ctmTree
//
this.ctmTree.ImageScalingSize = new System.Drawing.Size(32, 32);
this.ctmTree.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tmiRename,
this.tmiDeleteFile,
this.tmiMerge});
this.ctmTree.Name = "ctmTree";
this.ctmTree.Size = new System.Drawing.Size(181, 92);
//
// tmiRename
//
this.tmiRename.Name = "tmiRename";
this.tmiRename.Size = new System.Drawing.Size(180, 22);
this.tmiRename.Text = "重命名";
this.tmiRename.Click += new System.EventHandler(this.tmiRename_Click);
//
// tmiDeleteFile
//
this.tmiDeleteFile.Name = "tmiDeleteFile";
this.tmiDeleteFile.Size = new System.Drawing.Size(180, 22);
this.tmiDeleteFile.Text = "删除";
this.tmiDeleteFile.Click += new System.EventHandler(this.tmiDeleteFile_Click);
//
// ctmSymbols
//
this.ctmSymbols.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
this.ctmSymbols.ImageScalingSize = new System.Drawing.Size(32, 32);
this.ctmSymbols.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ctsbtnEditName,
this.toolStripSeparator3,
this.ctsbtnCopySymbol,
this.ctsbtnPasteSymbol,
this.toolStripSeparator2,
this.ctsbtnDeleteSymbol});
this.ctmSymbols.Name = "ctmSymbols";
this.ctmSymbols.Size = new System.Drawing.Size(141, 168);
this.ctmSymbols.Opening += new System.ComponentModel.CancelEventHandler(this.ctmSymbols_Opening);
//
// ctsbtnEditName
//
this.ctsbtnEditName.Image = global::SymbolLibManager.Properties.Resources.EditName_16x16;
this.ctsbtnEditName.Name = "ctsbtnEditName";
this.ctsbtnEditName.Size = new System.Drawing.Size(140, 38);
this.ctsbtnEditName.Text = "编辑名称";
this.ctsbtnEditName.Click += new System.EventHandler(this.tsbtnEdit_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(137, 6);
//
// ctsbtnCopySymbol
//
this.ctsbtnCopySymbol.Image = global::SymbolLibManager.Properties.Resources.Copy_16x16;
this.ctsbtnCopySymbol.Name = "ctsbtnCopySymbol";
this.ctsbtnCopySymbol.Size = new System.Drawing.Size(140, 38);
this.ctsbtnCopySymbol.Text = "复制";
this.ctsbtnCopySymbol.Click += new System.EventHandler(this.tsbtnSymbolCopy_Click);
//
// ctsbtnPasteSymbol
//
this.ctsbtnPasteSymbol.Image = global::SymbolLibManager.Properties.Resources.Paste_16x16;
this.ctsbtnPasteSymbol.Name = "ctsbtnPasteSymbol";
this.ctsbtnPasteSymbol.Size = new System.Drawing.Size(140, 38);
this.ctsbtnPasteSymbol.Text = "粘贴";
this.ctsbtnPasteSymbol.Click += new System.EventHandler(this.tsbtnSymbolPaste_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(137, 6);
//
// ctsbtnDeleteSymbol
//
this.ctsbtnDeleteSymbol.Image = global::SymbolLibManager.Properties.Resources.DeleteNorma16x16l;
this.ctsbtnDeleteSymbol.Name = "ctsbtnDeleteSymbol";
this.ctsbtnDeleteSymbol.Size = new System.Drawing.Size(140, 38);
this.ctsbtnDeleteSymbol.Text = "删除";
this.ctsbtnDeleteSymbol.Click += new System.EventHandler(this.tsbtnListRemove_Click);
//
// statusStrip1
//
this.statusStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.statusLableGroup});
this.statusStrip1.Location = new System.Drawing.Point(0, 483);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(942, 22);
this.statusStrip1.TabIndex = 3;
this.statusStrip1.Text = "statusStrip1";
//
// statusLableGroup
//
this.statusLableGroup.Name = "statusLableGroup";
this.statusLableGroup.Size = new System.Drawing.Size(44, 17);
this.statusLableGroup.Text = "所属:";
//
// tmiMerge
//
this.tmiMerge.Name = "tmiMerge";
this.tmiMerge.Size = new System.Drawing.Size(180, 22);
this.tmiMerge.Text = "合并";
this.tmiMerge.Click += new System.EventHandler(this.tmiMerge_Click);
//
// FrmMarkMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(942, 505);
this.Controls.Add(this.spMain);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.statusStrip1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "FrmMarkMain";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "符号管理";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmMarkMain_FormClosing);
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmMarkMain_FormClosed);
this.Load += new System.EventHandler(this.FrmMarkMain_Load);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.spMain.Panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.spMain)).EndInit();
this.spMain.ResumeLayout(false);
this.spSymbols.Panel1.ResumeLayout(false);
this.spSymbols.Panel1.PerformLayout();
this.spSymbols.Panel2.ResumeLayout(false);
this.spSymbols.Panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.spSymbols)).EndInit();
this.spSymbols.ResumeLayout(false);
this.tspTree.ResumeLayout(false);
this.tspTree.PerformLayout();
this.tspItems.ResumeLayout(false);
this.tspItems.PerformLayout();
this.ctmTree.ResumeLayout(false);
this.ctmSymbols.ResumeLayout(false);
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
//private UCDraw.UC.MainView mainView;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripTextBox txtSearchName;
private System.Windows.Forms.ToolStripButton tsbtnFindSymbol;
private System.Windows.Forms.ToolStripButton tsbtnOK;
private System.Windows.Forms.ToolStripButton tsbtnCancel;
private System.Windows.Forms.SplitContainer spMain;
private System.Windows.Forms.SplitContainer spSymbols;
private System.Windows.Forms.TreeView trvSymbol;
private System.Windows.Forms.ListView lsvSymbol;
private System.Windows.Forms.ImageList imageList1;
private System.Windows.Forms.ToolStrip tspItems;
private System.Windows.Forms.ToolStripButton tsbtnListAdd;
private System.Windows.Forms.ToolStripButton tsbtnEdit;
private System.Windows.Forms.ToolStripButton tsbtnListRemove;
private System.Windows.Forms.ToolStripButton tsbtnSymbolCopy;
private System.Windows.Forms.ToolStripButton tsbtnSymbolPaste;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripStatusLabel statusLableGroup;
private System.Windows.Forms.ContextMenuStrip ctmSymbols;
private System.Windows.Forms.ToolStripMenuItem ctsbtnEditName;
private System.Windows.Forms.ToolStripMenuItem ctsbtnCopySymbol;
private System.Windows.Forms.ToolStripMenuItem ctsbtnPasteSymbol;
private System.Windows.Forms.ToolStripMenuItem ctsbtnDeleteSymbol;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStrip tspTree;
private System.Windows.Forms.ToolStripButton tsbtnNewGroup;
private System.Windows.Forms.ToolStripButton tsbtnDeleteFile;
private System.Windows.Forms.ContextMenuStrip ctmTree;
private System.Windows.Forms.ToolStripMenuItem tmiRename;
private System.Windows.Forms.ToolStripMenuItem tmiDeleteFile;
private System.Windows.Forms.ToolStripButton tsbtnImportFile;
private System.Windows.Forms.ToolStripButton tsbtnExportFile;
private System.Windows.Forms.ToolStripMenuItem tmiMerge;
}
}