namespace ASillyDog { partial class Form1 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { button1 = new Button(); button2 = new Button(); label1 = new Label(); SuspendLayout(); // // button1 // button1.Location = new Point(141, 261); button1.Name = "button1"; button1.Size = new Size(229, 63); button1.TabIndex = 0; button1.Text = "我不是"; button1.UseVisualStyleBackColor = true; button1.Click += button1_MouseEnter; button1.MouseEnter += button1_MouseEnter; // // button2 // button2.Location = new Point(443, 261); button2.Name = "button2"; button2.Size = new Size(229, 63); button2.TabIndex = 1; button2.Text = "汪汪"; button2.UseVisualStyleBackColor = true; button2.Click += button2_Click; // // label1 // label1.AutoSize = true; label1.Location = new Point(43, 37); label1.Name = "label1"; label1.Size = new Size(185, 24); label1.TabIndex = 2; label1.Text = "亲爱的你是一只傻狗~"; // // Form1 // AutoScaleDimensions = new SizeF(11F, 24F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(804, 427); Controls.Add(label1); Controls.Add(button2); Controls.Add(button1); Name = "Form1"; Text = "欸嘿嘿"; Load += Form1_Load; ResumeLayout(false); PerformLayout(); } #endregion private Button button1; private Button button2; private Label label1; } }