namespace DH.UI.Model.Winform
{
partial class CanvasImage
{
///
/// 必需的设计器变量
///
private System.ComponentModel.IContainer components = null;
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容
///
private void InitializeComponent()
{
this.SuspendLayout();
//
// CanvasImage
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Name = "CanvasImage";
this.Size = new System.Drawing.Size(575, 472);
this.ResumeLayout(false);
}
#endregion
}
}