20 Star 89 Fork 21

葡萄城 / 报表模板库

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
EndUserDesigner.designer.cs 14.24 KB
一键复制 编辑 原始数据 按行查看 历史
葡萄城 提交于 2019-05-22 17:55 . 提交项目
namespace GrapecityReportsLibrary
{
partial class EndUserDesigner
{
/// <summary>
///Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
///Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EndUserDesigner));
this.toolStripContainer = new System.Windows.Forms.ToolStripContainer();
this.mainContainer = new System.Windows.Forms.SplitContainer();
this.bodyContainer = new System.Windows.Forms.SplitContainer();
this.reportToolbox = new GrapeCity.ActiveReports.Design.Toolbox.Toolbox();
this.designerExplorerPropertyGridContainer = new System.Windows.Forms.SplitContainer();
this.splitContainerMiddle = new System.Windows.Forms.SplitContainer();
this.reportDesigner = new GrapeCity.ActiveReports.Design.Designer();
this.groupEditor = new GrapeCity.ActiveReports.Design.GroupEditor.GroupEditor();
this.explorerPropertyGridContainer = new System.Windows.Forms.SplitContainer();
this.reportExplorerTabControl = new System.Windows.Forms.TabControl();
this.reportExplorerTabPage = new System.Windows.Forms.TabPage();
this.reportExplorer = new GrapeCity.ActiveReports.Design.ReportExplorer.ReportExplorer();
this.layersTabPage = new System.Windows.Forms.TabPage();
this.layerList = new GrapeCity.ActiveReports.Design.LayerList();
this.reportPropertyGrid = new System.Windows.Forms.PropertyGrid();
this.toolStripContainer.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.mainContainer)).BeginInit();
this.mainContainer.Panel1.SuspendLayout();
this.mainContainer.Panel2.SuspendLayout();
this.mainContainer.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.bodyContainer)).BeginInit();
this.bodyContainer.Panel1.SuspendLayout();
this.bodyContainer.Panel2.SuspendLayout();
this.bodyContainer.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.reportToolbox)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.designerExplorerPropertyGridContainer)).BeginInit();
this.designerExplorerPropertyGridContainer.Panel1.SuspendLayout();
this.designerExplorerPropertyGridContainer.Panel2.SuspendLayout();
this.designerExplorerPropertyGridContainer.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainerMiddle)).BeginInit();
this.splitContainerMiddle.Panel1.SuspendLayout();
this.splitContainerMiddle.Panel2.SuspendLayout();
this.splitContainerMiddle.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.explorerPropertyGridContainer)).BeginInit();
this.explorerPropertyGridContainer.Panel1.SuspendLayout();
this.explorerPropertyGridContainer.Panel2.SuspendLayout();
this.explorerPropertyGridContainer.SuspendLayout();
this.reportExplorerTabControl.SuspendLayout();
this.reportExplorerTabPage.SuspendLayout();
this.layersTabPage.SuspendLayout();
this.SuspendLayout();
//
// toolStripContainer
//
//
// toolStripContainer.ContentPanel
//
resources.ApplyResources(this.toolStripContainer.ContentPanel, "toolStripContainer.ContentPanel");
resources.ApplyResources(this.toolStripContainer, "toolStripContainer");
this.toolStripContainer.Name = "toolStripContainer";
//
// mainContainer
//
resources.ApplyResources(this.mainContainer, "mainContainer");
this.mainContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
this.mainContainer.Name = "mainContainer";
//
// mainContainer.Panel1
//
this.mainContainer.Panel1.Controls.Add(this.toolStripContainer);
//
// mainContainer.Panel2
//
this.mainContainer.Panel2.Controls.Add(this.bodyContainer);
//
// bodyContainer
//
resources.ApplyResources(this.bodyContainer, "bodyContainer");
this.bodyContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
this.bodyContainer.Name = "bodyContainer";
//
// bodyContainer.Panel1
//
this.bodyContainer.Panel1.Controls.Add(this.reportToolbox);
//
// bodyContainer.Panel2
//
this.bodyContainer.Panel2.Controls.Add(this.designerExplorerPropertyGridContainer);
//
// reportToolbox
//
this.reportToolbox.DesignerHost = null;
resources.ApplyResources(this.reportToolbox, "reportToolbox");
this.reportToolbox.Name = "reportToolbox";
//
// designerExplorerPropertyGridContainer
//
resources.ApplyResources(this.designerExplorerPropertyGridContainer, "designerExplorerPropertyGridContainer");
this.designerExplorerPropertyGridContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
this.designerExplorerPropertyGridContainer.Name = "designerExplorerPropertyGridContainer";
//
// designerExplorerPropertyGridContainer.Panel1
//
this.designerExplorerPropertyGridContainer.Panel1.Controls.Add(this.splitContainerMiddle);
//
// designerExplorerPropertyGridContainer.Panel2
//
this.designerExplorerPropertyGridContainer.Panel2.Controls.Add(this.explorerPropertyGridContainer);
//
// splitContainerMiddle
//
this.splitContainerMiddle.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
resources.ApplyResources(this.splitContainerMiddle, "splitContainerMiddle");
this.splitContainerMiddle.Name = "splitContainerMiddle";
//
// splitContainerMiddle.Panel1
//
this.splitContainerMiddle.Panel1.Controls.Add(this.reportDesigner);
//
// splitContainerMiddle.Panel2
//
this.splitContainerMiddle.Panel2.Controls.Add(this.groupEditor);
//
// reportDesigner
//
resources.ApplyResources(this.reportDesigner, "reportDesigner");
this.reportDesigner.IsDirty = false;
this.reportDesigner.LockControls = false;
this.reportDesigner.Name = "reportDesigner";
this.reportDesigner.PreviewPages = 10;
this.reportDesigner.PromptUser = true;
this.reportDesigner.PropertyGrid = null;
this.reportDesigner.ReportPartsDirectory = "C:\\Users\\zenoszeng\\Documents\\GrapeCity Reports Library";
this.reportDesigner.ReportTabsVisible = true;
this.reportDesigner.ShowDataSourceIcon = true;
this.reportDesigner.Toolbox = null;
this.reportDesigner.ToolBoxItem = null;
//
// groupEditor
//
resources.ApplyResources(this.groupEditor, "groupEditor");
this.groupEditor.Name = "groupEditor";
this.groupEditor.ReportDesigner = null;
//
// explorerPropertyGridContainer
//
resources.ApplyResources(this.explorerPropertyGridContainer, "explorerPropertyGridContainer");
this.explorerPropertyGridContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
this.explorerPropertyGridContainer.Name = "explorerPropertyGridContainer";
//
// explorerPropertyGridContainer.Panel1
//
this.explorerPropertyGridContainer.Panel1.Controls.Add(this.reportExplorerTabControl);
//
// explorerPropertyGridContainer.Panel2
//
this.explorerPropertyGridContainer.Panel2.Controls.Add(this.reportPropertyGrid);
//
// reportExplorerTabControl
//
this.reportExplorerTabControl.Controls.Add(this.reportExplorerTabPage);
this.reportExplorerTabControl.Controls.Add(this.layersTabPage);
resources.ApplyResources(this.reportExplorerTabControl, "reportExplorerTabControl");
this.reportExplorerTabControl.Name = "reportExplorerTabControl";
this.reportExplorerTabControl.SelectedIndex = 0;
//
// reportExplorerTabPage
//
this.reportExplorerTabPage.Controls.Add(this.reportExplorer);
resources.ApplyResources(this.reportExplorerTabPage, "reportExplorerTabPage");
this.reportExplorerTabPage.Name = "reportExplorerTabPage";
this.reportExplorerTabPage.UseVisualStyleBackColor = true;
//
// reportExplorer
//
resources.ApplyResources(this.reportExplorer, "reportExplorer");
this.reportExplorer.Name = "reportExplorer";
this.reportExplorer.ReportDesigner = null;
//
// layersTabPage
//
this.layersTabPage.Controls.Add(this.layerList);
resources.ApplyResources(this.layersTabPage, "layersTabPage");
this.layersTabPage.Name = "layersTabPage";
this.layersTabPage.UseVisualStyleBackColor = true;
//
// layerList
//
resources.ApplyResources(this.layerList, "layerList");
this.layerList.Name = "layerList";
this.layerList.ReportDesigner = null;
//
// reportPropertyGrid
//
this.reportPropertyGrid.CategoryForeColor = System.Drawing.SystemColors.InactiveCaptionText;
resources.ApplyResources(this.reportPropertyGrid, "reportPropertyGrid");
this.reportPropertyGrid.Name = "reportPropertyGrid";
//
// EndUserDesigner
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
resources.ApplyResources(this, "$this");
this.Controls.Add(this.mainContainer);
this.Name = "EndUserDesigner";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ReportDesignerForm_FormClosing);
this.Load += new System.EventHandler(this.EndUserDesigner_Load);
this.toolStripContainer.ResumeLayout(false);
this.toolStripContainer.PerformLayout();
this.mainContainer.Panel1.ResumeLayout(false);
this.mainContainer.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.mainContainer)).EndInit();
this.mainContainer.ResumeLayout(false);
this.bodyContainer.Panel1.ResumeLayout(false);
this.bodyContainer.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.bodyContainer)).EndInit();
this.bodyContainer.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.reportToolbox)).EndInit();
this.designerExplorerPropertyGridContainer.Panel1.ResumeLayout(false);
this.designerExplorerPropertyGridContainer.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.designerExplorerPropertyGridContainer)).EndInit();
this.designerExplorerPropertyGridContainer.ResumeLayout(false);
this.splitContainerMiddle.Panel1.ResumeLayout(false);
this.splitContainerMiddle.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainerMiddle)).EndInit();
this.splitContainerMiddle.ResumeLayout(false);
this.explorerPropertyGridContainer.Panel1.ResumeLayout(false);
this.explorerPropertyGridContainer.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.explorerPropertyGridContainer)).EndInit();
this.explorerPropertyGridContainer.ResumeLayout(false);
this.reportExplorerTabControl.ResumeLayout(false);
this.reportExplorerTabPage.ResumeLayout(false);
this.layersTabPage.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.SplitContainer mainContainer;
private System.Windows.Forms.ToolStripContainer toolStripContainer;
private System.Windows.Forms.SplitContainer bodyContainer;
private GrapeCity.ActiveReports.Design.Toolbox.Toolbox reportToolbox;
private System.Windows.Forms.SplitContainer designerExplorerPropertyGridContainer;
private System.Windows.Forms.SplitContainer explorerPropertyGridContainer;
private System.Windows.Forms.PropertyGrid reportPropertyGrid;
private System.Windows.Forms.TabControl reportExplorerTabControl;
private System.Windows.Forms.TabPage reportExplorerTabPage;
private System.Windows.Forms.TabPage layersTabPage;
private GrapeCity.ActiveReports.Design.ReportExplorer.ReportExplorer reportExplorer;
private GrapeCity.ActiveReports.Design.LayerList layerList;
private System.Windows.Forms.SplitContainer splitContainerMiddle;
private GrapeCity.ActiveReports.Design.Designer reportDesigner;
private GrapeCity.ActiveReports.Design.GroupEditor.GroupEditor groupEditor;
}
}
C#
1
https://gitee.com/GrapeCity/ReportLibrary.git
git@gitee.com:GrapeCity/ReportLibrary.git
GrapeCity
ReportLibrary
报表模板库
master

搜索帮助