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.
lj_plc/Main/Mesnac.Gui.Edit/Pad/ProjectWindow.Designer.cs

238 lines
11 KiB
C#

namespace Mesnac.Gui.Edit.Pad
{
partial class ProjectWindow
{
/// <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.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("画面", 1, 1);
System.Windows.Forms.TreeNode treeNode2 = new System.Windows.Forms.TreeNode("设备驱动", 2, 2);
System.Windows.Forms.TreeNode treeNode3 = new System.Windows.Forms.TreeNode("工程", 0, 0, new System.Windows.Forms.TreeNode[] {
treeNode1,
treeNode2});
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProjectWindow));
this.tvProject = new System.Windows.Forms.TreeView();
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.cmsFormItem = new System.Windows.Forms.ContextMenuStrip(this.components);
this.mnuPreRun = new System.Windows.Forms.ToolStripMenuItem();
this.mnuDeleteFormItem = new System.Windows.Forms.ToolStripMenuItem();
this.mnuDeviceManager = new System.Windows.Forms.ToolStripMenuItem();
this.cmsDevice = new System.Windows.Forms.ContextMenuStrip(this.components);
this.cmsForm = new System.Windows.Forms.ContextMenuStrip(this.components);
this.mnuNewForm = new System.Windows.Forms.ToolStripMenuItem();
this.cmsActionFrom = new System.Windows.Forms.ContextMenuStrip(this.components);
this.mnuActionStrip = new System.Windows.Forms.ToolStripMenuItem();
this.cmsActionChild = new System.Windows.Forms.ContextMenuStrip(this.components);
this.smuDelete = new System.Windows.Forms.ToolStripMenuItem();
this.cmsResourceForm = new System.Windows.Forms.ContextMenuStrip(this.components);
this.tsmManger = new System.Windows.Forms.ToolStripMenuItem();
this.cmsFormItem.SuspendLayout();
this.cmsDevice.SuspendLayout();
this.cmsForm.SuspendLayout();
this.cmsActionFrom.SuspendLayout();
this.cmsActionChild.SuspendLayout();
this.cmsResourceForm.SuspendLayout();
this.SuspendLayout();
//
// tvProject
//
this.tvProject.Dock = System.Windows.Forms.DockStyle.Fill;
this.tvProject.ImageIndex = 0;
this.tvProject.ImageList = this.imageList1;
this.tvProject.Location = new System.Drawing.Point(0, 0);
this.tvProject.Name = "tvProject";
treeNode1.ImageIndex = 1;
treeNode1.Name = "nodeForm";
treeNode1.SelectedImageIndex = 1;
treeNode1.Tag = "Forms";
treeNode1.Text = "画面";
treeNode1.ToolTipText = "右键可以新建画面";
treeNode2.ImageIndex = 2;
treeNode2.Name = "nodeDeviceDriver";
treeNode2.SelectedImageIndex = 2;
treeNode2.Tag = "DeviceDrivers";
treeNode2.Text = "设备驱动";
treeNode2.ToolTipText = "右键可以新建设备驱动";
treeNode3.ImageIndex = 0;
treeNode3.Name = "nodeProject";
treeNode3.SelectedImageIndex = 0;
treeNode3.Text = "工程";
treeNode3.ToolTipText = "工程";
this.tvProject.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
treeNode3});
this.tvProject.SelectedImageIndex = 0;
this.tvProject.ShowNodeToolTips = true;
this.tvProject.ShowRootLines = false;
this.tvProject.Size = new System.Drawing.Size(172, 420);
this.tvProject.TabIndex = 3;
this.tvProject.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.tvProject_NodeMouseClick);
this.tvProject.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.tvProject_NodeMouseDoubleClick);
//
// imageList1
//
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
this.imageList1.Images.SetKeyName(0, "prj.png");
this.imageList1.Images.SetKeyName(1, "frm.png");
this.imageList1.Images.SetKeyName(2, "dev.png");
this.imageList1.Images.SetKeyName(3, "frmdoc.png");
this.imageList1.Images.SetKeyName(4, "devDriver.png");
this.imageList1.Images.SetKeyName(5, "devItem.png");
this.imageList1.Images.SetKeyName(6, "dataSource.png");
this.imageList1.Images.SetKeyName(7, "datSourceItem.png");
//
// cmsFormItem
//
this.cmsFormItem.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mnuPreRun,
this.mnuDeleteFormItem});
this.cmsFormItem.Name = "cmsFormItem";
this.cmsFormItem.Size = new System.Drawing.Size(125, 48);
//
// mnuPreRun
//
this.mnuPreRun.Name = "mnuPreRun";
this.mnuPreRun.Size = new System.Drawing.Size(124, 22);
this.mnuPreRun.Text = "临时仿真";
this.mnuPreRun.Visible = false;
this.mnuPreRun.Click += new System.EventHandler(this.mnuPreRun_Click);
//
// mnuDeleteFormItem
//
this.mnuDeleteFormItem.Name = "mnuDeleteFormItem";
this.mnuDeleteFormItem.Size = new System.Drawing.Size(124, 22);
this.mnuDeleteFormItem.Text = "删除";
this.mnuDeleteFormItem.Click += new System.EventHandler(this.mnuDeleteFormItem_Click);
//
// mnuDeviceManager
//
this.mnuDeviceManager.Name = "mnuDeviceManager";
this.mnuDeviceManager.Size = new System.Drawing.Size(100, 22);
this.mnuDeviceManager.Text = "管理";
this.mnuDeviceManager.Click += new System.EventHandler(this.mnuDeviceManager_Click);
//
// cmsDevice
//
this.cmsDevice.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mnuDeviceManager});
this.cmsDevice.Name = "cmsDevice";
this.cmsDevice.Size = new System.Drawing.Size(101, 26);
//
// cmsForm
//
this.cmsForm.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mnuNewForm});
this.cmsForm.Name = "cmsNewForm";
this.cmsForm.Size = new System.Drawing.Size(101, 26);
//
// mnuNewForm
//
this.mnuNewForm.Name = "mnuNewForm";
this.mnuNewForm.Size = new System.Drawing.Size(100, 22);
this.mnuNewForm.Text = "新建";
this.mnuNewForm.Click += new System.EventHandler(this.mnuNewForm_Click);
//
// cmsActionFrom
//
this.cmsActionFrom.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mnuActionStrip});
this.cmsActionFrom.Name = "cmsDataSource";
this.cmsActionFrom.Size = new System.Drawing.Size(101, 26);
//
// mnuActionStrip
//
this.mnuActionStrip.Name = "mnuActionStrip";
this.mnuActionStrip.Size = new System.Drawing.Size(100, 22);
this.mnuActionStrip.Text = "新建";
this.mnuActionStrip.Click += new System.EventHandler(this.mnuActionStrip_Click);
//
// cmsActionChild
//
this.cmsActionChild.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.smuDelete});
this.cmsActionChild.Name = "cmsDataSource";
this.cmsActionChild.Size = new System.Drawing.Size(101, 26);
//
// smuDelete
//
this.smuDelete.Name = "smuDelete";
this.smuDelete.Size = new System.Drawing.Size(100, 22);
this.smuDelete.Text = "删除";
this.smuDelete.Click += new System.EventHandler(this.smuDelete_Click);
//
// cmsResourceForm
//
this.cmsResourceForm.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmManger});
this.cmsResourceForm.Name = "cmsDataSource";
this.cmsResourceForm.Size = new System.Drawing.Size(101, 26);
//
// tsmManger
//
this.tsmManger.Name = "tsmManger";
this.tsmManger.Size = new System.Drawing.Size(100, 22);
this.tsmManger.Text = "管理";
this.tsmManger.Click += new System.EventHandler(this.tsmManger_Click);
//
// ProjectWindow
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(172, 420);
this.Controls.Add(this.tvProject);
this.Name = "ProjectWindow";
this.Text = "解决方案资源管理器";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ProjectWindow_FormClosing);
this.cmsFormItem.ResumeLayout(false);
this.cmsDevice.ResumeLayout(false);
this.cmsForm.ResumeLayout(false);
this.cmsActionFrom.ResumeLayout(false);
this.cmsActionChild.ResumeLayout(false);
this.cmsResourceForm.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TreeView tvProject;
private System.Windows.Forms.ImageList imageList1;
private System.Windows.Forms.ContextMenuStrip cmsFormItem;
private System.Windows.Forms.ToolStripMenuItem mnuPreRun;
private System.Windows.Forms.ToolStripMenuItem mnuDeleteFormItem;
private System.Windows.Forms.ToolStripMenuItem mnuDeviceManager;
private System.Windows.Forms.ContextMenuStrip cmsDevice;
private System.Windows.Forms.ContextMenuStrip cmsForm;
private System.Windows.Forms.ToolStripMenuItem mnuNewForm;
private System.Windows.Forms.ContextMenuStrip cmsActionFrom;
private System.Windows.Forms.ToolStripMenuItem mnuActionStrip;
private System.Windows.Forms.ContextMenuStrip cmsActionChild;
private System.Windows.Forms.ToolStripMenuItem smuDelete;
private System.Windows.Forms.ContextMenuStrip cmsResourceForm;
private System.Windows.Forms.ToolStripMenuItem tsmManger;
}
}