📄 frmgroupstatus.designer.cs
字号:
partial class frmGroupStatus
{
#region "Windows "
[System.Diagnostics.DebuggerNonUserCode()]
public frmGroupStatus() : base()
{
InitializeComponent();
}
[System.Diagnostics.DebuggerNonUserCode()]
protected override void Dispose(bool Disposing)
{
if (Disposing)
{
if ((components != null))
{
components.Dispose();
}
}
base.Dispose(Disposing);
}
private System.ComponentModel.IContainer components;
public System.Windows.Forms.ToolTip ToolTip1;
public System.Windows.Forms.CheckBox Check1;
public System.Windows.Forms.TextBox Text4;
public System.Windows.Forms.TextBox Text3;
public System.Windows.Forms.TextBox Text2;
public System.Windows.Forms.TextBox Text1;
public System.Windows.Forms.Button CancelButton_Renamed;
public System.Windows.Forms.Button OKButton;
public System.Windows.Forms.Label _Label1_6;
public System.Windows.Forms.Label _Label1_5;
public System.Windows.Forms.Label _Label1_4;
public System.Windows.Forms.Label _Label1_3;
public System.Windows.Forms.Label _Label1_2;
public System.Windows.Forms.Label _Label1_1;
public System.Windows.Forms.Label _Label1_0;
public System.Windows.Forms.Label Label1;
[System.Diagnostics.DebuggerStepThrough()]
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.ToolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.Check1 = new System.Windows.Forms.CheckBox();
this.Text4 = new System.Windows.Forms.TextBox();
this.Text3 = new System.Windows.Forms.TextBox();
this.Text2 = new System.Windows.Forms.TextBox();
this.Text1 = new System.Windows.Forms.TextBox();
this.CancelButton_Renamed = new System.Windows.Forms.Button();
this.OKButton = new System.Windows.Forms.Button();
this._Label1_6 = new System.Windows.Forms.Label();
this._Label1_5 = new System.Windows.Forms.Label();
this._Label1_4 = new System.Windows.Forms.Label();
this._Label1_3 = new System.Windows.Forms.Label();
this._Label1_2 = new System.Windows.Forms.Label();
this._Label1_1 = new System.Windows.Forms.Label();
this._Label1_0 = new System.Windows.Forms.Label();
this.Label1 = new System.Windows.Forms.Label();
//((System.ComponentModel.ISupportInitialize)(this.Label1)).BeginInit();
this.SuspendLayout();
//
// Check1
//
this.Check1.BackColor = System.Drawing.SystemColors.Control;
this.Check1.Cursor = System.Windows.Forms.Cursors.Default;
this.Check1.ForeColor = System.Drawing.SystemColors.ControlText;
this.Check1.Location = new System.Drawing.Point(88, 112);
this.Check1.Name = "Check1";
this.Check1.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.Check1.Size = new System.Drawing.Size(49, 17);
this.Check1.TabIndex = 6;
this.Check1.UseVisualStyleBackColor = false;
//
// Text4
//
this.Text4.AcceptsReturn = true;
this.Text4.BackColor = System.Drawing.SystemColors.Window;
this.Text4.Cursor = System.Windows.Forms.Cursors.IBeam;
this.Text4.ForeColor = System.Drawing.SystemColors.WindowText;
this.Text4.Location = new System.Drawing.Point(88, 88);
this.Text4.Name = "Text4";
this.Text4.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.Text4.Size = new System.Drawing.Size(97, 21);
this.Text4.TabIndex = 5;
//
// Text3
//
this.Text3.AcceptsReturn = true;
this.Text3.BackColor = System.Drawing.SystemColors.Window;
this.Text3.Cursor = System.Windows.Forms.Cursors.IBeam;
this.Text3.ForeColor = System.Drawing.SystemColors.WindowText;
this.Text3.Location = new System.Drawing.Point(88, 64);
this.Text3.Name = "Text3";
this.Text3.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.Text3.Size = new System.Drawing.Size(137, 21);
this.Text3.TabIndex = 4;
//
// Text2
//
this.Text2.AcceptsReturn = true;
this.Text2.BackColor = System.Drawing.SystemColors.Window;
this.Text2.Cursor = System.Windows.Forms.Cursors.IBeam;
this.Text2.ForeColor = System.Drawing.SystemColors.WindowText;
this.Text2.Location = new System.Drawing.Point(88, 40);
this.Text2.Name = "Text2";
this.Text2.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.Text2.Size = new System.Drawing.Size(137, 21);
this.Text2.TabIndex = 3;
//
// Text1
//
this.Text1.AcceptsReturn = true;
this.Text1.BackColor = System.Drawing.SystemColors.Window;
this.Text1.Cursor = System.Windows.Forms.Cursors.IBeam;
this.Text1.ForeColor = System.Drawing.SystemColors.WindowText;
this.Text1.Location = new System.Drawing.Point(88, 16);
this.Text1.Name = "Text1";
this.Text1.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.Text1.Size = new System.Drawing.Size(169, 21);
this.Text1.TabIndex = 2;
//
// CancelButton_Renamed
//
this.CancelButton_Renamed.BackColor = System.Drawing.SystemColors.Control;
this.CancelButton_Renamed.Cursor = System.Windows.Forms.Cursors.Default;
this.CancelButton_Renamed.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.CancelButton_Renamed.ForeColor = System.Drawing.SystemColors.ControlText;
this.CancelButton_Renamed.Location = new System.Drawing.Point(272, 40);
this.CancelButton_Renamed.Name = "CancelButton_Renamed";
this.CancelButton_Renamed.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.CancelButton_Renamed.Size = new System.Drawing.Size(81, 25);
this.CancelButton_Renamed.TabIndex = 1;
this.CancelButton_Renamed.Text = "Cancel";
this.CancelButton_Renamed.UseVisualStyleBackColor = false;
//
// OKButton
//
this.OKButton.BackColor = System.Drawing.SystemColors.Control;
this.OKButton.Cursor = System.Windows.Forms.Cursors.Default;
this.OKButton.ForeColor = System.Drawing.SystemColors.ControlText;
this.OKButton.Location = new System.Drawing.Point(272, 8);
this.OKButton.Name = "OKButton";
this.OKButton.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.OKButton.Size = new System.Drawing.Size(81, 25);
this.OKButton.TabIndex = 0;
this.OKButton.Text = "OK";
this.OKButton.UseVisualStyleBackColor = false;
this.OKButton.Click += new System.EventHandler(this.OKButton_Click);
//
// _Label1_6
//
this._Label1_6.BackColor = System.Drawing.SystemColors.Control;
this._Label1_6.Cursor = System.Windows.Forms.Cursors.Default;
this._Label1_6.ForeColor = System.Drawing.SystemColors.ControlText;
//this.Label1.SetIndex(this._Label1_6, ((short)(6)));
this._Label1_6.Location = new System.Drawing.Point(232, 40);
this._Label1_6.Name = "_Label1_6";
this._Label1_6.RightToLeft = System.Windows.Forms.RightToLeft.No;
this._Label1_6.Size = new System.Drawing.Size(57, 17);
this._Label1_6.TabIndex = 13;
this._Label1_6.Text = "ms";
//
// _Label1_5
//
this._Label1_5.BackColor = System.Drawing.SystemColors.Control;
this._Label1_5.Cursor = System.Windows.Forms.Cursors.Default;
this._Label1_5.ForeColor = System.Drawing.SystemColors.ControlText;
//this.Label1.SetIndex(this._Label1_5, ((short)(5)));
this._Label1_5.Location = new System.Drawing.Point(232, 64);
this._Label1_5.Name = "_Label1_5";
this._Label1_5.RightToLeft = System.Windows.Forms.RightToLeft.No;
this._Label1_5.Size = new System.Drawing.Size(57, 17);
this._Label1_5.TabIndex = 12;
this._Label1_5.Text = "% FS";
//
// _Label1_4
//
this._Label1_4.BackColor = System.Drawing.SystemColors.Control;
this._Label1_4.Cursor = System.Windows.Forms.Cursors.Default;
this._Label1_4.ForeColor = System.Drawing.SystemColors.ControlText;
//this.Label1.SetIndex(this._Label1_4, ((short)(4)));
this._Label1_4.Location = new System.Drawing.Point(16, 112);
this._Label1_4.Name = "_Label1_4";
this._Label1_4.RightToLeft = System.Windows.Forms.RightToLeft.No;
this._Label1_4.Size = new System.Drawing.Size(57, 17);
this._Label1_4.TabIndex = 11;
this._Label1_4.Text = "Active";
//
// _Label1_3
//
this._Label1_3.BackColor = System.Drawing.SystemColors.Control;
this._Label1_3.Cursor = System.Windows.Forms.Cursors.Default;
this._Label1_3.ForeColor = System.Drawing.SystemColors.ControlText;
//this.Label1.SetIndex(this._Label1_3, ((short)(3)));
this._Label1_3.Location = new System.Drawing.Point(16, 88);
this._Label1_3.Name = "_Label1_3";
this._Label1_3.RightToLeft = System.Windows.Forms.RightToLeft.No;
this._Label1_3.Size = new System.Drawing.Size(57, 17);
this._Label1_3.TabIndex = 10;
this._Label1_3.Text = "TimeBias";
//
// _Label1_2
//
this._Label1_2.BackColor = System.Drawing.SystemColors.Control;
this._Label1_2.Cursor = System.Windows.Forms.Cursors.Default;
this._Label1_2.ForeColor = System.Drawing.SystemColors.ControlText;
//this.Label1.SetIndex(this._Label1_2, ((short)(2)));
this._Label1_2.Location = new System.Drawing.Point(16, 64);
this._Label1_2.Name = "_Label1_2";
this._Label1_2.RightToLeft = System.Windows.Forms.RightToLeft.No;
this._Label1_2.Size = new System.Drawing.Size(57, 17);
this._Label1_2.TabIndex = 9;
this._Label1_2.Text = "DeadBand";
//
// _Label1_1
//
this._Label1_1.BackColor = System.Drawing.SystemColors.Control;
this._Label1_1.Cursor = System.Windows.Forms.Cursors.Default;
this._Label1_1.ForeColor = System.Drawing.SystemColors.ControlText;
//this.Label1.SetIndex(this._Label1_1, ((short)(1)));
this._Label1_1.Location = new System.Drawing.Point(16, 40);
this._Label1_1.Name = "_Label1_1";
this._Label1_1.RightToLeft = System.Windows.Forms.RightToLeft.No;
this._Label1_1.Size = new System.Drawing.Size(73, 17);
this._Label1_1.TabIndex = 8;
this._Label1_1.Text = "Update Rate";
//
// _Label1_0
//
this._Label1_0.BackColor = System.Drawing.SystemColors.Control;
this._Label1_0.Cursor = System.Windows.Forms.Cursors.Default;
this._Label1_0.ForeColor = System.Drawing.SystemColors.ControlText;
////this.Label1.SetIndex(this._Label1_0, ((short)(0)));
this._Label1_0.Location = new System.Drawing.Point(16, 16);
this._Label1_0.Name = "_Label1_0";
this._Label1_0.RightToLeft = System.Windows.Forms.RightToLeft.No;
this._Label1_0.Size = new System.Drawing.Size(57, 17);
this._Label1_0.TabIndex = 7;
this._Label1_0.Text = "Name";
//
// frmGroupStatus
//
this.AcceptButton = this.OKButton;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Control;
this.CancelButton = this.CancelButton_Renamed;
this.ClientSize = new System.Drawing.Size(367, 142);
this.Controls.Add(this.Check1);
this.Controls.Add(this.Text4);
this.Controls.Add(this.Text3);
this.Controls.Add(this.Text2);
this.Controls.Add(this.Text1);
this.Controls.Add(this.CancelButton_Renamed);
this.Controls.Add(this.OKButton);
this.Controls.Add(this._Label1_6);
this.Controls.Add(this._Label1_5);
this.Controls.Add(this._Label1_4);
this.Controls.Add(this._Label1_3);
this.Controls.Add(this._Label1_2);
this.Controls.Add(this._Label1_1);
this.Controls.Add(this._Label1_0);
this.Cursor = System.Windows.Forms.Cursors.Default;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Location = new System.Drawing.Point(184, 250);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmGroupStatus";
this.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Group Status";
this.Load += new System.EventHandler(this.frmGroupStatus_Load);
//((System.ComponentModel.ISupportInitialize)(this.Label1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -