240 lines
11 KiB
C#
240 lines
11 KiB
C#
namespace _1200gFtp
|
||
{
|
||
partial class Form1
|
||
{
|
||
/// <summary>
|
||
/// 必需的设计器变量。
|
||
/// </summary>
|
||
private System.ComponentModel.IContainer components = null;
|
||
|
||
/// <summary>
|
||
/// 清理所有正在使用的资源。
|
||
/// </summary>
|
||
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
||
protected override void Dispose(bool disposing)
|
||
{
|
||
if (disposing && (components != null))
|
||
{
|
||
components.Dispose();
|
||
}
|
||
base.Dispose(disposing);
|
||
}
|
||
|
||
#region Windows 窗体设计器生成的代码
|
||
|
||
/// <summary>
|
||
/// 设计器支持所需的方法 - 不要修改
|
||
/// 使用代码编辑器修改此方法的内容。
|
||
/// </summary>
|
||
private void InitializeComponent()
|
||
{
|
||
this.components = new System.ComponentModel.Container();
|
||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
|
||
this.button1 = new System.Windows.Forms.Button();
|
||
this.textBox1 = new System.Windows.Forms.TextBox();
|
||
this.button2 = new System.Windows.Forms.Button();
|
||
this.button3 = new System.Windows.Forms.Button();
|
||
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
||
this.button4 = new System.Windows.Forms.Button();
|
||
this.textBox2 = new System.Windows.Forms.TextBox();
|
||
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
||
this.button5 = new System.Windows.Forms.Button();
|
||
this.button6 = new System.Windows.Forms.Button();
|
||
this.button7 = new System.Windows.Forms.Button();
|
||
this.button8 = new System.Windows.Forms.Button();
|
||
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
||
this.groupBox1.SuspendLayout();
|
||
this.groupBox2.SuspendLayout();
|
||
this.SuspendLayout();
|
||
//
|
||
// button1
|
||
//
|
||
this.button1.Location = new System.Drawing.Point(51, 32);
|
||
this.button1.Name = "button1";
|
||
this.button1.Size = new System.Drawing.Size(102, 39);
|
||
this.button1.TabIndex = 0;
|
||
this.button1.Text = "开始监听";
|
||
this.button1.UseVisualStyleBackColor = true;
|
||
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||
//
|
||
// textBox1
|
||
//
|
||
this.textBox1.Location = new System.Drawing.Point(51, 96);
|
||
this.textBox1.Name = "textBox1";
|
||
this.textBox1.ReadOnly = true;
|
||
this.textBox1.Size = new System.Drawing.Size(283, 28);
|
||
this.textBox1.TabIndex = 1;
|
||
//
|
||
// button2
|
||
//
|
||
this.button2.Location = new System.Drawing.Point(196, 32);
|
||
this.button2.Name = "button2";
|
||
this.button2.Size = new System.Drawing.Size(138, 39);
|
||
this.button2.TabIndex = 2;
|
||
this.button2.Text = "FTP接口调用";
|
||
this.button2.UseVisualStyleBackColor = true;
|
||
this.button2.Click += new System.EventHandler(this.button2_Click);
|
||
//
|
||
// button3
|
||
//
|
||
this.button3.Location = new System.Drawing.Point(417, 88);
|
||
this.button3.Name = "button3";
|
||
this.button3.Size = new System.Drawing.Size(102, 39);
|
||
this.button3.TabIndex = 3;
|
||
this.button3.Text = "xml解析";
|
||
this.button3.UseVisualStyleBackColor = true;
|
||
this.button3.Click += new System.EventHandler(this.button3_Click);
|
||
//
|
||
// timer1
|
||
//
|
||
this.timer1.Enabled = true;
|
||
this.timer1.Interval = 60000;
|
||
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
||
//
|
||
// button4
|
||
//
|
||
this.button4.Location = new System.Drawing.Point(816, 28);
|
||
this.button4.Name = "button4";
|
||
this.button4.Size = new System.Drawing.Size(138, 39);
|
||
this.button4.TabIndex = 4;
|
||
this.button4.Text = "短信群发";
|
||
this.button4.UseVisualStyleBackColor = true;
|
||
this.button4.Click += new System.EventHandler(this.button4_Click);
|
||
//
|
||
// textBox2
|
||
//
|
||
this.textBox2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.textBox2.Location = new System.Drawing.Point(3, 24);
|
||
this.textBox2.Multiline = true;
|
||
this.textBox2.Name = "textBox2";
|
||
this.textBox2.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
||
this.textBox2.Size = new System.Drawing.Size(1056, 444);
|
||
this.textBox2.TabIndex = 5;
|
||
//
|
||
// checkBox1
|
||
//
|
||
this.checkBox1.AutoSize = true;
|
||
this.checkBox1.Checked = true;
|
||
this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
|
||
this.checkBox1.Location = new System.Drawing.Point(110, 189);
|
||
this.checkBox1.Name = "checkBox1";
|
||
this.checkBox1.Size = new System.Drawing.Size(106, 22);
|
||
this.checkBox1.TabIndex = 6;
|
||
this.checkBox1.Text = "显示信息";
|
||
this.checkBox1.UseVisualStyleBackColor = true;
|
||
//
|
||
// button5
|
||
//
|
||
this.button5.Location = new System.Drawing.Point(290, 182);
|
||
this.button5.Name = "button5";
|
||
this.button5.Size = new System.Drawing.Size(132, 45);
|
||
this.button5.TabIndex = 7;
|
||
this.button5.Text = "清空文本框";
|
||
this.button5.UseVisualStyleBackColor = true;
|
||
this.button5.Click += new System.EventHandler(this.button5_Click);
|
||
//
|
||
// button6
|
||
//
|
||
this.button6.Location = new System.Drawing.Point(426, 32);
|
||
this.button6.Name = "button6";
|
||
this.button6.Size = new System.Drawing.Size(144, 39);
|
||
this.button6.TabIndex = 8;
|
||
this.button6.Text = "rabbitMQ调用";
|
||
this.button6.UseVisualStyleBackColor = true;
|
||
this.button6.Click += new System.EventHandler(this.button6_Click);
|
||
//
|
||
// button7
|
||
//
|
||
this.button7.Location = new System.Drawing.Point(609, 33);
|
||
this.button7.Name = "button7";
|
||
this.button7.Size = new System.Drawing.Size(176, 39);
|
||
this.button7.TabIndex = 9;
|
||
this.button7.Text = "his03调用";
|
||
this.button7.UseVisualStyleBackColor = true;
|
||
this.button7.Click += new System.EventHandler(this.button7_Click);
|
||
//
|
||
// button8
|
||
//
|
||
this.button8.Location = new System.Drawing.Point(639, 76);
|
||
this.button8.Name = "button8";
|
||
this.button8.Size = new System.Drawing.Size(176, 50);
|
||
this.button8.TabIndex = 10;
|
||
this.button8.Text = "FTP";
|
||
this.button8.UseVisualStyleBackColor = true;
|
||
this.button8.Click += new System.EventHandler(this.button8_Click);
|
||
//
|
||
// groupBox1
|
||
//
|
||
this.groupBox1.Controls.Add(this.button8);
|
||
this.groupBox1.Controls.Add(this.checkBox1);
|
||
this.groupBox1.Controls.Add(this.button5);
|
||
this.groupBox1.Controls.Add(this.button1);
|
||
this.groupBox1.Controls.Add(this.button7);
|
||
this.groupBox1.Controls.Add(this.textBox1);
|
||
this.groupBox1.Controls.Add(this.button4);
|
||
this.groupBox1.Controls.Add(this.button6);
|
||
this.groupBox1.Controls.Add(this.button3);
|
||
this.groupBox1.Controls.Add(this.button2);
|
||
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
|
||
this.groupBox1.Location = new System.Drawing.Point(0, 0);
|
||
this.groupBox1.Name = "groupBox1";
|
||
this.groupBox1.Size = new System.Drawing.Size(1062, 237);
|
||
this.groupBox1.TabIndex = 11;
|
||
this.groupBox1.TabStop = false;
|
||
this.groupBox1.Text = "操作";
|
||
//
|
||
// groupBox2
|
||
//
|
||
this.groupBox2.Controls.Add(this.textBox2);
|
||
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.groupBox2.Location = new System.Drawing.Point(0, 237);
|
||
this.groupBox2.Name = "groupBox2";
|
||
this.groupBox2.Size = new System.Drawing.Size(1062, 471);
|
||
this.groupBox2.TabIndex = 12;
|
||
this.groupBox2.TabStop = false;
|
||
this.groupBox2.Text = "信息";
|
||
//
|
||
// Form1
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(1062, 708);
|
||
this.Controls.Add(this.groupBox2);
|
||
this.Controls.Add(this.groupBox1);
|
||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||
this.MaximizeBox = false;
|
||
this.Name = "Form1";
|
||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||
this.Text = "云心电ECG数据解析服务端2024122501";
|
||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
|
||
this.Load += new System.EventHandler(this.Form1_Load);
|
||
this.groupBox1.ResumeLayout(false);
|
||
this.groupBox1.PerformLayout();
|
||
this.groupBox2.ResumeLayout(false);
|
||
this.groupBox2.PerformLayout();
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.Button button1;
|
||
private System.Windows.Forms.TextBox textBox1;
|
||
private System.Windows.Forms.Button button2;
|
||
private System.Windows.Forms.Button button3;
|
||
private System.Windows.Forms.Timer timer1;
|
||
private System.Windows.Forms.Button button4;
|
||
private System.Windows.Forms.TextBox textBox2;
|
||
private System.Windows.Forms.CheckBox checkBox1;
|
||
private System.Windows.Forms.Button button5;
|
||
private System.Windows.Forms.Button button6;
|
||
private System.Windows.Forms.Button button7;
|
||
private System.Windows.Forms.Button button8;
|
||
private System.Windows.Forms.GroupBox groupBox1;
|
||
private System.Windows.Forms.GroupBox groupBox2;
|
||
}
|
||
}
|
||
|