Form2.Designer.cs
资源名称:Case01_3.rar [点击查看]
上传用户:liupy888
上传日期:2022-08-10
资源大小:734k
文件大小:2k
源码类别:
C#编程
开发平台:
C#
- namespace Case01_3
- {
- partial class Form2
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.SuspendLayout();
- //
- // Form2
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackgroundImage = global::Case01_3.Properties.Resources.b152;
- this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
- this.ClientSize = new System.Drawing.Size(349, 258);
- this.Name = "Form2";
- this.Text = "动画窗体";
- this.Load += new System.EventHandler(this.Form2_Load);
- this.ResumeLayout(false);
- }
- #endregion
- }
- }