180 lines
7.9 KiB
C#
180 lines
7.9 KiB
C#
namespace photo
|
|
{
|
|
partial class Photo_Form2
|
|
{
|
|
/// <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.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.comboBox2 = new System.Windows.Forms.ComboBox();
|
|
this.cboVideo = new System.Windows.Forms.ComboBox();
|
|
this.splitter1 = new System.Windows.Forms.Splitter();
|
|
this.videoSourcePlayer1 = new AForge.Controls.VideoSourcePlayer();
|
|
this.btn_paizhao = new System.Windows.Forms.Button();
|
|
this.btn_queding = new System.Windows.Forms.Button();
|
|
this.pictureBox1 = new AForge.Controls.PictureBox();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(12, 19);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(60, 15);
|
|
this.label1.TabIndex = 21;
|
|
this.label1.Text = "摄像头:";
|
|
this.label1.Visible = false;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(228, 19);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(60, 15);
|
|
this.label2.TabIndex = 22;
|
|
this.label2.Text = "分辨率:";
|
|
this.label2.Visible = false;
|
|
//
|
|
// comboBox2
|
|
//
|
|
this.comboBox2.Location = new System.Drawing.Point(294, 12);
|
|
this.comboBox2.Name = "comboBox2";
|
|
this.comboBox2.Size = new System.Drawing.Size(121, 23);
|
|
this.comboBox2.TabIndex = 23;
|
|
this.comboBox2.Visible = false;
|
|
//
|
|
// cboVideo
|
|
//
|
|
this.cboVideo.FormattingEnabled = true;
|
|
this.cboVideo.Location = new System.Drawing.Point(78, 12);
|
|
this.cboVideo.Name = "cboVideo";
|
|
this.cboVideo.Size = new System.Drawing.Size(121, 23);
|
|
this.cboVideo.TabIndex = 20;
|
|
this.cboVideo.Visible = false;
|
|
//
|
|
// splitter1
|
|
//
|
|
this.splitter1.Location = new System.Drawing.Point(0, 0);
|
|
this.splitter1.Name = "splitter1";
|
|
this.splitter1.Size = new System.Drawing.Size(3, 382);
|
|
this.splitter1.TabIndex = 29;
|
|
this.splitter1.TabStop = false;
|
|
//
|
|
// videoSourcePlayer1
|
|
//
|
|
this.videoSourcePlayer1.BackColor = System.Drawing.Color.White;
|
|
this.videoSourcePlayer1.BorderColor = System.Drawing.Color.White;
|
|
this.videoSourcePlayer1.Location = new System.Drawing.Point(15, 41);
|
|
this.videoSourcePlayer1.Name = "videoSourcePlayer1";
|
|
this.videoSourcePlayer1.Size = new System.Drawing.Size(400, 250);
|
|
this.videoSourcePlayer1.TabIndex = 0;
|
|
this.videoSourcePlayer1.Text = "videoSourcePlayer1";
|
|
this.videoSourcePlayer1.VideoSource = null;
|
|
this.videoSourcePlayer1.Paint += new System.Windows.Forms.PaintEventHandler(this.videoSourcePlayer1_Paint);
|
|
//
|
|
// btn_paizhao
|
|
//
|
|
this.btn_paizhao.Location = new System.Drawing.Point(340, 320);
|
|
this.btn_paizhao.Name = "btn_paizhao";
|
|
this.btn_paizhao.Size = new System.Drawing.Size(75, 45);
|
|
this.btn_paizhao.TabIndex = 24;
|
|
this.btn_paizhao.Text = "拍照";
|
|
this.btn_paizhao.UseVisualStyleBackColor = true;
|
|
this.btn_paizhao.Click += new System.EventHandler(this.btn_paizhao_Click);
|
|
//
|
|
// btn_queding
|
|
//
|
|
this.btn_queding.Location = new System.Drawing.Point(754, 320);
|
|
this.btn_queding.Name = "btn_queding";
|
|
this.btn_queding.Size = new System.Drawing.Size(75, 45);
|
|
this.btn_queding.TabIndex = 19;
|
|
this.btn_queding.Text = "保存";
|
|
this.btn_queding.UseVisualStyleBackColor = true;
|
|
this.btn_queding.Click += new System.EventHandler(this.btn_queding_Click);
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.Image = null;
|
|
this.pictureBox1.Location = new System.Drawing.Point(608, 41);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(220, 250);
|
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.pictureBox1.TabIndex = 26;
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(453, 320);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(75, 45);
|
|
this.button1.TabIndex = 30;
|
|
this.button1.Text = "上传";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// Photo_Form2
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.SystemColors.Control;
|
|
this.ClientSize = new System.Drawing.Size(895, 382);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.splitter1);
|
|
this.Controls.Add(this.comboBox2);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.cboVideo);
|
|
this.Controls.Add(this.pictureBox1);
|
|
this.Controls.Add(this.btn_queding);
|
|
this.Controls.Add(this.btn_paizhao);
|
|
this.Controls.Add(this.videoSourcePlayer1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
|
|
this.Name = "Photo_Form2";
|
|
this.Text = "拍照";
|
|
this.Load += new System.EventHandler(this.Photo_Form2_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.ComboBox comboBox2;
|
|
private System.Windows.Forms.ComboBox cboVideo;
|
|
//private AForge.Controls.VideoSourcePlayer videoSourcePlayer2;
|
|
private System.Windows.Forms.Splitter splitter1;
|
|
private AForge.Controls.VideoSourcePlayer videoSourcePlayer1;
|
|
private System.Windows.Forms.Button btn_paizhao;
|
|
private System.Windows.Forms.Button btn_queding;
|
|
private AForge.Controls.PictureBox pictureBox1;
|
|
private System.Windows.Forms.Button button1;
|
|
}
|
|
} |