| | |
| | | // |
| | | BtnOk.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary; |
| | | BtnOk.Appearance.Options.UseBackColor = true; |
| | | BtnOk.Location = new Point(231, 452); |
| | | BtnOk.Location = new Point(547, 452); |
| | | BtnOk.Name = "BtnOk"; |
| | | BtnOk.Size = new Size(219, 22); |
| | | BtnOk.Size = new Size(62, 22); |
| | | BtnOk.StyleController = layoutControl1; |
| | | BtnOk.TabIndex = 12; |
| | | BtnOk.Text = "确定"; |
| | |
| | | simpleButton1.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning; |
| | | simpleButton1.Appearance.Options.UseBackColor = true; |
| | | simpleButton1.DialogResult = DialogResult.Cancel; |
| | | simpleButton1.Location = new Point(454, 452); |
| | | simpleButton1.Location = new Point(613, 452); |
| | | simpleButton1.Name = "simpleButton1"; |
| | | simpleButton1.Size = new Size(219, 22); |
| | | simpleButton1.Size = new Size(60, 22); |
| | | simpleButton1.StyleController = layoutControl1; |
| | | simpleButton1.TabIndex = 13; |
| | | simpleButton1.Text = "取消"; |
| | |
| | | // layoutControlItem4 |
| | | // |
| | | layoutControlItem4.Control = BtnOk; |
| | | layoutControlItem4.Location = new Point(223, 444); |
| | | layoutControlItem4.Location = new Point(539, 444); |
| | | layoutControlItem4.Name = "layoutControlItem4"; |
| | | layoutControlItem4.Size = new Size(223, 26); |
| | | layoutControlItem4.Size = new Size(66, 26); |
| | | layoutControlItem4.TextSize = new Size(0, 0); |
| | | layoutControlItem4.TextVisible = false; |
| | | // |
| | |
| | | emptySpaceItem1.AllowHotTrack = false; |
| | | emptySpaceItem1.Location = new Point(0, 444); |
| | | emptySpaceItem1.Name = "emptySpaceItem1"; |
| | | emptySpaceItem1.Size = new Size(223, 26); |
| | | emptySpaceItem1.Size = new Size(539, 26); |
| | | emptySpaceItem1.TextSize = new Size(0, 0); |
| | | // |
| | | // layoutControlItem8 |
| | | // |
| | | layoutControlItem8.Control = simpleButton1; |
| | | layoutControlItem8.Location = new Point(446, 444); |
| | | layoutControlItem8.Location = new Point(605, 444); |
| | | layoutControlItem8.Name = "layoutControlItem8"; |
| | | layoutControlItem8.Size = new Size(223, 26); |
| | | layoutControlItem8.Size = new Size(64, 26); |
| | | layoutControlItem8.TextSize = new Size(0, 0); |
| | | layoutControlItem8.TextVisible = false; |
| | | // |