namespace SOH.BasicSettings { partial class frm_cjk_test { /// /// 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_cjk_test)); 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(191, 86); this.videoSourcePlayer.Name = "videoSourcePlayer"; this.videoSourcePlayer.Size = new System.Drawing.Size(322, 242); this.videoSourcePlayer.TabIndex = 1; this.videoSourcePlayer.VideoSource = null; // // frm_cjk_test // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(704, 415); this.Controls.Add(this.videoSourcePlayer); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "frm_cjk_test"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "采集卡测试"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frm_cjk_test_FormClosing); this.Load += new System.EventHandler(this.frm_cjk_test_Load); this.ResumeLayout(false); } #endregion private AForge.Controls.VideoSourcePlayer videoSourcePlayer; } }