1 Star 0 Fork 28

ewsq/SerialPortForward

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
HexAutoAnswer.Designer.cs 4.40 KB
一键复制 编辑 原始数据 按行查看 历史
老大哥 提交于 2023-09-11 08:37 . fix: 调整引用,分离HEX编辑框
using ITLDG;
namespace SerialPortForward
{
partial class HexAutoAnswer
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.txtReceiv = new HexTextBox();
this.txtReply = new HexTextBox();
this.btnRemove = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(2, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 0;
this.label1.Text = "收到:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(2, 38);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 1;
this.label2.Text = "返回:";
//
// txtReceiv
//
this.txtReceiv.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtReceiv.Location = new System.Drawing.Point(36, 6);
this.txtReceiv.Name = "txtReceiv";
this.txtReceiv.Size = new System.Drawing.Size(202, 21);
this.txtReceiv.TabIndex = 2;
//
// txtReply
//
this.txtReply.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtReply.Location = new System.Drawing.Point(36, 35);
this.txtReply.Name = "txtReply";
this.txtReply.Size = new System.Drawing.Size(202, 21);
this.txtReply.TabIndex = 3;
//
// btnRemove
//
this.btnRemove.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnRemove.Location = new System.Drawing.Point(244, 3);
this.btnRemove.Name = "btnRemove";
this.btnRemove.Size = new System.Drawing.Size(59, 53);
this.btnRemove.TabIndex = 4;
this.btnRemove.Text = "移除";
this.btnRemove.UseVisualStyleBackColor = true;
this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click);
//
// HexAutoAnswer
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.btnRemove);
this.Controls.Add(this.txtReply);
this.Controls.Add(this.txtReceiv);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Margin = new System.Windows.Forms.Padding(10);
this.Name = "HexAutoAnswer";
this.Size = new System.Drawing.Size(306, 65);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button btnRemove;
public HexTextBox txtReceiv;
public HexTextBox txtReply;
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/ewsq/serial-port-forward.git
git@gitee.com:ewsq/serial-port-forward.git
ewsq
serial-port-forward
SerialPortForward
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385