2025-03-28 09:49:56 +08:00

344 lines
16 KiB
C#

namespace SocketSend
{
partial class Sender
{
/// <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(Sender));
this.propertyGrid1 = new System.Windows.Forms.PropertyGrid();
this.button1 = new System.Windows.Forms.Button();
this.textBoxIP = new System.Windows.Forms.TextBox();
this.textBoxPort = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.propertyGrid2 = new System.Windows.Forms.PropertyGrid();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.socketor1 = new SocketSend.Socketor();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.timer2 = new System.Windows.Forms.Timer(this.components);
this.timer3 = new System.Windows.Forms.Timer(this.components);
this.timer99 = new System.Windows.Forms.Timer(this.components);
this.timer98 = new System.Windows.Forms.Timer(this.components);
this.timer97 = new System.Windows.Forms.Timer(this.components);
this.timer4 = new System.Windows.Forms.Timer(this.components);
this.timer96 = new System.Windows.Forms.Timer(this.components);
this.timer0 = new System.Windows.Forms.Timer(this.components);
this.timer5 = new System.Windows.Forms.Timer(this.components);
this.timer6 = new System.Windows.Forms.Timer(this.components);
this.timer95 = new System.Windows.Forms.Timer(this.components);
this.timer94 = new System.Windows.Forms.Timer(this.components);
this.timer30 = new System.Windows.Forms.Timer(this.components);
this.timer13 = new System.Windows.Forms.Timer(this.components);
this.tableLayoutPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// propertyGrid1
//
this.propertyGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
this.propertyGrid1.LineColor = System.Drawing.SystemColors.ControlDark;
this.propertyGrid1.Location = new System.Drawing.Point(3, 17);
this.propertyGrid1.Name = "propertyGrid1";
this.propertyGrid1.Size = new System.Drawing.Size(374, 5);
this.propertyGrid1.TabIndex = 0;
this.propertyGrid1.Visible = false;
//
// button1
//
this.tableLayoutPanel1.SetColumnSpan(this.button1, 2);
this.button1.Dock = System.Windows.Forms.DockStyle.Fill;
this.button1.Location = new System.Drawing.Point(263, 544);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(120, 24);
this.button1.TabIndex = 1;
this.button1.Text = "发 送";
this.button1.UseVisualStyleBackColor = true;
this.button1.Visible = false;
//
// textBoxIP
//
this.textBoxIP.Dock = System.Windows.Forms.DockStyle.Fill;
this.textBoxIP.Location = new System.Drawing.Point(83, 3);
this.textBoxIP.Name = "textBoxIP";
this.textBoxIP.Size = new System.Drawing.Size(174, 21);
this.textBoxIP.TabIndex = 2;
//
// textBoxPort
//
this.textBoxPort.Location = new System.Drawing.Point(343, 3);
this.textBoxPort.Name = "textBoxPort";
this.textBoxPort.Size = new System.Drawing.Size(40, 21);
this.textBoxPort.TabIndex = 3;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
this.label1.Location = new System.Drawing.Point(3, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(74, 27);
this.label1.TabIndex = 5;
this.label1.Text = "IP:";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
this.label2.Location = new System.Drawing.Point(263, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(74, 27);
this.label2.TabIndex = 6;
this.label2.Text = "Port:";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// propertyGrid2
//
this.propertyGrid2.Dock = System.Windows.Forms.DockStyle.Fill;
this.propertyGrid2.LineColor = System.Drawing.SystemColors.ControlDark;
this.propertyGrid2.Location = new System.Drawing.Point(3, 17);
this.propertyGrid2.Name = "propertyGrid2";
this.propertyGrid2.Size = new System.Drawing.Size(374, 464);
this.propertyGrid2.TabIndex = 0;
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tableLayoutPanel1.ColumnCount = 4;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 80F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanel1.Controls.Add(this.splitContainer1, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.button1, 2, 3);
this.tableLayoutPanel1.Controls.Add(this.textBoxIP, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.label2, 2, 0);
this.tableLayoutPanel1.Controls.Add(this.textBoxPort, 3, 0);
this.tableLayoutPanel1.Location = new System.Drawing.Point(12, 12);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 4;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(386, 571);
this.tableLayoutPanel1.TabIndex = 9;
//
// splitContainer1
//
this.tableLayoutPanel1.SetColumnSpan(this.splitContainer1, 4);
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(3, 30);
this.splitContainer1.Name = "splitContainer1";
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.groupBox1);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.groupBox2);
this.splitContainer1.Size = new System.Drawing.Size(380, 508);
this.splitContainer1.SplitterDistance = 25;
this.splitContainer1.TabIndex = 10;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.propertyGrid1);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox1.Location = new System.Drawing.Point(0, 0);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(380, 25);
this.groupBox1.TabIndex = 9;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "SendData";
this.groupBox1.Visible = false;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.propertyGrid2);
this.groupBox2.Controls.Add(this.socketor1);
this.groupBox2.Location = new System.Drawing.Point(0, 0);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(380, 484);
this.groupBox2.TabIndex = 10;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "ReceiveData";
//
// socketor1
//
this.socketor1.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.socketor1.Location = new System.Drawing.Point(6, 444);
this.socketor1.Name = "socketor1";
this.socketor1.Size = new System.Drawing.Size(35, 24);
this.socketor1.TabIndex = 4;
this.socketor1.Text = "socketor1";
this.socketor1.Visible = false;
//
// timer1
//
this.timer1.Interval = 30000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// timer2
//
this.timer2.Interval = 60000;
this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
//
// timer3
//
this.timer3.Interval = 60000;
this.timer3.Tick += new System.EventHandler(this.timer3_Tick);
//
// timer99
//
this.timer99.Interval = 60000;
this.timer99.Tick += new System.EventHandler(this.timer99_Tick);
//
// timer98
//
this.timer98.Interval = 150000;
this.timer98.Tick += new System.EventHandler(this.timer98_Tick);
//
// timer97
//
this.timer97.Interval = 1800000;
this.timer97.Tick += new System.EventHandler(this.timer97_Tick);
//
// timer4
//
this.timer4.Interval = 3600000;
this.timer4.Tick += new System.EventHandler(this.timer4_Tick);
//
// timer96
//
this.timer96.Interval = 1800000;
this.timer96.Tick += new System.EventHandler(this.timer96_Tick);
//
// timer0
//
this.timer0.Interval = 10000;
this.timer0.Tick += new System.EventHandler(this.timer0_Tick);
//
// timer5
//
this.timer5.Interval = 10000;
this.timer5.Tick += new System.EventHandler(this.timer5_Tick);
//
// timer6
//
this.timer6.Interval = 600000;
this.timer6.Tick += new System.EventHandler(this.timer6_Tick);
//
// timer95
//
this.timer95.Interval = 300000;
this.timer95.Tick += new System.EventHandler(this.timer95_Tick);
//
// timer94
//
this.timer94.Interval = 300000;
this.timer94.Tick += new System.EventHandler(this.timer94_Tick);
//
// timer30
//
this.timer30.Interval = 60000;
this.timer30.Tick += new System.EventHandler(this.timer30_Tick);
//
// timer13
//
this.timer13.Interval = 300000;
this.timer13.Tick += new System.EventHandler(this.timer13_Tick);
//
// Sender
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(410, 593);
this.Controls.Add(this.tableLayoutPanel1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Sender";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Sender";
this.Load += new System.EventHandler(this.Sender_Load);
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PropertyGrid propertyGrid1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox textBoxIP;
private System.Windows.Forms.TextBox textBoxPort;
private Socketor socketor1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.PropertyGrid propertyGrid2;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.Timer timer2;
private System.Windows.Forms.Timer timer3;
private System.Windows.Forms.Timer timer99;
private System.Windows.Forms.Timer timer98;
private System.Windows.Forms.Timer timer97;
private System.Windows.Forms.Timer timer4;
private System.Windows.Forms.Timer timer96;
private System.Windows.Forms.Timer timer0;
private System.Windows.Forms.Timer timer5;
private System.Windows.Forms.Timer timer6;
private System.Windows.Forms.Timer timer95;
private System.Windows.Forms.Timer timer94;
private System.Windows.Forms.Timer timer30;
private System.Windows.Forms.Timer timer13;
}
}