tijian_jichuang/Code/BasicSettings/frm_cjk_test.Designer.cs

66 lines
2.7 KiB
C#
Raw Normal View History

2025-02-20 11:54:48 +08:00
namespace SOH.BasicSettings
{
partial class frm_cjk_test
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
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;
}
}