ウィンドウフォームアプリケーションを作成しています。ファイルForm1.Designer.cs
を見ると、自動生成されたコードで見た
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(284, 262);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Name = "Form1";
this.Text = "Form1";
this.ResumeLayout(false);
これはそこで何を伝え、これを c# で使用できる方法はいくつありますか