namespace EC.AutoWeightServer.UI.UC { partial class UCLicensePlate { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.pictureBox = new System.Windows.Forms.PictureBox(); this.btnMan = new System.Windows.Forms.Button(); this.timeAuto = new System.Windows.Forms.Timer(this.components); ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit(); this.SuspendLayout(); // // pictureBox // this.pictureBox.Dock = System.Windows.Forms.DockStyle.Fill; this.pictureBox.Location = new System.Drawing.Point(0, 0); this.pictureBox.Margin = new System.Windows.Forms.Padding(2); this.pictureBox.Name = "pictureBox"; this.pictureBox.Size = new System.Drawing.Size(390, 300); this.pictureBox.TabIndex = 0; this.pictureBox.TabStop = false; // // btnMan // this.btnMan.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnMan.Cursor = System.Windows.Forms.Cursors.Hand; this.btnMan.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnMan.Location = new System.Drawing.Point(328, 1); this.btnMan.Margin = new System.Windows.Forms.Padding(2); this.btnMan.Name = "btnMan"; this.btnMan.Size = new System.Drawing.Size(61, 23); this.btnMan.TabIndex = 1; this.btnMan.Text = "手动识别"; this.btnMan.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.btnMan.UseVisualStyleBackColor = true; this.btnMan.Click += new System.EventHandler(this.Btn_Man_Click); // // timeAuto // this.timeAuto.Interval = 20000; this.timeAuto.Tick += new System.EventHandler(this.TimAuto_Tick); // // UCLicensePlate // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.ActiveBorder; this.Controls.Add(this.btnMan); this.Controls.Add(this.pictureBox); this.Margin = new System.Windows.Forms.Padding(2); this.Name = "UCLicensePlate"; this.Size = new System.Drawing.Size(390, 300); ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.PictureBox pictureBox; private System.Windows.Forms.Button btnMan; private System.Windows.Forms.Timer timeAuto; } }