namespace Mesnac.Gui.Edit.ViewContent { partial class ReportDesiger { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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; } }