namespace TiJianJieGuo { partial class frm_cj { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frm_cj)); this.videoSourcePlayer = new AForge.Controls.VideoSourcePlayer(); this.SuspendLayout(); // // videoSourcePlayer // this.videoSourcePlayer.AutoSizeControl = true; this.videoSourcePlayer.BackColor = System.Drawing.SystemColors.ControlDark; this.videoSourcePlayer.ForeColor = System.Drawing.Color.DarkRed; this.videoSourcePlayer.Location = new System.Drawing.Point(175, 121); this.videoSourcePlayer.Name = "videoSourcePlayer"; this.videoSourcePlayer.Size = new System.Drawing.Size(322, 242); this.videoSourcePlayer.TabIndex = 2; this.videoSourcePlayer.VideoSource = null; // // frm_cj // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(672, 485); this.Controls.Add(this.videoSourcePlayer); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frm_cj"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "彩超采集"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frm_cj_FormClosing); this.Load += new System.EventHandler(this.frm_cj_Load); this.ResumeLayout(false); } #endregion private AForge.Controls.VideoSourcePlayer videoSourcePlayer; } }