tijian_tieying/web/dccdc.Selfhelp/frm_main3.Designer.cs
2025-02-20 12:14:39 +08:00

138 lines
6.1 KiB
C#

namespace dccdc.Selfhelp
{
partial class frm_main3
{
/// <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_main3));
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.timer2 = new System.Windows.Forms.Timer(this.components);
this.button1 = new System.Windows.Forms.Button();
this.textBox1 = new System.Windows.Forms.RichTextBox();
this.button2 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
this.SuspendLayout();
//
// pictureBox2
//
this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
this.pictureBox2.Location = new System.Drawing.Point(314, 345);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(975, 428);
this.pictureBox2.TabIndex = 1;
this.pictureBox2.TabStop = false;
//
// timer1
//
this.timer1.Enabled = true;
this.timer1.Interval = 2000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// timer2
//
this.timer2.Enabled = true;
this.timer2.Interval = 20000;
this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
//
// button1
//
this.button1.Location = new System.Drawing.Point(965, 64);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(102, 44);
this.button1.TabIndex = 3;
this.button1.Text = "打印";
this.button1.UseVisualStyleBackColor = true;
this.button1.Visible = false;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// textBox1
//
this.textBox1.Font = new System.Drawing.Font("宋体", 18F);
this.textBox1.Location = new System.Drawing.Point(522, 61);
this.textBox1.MaxLength = 18;
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(437, 47);
this.textBox1.TabIndex = 4;
this.textBox1.Text = "";
this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
//
// button2
//
this.button2.Location = new System.Drawing.Point(522, 114);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(112, 45);
this.button2.TabIndex = 5;
this.button2.Text = "打开软键盘";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(640, 114);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(112, 45);
this.button3.TabIndex = 5;
this.button3.Text = "关闭软键盘";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// frm_main3
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
this.ClientSize = new System.Drawing.Size(1600, 900);
this.Controls.Add(this.button3);
this.Controls.Add(this.button2);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.button1);
this.Controls.Add(this.pictureBox2);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "frm_main3";
this.Text = "自助机主界面3";
this.Load += new System.EventHandler(this.frm_main3_Load);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frm_main3_KeyDown);
this.MouseClick += new System.Windows.Forms.MouseEventHandler(this.frm_main3_MouseClick);
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.Timer timer2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.RichTextBox textBox1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
}
}