123 lines
5.6 KiB
C#
123 lines
5.6 KiB
C#
namespace dccdc.Selfhelp
|
|
{
|
|
partial class frm_yypd
|
|
{
|
|
/// <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();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frm_yypd));
|
|
this.lbl_sw = new System.Windows.Forms.Label();
|
|
this.lbl_xw = new System.Windows.Forms.Label();
|
|
this.lbl_pdrs = new System.Windows.Forms.Label();
|
|
this.btn_jh = new System.Windows.Forms.Button();
|
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
|
this.SuspendLayout();
|
|
//
|
|
// lbl_sw
|
|
//
|
|
this.lbl_sw.AutoSize = true;
|
|
this.lbl_sw.BackColor = System.Drawing.Color.Transparent;
|
|
this.lbl_sw.Font = new System.Drawing.Font("宋体", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.lbl_sw.ForeColor = System.Drawing.Color.White;
|
|
this.lbl_sw.Location = new System.Drawing.Point(243, 280);
|
|
this.lbl_sw.Name = "lbl_sw";
|
|
this.lbl_sw.Size = new System.Drawing.Size(164, 48);
|
|
this.lbl_sw.TabIndex = 0;
|
|
this.lbl_sw.Text = "label1";
|
|
//
|
|
// lbl_xw
|
|
//
|
|
this.lbl_xw.AutoSize = true;
|
|
this.lbl_xw.BackColor = System.Drawing.Color.Transparent;
|
|
this.lbl_xw.Font = new System.Drawing.Font("宋体", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.lbl_xw.ForeColor = System.Drawing.Color.White;
|
|
this.lbl_xw.Location = new System.Drawing.Point(243, 338);
|
|
this.lbl_xw.Name = "lbl_xw";
|
|
this.lbl_xw.Size = new System.Drawing.Size(164, 48);
|
|
this.lbl_xw.TabIndex = 1;
|
|
this.lbl_xw.Text = "label1";
|
|
//
|
|
// lbl_pdrs
|
|
//
|
|
this.lbl_pdrs.AutoSize = true;
|
|
this.lbl_pdrs.BackColor = System.Drawing.Color.Transparent;
|
|
this.lbl_pdrs.Font = new System.Drawing.Font("隶书", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.lbl_pdrs.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(65)))), ((int)(((byte)(65)))), ((int)(((byte)(65)))));
|
|
this.lbl_pdrs.Location = new System.Drawing.Point(631, 473);
|
|
this.lbl_pdrs.Name = "lbl_pdrs";
|
|
this.lbl_pdrs.Size = new System.Drawing.Size(164, 48);
|
|
this.lbl_pdrs.TabIndex = 2;
|
|
this.lbl_pdrs.Text = "label2";
|
|
//
|
|
// btn_jh
|
|
//
|
|
this.btn_jh.BackgroundImage = global::dccdc.Selfhelp.Properties.Resources.接种取号;
|
|
this.btn_jh.Location = new System.Drawing.Point(590, 587);
|
|
this.btn_jh.Name = "btn_jh";
|
|
this.btn_jh.Size = new System.Drawing.Size(300, 96);
|
|
this.btn_jh.TabIndex = 3;
|
|
this.btn_jh.UseVisualStyleBackColor = true;
|
|
this.btn_jh.Click += new System.EventHandler(this.btn_jh_Click);
|
|
//
|
|
// timer1
|
|
//
|
|
this.timer1.Enabled = true;
|
|
this.timer1.Interval = 5000;
|
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
|
//
|
|
// frm_yypd
|
|
//
|
|
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.btn_jh);
|
|
this.Controls.Add(this.lbl_pdrs);
|
|
this.Controls.Add(this.lbl_xw);
|
|
this.Controls.Add(this.lbl_sw);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "frm_yypd";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "疫苗排队";
|
|
this.Load += new System.EventHandler(this.frm_yypd_Load);
|
|
this.MouseClick += new System.Windows.Forms.MouseEventHandler(this.frm_bgcx_MouseClick);
|
|
this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.frm_bgcx_MouseMove);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label lbl_sw;
|
|
private System.Windows.Forms.Label lbl_xw;
|
|
private System.Windows.Forms.Label lbl_pdrs;
|
|
private System.Windows.Forms.Button btn_jh;
|
|
private System.Windows.Forms.Timer timer1;
|
|
}
|
|
} |