| | |
| | | { |
| | | InitializeComponent(); |
| | | this.Text = "曲线视图"; |
| | | this.WindowState = FormWindowState.Maximized; |
| | | |
| | | this.pumpSerialParallelInfoCtrl1.SetEvent += (id, qh, qe, qp) => |
| | | { |
| | |
| | | { |
| | | InitializeComponent(); |
| | | this.Text = "曲线视图"; |
| | | |
| | | this.WindowState = FormWindowState.Maximized; |
| | | |
| | | this.pumpVariableSpeedInfoCtrl1.SetEvent += (id, qh, qe, qp) => |
| | | { |
| | |
| | | barBtnMark.Caption = "标注"; |
| | | barBtnMark.Id = 33; |
| | | barBtnMark.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnMark.ImageOptions.SvgImage"); |
| | | barBtnMark.Name = "barBtnMark"; |
| | | barBtnMark.ItemClick += barBtnMark_ItemClick; |
| | | barBtnMark.Name = "barBtnMark"; |
| | | // |
| | | // XhsProjectSimulationCorePage |
| | | // |
| | |
| | | this.repColor.ColorAlignment = DevExpress.Utils.HorzAlignment.Center; |
| | | this.repColor.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; |
| | | this.repColor.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; |
| | | |
| | | } |
| | | |
| | | ///// <summary> |