|
|
|
@ -28,7 +28,6 @@ |
|
|
|
|
/// </summary> |
|
|
|
|
private void InitializeComponent() |
|
|
|
|
{ |
|
|
|
|
this.components = new System.ComponentModel.Container(); |
|
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TotalForm)); |
|
|
|
|
this.splitContainerBase = new System.Windows.Forms.SplitContainer(); |
|
|
|
|
this.panelLeftBase = new System.Windows.Forms.Panel(); |
|
|
|
@ -226,7 +225,7 @@ |
|
|
|
|
this.toolStripTxtStatus = new System.Windows.Forms.ToolStripTextBox(); |
|
|
|
|
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); |
|
|
|
|
this.gridView4 = new DevExpress.XtraGrid.Views.Grid.GridView(); |
|
|
|
|
this.behaviorManager1 = new DevExpress.Utils.Behaviors.BehaviorManager(this.components); |
|
|
|
|
this.behaviorManager1 = new DevExpress.Utils.Behaviors.BehaviorManager(); |
|
|
|
|
this.linqInstantFeedbackSource1 = new DevExpress.Data.Linq.LinqInstantFeedbackSource(); |
|
|
|
|
this.gridView3 = new DevExpress.XtraGrid.Views.Grid.GridView(); |
|
|
|
|
this.gridView5 = new DevExpress.XtraGrid.Views.Grid.GridView(); |
|
|
|
@ -943,7 +942,7 @@ |
|
|
|
|
this.gridColumn31, |
|
|
|
|
this.gridColumn32}); |
|
|
|
|
this.DgvExamResultData.GridControl = this.DgcExamResultData; |
|
|
|
|
this.DgvExamResultData.GroupCount = 1; |
|
|
|
|
this.DgvExamResultData.GroupCount = 2; |
|
|
|
|
this.DgvExamResultData.GroupFormat = "{1} {2}"; |
|
|
|
|
this.DgvExamResultData.GroupRowHeight = 30; |
|
|
|
|
this.DgvExamResultData.Name = "DgvExamResultData"; |
|
|
|
@ -973,7 +972,6 @@ |
|
|
|
|
this.gridColumn12.Name = "gridColumn12"; |
|
|
|
|
this.gridColumn12.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn12.OptionsFilter.AllowFilter = false; |
|
|
|
|
this.gridColumn12.SortMode = DevExpress.XtraGrid.ColumnSortMode.Value; |
|
|
|
|
this.gridColumn12.Visible = true; |
|
|
|
|
this.gridColumn12.VisibleIndex = 0; |
|
|
|
|
this.gridColumn12.Width = 150; |
|
|
|
@ -1009,7 +1007,7 @@ |
|
|
|
|
this.gridColumn15.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn15.OptionsFilter.AllowFilter = false; |
|
|
|
|
this.gridColumn15.Visible = true; |
|
|
|
|
this.gridColumn15.VisibleIndex = 0; |
|
|
|
|
this.gridColumn15.VisibleIndex = 1; |
|
|
|
|
this.gridColumn15.Width = 198; |
|
|
|
|
// |
|
|
|
|
// gridColumn18 |
|
|
|
@ -1024,7 +1022,7 @@ |
|
|
|
|
this.gridColumn18.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn18.OptionsFilter.AllowFilter = false; |
|
|
|
|
this.gridColumn18.Visible = true; |
|
|
|
|
this.gridColumn18.VisibleIndex = 2; |
|
|
|
|
this.gridColumn18.VisibleIndex = 1; |
|
|
|
|
this.gridColumn18.Width = 120; |
|
|
|
|
// |
|
|
|
|
// repositoryItemMemoEdit4 |
|
|
|
@ -1042,7 +1040,7 @@ |
|
|
|
|
this.gridColumn19.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn19.OptionsFilter.AllowFilter = false; |
|
|
|
|
this.gridColumn19.Visible = true; |
|
|
|
|
this.gridColumn19.VisibleIndex = 2; |
|
|
|
|
this.gridColumn19.VisibleIndex = 3; |
|
|
|
|
this.gridColumn19.Width = 62; |
|
|
|
|
// |
|
|
|
|
// gridColumn31 |
|
|
|
@ -1056,7 +1054,7 @@ |
|
|
|
|
this.gridColumn31.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn31.OptionsFilter.AllowFilter = false; |
|
|
|
|
this.gridColumn31.Visible = true; |
|
|
|
|
this.gridColumn31.VisibleIndex = 3; |
|
|
|
|
this.gridColumn31.VisibleIndex = 4; |
|
|
|
|
this.gridColumn31.Width = 107; |
|
|
|
|
// |
|
|
|
|
// gridColumn32 |
|
|
|
@ -1070,7 +1068,7 @@ |
|
|
|
|
this.gridColumn32.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn32.OptionsFilter.AllowFilter = false; |
|
|
|
|
this.gridColumn32.Visible = true; |
|
|
|
|
this.gridColumn32.VisibleIndex = 4; |
|
|
|
|
this.gridColumn32.VisibleIndex = 5; |
|
|
|
|
this.gridColumn32.Width = 111; |
|
|
|
|
// |
|
|
|
|
// txtSummary |
|
|
|
|