diff --git a/PEIS/View/statistics/StatisticalReportForm.Designer.cs b/PEIS/View/statistics/StatisticalReportForm.Designer.cs
index 3564e4c..2bc6616 100644
--- a/PEIS/View/statistics/StatisticalReportForm.Designer.cs
+++ b/PEIS/View/statistics/StatisticalReportForm.Designer.cs
@@ -28,6 +28,7 @@
///
private void InitializeComponent()
{
+ this.components = new System.ComponentModel.Container();
this.ReportTree = new DevExpress.XtraTreeList.TreeList();
this.splitterControl1 = new DevExpress.XtraEditors.SplitterControl();
this.panel1 = new System.Windows.Forms.Panel();
@@ -53,6 +54,7 @@
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.ReportPreview = new FastReport.Preview.PreviewControl();
+ this.popupMenu1 = new DevExpress.XtraBars.PopupMenu(this.components);
((System.ComponentModel.ISupportInitialize)(this.ReportTree)).BeginInit();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.OrgTextEdit.Properties)).BeginInit();
@@ -60,6 +62,7 @@
this.OrgDataControl.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.OrgData)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.OrgGridView)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
this.SuspendLayout();
//
// ReportTree
@@ -348,6 +351,10 @@
this.ReportPreview.Size = new System.Drawing.Size(874, 567);
this.ReportPreview.TabIndex = 10;
//
+ // popupMenu1
+ //
+ this.popupMenu1.Name = "popupMenu1";
+ //
// StatisticalReportForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
@@ -369,6 +376,7 @@
this.OrgDataControl.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.OrgData)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.OrgGridView)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
this.ResumeLayout(false);
}
@@ -399,5 +407,6 @@
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
+ private DevExpress.XtraBars.PopupMenu popupMenu1;
}
}
\ No newline at end of file
diff --git a/PEIS/View/statistics/StatisticalReportForm.resx b/PEIS/View/statistics/StatisticalReportForm.resx
index 1af7de1..b0c05cd 100644
--- a/PEIS/View/statistics/StatisticalReportForm.resx
+++ b/PEIS/View/statistics/StatisticalReportForm.resx
@@ -117,4 +117,7 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 17, 17
+
\ No newline at end of file