📄 frmmotherserver.designer.cs
字号:
namespace Surance.MotherDevice
{
partial class FrmMotherServer
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
private System.Windows.Forms.MainMenu mainMenu1;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.mainMenu1 = new System.Windows.Forms.MainMenu();
this.menuItemMain = new System.Windows.Forms.MenuItem();
this.menuItemStartMonitor = new System.Windows.Forms.MenuItem();
this.menuItemEndMonitor = new System.Windows.Forms.MenuItem();
this.menuItemSearch = new System.Windows.Forms.MenuItem();
this.menuItemExit = new System.Windows.Forms.MenuItem();
this.childrenBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.dataSetChildren = new Surance.MotherDevice.DataSetChildren();
this.panel1 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.dataGrid1 = new System.Windows.Forms.DataGrid();
this.dataGridTableStyle1 = new System.Windows.Forms.DataGridTableStyle();
this.dataGridTextBoxColumn1 = new System.Windows.Forms.DataGridTextBoxColumn();
this.dataGridTextBoxColumn2 = new System.Windows.Forms.DataGridTextBoxColumn();
this.labelMsg = new System.Windows.Forms.Label();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.SuspendLayout();
//
// mainMenu1
//
this.mainMenu1.MenuItems.Add(this.menuItemMain);
this.mainMenu1.MenuItems.Add(this.menuItemExit);
//
// menuItemMain
//
this.menuItemMain.MenuItems.Add(this.menuItemStartMonitor);
this.menuItemMain.MenuItems.Add(this.menuItemEndMonitor);
this.menuItemMain.MenuItems.Add(this.menuItemSearch);
this.menuItemMain.Text = "Main";
//
// menuItemStartMonitor
//
this.menuItemStartMonitor.Text = "Start Monitor";
this.menuItemStartMonitor.Click += new System.EventHandler(this.menuItemStartMonitor_Click);
//
// menuItemEndMonitor
//
this.menuItemEndMonitor.Text = "End Monitor";
this.menuItemEndMonitor.Click += new System.EventHandler(this.menuItemEndMonitor_Click);
//
// menuItemSearch
//
this.menuItemSearch.Text = "Search Device";
this.menuItemSearch.Click += new System.EventHandler(this.menuItemSearch_Click);
//
// menuItemExit
//
this.menuItemExit.Text = "Exit";
this.menuItemExit.Click += new System.EventHandler(this.menuItemExit_Click);
//
// childrenBindingSource
//
this.childrenBindingSource.DataMember = "Children";
this.childrenBindingSource.DataSource = this.dataSetChildren;
//
// dataSetChildren
//
this.dataSetChildren.DataSetName = "DataSetChildren";
this.dataSetChildren.Prefix = "";
this.dataSetChildren.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// panel1
//
this.panel1.Controls.Add(this.labelMsg);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(176, 58);
//
// panel2
//
this.panel2.Controls.Add(this.dataGrid1);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(0, 58);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(176, 122);
//
// dataGrid1
//
this.dataGrid1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
this.dataGrid1.DataSource = this.childrenBindingSource;
this.dataGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGrid1.Location = new System.Drawing.Point(0, 0);
this.dataGrid1.Name = "dataGrid1";
this.dataGrid1.Size = new System.Drawing.Size(176, 122);
this.dataGrid1.TabIndex = 4;
this.dataGrid1.TableStyles.Add(this.dataGridTableStyle1);
//
// dataGridTableStyle1
//
this.dataGridTableStyle1.GridColumnStyles.Add(this.dataGridTextBoxColumn1);
this.dataGridTableStyle1.GridColumnStyles.Add(this.dataGridTextBoxColumn2);
this.dataGridTableStyle1.MappingName = "Children";
//
// dataGridTextBoxColumn1
//
this.dataGridTextBoxColumn1.Format = "";
this.dataGridTextBoxColumn1.FormatInfo = null;
this.dataGridTextBoxColumn1.HeaderText = "Name";
this.dataGridTextBoxColumn1.MappingName = "Name";
//
// dataGridTextBoxColumn2
//
this.dataGridTextBoxColumn2.Format = "";
this.dataGridTextBoxColumn2.FormatInfo = null;
this.dataGridTextBoxColumn2.HeaderText = "State";
this.dataGridTextBoxColumn2.MappingName = "State";
this.dataGridTextBoxColumn2.Width = 75;
//
// labelMsg
//
this.labelMsg.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelMsg.Location = new System.Drawing.Point(0, 0);
this.labelMsg.Name = "labelMsg";
this.labelMsg.Size = new System.Drawing.Size(176, 58);
this.labelMsg.Text = "Status:Ready";
//
// FrmMotherServer
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(176, 180);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.KeyPreview = true;
this.Menu = this.mainMenu1;
this.Name = "FrmMotherServer";
this.Text = "Mother\'s Monitor";
this.Load += new System.EventHandler(this.FrmMotherServer_Load);
this.panel1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.MenuItem menuItemMain;
private System.Windows.Forms.MenuItem menuItemStartMonitor;
private System.Windows.Forms.MenuItem menuItemEndMonitor;
private System.Windows.Forms.MenuItem menuItemExit;
private System.Windows.Forms.BindingSource childrenBindingSource;
private DataSetChildren dataSetChildren;
private System.Windows.Forms.MenuItem menuItemSearch;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.DataGrid dataGrid1;
private System.Windows.Forms.DataGridTableStyle dataGridTableStyle1;
private System.Windows.Forms.DataGridTextBoxColumn dataGridTextBoxColumn1;
private System.Windows.Forms.DataGridTextBoxColumn dataGridTextBoxColumn2;
private System.Windows.Forms.Label labelMsg;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -