frmNeatenFavorites.Designer.cs
上传用户:hxjiliang
上传日期:2022-04-23
资源大小:182k
文件大小:4k
源码类别:

浏览器

开发平台:

C#

  1. namespace MyWebIE
  2. {
  3.     partial class frmNeatenFavorites
  4.     {
  5.         /// <summary>
  6.         /// 必需的设计器变量。
  7.         /// </summary>
  8.         private System.ComponentModel.IContainer components = null;
  9.         /// <summary>
  10.         /// 清理所有正在使用的资源。
  11.         /// </summary>
  12.         /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13.         protected override void Dispose(bool disposing)
  14.         {
  15.             if (disposing && (components != null))
  16.             {
  17.                 components.Dispose();
  18.             }
  19.             base.Dispose(disposing);
  20.         }
  21.         #region Windows 窗体设计器生成的代码
  22.         /// <summary>
  23.         /// 设计器支持所需的方法 - 不要
  24.         /// 使用代码编辑器修改此方法的内容。
  25.         /// </summary>
  26.         private void InitializeComponent()
  27.         {
  28.             this.button1 = new System.Windows.Forms.Button();
  29.             this.listBox1 = new System.Windows.Forms.ListBox();
  30.             this.label1 = new System.Windows.Forms.Label();
  31.             this.button4 = new System.Windows.Forms.Button();
  32.             this.SuspendLayout();
  33.             // 
  34.             // button1
  35.             // 
  36.             this.button1.Location = new System.Drawing.Point(122, 246);
  37.             this.button1.Name = "button1";
  38.             this.button1.Size = new System.Drawing.Size(114, 23);
  39.             this.button1.TabIndex = 13;
  40.             this.button1.Text = "关闭(&C)";
  41.             this.button1.UseVisualStyleBackColor = true;
  42.             this.button1.Click += new System.EventHandler(this.button1_Click);
  43.             // 
  44.             // listBox1
  45.             // 
  46.             this.listBox1.FormattingEnabled = true;
  47.             this.listBox1.ItemHeight = 12;
  48.             this.listBox1.Location = new System.Drawing.Point(12, 64);
  49.             this.listBox1.Name = "listBox1";
  50.             this.listBox1.Size = new System.Drawing.Size(224, 172);
  51.             this.listBox1.TabIndex = 12;
  52.             // 
  53.             // label1
  54.             // 
  55.             this.label1.AutoSize = true;
  56.             this.label1.Location = new System.Drawing.Point(10, 5);
  57.             this.label1.Name = "label1";
  58.             this.label1.Size = new System.Drawing.Size(221, 48);
  59.             this.label1.TabIndex = 11;
  60.             this.label1.Text = "要新建文件夹,请单击“创建文件夹”按rn钮。要删除或重命名项目,请先选定项rn目,然后单击“删除”或“重命名”按rn钮。";
  61.             // 
  62.             // button4
  63.             // 
  64.             this.button4.Location = new System.Drawing.Point(12, 246);
  65.             this.button4.Name = "button4";
  66.             this.button4.Size = new System.Drawing.Size(104, 23);
  67.             this.button4.TabIndex = 10;
  68.             this.button4.Text = "删除(&D)";
  69.             this.button4.UseVisualStyleBackColor = true;
  70.             this.button4.Click += new System.EventHandler(this.button4_Click);
  71.             // 
  72.             // frmNeatenFavorites
  73.             // 
  74.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  75.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  76.             this.ClientSize = new System.Drawing.Size(249, 274);
  77.             this.Controls.Add(this.button1);
  78.             this.Controls.Add(this.listBox1);
  79.             this.Controls.Add(this.label1);
  80.             this.Controls.Add(this.button4);
  81.             this.MaximizeBox = false;
  82.             this.MinimizeBox = false;
  83.             this.Name = "frmNeatenFavorites";
  84.             this.ShowInTaskbar = false;
  85.             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  86.             this.Text = "整理收藏夹";
  87.             this.Load += new System.EventHandler(this.frmNeatenFavorites_Load);
  88.             this.ResumeLayout(false);
  89.             this.PerformLayout();
  90.         }
  91.         #endregion
  92.         private System.Windows.Forms.Button button1;
  93.         private System.Windows.Forms.ListBox listBox1;
  94.         private System.Windows.Forms.Label label1;
  95.         private System.Windows.Forms.Button button4;
  96.     }
  97. }