📄 frmitemstatus.designer.cs
字号:
//[Microsoft.VisualBasic.CompilerServices.DesignerGenerated()]
partial class frmItemStatus
{
#region "Windows "
[System.Diagnostics.DebuggerNonUserCode()]
public frmItemStatus() : base()
{
//´Ëµ÷ÓÃÊÇ Windows ´°ÌåÉè¼ÆÆ÷Ëù±ØÐèµÄ¡£
InitializeComponent();
}
//´°ÌåÖØÐ´ÊÍ·Å£¬ÒÔÇåÀí×é¼þÁÐ±í¡£
[System.Diagnostics.DebuggerNonUserCode()]
protected override void Dispose(bool Disposing)
{
if (Disposing)
{
if ((components != null))
{
components.Dispose();
}
}
base.Dispose(Disposing);
}
//Windows ´°ÌåÉè¼ÆÆ÷Ëù±ØÐèµÄ
private System.ComponentModel.IContainer components;
public System.Windows.Forms.ToolTip ToolTip1;
public System.Windows.Forms.ColumnHeader _ListView1_ColumnHeader_1;
public System.Windows.Forms.ColumnHeader _ListView1_ColumnHeader_2;
public System.Windows.Forms.ListView ListView1;
public System.Windows.Forms.Button RefreshButton;
public System.Windows.Forms.Button OKButton;
//×¢Òâ: ÒÔϹý³ÌÊÇ Windows ´°ÌåÉè¼ÆÆ÷Ëù±ØÐèµÄ
//¿ÉÒÔʹÓà Windows ´°ÌåÉè¼ÆÆ÷À´ÐÞ¸ÄËü¡£
//²»ÒªÊ¹ÓôúÂë±à¼Æ÷ÐÞ¸ÄËü¡£
[System.Diagnostics.DebuggerStepThrough()]
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.ToolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.ListView1 = new System.Windows.Forms.ListView();
this._ListView1_ColumnHeader_1 = new System.Windows.Forms.ColumnHeader();
this._ListView1_ColumnHeader_2 = new System.Windows.Forms.ColumnHeader();
this.RefreshButton = new System.Windows.Forms.Button();
this.OKButton = new System.Windows.Forms.Button();
this.bActive = new System.Windows.Forms.CheckBox();
this.SuspendLayout();
//
// ListView1
//
this.ListView1.BackColor = System.Drawing.SystemColors.Window;
this.ListView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this._ListView1_ColumnHeader_1,
this._ListView1_ColumnHeader_2});
this.ListView1.ForeColor = System.Drawing.SystemColors.WindowText;
this.ListView1.FullRowSelect = true;
this.ListView1.LabelEdit = true;
this.ListView1.Location = new System.Drawing.Point(8, 8);
this.ListView1.Name = "ListView1";
this.ListView1.Size = new System.Drawing.Size(297, 193);
this.ListView1.TabIndex = 2;
this.ListView1.UseCompatibleStateImageBehavior = false;
this.ListView1.View = System.Windows.Forms.View.Details;
//
// _ListView1_ColumnHeader_1
//
this._ListView1_ColumnHeader_1.Text = "Key";
this._ListView1_ColumnHeader_1.Width = 159;
//
// _ListView1_ColumnHeader_2
//
this._ListView1_ColumnHeader_2.Text = "Value";
this._ListView1_ColumnHeader_2.Width = 170;
//
// RefreshButton
//
this.RefreshButton.BackColor = System.Drawing.SystemColors.Control;
this.RefreshButton.Cursor = System.Windows.Forms.Cursors.Default;
this.RefreshButton.ForeColor = System.Drawing.SystemColors.ControlText;
this.RefreshButton.Location = new System.Drawing.Point(312, 40);
this.RefreshButton.Name = "RefreshButton";
this.RefreshButton.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.RefreshButton.Size = new System.Drawing.Size(81, 25);
this.RefreshButton.TabIndex = 1;
this.RefreshButton.Text = "Refresh";
this.RefreshButton.UseVisualStyleBackColor = false;
this.RefreshButton.Click += new System.EventHandler(this.RefreshButton_Click);
//
// 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(312, 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 = "Done";
this.OKButton.UseVisualStyleBackColor = false;
this.OKButton.Click += new System.EventHandler(this.OKButton_Click);
//
// bActive
//
this.bActive.AutoSize = true;
this.bActive.Location = new System.Drawing.Point(315, 105);
this.bActive.Name = "bActive";
this.bActive.Size = new System.Drawing.Size(66, 16);
this.bActive.TabIndex = 3;
this.bActive.Text = "bActive";
this.bActive.UseVisualStyleBackColor = true;
//
// frmItemStatus
//
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.ClientSize = new System.Drawing.Size(402, 210);
this.Controls.Add(this.bActive);
this.Controls.Add(this.ListView1);
this.Controls.Add(this.RefreshButton);
this.Controls.Add(this.OKButton);
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 = "frmItemStatus";
this.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Item Properties";
this.Load += new System.EventHandler(this.frmItemStatus_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
public System.Windows.Forms.CheckBox bActive;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -