You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lj_plc/Main/Mesnac.Gui.Edit/ViewContent/ReportDesiger.Designer.cs

67 lines
2.7 KiB
C#

namespace Mesnac.Gui.Edit.ViewContent
{
partial class ReportDesiger
{
/// <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(ReportDesiger));
this.designerControl1 = new FastReport.Design.StandardDesigner.DesignerControl();
((System.ComponentModel.ISupportInitialize)(this.designerControl1)).BeginInit();
this.SuspendLayout();
//
// designerControl1
//
this.designerControl1.AskSave = true;
this.designerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.designerControl1.LayoutState = resources.GetString("designerControl1.LayoutState");
this.designerControl1.Location = new System.Drawing.Point(0, 0);
this.designerControl1.Name = "designerControl1";
this.designerControl1.Size = new System.Drawing.Size(903, 549);
this.designerControl1.TabIndex = 0;
this.designerControl1.UIStyle = FastReport.Utils.UIStyle.Office2007Black;
//
// ReportDesiger
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(903, 549);
this.Controls.Add(this.designerControl1);
this.Name = "ReportDesiger";
this.Text = "报表设计器";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.ReportDesiger_Load);
((System.ComponentModel.ISupportInitialize)(this.designerControl1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private FastReport.Design.StandardDesigner.DesignerControl designerControl1;
}
}