namespace Gs.DevApp.DevFrm.Sys { partial class EasyRpt { /// /// 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(EasyRpt)); FastReport.Design.DesignerSettings designerSettings1 = new FastReport.Design.DesignerSettings(); FastReport.Design.DesignerRestrictions designerRestrictions1 = new FastReport.Design.DesignerRestrictions(); FastReport.Export.Email.EmailSettings emailSettings1 = new FastReport.Export.Email.EmailSettings(); FastReport.PreviewSettings previewSettings1 = new FastReport.PreviewSettings(); FastReport.ReportSettings reportSettings1 = new FastReport.ReportSettings(); this.designerControl1 = new FastReport.Design.StandardDesigner.DesignerControl(); this.panel2 = new System.Windows.Forms.Panel(); this.environmentSettings1 = new FastReport.EnvironmentSettings(); ((System.ComponentModel.ISupportInitialize)(this.designerControl1)).BeginInit(); this.SuspendLayout(); // // designerControl1 // this.designerControl1.AskSave = true; this.designerControl1.LayoutState = resources.GetString("designerControl1.LayoutState"); this.designerControl1.Location = new System.Drawing.Point(0, 0); this.designerControl1.Name = "designerControl1"; this.designerControl1.TabIndex = 0; this.designerControl1.UIStyle = FastReport.Utils.UIStyle.Office2007Black; // // panel2 // this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(0, 0); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(893, 578); this.panel2.TabIndex = 1; // // environmentSettings1 // designerSettings1.ApplicationConnection = null; designerSettings1.DefaultFont = new System.Drawing.Font("宋体", 9F); designerSettings1.Icon = ((System.Drawing.Icon)(resources.GetObject("designerSettings1.Icon"))); designerSettings1.Restrictions = designerRestrictions1; designerSettings1.Text = ""; this.environmentSettings1.DesignerSettings = designerSettings1; emailSettings1.Address = ""; emailSettings1.Host = ""; emailSettings1.MessageTemplate = ""; emailSettings1.Name = ""; emailSettings1.Password = ""; emailSettings1.UserName = ""; this.environmentSettings1.EmailSettings = emailSettings1; previewSettings1.Icon = ((System.Drawing.Icon)(resources.GetObject("previewSettings1.Icon"))); previewSettings1.Text = ""; this.environmentSettings1.PreviewSettings = previewSettings1; this.environmentSettings1.ReportSettings = reportSettings1; this.environmentSettings1.UIStyle = FastReport.Utils.UIStyle.Office2007Black; // // EasyRpt // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(893, 578); this.Controls.Add(this.panel2); this.Name = "EasyRpt"; this.Text = "EasyRpt"; ((System.ComponentModel.ISupportInitialize)(this.designerControl1)).EndInit(); this.ResumeLayout(false); } #endregion private FastReport.Design.StandardDesigner.DesignerControl designerControl1; private System.Windows.Forms.Panel panel2; private FastReport.EnvironmentSettings environmentSettings1; } }