CustomerAnalysisForm.Designer.cs
上传用户:abcs8778
上传日期:2022-08-03
资源大小:2093k
文件大小:31k
源码类别:
WEB源码(ASP,PHP,...)
开发平台:
SQL
- namespace BookSellPredict
- {
- partial class CustomerAnalysisForm
- {
- /// <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()
- {
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.label8 = new System.Windows.Forms.Label();
- this.dtpRegTime = new System.Windows.Forms.DateTimePicker();
- this.nudScore = new System.Windows.Forms.NumericUpDown();
- this.label7 = new System.Windows.Forms.Label();
- this.cmbCustomerID = new System.Windows.Forms.ComboBox();
- this.label1 = new System.Windows.Forms.Label();
- this.btnLoadInfo = new System.Windows.Forms.Button();
- this.cmbLevel = new System.Windows.Forms.ComboBox();
- this.label2 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.dtpBirthday = new System.Windows.Forms.DateTimePicker();
- this.rdbFemale = new System.Windows.Forms.RadioButton();
- this.label3 = new System.Windows.Forms.Label();
- this.rdbMale = new System.Windows.Forms.RadioButton();
- this.cmbArea = new System.Windows.Forms.ComboBox();
- this.label5 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.cmbDegree = new System.Windows.Forms.ComboBox();
- this.tabControl1 = new System.Windows.Forms.TabControl();
- this.tabPage4 = new System.Windows.Forms.TabPage();
- this.lbBooks = new System.Windows.Forms.ListBox();
- this.nudNumber = new System.Windows.Forms.NumericUpDown();
- this.label9 = new System.Windows.Forms.Label();
- this.btnPredictBooks = new System.Windows.Forms.Button();
- this.tabPage1 = new System.Windows.Forms.TabPage();
- this.dgvLevels = new System.Windows.Forms.DataGridView();
- this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.btnPredictLevels = new System.Windows.Forms.Button();
- this.tabPage2 = new System.Windows.Forms.TabPage();
- this.btnPredictConsume = new System.Windows.Forms.Button();
- this.tabPage3 = new System.Windows.Forms.TabPage();
- this.dgvType = new System.Windows.Forms.DataGridView();
- this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.btnPredictType = new System.Windows.Forms.Button();
- this.dgvConsume = new System.Windows.Forms.DataGridView();
- this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.groupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.nudScore)).BeginInit();
- this.tabControl1.SuspendLayout();
- this.tabPage4.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.nudNumber)).BeginInit();
- this.tabPage1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvLevels)).BeginInit();
- this.tabPage2.SuspendLayout();
- this.tabPage3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvType)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dgvConsume)).BeginInit();
- this.SuspendLayout();
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.label8);
- this.groupBox1.Controls.Add(this.dtpRegTime);
- this.groupBox1.Controls.Add(this.nudScore);
- this.groupBox1.Controls.Add(this.label7);
- this.groupBox1.Controls.Add(this.cmbCustomerID);
- this.groupBox1.Controls.Add(this.label1);
- this.groupBox1.Controls.Add(this.btnLoadInfo);
- this.groupBox1.Controls.Add(this.cmbLevel);
- this.groupBox1.Controls.Add(this.label2);
- this.groupBox1.Controls.Add(this.label6);
- this.groupBox1.Controls.Add(this.dtpBirthday);
- this.groupBox1.Controls.Add(this.rdbFemale);
- this.groupBox1.Controls.Add(this.label3);
- this.groupBox1.Controls.Add(this.rdbMale);
- this.groupBox1.Controls.Add(this.cmbArea);
- this.groupBox1.Controls.Add(this.label5);
- this.groupBox1.Controls.Add(this.label4);
- this.groupBox1.Controls.Add(this.cmbDegree);
- this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
- this.groupBox1.Location = new System.Drawing.Point(0, 0);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(472, 160);
- this.groupBox1.TabIndex = 16;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "会员信息";
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Location = new System.Drawing.Point(218, 50);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(59, 12);
- this.label8.TabIndex = 16;
- this.label8.Text = "注册时间:";
- //
- // dtpRegTime
- //
- this.dtpRegTime.Location = new System.Drawing.Point(288, 46);
- this.dtpRegTime.Name = "dtpRegTime";
- this.dtpRegTime.Size = new System.Drawing.Size(121, 21);
- this.dtpRegTime.TabIndex = 17;
- this.dtpRegTime.Value = new System.DateTime(2007, 5, 2, 0, 0, 0, 0);
- //
- // nudScore
- //
- this.nudScore.Location = new System.Drawing.Point(288, 107);
- this.nudScore.Maximum = new decimal(new int[] {
- 100000,
- 0,
- 0,
- 0});
- this.nudScore.Name = "nudScore";
- this.nudScore.Size = new System.Drawing.Size(76, 21);
- this.nudScore.TabIndex = 15;
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(218, 111);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(59, 12);
- this.label7.TabIndex = 14;
- this.label7.Text = "当前积分:";
- //
- // cmbCustomerID
- //
- this.cmbCustomerID.FormattingEnabled = true;
- this.cmbCustomerID.Location = new System.Drawing.Point(80, 17);
- this.cmbCustomerID.Name = "cmbCustomerID";
- this.cmbCustomerID.Size = new System.Drawing.Size(121, 20);
- this.cmbCustomerID.TabIndex = 1;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(10, 20);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(59, 12);
- this.label1.TabIndex = 0;
- this.label1.Text = "会员编号:";
- //
- // btnLoadInfo
- //
- this.btnLoadInfo.Location = new System.Drawing.Point(220, 15);
- this.btnLoadInfo.Name = "btnLoadInfo";
- this.btnLoadInfo.Size = new System.Drawing.Size(90, 23);
- this.btnLoadInfo.TabIndex = 2;
- this.btnLoadInfo.Text = "载入会员信息";
- this.btnLoadInfo.UseVisualStyleBackColor = true;
- this.btnLoadInfo.Click += new System.EventHandler(this.btnLoadInfo_Click);
- //
- // cmbLevel
- //
- this.cmbLevel.FormattingEnabled = true;
- this.cmbLevel.Items.AddRange(new object[] {
- "1",
- "2",
- "3"});
- this.cmbLevel.Location = new System.Drawing.Point(288, 77);
- this.cmbLevel.Name = "cmbLevel";
- this.cmbLevel.Size = new System.Drawing.Size(76, 20);
- this.cmbLevel.TabIndex = 13;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(10, 50);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(35, 12);
- this.label2.TabIndex = 3;
- this.label2.Text = "生日:";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(218, 80);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(59, 12);
- this.label6.TabIndex = 12;
- this.label6.Text = "当前级别:";
- //
- // dtpBirthday
- //
- this.dtpBirthday.Location = new System.Drawing.Point(80, 46);
- this.dtpBirthday.Name = "dtpBirthday";
- this.dtpBirthday.Size = new System.Drawing.Size(121, 21);
- this.dtpBirthday.TabIndex = 4;
- this.dtpBirthday.Value = new System.DateTime(1980, 1, 1, 0, 0, 0, 0);
- //
- // rdbFemale
- //
- this.rdbFemale.AutoSize = true;
- this.rdbFemale.Location = new System.Drawing.Point(121, 138);
- this.rdbFemale.Name = "rdbFemale";
- this.rdbFemale.Size = new System.Drawing.Size(35, 16);
- this.rdbFemale.TabIndex = 11;
- this.rdbFemale.TabStop = true;
- this.rdbFemale.Text = "女";
- this.rdbFemale.UseVisualStyleBackColor = true;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(10, 80);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(35, 12);
- this.label3.TabIndex = 5;
- this.label3.Text = "地区:";
- //
- // rdbMale
- //
- this.rdbMale.AutoSize = true;
- this.rdbMale.Checked = true;
- this.rdbMale.Location = new System.Drawing.Point(80, 138);
- this.rdbMale.Name = "rdbMale";
- this.rdbMale.Size = new System.Drawing.Size(35, 16);
- this.rdbMale.TabIndex = 10;
- this.rdbMale.TabStop = true;
- this.rdbMale.Text = "男";
- this.rdbMale.UseVisualStyleBackColor = true;
- //
- // cmbArea
- //
- this.cmbArea.FormattingEnabled = true;
- this.cmbArea.Items.AddRange(new object[] {
- "海淀",
- "西城",
- "东城",
- "朝阳",
- "丰台",
- "石景山",
- "宣武"});
- this.cmbArea.Location = new System.Drawing.Point(80, 77);
- this.cmbArea.Name = "cmbArea";
- this.cmbArea.Size = new System.Drawing.Size(121, 20);
- this.cmbArea.TabIndex = 6;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(10, 140);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(35, 12);
- this.label5.TabIndex = 9;
- this.label5.Text = "性别:";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(10, 110);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(35, 12);
- this.label4.TabIndex = 7;
- this.label4.Text = "学历:";
- //
- // cmbDegree
- //
- this.cmbDegree.FormattingEnabled = true;
- this.cmbDegree.Items.AddRange(new object[] {
- "博士及以上",
- "硕士",
- "本科",
- "大专",
- "中专及以下"});
- this.cmbDegree.Location = new System.Drawing.Point(80, 107);
- this.cmbDegree.Name = "cmbDegree";
- this.cmbDegree.Size = new System.Drawing.Size(121, 20);
- this.cmbDegree.TabIndex = 8;
- //
- // tabControl1
- //
- this.tabControl1.Controls.Add(this.tabPage1);
- this.tabControl1.Controls.Add(this.tabPage2);
- this.tabControl1.Controls.Add(this.tabPage3);
- this.tabControl1.Controls.Add(this.tabPage4);
- this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tabControl1.Location = new System.Drawing.Point(0, 160);
- this.tabControl1.Name = "tabControl1";
- this.tabControl1.SelectedIndex = 0;
- this.tabControl1.Size = new System.Drawing.Size(472, 213);
- this.tabControl1.TabIndex = 17;
- //
- // tabPage4
- //
- this.tabPage4.Controls.Add(this.lbBooks);
- this.tabPage4.Controls.Add(this.nudNumber);
- this.tabPage4.Controls.Add(this.label9);
- this.tabPage4.Controls.Add(this.btnPredictBooks);
- this.tabPage4.Location = new System.Drawing.Point(4, 21);
- this.tabPage4.Name = "tabPage4";
- this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage4.Size = new System.Drawing.Size(464, 188);
- this.tabPage4.TabIndex = 1;
- this.tabPage4.Text = "图书推荐";
- this.tabPage4.UseVisualStyleBackColor = true;
- //
- // lbBooks
- //
- this.lbBooks.FormattingEnabled = true;
- this.lbBooks.ItemHeight = 12;
- this.lbBooks.Location = new System.Drawing.Point(3, 35);
- this.lbBooks.Name = "lbBooks";
- this.lbBooks.Size = new System.Drawing.Size(232, 112);
- this.lbBooks.TabIndex = 21;
- //
- // nudNumber
- //
- this.nudNumber.Location = new System.Drawing.Point(70, 6);
- this.nudNumber.Maximum = new decimal(new int[] {
- 10,
- 0,
- 0,
- 0});
- this.nudNumber.Minimum = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.nudNumber.Name = "nudNumber";
- this.nudNumber.Size = new System.Drawing.Size(60, 21);
- this.nudNumber.TabIndex = 20;
- this.nudNumber.Value = new decimal(new int[] {
- 3,
- 0,
- 0,
- 0});
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Location = new System.Drawing.Point(3, 10);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(59, 12);
- this.label9.TabIndex = 19;
- this.label9.Text = "推荐数量:";
- //
- // btnPredictBooks
- //
- this.btnPredictBooks.Location = new System.Drawing.Point(160, 5);
- this.btnPredictBooks.Name = "btnPredictBooks";
- this.btnPredictBooks.Size = new System.Drawing.Size(75, 23);
- this.btnPredictBooks.TabIndex = 18;
- this.btnPredictBooks.Text = "预测(&P)";
- this.btnPredictBooks.UseVisualStyleBackColor = true;
- this.btnPredictBooks.Click += new System.EventHandler(this.btnPredictBooks_Click);
- //
- // tabPage1
- //
- this.tabPage1.Controls.Add(this.dgvLevels);
- this.tabPage1.Controls.Add(this.btnPredictLevels);
- 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(464, 188);
- this.tabPage1.TabIndex = 0;
- this.tabPage1.Text = "会员级别";
- this.tabPage1.UseVisualStyleBackColor = true;
- //
- // dgvLevels
- //
- this.dgvLevels.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.Column1,
- this.Column2,
- this.Column3});
- this.dgvLevels.Location = new System.Drawing.Point(3, 35);
- this.dgvLevels.Name = "dgvLevels";
- this.dgvLevels.ReadOnly = true;
- this.dgvLevels.RowHeadersWidth = 30;
- this.dgvLevels.RowTemplate.Height = 23;
- this.dgvLevels.Size = new System.Drawing.Size(450, 150);
- this.dgvLevels.TabIndex = 17;
- //
- // Column1
- //
- this.Column1.DataPropertyName = "Levels";
- dataGridViewCellStyle1.NullValue = null;
- this.Column1.DefaultCellStyle = dataGridViewCellStyle1;
- this.Column1.HeaderText = "级别";
- this.Column1.Name = "Column1";
- this.Column1.ReadOnly = true;
- this.Column1.Width = 40;
- //
- // Column2
- //
- this.Column2.DataPropertyName = "$Probability";
- dataGridViewCellStyle2.Format = "N5";
- dataGridViewCellStyle2.NullValue = null;
- this.Column2.DefaultCellStyle = dataGridViewCellStyle2;
- this.Column2.HeaderText = "概率";
- this.Column2.Name = "Column2";
- this.Column2.ReadOnly = true;
- //
- // Column3
- //
- this.Column3.DataPropertyName = "$Support";
- dataGridViewCellStyle3.Format = "N5";
- dataGridViewCellStyle3.NullValue = null;
- this.Column3.DefaultCellStyle = dataGridViewCellStyle3;
- this.Column3.HeaderText = "计数支持";
- this.Column3.Name = "Column3";
- this.Column3.ReadOnly = true;
- //
- // btnPredictLevels
- //
- this.btnPredictLevels.Location = new System.Drawing.Point(3, 5);
- this.btnPredictLevels.Name = "btnPredictLevels";
- this.btnPredictLevels.Size = new System.Drawing.Size(75, 23);
- this.btnPredictLevels.TabIndex = 16;
- this.btnPredictLevels.Text = "预测(&P)";
- this.btnPredictLevels.UseVisualStyleBackColor = true;
- this.btnPredictLevels.Click += new System.EventHandler(this.btnPredictLevels_Click);
- //
- // tabPage2
- //
- this.tabPage2.Controls.Add(this.dgvConsume);
- this.tabPage2.Controls.Add(this.btnPredictConsume);
- this.tabPage2.Location = new System.Drawing.Point(4, 21);
- this.tabPage2.Name = "tabPage2";
- this.tabPage2.Size = new System.Drawing.Size(464, 188);
- this.tabPage2.TabIndex = 2;
- this.tabPage2.Text = "会员消费";
- this.tabPage2.UseVisualStyleBackColor = true;
- //
- // btnPredictConsume
- //
- this.btnPredictConsume.Location = new System.Drawing.Point(3, 5);
- this.btnPredictConsume.Name = "btnPredictConsume";
- this.btnPredictConsume.Size = new System.Drawing.Size(75, 23);
- this.btnPredictConsume.TabIndex = 22;
- this.btnPredictConsume.Text = "预测(&P)";
- this.btnPredictConsume.UseVisualStyleBackColor = true;
- this.btnPredictConsume.Click += new System.EventHandler(this.btnPredictConsume_Click);
- //
- // tabPage3
- //
- this.tabPage3.Controls.Add(this.dgvType);
- this.tabPage3.Controls.Add(this.btnPredictType);
- this.tabPage3.Location = new System.Drawing.Point(4, 21);
- this.tabPage3.Name = "tabPage3";
- this.tabPage3.Size = new System.Drawing.Size(464, 188);
- this.tabPage3.TabIndex = 3;
- this.tabPage3.Text = "会员类型";
- this.tabPage3.UseVisualStyleBackColor = true;
- //
- // dgvType
- //
- this.dgvType.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dgvType.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.Column4,
- this.Column5,
- this.Column6});
- this.dgvType.Location = new System.Drawing.Point(3, 35);
- this.dgvType.Name = "dgvType";
- this.dgvType.ReadOnly = true;
- this.dgvType.RowTemplate.Height = 23;
- this.dgvType.Size = new System.Drawing.Size(450, 150);
- this.dgvType.TabIndex = 22;
- //
- // Column4
- //
- this.Column4.HeaderText = "类型";
- this.Column4.Name = "Column4";
- this.Column4.ReadOnly = true;
- this.Column4.Width = 80;
- //
- // Column5
- //
- dataGridViewCellStyle7.Format = "N5";
- dataGridViewCellStyle7.NullValue = null;
- this.Column5.DefaultCellStyle = dataGridViewCellStyle7;
- this.Column5.HeaderText = "支持概率";
- this.Column5.Name = "Column5";
- this.Column5.ReadOnly = true;
- //
- // Column6
- //
- dataGridViewCellStyle8.Format = "N5";
- dataGridViewCellStyle8.NullValue = null;
- this.Column6.DefaultCellStyle = dataGridViewCellStyle8;
- this.Column6.HeaderText = "聚类距离";
- this.Column6.Name = "Column6";
- this.Column6.ReadOnly = true;
- //
- // btnPredictType
- //
- this.btnPredictType.Location = new System.Drawing.Point(3, 5);
- this.btnPredictType.Name = "btnPredictType";
- this.btnPredictType.Size = new System.Drawing.Size(75, 23);
- this.btnPredictType.TabIndex = 21;
- this.btnPredictType.Text = "预测(&P)";
- this.btnPredictType.UseVisualStyleBackColor = true;
- this.btnPredictType.Click += new System.EventHandler(this.btnPredictType_Click);
- //
- // dgvConsume
- //
- this.dgvConsume.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.dataGridViewTextBoxColumn1,
- this.dataGridViewTextBoxColumn2,
- this.dataGridViewTextBoxColumn3});
- this.dgvConsume.Location = new System.Drawing.Point(3, 35);
- this.dgvConsume.Name = "dgvConsume";
- this.dgvConsume.ReadOnly = true;
- this.dgvConsume.RowHeadersWidth = 30;
- this.dgvConsume.RowTemplate.Height = 23;
- this.dgvConsume.Size = new System.Drawing.Size(450, 150);
- this.dgvConsume.TabIndex = 23;
- //
- // dataGridViewTextBoxColumn1
- //
- dataGridViewCellStyle4.NullValue = null;
- this.dataGridViewTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle4;
- this.dataGridViewTextBoxColumn1.HeaderText = "消费类型";
- this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
- this.dataGridViewTextBoxColumn1.ReadOnly = true;
- this.dataGridViewTextBoxColumn1.Width = 80;
- //
- // dataGridViewTextBoxColumn2
- //
- dataGridViewCellStyle5.Format = "N5";
- dataGridViewCellStyle5.NullValue = null;
- this.dataGridViewTextBoxColumn2.DefaultCellStyle = dataGridViewCellStyle5;
- this.dataGridViewTextBoxColumn2.HeaderText = "概率";
- this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
- this.dataGridViewTextBoxColumn2.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn3
- //
- dataGridViewCellStyle6.Format = "N5";
- dataGridViewCellStyle6.NullValue = null;
- this.dataGridViewTextBoxColumn3.DefaultCellStyle = dataGridViewCellStyle6;
- this.dataGridViewTextBoxColumn3.HeaderText = "计数支持";
- this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
- this.dataGridViewTextBoxColumn3.ReadOnly = true;
- //
- // CustomerAnalysisForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(472, 373);
- this.Controls.Add(this.tabControl1);
- this.Controls.Add(this.groupBox1);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "CustomerAnalysisForm";
- this.Text = "会员分析";
- this.Load += new System.EventHandler(this.CustomerAnalysisForm_Load);
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.nudScore)).EndInit();
- this.tabControl1.ResumeLayout(false);
- this.tabPage4.ResumeLayout(false);
- this.tabPage4.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.nudNumber)).EndInit();
- this.tabPage1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvLevels)).EndInit();
- this.tabPage2.ResumeLayout(false);
- this.tabPage3.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvType)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dgvConsume)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.ComboBox cmbCustomerID;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Button btnLoadInfo;
- private System.Windows.Forms.ComboBox cmbLevel;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.DateTimePicker dtpBirthday;
- private System.Windows.Forms.RadioButton rdbFemale;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.RadioButton rdbMale;
- private System.Windows.Forms.ComboBox cmbArea;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.ComboBox cmbDegree;
- private System.Windows.Forms.NumericUpDown nudScore;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.TabControl tabControl1;
- private System.Windows.Forms.TabPage tabPage1;
- private System.Windows.Forms.DataGridView dgvLevels;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
- private System.Windows.Forms.Button btnPredictLevels;
- private System.Windows.Forms.TabPage tabPage4;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.DateTimePicker dtpRegTime;
- private System.Windows.Forms.TabPage tabPage2;
- private System.Windows.Forms.Button btnPredictBooks;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.NumericUpDown nudNumber;
- private System.Windows.Forms.ListBox lbBooks;
- private System.Windows.Forms.Button btnPredictConsume;
- private System.Windows.Forms.TabPage tabPage3;
- private System.Windows.Forms.Button btnPredictType;
- private System.Windows.Forms.DataGridView dgvType;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
- private System.Windows.Forms.DataGridView dgvConsume;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
- }
- }