tijian_tieying/web/dccdc.Selfhelp/frm_main_xg.Designer.cs

94 lines
3.9 KiB
C#
Raw Normal View History

2025-02-20 12:14:39 +08:00
namespace dccdc.Selfhelp
{
partial class frm_main_xg
{
/// <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_main_xg));
this.btn_pdjh = new System.Windows.Forms.Button();
this.btn_zzjf = new System.Windows.Forms.Button();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.timer2 = new System.Windows.Forms.Timer(this.components);
this.SuspendLayout();
//
// btn_pdjh
//
this.btn_pdjh.BackgroundImage = global::dccdc.Selfhelp.Properties.Resources.sfz;
this.btn_pdjh.Location = new System.Drawing.Point(263, 405);
this.btn_pdjh.Name = "btn_pdjh";
this.btn_pdjh.Size = new System.Drawing.Size(455, 404);
this.btn_pdjh.TabIndex = 0;
this.btn_pdjh.UseVisualStyleBackColor = true;
this.btn_pdjh.Click += new System.EventHandler(this.btn_pdjh_Click);
//
// btn_zzjf
//
this.btn_zzjf.BackgroundImage = global::dccdc.Selfhelp.Properties.Resources.sj;
this.btn_zzjf.Location = new System.Drawing.Point(724, 405);
this.btn_zzjf.Name = "btn_zzjf";
this.btn_zzjf.Size = new System.Drawing.Size(455, 404);
this.btn_zzjf.TabIndex = 1;
this.btn_zzjf.UseVisualStyleBackColor = true;
this.btn_zzjf.Click += new System.EventHandler(this.btn_zzjf_Click);
//
// timer1
//
this.timer1.Interval = 2000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// timer2
//
this.timer2.Interval = 5000;
this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
//
// frm_main_xg
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = global::dccdc.Selfhelp.Properties.Resources.xgbj;
this.ClientSize = new System.Drawing.Size(1440, 900);
this.Controls.Add(this.btn_zzjf);
this.Controls.Add(this.btn_pdjh);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "frm_main_xg";
this.Text = "疫苗主界面";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.frm_main_ym_Load);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btn_pdjh;
private System.Windows.Forms.Button btn_zzjf;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.Timer timer2;
}
}