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

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

开发平台:

SQL

  1. namespace BookSellPredict
  2. {
  3.     partial class CustomerAnalysisForm
  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.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29.             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30.             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  31.             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  32.             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  33.             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  34.             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  35.             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  36.             this.groupBox1 = new System.Windows.Forms.GroupBox();
  37.             this.label8 = new System.Windows.Forms.Label();
  38.             this.dtpRegTime = new System.Windows.Forms.DateTimePicker();
  39.             this.nudScore = new System.Windows.Forms.NumericUpDown();
  40.             this.label7 = new System.Windows.Forms.Label();
  41.             this.cmbCustomerID = new System.Windows.Forms.ComboBox();
  42.             this.label1 = new System.Windows.Forms.Label();
  43.             this.btnLoadInfo = new System.Windows.Forms.Button();
  44.             this.cmbLevel = new System.Windows.Forms.ComboBox();
  45.             this.label2 = new System.Windows.Forms.Label();
  46.             this.label6 = new System.Windows.Forms.Label();
  47.             this.dtpBirthday = new System.Windows.Forms.DateTimePicker();
  48.             this.rdbFemale = new System.Windows.Forms.RadioButton();
  49.             this.label3 = new System.Windows.Forms.Label();
  50.             this.rdbMale = new System.Windows.Forms.RadioButton();
  51.             this.cmbArea = new System.Windows.Forms.ComboBox();
  52.             this.label5 = new System.Windows.Forms.Label();
  53.             this.label4 = new System.Windows.Forms.Label();
  54.             this.cmbDegree = new System.Windows.Forms.ComboBox();
  55.             this.tabControl1 = new System.Windows.Forms.TabControl();
  56.             this.tabPage4 = new System.Windows.Forms.TabPage();
  57.             this.lbBooks = new System.Windows.Forms.ListBox();
  58.             this.nudNumber = new System.Windows.Forms.NumericUpDown();
  59.             this.label9 = new System.Windows.Forms.Label();
  60.             this.btnPredictBooks = new System.Windows.Forms.Button();
  61.             this.tabPage1 = new System.Windows.Forms.TabPage();
  62.             this.dgvLevels = new System.Windows.Forms.DataGridView();
  63.             this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64.             this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65.             this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66.             this.btnPredictLevels = new System.Windows.Forms.Button();
  67.             this.tabPage2 = new System.Windows.Forms.TabPage();
  68.             this.btnPredictConsume = new System.Windows.Forms.Button();
  69.             this.tabPage3 = new System.Windows.Forms.TabPage();
  70.             this.dgvType = new System.Windows.Forms.DataGridView();
  71.             this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72.             this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73.             this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74.             this.btnPredictType = new System.Windows.Forms.Button();
  75.             this.dgvConsume = new System.Windows.Forms.DataGridView();
  76.             this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77.             this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78.             this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79.             this.groupBox1.SuspendLayout();
  80.             ((System.ComponentModel.ISupportInitialize)(this.nudScore)).BeginInit();
  81.             this.tabControl1.SuspendLayout();
  82.             this.tabPage4.SuspendLayout();
  83.             ((System.ComponentModel.ISupportInitialize)(this.nudNumber)).BeginInit();
  84.             this.tabPage1.SuspendLayout();
  85.             ((System.ComponentModel.ISupportInitialize)(this.dgvLevels)).BeginInit();
  86.             this.tabPage2.SuspendLayout();
  87.             this.tabPage3.SuspendLayout();
  88.             ((System.ComponentModel.ISupportInitialize)(this.dgvType)).BeginInit();
  89.             ((System.ComponentModel.ISupportInitialize)(this.dgvConsume)).BeginInit();
  90.             this.SuspendLayout();
  91.             // 
  92.             // groupBox1
  93.             // 
  94.             this.groupBox1.Controls.Add(this.label8);
  95.             this.groupBox1.Controls.Add(this.dtpRegTime);
  96.             this.groupBox1.Controls.Add(this.nudScore);
  97.             this.groupBox1.Controls.Add(this.label7);
  98.             this.groupBox1.Controls.Add(this.cmbCustomerID);
  99.             this.groupBox1.Controls.Add(this.label1);
  100.             this.groupBox1.Controls.Add(this.btnLoadInfo);
  101.             this.groupBox1.Controls.Add(this.cmbLevel);
  102.             this.groupBox1.Controls.Add(this.label2);
  103.             this.groupBox1.Controls.Add(this.label6);
  104.             this.groupBox1.Controls.Add(this.dtpBirthday);
  105.             this.groupBox1.Controls.Add(this.rdbFemale);
  106.             this.groupBox1.Controls.Add(this.label3);
  107.             this.groupBox1.Controls.Add(this.rdbMale);
  108.             this.groupBox1.Controls.Add(this.cmbArea);
  109.             this.groupBox1.Controls.Add(this.label5);
  110.             this.groupBox1.Controls.Add(this.label4);
  111.             this.groupBox1.Controls.Add(this.cmbDegree);
  112.             this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  113.             this.groupBox1.Location = new System.Drawing.Point(0, 0);
  114.             this.groupBox1.Name = "groupBox1";
  115.             this.groupBox1.Size = new System.Drawing.Size(472, 160);
  116.             this.groupBox1.TabIndex = 16;
  117.             this.groupBox1.TabStop = false;
  118.             this.groupBox1.Text = "会员信息";
  119.             // 
  120.             // label8
  121.             // 
  122.             this.label8.AutoSize = true;
  123.             this.label8.Location = new System.Drawing.Point(218, 50);
  124.             this.label8.Name = "label8";
  125.             this.label8.Size = new System.Drawing.Size(59, 12);
  126.             this.label8.TabIndex = 16;
  127.             this.label8.Text = "注册时间:";
  128.             // 
  129.             // dtpRegTime
  130.             // 
  131.             this.dtpRegTime.Location = new System.Drawing.Point(288, 46);
  132.             this.dtpRegTime.Name = "dtpRegTime";
  133.             this.dtpRegTime.Size = new System.Drawing.Size(121, 21);
  134.             this.dtpRegTime.TabIndex = 17;
  135.             this.dtpRegTime.Value = new System.DateTime(2007, 5, 2, 0, 0, 0, 0);
  136.             // 
  137.             // nudScore
  138.             // 
  139.             this.nudScore.Location = new System.Drawing.Point(288, 107);
  140.             this.nudScore.Maximum = new decimal(new int[] {
  141.             100000,
  142.             0,
  143.             0,
  144.             0});
  145.             this.nudScore.Name = "nudScore";
  146.             this.nudScore.Size = new System.Drawing.Size(76, 21);
  147.             this.nudScore.TabIndex = 15;
  148.             // 
  149.             // label7
  150.             // 
  151.             this.label7.AutoSize = true;
  152.             this.label7.Location = new System.Drawing.Point(218, 111);
  153.             this.label7.Name = "label7";
  154.             this.label7.Size = new System.Drawing.Size(59, 12);
  155.             this.label7.TabIndex = 14;
  156.             this.label7.Text = "当前积分:";
  157.             // 
  158.             // cmbCustomerID
  159.             // 
  160.             this.cmbCustomerID.FormattingEnabled = true;
  161.             this.cmbCustomerID.Location = new System.Drawing.Point(80, 17);
  162.             this.cmbCustomerID.Name = "cmbCustomerID";
  163.             this.cmbCustomerID.Size = new System.Drawing.Size(121, 20);
  164.             this.cmbCustomerID.TabIndex = 1;
  165.             // 
  166.             // label1
  167.             // 
  168.             this.label1.AutoSize = true;
  169.             this.label1.Location = new System.Drawing.Point(10, 20);
  170.             this.label1.Name = "label1";
  171.             this.label1.Size = new System.Drawing.Size(59, 12);
  172.             this.label1.TabIndex = 0;
  173.             this.label1.Text = "会员编号:";
  174.             // 
  175.             // btnLoadInfo
  176.             // 
  177.             this.btnLoadInfo.Location = new System.Drawing.Point(220, 15);
  178.             this.btnLoadInfo.Name = "btnLoadInfo";
  179.             this.btnLoadInfo.Size = new System.Drawing.Size(90, 23);
  180.             this.btnLoadInfo.TabIndex = 2;
  181.             this.btnLoadInfo.Text = "载入会员信息";
  182.             this.btnLoadInfo.UseVisualStyleBackColor = true;
  183.             this.btnLoadInfo.Click += new System.EventHandler(this.btnLoadInfo_Click);
  184.             // 
  185.             // cmbLevel
  186.             // 
  187.             this.cmbLevel.FormattingEnabled = true;
  188.             this.cmbLevel.Items.AddRange(new object[] {
  189.             "1",
  190.             "2",
  191.             "3"});
  192.             this.cmbLevel.Location = new System.Drawing.Point(288, 77);
  193.             this.cmbLevel.Name = "cmbLevel";
  194.             this.cmbLevel.Size = new System.Drawing.Size(76, 20);
  195.             this.cmbLevel.TabIndex = 13;
  196.             // 
  197.             // label2
  198.             // 
  199.             this.label2.AutoSize = true;
  200.             this.label2.Location = new System.Drawing.Point(10, 50);
  201.             this.label2.Name = "label2";
  202.             this.label2.Size = new System.Drawing.Size(35, 12);
  203.             this.label2.TabIndex = 3;
  204.             this.label2.Text = "生日:";
  205.             // 
  206.             // label6
  207.             // 
  208.             this.label6.AutoSize = true;
  209.             this.label6.Location = new System.Drawing.Point(218, 80);
  210.             this.label6.Name = "label6";
  211.             this.label6.Size = new System.Drawing.Size(59, 12);
  212.             this.label6.TabIndex = 12;
  213.             this.label6.Text = "当前级别:";
  214.             // 
  215.             // dtpBirthday
  216.             // 
  217.             this.dtpBirthday.Location = new System.Drawing.Point(80, 46);
  218.             this.dtpBirthday.Name = "dtpBirthday";
  219.             this.dtpBirthday.Size = new System.Drawing.Size(121, 21);
  220.             this.dtpBirthday.TabIndex = 4;
  221.             this.dtpBirthday.Value = new System.DateTime(1980, 1, 1, 0, 0, 0, 0);
  222.             // 
  223.             // rdbFemale
  224.             // 
  225.             this.rdbFemale.AutoSize = true;
  226.             this.rdbFemale.Location = new System.Drawing.Point(121, 138);
  227.             this.rdbFemale.Name = "rdbFemale";
  228.             this.rdbFemale.Size = new System.Drawing.Size(35, 16);
  229.             this.rdbFemale.TabIndex = 11;
  230.             this.rdbFemale.TabStop = true;
  231.             this.rdbFemale.Text = "女";
  232.             this.rdbFemale.UseVisualStyleBackColor = true;
  233.             // 
  234.             // label3
  235.             // 
  236.             this.label3.AutoSize = true;
  237.             this.label3.Location = new System.Drawing.Point(10, 80);
  238.             this.label3.Name = "label3";
  239.             this.label3.Size = new System.Drawing.Size(35, 12);
  240.             this.label3.TabIndex = 5;
  241.             this.label3.Text = "地区:";
  242.             // 
  243.             // rdbMale
  244.             // 
  245.             this.rdbMale.AutoSize = true;
  246.             this.rdbMale.Checked = true;
  247.             this.rdbMale.Location = new System.Drawing.Point(80, 138);
  248.             this.rdbMale.Name = "rdbMale";
  249.             this.rdbMale.Size = new System.Drawing.Size(35, 16);
  250.             this.rdbMale.TabIndex = 10;
  251.             this.rdbMale.TabStop = true;
  252.             this.rdbMale.Text = "男";
  253.             this.rdbMale.UseVisualStyleBackColor = true;
  254.             // 
  255.             // cmbArea
  256.             // 
  257.             this.cmbArea.FormattingEnabled = true;
  258.             this.cmbArea.Items.AddRange(new object[] {
  259.             "海淀",
  260.             "西城",
  261.             "东城",
  262.             "朝阳",
  263.             "丰台",
  264.             "石景山",
  265.             "宣武"});
  266.             this.cmbArea.Location = new System.Drawing.Point(80, 77);
  267.             this.cmbArea.Name = "cmbArea";
  268.             this.cmbArea.Size = new System.Drawing.Size(121, 20);
  269.             this.cmbArea.TabIndex = 6;
  270.             // 
  271.             // label5
  272.             // 
  273.             this.label5.AutoSize = true;
  274.             this.label5.Location = new System.Drawing.Point(10, 140);
  275.             this.label5.Name = "label5";
  276.             this.label5.Size = new System.Drawing.Size(35, 12);
  277.             this.label5.TabIndex = 9;
  278.             this.label5.Text = "性别:";
  279.             // 
  280.             // label4
  281.             // 
  282.             this.label4.AutoSize = true;
  283.             this.label4.Location = new System.Drawing.Point(10, 110);
  284.             this.label4.Name = "label4";
  285.             this.label4.Size = new System.Drawing.Size(35, 12);
  286.             this.label4.TabIndex = 7;
  287.             this.label4.Text = "学历:";
  288.             // 
  289.             // cmbDegree
  290.             // 
  291.             this.cmbDegree.FormattingEnabled = true;
  292.             this.cmbDegree.Items.AddRange(new object[] {
  293.             "博士及以上",
  294.             "硕士",
  295.             "本科",
  296.             "大专",
  297.             "中专及以下"});
  298.             this.cmbDegree.Location = new System.Drawing.Point(80, 107);
  299.             this.cmbDegree.Name = "cmbDegree";
  300.             this.cmbDegree.Size = new System.Drawing.Size(121, 20);
  301.             this.cmbDegree.TabIndex = 8;
  302.             // 
  303.             // tabControl1
  304.             // 
  305.             this.tabControl1.Controls.Add(this.tabPage1);
  306.             this.tabControl1.Controls.Add(this.tabPage2);
  307.             this.tabControl1.Controls.Add(this.tabPage3);
  308.             this.tabControl1.Controls.Add(this.tabPage4);
  309.             this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  310.             this.tabControl1.Location = new System.Drawing.Point(0, 160);
  311.             this.tabControl1.Name = "tabControl1";
  312.             this.tabControl1.SelectedIndex = 0;
  313.             this.tabControl1.Size = new System.Drawing.Size(472, 213);
  314.             this.tabControl1.TabIndex = 17;
  315.             // 
  316.             // tabPage4
  317.             // 
  318.             this.tabPage4.Controls.Add(this.lbBooks);
  319.             this.tabPage4.Controls.Add(this.nudNumber);
  320.             this.tabPage4.Controls.Add(this.label9);
  321.             this.tabPage4.Controls.Add(this.btnPredictBooks);
  322.             this.tabPage4.Location = new System.Drawing.Point(4, 21);
  323.             this.tabPage4.Name = "tabPage4";
  324.             this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
  325.             this.tabPage4.Size = new System.Drawing.Size(464, 188);
  326.             this.tabPage4.TabIndex = 1;
  327.             this.tabPage4.Text = "图书推荐";
  328.             this.tabPage4.UseVisualStyleBackColor = true;
  329.             // 
  330.             // lbBooks
  331.             // 
  332.             this.lbBooks.FormattingEnabled = true;
  333.             this.lbBooks.ItemHeight = 12;
  334.             this.lbBooks.Location = new System.Drawing.Point(3, 35);
  335.             this.lbBooks.Name = "lbBooks";
  336.             this.lbBooks.Size = new System.Drawing.Size(232, 112);
  337.             this.lbBooks.TabIndex = 21;
  338.             // 
  339.             // nudNumber
  340.             // 
  341.             this.nudNumber.Location = new System.Drawing.Point(70, 6);
  342.             this.nudNumber.Maximum = new decimal(new int[] {
  343.             10,
  344.             0,
  345.             0,
  346.             0});
  347.             this.nudNumber.Minimum = new decimal(new int[] {
  348.             1,
  349.             0,
  350.             0,
  351.             0});
  352.             this.nudNumber.Name = "nudNumber";
  353.             this.nudNumber.Size = new System.Drawing.Size(60, 21);
  354.             this.nudNumber.TabIndex = 20;
  355.             this.nudNumber.Value = new decimal(new int[] {
  356.             3,
  357.             0,
  358.             0,
  359.             0});
  360.             // 
  361.             // label9
  362.             // 
  363.             this.label9.AutoSize = true;
  364.             this.label9.Location = new System.Drawing.Point(3, 10);
  365.             this.label9.Name = "label9";
  366.             this.label9.Size = new System.Drawing.Size(59, 12);
  367.             this.label9.TabIndex = 19;
  368.             this.label9.Text = "推荐数量:";
  369.             // 
  370.             // btnPredictBooks
  371.             // 
  372.             this.btnPredictBooks.Location = new System.Drawing.Point(160, 5);
  373.             this.btnPredictBooks.Name = "btnPredictBooks";
  374.             this.btnPredictBooks.Size = new System.Drawing.Size(75, 23);
  375.             this.btnPredictBooks.TabIndex = 18;
  376.             this.btnPredictBooks.Text = "预测(&P)";
  377.             this.btnPredictBooks.UseVisualStyleBackColor = true;
  378.             this.btnPredictBooks.Click += new System.EventHandler(this.btnPredictBooks_Click);
  379.             // 
  380.             // tabPage1
  381.             // 
  382.             this.tabPage1.Controls.Add(this.dgvLevels);
  383.             this.tabPage1.Controls.Add(this.btnPredictLevels);
  384.             this.tabPage1.Location = new System.Drawing.Point(4, 21);
  385.             this.tabPage1.Name = "tabPage1";
  386.             this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  387.             this.tabPage1.Size = new System.Drawing.Size(464, 188);
  388.             this.tabPage1.TabIndex = 0;
  389.             this.tabPage1.Text = "会员级别";
  390.             this.tabPage1.UseVisualStyleBackColor = true;
  391.             // 
  392.             // dgvLevels
  393.             // 
  394.             this.dgvLevels.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  395.             this.Column1,
  396.             this.Column2,
  397.             this.Column3});
  398.             this.dgvLevels.Location = new System.Drawing.Point(3, 35);
  399.             this.dgvLevels.Name = "dgvLevels";
  400.             this.dgvLevels.ReadOnly = true;
  401.             this.dgvLevels.RowHeadersWidth = 30;
  402.             this.dgvLevels.RowTemplate.Height = 23;
  403.             this.dgvLevels.Size = new System.Drawing.Size(450, 150);
  404.             this.dgvLevels.TabIndex = 17;
  405.             // 
  406.             // Column1
  407.             // 
  408.             this.Column1.DataPropertyName = "Levels";
  409.             dataGridViewCellStyle1.NullValue = null;
  410.             this.Column1.DefaultCellStyle = dataGridViewCellStyle1;
  411.             this.Column1.HeaderText = "级别";
  412.             this.Column1.Name = "Column1";
  413.             this.Column1.ReadOnly = true;
  414.             this.Column1.Width = 40;
  415.             // 
  416.             // Column2
  417.             // 
  418.             this.Column2.DataPropertyName = "$Probability";
  419.             dataGridViewCellStyle2.Format = "N5";
  420.             dataGridViewCellStyle2.NullValue = null;
  421.             this.Column2.DefaultCellStyle = dataGridViewCellStyle2;
  422.             this.Column2.HeaderText = "概率";
  423.             this.Column2.Name = "Column2";
  424.             this.Column2.ReadOnly = true;
  425.             // 
  426.             // Column3
  427.             // 
  428.             this.Column3.DataPropertyName = "$Support";
  429.             dataGridViewCellStyle3.Format = "N5";
  430.             dataGridViewCellStyle3.NullValue = null;
  431.             this.Column3.DefaultCellStyle = dataGridViewCellStyle3;
  432.             this.Column3.HeaderText = "计数支持";
  433.             this.Column3.Name = "Column3";
  434.             this.Column3.ReadOnly = true;
  435.             // 
  436.             // btnPredictLevels
  437.             // 
  438.             this.btnPredictLevels.Location = new System.Drawing.Point(3, 5);
  439.             this.btnPredictLevels.Name = "btnPredictLevels";
  440.             this.btnPredictLevels.Size = new System.Drawing.Size(75, 23);
  441.             this.btnPredictLevels.TabIndex = 16;
  442.             this.btnPredictLevels.Text = "预测(&P)";
  443.             this.btnPredictLevels.UseVisualStyleBackColor = true;
  444.             this.btnPredictLevels.Click += new System.EventHandler(this.btnPredictLevels_Click);
  445.             // 
  446.             // tabPage2
  447.             // 
  448.             this.tabPage2.Controls.Add(this.dgvConsume);
  449.             this.tabPage2.Controls.Add(this.btnPredictConsume);
  450.             this.tabPage2.Location = new System.Drawing.Point(4, 21);
  451.             this.tabPage2.Name = "tabPage2";
  452.             this.tabPage2.Size = new System.Drawing.Size(464, 188);
  453.             this.tabPage2.TabIndex = 2;
  454.             this.tabPage2.Text = "会员消费";
  455.             this.tabPage2.UseVisualStyleBackColor = true;
  456.             // 
  457.             // btnPredictConsume
  458.             // 
  459.             this.btnPredictConsume.Location = new System.Drawing.Point(3, 5);
  460.             this.btnPredictConsume.Name = "btnPredictConsume";
  461.             this.btnPredictConsume.Size = new System.Drawing.Size(75, 23);
  462.             this.btnPredictConsume.TabIndex = 22;
  463.             this.btnPredictConsume.Text = "预测(&P)";
  464.             this.btnPredictConsume.UseVisualStyleBackColor = true;
  465.             this.btnPredictConsume.Click += new System.EventHandler(this.btnPredictConsume_Click);
  466.             // 
  467.             // tabPage3
  468.             // 
  469.             this.tabPage3.Controls.Add(this.dgvType);
  470.             this.tabPage3.Controls.Add(this.btnPredictType);
  471.             this.tabPage3.Location = new System.Drawing.Point(4, 21);
  472.             this.tabPage3.Name = "tabPage3";
  473.             this.tabPage3.Size = new System.Drawing.Size(464, 188);
  474.             this.tabPage3.TabIndex = 3;
  475.             this.tabPage3.Text = "会员类型";
  476.             this.tabPage3.UseVisualStyleBackColor = true;
  477.             // 
  478.             // dgvType
  479.             // 
  480.             this.dgvType.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  481.             this.dgvType.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  482.             this.Column4,
  483.             this.Column5,
  484.             this.Column6});
  485.             this.dgvType.Location = new System.Drawing.Point(3, 35);
  486.             this.dgvType.Name = "dgvType";
  487.             this.dgvType.ReadOnly = true;
  488.             this.dgvType.RowTemplate.Height = 23;
  489.             this.dgvType.Size = new System.Drawing.Size(450, 150);
  490.             this.dgvType.TabIndex = 22;
  491.             // 
  492.             // Column4
  493.             // 
  494.             this.Column4.HeaderText = "类型";
  495.             this.Column4.Name = "Column4";
  496.             this.Column4.ReadOnly = true;
  497.             this.Column4.Width = 80;
  498.             // 
  499.             // Column5
  500.             // 
  501.             dataGridViewCellStyle7.Format = "N5";
  502.             dataGridViewCellStyle7.NullValue = null;
  503.             this.Column5.DefaultCellStyle = dataGridViewCellStyle7;
  504.             this.Column5.HeaderText = "支持概率";
  505.             this.Column5.Name = "Column5";
  506.             this.Column5.ReadOnly = true;
  507.             // 
  508.             // Column6
  509.             // 
  510.             dataGridViewCellStyle8.Format = "N5";
  511.             dataGridViewCellStyle8.NullValue = null;
  512.             this.Column6.DefaultCellStyle = dataGridViewCellStyle8;
  513.             this.Column6.HeaderText = "聚类距离";
  514.             this.Column6.Name = "Column6";
  515.             this.Column6.ReadOnly = true;
  516.             // 
  517.             // btnPredictType
  518.             // 
  519.             this.btnPredictType.Location = new System.Drawing.Point(3, 5);
  520.             this.btnPredictType.Name = "btnPredictType";
  521.             this.btnPredictType.Size = new System.Drawing.Size(75, 23);
  522.             this.btnPredictType.TabIndex = 21;
  523.             this.btnPredictType.Text = "预测(&P)";
  524.             this.btnPredictType.UseVisualStyleBackColor = true;
  525.             this.btnPredictType.Click += new System.EventHandler(this.btnPredictType_Click);
  526.             // 
  527.             // dgvConsume
  528.             // 
  529.             this.dgvConsume.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  530.             this.dataGridViewTextBoxColumn1,
  531.             this.dataGridViewTextBoxColumn2,
  532.             this.dataGridViewTextBoxColumn3});
  533.             this.dgvConsume.Location = new System.Drawing.Point(3, 35);
  534.             this.dgvConsume.Name = "dgvConsume";
  535.             this.dgvConsume.ReadOnly = true;
  536.             this.dgvConsume.RowHeadersWidth = 30;
  537.             this.dgvConsume.RowTemplate.Height = 23;
  538.             this.dgvConsume.Size = new System.Drawing.Size(450, 150);
  539.             this.dgvConsume.TabIndex = 23;
  540.             // 
  541.             // dataGridViewTextBoxColumn1
  542.             // 
  543.             dataGridViewCellStyle4.NullValue = null;
  544.             this.dataGridViewTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle4;
  545.             this.dataGridViewTextBoxColumn1.HeaderText = "消费类型";
  546.             this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  547.             this.dataGridViewTextBoxColumn1.ReadOnly = true;
  548.             this.dataGridViewTextBoxColumn1.Width = 80;
  549.             // 
  550.             // dataGridViewTextBoxColumn2
  551.             // 
  552.             dataGridViewCellStyle5.Format = "N5";
  553.             dataGridViewCellStyle5.NullValue = null;
  554.             this.dataGridViewTextBoxColumn2.DefaultCellStyle = dataGridViewCellStyle5;
  555.             this.dataGridViewTextBoxColumn2.HeaderText = "概率";
  556.             this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  557.             this.dataGridViewTextBoxColumn2.ReadOnly = true;
  558.             // 
  559.             // dataGridViewTextBoxColumn3
  560.             // 
  561.             dataGridViewCellStyle6.Format = "N5";
  562.             dataGridViewCellStyle6.NullValue = null;
  563.             this.dataGridViewTextBoxColumn3.DefaultCellStyle = dataGridViewCellStyle6;
  564.             this.dataGridViewTextBoxColumn3.HeaderText = "计数支持";
  565.             this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  566.             this.dataGridViewTextBoxColumn3.ReadOnly = true;
  567.             // 
  568.             // CustomerAnalysisForm
  569.             // 
  570.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  571.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  572.             this.ClientSize = new System.Drawing.Size(472, 373);
  573.             this.Controls.Add(this.tabControl1);
  574.             this.Controls.Add(this.groupBox1);
  575.             this.MaximizeBox = false;
  576.             this.MinimizeBox = false;
  577.             this.Name = "CustomerAnalysisForm";
  578.             this.Text = "会员分析";
  579.             this.Load += new System.EventHandler(this.CustomerAnalysisForm_Load);
  580.             this.groupBox1.ResumeLayout(false);
  581.             this.groupBox1.PerformLayout();
  582.             ((System.ComponentModel.ISupportInitialize)(this.nudScore)).EndInit();
  583.             this.tabControl1.ResumeLayout(false);
  584.             this.tabPage4.ResumeLayout(false);
  585.             this.tabPage4.PerformLayout();
  586.             ((System.ComponentModel.ISupportInitialize)(this.nudNumber)).EndInit();
  587.             this.tabPage1.ResumeLayout(false);
  588.             ((System.ComponentModel.ISupportInitialize)(this.dgvLevels)).EndInit();
  589.             this.tabPage2.ResumeLayout(false);
  590.             this.tabPage3.ResumeLayout(false);
  591.             ((System.ComponentModel.ISupportInitialize)(this.dgvType)).EndInit();
  592.             ((System.ComponentModel.ISupportInitialize)(this.dgvConsume)).EndInit();
  593.             this.ResumeLayout(false);
  594.         }
  595.         #endregion
  596.         private System.Windows.Forms.GroupBox groupBox1;
  597.         private System.Windows.Forms.ComboBox cmbCustomerID;
  598.         private System.Windows.Forms.Label label1;
  599.         private System.Windows.Forms.Button btnLoadInfo;
  600.         private System.Windows.Forms.ComboBox cmbLevel;
  601.         private System.Windows.Forms.Label label2;
  602.         private System.Windows.Forms.Label label6;
  603.         private System.Windows.Forms.DateTimePicker dtpBirthday;
  604.         private System.Windows.Forms.RadioButton rdbFemale;
  605.         private System.Windows.Forms.Label label3;
  606.         private System.Windows.Forms.RadioButton rdbMale;
  607.         private System.Windows.Forms.ComboBox cmbArea;
  608.         private System.Windows.Forms.Label label5;
  609.         private System.Windows.Forms.Label label4;
  610.         private System.Windows.Forms.ComboBox cmbDegree;
  611.         private System.Windows.Forms.NumericUpDown nudScore;
  612.         private System.Windows.Forms.Label label7;
  613.         private System.Windows.Forms.TabControl tabControl1;
  614.         private System.Windows.Forms.TabPage tabPage1;
  615.         private System.Windows.Forms.DataGridView dgvLevels;
  616.         private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  617.         private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  618.         private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  619.         private System.Windows.Forms.Button btnPredictLevels;
  620.         private System.Windows.Forms.TabPage tabPage4;
  621.         private System.Windows.Forms.Label label8;
  622.         private System.Windows.Forms.DateTimePicker dtpRegTime;
  623.         private System.Windows.Forms.TabPage tabPage2;
  624.         private System.Windows.Forms.Button btnPredictBooks;
  625.         private System.Windows.Forms.Label label9;
  626.         private System.Windows.Forms.NumericUpDown nudNumber;
  627.         private System.Windows.Forms.ListBox lbBooks;
  628.         private System.Windows.Forms.Button btnPredictConsume;
  629.         private System.Windows.Forms.TabPage tabPage3;
  630.         private System.Windows.Forms.Button btnPredictType;
  631.         private System.Windows.Forms.DataGridView dgvType;
  632.         private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
  633.         private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
  634.         private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
  635.         private System.Windows.Forms.DataGridView dgvConsume;
  636.         private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  637.         private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  638.         private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  639.     }
  640. }