1 Star 0 Fork 2

老仲/SerialPortTool

forked from qy/SerialPortTool 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Form3.Designer.cs 4.89 KB
一键复制 编辑 原始数据 按行查看 历史
qinyong 提交于 2021-11-04 11:33 . 添加项目文件。

namespace Form1
{
partial class Form3
{
/// <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()
{
this.dataListBox = new Sunny.UI.UIListBox();
this.uiLabel1 = new Sunny.UI.UILabel();
this.uiButton1 = new Sunny.UI.UIButton();
this.uiButton2 = new Sunny.UI.UIButton();
this.SuspendLayout();
//
// dataListBox
//
this.dataListBox.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dataListBox.FormatString = "";
this.dataListBox.ItemSelectForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.dataListBox.Location = new System.Drawing.Point(13, 39);
this.dataListBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.dataListBox.MinimumSize = new System.Drawing.Size(1, 1);
this.dataListBox.Name = "dataListBox";
this.dataListBox.Padding = new System.Windows.Forms.Padding(2);
this.dataListBox.Size = new System.Drawing.Size(593, 306);
this.dataListBox.TabIndex = 0;
this.dataListBox.Text = "uiListBox1";
//
// uiLabel1
//
this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiLabel1.Location = new System.Drawing.Point(12, 9);
this.uiLabel1.Name = "uiLabel1";
this.uiLabel1.Size = new System.Drawing.Size(133, 23);
this.uiLabel1.TabIndex = 1;
this.uiLabel1.Text = "数据文件列表:";
this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// uiButton1
//
this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
this.uiButton1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiButton1.Location = new System.Drawing.Point(365, 367);
this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1);
this.uiButton1.Name = "uiButton1";
this.uiButton1.Size = new System.Drawing.Size(100, 35);
this.uiButton1.TabIndex = 2;
this.uiButton1.Text = "还原";
this.uiButton1.Click += new System.EventHandler(this.uiButton1_Click);
//
// uiButton2
//
this.uiButton2.Cursor = System.Windows.Forms.Cursors.Hand;
this.uiButton2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiButton2.Location = new System.Drawing.Point(506, 367);
this.uiButton2.MinimumSize = new System.Drawing.Size(1, 1);
this.uiButton2.Name = "uiButton2";
this.uiButton2.Size = new System.Drawing.Size(100, 35);
this.uiButton2.TabIndex = 3;
this.uiButton2.Text = "删除";
this.uiButton2.Click += new System.EventHandler(this.uiButton2_Click);
//
// Form3
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(622, 425);
this.Controls.Add(this.uiButton2);
this.Controls.Add(this.uiButton1);
this.Controls.Add(this.uiLabel1);
this.Controls.Add(this.dataListBox);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Name = "Form3";
this.Text = "Form3";
this.ResumeLayout(false);
}
#endregion
private Sunny.UI.UIListBox dataListBox;
private Sunny.UI.UILabel uiLabel1;
private Sunny.UI.UIButton uiButton1;
private Sunny.UI.UIButton uiButton2;
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jacket_zhong/serial-port-tool.git
git@gitee.com:jacket_zhong/serial-port-tool.git
jacket_zhong
serial-port-tool
SerialPortTool
master

搜索帮助