| | |
| | | btnTemplate.StyleController = layoutControl1; |
| | | btnTemplate.TabIndex = 7; |
| | | btnTemplate.Text = "模板"; |
| | | btnTemplate.Click += btnTemplate_Click; |
| | | // |
| | | // txtImportance |
| | | // |
| | |
| | | btnEditExcel.Location = new Point(80, 13); |
| | | btnEditExcel.Name = "btnEditExcel"; |
| | | btnEditExcel.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() }); |
| | | btnEditExcel.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; |
| | | btnEditExcel.Size = new Size(292, 20); |
| | | btnEditExcel.StyleController = layoutControl1; |
| | | btnEditExcel.TabIndex = 0; |