namespace SocketTransfer { partial class Sender { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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.socketor3 = new SocketTransfer.Socketor(); this.socketor2 = new SocketTransfer.Socketor(); this.socketor1 = new SocketTransfer.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.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, 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(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; this.button1.Click += new System.EventHandler(this.button1_Click); // // 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 = 31; 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, 31); this.groupBox1.TabIndex = 9; this.groupBox1.TabStop = false; this.groupBox1.Text = "SendData"; this.groupBox1.Visible = false; // // groupBox2 // this.groupBox2.Controls.Add(this.socketor3); this.groupBox2.Controls.Add(this.socketor2); 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"; // // socketor3 // this.socketor3.Location = new System.Drawing.Point(107, 561); this.socketor3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.socketor3.Name = "socketor3"; this.socketor3.Size = new System.Drawing.Size(37, 22); this.socketor3.TabIndex = 6; this.socketor3.Text = "socketor3"; this.socketor3.Visible = false; // // socketor2 // this.socketor2.Location = new System.Drawing.Point(63, 561); this.socketor2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.socketor2.Name = "socketor2"; this.socketor2.Size = new System.Drawing.Size(45, 22); this.socketor2.TabIndex = 5; this.socketor2.Text = "socketor2"; this.socketor2.Visible = false; // // 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 = 30000; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // timer2 // this.timer2.Interval = 5000; this.timer2.Tick += new System.EventHandler(this.timer2_Tick); // // timer3 // this.timer3.Interval = 120000; 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 = 60000; 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 = 60000; 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); // // 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 timer2; private System.Windows.Forms.Timer timer3; private Socketor socketor3; private Socketor socketor2; 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; } }