BookAnalysisForm.Designer.cs
上传用户:abcs8778
上传日期:2022-08-03
资源大小:2093k
文件大小:28k
源码类别:

WEB源码(ASP,PHP,...)

开发平台:

SQL

  1. namespace BookSellPredict
  2. {
  3.     partial class BookAnalysisForm
  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.             System.Windows.Forms.ListViewItem listViewItem4 = new System.Windows.Forms.ListViewItem("销售额");
  29.             this.groupBox1 = new System.Windows.Forms.GroupBox();
  30.             this.nudPrice = new System.Windows.Forms.NumericUpDown();
  31.             this.label9 = new System.Windows.Forms.Label();
  32.             this.label6 = new System.Windows.Forms.Label();
  33.             this.dtpShelfDate = new System.Windows.Forms.DateTimePicker();
  34.             this.tbBookName = new System.Windows.Forms.TextBox();
  35.             this.label8 = new System.Windows.Forms.Label();
  36.             this.nudPages = new System.Windows.Forms.NumericUpDown();
  37.             this.label7 = new System.Windows.Forms.Label();
  38.             this.cmbBookID = new System.Windows.Forms.ComboBox();
  39.             this.label1 = new System.Windows.Forms.Label();
  40.             this.btnLoadInfo = new System.Windows.Forms.Button();
  41.             this.label2 = new System.Windows.Forms.Label();
  42.             this.dtpPublishDate = new System.Windows.Forms.DateTimePicker();
  43.             this.rdbNoCD = new System.Windows.Forms.RadioButton();
  44.             this.label3 = new System.Windows.Forms.Label();
  45.             this.rdbCD = new System.Windows.Forms.RadioButton();
  46.             this.cmbCategory = new System.Windows.Forms.ComboBox();
  47.             this.label5 = new System.Windows.Forms.Label();
  48.             this.label4 = new System.Windows.Forms.Label();
  49.             this.cmbPress = new System.Windows.Forms.ComboBox();
  50.             this.tabControl1 = new System.Windows.Forms.TabControl();
  51.             this.tabPage1 = new System.Windows.Forms.TabPage();
  52.             this.lvSellSum = new System.Windows.Forms.ListView();
  53.             this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
  54.             this.btnPredictSellSeries = new System.Windows.Forms.Button();
  55.             this.label11 = new System.Windows.Forms.Label();
  56.             this.nudWeeks = new System.Windows.Forms.NumericUpDown();
  57.             this.label10 = new System.Windows.Forms.Label();
  58.             this.tabPage2 = new System.Windows.Forms.TabPage();
  59.             this.lbSellNum = new System.Windows.Forms.Label();
  60.             this.btnPredictSell = new System.Windows.Forms.Button();
  61.             this.tabPage3 = new System.Windows.Forms.TabPage();
  62.             this.btnPredictAssociation = new System.Windows.Forms.Button();
  63.             this.tabPage4 = new System.Windows.Forms.TabPage();
  64.             this.btnPredictPrice = new System.Windows.Forms.Button();
  65.             this.lbPrice = new System.Windows.Forms.Label();
  66.             this.nudNumber = new System.Windows.Forms.NumericUpDown();
  67.             this.label12 = new System.Windows.Forms.Label();
  68.             this.lbBooks = new System.Windows.Forms.ListBox();
  69.             this.groupBox1.SuspendLayout();
  70.             ((System.ComponentModel.ISupportInitialize)(this.nudPrice)).BeginInit();
  71.             ((System.ComponentModel.ISupportInitialize)(this.nudPages)).BeginInit();
  72.             this.tabControl1.SuspendLayout();
  73.             this.tabPage1.SuspendLayout();
  74.             ((System.ComponentModel.ISupportInitialize)(this.nudWeeks)).BeginInit();
  75.             this.tabPage2.SuspendLayout();
  76.             this.tabPage3.SuspendLayout();
  77.             this.tabPage4.SuspendLayout();
  78.             ((System.ComponentModel.ISupportInitialize)(this.nudNumber)).BeginInit();
  79.             this.SuspendLayout();
  80.             // 
  81.             // groupBox1
  82.             // 
  83.             this.groupBox1.Controls.Add(this.nudPrice);
  84.             this.groupBox1.Controls.Add(this.label9);
  85.             this.groupBox1.Controls.Add(this.label6);
  86.             this.groupBox1.Controls.Add(this.dtpShelfDate);
  87.             this.groupBox1.Controls.Add(this.tbBookName);
  88.             this.groupBox1.Controls.Add(this.label8);
  89.             this.groupBox1.Controls.Add(this.nudPages);
  90.             this.groupBox1.Controls.Add(this.label7);
  91.             this.groupBox1.Controls.Add(this.cmbBookID);
  92.             this.groupBox1.Controls.Add(this.label1);
  93.             this.groupBox1.Controls.Add(this.btnLoadInfo);
  94.             this.groupBox1.Controls.Add(this.label2);
  95.             this.groupBox1.Controls.Add(this.dtpPublishDate);
  96.             this.groupBox1.Controls.Add(this.rdbNoCD);
  97.             this.groupBox1.Controls.Add(this.label3);
  98.             this.groupBox1.Controls.Add(this.rdbCD);
  99.             this.groupBox1.Controls.Add(this.cmbCategory);
  100.             this.groupBox1.Controls.Add(this.label5);
  101.             this.groupBox1.Controls.Add(this.label4);
  102.             this.groupBox1.Controls.Add(this.cmbPress);
  103.             this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  104.             this.groupBox1.Location = new System.Drawing.Point(0, 0);
  105.             this.groupBox1.Name = "groupBox1";
  106.             this.groupBox1.Size = new System.Drawing.Size(472, 200);
  107.             this.groupBox1.TabIndex = 17;
  108.             this.groupBox1.TabStop = false;
  109.             this.groupBox1.Text = "图书信息";
  110.             // 
  111.             // nudPrice
  112.             // 
  113.             this.nudPrice.DecimalPlaces = 2;
  114.             this.nudPrice.Location = new System.Drawing.Point(288, 133);
  115.             this.nudPrice.Maximum = new decimal(new int[] {
  116.             10000,
  117.             0,
  118.             0,
  119.             0});
  120.             this.nudPrice.Minimum = new decimal(new int[] {
  121.             1,
  122.             0,
  123.             0,
  124.             0});
  125.             this.nudPrice.Name = "nudPrice";
  126.             this.nudPrice.Size = new System.Drawing.Size(103, 21);
  127.             this.nudPrice.TabIndex = 22;
  128.             this.nudPrice.Value = new decimal(new int[] {
  129.             30,
  130.             0,
  131.             0,
  132.             0});
  133.             // 
  134.             // label9
  135.             // 
  136.             this.label9.AutoSize = true;
  137.             this.label9.Location = new System.Drawing.Point(218, 137);
  138.             this.label9.Name = "label9";
  139.             this.label9.Size = new System.Drawing.Size(35, 12);
  140.             this.label9.TabIndex = 21;
  141.             this.label9.Text = "定价:";
  142.             // 
  143.             // label6
  144.             // 
  145.             this.label6.AutoSize = true;
  146.             this.label6.Location = new System.Drawing.Point(218, 110);
  147.             this.label6.Name = "label6";
  148.             this.label6.Size = new System.Drawing.Size(59, 12);
  149.             this.label6.TabIndex = 20;
  150.             this.label6.Text = "上架时间:";
  151.             // 
  152.             // dtpShelfDate
  153.             // 
  154.             this.dtpShelfDate.Location = new System.Drawing.Point(288, 106);
  155.             this.dtpShelfDate.Name = "dtpShelfDate";
  156.             this.dtpShelfDate.Size = new System.Drawing.Size(121, 21);
  157.             this.dtpShelfDate.TabIndex = 19;
  158.             this.dtpShelfDate.Value = new System.DateTime(2006, 12, 31, 0, 0, 0, 0);
  159.             // 
  160.             // tbBookName
  161.             // 
  162.             this.tbBookName.Location = new System.Drawing.Point(80, 47);
  163.             this.tbBookName.Name = "tbBookName";
  164.             this.tbBookName.Size = new System.Drawing.Size(329, 21);
  165.             this.tbBookName.TabIndex = 18;
  166.             // 
  167.             // label8
  168.             // 
  169.             this.label8.AutoSize = true;
  170.             this.label8.Location = new System.Drawing.Point(218, 80);
  171.             this.label8.Name = "label8";
  172.             this.label8.Size = new System.Drawing.Size(59, 12);
  173.             this.label8.TabIndex = 16;
  174.             this.label8.Text = "出版时间:";
  175.             // 
  176.             // nudPages
  177.             // 
  178.             this.nudPages.Location = new System.Drawing.Point(80, 135);
  179.             this.nudPages.Maximum = new decimal(new int[] {
  180.             10000,
  181.             0,
  182.             0,
  183.             0});
  184.             this.nudPages.Minimum = new decimal(new int[] {
  185.             1,
  186.             0,
  187.             0,
  188.             0});
  189.             this.nudPages.Name = "nudPages";
  190.             this.nudPages.Size = new System.Drawing.Size(76, 21);
  191.             this.nudPages.TabIndex = 15;
  192.             this.nudPages.Value = new decimal(new int[] {
  193.             300,
  194.             0,
  195.             0,
  196.             0});
  197.             // 
  198.             // label7
  199.             // 
  200.             this.label7.AutoSize = true;
  201.             this.label7.Location = new System.Drawing.Point(10, 139);
  202.             this.label7.Name = "label7";
  203.             this.label7.Size = new System.Drawing.Size(35, 12);
  204.             this.label7.TabIndex = 14;
  205.             this.label7.Text = "页数:";
  206.             // 
  207.             // cmbBookID
  208.             // 
  209.             this.cmbBookID.FormattingEnabled = true;
  210.             this.cmbBookID.Location = new System.Drawing.Point(80, 17);
  211.             this.cmbBookID.Name = "cmbBookID";
  212.             this.cmbBookID.Size = new System.Drawing.Size(121, 20);
  213.             this.cmbBookID.TabIndex = 1;
  214.             // 
  215.             // label1
  216.             // 
  217.             this.label1.AutoSize = true;
  218.             this.label1.Location = new System.Drawing.Point(10, 20);
  219.             this.label1.Name = "label1";
  220.             this.label1.Size = new System.Drawing.Size(59, 12);
  221.             this.label1.TabIndex = 0;
  222.             this.label1.Text = "图书编号:";
  223.             // 
  224.             // btnLoadInfo
  225.             // 
  226.             this.btnLoadInfo.Location = new System.Drawing.Point(220, 15);
  227.             this.btnLoadInfo.Name = "btnLoadInfo";
  228.             this.btnLoadInfo.Size = new System.Drawing.Size(90, 23);
  229.             this.btnLoadInfo.TabIndex = 2;
  230.             this.btnLoadInfo.Text = "载入图书信息";
  231.             this.btnLoadInfo.UseVisualStyleBackColor = true;
  232.             this.btnLoadInfo.Click += new System.EventHandler(this.btnLoadInfo_Click);
  233.             // 
  234.             // label2
  235.             // 
  236.             this.label2.AutoSize = true;
  237.             this.label2.Location = new System.Drawing.Point(10, 50);
  238.             this.label2.Name = "label2";
  239.             this.label2.Size = new System.Drawing.Size(35, 12);
  240.             this.label2.TabIndex = 3;
  241.             this.label2.Text = "书名:";
  242.             // 
  243.             // dtpPublishDate
  244.             // 
  245.             this.dtpPublishDate.Location = new System.Drawing.Point(288, 76);
  246.             this.dtpPublishDate.Name = "dtpPublishDate";
  247.             this.dtpPublishDate.Size = new System.Drawing.Size(121, 21);
  248.             this.dtpPublishDate.TabIndex = 4;
  249.             this.dtpPublishDate.Value = new System.DateTime(2006, 12, 1, 0, 0, 0, 0);
  250.             // 
  251.             // rdbNoCD
  252.             // 
  253.             this.rdbNoCD.AutoSize = true;
  254.             this.rdbNoCD.Location = new System.Drawing.Point(121, 168);
  255.             this.rdbNoCD.Name = "rdbNoCD";
  256.             this.rdbNoCD.Size = new System.Drawing.Size(35, 16);
  257.             this.rdbNoCD.TabIndex = 11;
  258.             this.rdbNoCD.TabStop = true;
  259.             this.rdbNoCD.Text = "无";
  260.             this.rdbNoCD.UseVisualStyleBackColor = true;
  261.             // 
  262.             // label3
  263.             // 
  264.             this.label3.AutoSize = true;
  265.             this.label3.Location = new System.Drawing.Point(10, 80);
  266.             this.label3.Name = "label3";
  267.             this.label3.Size = new System.Drawing.Size(59, 12);
  268.             this.label3.TabIndex = 5;
  269.             this.label3.Text = "所属领域:";
  270.             // 
  271.             // rdbCD
  272.             // 
  273.             this.rdbCD.AutoSize = true;
  274.             this.rdbCD.Checked = true;
  275.             this.rdbCD.Location = new System.Drawing.Point(80, 168);
  276.             this.rdbCD.Name = "rdbCD";
  277.             this.rdbCD.Size = new System.Drawing.Size(35, 16);
  278.             this.rdbCD.TabIndex = 10;
  279.             this.rdbCD.TabStop = true;
  280.             this.rdbCD.Text = "有";
  281.             this.rdbCD.UseVisualStyleBackColor = true;
  282.             // 
  283.             // cmbCategory
  284.             // 
  285.             this.cmbCategory.FormattingEnabled = true;
  286.             this.cmbCategory.Location = new System.Drawing.Point(80, 77);
  287.             this.cmbCategory.Name = "cmbCategory";
  288.             this.cmbCategory.Size = new System.Drawing.Size(121, 20);
  289.             this.cmbCategory.TabIndex = 6;
  290.             // 
  291.             // label5
  292.             // 
  293.             this.label5.AutoSize = true;
  294.             this.label5.Location = new System.Drawing.Point(10, 170);
  295.             this.label5.Name = "label5";
  296.             this.label5.Size = new System.Drawing.Size(35, 12);
  297.             this.label5.TabIndex = 9;
  298.             this.label5.Text = "光盘:";
  299.             // 
  300.             // label4
  301.             // 
  302.             this.label4.AutoSize = true;
  303.             this.label4.Location = new System.Drawing.Point(10, 110);
  304.             this.label4.Name = "label4";
  305.             this.label4.Size = new System.Drawing.Size(47, 12);
  306.             this.label4.TabIndex = 7;
  307.             this.label4.Text = "出版社:";
  308.             // 
  309.             // cmbPress
  310.             // 
  311.             this.cmbPress.FormattingEnabled = true;
  312.             this.cmbPress.Location = new System.Drawing.Point(80, 107);
  313.             this.cmbPress.Name = "cmbPress";
  314.             this.cmbPress.Size = new System.Drawing.Size(121, 20);
  315.             this.cmbPress.TabIndex = 8;
  316.             // 
  317.             // tabControl1
  318.             // 
  319.             this.tabControl1.Controls.Add(this.tabPage1);
  320.             this.tabControl1.Controls.Add(this.tabPage2);
  321.             this.tabControl1.Controls.Add(this.tabPage3);
  322.             this.tabControl1.Controls.Add(this.tabPage4);
  323.             this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  324.             this.tabControl1.Location = new System.Drawing.Point(0, 200);
  325.             this.tabControl1.Name = "tabControl1";
  326.             this.tabControl1.SelectedIndex = 0;
  327.             this.tabControl1.Size = new System.Drawing.Size(472, 173);
  328.             this.tabControl1.TabIndex = 18;
  329.             // 
  330.             // tabPage1
  331.             // 
  332.             this.tabPage1.Controls.Add(this.lvSellSum);
  333.             this.tabPage1.Controls.Add(this.btnPredictSellSeries);
  334.             this.tabPage1.Controls.Add(this.label11);
  335.             this.tabPage1.Controls.Add(this.nudWeeks);
  336.             this.tabPage1.Controls.Add(this.label10);
  337.             this.tabPage1.Location = new System.Drawing.Point(4, 21);
  338.             this.tabPage1.Name = "tabPage1";
  339.             this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  340.             this.tabPage1.Size = new System.Drawing.Size(464, 148);
  341.             this.tabPage1.TabIndex = 0;
  342.             this.tabPage1.Text = "销售趋势";
  343.             this.tabPage1.UseVisualStyleBackColor = true;
  344.             // 
  345.             // lvSellSum
  346.             // 
  347.             this.lvSellSum.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  348.             this.columnHeader1});
  349.             this.lvSellSum.GridLines = true;
  350.             this.lvSellSum.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
  351.             listViewItem4});
  352.             this.lvSellSum.Location = new System.Drawing.Point(6, 43);
  353.             this.lvSellSum.Name = "lvSellSum";
  354.             this.lvSellSum.Size = new System.Drawing.Size(452, 80);
  355.             this.lvSellSum.TabIndex = 20;
  356.             this.lvSellSum.UseCompatibleStateImageBehavior = false;
  357.             this.lvSellSum.View = System.Windows.Forms.View.Details;
  358.             // 
  359.             // columnHeader1
  360.             // 
  361.             this.columnHeader1.Text = "星期";
  362.             // 
  363.             // btnPredictSellSeries
  364.             // 
  365.             this.btnPredictSellSeries.Location = new System.Drawing.Point(200, 5);
  366.             this.btnPredictSellSeries.Name = "btnPredictSellSeries";
  367.             this.btnPredictSellSeries.Size = new System.Drawing.Size(75, 23);
  368.             this.btnPredictSellSeries.TabIndex = 19;
  369.             this.btnPredictSellSeries.Text = "预测(&P)";
  370.             this.btnPredictSellSeries.UseVisualStyleBackColor = true;
  371.             this.btnPredictSellSeries.Click += new System.EventHandler(this.btnPredictSellSeries_Click);
  372.             // 
  373.             // label11
  374.             // 
  375.             this.label11.AutoSize = true;
  376.             this.label11.Location = new System.Drawing.Point(106, 10);
  377.             this.label11.Name = "label11";
  378.             this.label11.Size = new System.Drawing.Size(89, 12);
  379.             this.label11.TabIndex = 2;
  380.             this.label11.Text = "个星期的销售额";
  381.             // 
  382.             // nudWeeks
  383.             // 
  384.             this.nudWeeks.Location = new System.Drawing.Point(50, 6);
  385.             this.nudWeeks.Minimum = new decimal(new int[] {
  386.             1,
  387.             0,
  388.             0,
  389.             0});
  390.             this.nudWeeks.Name = "nudWeeks";
  391.             this.nudWeeks.Size = new System.Drawing.Size(50, 21);
  392.             this.nudWeeks.TabIndex = 1;
  393.             this.nudWeeks.Value = new decimal(new int[] {
  394.             5,
  395.             0,
  396.             0,
  397.             0});
  398.             // 
  399.             // label10
  400.             // 
  401.             this.label10.AutoSize = true;
  402.             this.label10.Location = new System.Drawing.Point(3, 10);
  403.             this.label10.Name = "label10";
  404.             this.label10.Size = new System.Drawing.Size(41, 12);
  405.             this.label10.TabIndex = 0;
  406.             this.label10.Text = "预测下";
  407.             // 
  408.             // tabPage2
  409.             // 
  410.             this.tabPage2.Controls.Add(this.lbSellNum);
  411.             this.tabPage2.Controls.Add(this.btnPredictSell);
  412.             this.tabPage2.Location = new System.Drawing.Point(4, 21);
  413.             this.tabPage2.Name = "tabPage2";
  414.             this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  415.             this.tabPage2.Size = new System.Drawing.Size(464, 148);
  416.             this.tabPage2.TabIndex = 1;
  417.             this.tabPage2.Text = "销量";
  418.             this.tabPage2.UseVisualStyleBackColor = true;
  419.             // 
  420.             // lbSellNum
  421.             // 
  422.             this.lbSellNum.AutoSize = true;
  423.             this.lbSellNum.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  424.             this.lbSellNum.Location = new System.Drawing.Point(3, 50);
  425.             this.lbSellNum.Name = "lbSellNum";
  426.             this.lbSellNum.Size = new System.Drawing.Size(57, 12);
  427.             this.lbSellNum.TabIndex = 21;
  428.             this.lbSellNum.Text = "销量预测";
  429.             // 
  430.             // btnPredictSell
  431.             // 
  432.             this.btnPredictSell.Location = new System.Drawing.Point(3, 10);
  433.             this.btnPredictSell.Name = "btnPredictSell";
  434.             this.btnPredictSell.Size = new System.Drawing.Size(75, 23);
  435.             this.btnPredictSell.TabIndex = 20;
  436.             this.btnPredictSell.Text = "预测(&P)";
  437.             this.btnPredictSell.UseVisualStyleBackColor = true;
  438.             this.btnPredictSell.Click += new System.EventHandler(this.btnPredictSell_Click);
  439.             // 
  440.             // tabPage3
  441.             // 
  442.             this.tabPage3.Controls.Add(this.lbBooks);
  443.             this.tabPage3.Controls.Add(this.nudNumber);
  444.             this.tabPage3.Controls.Add(this.label12);
  445.             this.tabPage3.Controls.Add(this.btnPredictAssociation);
  446.             this.tabPage3.Location = new System.Drawing.Point(4, 21);
  447.             this.tabPage3.Name = "tabPage3";
  448.             this.tabPage3.Size = new System.Drawing.Size(464, 148);
  449.             this.tabPage3.TabIndex = 2;
  450.             this.tabPage3.Text = "销售关联";
  451.             this.tabPage3.UseVisualStyleBackColor = true;
  452.             // 
  453.             // btnPredictAssociation
  454.             // 
  455.             this.btnPredictAssociation.Location = new System.Drawing.Point(136, 10);
  456.             this.btnPredictAssociation.Name = "btnPredictAssociation";
  457.             this.btnPredictAssociation.Size = new System.Drawing.Size(75, 23);
  458.             this.btnPredictAssociation.TabIndex = 20;
  459.             this.btnPredictAssociation.Text = "预测(&P)";
  460.             this.btnPredictAssociation.UseVisualStyleBackColor = true;
  461.             this.btnPredictAssociation.Click += new System.EventHandler(this.btnPredictAssociation_Click);
  462.             // 
  463.             // tabPage4
  464.             // 
  465.             this.tabPage4.Controls.Add(this.lbPrice);
  466.             this.tabPage4.Controls.Add(this.btnPredictPrice);
  467.             this.tabPage4.Location = new System.Drawing.Point(4, 21);
  468.             this.tabPage4.Name = "tabPage4";
  469.             this.tabPage4.Size = new System.Drawing.Size(464, 148);
  470.             this.tabPage4.TabIndex = 3;
  471.             this.tabPage4.Text = "图书定价";
  472.             this.tabPage4.UseVisualStyleBackColor = true;
  473.             // 
  474.             // btnPredictPrice
  475.             // 
  476.             this.btnPredictPrice.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
  477.             this.btnPredictPrice.Location = new System.Drawing.Point(3, 10);
  478.             this.btnPredictPrice.Name = "btnPredictPrice";
  479.             this.btnPredictPrice.Size = new System.Drawing.Size(75, 23);
  480.             this.btnPredictPrice.TabIndex = 21;
  481.             this.btnPredictPrice.Text = "预测(&P)";
  482.             this.btnPredictPrice.UseVisualStyleBackColor = true;
  483.             this.btnPredictPrice.Click += new System.EventHandler(this.btnPredictPrice_Click);
  484.             // 
  485.             // lbPrice
  486.             // 
  487.             this.lbPrice.AutoSize = true;
  488.             this.lbPrice.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  489.             this.lbPrice.Location = new System.Drawing.Point(3, 50);
  490.             this.lbPrice.Name = "lbPrice";
  491.             this.lbPrice.Size = new System.Drawing.Size(57, 12);
  492.             this.lbPrice.TabIndex = 23;
  493.             this.lbPrice.Text = "定价预测";
  494.             // 
  495.             // nudNumber
  496.             // 
  497.             this.nudNumber.Location = new System.Drawing.Point(70, 10);
  498.             this.nudNumber.Maximum = new decimal(new int[] {
  499.             10,
  500.             0,
  501.             0,
  502.             0});
  503.             this.nudNumber.Minimum = new decimal(new int[] {
  504.             1,
  505.             0,
  506.             0,
  507.             0});
  508.             this.nudNumber.Name = "nudNumber";
  509.             this.nudNumber.Size = new System.Drawing.Size(60, 21);
  510.             this.nudNumber.TabIndex = 22;
  511.             this.nudNumber.Value = new decimal(new int[] {
  512.             3,
  513.             0,
  514.             0,
  515.             0});
  516.             // 
  517.             // label12
  518.             // 
  519.             this.label12.AutoSize = true;
  520.             this.label12.Location = new System.Drawing.Point(3, 14);
  521.             this.label12.Name = "label12";
  522.             this.label12.Size = new System.Drawing.Size(59, 12);
  523.             this.label12.TabIndex = 21;
  524.             this.label12.Text = "关联数量:";
  525.             // 
  526.             // lbBooks
  527.             // 
  528.             this.lbBooks.FormattingEnabled = true;
  529.             this.lbBooks.ItemHeight = 12;
  530.             this.lbBooks.Location = new System.Drawing.Point(3, 40);
  531.             this.lbBooks.Name = "lbBooks";
  532.             this.lbBooks.Size = new System.Drawing.Size(303, 100);
  533.             this.lbBooks.TabIndex = 23;
  534.             // 
  535.             // BookAnalysisForm
  536.             // 
  537.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  538.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  539.             this.ClientSize = new System.Drawing.Size(472, 373);
  540.             this.Controls.Add(this.tabControl1);
  541.             this.Controls.Add(this.groupBox1);
  542.             this.MaximizeBox = false;
  543.             this.MinimizeBox = false;
  544.             this.Name = "BookAnalysisForm";
  545.             this.Text = "图书分析";
  546.             this.Load += new System.EventHandler(this.BookAnalysisForm_Load);
  547.             this.groupBox1.ResumeLayout(false);
  548.             this.groupBox1.PerformLayout();
  549.             ((System.ComponentModel.ISupportInitialize)(this.nudPrice)).EndInit();
  550.             ((System.ComponentModel.ISupportInitialize)(this.nudPages)).EndInit();
  551.             this.tabControl1.ResumeLayout(false);
  552.             this.tabPage1.ResumeLayout(false);
  553.             this.tabPage1.PerformLayout();
  554.             ((System.ComponentModel.ISupportInitialize)(this.nudWeeks)).EndInit();
  555.             this.tabPage2.ResumeLayout(false);
  556.             this.tabPage2.PerformLayout();
  557.             this.tabPage3.ResumeLayout(false);
  558.             this.tabPage3.PerformLayout();
  559.             this.tabPage4.ResumeLayout(false);
  560.             this.tabPage4.PerformLayout();
  561.             ((System.ComponentModel.ISupportInitialize)(this.nudNumber)).EndInit();
  562.             this.ResumeLayout(false);
  563.         }
  564.         #endregion
  565.         private System.Windows.Forms.GroupBox groupBox1;
  566.         private System.Windows.Forms.Label label8;
  567.         private System.Windows.Forms.NumericUpDown nudPages;
  568.         private System.Windows.Forms.Label label7;
  569.         private System.Windows.Forms.ComboBox cmbBookID;
  570.         private System.Windows.Forms.Label label1;
  571.         private System.Windows.Forms.Button btnLoadInfo;
  572.         private System.Windows.Forms.Label label2;
  573.         private System.Windows.Forms.RadioButton rdbNoCD;
  574.         private System.Windows.Forms.Label label3;
  575.         private System.Windows.Forms.RadioButton rdbCD;
  576.         private System.Windows.Forms.ComboBox cmbCategory;
  577.         private System.Windows.Forms.Label label5;
  578.         private System.Windows.Forms.Label label4;
  579.         private System.Windows.Forms.ComboBox cmbPress;
  580.         private System.Windows.Forms.TextBox tbBookName;
  581.         private System.Windows.Forms.DateTimePicker dtpPublishDate;
  582.         private System.Windows.Forms.Label label6;
  583.         private System.Windows.Forms.DateTimePicker dtpShelfDate;
  584.         private System.Windows.Forms.NumericUpDown nudPrice;
  585.         private System.Windows.Forms.Label label9;
  586.         private System.Windows.Forms.TabControl tabControl1;
  587.         private System.Windows.Forms.TabPage tabPage1;
  588.         private System.Windows.Forms.Label label10;
  589.         private System.Windows.Forms.TabPage tabPage2;
  590.         private System.Windows.Forms.TabPage tabPage3;
  591.         private System.Windows.Forms.Label label11;
  592.         private System.Windows.Forms.NumericUpDown nudWeeks;
  593.         private System.Windows.Forms.Button btnPredictSellSeries;
  594.         private System.Windows.Forms.ListView lvSellSum;
  595.         private System.Windows.Forms.ColumnHeader columnHeader1;
  596.         private System.Windows.Forms.Label lbSellNum;
  597.         private System.Windows.Forms.Button btnPredictSell;
  598.         private System.Windows.Forms.Button btnPredictAssociation;
  599.         private System.Windows.Forms.TabPage tabPage4;
  600.         private System.Windows.Forms.Label lbPrice;
  601.         private System.Windows.Forms.Button btnPredictPrice;
  602.         private System.Windows.Forms.NumericUpDown nudNumber;
  603.         private System.Windows.Forms.Label label12;
  604.         private System.Windows.Forms.ListBox lbBooks;
  605.     }
  606. }