StableVersion4.3/HL_FristAidPlatform_ReadCard/Form_Test.Designer.cs

88 lines
3.2 KiB
C#
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

namespace HL_FristAidPlatform_ReadCard
{
partial class Form_Test
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.Rt_P = new System.Windows.Forms.RichTextBox();
this.btnRead = new System.Windows.Forms.Button();
this.Pb_m = new System.Windows.Forms.PictureBox();
this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
((System.ComponentModel.ISupportInitialize)(this.Pb_m)).BeginInit();
this.SuspendLayout();
//
// Rt_P
//
this.Rt_P.Location = new System.Drawing.Point(12, 12);
this.Rt_P.Name = "Rt_P";
this.Rt_P.Size = new System.Drawing.Size(376, 347);
this.Rt_P.TabIndex = 0;
this.Rt_P.Text = "";
//
// btnRead
//
this.btnRead.Location = new System.Drawing.Point(484, 336);
this.btnRead.Name = "btnRead";
this.btnRead.Size = new System.Drawing.Size(75, 23);
this.btnRead.TabIndex = 2;
this.btnRead.Text = "读取";
this.btnRead.UseVisualStyleBackColor = true;
this.btnRead.Click += new System.EventHandler(this.btnRead_Click);
//
// Pb_m
//
this.Pb_m.Location = new System.Drawing.Point(422, 12);
this.Pb_m.Name = "Pb_m";
this.Pb_m.Size = new System.Drawing.Size(122, 137);
this.Pb_m.TabIndex = 3;
this.Pb_m.TabStop = false;
//
// Form_Test
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(565, 365);
this.Controls.Add(this.Pb_m);
this.Controls.Add(this.btnRead);
this.Controls.Add(this.Rt_P);
this.Name = "Form_Test";
this.Text = "读取生份证";
((System.ComponentModel.ISupportInitialize)(this.Pb_m)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.RichTextBox Rt_P;
private System.Windows.Forms.Button btnRead;
private System.Windows.Forms.PictureBox Pb_m;
private System.ComponentModel.BackgroundWorker backgroundWorker1;
}
}