namespace HH.WMS.Client
|
{
|
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.splitContainerLeft = new System.Windows.Forms.SplitContainer();
|
this.reportToolbox = new GrapeCity.ActiveReports.Design.Toolbox.Toolbox();
|
this.reportsLibrary = new GrapeCity.ActiveReports.Design.ReportsLibrary.ReportsLibrary();
|
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.splitContainerLeft)).BeginInit();
|
this.splitContainerLeft.Panel1.SuspendLayout();
|
this.splitContainerLeft.Panel2.SuspendLayout();
|
this.splitContainerLeft.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.splitContainerLeft);
|
//
|
// bodyContainer.Panel2
|
//
|
this.bodyContainer.Panel2.Controls.Add(this.designerExplorerPropertyGridContainer);
|
//
|
// splitContainerLeft
|
//
|
resources.ApplyResources(this.splitContainerLeft, "splitContainerLeft");
|
this.splitContainerLeft.Name = "splitContainerLeft";
|
//
|
// splitContainerLeft.Panel1
|
//
|
this.splitContainerLeft.Panel1.Controls.Add(this.reportToolbox);
|
//
|
// splitContainerLeft.Panel2
|
//
|
this.splitContainerLeft.Panel2.Controls.Add(this.reportsLibrary);
|
//
|
// reportToolbox
|
//
|
this.reportToolbox.DesignerHost = null;
|
resources.ApplyResources(this.reportToolbox, "reportToolbox");
|
this.reportToolbox.Name = "reportToolbox";
|
//
|
// reportsLibrary
|
//
|
resources.ApplyResources(this.reportsLibrary, "reportsLibrary");
|
this.reportsLibrary.Name = "reportsLibrary";
|
this.reportsLibrary.ReportDesigner = null;
|
//
|
// 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 = "D:\\Óû§Ä¿Â¼\\ÎÒµÄÎĵµ\\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
|
//
|
resources.ApplyResources(this, "$this");
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.Controls.Add(this.mainContainer);
|
this.Name = "EndUserDesigner";
|
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);
|
this.splitContainerLeft.Panel1.ResumeLayout(false);
|
this.splitContainerLeft.Panel2.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerLeft)).EndInit();
|
this.splitContainerLeft.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;
|
private System.Windows.Forms.SplitContainer splitContainerLeft;
|
private GrapeCity.ActiveReports.Design.ReportsLibrary.ReportsLibrary reportsLibrary;
|
}
|
}
|