提交当前本机整理版本
This commit is contained in:
+24
-1
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user