| | |
| | | BtnOk.Size = new Size(70, 22); |
| | | BtnOk.StyleController = layoutControl1; |
| | | BtnOk.TabIndex = 5; |
| | | BtnOk.Text = "完成"; |
| | | BtnOk.Text = "确定"; |
| | | BtnOk.Click += BtnOk_ClickAsync; |
| | | // |
| | | // 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(430, 245); |
| | |
| | | NameTextEdit.StyleController = layoutControl1; |
| | | NameTextEdit.TabIndex = 0; |
| | | // |
| | | // TextEditDescription |
| | | // DescriptionTextEdit |
| | | // |
| | | DescriptionTextEdit.Location = new Point(72, 104); |
| | | DescriptionTextEdit.Name = "DescriptionTextEdit"; |