ab56a9bcf7
SVN-Revision: r240
124 lines
5.2 KiB
C#
124 lines
5.2 KiB
C#
namespace Lskj.ReBurnCode
|
|
{
|
|
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.timer1 = new System.Windows.Forms.Timer();
|
|
this.txtOutputQR = new System.Windows.Forms.TextBox();
|
|
this.label39 = new System.Windows.Forms.Label();
|
|
this.btnStop = new System.Windows.Forms.Button();
|
|
this.btnOpen = new System.Windows.Forms.Button();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// timer1
|
|
//
|
|
this.timer1.Interval = 1000;
|
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
|
//
|
|
// txtOutputQR
|
|
//
|
|
this.txtOutputQR.Location = new System.Drawing.Point(298, 12);
|
|
this.txtOutputQR.Multiline = true;
|
|
this.txtOutputQR.Name = "txtOutputQR";
|
|
this.txtOutputQR.Size = new System.Drawing.Size(259, 30);
|
|
this.txtOutputQR.TabIndex = 149;
|
|
//
|
|
// label39
|
|
//
|
|
this.label39.AutoSize = true;
|
|
this.label39.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label39.Location = new System.Drawing.Point(216, 17);
|
|
this.label39.Name = "label39";
|
|
this.label39.Size = new System.Drawing.Size(76, 16);
|
|
this.label39.TabIndex = 148;
|
|
this.label39.Text = "读取内容";
|
|
//
|
|
// btnStop
|
|
//
|
|
this.btnStop.Location = new System.Drawing.Point(40, 209);
|
|
this.btnStop.Name = "btnStop";
|
|
this.btnStop.Size = new System.Drawing.Size(126, 52);
|
|
this.btnStop.TabIndex = 147;
|
|
this.btnStop.Text = "关闭摄像头";
|
|
this.btnStop.UseVisualStyleBackColor = true;
|
|
this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
|
|
//
|
|
// btnOpen
|
|
//
|
|
this.btnOpen.Location = new System.Drawing.Point(40, 71);
|
|
this.btnOpen.Name = "btnOpen";
|
|
this.btnOpen.Size = new System.Drawing.Size(126, 52);
|
|
this.btnOpen.TabIndex = 146;
|
|
this.btnOpen.Text = "打开摄像头";
|
|
this.btnOpen.UseVisualStyleBackColor = true;
|
|
this.btnOpen.Click += new System.EventHandler(this.btnOpen_Click);
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.pictureBox1.Location = new System.Drawing.Point(229, 58);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(328, 301);
|
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.pictureBox1.TabIndex = 139;
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// FrmCamera
|
|
//
|
|
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
|
|
this.Appearance.Options.UseBackColor = true;
|
|
this.Appearance.Options.UseFont = true;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(597, 377);
|
|
this.Controls.Add(this.txtOutputQR);
|
|
this.Controls.Add(this.label39);
|
|
this.Controls.Add(this.btnStop);
|
|
this.Controls.Add(this.btnOpen);
|
|
this.Controls.Add(this.pictureBox1);
|
|
this.Name = "FrmCamera";
|
|
this.Text = "扫描插件";
|
|
this.Load += new System.EventHandler(this.FrmCamera_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button btnStop;
|
|
private System.Windows.Forms.Button btnOpen;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private System.Windows.Forms.Timer timer1;
|
|
private System.Windows.Forms.TextBox txtOutputQR;
|
|
private System.Windows.Forms.Label label39;
|
|
}
|
|
} |