namespace ShenTun.ImageCollection.AForgeCamera { partial class FrmImage { /// /// 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.BackColor = System.Drawing.Color.White; this.imageEdit1.Dock = System.Windows.Forms.DockStyle.Fill; 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(0, 0); this.imageEdit1.Margin = new System.Windows.Forms.Padding(4); this.imageEdit1.Name = "imageEdit1"; this.imageEdit1.Size = new System.Drawing.Size(1563, 813); this.imageEdit1.TabIndex = 0; // // FrmImage // this.AutoScaleDimensions = new System.Drawing.SizeF(14F, 28F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1563, 813); this.Controls.Add(this.imageEdit1); this.DoubleBuffered = true; this.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Margin = new System.Windows.Forms.Padding(4); this.Name = "FrmImage"; this.ShowIcon = false; this.ShowInTaskbar = false; this.Text = "图片处理"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.FrmImage_Load); this.ResumeLayout(false); } #endregion private ImageEdit imageEdit1; } }