⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 customersreportview.designer.cs

📁 很好呀!这是我们学校老师让做的学期末的课程设计
💻 CS
字号:
namespace WindowsApplication2
{
    partial class CustomersReportView
    {
        /// <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()
        {
            this.components = new System.ComponentModel.Container();
            Microsoft.Reporting.WinForms.ReportDataSource reportDataSource2 = new Microsoft.Reporting.WinForms.ReportDataSource();
            this.orpBindingSource1 = new Orphean.WinFormHelper.Framework.BusinessLogic.OrpBindingSource(this.components);
            this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
            ((System.ComponentModel.ISupportInitialize)(this.orpBindingSource1)).BeginInit();
            this.SuspendLayout();
            // 
            // orpBindingSource1
            // 
            this.orpBindingSource1.AutoReflectColumnLength = true;
            this.orpBindingSource1.AutoValidate = true;
            this.orpBindingSource1.Form = this;
            this.orpBindingSource1.MaxLengthAccessor = null;
            this.orpBindingSource1.RuntimeDataMember = null;
            this.orpBindingSource1.RuntimeDataSource = null;
            // 
            // reportViewer1
            // 
            this.reportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
            reportDataSource2.Name = "HidaKitDataSet_CUSTOMERS";
            reportDataSource2.Value = this.orpBindingSource1;
            this.reportViewer1.LocalReport.DataSources.Add(reportDataSource2);
            this.reportViewer1.LocalReport.ReportEmbeddedResource = "WindowsApplication2.CustomersReport.rdlc";
            this.reportViewer1.Location = new System.Drawing.Point(0, 0);
            this.reportViewer1.Name = "reportViewer1";
            this.reportViewer1.Size = new System.Drawing.Size(683, 547);
            this.reportViewer1.TabIndex = 0;
            // 
            // CustomersReportView
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(683, 547);
            this.Controls.Add(this.reportViewer1);
            this.Name = "CustomersReportView";
            this.Text = "

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -