AIMS/DocumentManagement/UI/ucClassify.Designer.cs
2022-08-23 21:12:59 +08:00

129 lines
6.3 KiB
C#
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace DocumentManagement
{
partial class ucClassify
{
/// <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
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.treeView1 = new System.Windows.Forms.TreeView();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.contextMenuStrip1.SuspendLayout();
this.SuspendLayout();
//
// treeView1
//
this.treeView1.CheckBoxes = true;
this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.treeView1.Location = new System.Drawing.Point(0, 0);
this.treeView1.Name = "treeView1";
this.treeView1.Size = new System.Drawing.Size(204, 349);
this.treeView1.TabIndex = 0;
//
// contextMenuStrip1
//
this.contextMenuStrip1.Font = new System.Drawing.Font("Microsoft YaHei UI", 9.5F);
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ToolStripMenuItem,
this.ToolStripMenuItem,
this.ToolStripMenuItem,
this.ToolStripMenuItem,
this.ToolStripMenuItem,
this.ToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(170, 148);
//
// 上移ToolStripMenuItem
//
this.ToolStripMenuItem.Name = "上移ToolStripMenuItem";
this.ToolStripMenuItem.Size = new System.Drawing.Size(169, 24);
this.ToolStripMenuItem.Text = "上移";
this.ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// 下移ToolStripMenuItem
//
this.ToolStripMenuItem.Name = "下移ToolStripMenuItem";
this.ToolStripMenuItem.Size = new System.Drawing.Size(169, 24);
this.ToolStripMenuItem.Text = "下移";
this.ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// 添加同级目录ToolStripMenuItem
//
this.ToolStripMenuItem.Name = "添加同级目录ToolStripMenuItem";
this.ToolStripMenuItem.Size = new System.Drawing.Size(169, 24);
this.ToolStripMenuItem.Text = "添加同级目录";
//
// 添加子目录ToolStripMenuItem
//
this.ToolStripMenuItem.Name = "添加子目录ToolStripMenuItem";
this.ToolStripMenuItem.Size = new System.Drawing.Size(169, 24);
this.ToolStripMenuItem.Text = "添加子文档";
//
// 重命名当前节点ToolStripMenuItem
//
this.ToolStripMenuItem.Name = "重命名当前节点ToolStripMenuItem";
this.ToolStripMenuItem.Size = new System.Drawing.Size(169, 24);
this.ToolStripMenuItem.Text = "重命名当前节点";
//
// 删除当前节点ToolStripMenuItem
//
this.ToolStripMenuItem.Name = "删除当前节点ToolStripMenuItem";
this.ToolStripMenuItem.Size = new System.Drawing.Size(169, 24);
this.ToolStripMenuItem.Text = "删除当前节点";
//
// ucClassify
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.treeView1);
this.Font = new System.Drawing.Font("宋体", 9.5F);
this.Name = "ucClassify";
this.Size = new System.Drawing.Size(204, 349);
this.Load += new System.EventHandler(this.ucClassify_Load);
this.contextMenuStrip1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TreeView treeView1;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem;
}
}