Files
UdpPlugWebsocket/UdpPlugWebsocket/Browser.Designer.cs
2019-04-23 13:02:29 +08:00

191 lines
9.2 KiB
C#

namespace UdpPlugWebsocket
{
partial class Browser
{
/// <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.groupBox1 = new System.Windows.Forms.GroupBox();
this.dgv_browsers = new System.Windows.Forms.DataGridView();
this.panel1 = new System.Windows.Forms.Panel();
this.txt_Send = new System.Windows.Forms.TextBox();
this.btn_Send = new System.Windows.Forms.Button();
this.splitter1 = new System.Windows.Forms.Splitter();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgv_browsers)).BeginInit();
this.panel1.SuspendLayout();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.dgv_browsers);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox1.Location = new System.Drawing.Point(0, 0);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(830, 600);
this.groupBox1.TabIndex = 2;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "浏览客户端:";
//
// dgv_browsers
//
this.dgv_browsers.AllowUserToAddRows = false;
this.dgv_browsers.BackgroundColor = System.Drawing.Color.WhiteSmoke;
this.dgv_browsers.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgv_browsers.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgv_browsers.GridColor = System.Drawing.Color.Snow;
this.dgv_browsers.Location = new System.Drawing.Point(3, 25);
this.dgv_browsers.MultiSelect = false;
this.dgv_browsers.Name = "dgv_browsers";
this.dgv_browsers.ReadOnly = true;
this.dgv_browsers.RowHeadersVisible = false;
this.dgv_browsers.RowHeadersWidth = 4;
this.dgv_browsers.RowTemplate.Height = 23;
this.dgv_browsers.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgv_browsers.Size = new System.Drawing.Size(824, 572);
this.dgv_browsers.TabIndex = 0;
this.dgv_browsers.SelectionChanged += new System.EventHandler(this.dgv_browsers_SelectionChanged);
//
// panel1
//
this.panel1.Controls.Add(this.txt_Send);
this.panel1.Controls.Add(this.btn_Send);
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel1.Location = new System.Drawing.Point(0, 600);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(830, 25);
this.panel1.TabIndex = 5;
//
// txt_Send
//
this.txt_Send.Dock = System.Windows.Forms.DockStyle.Fill;
this.txt_Send.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txt_Send.Location = new System.Drawing.Point(0, 0);
this.txt_Send.Name = "txt_Send";
this.txt_Send.Size = new System.Drawing.Size(744, 26);
this.txt_Send.TabIndex = 0;
//
// btn_Send
//
this.btn_Send.Dock = System.Windows.Forms.DockStyle.Right;
this.btn_Send.Location = new System.Drawing.Point(744, 0);
this.btn_Send.Name = "btn_Send";
this.btn_Send.Size = new System.Drawing.Size(86, 25);
this.btn_Send.TabIndex = 1;
this.btn_Send.Text = "发送";
this.btn_Send.UseVisualStyleBackColor = true;
this.btn_Send.Click += new System.EventHandler(this.btn_Send_Click);
//
// splitter1
//
this.splitter1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.splitter1.Location = new System.Drawing.Point(0, 368);
this.splitter1.Name = "splitter1";
this.splitter1.Size = new System.Drawing.Size(830, 10);
this.splitter1.TabIndex = 9;
this.splitter1.TabStop = false;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.richTextBox1);
this.groupBox2.Controls.Add(this.dataGridView1);
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.groupBox2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox2.Location = new System.Drawing.Point(0, 378);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(830, 222);
this.groupBox2.TabIndex = 8;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "接收:";
//
// richTextBox1
//
this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.richTextBox1.Location = new System.Drawing.Point(3, 25);
this.richTextBox1.Name = "richTextBox1";
this.richTextBox1.Size = new System.Drawing.Size(824, 194);
this.richTextBox1.TabIndex = 5;
this.richTextBox1.Text = "";
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.BackgroundColor = System.Drawing.Color.WhiteSmoke;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView1.GridColor = System.Drawing.Color.Snow;
this.dataGridView1.Location = new System.Drawing.Point(3, 25);
this.dataGridView1.MultiSelect = false;
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.RowHeadersVisible = false;
this.dataGridView1.RowHeadersWidth = 4;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView1.Size = new System.Drawing.Size(824, 194);
this.dataGridView1.TabIndex = 0;
//
// Browser
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(830, 625);
this.Controls.Add(this.splitter1);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.panel1);
this.Name = "Browser";
this.Text = "Browser";
this.Load += new System.EventHandler(this.Browser_Load);
this.groupBox1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgv_browsers)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.groupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.DataGridView dgv_browsers;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.TextBox txt_Send;
private System.Windows.Forms.Button btn_Send;
private System.Windows.Forms.Splitter splitter1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.RichTextBox richTextBox1;
private System.Windows.Forms.DataGridView dataGridView1;
}
}