From 4532529defc542ac2e79dc76f087a95c55124c75 Mon Sep 17 00:00:00 2001
From: zdnpc <9670595+zdbanality@user.noreply.gitee.com>
Date: Mon, 4 Aug 2025 10:20:20 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
PEIS/View/statistics/StatisticalReportForm.Designer.cs | 9 +++++++++
PEIS/View/statistics/StatisticalReportForm.resx | 3 +++
2 files changed, 12 insertions(+)
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