| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136 |
- namespace 优软MES.CustomControl.AccordionMenu
- {
- partial class AccordionMenu
- {
- /// <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();
- System.Windows.Forms.ListViewItem listViewItem7 = new System.Windows.Forms.ListViewItem(new string[] {
- "text1"}, -1, System.Drawing.Color.Empty, System.Drawing.SystemColors.InactiveCaption, null);
- System.Windows.Forms.ListViewItem listViewItem8 = new System.Windows.Forms.ListViewItem("text2");
- System.Windows.Forms.ListViewItem listViewItem9 = new System.Windows.Forms.ListViewItem("text3");
- this.listView1 = new System.Windows.Forms.ListView();
- this.listView2 = new System.Windows.Forms.ListView();
- this.listView3 = new System.Windows.Forms.ListView();
- this.timer1 = new System.Windows.Forms.Timer(this.components);
- this.button3 = new System.Windows.Forms.Button();
- this.button2 = new System.Windows.Forms.Button();
- this.button1 = new System.Windows.Forms.Button();
- this.SuspendLayout();
- //
- // listView1
- //
- this.listView1.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
- listViewItem7});
- this.listView1.Location = new System.Drawing.Point(20, 86);
- this.listView1.Name = "listView1";
- this.listView1.Size = new System.Drawing.Size(121, 248);
- this.listView1.TabIndex = 3;
- this.listView1.UseCompatibleStateImageBehavior = false;
- //
- // listView2
- //
- this.listView2.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
- listViewItem8});
- this.listView2.Location = new System.Drawing.Point(156, 86);
- this.listView2.Name = "listView2";
- this.listView2.Size = new System.Drawing.Size(121, 248);
- this.listView2.TabIndex = 4;
- this.listView2.UseCompatibleStateImageBehavior = false;
- //
- // listView3
- //
- this.listView3.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
- listViewItem9});
- this.listView3.Location = new System.Drawing.Point(296, 86);
- this.listView3.Name = "listView3";
- this.listView3.Size = new System.Drawing.Size(121, 248);
- this.listView3.TabIndex = 5;
- this.listView3.UseCompatibleStateImageBehavior = false;
- //
- // timer1
- //
-
- //
- // button3
- //
- this.button3.Image = global::优软MES.Properties.Resources._2_0btn_36;
- this.button3.Location = new System.Drawing.Point(296, 24);
- this.button3.Name = "button3";
- this.button3.Size = new System.Drawing.Size(121, 40);
- this.button3.TabIndex = 2;
- this.button3.Text = "button3";
- this.button3.UseVisualStyleBackColor = true;
- //
- // button2
- //
- this.button2.Image = global::优软MES.Properties.Resources._2_0btn_36;
- this.button2.Location = new System.Drawing.Point(156, 24);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(121, 40);
- this.button2.TabIndex = 1;
- this.button2.Text = "button2";
- this.button2.UseVisualStyleBackColor = true;
- //
- // button1
- //
- this.button1.Image = global::优软MES.Properties.Resources._2_0btn_36;
- this.button1.Location = new System.Drawing.Point(20, 24);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(121, 40);
- this.button1.TabIndex = 0;
- this.button1.Text = "button1";
- this.button1.UseVisualStyleBackColor = true;
- //
- // AccordionMenu
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.listView3);
- this.Controls.Add(this.listView2);
- this.Controls.Add(this.listView1);
- this.Controls.Add(this.button3);
- this.Controls.Add(this.button2);
- this.Controls.Add(this.button1);
- this.Name = "AccordionMenu";
- this.Size = new System.Drawing.Size(439, 351);
- this.Load += new System.EventHandler(this.AccordionMenu_Load);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.Button button3;
- private System.Windows.Forms.ListView listView1;
- private System.Windows.Forms.ListView listView2;
- private System.Windows.Forms.ListView listView3;
- private System.Windows.Forms.Timer timer1;
- }
- }
|