📄 form1.designer.cs
字号:
namespace test3._
{
partial class Form1
{
/// <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()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.panel1 = new System.Windows.Forms.Panel();
this.txtPath = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.imgListOfTv = new System.Windows.Forms.ImageList(this.components);
this.imgListLarge = new System.Windows.Forms.ImageList(this.components);
this.imgListSmall = new System.Windows.Forms.ImageList(this.components);
this.contextMenuOfTv = new System.Windows.Forms.ContextMenuStrip(this.components);
this.miNewNode = new System.Windows.Forms.ToolStripMenuItem();
this.miDeleteNode = new System.Windows.Forms.ToolStripMenuItem();
this.MiSep1 = new System.Windows.Forms.ToolStripMenuItem();
this.miExpandAll = new System.Windows.Forms.ToolStripMenuItem();
this.miCollapseAll = new System.Windows.Forms.ToolStripMenuItem();
this.MiSep2 = new System.Windows.Forms.ToolStripMenuItem();
this.miChangeSep = new System.Windows.Forms.ToolStripMenuItem();
this.miShowPlusMins = new System.Windows.Forms.ToolStripMenuItem();
this.miShowLine = new System.Windows.Forms.ToolStripMenuItem();
this.contextMenuOfLv = new System.Windows.Forms.ContextMenuStrip(this.components);
this.miLargeIcon = new System.Windows.Forms.ToolStripMenuItem();
this.miSmallIcon = new System.Windows.Forms.ToolStripMenuItem();
this.miList = new System.Windows.Forms.ToolStripMenuItem();
this.miDetail = new System.Windows.Forms.ToolStripMenuItem();
this.tv = new System.Windows.Forms.TreeView();
this.splitter1 = new System.Windows.Forms.Splitter();
this.lv = new System.Windows.Forms.ListView();
this.panel1.SuspendLayout();
this.contextMenuOfTv.SuspendLayout();
this.contextMenuOfLv.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.txtPath);
this.panel1.Controls.Add(this.label1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(577, 42);
this.panel1.TabIndex = 0;
//
// txtPath
//
this.txtPath.Dock = System.Windows.Forms.DockStyle.Fill;
this.txtPath.Location = new System.Drawing.Point(41, 0);
this.txtPath.Name = "txtPath";
this.txtPath.Size = new System.Drawing.Size(536, 21);
this.txtPath.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Dock = System.Windows.Forms.DockStyle.Left;
this.label1.Location = new System.Drawing.Point(0, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 0;
this.label1.Text = "路径:";
//
// imgListOfTv
//
this.imgListOfTv.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgListOfTv.ImageStream")));
this.imgListOfTv.TransparentColor = System.Drawing.Color.Transparent;
this.imgListOfTv.Images.SetKeyName(0, "商品.ico");
this.imgListOfTv.Images.SetKeyName(1, "职员.ico");
this.imgListOfTv.Images.SetKeyName(2, "客商.ico");
this.imgListOfTv.Images.SetKeyName(3, "供应商.ico");
this.imgListOfTv.Images.SetKeyName(4, "货区.ico");
this.imgListOfTv.Images.SetKeyName(5, "系统.ico");
this.imgListOfTv.Images.SetKeyName(6, "库房.ico");
//
// imgListLarge
//
this.imgListLarge.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgListLarge.ImageStream")));
this.imgListLarge.TransparentColor = System.Drawing.Color.Transparent;
this.imgListLarge.Images.SetKeyName(0, "106.bmp");
this.imgListLarge.Images.SetKeyName(1, "107.bmp");
this.imgListLarge.Images.SetKeyName(2, "108.bmp");
this.imgListLarge.Images.SetKeyName(3, "109.bmp");
this.imgListLarge.Images.SetKeyName(4, "110.bmp");
this.imgListLarge.Images.SetKeyName(5, "111.bmp");
this.imgListLarge.Images.SetKeyName(6, "112.bmp");
this.imgListLarge.Images.SetKeyName(7, "113.bmp");
this.imgListLarge.Images.SetKeyName(8, "114.bmp");
this.imgListLarge.Images.SetKeyName(9, "115.bmp");
//
// imgListSmall
//
this.imgListSmall.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgListSmall.ImageStream")));
this.imgListSmall.TransparentColor = System.Drawing.Color.Transparent;
this.imgListSmall.Images.SetKeyName(0, "106_m.bmp");
this.imgListSmall.Images.SetKeyName(1, "107_m.bmp");
this.imgListSmall.Images.SetKeyName(2, "108_m.bmp");
this.imgListSmall.Images.SetKeyName(3, "109_m.bmp");
this.imgListSmall.Images.SetKeyName(4, "110_m.bmp");
this.imgListSmall.Images.SetKeyName(5, "111_m.bmp");
this.imgListSmall.Images.SetKeyName(6, "112_m.bmp");
this.imgListSmall.Images.SetKeyName(7, "113_m.bmp");
this.imgListSmall.Images.SetKeyName(8, "114_m.bmp");
this.imgListSmall.Images.SetKeyName(9, "115_m.bmp");
//
// contextMenuOfTv
//
this.contextMenuOfTv.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.miNewNode,
this.miDeleteNode,
this.MiSep1,
this.miExpandAll,
this.miCollapseAll,
this.MiSep2,
this.miChangeSep,
this.miShowPlusMins,
this.miShowLine});
this.contextMenuOfTv.Name = "contextMenuOfTv";
this.contextMenuOfTv.Size = new System.Drawing.Size(161, 202);
//
// miNewNode
//
this.miNewNode.Name = "miNewNode";
this.miNewNode.Size = new System.Drawing.Size(160, 22);
this.miNewNode.Text = "添加新节点(&N)";
this.miNewNode.Click += new System.EventHandler(this.miNewNode_Click);
//
// miDeleteNode
//
this.miDeleteNode.Name = "miDeleteNode";
this.miDeleteNode.Size = new System.Drawing.Size(160, 22);
this.miDeleteNode.Text = "删除节点(&D)";
this.miDeleteNode.Click += new System.EventHandler(this.miDeleteNode_Click);
//
// MiSep1
//
this.MiSep1.Name = "MiSep1";
this.MiSep1.Size = new System.Drawing.Size(160, 22);
this.MiSep1.Text = "-";
//
// miExpandAll
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -