主题.Designer.cs
上传用户:hueiseng
上传日期:2022-07-26
资源大小:156k
文件大小:3k
源码类别:

C#编程

开发平台:

Visual C++

  1. namespace 笔记本
  2. {
  3.     partial class 主题
  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.             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(主题));
  29.             this.label1 = new System.Windows.Forms.Label();
  30.             this.pictureBox1 = new System.Windows.Forms.PictureBox();
  31.             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  32.             this.SuspendLayout();
  33.             // 
  34.             // label1
  35.             // 
  36.             this.label1.Location = new System.Drawing.Point(-2, 9);
  37.             this.label1.Name = "label1";
  38.             this.label1.Size = new System.Drawing.Size(263, 54);
  39.             this.label1.TabIndex = 0;
  40.             this.label1.Text = "记事本  开发版                    授权人: ECNU";
  41.             // 
  42.             // pictureBox1
  43.             // 
  44.             this.pictureBox1.Image = global::笔记本.Properties.Resources.O9002_2_G0046_b001_GG88_COM;
  45.             this.pictureBox1.Location = new System.Drawing.Point(13, 98);
  46.             this.pictureBox1.Name = "pictureBox1";
  47.             this.pictureBox1.Size = new System.Drawing.Size(154, 156);
  48.             this.pictureBox1.TabIndex = 1;
  49.             this.pictureBox1.TabStop = false;
  50.             // 
  51.             // 主题
  52.             // 
  53.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  54.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  55.             this.ClientSize = new System.Drawing.Size(292, 266);
  56.             this.Controls.Add(this.pictureBox1);
  57.             this.Controls.Add(this.label1);
  58.             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  59.             this.Name = "主题";
  60.             this.Text = "主题";
  61.             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  62.             this.ResumeLayout(false);
  63.         }
  64.         #endregion
  65.         private System.Windows.Forms.Label label1;
  66.         private System.Windows.Forms.PictureBox pictureBox1;
  67.     }
  68. }