namespace BaseStation { partial class BaseStation { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.Restart_TXTBOX = new System.Windows.Forms.TextBox(); this.Restart_Btn = new System.Windows.Forms.Button(); this.SendRestartBtn = new System.Windows.Forms.Button(); this.RecvBox = new System.Windows.Forms.TextBox(); this.SendBox = new System.Windows.Forms.TextBox(); this.recvLab = new System.Windows.Forms.Label(); this.SendLab = new System.Windows.Forms.Label(); this.SelectTimeComb = new System.Windows.Forms.ComboBox(); this.DataRichTxt = new System.Windows.Forms.RichTextBox(); this.clearBtn = new System.Windows.Forms.Button(); this.SuspendLayout(); // // Restart_TXTBOX // this.Restart_TXTBOX.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Restart_TXTBOX.Location = new System.Drawing.Point(18, 3); this.Restart_TXTBOX.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.Restart_TXTBOX.Multiline = true; this.Restart_TXTBOX.Name = "Restart_TXTBOX"; this.Restart_TXTBOX.Size = new System.Drawing.Size(852, 37); this.Restart_TXTBOX.TabIndex = 0; // // Restart_Btn // this.Restart_Btn.Location = new System.Drawing.Point(18, 51); this.Restart_Btn.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.Restart_Btn.Name = "Restart_Btn"; this.Restart_Btn.Size = new System.Drawing.Size(168, 46); this.Restart_Btn.TabIndex = 1; this.Restart_Btn.Text = "重启报文生成"; this.Restart_Btn.UseVisualStyleBackColor = true; this.Restart_Btn.Click += new System.EventHandler(this.Restart_Btn_Click); // // SendRestartBtn // this.SendRestartBtn.Location = new System.Drawing.Point(705, 52); this.SendRestartBtn.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.SendRestartBtn.Name = "SendRestartBtn"; this.SendRestartBtn.Size = new System.Drawing.Size(166, 45); this.SendRestartBtn.TabIndex = 2; this.SendRestartBtn.Text = "发送重启报文"; this.SendRestartBtn.UseVisualStyleBackColor = true; this.SendRestartBtn.Click += new System.EventHandler(this.SendRestartBtn_Click); // // RecvBox // this.RecvBox.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.RecvBox.Location = new System.Drawing.Point(898, 36); this.RecvBox.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.RecvBox.Multiline = true; this.RecvBox.Name = "RecvBox"; this.RecvBox.Size = new System.Drawing.Size(942, 318); this.RecvBox.TabIndex = 0; // // SendBox // this.SendBox.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.SendBox.Location = new System.Drawing.Point(894, 398); this.SendBox.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.SendBox.Multiline = true; this.SendBox.Name = "SendBox"; this.SendBox.Size = new System.Drawing.Size(946, 318); this.SendBox.TabIndex = 0; // // recvLab // this.recvLab.AutoSize = true; this.recvLab.Location = new System.Drawing.Point(896, 9); this.recvLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.recvLab.Name = "recvLab"; this.recvLab.Size = new System.Drawing.Size(116, 18); this.recvLab.TabIndex = 3; this.recvLab.Text = "接收报文展示"; // // SendLab // this.SendLab.AutoSize = true; this.SendLab.Location = new System.Drawing.Point(891, 375); this.SendLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.SendLab.Name = "SendLab"; this.SendLab.Size = new System.Drawing.Size(116, 18); this.SendLab.TabIndex = 3; this.SendLab.Text = "发送报文展示"; // // SelectTimeComb // this.SelectTimeComb.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.SelectTimeComb.FormattingEnabled = true; this.SelectTimeComb.Items.AddRange(new object[] { "time1", "time2", "time3", "time4", "time5"}); this.SelectTimeComb.Location = new System.Drawing.Point(320, 51); this.SelectTimeComb.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.SelectTimeComb.Name = "SelectTimeComb"; this.SelectTimeComb.Size = new System.Drawing.Size(199, 27); this.SelectTimeComb.TabIndex = 4; // // DataRichTxt // this.DataRichTxt.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.DataRichTxt.Location = new System.Drawing.Point(13, 116); this.DataRichTxt.Name = "DataRichTxt"; this.DataRichTxt.Size = new System.Drawing.Size(858, 647); this.DataRichTxt.TabIndex = 5; this.DataRichTxt.Text = ""; // // clearBtn // this.clearBtn.Location = new System.Drawing.Point(894, 723); this.clearBtn.Name = "clearBtn"; this.clearBtn.Size = new System.Drawing.Size(113, 40); this.clearBtn.TabIndex = 6; this.clearBtn.Text = "清空左边"; this.clearBtn.UseVisualStyleBackColor = true; this.clearBtn.Click += new System.EventHandler(this.clearBtn_Click); // // BaseStation // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1864, 775); this.Controls.Add(this.clearBtn); this.Controls.Add(this.DataRichTxt); this.Controls.Add(this.SelectTimeComb); this.Controls.Add(this.SendLab); this.Controls.Add(this.recvLab); this.Controls.Add(this.SendRestartBtn); this.Controls.Add(this.Restart_Btn); this.Controls.Add(this.SendBox); this.Controls.Add(this.RecvBox); this.Controls.Add(this.Restart_TXTBOX); this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.Name = "BaseStation"; this.Text = "BaseStation"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.BaseStation_FormClosing); this.Load += new System.EventHandler(this.BaseStation_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox Restart_TXTBOX; private System.Windows.Forms.Button Restart_Btn; private System.Windows.Forms.Button SendRestartBtn; private System.Windows.Forms.TextBox RecvBox; private System.Windows.Forms.TextBox SendBox; private System.Windows.Forms.Label recvLab; private System.Windows.Forms.Label SendLab; private System.Windows.Forms.ComboBox SelectTimeComb; private System.Windows.Forms.RichTextBox DataRichTxt; private System.Windows.Forms.Button clearBtn; } }