| | |
| | | // |
| | | // btnCancel |
| | | // |
| | | btnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning; |
| | | btnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Danger; |
| | | btnCancel.Appearance.Options.UseBackColor = true; |
| | | btnCancel.DialogResult = DialogResult.Cancel; |
| | | btnCancel.Location = new Point(602, 409); |
| | |
| | | // |
| | | // layoutControlItem9 |
| | | // |
| | | layoutControlItem9.AllowHtmlStringInCaption = true; |
| | | layoutControlItem9.Control = AddressTextEdit; |
| | | layoutControlItem9.Location = new Point(0, 48); |
| | | layoutControlItem9.Name = "layoutControlItem9"; |