| | |
| | | private void InitializeComponent() |
| | | { |
| | | layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); |
| | | xtraUserControl11 = new PumpSingleMatchingCtrl(); |
| | | pumpSingleMatchingCtrl = new PumpSingleMatchingCtrl(); |
| | | btnComplete = new SimpleButton(); |
| | | btnCancel = new SimpleButton(); |
| | | Root = new DevExpress.XtraLayout.LayoutControlGroup(); |
| | |
| | | // |
| | | // layoutControl1 |
| | | // |
| | | layoutControl1.Controls.Add(xtraUserControl11); |
| | | layoutControl1.Controls.Add(pumpSingleMatchingCtrl); |
| | | layoutControl1.Controls.Add(btnComplete); |
| | | layoutControl1.Controls.Add(btnCancel); |
| | | layoutControl1.Dock = DockStyle.Fill; |
| | |
| | | // |
| | | // xtraUserControl11 |
| | | // |
| | | xtraUserControl11.Location = new Point(0, 0); |
| | | xtraUserControl11.Margin = new Padding(0); |
| | | xtraUserControl11.Name = "xtraUserControl11"; |
| | | xtraUserControl11.Size = new Size(1347, 677); |
| | | xtraUserControl11.TabIndex = 7; |
| | | pumpSingleMatchingCtrl.Location = new Point(0, 0); |
| | | pumpSingleMatchingCtrl.Margin = new Padding(0); |
| | | pumpSingleMatchingCtrl.Name = "xtraUserControl11"; |
| | | pumpSingleMatchingCtrl.Size = new Size(1347, 677); |
| | | pumpSingleMatchingCtrl.TabIndex = 7; |
| | | // |
| | | // btnComplete |
| | | // |
| | |
| | | // |
| | | // layoutControlItem1 |
| | | // |
| | | layoutControlItem1.Control = xtraUserControl11; |
| | | layoutControlItem1.Control = pumpSingleMatchingCtrl; |
| | | layoutControlItem1.Location = new Point(0, 0); |
| | | layoutControlItem1.Name = "layoutControlItem1"; |
| | | layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); |
| | |
| | | private DevExpress.XtraLayout.LayoutControlItem itemForComplete; |
| | | private DevExpress.XtraLayout.LayoutControlItem itemForCancel; |
| | | private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; |
| | | private PumpSingleMatchingCtrl xtraUserControl11; |
| | | private PumpSingleMatchingCtrl pumpSingleMatchingCtrl; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; |
| | | } |
| | | } |