代码拉取完成,页面将自动刷新
namespace CommunicationTools.Controls
{
partial class SocketDemo
{
/// <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()
{
components = new System.ComponentModel.Container();
uiPanel1 = new Sunny.UI.UIPanel();
panel1 = new Panel();
Radio_save_utf8 = new Sunny.UI.UIRadioButton();
uiLabel7 = new Sunny.UI.UILabel();
TextBox_time = new Sunny.UI.UITextBox();
uiLabel6 = new Sunny.UI.UILabel();
uiLabel5 = new Sunny.UI.UILabel();
radio_save_hex = new Sunny.UI.UIRadioButton();
radio_save_ascii = new Sunny.UI.UIRadioButton();
CheckBox_random = new Sunny.UI.UICheckBox();
CheckBox3_autoscroll = new Sunny.UI.UICheckBox();
btn_random = new Sunny.UI.UIButton();
CheckBox_savetofill = new Sunny.UI.UICheckBox();
uiGroupBox2 = new Sunny.UI.UIGroupBox();
uiLabel4 = new Sunny.UI.UILabel();
radio_send_hex = new Sunny.UI.UIRadioButton();
radio_send_ascii = new Sunny.UI.UIRadioButton();
btn_open = new Sunny.UI.UIButton();
textbox_localPort = new Sunny.UI.UITextBox();
textbox_port = new Sunny.UI.UITextBox();
uiLabel3 = new Sunny.UI.UILabel();
uiLabel2 = new Sunny.UI.UILabel();
uiLabel1 = new Sunny.UI.UILabel();
textbox_IP = new Sunny.UI.UIIPTextBox();
uiGroupBox1 = new Sunny.UI.UIGroupBox();
UDP_Radio = new Sunny.UI.UIRadioButton();
TcpServer_Radio = new Sunny.UI.UIRadioButton();
TCPClient_Radio = new Sunny.UI.UIRadioButton();
uiGroupBox3 = new Sunny.UI.UIGroupBox();
LogBox = new Sunny.UI.UIRichTextBox();
uiPanel2 = new Sunny.UI.UIPanel();
btn_send = new Sunny.UI.UIButton();
textbox_send = new Sunny.UI.UITextBox();
timer1 = new System.Windows.Forms.Timer(components);
uiPanel1.SuspendLayout();
panel1.SuspendLayout();
uiGroupBox2.SuspendLayout();
uiGroupBox1.SuspendLayout();
uiGroupBox3.SuspendLayout();
uiPanel2.SuspendLayout();
SuspendLayout();
//
// uiPanel1
//
uiPanel1.Controls.Add(panel1);
uiPanel1.Controls.Add(uiGroupBox2);
uiPanel1.Controls.Add(uiGroupBox1);
uiPanel1.Dock = DockStyle.Left;
uiPanel1.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
uiPanel1.Location = new Point(0, 0);
uiPanel1.Margin = new Padding(4, 5, 4, 5);
uiPanel1.MinimumSize = new Size(1, 1);
uiPanel1.Name = "uiPanel1";
uiPanel1.Size = new Size(338, 931);
uiPanel1.TabIndex = 0;
uiPanel1.Text = "uiPanel1";
uiPanel1.TextAlignment = ContentAlignment.MiddleCenter;
//
// panel1
//
panel1.BackColor = Color.MistyRose;
panel1.Controls.Add(Radio_save_utf8);
panel1.Controls.Add(uiLabel7);
panel1.Controls.Add(TextBox_time);
panel1.Controls.Add(uiLabel6);
panel1.Controls.Add(uiLabel5);
panel1.Controls.Add(radio_save_hex);
panel1.Controls.Add(radio_save_ascii);
panel1.Controls.Add(CheckBox_random);
panel1.Controls.Add(CheckBox3_autoscroll);
panel1.Controls.Add(btn_random);
panel1.Controls.Add(CheckBox_savetofill);
panel1.Dock = DockStyle.Fill;
panel1.Location = new Point(0, 560);
panel1.Name = "panel1";
panel1.Size = new Size(338, 371);
panel1.TabIndex = 2;
//
// Radio_save_utf8
//
Radio_save_utf8.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
Radio_save_utf8.Location = new Point(251, 213);
Radio_save_utf8.MinimumSize = new Size(1, 1);
Radio_save_utf8.Name = "Radio_save_utf8";
Radio_save_utf8.Size = new Size(79, 36);
Radio_save_utf8.TabIndex = 13;
Radio_save_utf8.Text = "UTF8";
//
// uiLabel7
//
uiLabel7.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
uiLabel7.ForeColor = Color.FromArgb(48, 48, 48);
uiLabel7.Location = new Point(195, 260);
uiLabel7.Name = "uiLabel7";
uiLabel7.Size = new Size(94, 29);
uiLabel7.TabIndex = 12;
uiLabel7.Text = "ms";
//
// TextBox_time
//
TextBox_time.DoubleValue = 1000D;
TextBox_time.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
TextBox_time.IntValue = 1000;
TextBox_time.Location = new Point(123, 257);
TextBox_time.Margin = new Padding(4, 5, 4, 5);
TextBox_time.MinimumSize = new Size(1, 16);
TextBox_time.Name = "TextBox_time";
TextBox_time.Padding = new Padding(5);
TextBox_time.ShowText = false;
TextBox_time.Size = new Size(65, 32);
TextBox_time.TabIndex = 11;
TextBox_time.Text = "1000";
TextBox_time.TextAlignment = ContentAlignment.MiddleLeft;
TextBox_time.Watermark = "";
//
// uiLabel6
//
uiLabel6.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
uiLabel6.ForeColor = Color.FromArgb(48, 48, 48);
uiLabel6.Location = new Point(33, 260);
uiLabel6.Name = "uiLabel6";
uiLabel6.Size = new Size(94, 29);
uiLabel6.TabIndex = 10;
uiLabel6.Text = "循环发送间隔:";
//
// uiLabel5
//
uiLabel5.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
uiLabel5.ForeColor = Color.FromArgb(48, 48, 48);
uiLabel5.Location = new Point(46, 163);
uiLabel5.Name = "uiLabel5";
uiLabel5.Size = new Size(94, 29);
uiLabel5.TabIndex = 9;
uiLabel5.Text = "接收方式";
//
// radio_save_hex
//
radio_save_hex.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
radio_save_hex.Location = new Point(25, 213);
radio_save_hex.MinimumSize = new Size(1, 1);
radio_save_hex.Name = "radio_save_hex";
radio_save_hex.Size = new Size(65, 36);
radio_save_hex.TabIndex = 8;
radio_save_hex.Text = "HEX";
//
// radio_save_ascii
//
radio_save_ascii.Checked = true;
radio_save_ascii.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
radio_save_ascii.Location = new Point(123, 213);
radio_save_ascii.MinimumSize = new Size(1, 1);
radio_save_ascii.Name = "radio_save_ascii";
radio_save_ascii.Size = new Size(80, 36);
radio_save_ascii.TabIndex = 7;
radio_save_ascii.Text = "ASCII";
//
// CheckBox_random
//
CheckBox_random.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
CheckBox_random.ForeColor = Color.FromArgb(48, 48, 48);
CheckBox_random.Location = new Point(46, 106);
CheckBox_random.MinimumSize = new Size(1, 1);
CheckBox_random.Name = "CheckBox_random";
CheckBox_random.Size = new Size(124, 36);
CheckBox_random.TabIndex = 5;
CheckBox_random.Text = "生成随机数";
CheckBox_random.CheckedChanged += CheckBox_random_CheckedChanged;
//
// CheckBox3_autoscroll
//
CheckBox3_autoscroll.Checked = true;
CheckBox3_autoscroll.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
CheckBox3_autoscroll.ForeColor = Color.FromArgb(48, 48, 48);
CheckBox3_autoscroll.Location = new Point(46, 50);
CheckBox3_autoscroll.MinimumSize = new Size(1, 1);
CheckBox3_autoscroll.Name = "CheckBox3_autoscroll";
CheckBox3_autoscroll.Size = new Size(124, 36);
CheckBox3_autoscroll.TabIndex = 5;
CheckBox3_autoscroll.Text = "自动滚屏";
CheckBox3_autoscroll.CheckedChanged += CheckBox3_autoscroll_CheckedChanged;
//
// btn_random
//
btn_random.FillColor2 = Color.Lime;
btn_random.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
btn_random.Location = new Point(33, 297);
btn_random.MinimumSize = new Size(1, 1);
btn_random.Name = "btn_random";
btn_random.Size = new Size(275, 44);
btn_random.TabIndex = 3;
btn_random.Text = "循环发送";
btn_random.TipsFont = new Font("宋体", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
btn_random.Click += btn_random_Click;
//
// CheckBox_savetofill
//
CheckBox_savetofill.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
CheckBox_savetofill.ForeColor = Color.FromArgb(48, 48, 48);
CheckBox_savetofill.Location = new Point(46, 8);
CheckBox_savetofill.MinimumSize = new Size(1, 1);
CheckBox_savetofill.Name = "CheckBox_savetofill";
CheckBox_savetofill.Size = new Size(156, 36);
CheckBox_savetofill.TabIndex = 0;
CheckBox_savetofill.Text = "写入日志文件";
CheckBox_savetofill.CheckedChanged += CheckBox_savetofill_CheckedChanged;
//
// uiGroupBox2
//
uiGroupBox2.Controls.Add(uiLabel4);
uiGroupBox2.Controls.Add(radio_send_hex);
uiGroupBox2.Controls.Add(radio_send_ascii);
uiGroupBox2.Controls.Add(btn_open);
uiGroupBox2.Controls.Add(textbox_localPort);
uiGroupBox2.Controls.Add(textbox_port);
uiGroupBox2.Controls.Add(uiLabel3);
uiGroupBox2.Controls.Add(uiLabel2);
uiGroupBox2.Controls.Add(uiLabel1);
uiGroupBox2.Controls.Add(textbox_IP);
uiGroupBox2.Dock = DockStyle.Top;
uiGroupBox2.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
uiGroupBox2.Location = new Point(0, 185);
uiGroupBox2.Margin = new Padding(4, 5, 4, 5);
uiGroupBox2.MinimumSize = new Size(1, 1);
uiGroupBox2.Name = "uiGroupBox2";
uiGroupBox2.Padding = new Padding(0, 32, 0, 0);
uiGroupBox2.Size = new Size(338, 375);
uiGroupBox2.TabIndex = 1;
uiGroupBox2.Text = "设置";
uiGroupBox2.TextAlignment = ContentAlignment.MiddleLeft;
//
// uiLabel4
//
uiLabel4.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
uiLabel4.ForeColor = Color.FromArgb(48, 48, 48);
uiLabel4.Location = new Point(14, 239);
uiLabel4.Name = "uiLabel4";
uiLabel4.Size = new Size(94, 29);
uiLabel4.TabIndex = 6;
uiLabel4.Text = "发送方式";
//
// radio_send_hex
//
radio_send_hex.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
radio_send_hex.Location = new Point(216, 232);
radio_send_hex.MinimumSize = new Size(1, 1);
radio_send_hex.Name = "radio_send_hex";
radio_send_hex.Size = new Size(89, 36);
radio_send_hex.TabIndex = 5;
radio_send_hex.Text = "HEX";
//
// radio_send_ascii
//
radio_send_ascii.Checked = true;
radio_send_ascii.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
radio_send_ascii.Location = new Point(114, 232);
radio_send_ascii.MinimumSize = new Size(1, 1);
radio_send_ascii.Name = "radio_send_ascii";
radio_send_ascii.Size = new Size(89, 36);
radio_send_ascii.TabIndex = 4;
radio_send_ascii.Text = "ASCII";
//
// btn_open
//
btn_open.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
btn_open.Location = new Point(46, 297);
btn_open.MinimumSize = new Size(1, 1);
btn_open.Name = "btn_open";
btn_open.Size = new Size(285, 44);
btn_open.TabIndex = 3;
btn_open.Text = "连接网络";
btn_open.TipsFont = new Font("宋体", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
btn_open.Click += uiButton1_Click;
//
// textbox_localPort
//
textbox_localPort.DoubleValue = 8888D;
textbox_localPort.Enabled = false;
textbox_localPort.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
textbox_localPort.IntValue = 8888;
textbox_localPort.Location = new Point(115, 169);
textbox_localPort.Margin = new Padding(4, 5, 4, 5);
textbox_localPort.MinimumSize = new Size(1, 16);
textbox_localPort.Name = "textbox_localPort";
textbox_localPort.Padding = new Padding(5);
textbox_localPort.ShowText = false;
textbox_localPort.Size = new Size(216, 39);
textbox_localPort.TabIndex = 2;
textbox_localPort.Text = "8888";
textbox_localPort.TextAlignment = ContentAlignment.MiddleLeft;
textbox_localPort.Type = Sunny.UI.UITextBox.UIEditType.Integer;
textbox_localPort.Watermark = "";
//
// textbox_port
//
textbox_port.DoubleValue = 8888D;
textbox_port.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
textbox_port.IntValue = 8888;
textbox_port.Location = new Point(114, 95);
textbox_port.Margin = new Padding(4, 5, 4, 5);
textbox_port.MinimumSize = new Size(1, 16);
textbox_port.Name = "textbox_port";
textbox_port.Padding = new Padding(5);
textbox_port.ShowText = false;
textbox_port.Size = new Size(216, 39);
textbox_port.TabIndex = 2;
textbox_port.Text = "8888";
textbox_port.TextAlignment = ContentAlignment.MiddleLeft;
textbox_port.Type = Sunny.UI.UITextBox.UIEditType.Integer;
textbox_port.Watermark = "";
//
// uiLabel3
//
uiLabel3.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
uiLabel3.ForeColor = Color.FromArgb(48, 48, 48);
uiLabel3.Location = new Point(14, 180);
uiLabel3.Name = "uiLabel3";
uiLabel3.Size = new Size(94, 29);
uiLabel3.TabIndex = 1;
uiLabel3.Text = "本地端口";
//
// uiLabel2
//
uiLabel2.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
uiLabel2.ForeColor = Color.FromArgb(48, 48, 48);
uiLabel2.Location = new Point(13, 105);
uiLabel2.Name = "uiLabel2";
uiLabel2.Size = new Size(94, 29);
uiLabel2.TabIndex = 1;
uiLabel2.Text = "远程端口";
//
// uiLabel1
//
uiLabel1.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
uiLabel1.ForeColor = Color.FromArgb(48, 48, 48);
uiLabel1.Location = new Point(5, 44);
uiLabel1.Name = "uiLabel1";
uiLabel1.Size = new Size(70, 29);
uiLabel1.TabIndex = 1;
uiLabel1.Text = "IP地址";
//
// textbox_IP
//
textbox_IP.FillColor2 = Color.FromArgb(235, 243, 255);
textbox_IP.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
textbox_IP.Location = new Point(76, 37);
textbox_IP.Margin = new Padding(4, 5, 4, 5);
textbox_IP.MinimumSize = new Size(1, 1);
textbox_IP.Name = "textbox_IP";
textbox_IP.Padding = new Padding(1);
textbox_IP.ShowText = false;
textbox_IP.Size = new Size(254, 36);
textbox_IP.TabIndex = 0;
textbox_IP.Text = "127.0.0.1";
textbox_IP.TextAlignment = ContentAlignment.MiddleCenter;
//
// uiGroupBox1
//
uiGroupBox1.Controls.Add(UDP_Radio);
uiGroupBox1.Controls.Add(TcpServer_Radio);
uiGroupBox1.Controls.Add(TCPClient_Radio);
uiGroupBox1.Dock = DockStyle.Top;
uiGroupBox1.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
uiGroupBox1.Location = new Point(0, 0);
uiGroupBox1.Margin = new Padding(4, 5, 4, 5);
uiGroupBox1.MinimumSize = new Size(1, 1);
uiGroupBox1.Name = "uiGroupBox1";
uiGroupBox1.Padding = new Padding(0, 32, 0, 0);
uiGroupBox1.Size = new Size(338, 185);
uiGroupBox1.TabIndex = 0;
uiGroupBox1.Text = "通讯模式";
uiGroupBox1.TextAlignment = ContentAlignment.MiddleLeft;
//
// UDP_Radio
//
UDP_Radio.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
UDP_Radio.Location = new Point(27, 132);
UDP_Radio.MinimumSize = new Size(1, 1);
UDP_Radio.Name = "UDP_Radio";
UDP_Radio.Size = new Size(188, 36);
UDP_Radio.TabIndex = 0;
UDP_Radio.Text = "UPD";
UDP_Radio.CheckedChanged += UDP_Radio_CheckedChanged;
//
// TcpServer_Radio
//
TcpServer_Radio.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
TcpServer_Radio.Location = new Point(27, 82);
TcpServer_Radio.MinimumSize = new Size(1, 1);
TcpServer_Radio.Name = "TcpServer_Radio";
TcpServer_Radio.Size = new Size(188, 36);
TcpServer_Radio.TabIndex = 0;
TcpServer_Radio.Text = "TCP Server";
TcpServer_Radio.CheckedChanged += TcpServer_Radio_CheckedChanged;
//
// TCPClient_Radio
//
TCPClient_Radio.Checked = true;
TCPClient_Radio.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
TCPClient_Radio.Location = new Point(27, 35);
TCPClient_Radio.MinimumSize = new Size(1, 1);
TCPClient_Radio.Name = "TCPClient_Radio";
TCPClient_Radio.Size = new Size(188, 36);
TCPClient_Radio.TabIndex = 0;
TCPClient_Radio.Text = "TCP Client";
TCPClient_Radio.CheckedChanged += TCPClient_Radio_CheckedChanged;
//
// uiGroupBox3
//
uiGroupBox3.Controls.Add(LogBox);
uiGroupBox3.Dock = DockStyle.Top;
uiGroupBox3.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
uiGroupBox3.Location = new Point(338, 0);
uiGroupBox3.Margin = new Padding(4, 5, 4, 5);
uiGroupBox3.MinimumSize = new Size(1, 1);
uiGroupBox3.Name = "uiGroupBox3";
uiGroupBox3.Padding = new Padding(0, 32, 0, 0);
uiGroupBox3.Size = new Size(812, 778);
uiGroupBox3.TabIndex = 1;
uiGroupBox3.Text = "日志记录";
uiGroupBox3.TextAlignment = ContentAlignment.MiddleLeft;
//
// LogBox
//
LogBox.Dock = DockStyle.Fill;
LogBox.FillColor = Color.White;
LogBox.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
LogBox.Location = new Point(0, 32);
LogBox.Margin = new Padding(4, 5, 4, 5);
LogBox.MinimumSize = new Size(1, 1);
LogBox.Name = "LogBox";
LogBox.Padding = new Padding(2);
LogBox.ShowText = false;
LogBox.Size = new Size(812, 746);
LogBox.TabIndex = 0;
LogBox.TextAlignment = ContentAlignment.MiddleCenter;
//
// uiPanel2
//
uiPanel2.Controls.Add(btn_send);
uiPanel2.Controls.Add(textbox_send);
uiPanel2.Dock = DockStyle.Fill;
uiPanel2.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
uiPanel2.Location = new Point(338, 778);
uiPanel2.Margin = new Padding(4, 5, 4, 5);
uiPanel2.MinimumSize = new Size(1, 1);
uiPanel2.Name = "uiPanel2";
uiPanel2.Size = new Size(812, 153);
uiPanel2.TabIndex = 2;
uiPanel2.Text = "uiPanel2";
uiPanel2.TextAlignment = ContentAlignment.MiddleCenter;
//
// btn_send
//
btn_send.Dock = DockStyle.Fill;
btn_send.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
btn_send.Location = new Point(616, 0);
btn_send.MinimumSize = new Size(1, 1);
btn_send.Name = "btn_send";
btn_send.Size = new Size(196, 153);
btn_send.TabIndex = 1;
btn_send.Text = "发送";
btn_send.TipsFont = new Font("宋体", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
btn_send.Click += btn_send_Click;
//
// textbox_send
//
textbox_send.Dock = DockStyle.Left;
textbox_send.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
textbox_send.Location = new Point(0, 0);
textbox_send.Margin = new Padding(4, 5, 4, 5);
textbox_send.MinimumSize = new Size(1, 16);
textbox_send.Name = "textbox_send";
textbox_send.Padding = new Padding(5);
textbox_send.ShowText = false;
textbox_send.Size = new Size(616, 153);
textbox_send.TabIndex = 0;
textbox_send.TextAlignment = ContentAlignment.MiddleLeft;
textbox_send.Watermark = "";
//
// timer1
//
timer1.Interval = 500;
timer1.Tick += timer1_Tick;
//
// SocketDemo
//
AutoScaleMode = AutoScaleMode.None;
ClientSize = new Size(1150, 931);
Controls.Add(uiPanel2);
Controls.Add(uiGroupBox3);
Controls.Add(uiPanel1);
Name = "SocketDemo";
Text = "SocketDemo";
uiPanel1.ResumeLayout(false);
panel1.ResumeLayout(false);
uiGroupBox2.ResumeLayout(false);
uiGroupBox1.ResumeLayout(false);
uiGroupBox3.ResumeLayout(false);
uiPanel2.ResumeLayout(false);
ResumeLayout(false);
}
#endregion
private Sunny.UI.UIPanel uiPanel1;
private Sunny.UI.UIGroupBox uiGroupBox2;
private Sunny.UI.UIGroupBox uiGroupBox1;
private Sunny.UI.UIRadioButton UDP_Radio;
private Sunny.UI.UIRadioButton TcpServer_Radio;
private Sunny.UI.UIRadioButton TCPClient_Radio;
private Sunny.UI.UILabel uiLabel2;
private Sunny.UI.UILabel uiLabel1;
private Sunny.UI.UIIPTextBox textbox_IP;
private Panel panel1;
private Sunny.UI.UIButton btn_open;
private Sunny.UI.UITextBox textbox_localPort;
private Sunny.UI.UITextBox textbox_port;
private Sunny.UI.UILabel uiLabel3;
private Sunny.UI.UIButton btn_random;
private Sunny.UI.UICheckBox CheckBox_savetofill;
private Sunny.UI.UIGroupBox uiGroupBox3;
private Sunny.UI.UIRichTextBox LogBox;
private Sunny.UI.UIPanel uiPanel2;
private Sunny.UI.UIButton btn_send;
private Sunny.UI.UITextBox textbox_send;
private Sunny.UI.UICheckBox CheckBox3_autoscroll;
private Sunny.UI.UILabel uiLabel5;
private Sunny.UI.UIRadioButton radio_save_hex;
private Sunny.UI.UIRadioButton radio_save_ascii;
private Sunny.UI.UICheckBox CheckBox_random;
private Sunny.UI.UILabel uiLabel4;
private Sunny.UI.UIRadioButton radio_send_hex;
private Sunny.UI.UIRadioButton radio_send_ascii;
private Sunny.UI.UILabel uiLabel6;
private Sunny.UI.UILabel uiLabel7;
private Sunny.UI.UITextBox TextBox_time;
private Sunny.UI.UIRadioButton Radio_save_utf8;
private System.Windows.Forms.Timer timer1;
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。