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

📄 form2.designer.cs

📁 这是关于数据库中绑定到datagridwiew中的数据库技术
💻 CS
字号:
namespace 传感器数据库部分
{
    partial class Form2
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗体设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form2));
            this.传感器数据总表BindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.传感器数据库DataSet = new 传感器数据库部分.传感器数据库DataSet();
            this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
            this.传感器数据总表TableAdapter = new 传感器数据库部分.传感器数据库DataSetTableAdapters.传感器数据总表TableAdapter();
            ((System.ComponentModel.ISupportInitialize)(this.传感器数据总表BindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.传感器数据库DataSet)).BeginInit();
            this.SuspendLayout();
            // 
            // 传感器数据总表BindingSource
            // 
            this.传感器数据总表BindingSource.DataMember = "传感器数据总表";
            this.传感器数据总表BindingSource.DataSource = this.传感器数据库DataSet;
            // 
            // 传感器数据库DataSet
            // 
            this.传感器数据库DataSet.DataSetName = "传感器数据库DataSet";
            this.传感器数据库DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // reportViewer1
            // 
            reportDataSource1.Name = "传感器数据库DataSet_传感器数据总表";
            reportDataSource1.Value = this.传感器数据总表BindingSource;
            this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
            this.reportViewer1.LocalReport.ReportEmbeddedResource = "传感器数据库部分.Report1.rdlc";
            this.reportViewer1.Location = new System.Drawing.Point(-2, 2);
            this.reportViewer1.Name = "reportViewer1";
            this.reportViewer1.Size = new System.Drawing.Size(677, 546);
            this.reportViewer1.TabIndex = 0;
            // 
            // 传感器数据总表TableAdapter
            // 
            this.传感器数据总表TableAdapter.ClearBeforeFill = true;
            // 
            // Form2
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(694, 560);
            this.Controls.Add(this.reportViewer1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "Form2";
            this.Text = "数据报表";
            this.Load += new System.EventHandler(this.Form2_Load);
            ((System.ComponentModel.ISupportInitialize)(this.传感器数据总表BindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.传感器数据库DataSet)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private Microsoft.Reporting.WinForms.ReportViewer reportViewer1;
        private System.Windows.Forms.BindingSource 传感器数据总表BindingSource;
        private 传感器数据库DataSet 传感器数据库DataSet;
        private 传感器数据库部分.传感器数据库DataSetTableAdapters.传感器数据总表TableAdapter 传感器数据总表TableAdapter;
    }
}

⌨️ 快捷键说明

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