ReportForm.Designer.cs
资源名称:BookStore.rar [点击查看]
上传用户:xyl529207
上传日期:2022-08-03
资源大小:935k
文件大小:17k
源码类别:
行业应用
开发平台:
SQL
- namespace BookStoreMan
- {
- partial class ReportForm
- {
- /// <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();
- Microsoft.Reporting.WinForms.ReportDataSource reportDataSource2 = new Microsoft.Reporting.WinForms.ReportDataSource();
- Microsoft.Reporting.WinForms.ReportDataSource reportDataSource3 = new Microsoft.Reporting.WinForms.ReportDataSource();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ReportForm));
- this.V_BookSellBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.BookStoreDataSet = new BookStoreMan.BookStoreDataSet();
- this.V_BookSellTableAdapter = new BookStoreMan.BookStoreDataSetTableAdapters.V_BookSellTableAdapter();
- this.statusStrip1 = new System.Windows.Forms.StatusStrip();
- this.panel1 = new System.Windows.Forms.Panel();
- this.button1 = new System.Windows.Forms.Button();
- this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
- this.label2 = new System.Windows.Forms.Label();
- this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
- this.radioButton5 = new System.Windows.Forms.RadioButton();
- this.radioButton4 = new System.Windows.Forms.RadioButton();
- this.label1 = new System.Windows.Forms.Label();
- this.radioButton3 = new System.Windows.Forms.RadioButton();
- this.radioButton2 = new System.Windows.Forms.RadioButton();
- this.radioButton1 = new System.Windows.Forms.RadioButton();
- this.tabControl1 = new System.Windows.Forms.TabControl();
- this.tabPage1 = new System.Windows.Forms.TabPage();
- this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
- this.tabPage2 = new System.Windows.Forms.TabPage();
- this.reportViewer2 = new Microsoft.Reporting.WinForms.ReportViewer();
- this.tabPage3 = new System.Windows.Forms.TabPage();
- this.reportViewer3 = new Microsoft.Reporting.WinForms.ReportViewer();
- ((System.ComponentModel.ISupportInitialize)(this.V_BookSellBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.BookStoreDataSet)).BeginInit();
- this.panel1.SuspendLayout();
- this.tabControl1.SuspendLayout();
- this.tabPage1.SuspendLayout();
- this.tabPage2.SuspendLayout();
- this.tabPage3.SuspendLayout();
- this.SuspendLayout();
- //
- // V_BookSellBindingSource
- //
- this.V_BookSellBindingSource.DataMember = "V_BookSell";
- this.V_BookSellBindingSource.DataSource = this.BookStoreDataSet;
- //
- // BookStoreDataSet
- //
- this.BookStoreDataSet.DataSetName = "BookStoreDataSet";
- this.BookStoreDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // V_BookSellTableAdapter
- //
- this.V_BookSellTableAdapter.ClearBeforeFill = true;
- //
- // statusStrip1
- //
- this.statusStrip1.Location = new System.Drawing.Point(0, 551);
- this.statusStrip1.Name = "statusStrip1";
- this.statusStrip1.Size = new System.Drawing.Size(792, 22);
- this.statusStrip1.TabIndex = 1;
- this.statusStrip1.Text = "statusStrip1";
- //
- // panel1
- //
- this.panel1.Controls.Add(this.button1);
- this.panel1.Controls.Add(this.dateTimePicker2);
- this.panel1.Controls.Add(this.label2);
- this.panel1.Controls.Add(this.dateTimePicker1);
- this.panel1.Controls.Add(this.radioButton5);
- this.panel1.Controls.Add(this.radioButton4);
- this.panel1.Controls.Add(this.label1);
- this.panel1.Controls.Add(this.radioButton3);
- this.panel1.Controls.Add(this.radioButton2);
- this.panel1.Controls.Add(this.radioButton1);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(792, 40);
- this.panel1.TabIndex = 3;
- //
- // button1
- //
- this.button1.Enabled = false;
- this.button1.Location = new System.Drawing.Point(562, 6);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(45, 23);
- this.button1.TabIndex = 9;
- this.button1.Text = "确定";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // dateTimePicker2
- //
- this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Short;
- this.dateTimePicker2.Location = new System.Drawing.Point(470, 8);
- this.dateTimePicker2.Name = "dateTimePicker2";
- this.dateTimePicker2.Size = new System.Drawing.Size(86, 21);
- this.dateTimePicker2.TabIndex = 8;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(450, 12);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(17, 12);
- this.label2.TabIndex = 7;
- this.label2.Text = "到";
- //
- // dateTimePicker1
- //
- this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Short;
- this.dateTimePicker1.Location = new System.Drawing.Point(360, 8);
- this.dateTimePicker1.Name = "dateTimePicker1";
- this.dateTimePicker1.Size = new System.Drawing.Size(86, 21);
- this.dateTimePicker1.TabIndex = 6;
- //
- // radioButton5
- //
- this.radioButton5.AutoSize = true;
- this.radioButton5.Location = new System.Drawing.Point(270, 10);
- this.radioButton5.Name = "radioButton5";
- this.radioButton5.Size = new System.Drawing.Size(89, 16);
- this.radioButton5.TabIndex = 5;
- this.radioButton5.Text = "指定时间段:";
- this.radioButton5.UseVisualStyleBackColor = true;
- this.radioButton5.CheckedChanged += new System.EventHandler(this.radioButton5_CheckedChanged);
- //
- // radioButton4
- //
- this.radioButton4.AutoSize = true;
- this.radioButton4.Location = new System.Drawing.Point(220, 10);
- this.radioButton4.Name = "radioButton4";
- this.radioButton4.Size = new System.Drawing.Size(47, 16);
- this.radioButton4.TabIndex = 4;
- this.radioButton4.Text = "当日";
- this.radioButton4.UseVisualStyleBackColor = true;
- this.radioButton4.CheckedChanged += new System.EventHandler(this.radioButton4_CheckedChanged);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(5, 12);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(59, 12);
- this.label1.TabIndex = 3;
- this.label1.Text = "查看范围:";
- //
- // radioButton3
- //
- this.radioButton3.AutoSize = true;
- this.radioButton3.Location = new System.Drawing.Point(170, 10);
- this.radioButton3.Name = "radioButton3";
- this.radioButton3.Size = new System.Drawing.Size(47, 16);
- this.radioButton3.TabIndex = 2;
- this.radioButton3.Text = "当月";
- this.radioButton3.UseVisualStyleBackColor = true;
- this.radioButton3.CheckedChanged += new System.EventHandler(this.radioButton3_CheckedChanged);
- //
- // radioButton2
- //
- this.radioButton2.AutoSize = true;
- this.radioButton2.Location = new System.Drawing.Point(120, 10);
- this.radioButton2.Name = "radioButton2";
- this.radioButton2.Size = new System.Drawing.Size(47, 16);
- this.radioButton2.TabIndex = 1;
- this.radioButton2.Text = "当年";
- this.radioButton2.UseVisualStyleBackColor = true;
- this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged);
- //
- // radioButton1
- //
- this.radioButton1.AutoSize = true;
- this.radioButton1.Checked = true;
- this.radioButton1.Location = new System.Drawing.Point(70, 10);
- this.radioButton1.Name = "radioButton1";
- this.radioButton1.Size = new System.Drawing.Size(47, 16);
- this.radioButton1.TabIndex = 0;
- this.radioButton1.TabStop = true;
- this.radioButton1.Text = "全部";
- this.radioButton1.UseVisualStyleBackColor = true;
- this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
- //
- // tabControl1
- //
- this.tabControl1.Controls.Add(this.tabPage1);
- this.tabControl1.Controls.Add(this.tabPage2);
- this.tabControl1.Controls.Add(this.tabPage3);
- this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tabControl1.Location = new System.Drawing.Point(0, 40);
- this.tabControl1.Name = "tabControl1";
- this.tabControl1.SelectedIndex = 0;
- this.tabControl1.Size = new System.Drawing.Size(792, 511);
- this.tabControl1.TabIndex = 4;
- //
- // tabPage1
- //
- this.tabPage1.Controls.Add(this.reportViewer1);
- this.tabPage1.Location = new System.Drawing.Point(4, 21);
- this.tabPage1.Name = "tabPage1";
- this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage1.Size = new System.Drawing.Size(784, 486);
- this.tabPage1.TabIndex = 0;
- this.tabPage1.Text = "图书";
- this.tabPage1.UseVisualStyleBackColor = true;
- //
- // reportViewer1
- //
- this.reportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
- reportDataSource1.Name = "BookStoreDataSet_V_BookSell";
- reportDataSource1.Value = this.V_BookSellBindingSource;
- this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
- this.reportViewer1.LocalReport.ReportEmbeddedResource = "BookStoreMan.Report1.rdlc";
- this.reportViewer1.Location = new System.Drawing.Point(3, 3);
- this.reportViewer1.Name = "reportViewer1";
- this.reportViewer1.Size = new System.Drawing.Size(778, 480);
- this.reportViewer1.TabIndex = 1;
- //
- // tabPage2
- //
- this.tabPage2.Controls.Add(this.reportViewer2);
- this.tabPage2.Location = new System.Drawing.Point(4, 21);
- this.tabPage2.Name = "tabPage2";
- this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage2.Size = new System.Drawing.Size(784, 486);
- this.tabPage2.TabIndex = 1;
- this.tabPage2.Text = "出版社";
- this.tabPage2.UseVisualStyleBackColor = true;
- //
- // reportViewer2
- //
- this.reportViewer2.Dock = System.Windows.Forms.DockStyle.Fill;
- reportDataSource2.Name = "BookStoreDataSet_V_BookSell";
- reportDataSource2.Value = this.V_BookSellBindingSource;
- this.reportViewer2.LocalReport.DataSources.Add(reportDataSource2);
- this.reportViewer2.LocalReport.ReportEmbeddedResource = "BookStoreMan.Report2.rdlc";
- this.reportViewer2.Location = new System.Drawing.Point(3, 3);
- this.reportViewer2.Name = "reportViewer2";
- this.reportViewer2.Size = new System.Drawing.Size(778, 480);
- this.reportViewer2.TabIndex = 0;
- //
- // tabPage3
- //
- this.tabPage3.Controls.Add(this.reportViewer3);
- this.tabPage3.Location = new System.Drawing.Point(4, 21);
- this.tabPage3.Name = "tabPage3";
- this.tabPage3.Size = new System.Drawing.Size(784, 486);
- this.tabPage3.TabIndex = 2;
- this.tabPage3.Text = "会员";
- this.tabPage3.UseVisualStyleBackColor = true;
- //
- // reportViewer3
- //
- this.reportViewer3.Dock = System.Windows.Forms.DockStyle.Fill;
- reportDataSource3.Name = "BookStoreDataSet_V_BookSell";
- reportDataSource3.Value = this.V_BookSellBindingSource;
- this.reportViewer3.LocalReport.DataSources.Add(reportDataSource3);
- this.reportViewer3.LocalReport.ReportEmbeddedResource = "BookStoreMan.Report3.rdlc";
- this.reportViewer3.Location = new System.Drawing.Point(0, 0);
- this.reportViewer3.Name = "reportViewer3";
- this.reportViewer3.Size = new System.Drawing.Size(784, 486);
- this.reportViewer3.TabIndex = 0;
- //
- // ReportForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(792, 573);
- this.Controls.Add(this.tabControl1);
- this.Controls.Add(this.panel1);
- this.Controls.Add(this.statusStrip1);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "ReportForm";
- this.RightToLeftLayout = true;
- this.Text = "统计查询";
- this.Load += new System.EventHandler(this.ReportForm_Load);
- ((System.ComponentModel.ISupportInitialize)(this.V_BookSellBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.BookStoreDataSet)).EndInit();
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.tabControl1.ResumeLayout(false);
- this.tabPage1.ResumeLayout(false);
- this.tabPage2.ResumeLayout(false);
- this.tabPage3.ResumeLayout(false);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.BindingSource V_BookSellBindingSource;
- private BookStoreDataSet BookStoreDataSet;
- private BookStoreMan.BookStoreDataSetTableAdapters.V_BookSellTableAdapter V_BookSellTableAdapter;
- private System.Windows.Forms.StatusStrip statusStrip1;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.RadioButton radioButton3;
- private System.Windows.Forms.RadioButton radioButton2;
- private System.Windows.Forms.RadioButton radioButton1;
- private System.Windows.Forms.TabControl tabControl1;
- private System.Windows.Forms.TabPage tabPage1;
- private Microsoft.Reporting.WinForms.ReportViewer reportViewer1;
- private System.Windows.Forms.TabPage tabPage2;
- private System.Windows.Forms.RadioButton radioButton5;
- private System.Windows.Forms.RadioButton radioButton4;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.DateTimePicker dateTimePicker1;
- private System.Windows.Forms.DateTimePicker dateTimePicker2;
- private System.Windows.Forms.Button button1;
- private Microsoft.Reporting.WinForms.ReportViewer reportViewer2;
- private System.Windows.Forms.TabPage tabPage3;
- private Microsoft.Reporting.WinForms.ReportViewer reportViewer3;
- }
- }