namespace Bro.Common.Base.UI { partial class CtrlCameraRunBase { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CtrlCameraRunBase)); System.Drawing.Drawing2D.Matrix matrix1 = new System.Drawing.Drawing2D.Matrix(); this.cvImage = new Bro.Common.UI.Canvas(); this.SuspendLayout(); // // cvImage // this.cvImage.Dock = System.Windows.Forms.DockStyle.Fill; this.cvImage.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World, ((byte)(134))); this.cvImage.ImageFilePath = null; this.cvImage.IsShowElementList = false; this.cvImage.IsShowROITool = false; this.cvImage.Location = new System.Drawing.Point(0, 0); this.cvImage.MAP = ((System.Drawing.Bitmap)(resources.GetObject("cvImage.MAP"))); this.cvImage.Matrix = matrix1; this.cvImage.MouseState = Bro.Common.Helper.EnumHelper.MouseState.Normal; this.cvImage.Name = "cvImage"; this.cvImage.Size = new System.Drawing.Size(478, 440); this.cvImage.TabIndex = 0; // // CtrlCameraRunBase // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.cvImage); this.Name = "CtrlCameraRunBase"; this.Size = new System.Drawing.Size(478, 440); this.ResumeLayout(false); } #endregion private Common.UI.Canvas cvImage; } }