设计器支持所需的方法 - 不要 使用代码编辑器修改此方法的内容。
()
| 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected