87 lines
3.6 KiB
C#
87 lines
3.6 KiB
C#
namespace dccdc.Selfhelp
|
|
{
|
|
partial class frm_zyddy_1
|
|
{
|
|
/// <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.components = new System.ComponentModel.Container();
|
|
this.t_readCard = new System.Windows.Forms.Timer(this.components);
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
|
this.SuspendLayout();
|
|
//
|
|
// t_readCard
|
|
//
|
|
this.t_readCard.Enabled = true;
|
|
this.t_readCard.Interval = 2000;
|
|
this.t_readCard.Tick += new System.EventHandler(this.t_readCard_Tick);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(237)))), ((int)(((byte)(240)))));
|
|
this.label1.Font = new System.Drawing.Font("微软雅黑", 13.5F);
|
|
this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(186)))), ((int)(((byte)(191)))));
|
|
this.label1.Location = new System.Drawing.Point(663, 863);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(139, 24);
|
|
this.label1.TabIndex = 5;
|
|
this.label1.Text = "0534-2267110";
|
|
//
|
|
// timer1
|
|
//
|
|
this.timer1.Enabled = true;
|
|
this.timer1.Interval = 1500;
|
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
|
//
|
|
// frm_zyddy_1
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackgroundImage = global::dccdc.Selfhelp.Properties.Resources.从业体检登记;
|
|
this.ClientSize = new System.Drawing.Size(1440, 900);
|
|
this.Controls.Add(this.label1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "frm_zyddy_1";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "指引单打印步骤1";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frm_zyddy_1_FormClosing);
|
|
this.Load += new System.EventHandler(this.frm_zyddy_1_Load);
|
|
this.MouseClick += new System.Windows.Forms.MouseEventHandler(this.frm_zyddy_1_MouseClick);
|
|
this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.frm_zyddy_1_MouseMove);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Timer t_readCard;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Timer timer1;
|
|
}
|
|
} |