ReportForm.Designer.cs
上传用户:xyl529207
上传日期:2022-08-03
资源大小:935k
文件大小:17k
源码类别:

行业应用

开发平台:

SQL

  1. namespace BookStoreMan
  2. {
  3.     partial class ReportForm
  4.     {
  5.         /// <summary>
  6.         /// 必需的设计器变量。
  7.         /// </summary>
  8.         private System.ComponentModel.IContainer components = null;
  9.         /// <summary>
  10.         /// 清理所有正在使用的资源。
  11.         /// </summary>
  12.         /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13.         protected override void Dispose(bool disposing)
  14.         {
  15.             if (disposing && (components != null))
  16.             {
  17.                 components.Dispose();
  18.             }
  19.             base.Dispose(disposing);
  20.         }
  21.         #region Windows 窗体设计器生成的代码
  22.         /// <summary>
  23.         /// 设计器支持所需的方法 - 不要
  24.         /// 使用代码编辑器修改此方法的内容。
  25.         /// </summary>
  26.         private void InitializeComponent()
  27.         {
  28.             this.components = new System.ComponentModel.Container();
  29.             Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
  30.             Microsoft.Reporting.WinForms.ReportDataSource reportDataSource2 = new Microsoft.Reporting.WinForms.ReportDataSource();
  31.             Microsoft.Reporting.WinForms.ReportDataSource reportDataSource3 = new Microsoft.Reporting.WinForms.ReportDataSource();
  32.             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ReportForm));
  33.             this.V_BookSellBindingSource = new System.Windows.Forms.BindingSource(this.components);
  34.             this.BookStoreDataSet = new BookStoreMan.BookStoreDataSet();
  35.             this.V_BookSellTableAdapter = new BookStoreMan.BookStoreDataSetTableAdapters.V_BookSellTableAdapter();
  36.             this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  37.             this.panel1 = new System.Windows.Forms.Panel();
  38.             this.button1 = new System.Windows.Forms.Button();
  39.             this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
  40.             this.label2 = new System.Windows.Forms.Label();
  41.             this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
  42.             this.radioButton5 = new System.Windows.Forms.RadioButton();
  43.             this.radioButton4 = new System.Windows.Forms.RadioButton();
  44.             this.label1 = new System.Windows.Forms.Label();
  45.             this.radioButton3 = new System.Windows.Forms.RadioButton();
  46.             this.radioButton2 = new System.Windows.Forms.RadioButton();
  47.             this.radioButton1 = new System.Windows.Forms.RadioButton();
  48.             this.tabControl1 = new System.Windows.Forms.TabControl();
  49.             this.tabPage1 = new System.Windows.Forms.TabPage();
  50.             this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
  51.             this.tabPage2 = new System.Windows.Forms.TabPage();
  52.             this.reportViewer2 = new Microsoft.Reporting.WinForms.ReportViewer();
  53.             this.tabPage3 = new System.Windows.Forms.TabPage();
  54.             this.reportViewer3 = new Microsoft.Reporting.WinForms.ReportViewer();
  55.             ((System.ComponentModel.ISupportInitialize)(this.V_BookSellBindingSource)).BeginInit();
  56.             ((System.ComponentModel.ISupportInitialize)(this.BookStoreDataSet)).BeginInit();
  57.             this.panel1.SuspendLayout();
  58.             this.tabControl1.SuspendLayout();
  59.             this.tabPage1.SuspendLayout();
  60.             this.tabPage2.SuspendLayout();
  61.             this.tabPage3.SuspendLayout();
  62.             this.SuspendLayout();
  63.             // 
  64.             // V_BookSellBindingSource
  65.             // 
  66.             this.V_BookSellBindingSource.DataMember = "V_BookSell";
  67.             this.V_BookSellBindingSource.DataSource = this.BookStoreDataSet;
  68.             // 
  69.             // BookStoreDataSet
  70.             // 
  71.             this.BookStoreDataSet.DataSetName = "BookStoreDataSet";
  72.             this.BookStoreDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  73.             // 
  74.             // V_BookSellTableAdapter
  75.             // 
  76.             this.V_BookSellTableAdapter.ClearBeforeFill = true;
  77.             // 
  78.             // statusStrip1
  79.             // 
  80.             this.statusStrip1.Location = new System.Drawing.Point(0, 551);
  81.             this.statusStrip1.Name = "statusStrip1";
  82.             this.statusStrip1.Size = new System.Drawing.Size(792, 22);
  83.             this.statusStrip1.TabIndex = 1;
  84.             this.statusStrip1.Text = "statusStrip1";
  85.             // 
  86.             // panel1
  87.             // 
  88.             this.panel1.Controls.Add(this.button1);
  89.             this.panel1.Controls.Add(this.dateTimePicker2);
  90.             this.panel1.Controls.Add(this.label2);
  91.             this.panel1.Controls.Add(this.dateTimePicker1);
  92.             this.panel1.Controls.Add(this.radioButton5);
  93.             this.panel1.Controls.Add(this.radioButton4);
  94.             this.panel1.Controls.Add(this.label1);
  95.             this.panel1.Controls.Add(this.radioButton3);
  96.             this.panel1.Controls.Add(this.radioButton2);
  97.             this.panel1.Controls.Add(this.radioButton1);
  98.             this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  99.             this.panel1.Location = new System.Drawing.Point(0, 0);
  100.             this.panel1.Name = "panel1";
  101.             this.panel1.Size = new System.Drawing.Size(792, 40);
  102.             this.panel1.TabIndex = 3;
  103.             // 
  104.             // button1
  105.             // 
  106.             this.button1.Enabled = false;
  107.             this.button1.Location = new System.Drawing.Point(562, 6);
  108.             this.button1.Name = "button1";
  109.             this.button1.Size = new System.Drawing.Size(45, 23);
  110.             this.button1.TabIndex = 9;
  111.             this.button1.Text = "确定";
  112.             this.button1.UseVisualStyleBackColor = true;
  113.             this.button1.Click += new System.EventHandler(this.button1_Click);
  114.             // 
  115.             // dateTimePicker2
  116.             // 
  117.             this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Short;
  118.             this.dateTimePicker2.Location = new System.Drawing.Point(470, 8);
  119.             this.dateTimePicker2.Name = "dateTimePicker2";
  120.             this.dateTimePicker2.Size = new System.Drawing.Size(86, 21);
  121.             this.dateTimePicker2.TabIndex = 8;
  122.             // 
  123.             // label2
  124.             // 
  125.             this.label2.AutoSize = true;
  126.             this.label2.Location = new System.Drawing.Point(450, 12);
  127.             this.label2.Name = "label2";
  128.             this.label2.Size = new System.Drawing.Size(17, 12);
  129.             this.label2.TabIndex = 7;
  130.             this.label2.Text = "到";
  131.             // 
  132.             // dateTimePicker1
  133.             // 
  134.             this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Short;
  135.             this.dateTimePicker1.Location = new System.Drawing.Point(360, 8);
  136.             this.dateTimePicker1.Name = "dateTimePicker1";
  137.             this.dateTimePicker1.Size = new System.Drawing.Size(86, 21);
  138.             this.dateTimePicker1.TabIndex = 6;
  139.             // 
  140.             // radioButton5
  141.             // 
  142.             this.radioButton5.AutoSize = true;
  143.             this.radioButton5.Location = new System.Drawing.Point(270, 10);
  144.             this.radioButton5.Name = "radioButton5";
  145.             this.radioButton5.Size = new System.Drawing.Size(89, 16);
  146.             this.radioButton5.TabIndex = 5;
  147.             this.radioButton5.Text = "指定时间段:";
  148.             this.radioButton5.UseVisualStyleBackColor = true;
  149.             this.radioButton5.CheckedChanged += new System.EventHandler(this.radioButton5_CheckedChanged);
  150.             // 
  151.             // radioButton4
  152.             // 
  153.             this.radioButton4.AutoSize = true;
  154.             this.radioButton4.Location = new System.Drawing.Point(220, 10);
  155.             this.radioButton4.Name = "radioButton4";
  156.             this.radioButton4.Size = new System.Drawing.Size(47, 16);
  157.             this.radioButton4.TabIndex = 4;
  158.             this.radioButton4.Text = "当日";
  159.             this.radioButton4.UseVisualStyleBackColor = true;
  160.             this.radioButton4.CheckedChanged += new System.EventHandler(this.radioButton4_CheckedChanged);
  161.             // 
  162.             // label1
  163.             // 
  164.             this.label1.AutoSize = true;
  165.             this.label1.Location = new System.Drawing.Point(5, 12);
  166.             this.label1.Name = "label1";
  167.             this.label1.Size = new System.Drawing.Size(59, 12);
  168.             this.label1.TabIndex = 3;
  169.             this.label1.Text = "查看范围:";
  170.             // 
  171.             // radioButton3
  172.             // 
  173.             this.radioButton3.AutoSize = true;
  174.             this.radioButton3.Location = new System.Drawing.Point(170, 10);
  175.             this.radioButton3.Name = "radioButton3";
  176.             this.radioButton3.Size = new System.Drawing.Size(47, 16);
  177.             this.radioButton3.TabIndex = 2;
  178.             this.radioButton3.Text = "当月";
  179.             this.radioButton3.UseVisualStyleBackColor = true;
  180.             this.radioButton3.CheckedChanged += new System.EventHandler(this.radioButton3_CheckedChanged);
  181.             // 
  182.             // radioButton2
  183.             // 
  184.             this.radioButton2.AutoSize = true;
  185.             this.radioButton2.Location = new System.Drawing.Point(120, 10);
  186.             this.radioButton2.Name = "radioButton2";
  187.             this.radioButton2.Size = new System.Drawing.Size(47, 16);
  188.             this.radioButton2.TabIndex = 1;
  189.             this.radioButton2.Text = "当年";
  190.             this.radioButton2.UseVisualStyleBackColor = true;
  191.             this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged);
  192.             // 
  193.             // radioButton1
  194.             // 
  195.             this.radioButton1.AutoSize = true;
  196.             this.radioButton1.Checked = true;
  197.             this.radioButton1.Location = new System.Drawing.Point(70, 10);
  198.             this.radioButton1.Name = "radioButton1";
  199.             this.radioButton1.Size = new System.Drawing.Size(47, 16);
  200.             this.radioButton1.TabIndex = 0;
  201.             this.radioButton1.TabStop = true;
  202.             this.radioButton1.Text = "全部";
  203.             this.radioButton1.UseVisualStyleBackColor = true;
  204.             this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
  205.             // 
  206.             // tabControl1
  207.             // 
  208.             this.tabControl1.Controls.Add(this.tabPage1);
  209.             this.tabControl1.Controls.Add(this.tabPage2);
  210.             this.tabControl1.Controls.Add(this.tabPage3);
  211.             this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  212.             this.tabControl1.Location = new System.Drawing.Point(0, 40);
  213.             this.tabControl1.Name = "tabControl1";
  214.             this.tabControl1.SelectedIndex = 0;
  215.             this.tabControl1.Size = new System.Drawing.Size(792, 511);
  216.             this.tabControl1.TabIndex = 4;
  217.             // 
  218.             // tabPage1
  219.             // 
  220.             this.tabPage1.Controls.Add(this.reportViewer1);
  221.             this.tabPage1.Location = new System.Drawing.Point(4, 21);
  222.             this.tabPage1.Name = "tabPage1";
  223.             this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  224.             this.tabPage1.Size = new System.Drawing.Size(784, 486);
  225.             this.tabPage1.TabIndex = 0;
  226.             this.tabPage1.Text = "图书";
  227.             this.tabPage1.UseVisualStyleBackColor = true;
  228.             // 
  229.             // reportViewer1
  230.             // 
  231.             this.reportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
  232.             reportDataSource1.Name = "BookStoreDataSet_V_BookSell";
  233.             reportDataSource1.Value = this.V_BookSellBindingSource;
  234.             this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
  235.             this.reportViewer1.LocalReport.ReportEmbeddedResource = "BookStoreMan.Report1.rdlc";
  236.             this.reportViewer1.Location = new System.Drawing.Point(3, 3);
  237.             this.reportViewer1.Name = "reportViewer1";
  238.             this.reportViewer1.Size = new System.Drawing.Size(778, 480);
  239.             this.reportViewer1.TabIndex = 1;
  240.             // 
  241.             // tabPage2
  242.             // 
  243.             this.tabPage2.Controls.Add(this.reportViewer2);
  244.             this.tabPage2.Location = new System.Drawing.Point(4, 21);
  245.             this.tabPage2.Name = "tabPage2";
  246.             this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  247.             this.tabPage2.Size = new System.Drawing.Size(784, 486);
  248.             this.tabPage2.TabIndex = 1;
  249.             this.tabPage2.Text = "出版社";
  250.             this.tabPage2.UseVisualStyleBackColor = true;
  251.             // 
  252.             // reportViewer2
  253.             // 
  254.             this.reportViewer2.Dock = System.Windows.Forms.DockStyle.Fill;
  255.             reportDataSource2.Name = "BookStoreDataSet_V_BookSell";
  256.             reportDataSource2.Value = this.V_BookSellBindingSource;
  257.             this.reportViewer2.LocalReport.DataSources.Add(reportDataSource2);
  258.             this.reportViewer2.LocalReport.ReportEmbeddedResource = "BookStoreMan.Report2.rdlc";
  259.             this.reportViewer2.Location = new System.Drawing.Point(3, 3);
  260.             this.reportViewer2.Name = "reportViewer2";
  261.             this.reportViewer2.Size = new System.Drawing.Size(778, 480);
  262.             this.reportViewer2.TabIndex = 0;
  263.             // 
  264.             // tabPage3
  265.             // 
  266.             this.tabPage3.Controls.Add(this.reportViewer3);
  267.             this.tabPage3.Location = new System.Drawing.Point(4, 21);
  268.             this.tabPage3.Name = "tabPage3";
  269.             this.tabPage3.Size = new System.Drawing.Size(784, 486);
  270.             this.tabPage3.TabIndex = 2;
  271.             this.tabPage3.Text = "会员";
  272.             this.tabPage3.UseVisualStyleBackColor = true;
  273.             // 
  274.             // reportViewer3
  275.             // 
  276.             this.reportViewer3.Dock = System.Windows.Forms.DockStyle.Fill;
  277.             reportDataSource3.Name = "BookStoreDataSet_V_BookSell";
  278.             reportDataSource3.Value = this.V_BookSellBindingSource;
  279.             this.reportViewer3.LocalReport.DataSources.Add(reportDataSource3);
  280.             this.reportViewer3.LocalReport.ReportEmbeddedResource = "BookStoreMan.Report3.rdlc";
  281.             this.reportViewer3.Location = new System.Drawing.Point(0, 0);
  282.             this.reportViewer3.Name = "reportViewer3";
  283.             this.reportViewer3.Size = new System.Drawing.Size(784, 486);
  284.             this.reportViewer3.TabIndex = 0;
  285.             // 
  286.             // ReportForm
  287.             // 
  288.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  289.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  290.             this.ClientSize = new System.Drawing.Size(792, 573);
  291.             this.Controls.Add(this.tabControl1);
  292.             this.Controls.Add(this.panel1);
  293.             this.Controls.Add(this.statusStrip1);
  294.             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  295.             this.Name = "ReportForm";
  296.             this.RightToLeftLayout = true;
  297.             this.Text = "统计查询";
  298.             this.Load += new System.EventHandler(this.ReportForm_Load);
  299.             ((System.ComponentModel.ISupportInitialize)(this.V_BookSellBindingSource)).EndInit();
  300.             ((System.ComponentModel.ISupportInitialize)(this.BookStoreDataSet)).EndInit();
  301.             this.panel1.ResumeLayout(false);
  302.             this.panel1.PerformLayout();
  303.             this.tabControl1.ResumeLayout(false);
  304.             this.tabPage1.ResumeLayout(false);
  305.             this.tabPage2.ResumeLayout(false);
  306.             this.tabPage3.ResumeLayout(false);
  307.             this.ResumeLayout(false);
  308.             this.PerformLayout();
  309.         }
  310.         #endregion
  311.         private System.Windows.Forms.BindingSource V_BookSellBindingSource;
  312.         private BookStoreDataSet BookStoreDataSet;
  313.         private BookStoreMan.BookStoreDataSetTableAdapters.V_BookSellTableAdapter V_BookSellTableAdapter;
  314.         private System.Windows.Forms.StatusStrip statusStrip1;
  315.         private System.Windows.Forms.Panel panel1;
  316.         private System.Windows.Forms.Label label1;
  317.         private System.Windows.Forms.RadioButton radioButton3;
  318.         private System.Windows.Forms.RadioButton radioButton2;
  319.         private System.Windows.Forms.RadioButton radioButton1;
  320.         private System.Windows.Forms.TabControl tabControl1;
  321.         private System.Windows.Forms.TabPage tabPage1;
  322.         private Microsoft.Reporting.WinForms.ReportViewer reportViewer1;
  323.         private System.Windows.Forms.TabPage tabPage2;
  324.         private System.Windows.Forms.RadioButton radioButton5;
  325.         private System.Windows.Forms.RadioButton radioButton4;
  326.         private System.Windows.Forms.Label label2;
  327.         private System.Windows.Forms.DateTimePicker dateTimePicker1;
  328.         private System.Windows.Forms.DateTimePicker dateTimePicker2;
  329.         private System.Windows.Forms.Button button1;
  330.         private Microsoft.Reporting.WinForms.ReportViewer reportViewer2;
  331.         private System.Windows.Forms.TabPage tabPage3;
  332.         private Microsoft.Reporting.WinForms.ReportViewer reportViewer3;
  333.     }
  334. }