MCPcopy Create free account
hub / github.com/9chu/LuaSTGPlus / InitializeComponent

Method InitializeComponent

mbg2luastg/MainForm.Designer.cs:29–42  ·  view source on GitHub ↗

设计器支持所需的方法 - 不要 使用代码编辑器修改此方法的内容。

()

Source from the content-addressed store, hash-verified

27 /// 使用代码编辑器修改此方法的内容。
28 /// </summary>
29 private void InitializeComponent()
30 {
31 this.SuspendLayout();
32 //
33 // MainForm
34 //
35 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
36 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
37 this.ClientSize = new System.Drawing.Size(488, 336);
38 this.Name = "MainForm";
39 this.Text = "Form1";
40 this.ResumeLayout(false);
41
42 }
43
44 #endregion
45 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected