using Gtk;
namespace XNet
{
partial class FrmMain
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
#region Windows 窗体设计器生成的代码
/// <summary>
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.gbReceive = new Frame();
this.txtReceiveScrolledWindow = new ScrolledWindow();
this.txtReceive = new TextView();
//this.menuReceive = new ContextMenuStrip(this.components);
//this.toolStripMenuItem1 = new ToolStripMenuItem();
//this.mi日志着色 = new ToolStripMenuItem();
//this.toolStripMenuItem3 = new ToolStripSeparator();
//this.mi显示应用日志 = new ToolStripMenuItem();
//this.mi显示编码日志 = new ToolStripMenuItem();
//this.mi显示发送数据 = new ToolStripMenuItem();
//this.mi显示接收数据 = new ToolStripMenuItem();
//this.mi显示统计信息 = new ToolStripMenuItem();
//this.menuSend = new ContextMenuStrip(this.components);
//this.mi清空2 = new ToolStripMenuItem();
this.btnConnect = new Button();
//this.timer1 = new Timer(this.components);
//this.fontDialog1 = new FontDialog();
//this.colorDialog1 = new ColorDialog();
this.label1 = new Label();
this.lbAddr = new Label();
this.cbMode = new ComboBox(new string[]{});
this.cbLocal = new ComboBox(new string[] { });
this.cbRemote = ComboBoxText.NewWithEntry();
this.pnlSetting = new HBox();
this.numPort = new SpinButton(1, 63353, 1);
this.label5 = new Label();
this.gbSend = new Frame();
this.boxSend = new VBox();
this.boxSendSetting = new HBox();
this.numThreads = new SpinButton(1, 100000, 1);
this.numSleep = new SpinButton(1000, 1000000, 1);
this.txtSendScrolledWindow = new ScrolledWindow();
this.txtSend = new TextView();
this.btnSend = new Button();
this.numMutilSend = new SpinButton(1, 1000000, 1);
this.label2 = new Label();
this.label7 = new Label();
this.label8 = new Label();
//this.toolTip1 = new ToolTip(this.components);
//this.menuReceive.SuspendLayout();
//this.menuSend.SuspendLayout();
//this.SuspendLayout();
//
// gbReceive
//
this.gbReceive.Add(this.txtReceiveScrolledWindow);
this.gbReceive.Margin = 2;
this.gbReceive.Name = "gbReceive";
//this.gbReceive.SetSizeRequest(878, 298);
// gbReceive.Margin = 10;
this.gbReceive.Label = "接收区:已接收0字节";
//this.gbReceive.Halign = Align.Fill;
//this.gbReceive.Valign = Align.Fill;
this.gbReceive.ShadowType = ShadowType.Out;
//
// txtReceiveScrolledWindow
//
this.txtReceiveScrolledWindow.Add(this.txtReceive);
this.txtReceiveScrolledWindow.CanFocus = true;
this.txtReceiveScrolledWindow.ShadowType = ShadowType.In;
//this.txtReceiveScrolledWindow.Vexpand = true;
//
// txtReceive
//
// this.txtReceive.ContextMenuStrip = this.menuReceive;
// this.txtReceive.Dock = DockStyle.Fill;
// this.txtReceive.HideSelection = false;
// this.txtReceive.Location = new System.Drawing.Point(4, 25);
this.txtReceive.Margin = 1;
this.txtReceive.Name = "txtReceive";
// this.txtReceive.Size = new System.Drawing.Size(970, 269);
this.txtReceive.Editable = false;
// 滚动方法 https://stackoverflow.com/questions/37824865/gtk-textview-auto-scroll-when-text-is-added-to-text-buffer
this.txtReceive.SizeAllocated += TxtReceive_SizeAllocated;
////
//// menuReceive
////
//this.menuReceive.ImageScalingSize = new System.Drawing.Size(32, 32);
//this.menuReceive.Items.AddRange(new ToolStripItem[] {
//this.toolStripMenuItem1,
//this.mi日志着色,
//this.toolStripMenuItem3,
//this.mi显示应用日志,
//this.mi显示编码日志,
//this.mi显示发送数据,
//this.mi显示接收数据,
//this.mi显示统计信息});
//this.menuReceive.Name = "menuSend";
//this.menuReceive.Size = new System.Drawing.Size(189, 206);
////
//// toolStripMenuItem1
////
//this.toolStripMenuItem1.Name = "toolStripMenuItem1";
//this.toolStripMenuItem1.Size = new System.Drawing.Size(188, 28);
//this.toolStripMenuItem1.Text = "清空";
//this.toolStripMenuItem1.Click += new System.EventHandler(this.mi清空_Click);
////
//// mi日志着色
////
//this.mi日志着色.Name = "mi日志着色";
//this.mi日志着色.Size = new System.Drawing.Size(188, 28);
//this.mi日志着色.Text = "日志着色";
//this.mi日志着色.Click += new System.EventHandler(this.miCheck_Click);
////
//// toolStripMenuItem3
////
//this.toolStripMenuItem3.Name = "toolStripMenuItem3";
//this.toolStripMenuItem3.Size = new System.Drawing.Size(185, 6);
////
//// mi显示应用日志
////
//this.mi显示应用日志.Name = "mi显示应用日志";
//this.mi显示应用日志.Size = new System.Drawing.Size(188, 28);
//this.mi显示应用日志.Text = "显示应用日志";
//this.mi显示应用日志.Click += new System.EventHandler(this.miCheck_Click);
////
//// mi显示编码日志
////
//this.mi显示编码日志.Name = "mi显示编码日志";
//this.mi显示编码日志.Size = new System.Drawing.Size(188, 28);
//this.mi显示编码日志.Text = "显示编码日志";
//this.mi显示编码日志.Click += new System.EventHandler(this.miCheck_Click);
////
//// mi显示发送数据
////
//this.mi显示发送数据.Name = "mi显示发送数据";
//this.mi显示发送数据.Size = new System.Drawing.Size(188, 28);
//this.mi显示发送数据.Text = "显示发送数据";
//this.mi显示发送数据.Click += new System.EventHandler(this.miCheck_Click);
////
//// mi显示接收数据
////
//this.mi显示接收数据.Name = "mi显示接收数据";
//this.mi显示接收数据.Size = new System.Drawing.Size(188, 28);
//this.mi显示接收数据.Text = "显示接收数据";
//this.mi显示接收数据.Click += new System.EventHandler(this.miCheck_Click);
////
//// mi显示统计信息
////
//this.mi显示统计信息.Name = "mi显示统计信息";
//this.mi显示统计信息.Size = new System.Drawing.Size(188, 28);
//this.mi显示统计信息.Text = "显示统计信息";
//this.mi显示统计信息.Click += new System.EventHandler(this.miCheck_Click);
////
//// menuSend
////
//this.menuSend.ImageScalingSize = new System.Drawing.Size(32, 32);
//this.menuSend.Items.AddRange(new ToolStripItem[] {
//this.mi清空2});
//this.menuSend.Name = "menuSend";
//this.menuSend.Size = new System.Drawing.Size(117, 32);
////
//// mi清空2
////
//this.mi清空2.Name = "mi清空2";
//this.mi清空2.Size = new System.Drawing.Size(116, 28);
//this.mi清空2.Text = "清空";
//this.mi清空2.Click += new System.EventHandler(this.mi清空2_Click);
//
// btnConnect
//
// this.btnConnect.Location = new System.Drawing.Point(748, 12);
this.btnConnect.Margin = 4;
this.btnConnect.Name = "btnConnect";
// this.btnConnect.Size = new System.Drawing.Size(100, 44);
// this.btnConnect.TabIndex = 3;
this.btnConnect.Label = "打开";
this.btnConnect.Clicked += new System.EventHandler(this.btnConnect_Click);
////
//// timer1
////
//this.timer1.Enabled = true;
//this.timer1.Interval = 300;
//this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// label1
//
//this.label1.AutoSize = true;
this.label1.Xalign = 0.8F;
this.label1.Yalign = 0.5F;
this.label1.MarginTop = 4;
this.label1.MarginBottom = 4;
this.label1.Name = "label1";
//this.label1.WidthRequest = 62;
//this.label1.HeightRequest = 18;
this.label1.Text = "模式:";
//
// lbAddr
//
// this.lbAddr.AutoSize = true;
// this.lbAddr.Location = new System.Drawing.Point(374, 14);
this.lbAddr.Xalign = 0.8F;
this.lbAddr.Yalign = 0.5F;
this.lbAddr.MarginTop = 4;
this.lbAddr.MarginBottom = 4;
this.lbAddr.Name = "lbAddr";
//this.lbAddr.WidthRequest = 62;
//this.lbAddr.HeightRequest = 18;
this.lbAddr.Text = "远程:";
//
// cbMode
//
//this.cbMode.DropDownStyle = ComboBoxStyle.DropDownList;
//this.cbMode.FormattingEnabled = true;
//this.cbMode.Location = new System.Drawing.Point(72, 11);
//this.cbMode.Margin = 4;
this.cbMode.Active = 1;
this.cbMode.Name = "cbMode";
//this.cbMode.SetSizeRequest(1, 1);
this.cbMode.Changed += new System.EventHandler(this.cbMode_SelectedIndexChanged);
//
// cbLocal
//
//this.cbLocal.Active = 1;
this.cbLocal.Name = "cbLocal";
//this.cbLocal.SetSizeRequest(1, 1);
//this.cbLocal.Changed += new System.EventHandler(this.cbLocal_SelectedIndexChanged);
//
// cbRemote
//
//this.cbRemote.Margin = 4;
this.cbRemote.Name = "cbRemote";
//this.cbRemote.SetSizeRequest(200, 18);
// this.cbRemote.Size = new System.Drawing.Size(247, 26);
this.cbRemote.Sensitive = true;
//this.cbRemote.
//
// pnlSetting
//
this.pnlSetting.PackStart(this.label1, false, false, 1);
this.pnlSetting.PackStart(this.cbMode, false, false, 1);
this.pnlSetting.PackStart(this.label5, false, false, 1);
this.pnlSetting.PackStart(this.cbLocal, false, false, 1);
this.pnlSetting.PackStart(this.lbAddr, false, false, 1);
this.pnlSetting.PackStart(this.cbRemote, false, false, 1);
this.pnlSetting.PackStart(this.numPort, false, false, 1);
this.pnlSetting.PackStart(this.btnConnect, false, false, 1);
//this.pnlSetting.Add();
//this.pnlSetting.Position = 5;// .Location = new System.Drawing.Point(14, 12);
this.pnlSetting.Margin = 2;
this.pnlSetting.Name = "pnlSetting";
// this.pnlSetting.Valign = Align.Fill;
// this.pnlSetting.Halign = Align.Fill;
// this.pnlSetting.SetSizeRequest(708, 20);
// pnlSetting.Orientation = Orientation.Horizontal;
//this.pnlSetting.Size = new System.Drawing.Size(708, 46);
//this.pnlSetting.TabIndex = 13;
//
// numPort
//
// this.numPort.Location = new System.Drawing.Point(270, 10);
this.numPort.Margin = 4;
this.numPort.Name = "numPort";
this.numPort.Value = 8080;
//this.numPort.SetSizeRequest(94, 28);
//
// label5
//
//this.label5.AutoSize = true;
//this.label5.Location = new System.Drawing.Point(218, 14);
this.label5.Xalign = 0.8F;
this.label5.Yalign = 0.5F;
this.label5.MarginTop = 4;
this.label5.MarginBottom = 4;
this.label5.Name = "label5";
//this.label5.SetSizeRequest(62, 18);
this.label5.Text = "本地:";
//
// gbSend
//
this.gbSend.Add(this.boxSend);
// this.gbSend.Controls.Add(this.numThreads);
// this.gbSend.Controls.Add(this.numSleep);
// this.gbSend.Controls.Add(this.btnSend);
// this.gbSend.Controls.Add(this.numMutilSend);
// this.gbSend.Controls.Add(this.label2);
// this.gbSend.Controls.Add(this.label7);
// this.gbSend.Location = new System.Drawing.Point(14, 424);
this.gbSend.Margin = 1;
this.gbSend.Name = "gbSend";
//this.gbSend.SetSizeRequest(778, 126);
this.gbSend.Label = "发送区:已发送0字节";
//
// boxSend
//
this.boxSend.PackStart(this.txtSendScrolledWindow, false,false, 2);
this.boxSend.PackStart(this.boxSendSetting, false, false, 2);
// this.boxSend.Orientation = Orientation.Vertical;
this.boxSend.Margin = 1;
this.boxSend.Name = "boxSend";
//
// boxSendSetting
//
this.boxSendSetting.PackStart(this.label7, false, false, 2);
this.boxSendSetting.PackStart(this.numMutilSend, false, false, 2);
this.boxSendSetting.PackStart(this.label8, false, false, 2);
this.boxSendSetting.PackStart(this.numThreads, false, false, 2);
this.boxSendSetting.PackStart(this.label2, false, false, 2);
this.boxSendSetting.PackStart(this.numSleep, false, false, 2);
this.boxSendSetting.PackStart(this.btnSend, false, false, 2);
this.boxSendSetting.Margin = 1;
this.boxSendSetting.Name = "sendSetting";
//
// numThreads
//
this.numThreads.Margin = 4;
this.numThreads.Name = "numThreads";
//this.numThreads.SetSizeRequest(78, 28);
// this.toolTip1.SetToolTip(this.numThreads, "模拟多客户端发送,用于压力测试!");
//
// numSleep
//
this.numSleep.Margin = 1;
this.numSleep.Name = "numSleep";
//this.numSleep.SetSizeRequest(109, 28);
//
// txtSendScrolledWindow
//
this.txtSendScrolledWindow.CanFocus = true;
this.txtSendScrolledWindow.ShadowType = ShadowType.In;
this.txtSendScrolledWindow.Vexpand = true;
this.txtSendScrolledWindow.Add(this.txtSend);
//
// txtSend
//
// this.txtSend.ContextMenuStrip = this.menuSend;
// this.txtSend.Location = new System.Drawing.Point(0, 28);
this.txtSend.Margin = 4;
this.txtSend.Name = "txtSend";
//this.txtSend.SetSizeRequest(621, 86);
this.txtSend.WrapMode = WrapMode.Word;
//this.txtSend.Editable = false;
//
// btnSend
//
this.btnSend.Margin = 4;
this.btnSend.Name = "btnSend";
//this.btnSend.SetSizeRequest(75, 45);
this.btnSend.Label = "发送";
this.btnSend.Clicked += new System.EventHandler(this.btnSend_Click);
//
// numMutilSend
//
this.numMutilSend.Margin = 4;
this.numMutilSend.Name = "numMutilSend";
//this.numMutilSend.SetSizeRequest(109, 28);
//
// label2
//
// this.label2.Location = new System.Drawing.Point(729, 87);
this.label2.Margin = 4;
this.label2.Name = "label2";
//this.label2.SetSizeRequest(62, 18);
this.label2.Text = "间隔:";
//
// label7
//
// this.label7.Location = new System.Drawing.Point(729, 39);
this.label7.Margin = 4;
this.label7.Name = "label7";
//this.label7.SetSizeRequest(62, 18);
this.label7.Text = "次数:";
//
// label8
//
this.label8.Margin = 4;
this.label8.Name = "label8";
//this.label8.SetSizeRequest(62, 18);
this.label8.Text = "线程:";
////
//// FrmMain
////
//this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
//this.AutoScaleMode = AutoScaleMode.Font;
//this.ClientSize = new System.Drawing.Size(1000, 568);
this.PackStart(this.pnlSetting, false, false, 2);
this.PackStart(this.gbReceive, true, true, 2);
this.PackStart(this.gbSend, false, false, 2);
//this.Margin = new Padding(4);
//this.Name = "FrmMain";
//this.StartPosition = FormStartPosition.CenterScreen;
//this.Text = "Api调试";
this.Shown += new System.EventHandler(this.FrmMain_Load);
//this.menuReceive.ResumeLayout(false);
//this.menuSend.ResumeLayout(false);
//this.pnlSetting.ResumeLayout(false);
//this.pnlSetting.PerformLayout();
//((System.ComponentModel.ISupportInitialize)(this.numPort)).EndInit();
//((System.ComponentModel.ISupportInitialize)(this.numThreads)).EndInit();
//((System.ComponentModel.ISupportInitialize)(this.numSleep)).EndInit();
//((System.ComponentModel.ISupportInitialize)(this.numMutilSend)).EndInit();
//this.ResumeLayout(false);
//this.PerformLayout();
//this.Fill = true;
//this.Halign = Align.Fill;
//this.Valign = Align.Fill;
this.Orientation = Orientation.Vertical;
}
private void TxtReceive_SizeAllocated(System.Object o, SizeAllocatedArgs args)
{
var s = o as TextView;
s.ScrollToIter(s.Buffer.EndIter, 0, false, 0, 0);
}
#endregion
private Frame gbReceive;
private Button btnConnect;
//private Timer timer1;
//private ContextMenuStrip menuSend;
//private ToolStripMenuItem mi清空2;
private ScrolledWindow txtReceiveScrolledWindow;
private TextView txtReceive;
//private FontDialog fontDialog1;
//private ColorDialog colorDialog1;
private Label label1;
private Label lbAddr;
private ComboBox cbMode;
private ComboBox cbLocal;
private ComboBoxText cbRemote;
private HBox pnlSetting;
//private ContextMenuStrip menuReceive;
//private ToolStripMenuItem toolStripMenuItem1;
//private ToolStripSeparator toolStripMenuItem3;
private Frame gbSend;
private VBox boxSend;
private HBox boxSendSetting;
private SpinButton numSleep;
private ScrolledWindow txtSendScrolledWindow;
private TextView txtSend;
private Button btnSend;
private SpinButton numMutilSend;
private Label label2;
private Label label7;
private Label label8;
//private ToolStripMenuItem mi显示统计信息;
private SpinButton numThreads;
//private ToolStripMenuItem mi显示应用日志;
//private ToolStripMenuItem mi显示编码日志;
//private ToolTip toolTip1;
//private ToolStripMenuItem mi日志着色;
private SpinButton numPort;
private Label label5;
//private ToolStripMenuItem mi显示发送数据;
//private ToolStripMenuItem mi显示接收数据;
}
}
|