109 lines
4.9 KiB
C#
109 lines
4.9 KiB
C#
namespace dccdc.Selfhelp
|
|
{
|
|
partial class frm_zzjf
|
|
{
|
|
/// <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_zzjf));
|
|
this.btn_tjjf = new System.Windows.Forms.Button();
|
|
this.btn_ymjf = new System.Windows.Forms.Button();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
|
this.SuspendLayout();
|
|
//
|
|
// btn_tjjf
|
|
//
|
|
this.btn_tjjf.BackgroundImage = global::dccdc.Selfhelp.Properties.Resources.btn_tjjf;
|
|
this.btn_tjjf.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btn_tjjf.Location = new System.Drawing.Point(418, 398);
|
|
this.btn_tjjf.Name = "btn_tjjf";
|
|
this.btn_tjjf.Size = new System.Drawing.Size(224, 392);
|
|
this.btn_tjjf.TabIndex = 0;
|
|
this.btn_tjjf.UseVisualStyleBackColor = true;
|
|
this.btn_tjjf.Click += new System.EventHandler(this.btn_tjjf_Click);
|
|
//
|
|
// btn_ymjf
|
|
//
|
|
this.btn_ymjf.BackgroundImage = global::dccdc.Selfhelp.Properties.Resources.btn_ymjf;
|
|
this.btn_ymjf.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btn_ymjf.Location = new System.Drawing.Point(787, 398);
|
|
this.btn_ymjf.Name = "btn_ymjf";
|
|
this.btn_ymjf.Size = new System.Drawing.Size(224, 392);
|
|
this.btn_ymjf.TabIndex = 1;
|
|
this.btn_ymjf.UseVisualStyleBackColor = true;
|
|
this.btn_ymjf.Click += new System.EventHandler(this.btn_ymjf_Click);
|
|
//
|
|
// 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(662, 862);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(139, 24);
|
|
this.label1.TabIndex = 5;
|
|
this.label1.Text = "0534-2267110";
|
|
this.label1.Click += new System.EventHandler(this.label1_Click);
|
|
//
|
|
// timer1
|
|
//
|
|
this.timer1.Enabled = true;
|
|
this.timer1.Interval = 5000;
|
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
|
//
|
|
// frm_zzjf
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackgroundImage = global::dccdc.Selfhelp.Properties.Resources.frm_main;
|
|
this.ClientSize = new System.Drawing.Size(1440, 900);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.btn_ymjf);
|
|
this.Controls.Add(this.btn_tjjf);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "frm_zzjf";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "自助缴费";
|
|
this.Load += new System.EventHandler(this.frm_zzjf_Load);
|
|
this.MouseClick += new System.Windows.Forms.MouseEventHandler(this.frm_zzjf_MouseClick);
|
|
this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.frm_zzjf_MouseMove);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button btn_tjjf;
|
|
private System.Windows.Forms.Button btn_ymjf;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Timer timer1;
|
|
}
|
|
} |