tijian_tieying/web/DCSYJ.QRCODE/Form1.Designer.cs

225 lines
9.2 KiB
C#
Raw Normal View History

2025-02-20 12:14:39 +08:00
namespace DCSYJ.QRCODE
{
partial class Form1
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.txt_xm = new System.Windows.Forms.TextBox();
this.txt_sfz = new System.Windows.Forms.TextBox();
this.txt_dw = new System.Windows.Forms.TextBox();
this.cbb_lb = new System.Windows.Forms.ComboBox();
this.button1 = new System.Windows.Forms.Button();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(173, 9);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(274, 24);
this.label2.TabIndex = 1;
this.label2.Text = "从业人员健康体检申请单";
this.label2.Click += new System.EventHandler(this.label2_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(62, 86);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 3;
this.label3.Text = "姓名:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(50, 124);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 4;
this.label4.Text = "身份证:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(38, 200);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(65, 12);
this.label5.TabIndex = 5;
this.label5.Text = "从业单位:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(38, 162);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(65, 12);
this.label6.TabIndex = 6;
this.label6.Text = "从业类别:";
//
// txt_xm
//
this.txt_xm.Location = new System.Drawing.Point(109, 83);
this.txt_xm.Name = "txt_xm";
this.txt_xm.Size = new System.Drawing.Size(189, 21);
this.txt_xm.TabIndex = 7;
//
// txt_sfz
//
this.txt_sfz.Location = new System.Drawing.Point(109, 124);
this.txt_sfz.Name = "txt_sfz";
this.txt_sfz.Size = new System.Drawing.Size(189, 21);
this.txt_sfz.TabIndex = 8;
//
// txt_dw
//
this.txt_dw.Location = new System.Drawing.Point(109, 197);
this.txt_dw.Name = "txt_dw";
this.txt_dw.Size = new System.Drawing.Size(338, 21);
this.txt_dw.TabIndex = 9;
//
// cbb_lb
//
this.cbb_lb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbb_lb.FormattingEnabled = true;
this.cbb_lb.Items.AddRange(new object[] {
"公共场所",
"食品从业"});
this.cbb_lb.Location = new System.Drawing.Point(109, 162);
this.cbb_lb.Name = "cbb_lb";
this.cbb_lb.Size = new System.Drawing.Size(121, 20);
this.cbb_lb.TabIndex = 10;
//
// button1
//
this.button1.Location = new System.Drawing.Point(109, 234);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 11;
this.button1.Text = "打印";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// label7
//
this.label7.AutoSize = true;
this.label7.ForeColor = System.Drawing.Color.Red;
this.label7.Location = new System.Drawing.Point(304, 86);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(11, 12);
this.label7.TabIndex = 12;
this.label7.Text = "*";
//
// label8
//
this.label8.AutoSize = true;
this.label8.ForeColor = System.Drawing.Color.Red;
this.label8.Location = new System.Drawing.Point(304, 127);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(11, 12);
this.label8.TabIndex = 13;
this.label8.Text = "*";
//
// label9
//
this.label9.AutoSize = true;
this.label9.ForeColor = System.Drawing.Color.Red;
this.label9.Location = new System.Drawing.Point(453, 200);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(11, 12);
this.label9.TabIndex = 14;
this.label9.Text = "*";
//
// label10
//
this.label10.AutoSize = true;
this.label10.ForeColor = System.Drawing.Color.Red;
this.label10.Location = new System.Drawing.Point(236, 165);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(11, 12);
this.label10.TabIndex = 15;
this.label10.Text = "*";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Control;
this.ClientSize = new System.Drawing.Size(577, 415);
this.Controls.Add(this.label10);
this.Controls.Add(this.label9);
this.Controls.Add(this.label8);
this.Controls.Add(this.label7);
this.Controls.Add(this.button1);
this.Controls.Add(this.cbb_lb);
this.Controls.Add(this.txt_dw);
this.Controls.Add(this.txt_sfz);
this.Controls.Add(this.txt_xm);
this.Controls.Add(this.label6);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Form1";
this.Text = "从业人员健康体检申请单";
this.Load += new System.EventHandler(this.Form1_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox txt_xm;
private System.Windows.Forms.TextBox txt_sfz;
private System.Windows.Forms.TextBox txt_dw;
private System.Windows.Forms.ComboBox cbb_lb;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label10;
}
}