📄 frmchildren.designer.cs
字号:
namespace Surance.ChildrenDevice
{
partial class FrmChildren
{
/// <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.menuItemStart = new System.Windows.Forms.MenuItem();
this.menuItemExit = new System.Windows.Forms.MenuItem();
this.label1 = new System.Windows.Forms.Label();
this.mothersBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.dataSetMother = new Surance.ChildrenDevice.DataSetMother();
this.comboBoxServerList = new System.Windows.Forms.ComboBox();
this.lbSate = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// mainMenu1
//
this.mainMenu1.MenuItems.Add(this.menuItemStart);
this.mainMenu1.MenuItems.Add(this.menuItemExit);
//
// menuItemStart
//
this.menuItemStart.Text = "Start";
this.menuItemStart.Click += new System.EventHandler(this.menuItemStart_Click);
//
// menuItemExit
//
this.menuItemExit.Text = "Exit";
this.menuItemExit.Click += new System.EventHandler(this.menuItemExit_Click);
//
// label1
//
this.label1.Location = new System.Drawing.Point(4, 19);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(146, 22);
this.label1.Text = "Server Address and GUID";
//
// mothersBindingSource
//
this.mothersBindingSource.DataMember = "Mothers";
this.mothersBindingSource.DataSource = this.dataSetMother;
//
// dataSetMother
//
this.dataSetMother.DataSetName = "DataSetMother";
this.dataSetMother.Prefix = "";
this.dataSetMother.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// comboBoxServerList
//
this.comboBoxServerList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.comboBoxServerList.DataSource = this.mothersBindingSource;
this.comboBoxServerList.DisplayMember = "Name";
this.comboBoxServerList.Location = new System.Drawing.Point(14, 44);
this.comboBoxServerList.Name = "comboBoxServerList";
this.comboBoxServerList.Size = new System.Drawing.Size(146, 22);
this.comboBoxServerList.TabIndex = 2;
this.comboBoxServerList.SelectedIndexChanged += new System.EventHandler(this.comboBoxServerList_SelectedIndexChanged);
//
// lbSate
//
this.lbSate.Location = new System.Drawing.Point(14, 86);
this.lbSate.Name = "lbSate";
this.lbSate.Size = new System.Drawing.Size(152, 56);
this.lbSate.Text = "Current State:Mother is arrond you!";
//
// FrmChildren
//
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.lbSate);
this.Controls.Add(this.comboBoxServerList);
this.Controls.Add(this.label1);
this.KeyPreview = true;
this.Menu = this.mainMenu1;
this.Name = "FrmChildren";
this.Text = "Children\'s End";
this.Load += new System.EventHandler(this.FrmChildren_Load);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.MenuItem menuItemStart;
private System.Windows.Forms.MenuItem menuItemExit;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox comboBoxServerList;
private System.Windows.Forms.BindingSource mothersBindingSource;
private DataSetMother dataSetMother;
private System.Windows.Forms.Label lbSate;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -