代码拉取完成,页面将自动刷新
同步操作将从 勒密尔朗/studentPhotoCollection 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
namespace StudentPhotoCollection
{
partial class CaptureForm
{
/// <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(CaptureForm));
this.videoSourcePlayer = new AForge.Controls.VideoSourcePlayer();
this.pictureBox_shoot = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.pictureBox_shoot)).BeginInit();
this.SuspendLayout();
//
// videoSourcePlayer
//
this.videoSourcePlayer.BackColor = System.Drawing.SystemColors.Window;
this.videoSourcePlayer.BorderColor = System.Drawing.SystemColors.Window;
this.videoSourcePlayer.Dock = System.Windows.Forms.DockStyle.Fill;
this.videoSourcePlayer.Location = new System.Drawing.Point(0, 0);
this.videoSourcePlayer.Name = "videoSourcePlayer";
this.videoSourcePlayer.Size = new System.Drawing.Size(583, 676);
this.videoSourcePlayer.TabIndex = 0;
this.videoSourcePlayer.Text = "videoSourcePlayer";
this.videoSourcePlayer.VideoSource = null;
//
// pictureBox_shoot
//
this.pictureBox_shoot.BackColor = System.Drawing.Color.Transparent;
this.pictureBox_shoot.Cursor = System.Windows.Forms.Cursors.Hand;
this.pictureBox_shoot.Image = global::StudentPhotoCollection.Properties.Resources.拍照;
this.pictureBox_shoot.Location = new System.Drawing.Point(245, 553);
this.pictureBox_shoot.Name = "pictureBox_shoot";
this.pictureBox_shoot.Size = new System.Drawing.Size(50, 50);
this.pictureBox_shoot.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox_shoot.TabIndex = 1;
this.pictureBox_shoot.TabStop = false;
this.pictureBox_shoot.Click += new System.EventHandler(this.PictureBox_shoot_Click);
//
// CaptureForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(583, 676);
this.Controls.Add(this.pictureBox_shoot);
this.Controls.Add(this.videoSourcePlayer);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "CaptureForm";
this.Text = "摄像设备";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CaptureForm_FormClosing);
this.Load += new System.EventHandler(this.CaptureForm_Load);
this.Resize += new System.EventHandler(this.CaptureForm_Resize);
((System.ComponentModel.ISupportInitialize)(this.pictureBox_shoot)).EndInit();
this.ResumeLayout(false);
}
#endregion
private AForge.Controls.VideoSourcePlayer videoSourcePlayer;
private System.Windows.Forms.PictureBox pictureBox_shoot;
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。