namespace ShenTun.ImageCollection.AForgeCamera
{
partial class FrmImageEdit
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.imageEdit1 = new ShenTun.ImageCollection.AForgeCamera.ImageEdit();
this.SuspendLayout();
//
// imageEdit1
//
this.imageEdit1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.imageEdit1.BackColor = System.Drawing.Color.White;
this.imageEdit1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.imageEdit1.Location = new System.Drawing.Point(13, 13);
this.imageEdit1.Margin = new System.Windows.Forms.Padding(4);
this.imageEdit1.Name = "imageEdit1";
this.imageEdit1.Size = new System.Drawing.Size(902, 644);
this.imageEdit1.TabIndex = 0;
//
// FrmImageEdit
//
this.AutoScaleDimensions = new System.Drawing.SizeF(192F, 192F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(915, 658);
this.Controls.Add(this.imageEdit1);
this.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Name = "FrmImageEdit";
this.Text = "FrmImageEdit";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.FrmImageEdit_Load);
this.ResumeLayout(false);
}
#endregion
private ImageEdit imageEdit1;
}
}