25 lines
575 B
C#
25 lines
575 B
C#
namespace Hi.WinForm.Disp
|
|
{
|
|
partial class RenderingCanvas
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
#region Component 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()
|
|
{
|
|
components = new System.ComponentModel.Container();
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
}
|
|
|
|
#endregion
|
|
}
|
|
}
|