RaUI/Source/ryControls/Gdu.WinFormUI/Forms/GMForm.Designer.cs
鑫Intel f2d673f7e8 ### 2021-03-13更新
------
#### ryControlsV4    V2.1.2103.1301
*.[改进]改进Gdu.WinformUI在窗体FormBorderStyle为None时最大化会覆盖状态栏的问题。
2021-03-14 10:39:50 +08:00

47 lines
1.4 KiB
C#

namespace MGdu.WinFormUI
{
partial class GMForm
{
/// <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();
//
// GMForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(284, 261);
this.Name = "GMForm";
this.Text = "GMForm";
this.Load += new System.EventHandler(this.GMForm_Load);
this.ResumeLayout(false);
}
#endregion
}
}