提交当前本机整理版本

This commit is contained in:
cyf
2026-07-02 10:11:39 +00:00
parent c10a5d64c7
commit aacefa24f8
822 changed files with 196665 additions and 14263 deletions
+24 -1
View File
@@ -151,4 +151,27 @@ namespace Lskj.PubGetChipInfo
this.Controls.Add(this.lb_Bps);
this.Controls.Add(this.com_PortNum);
this.Controls.Add(this.lb_PortNum);
this.MaximizeBox = false
this.MaximizeBox = false;
this.Name = "FrmMain";
this.Text = "读取芯片数据";
((System.ComponentModel.ISupportInitialize)(this.com_Bps.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.com_PortNum.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtEdit_info.Properties)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lb_PortNum;
private DevExpress.XtraEditors.ComboBoxEdit com_PortNum;
private DevExpress.XtraEditors.ComboBoxEdit com_Bps;
private System.Windows.Forms.Label lb_Bps;
private System.Windows.Forms.Label label2;
private DevExpress.XtraEditors.SimpleButton btn_Ok;
private DevExpress.XtraEditors.SimpleButton btn_Read;
private System.Windows.Forms.Label lb_info;
private DevExpress.XtraEditors.TextEdit txtEdit_info;
}
}