Files
lserp_cs_6.0/插件库/Lskj.PubGetChipInfo/FrmMain.Designer.cs
T
tdx 64b62b235c SVN r1134
SVN-Revision: r1134
2026-03-10 09:49:39 +00:00

154 lines
7.3 KiB
C#

namespace Lskj.PubGetChipInfo
{
partial class FrmMain
{
/// <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.btn_Read = new DevExpress.XtraEditors.SimpleButton();
this.btn_Ok = new DevExpress.XtraEditors.SimpleButton();
this.label2 = new System.Windows.Forms.Label();
this.com_Bps = new DevExpress.XtraEditors.ComboBoxEdit();
this.lb_Bps = new System.Windows.Forms.Label();
this.com_PortNum = new DevExpress.XtraEditors.ComboBoxEdit();
this.lb_PortNum = new System.Windows.Forms.Label();
this.lb_info = new System.Windows.Forms.Label();
this.txtEdit_info = new DevExpress.XtraEditors.TextEdit();
((System.ComponentModel.ISupportInitialize)(this.com_Bps.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.com_PortNum.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtEdit_info.Properties)).BeginInit();
this.SuspendLayout();
//
// btn_Read
//
this.btn_Read.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btn_Read.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btn_Read.Appearance.Options.UseFont = true;
this.btn_Read.Location = new System.Drawing.Point(280, 70);
this.btn_Read.Name = "btn_Read";
this.btn_Read.Size = new System.Drawing.Size(72, 26);
this.btn_Read.TabIndex = 39;
this.btn_Read.Text = "读取(E)";
//
// btn_Ok
//
this.btn_Ok.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btn_Ok.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btn_Ok.Appearance.Options.UseFont = true;
this.btn_Ok.Location = new System.Drawing.Point(358, 70);
this.btn_Ok.Name = "btn_Ok";
this.btn_Ok.Size = new System.Drawing.Size(72, 26);
this.btn_Ok.TabIndex = 38;
this.btn_Ok.Text = "确认(Y)";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(407, 14);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(23, 12);
this.label2.TabIndex = 6;
this.label2.Text = "bps";
//
// com_Bps
//
this.com_Bps.Location = new System.Drawing.Point(276, 9);
this.com_Bps.Name = "com_Bps";
this.com_Bps.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.com_Bps.Properties.DropDownRows = 8;
this.com_Bps.Properties.Items.AddRange(new object[] {
"115200",
"19200"});
this.com_Bps.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
this.com_Bps.Size = new System.Drawing.Size(125, 20);
this.com_Bps.TabIndex = 5;
//
// lb_Bps
//
this.lb_Bps.AutoSize = true;
this.lb_Bps.Location = new System.Drawing.Point(217, 14);
this.lb_Bps.Name = "lb_Bps";
this.lb_Bps.Size = new System.Drawing.Size(53, 12);
this.lb_Bps.TabIndex = 4;
this.lb_Bps.Text = "波特率:";
//
// com_PortNum
//
this.com_PortNum.Location = new System.Drawing.Point(71, 9);
this.com_PortNum.Name = "com_PortNum";
this.com_PortNum.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.com_PortNum.Properties.DropDownRows = 8;
this.com_PortNum.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
this.com_PortNum.Size = new System.Drawing.Size(125, 20);
this.com_PortNum.TabIndex = 3;
//
// lb_PortNum
//
this.lb_PortNum.AutoSize = true;
this.lb_PortNum.Location = new System.Drawing.Point(12, 14);
this.lb_PortNum.Name = "lb_PortNum";
this.lb_PortNum.Size = new System.Drawing.Size(53, 12);
this.lb_PortNum.TabIndex = 2;
this.lb_PortNum.Text = "串口号:";
//
// lb_info
//
this.lb_info.AutoSize = true;
this.lb_info.Location = new System.Drawing.Point(12, 45);
this.lb_info.Name = "lb_info";
this.lb_info.Size = new System.Drawing.Size(77, 12);
this.lb_info.TabIndex = 40;
this.lb_info.Text = "授权芯片号:";
//
// txtEdit_info
//
this.txtEdit_info.Location = new System.Drawing.Point(95, 40);
this.txtEdit_info.Name = "txtEdit_info";
this.txtEdit_info.Properties.ReadOnly = true;
this.txtEdit_info.Size = new System.Drawing.Size(335, 20);
this.txtEdit_info.TabIndex = 41;
//
// FrmMain
//
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
this.Appearance.Options.UseBackColor = true;
this.Appearance.Options.UseFont = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(445, 104);
this.Controls.Add(this.txtEdit_info);
this.Controls.Add(this.lb_info);
this.Controls.Add(this.btn_Read);
this.Controls.Add(this.btn_Ok);
this.Controls.Add(this.label2);
this.Controls.Add(this.com_Bps);
this.Controls.Add(this.lb_Bps);
this.Controls.Add(this.com_PortNum);
this.Controls.Add(this.lb_PortNum);
this.MaximizeBox = false