You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
365 lines
22 KiB
365 lines
22 KiB
namespace ShenTun.Camera.AForgeL
|
|
{
|
|
partial class FrmCamera
|
|
{
|
|
/// <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()
|
|
{
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.videoSourcePlayer1 = new AForge.Controls.VideoSourcePlayer();
|
|
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.lbInfoText = new System.Windows.Forms.Label();
|
|
this.btnConnect = new System.Windows.Forms.Button();
|
|
this.btnDisConnect = new System.Windows.Forms.Button();
|
|
this.btnPhotoGraph = new System.Windows.Forms.Button();
|
|
this.btnMultiPhoto = new System.Windows.Forms.Button();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.cmbFormat = new System.Windows.Forms.ComboBox();
|
|
this.cmbCamera = new System.Windows.Forms.ComboBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.cmbPixelVideo = new System.Windows.Forms.ComboBox();
|
|
this.cmbPixel = new System.Windows.Forms.ComboBox();
|
|
this.picCurrent = new AForge.Controls.PictureBox();
|
|
this.btnProperty = new System.Windows.Forms.Button();
|
|
this.btnClear = new System.Windows.Forms.Button();
|
|
this.btnCancel = new System.Windows.Forms.Button();
|
|
this.btnSave = new System.Windows.Forms.Button();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.picCurrent)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
this.tableLayoutPanel1.ColumnCount = 11;
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 10F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 10F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 106F));
|
|
this.tableLayoutPanel1.Controls.Add(this.videoSourcePlayer1, 0, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 10, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.label1, 0, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.lbInfoText, 1, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.btnConnect, 0, 3);
|
|
this.tableLayoutPanel1.Controls.Add(this.btnDisConnect, 1, 3);
|
|
this.tableLayoutPanel1.Controls.Add(this.btnPhotoGraph, 2, 3);
|
|
this.tableLayoutPanel1.Controls.Add(this.btnMultiPhoto, 3, 3);
|
|
this.tableLayoutPanel1.Controls.Add(this.label2, 5, 3);
|
|
this.tableLayoutPanel1.Controls.Add(this.cmbFormat, 6, 3);
|
|
this.tableLayoutPanel1.Controls.Add(this.cmbCamera, 0, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.label3, 3, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.cmbPixelVideo, 5, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.cmbPixel, 7, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.picCurrent, 5, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.btnProperty, 7, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.btnClear, 8, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.btnCancel, 10, 3);
|
|
this.tableLayoutPanel1.Controls.Add(this.btnSave, 8, 3);
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
this.tableLayoutPanel1.RowCount = 5;
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 70F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 10F));
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(998, 697);
|
|
this.tableLayoutPanel1.TabIndex = 0;
|
|
//
|
|
// videoSourcePlayer1
|
|
//
|
|
this.tableLayoutPanel1.SetColumnSpan(this.videoSourcePlayer1, 4);
|
|
this.videoSourcePlayer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.videoSourcePlayer1.Location = new System.Drawing.Point(3, 3);
|
|
this.videoSourcePlayer1.Name = "videoSourcePlayer1";
|
|
this.videoSourcePlayer1.Size = new System.Drawing.Size(430, 501);
|
|
this.videoSourcePlayer1.TabIndex = 9;
|
|
this.videoSourcePlayer1.Text = "videoSourcePlayer1";
|
|
this.videoSourcePlayer1.VideoSource = null;
|
|
//
|
|
// flowLayoutPanel1
|
|
//
|
|
this.flowLayoutPanel1.AutoScroll = true;
|
|
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.flowLayoutPanel1.Location = new System.Drawing.Point(895, 3);
|
|
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
|
|
this.flowLayoutPanel1.Size = new System.Drawing.Size(100, 501);
|
|
this.flowLayoutPanel1.TabIndex = 11;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label1.Location = new System.Drawing.Point(3, 528);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(103, 28);
|
|
this.label1.TabIndex = 12;
|
|
this.label1.Text = "提示";
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// lbInfoText
|
|
//
|
|
this.lbInfoText.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.lbInfoText.AutoSize = true;
|
|
this.tableLayoutPanel1.SetColumnSpan(this.lbInfoText, 6);
|
|
this.lbInfoText.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.lbInfoText.Location = new System.Drawing.Point(112, 528);
|
|
this.lbInfoText.Name = "lbInfoText";
|
|
this.lbInfoText.Size = new System.Drawing.Size(549, 28);
|
|
this.lbInfoText.TabIndex = 13;
|
|
this.lbInfoText.Text = "lbInfoText";
|
|
//
|
|
// btnConnect
|
|
//
|
|
this.btnConnect.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.btnConnect.Location = new System.Drawing.Point(3, 630);
|
|
this.btnConnect.Name = "btnConnect";
|
|
this.btnConnect.Size = new System.Drawing.Size(103, 54);
|
|
this.btnConnect.TabIndex = 16;
|
|
this.btnConnect.Text = "连接";
|
|
this.btnConnect.UseVisualStyleBackColor = true;
|
|
this.btnConnect.Click += new System.EventHandler(this.btnConnect_Click);
|
|
//
|
|
// btnDisConnect
|
|
//
|
|
this.btnDisConnect.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.btnDisConnect.Location = new System.Drawing.Point(112, 630);
|
|
this.btnDisConnect.Name = "btnDisConnect";
|
|
this.btnDisConnect.Size = new System.Drawing.Size(103, 54);
|
|
this.btnDisConnect.TabIndex = 17;
|
|
this.btnDisConnect.Text = "断开";
|
|
this.btnDisConnect.UseVisualStyleBackColor = true;
|
|
this.btnDisConnect.Click += new System.EventHandler(this.btnDisConnect_Click);
|
|
//
|
|
// btnPhotoGraph
|
|
//
|
|
this.btnPhotoGraph.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.btnPhotoGraph.Location = new System.Drawing.Point(221, 630);
|
|
this.btnPhotoGraph.Name = "btnPhotoGraph";
|
|
this.btnPhotoGraph.Size = new System.Drawing.Size(103, 54);
|
|
this.btnPhotoGraph.TabIndex = 18;
|
|
this.btnPhotoGraph.Text = "拍照";
|
|
this.btnPhotoGraph.UseVisualStyleBackColor = true;
|
|
this.btnPhotoGraph.Click += new System.EventHandler(this.btnPhotoGraph_Click);
|
|
//
|
|
// btnMultiPhoto
|
|
//
|
|
this.btnMultiPhoto.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.btnMultiPhoto.Location = new System.Drawing.Point(330, 630);
|
|
this.btnMultiPhoto.Name = "btnMultiPhoto";
|
|
this.btnMultiPhoto.Size = new System.Drawing.Size(103, 54);
|
|
this.btnMultiPhoto.TabIndex = 19;
|
|
this.btnMultiPhoto.Text = "连拍";
|
|
this.btnMultiPhoto.UseVisualStyleBackColor = true;
|
|
this.btnMultiPhoto.Click += new System.EventHandler(this.btnMultiPhoto_Click);
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label2.Location = new System.Drawing.Point(449, 643);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(103, 28);
|
|
this.label2.TabIndex = 20;
|
|
this.label2.Text = "格式";
|
|
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// cmbFormat
|
|
//
|
|
this.cmbFormat.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.cmbFormat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cmbFormat.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.cmbFormat.FormattingEnabled = true;
|
|
this.cmbFormat.Location = new System.Drawing.Point(558, 639);
|
|
this.cmbFormat.Name = "cmbFormat";
|
|
this.cmbFormat.Size = new System.Drawing.Size(103, 36);
|
|
this.cmbFormat.TabIndex = 21;
|
|
//
|
|
// cmbCamera
|
|
//
|
|
this.cmbCamera.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.tableLayoutPanel1.SetColumnSpan(this.cmbCamera, 3);
|
|
this.cmbCamera.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cmbCamera.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.cmbCamera.FormattingEnabled = true;
|
|
this.cmbCamera.Location = new System.Drawing.Point(3, 584);
|
|
this.cmbCamera.Name = "cmbCamera";
|
|
this.cmbCamera.Size = new System.Drawing.Size(321, 36);
|
|
this.cmbCamera.TabIndex = 24;
|
|
this.cmbCamera.SelectedValueChanged += new System.EventHandler(this.cmbCamera_SelectedValueChanged);
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label3.AutoSize = true;
|
|
this.label3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label3.Location = new System.Drawing.Point(330, 588);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(103, 28);
|
|
this.label3.TabIndex = 25;
|
|
this.label3.Text = "视频";
|
|
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// cmbPixelVideo
|
|
//
|
|
this.cmbPixelVideo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.tableLayoutPanel1.SetColumnSpan(this.cmbPixelVideo, 2);
|
|
this.cmbPixelVideo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cmbPixelVideo.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.cmbPixelVideo.FormattingEnabled = true;
|
|
this.cmbPixelVideo.Location = new System.Drawing.Point(449, 584);
|
|
this.cmbPixelVideo.Name = "cmbPixelVideo";
|
|
this.cmbPixelVideo.Size = new System.Drawing.Size(212, 36);
|
|
this.cmbPixelVideo.TabIndex = 26;
|
|
this.cmbPixelVideo.SelectedValueChanged += new System.EventHandler(this.cmbPixelVideo_SelectedValueChanged);
|
|
//
|
|
// cmbPixel
|
|
//
|
|
this.cmbPixel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.tableLayoutPanel1.SetColumnSpan(this.cmbPixel, 2);
|
|
this.cmbPixel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cmbPixel.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.cmbPixel.FormattingEnabled = true;
|
|
this.cmbPixel.Location = new System.Drawing.Point(667, 584);
|
|
this.cmbPixel.Name = "cmbPixel";
|
|
this.cmbPixel.Size = new System.Drawing.Size(212, 36);
|
|
this.cmbPixel.TabIndex = 27;
|
|
this.cmbPixel.Visible = false;
|
|
this.cmbPixel.SelectedValueChanged += new System.EventHandler(this.cmbPixel_SelectedValueChanged);
|
|
//
|
|
// picCurrent
|
|
//
|
|
this.tableLayoutPanel1.SetColumnSpan(this.picCurrent, 4);
|
|
this.picCurrent.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.picCurrent.Image = null;
|
|
this.picCurrent.Location = new System.Drawing.Point(446, 0);
|
|
this.picCurrent.Margin = new System.Windows.Forms.Padding(0);
|
|
this.picCurrent.Name = "picCurrent";
|
|
this.picCurrent.Size = new System.Drawing.Size(436, 507);
|
|
this.picCurrent.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.picCurrent.TabIndex = 28;
|
|
this.picCurrent.TabStop = false;
|
|
//
|
|
// btnProperty
|
|
//
|
|
this.btnProperty.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.btnProperty.Location = new System.Drawing.Point(667, 510);
|
|
this.btnProperty.Name = "btnProperty";
|
|
this.btnProperty.Size = new System.Drawing.Size(103, 64);
|
|
this.btnProperty.TabIndex = 14;
|
|
this.btnProperty.Text = "属性";
|
|
this.btnProperty.UseVisualStyleBackColor = true;
|
|
this.btnProperty.Click += new System.EventHandler(this.btnProperty_Click);
|
|
//
|
|
// btnClear
|
|
//
|
|
this.btnClear.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.btnClear.Location = new System.Drawing.Point(776, 510);
|
|
this.btnClear.Name = "btnClear";
|
|
this.btnClear.Size = new System.Drawing.Size(103, 64);
|
|
this.btnClear.TabIndex = 15;
|
|
this.btnClear.Text = "清空";
|
|
this.btnClear.UseVisualStyleBackColor = true;
|
|
this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
|
|
//
|
|
// btnCancel
|
|
//
|
|
this.btnCancel.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.btnCancel.Location = new System.Drawing.Point(895, 630);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Size = new System.Drawing.Size(100, 54);
|
|
this.btnCancel.TabIndex = 23;
|
|
this.btnCancel.Text = "取消";
|
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
|
//
|
|
// btnSave
|
|
//
|
|
this.btnSave.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.btnSave.Location = new System.Drawing.Point(776, 630);
|
|
this.btnSave.Name = "btnSave";
|
|
this.btnSave.Size = new System.Drawing.Size(103, 54);
|
|
this.btnSave.TabIndex = 22;
|
|
this.btnSave.Text = "保存";
|
|
this.btnSave.UseVisualStyleBackColor = true;
|
|
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
|
//
|
|
// FrmCamera
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(192F, 192F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.ClientSize = new System.Drawing.Size(998, 697);
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "FrmCamera";
|
|
this.ShowIcon = false;
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "拍照";
|
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmCamera_FormClosed);
|
|
this.Load += new System.EventHandler(this.FrmCamera_Load);
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
this.tableLayoutPanel1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.picCurrent)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private AForge.Controls.VideoSourcePlayer videoSourcePlayer1;
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label lbInfoText;
|
|
private System.Windows.Forms.Button btnProperty;
|
|
private System.Windows.Forms.Button btnClear;
|
|
private System.Windows.Forms.Button btnConnect;
|
|
private System.Windows.Forms.Button btnDisConnect;
|
|
private System.Windows.Forms.Button btnPhotoGraph;
|
|
private System.Windows.Forms.Button btnMultiPhoto;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.ComboBox cmbFormat;
|
|
private System.Windows.Forms.Button btnSave;
|
|
private System.Windows.Forms.Button btnCancel;
|
|
private System.Windows.Forms.ComboBox cmbCamera;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.ComboBox cmbPixelVideo;
|
|
private System.Windows.Forms.ComboBox cmbPixel;
|
|
private AForge.Controls.PictureBox picCurrent;
|
|
}
|
|
}
|