tijian_jichuang/Code/TiJianJieGuo/frmDRDengJi.Designer.cs
2025-02-20 11:54:48 +08:00

73 lines
2.6 KiB
C#

namespace TiJianJieGuo
{
partial class frmDRDengJi
{
/// <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.txtDr = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// txtDr
//
this.txtDr.Location = new System.Drawing.Point(93, 26);
this.txtDr.Name = "txtDr";
this.txtDr.Size = new System.Drawing.Size(127, 21);
this.txtDr.TabIndex = 0;
this.txtDr.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox1_KeyDown);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(22, 31);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 1;
this.label1.Text = "请扫描条码";
//
// frmDRDengJi
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(378, 89);
this.Controls.Add(this.label1);
this.Controls.Add(this.txtDr);
this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Name = "frmDRDengJi";
this.Text = "DR登记处";
this.Load += new System.EventHandler(this.frmDRDengJi_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox txtDr;
private System.Windows.Forms.Label label1;
}
}