📄 computerports.designer.cs
字号:
namespace MyObjectCSharp
{
partial class ComputerPorts
{
/// <summary>
/// 设计工具所需的变数。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清除任何使用中的资源。
/// </summary>
/// <param name="disposing">如果应该公开 Managed 资源则为 true,否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form 设计工具产生的程序代码
/// <summary>
/// 此为设计工具支援所需的方法 - 请勿使用程序代码编辑器修改这个方法的内容。
///
/// </summary>
private void InitializeComponent()
{
this.lboxPortNames = new System.Windows.Forms.ListBox();
this.btnRead = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// lboxPortNames
//
this.lboxPortNames.FormattingEnabled = true;
this.lboxPortNames.ItemHeight = 12;
this.lboxPortNames.Location = new System.Drawing.Point(32, 66);
this.lboxPortNames.Name = "lboxPortNames";
this.lboxPortNames.Size = new System.Drawing.Size(255, 256);
this.lboxPortNames.TabIndex = 0;
//
// btnRead
//
this.btnRead.Location = new System.Drawing.Point(32, 21);
this.btnRead.Name = "btnRead";
this.btnRead.Size = new System.Drawing.Size(75, 23);
this.btnRead.TabIndex = 1;
this.btnRead.Text = "读取序列端口名称";
this.btnRead.UseVisualStyleBackColor = true;
this.btnRead.Click += new System.EventHandler(this.btnRead_Click);
//
// ComputerPorts
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(605, 405);
this.Controls.Add(this.btnRead);
this.Controls.Add(this.lboxPortNames);
this.Name = "ComputerPorts";
this.Text = "ComputerPorts";
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ListBox lboxPortNames;
private System.Windows.Forms.Button btnRead;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -