| | |
| | | // |
| | | // btnCancel |
| | | // |
| | | btnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Danger; |
| | | btnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning; |
| | | btnCancel.Appearance.Options.UseBackColor = true; |
| | | btnCancel.DialogResult = DialogResult.Cancel; |
| | | btnCancel.Location = new Point(565, 386); |
| | |
| | | ColDelete.OptionsColumn.AllowEdit = false; |
| | | ColDelete.Visible = true; |
| | | ColDelete.VisibleIndex = 4; |
| | | ColDelete.Width = 50; |
| | | ColDelete.Width = 47; |
| | | // |
| | | // repositoryItemButtonEdit1 |
| | | // |
| | |
| | | colCaliber.Name = "colCaliber"; |
| | | colCaliber.Visible = true; |
| | | colCaliber.VisibleIndex = 1; |
| | | colCaliber.Width = 175; |
| | | colCaliber.Width = 134; |
| | | // |
| | | // colMaterial |
| | | // |
| | |
| | | colMaterial.Name = "colMaterial"; |
| | | colMaterial.Visible = true; |
| | | colMaterial.VisibleIndex = 2; |
| | | colMaterial.Width = 175; |
| | | colMaterial.Width = 134; |
| | | // |
| | | // colMinorLoss |
| | | // |
| | |
| | | colMinorLoss.Name = "colMinorLoss"; |
| | | colMinorLoss.Visible = true; |
| | | colMinorLoss.VisibleIndex = 3; |
| | | colMinorLoss.Width = 175; |
| | | colMinorLoss.Width = 134; |
| | | // |
| | | // colName |
| | | // |
| | |
| | | colName.Name = "colName"; |
| | | colName.Visible = true; |
| | | colName.VisibleIndex = 0; |
| | | colName.Width = 282; |
| | | colName.Width = 259; |
| | | // |
| | | // Root |
| | | // |
| | |
| | | Controls.Add(layoutControl1); |
| | | Name = "SetValveCoefficientDlg"; |
| | | StartPosition = FormStartPosition.CenterScreen; |
| | | Text = "设置属性选项"; |
| | | Text = "设置局阻系数"; |
| | | ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit(); |
| | | layoutControl1.ResumeLayout(false); |
| | | ((System.ComponentModel.ISupportInitialize)gridControl1).EndInit(); |