lu
2025-04-19 b084bd77d01a94c8f0a2d20c86a1f45ba7c8a23c
DevApp/Gs.DevApp/DevFrm/Sys/EasyRptDesign.Designer.cs
@@ -30,18 +30,15 @@
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EasyRptDesign));
            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();
            FastReport.Design.DesignerSettings designerSettings2 = new FastReport.Design.DesignerSettings();
            FastReport.Design.DesignerRestrictions designerRestrictions2 = new FastReport.Design.DesignerRestrictions();
            FastReport.Export.Email.EmailSettings emailSettings2 = new FastReport.Export.Email.EmailSettings();
            FastReport.PreviewSettings previewSettings2 = new FastReport.PreviewSettings();
            FastReport.ReportSettings reportSettings2 = new FastReport.ReportSettings();
            this.designerControl1 = new FastReport.Design.StandardDesigner.DesignerControl();
            this.environmentSettings1 = new FastReport.EnvironmentSettings();
            this.sidePanel1 = new DevExpress.XtraEditors.SidePanel();
            this.listBox1 = new System.Windows.Forms.ListBox();
            this.sidePanel2 = new DevExpress.XtraEditors.SidePanel();
            ((System.ComponentModel.ISupportInitialize)(this.designerControl1)).BeginInit();
            this.sidePanel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // designerControl1
@@ -57,56 +54,30 @@
            // 
            // environmentSettings1
            // 
            designerSettings1.ApplicationConnection = null;
            designerSettings1.DefaultFont = new System.Drawing.Font("宋体", 9F);
            designerSettings1.Icon = null;
            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;
            designerSettings2.ApplicationConnection = null;
            designerSettings2.Icon = null;
            designerSettings2.Restrictions = designerRestrictions2;
            designerSettings2.Text = "";
            this.environmentSettings1.DesignerSettings = designerSettings2;
            emailSettings2.Address = "";
            emailSettings2.Host = "";
            emailSettings2.MessageTemplate = "";
            emailSettings2.Name = "";
            emailSettings2.Password = "";
            emailSettings2.UserName = "";
            this.environmentSettings1.EmailSettings = emailSettings2;
            previewSettings2.Icon = ((System.Drawing.Icon)(resources.GetObject("previewSettings2.Icon")));
            previewSettings2.Text = "";
            this.environmentSettings1.PreviewSettings = previewSettings2;
            this.environmentSettings1.ReportSettings = reportSettings2;
            this.environmentSettings1.UIStyle = FastReport.Utils.UIStyle.Office2007Black;
            //
            // sidePanel1
            //
            this.sidePanel1.Appearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
            this.sidePanel1.Appearance.Options.UseBorderColor = true;
            this.sidePanel1.Controls.Add(this.listBox1);
            this.sidePanel1.Dock = System.Windows.Forms.DockStyle.Top;
            this.sidePanel1.Location = new System.Drawing.Point(0, 0);
            this.sidePanel1.Name = "sidePanel1";
            this.sidePanel1.Padding = new System.Windows.Forms.Padding(2);
            this.sidePanel1.Size = new System.Drawing.Size(893, 80);
            this.sidePanel1.TabIndex = 0;
            this.sidePanel1.Text = "sidePanel1";
            //
            // listBox1
            //
            this.listBox1.ColumnWidth = 120;
            this.listBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listBox1.FormattingEnabled = true;
            this.listBox1.ItemHeight = 18;
            this.listBox1.Location = new System.Drawing.Point(2, 2);
            this.listBox1.MultiColumn = true;
            this.listBox1.Name = "listBox1";
            this.listBox1.Size = new System.Drawing.Size(889, 75);
            this.listBox1.TabIndex = 0;
            // 
            // sidePanel2
            // 
            this.sidePanel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.sidePanel2.Location = new System.Drawing.Point(0, 80);
            this.sidePanel2.Location = new System.Drawing.Point(0, 0);
            this.sidePanel2.Name = "sidePanel2";
            this.sidePanel2.Size = new System.Drawing.Size(893, 498);
            this.sidePanel2.Size = new System.Drawing.Size(893, 578);
            this.sidePanel2.TabIndex = 1;
            this.sidePanel2.Text = "sidePanel2";
            // 
@@ -116,13 +87,10 @@
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(893, 578);
            this.Controls.Add(this.sidePanel2);
            this.Controls.Add(this.sidePanel1);
            this.IconOptions.Image = global::Gs.DevApp.Properties.Resources.logo_png;
            this.IconOptions.Image = global::Gs.DevApp.Properties.Resources.logo_png_black;
            this.Name = "EasyRptDesign";
            this.Text = "报表设计:请参考字段说明,z开头为主表,m开头为明细表";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            ((System.ComponentModel.ISupportInitialize)(this.designerControl1)).EndInit();
            this.sidePanel1.ResumeLayout(false);
            this.ResumeLayout(false);
        }
@@ -131,8 +99,6 @@
        private FastReport.Design.StandardDesigner.DesignerControl designerControl1;
        private FastReport.EnvironmentSettings environmentSettings1;
        private DevExpress.XtraEditors.SidePanel sidePanel1;
        private DevExpress.XtraEditors.SidePanel sidePanel2;
        private System.Windows.Forms.ListBox listBox1;
    }
}