yantian yue
2023-12-28 74222333166387c1e0508f8ccaf8347b861649a5
提交 | 用户 | 时间
e46d3b 1 namespace YX
2 {
3     partial class FrmLeft
4     {
5         /// <summary>
6         /// Required designer variable.
7         /// </summary>
8         private System.ComponentModel.IContainer components = null;
9
10         /// <summary>
11         /// Clean up any resources being used.
12         /// </summary>
13         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         protected override void Dispose(bool disposing)
15         {
16             if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             base.Dispose(disposing);
21         }
22
23         #region Windows Form Designer generated code
24
25         /// <summary>
26         /// Required method for Designer support - do not modify
27         /// the contents of this method with the code editor.
28         /// </summary>
29         private void InitializeComponent()
30         {
31             this.components = new System.ComponentModel.Container();
32             this.panel1 = new System.Windows.Forms.Panel();
33             this.listView1 = new System.Windows.Forms.ListView();
34             this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
35             this.刷新ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
36             this.panel1.SuspendLayout();
37             this.contextMenuStrip1.SuspendLayout();
38             this.SuspendLayout();
39             // 
40             // panel1
41             // 
42             this.panel1.Controls.Add(this.listView1);
43             this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
44             this.panel1.Location = new System.Drawing.Point(0, 0);
45             this.panel1.Name = "panel1";
46             this.panel1.Size = new System.Drawing.Size(244, 605);
47             this.panel1.TabIndex = 0;
48             // 
49             // listView1
50             // 
51             this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
52             this.listView1.Location = new System.Drawing.Point(0, 0);
53             this.listView1.Name = "listView1";
54             this.listView1.Size = new System.Drawing.Size(244, 605);
55             this.listView1.TabIndex = 5;
56             this.listView1.UseCompatibleStateImageBehavior = false;
57             this.listView1.View = System.Windows.Forms.View.Tile;
58             this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
59             // 
60             // contextMenuStrip1
61             // 
62             this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
63             this.刷新ToolStripMenuItem});
64             this.contextMenuStrip1.Name = "contextMenuStrip1";
65             this.contextMenuStrip1.Size = new System.Drawing.Size(153, 48);
66             // 
67             // 刷新ToolStripMenuItem
68             // 
69             this.刷新ToolStripMenuItem.Name = "刷新ToolStripMenuItem";
70             this.刷新ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
71             this.刷新ToolStripMenuItem.Text = "刷新";
72             this.刷新ToolStripMenuItem.Click += new System.EventHandler(this.刷新ToolStripMenuItem_Click);
73             // 
74             // FrmLeft
75             // 
76             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
77             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
78             this.ClientSize = new System.Drawing.Size(244, 605);
79             this.ContextMenuStrip = this.contextMenuStrip1;
80             this.Controls.Add(this.panel1);
81             this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
82             this.Name = "FrmLeft";
83             this.Text = "菜单";
84             this.Load += new System.EventHandler(this.FrmLeft_Load);
85             this.panel1.ResumeLayout(false);
86             this.contextMenuStrip1.ResumeLayout(false);
87             this.ResumeLayout(false);
88
89         }
90
91         #endregion
92
93         private System.Windows.Forms.Panel panel1;
94         private System.Windows.Forms.ListView listView1;
95         private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
96         private System.Windows.Forms.ToolStripMenuItem 刷新ToolStripMenuItem;
97
98     }
99 }