269 lines
14 KiB
C#
269 lines
14 KiB
C#
namespace WeChatPushTransfer
|
|
{
|
|
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 WeChatPushTransfer.Socketor();
|
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
|
this.timer99 = 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(4, 22);
|
|
this.propertyGrid1.Margin = new System.Windows.Forms.Padding(4);
|
|
this.propertyGrid1.Name = "propertyGrid1";
|
|
this.propertyGrid1.Size = new System.Drawing.Size(499, 0);
|
|
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(351, 680);
|
|
this.button1.Margin = new System.Windows.Forms.Padding(4);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(160, 30);
|
|
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(111, 4);
|
|
this.textBoxIP.Margin = new System.Windows.Forms.Padding(4);
|
|
this.textBoxIP.Name = "textBoxIP";
|
|
this.textBoxIP.Size = new System.Drawing.Size(232, 25);
|
|
this.textBoxIP.TabIndex = 2;
|
|
//
|
|
// textBoxPort
|
|
//
|
|
this.textBoxPort.Location = new System.Drawing.Point(458, 4);
|
|
this.textBoxPort.Margin = new System.Windows.Forms.Padding(4);
|
|
this.textBoxPort.Name = "textBoxPort";
|
|
this.textBoxPort.Size = new System.Drawing.Size(52, 25);
|
|
this.textBoxPort.TabIndex = 3;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label1.Location = new System.Drawing.Point(4, 0);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(99, 33);
|
|
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(351, 0);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(99, 33);
|
|
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(4, 22);
|
|
this.propertyGrid2.Margin = new System.Windows.Forms.Padding(4);
|
|
this.propertyGrid2.Name = "propertyGrid2";
|
|
this.propertyGrid2.Size = new System.Drawing.Size(499, 579);
|
|
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, 107F));
|
|
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, 107F));
|
|
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(16, 15);
|
|
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(4);
|
|
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, 25F));
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(515, 714);
|
|
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(4, 37);
|
|
this.splitContainer1.Margin = new System.Windows.Forms.Padding(4);
|
|
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(507, 635);
|
|
this.splitContainer1.SplitterDistance = 25;
|
|
this.splitContainer1.SplitterWidth = 5;
|
|
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.Margin = new System.Windows.Forms.Padding(4);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Padding = new System.Windows.Forms.Padding(4);
|
|
this.groupBox1.Size = new System.Drawing.Size(507, 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.Margin = new System.Windows.Forms.Padding(4);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Padding = new System.Windows.Forms.Padding(4);
|
|
this.groupBox2.Size = new System.Drawing.Size(507, 605);
|
|
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(8, 555);
|
|
this.socketor1.Margin = new System.Windows.Forms.Padding(4);
|
|
this.socketor1.Name = "socketor1";
|
|
this.socketor1.Size = new System.Drawing.Size(47, 30);
|
|
this.socketor1.TabIndex = 4;
|
|
this.socketor1.Text = "socketor1";
|
|
this.socketor1.Visible = false;
|
|
//
|
|
// timer1
|
|
//
|
|
this.timer1.Interval = 2000;
|
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
|
//
|
|
// timer99
|
|
//
|
|
this.timer99.Interval = 60000;
|
|
this.timer99.Tick += new System.EventHandler(this.timer99_Tick);
|
|
//
|
|
// Sender
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(547, 741);
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Margin = new System.Windows.Forms.Padding(4);
|
|
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 timer99;
|
|
}
|
|
} |