|
|
@ -28,6 +28,7 @@ |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
private void InitializeComponent() |
|
|
|
private void InitializeComponent() |
|
|
|
{ |
|
|
|
{ |
|
|
|
|
|
|
|
this.components = new System.ComponentModel.Container(); |
|
|
|
this.ReportTree = new DevExpress.XtraTreeList.TreeList(); |
|
|
|
this.ReportTree = new DevExpress.XtraTreeList.TreeList(); |
|
|
|
this.splitterControl1 = new DevExpress.XtraEditors.SplitterControl(); |
|
|
|
this.splitterControl1 = new DevExpress.XtraEditors.SplitterControl(); |
|
|
|
this.panel1 = new System.Windows.Forms.Panel(); |
|
|
|
this.panel1 = new System.Windows.Forms.Panel(); |
|
|
@ -53,6 +54,7 @@ |
|
|
|
this.label2 = new System.Windows.Forms.Label(); |
|
|
|
this.label2 = new System.Windows.Forms.Label(); |
|
|
|
this.label1 = new System.Windows.Forms.Label(); |
|
|
|
this.label1 = new System.Windows.Forms.Label(); |
|
|
|
this.ReportPreview = new FastReport.Preview.PreviewControl(); |
|
|
|
this.ReportPreview = new FastReport.Preview.PreviewControl(); |
|
|
|
|
|
|
|
this.popupMenu1 = new DevExpress.XtraBars.PopupMenu(this.components); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.ReportTree)).BeginInit(); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.ReportTree)).BeginInit(); |
|
|
|
this.panel1.SuspendLayout(); |
|
|
|
this.panel1.SuspendLayout(); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.OrgTextEdit.Properties)).BeginInit(); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.OrgTextEdit.Properties)).BeginInit(); |
|
|
@ -60,6 +62,7 @@ |
|
|
|
this.OrgDataControl.SuspendLayout(); |
|
|
|
this.OrgDataControl.SuspendLayout(); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.OrgData)).BeginInit(); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.OrgData)).BeginInit(); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.OrgGridView)).BeginInit(); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.OrgGridView)).BeginInit(); |
|
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit(); |
|
|
|
this.SuspendLayout(); |
|
|
|
this.SuspendLayout(); |
|
|
|
// |
|
|
|
// |
|
|
|
// ReportTree |
|
|
|
// ReportTree |
|
|
@ -348,6 +351,10 @@ |
|
|
|
this.ReportPreview.Size = new System.Drawing.Size(874, 567); |
|
|
|
this.ReportPreview.Size = new System.Drawing.Size(874, 567); |
|
|
|
this.ReportPreview.TabIndex = 10; |
|
|
|
this.ReportPreview.TabIndex = 10; |
|
|
|
// |
|
|
|
// |
|
|
|
|
|
|
|
// popupMenu1 |
|
|
|
|
|
|
|
// |
|
|
|
|
|
|
|
this.popupMenu1.Name = "popupMenu1"; |
|
|
|
|
|
|
|
// |
|
|
|
// StatisticalReportForm |
|
|
|
// StatisticalReportForm |
|
|
|
// |
|
|
|
// |
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); |
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); |
|
|
@ -369,6 +376,7 @@ |
|
|
|
this.OrgDataControl.ResumeLayout(false); |
|
|
|
this.OrgDataControl.ResumeLayout(false); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.OrgData)).EndInit(); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.OrgData)).EndInit(); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.OrgGridView)).EndInit(); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.OrgGridView)).EndInit(); |
|
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit(); |
|
|
|
this.ResumeLayout(false); |
|
|
|
this.ResumeLayout(false); |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
@ -399,5 +407,6 @@ |
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1; |
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1; |
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn2; |
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn2; |
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn3; |
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn3; |
|
|
|
|
|
|
|
private DevExpress.XtraBars.PopupMenu popupMenu1; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |