namespace dccdc.Selfhelp { partial class frm_main_ym { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frm_main_ym)); 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.排队叫号; 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.自助缴费; 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_ym // 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_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_ym"; this.Text = "疫苗主界面"; this.WindowState = System.Windows.Forms.FormWindowState.Minimized; 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; } }