Form1.Designer.cs
上传用户:liupy888
上传日期:2022-08-10
资源大小:734k
文件大小:8k
源码类别:

C#编程

开发平台:

C#

  1. namespace Case01_3
  2. {
  3.     partial class Form1
  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.groupBox1 = new System.Windows.Forms.GroupBox();
  29.             this.groupBox2 = new System.Windows.Forms.GroupBox();
  30.             this.radioButton1 = new System.Windows.Forms.RadioButton();
  31.             this.radioButton2 = new System.Windows.Forms.RadioButton();
  32.             this.button1 = new System.Windows.Forms.Button();
  33.             this.button2 = new System.Windows.Forms.Button();
  34.             this.button3 = new System.Windows.Forms.Button();
  35.             this.button4 = new System.Windows.Forms.Button();
  36.             this.button5 = new System.Windows.Forms.Button();
  37.             this.button6 = new System.Windows.Forms.Button();
  38.             this.groupBox1.SuspendLayout();
  39.             this.groupBox2.SuspendLayout();
  40.             this.SuspendLayout();
  41.             // 
  42.             // groupBox1
  43.             // 
  44.             this.groupBox1.Controls.Add(this.radioButton2);
  45.             this.groupBox1.Controls.Add(this.radioButton1);
  46.             this.groupBox1.Location = new System.Drawing.Point(12, 12);
  47.             this.groupBox1.Name = "groupBox1";
  48.             this.groupBox1.Size = new System.Drawing.Size(244, 46);
  49.             this.groupBox1.TabIndex = 0;
  50.             this.groupBox1.TabStop = false;
  51.             this.groupBox1.Text = "动画窗体类型";
  52.             // 
  53.             // groupBox2
  54.             // 
  55.             this.groupBox2.Controls.Add(this.button5);
  56.             this.groupBox2.Controls.Add(this.button6);
  57.             this.groupBox2.Controls.Add(this.button3);
  58.             this.groupBox2.Controls.Add(this.button4);
  59.             this.groupBox2.Controls.Add(this.button2);
  60.             this.groupBox2.Controls.Add(this.button1);
  61.             this.groupBox2.Location = new System.Drawing.Point(12, 64);
  62.             this.groupBox2.Name = "groupBox2";
  63.             this.groupBox2.Size = new System.Drawing.Size(244, 149);
  64.             this.groupBox2.TabIndex = 1;
  65.             this.groupBox2.TabStop = false;
  66.             this.groupBox2.Text = "动画窗体的控制";
  67.             // 
  68.             // radioButton1
  69.             // 
  70.             this.radioButton1.AutoSize = true;
  71.             this.radioButton1.Checked = true;
  72.             this.radioButton1.Location = new System.Drawing.Point(26, 20);
  73.             this.radioButton1.Name = "radioButton1";
  74.             this.radioButton1.Size = new System.Drawing.Size(71, 16);
  75.             this.radioButton1.TabIndex = 0;
  76.             this.radioButton1.TabStop = true;
  77.             this.radioButton1.Text = "滚动窗体";
  78.             this.radioButton1.UseVisualStyleBackColor = true;
  79.             // 
  80.             // radioButton2
  81.             // 
  82.             this.radioButton2.AutoSize = true;
  83.             this.radioButton2.Location = new System.Drawing.Point(132, 20);
  84.             this.radioButton2.Name = "radioButton2";
  85.             this.radioButton2.Size = new System.Drawing.Size(71, 16);
  86.             this.radioButton2.TabIndex = 1;
  87.             this.radioButton2.Text = "滑动窗体";
  88.             this.radioButton2.UseVisualStyleBackColor = true;
  89.             // 
  90.             // button1
  91.             // 
  92.             this.button1.Location = new System.Drawing.Point(6, 20);
  93.             this.button1.Name = "button1";
  94.             this.button1.Size = new System.Drawing.Size(100, 36);
  95.             this.button1.TabIndex = 0;
  96.             this.button1.Text = "自左向右动画";
  97.             this.button1.UseVisualStyleBackColor = true;
  98.             this.button1.Click += new System.EventHandler(this.button1_Click);
  99.             // 
  100.             // button2
  101.             // 
  102.             this.button2.Location = new System.Drawing.Point(137, 20);
  103.             this.button2.Name = "button2";
  104.             this.button2.Size = new System.Drawing.Size(101, 36);
  105.             this.button2.TabIndex = 1;
  106.             this.button2.Text = "自右向左动画";
  107.             this.button2.UseVisualStyleBackColor = true;
  108.             this.button2.Click += new System.EventHandler(this.button2_Click);
  109.             // 
  110.             // button3
  111.             // 
  112.             this.button3.Location = new System.Drawing.Point(139, 62);
  113.             this.button3.Name = "button3";
  114.             this.button3.Size = new System.Drawing.Size(99, 35);
  115.             this.button3.TabIndex = 3;
  116.             this.button3.Text = "自下向上动画";
  117.             this.button3.UseVisualStyleBackColor = true;
  118.             this.button3.Click += new System.EventHandler(this.button3_Click);
  119.             // 
  120.             // button4
  121.             // 
  122.             this.button4.Location = new System.Drawing.Point(6, 62);
  123.             this.button4.Name = "button4";
  124.             this.button4.Size = new System.Drawing.Size(100, 35);
  125.             this.button4.TabIndex = 2;
  126.             this.button4.Text = "自上向下动画";
  127.             this.button4.UseVisualStyleBackColor = true;
  128.             this.button4.Click += new System.EventHandler(this.button4_Click);
  129.             // 
  130.             // button5
  131.             // 
  132.             this.button5.Location = new System.Drawing.Point(139, 103);
  133.             this.button5.Name = "button5";
  134.             this.button5.Size = new System.Drawing.Size(99, 35);
  135.             this.button5.TabIndex = 5;
  136.             this.button5.Text = "淡入动画窗体";
  137.             this.button5.UseVisualStyleBackColor = true;
  138.             this.button5.Click += new System.EventHandler(this.button5_Click);
  139.             // 
  140.             // button6
  141.             // 
  142.             this.button6.Location = new System.Drawing.Point(6, 103);
  143.             this.button6.Name = "button6";
  144.             this.button6.Size = new System.Drawing.Size(100, 35);
  145.             this.button6.TabIndex = 4;
  146.             this.button6.Text = "向外扩展动画";
  147.             this.button6.UseVisualStyleBackColor = true;
  148.             this.button6.Click += new System.EventHandler(this.button6_Click);
  149.             // 
  150.             // Form1
  151.             // 
  152.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  153.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  154.             this.ClientSize = new System.Drawing.Size(268, 225);
  155.             this.Controls.Add(this.groupBox2);
  156.             this.Controls.Add(this.groupBox1);
  157.             this.Name = "Form1";
  158.             this.Text = "利用API函数实现动画窗体";
  159.             this.groupBox1.ResumeLayout(false);
  160.             this.groupBox1.PerformLayout();
  161.             this.groupBox2.ResumeLayout(false);
  162.             this.ResumeLayout(false);
  163.         }
  164.         #endregion
  165.         private System.Windows.Forms.GroupBox groupBox1;
  166.         private System.Windows.Forms.GroupBox groupBox2;
  167.         private System.Windows.Forms.RadioButton radioButton1;
  168.         private System.Windows.Forms.RadioButton radioButton2;
  169.         private System.Windows.Forms.Button button2;
  170.         private System.Windows.Forms.Button button1;
  171.         private System.Windows.Forms.Button button5;
  172.         private System.Windows.Forms.Button button6;
  173.         private System.Windows.Forms.Button button3;
  174.         private System.Windows.Forms.Button button4;
  175.     }
  176. }