131 lines
5.9 KiB
C#
131 lines
5.9 KiB
C#
namespace DataUpdate
|
|
{
|
|
partial class PaymentMain
|
|
{
|
|
/// <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.txtPayment = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.btnEnter = new System.Windows.Forms.Button();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.panel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// txtPayment
|
|
//
|
|
this.txtPayment.BackColor = System.Drawing.SystemColors.Menu;
|
|
this.txtPayment.Location = new System.Drawing.Point(22, 20);
|
|
this.txtPayment.Name = "txtPayment";
|
|
this.txtPayment.Size = new System.Drawing.Size(227, 21);
|
|
this.txtPayment.TabIndex = 0;
|
|
this.txtPayment.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtPayment_KeyDown);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.BackColor = System.Drawing.Color.Transparent;
|
|
this.label1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label1.ForeColor = System.Drawing.Color.Black;
|
|
this.label1.Location = new System.Drawing.Point(3, 47);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(270, 19);
|
|
this.label1.TabIndex = 1;
|
|
this.label1.Text = "请输入缴款金额";
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// btnEnter
|
|
//
|
|
this.btnEnter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(112)))), ((int)(((byte)(235)))));
|
|
this.btnEnter.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnEnter.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.btnEnter.ForeColor = System.Drawing.Color.White;
|
|
this.btnEnter.Location = new System.Drawing.Point(84, 92);
|
|
this.btnEnter.Name = "btnEnter";
|
|
this.btnEnter.Size = new System.Drawing.Size(106, 34);
|
|
this.btnEnter.TabIndex = 2;
|
|
this.btnEnter.Text = "确定[Enter]";
|
|
this.btnEnter.UseVisualStyleBackColor = false;
|
|
this.btnEnter.Click += new System.EventHandler(this.btnEnter_Click);
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.BackColor = System.Drawing.Color.White;
|
|
this.panel1.Controls.Add(this.pictureBox1);
|
|
this.panel1.Controls.Add(this.txtPayment);
|
|
this.panel1.Controls.Add(this.btnEnter);
|
|
this.panel1.Controls.Add(this.label1);
|
|
this.panel1.Location = new System.Drawing.Point(4, 5);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(276, 141);
|
|
this.panel1.TabIndex = 4;
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.BackgroundImage = global::DataUpdate.Properties.Resources.矩形_3;
|
|
this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
this.pictureBox1.Location = new System.Drawing.Point(49, 73);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(173, 10);
|
|
this.pictureBox1.TabIndex = 3;
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// PaymentMain
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.DodgerBlue;
|
|
this.ClientSize = new System.Drawing.Size(284, 150);
|
|
this.ControlBox = false;
|
|
this.Controls.Add(this.panel1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.KeyPreview = true;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "PaymentMain";
|
|
this.ShowIcon = false;
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "PaymentMain";
|
|
this.TopMost = true;
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.PaymentMain_FormClosing);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TextBox txtPayment;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Button btnEnter;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private System.Windows.Forms.Panel panel1;
|
|
}
|
|
} |