1 Star 0 Fork 24

好的工具/SerialPortForward

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
FrmDatas.Designer.cs 5.16 KB
一键复制 编辑 原始数据 按行查看 历史
老大哥 提交于 2023-09-09 16:55 . feat: 增加位分析功能
namespace SerialPortForward
{
partial class FrmDatas
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmDatas));
this.gbMain = new System.Windows.Forms.GroupBox();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.btnAdd = new System.Windows.Forms.Button();
this.btnSave = new System.Windows.Forms.Button();
this.gbMain.SuspendLayout();
this.SuspendLayout();
//
// gbMain
//
this.gbMain.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.gbMain.Controls.Add(this.tableLayoutPanel1);
this.gbMain.Location = new System.Drawing.Point(12, 12);
this.gbMain.Name = "gbMain";
this.gbMain.Size = new System.Drawing.Size(856, 395);
this.gbMain.TabIndex = 31;
this.gbMain.TabStop = false;
this.gbMain.Text = "数据列表";
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.AutoScroll = true;
this.tableLayoutPanel1.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
this.tableLayoutPanel1.ColumnCount = 1;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 17);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 1;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel1.Size = new System.Drawing.Size(850, 375);
this.tableLayoutPanel1.TabIndex = 0;
//
// btnAdd
//
this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnAdd.Location = new System.Drawing.Point(40, 413);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(93, 32);
this.btnAdd.TabIndex = 32;
this.btnAdd.Text = "添加一条";
this.btnAdd.UseVisualStyleBackColor = true;
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
//
// btnSave
//
this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnSave.Location = new System.Drawing.Point(751, 413);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(93, 32);
this.btnSave.TabIndex = 32;
this.btnSave.Text = "保存数据";
this.btnSave.UseVisualStyleBackColor = true;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// FrmDatas
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(880, 454);
this.Controls.Add(this.btnSave);
this.Controls.Add(this.btnAdd);
this.Controls.Add(this.gbMain);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "FrmDatas";
this.Text = "数据管理";
this.Load += new System.EventHandler(this.FrmDatas_Load);
this.Shown += new System.EventHandler(this.FrmDatas_Shown);
this.gbMain.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox gbMain;
private System.Windows.Forms.Button btnAdd;
private System.Windows.Forms.Button btnSave;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/good-tools/serial-port-forward.git
git@gitee.com:good-tools/serial-port-forward.git
good-tools
serial-port-forward
SerialPortForward
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385