代码提交

dhzzyy
zdnpc 3 weeks ago
parent ee6d42661c
commit 4532529def
  1. 9
      PEIS/View/statistics/StatisticalReportForm.Designer.cs
  2. 3
      PEIS/View/statistics/StatisticalReportForm.resx

@ -28,6 +28,7 @@
/// </summary>
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;
}
}

@ -117,4 +117,7 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="popupMenu1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
</root>
Loading…
Cancel
Save