BookAnalysisForm.Designer.cs
上传用户:abcs8778
上传日期:2022-08-03
资源大小:2093k
文件大小:28k
源码类别:
WEB源码(ASP,PHP,...)
开发平台:
SQL
- namespace BookSellPredict
- {
- partial class BookAnalysisForm
- {
- /// <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.ListViewItem listViewItem4 = new System.Windows.Forms.ListViewItem("销售额");
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.nudPrice = new System.Windows.Forms.NumericUpDown();
- this.label9 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.dtpShelfDate = new System.Windows.Forms.DateTimePicker();
- this.tbBookName = new System.Windows.Forms.TextBox();
- this.label8 = new System.Windows.Forms.Label();
- this.nudPages = new System.Windows.Forms.NumericUpDown();
- this.label7 = new System.Windows.Forms.Label();
- this.cmbBookID = new System.Windows.Forms.ComboBox();
- this.label1 = new System.Windows.Forms.Label();
- this.btnLoadInfo = new System.Windows.Forms.Button();
- this.label2 = new System.Windows.Forms.Label();
- this.dtpPublishDate = new System.Windows.Forms.DateTimePicker();
- this.rdbNoCD = new System.Windows.Forms.RadioButton();
- this.label3 = new System.Windows.Forms.Label();
- this.rdbCD = new System.Windows.Forms.RadioButton();
- this.cmbCategory = new System.Windows.Forms.ComboBox();
- this.label5 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.cmbPress = new System.Windows.Forms.ComboBox();
- this.tabControl1 = new System.Windows.Forms.TabControl();
- this.tabPage1 = new System.Windows.Forms.TabPage();
- this.lvSellSum = new System.Windows.Forms.ListView();
- this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
- this.btnPredictSellSeries = new System.Windows.Forms.Button();
- this.label11 = new System.Windows.Forms.Label();
- this.nudWeeks = new System.Windows.Forms.NumericUpDown();
- this.label10 = new System.Windows.Forms.Label();
- this.tabPage2 = new System.Windows.Forms.TabPage();
- this.lbSellNum = new System.Windows.Forms.Label();
- this.btnPredictSell = new System.Windows.Forms.Button();
- this.tabPage3 = new System.Windows.Forms.TabPage();
- this.btnPredictAssociation = new System.Windows.Forms.Button();
- this.tabPage4 = new System.Windows.Forms.TabPage();
- this.btnPredictPrice = new System.Windows.Forms.Button();
- this.lbPrice = new System.Windows.Forms.Label();
- this.nudNumber = new System.Windows.Forms.NumericUpDown();
- this.label12 = new System.Windows.Forms.Label();
- this.lbBooks = new System.Windows.Forms.ListBox();
- this.groupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.nudPrice)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.nudPages)).BeginInit();
- this.tabControl1.SuspendLayout();
- this.tabPage1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.nudWeeks)).BeginInit();
- this.tabPage2.SuspendLayout();
- this.tabPage3.SuspendLayout();
- this.tabPage4.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.nudNumber)).BeginInit();
- this.SuspendLayout();
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.nudPrice);
- this.groupBox1.Controls.Add(this.label9);
- this.groupBox1.Controls.Add(this.label6);
- this.groupBox1.Controls.Add(this.dtpShelfDate);
- this.groupBox1.Controls.Add(this.tbBookName);
- this.groupBox1.Controls.Add(this.label8);
- this.groupBox1.Controls.Add(this.nudPages);
- this.groupBox1.Controls.Add(this.label7);
- this.groupBox1.Controls.Add(this.cmbBookID);
- this.groupBox1.Controls.Add(this.label1);
- this.groupBox1.Controls.Add(this.btnLoadInfo);
- this.groupBox1.Controls.Add(this.label2);
- this.groupBox1.Controls.Add(this.dtpPublishDate);
- this.groupBox1.Controls.Add(this.rdbNoCD);
- this.groupBox1.Controls.Add(this.label3);
- this.groupBox1.Controls.Add(this.rdbCD);
- this.groupBox1.Controls.Add(this.cmbCategory);
- this.groupBox1.Controls.Add(this.label5);
- this.groupBox1.Controls.Add(this.label4);
- this.groupBox1.Controls.Add(this.cmbPress);
- 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, 200);
- this.groupBox1.TabIndex = 17;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "图书信息";
- //
- // nudPrice
- //
- this.nudPrice.DecimalPlaces = 2;
- this.nudPrice.Location = new System.Drawing.Point(288, 133);
- this.nudPrice.Maximum = new decimal(new int[] {
- 10000,
- 0,
- 0,
- 0});
- this.nudPrice.Minimum = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.nudPrice.Name = "nudPrice";
- this.nudPrice.Size = new System.Drawing.Size(103, 21);
- this.nudPrice.TabIndex = 22;
- this.nudPrice.Value = new decimal(new int[] {
- 30,
- 0,
- 0,
- 0});
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Location = new System.Drawing.Point(218, 137);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(35, 12);
- this.label9.TabIndex = 21;
- this.label9.Text = "定价:";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(218, 110);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(59, 12);
- this.label6.TabIndex = 20;
- this.label6.Text = "上架时间:";
- //
- // dtpShelfDate
- //
- this.dtpShelfDate.Location = new System.Drawing.Point(288, 106);
- this.dtpShelfDate.Name = "dtpShelfDate";
- this.dtpShelfDate.Size = new System.Drawing.Size(121, 21);
- this.dtpShelfDate.TabIndex = 19;
- this.dtpShelfDate.Value = new System.DateTime(2006, 12, 31, 0, 0, 0, 0);
- //
- // tbBookName
- //
- this.tbBookName.Location = new System.Drawing.Point(80, 47);
- this.tbBookName.Name = "tbBookName";
- this.tbBookName.Size = new System.Drawing.Size(329, 21);
- this.tbBookName.TabIndex = 18;
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Location = new System.Drawing.Point(218, 80);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(59, 12);
- this.label8.TabIndex = 16;
- this.label8.Text = "出版时间:";
- //
- // nudPages
- //
- this.nudPages.Location = new System.Drawing.Point(80, 135);
- this.nudPages.Maximum = new decimal(new int[] {
- 10000,
- 0,
- 0,
- 0});
- this.nudPages.Minimum = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.nudPages.Name = "nudPages";
- this.nudPages.Size = new System.Drawing.Size(76, 21);
- this.nudPages.TabIndex = 15;
- this.nudPages.Value = new decimal(new int[] {
- 300,
- 0,
- 0,
- 0});
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(10, 139);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(35, 12);
- this.label7.TabIndex = 14;
- this.label7.Text = "页数:";
- //
- // cmbBookID
- //
- this.cmbBookID.FormattingEnabled = true;
- this.cmbBookID.Location = new System.Drawing.Point(80, 17);
- this.cmbBookID.Name = "cmbBookID";
- this.cmbBookID.Size = new System.Drawing.Size(121, 20);
- this.cmbBookID.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);
- //
- // 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 = "书名:";
- //
- // dtpPublishDate
- //
- this.dtpPublishDate.Location = new System.Drawing.Point(288, 76);
- this.dtpPublishDate.Name = "dtpPublishDate";
- this.dtpPublishDate.Size = new System.Drawing.Size(121, 21);
- this.dtpPublishDate.TabIndex = 4;
- this.dtpPublishDate.Value = new System.DateTime(2006, 12, 1, 0, 0, 0, 0);
- //
- // rdbNoCD
- //
- this.rdbNoCD.AutoSize = true;
- this.rdbNoCD.Location = new System.Drawing.Point(121, 168);
- this.rdbNoCD.Name = "rdbNoCD";
- this.rdbNoCD.Size = new System.Drawing.Size(35, 16);
- this.rdbNoCD.TabIndex = 11;
- this.rdbNoCD.TabStop = true;
- this.rdbNoCD.Text = "无";
- this.rdbNoCD.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(59, 12);
- this.label3.TabIndex = 5;
- this.label3.Text = "所属领域:";
- //
- // rdbCD
- //
- this.rdbCD.AutoSize = true;
- this.rdbCD.Checked = true;
- this.rdbCD.Location = new System.Drawing.Point(80, 168);
- this.rdbCD.Name = "rdbCD";
- this.rdbCD.Size = new System.Drawing.Size(35, 16);
- this.rdbCD.TabIndex = 10;
- this.rdbCD.TabStop = true;
- this.rdbCD.Text = "有";
- this.rdbCD.UseVisualStyleBackColor = true;
- //
- // cmbCategory
- //
- this.cmbCategory.FormattingEnabled = true;
- this.cmbCategory.Location = new System.Drawing.Point(80, 77);
- this.cmbCategory.Name = "cmbCategory";
- this.cmbCategory.Size = new System.Drawing.Size(121, 20);
- this.cmbCategory.TabIndex = 6;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(10, 170);
- 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(47, 12);
- this.label4.TabIndex = 7;
- this.label4.Text = "出版社:";
- //
- // cmbPress
- //
- this.cmbPress.FormattingEnabled = true;
- this.cmbPress.Location = new System.Drawing.Point(80, 107);
- this.cmbPress.Name = "cmbPress";
- this.cmbPress.Size = new System.Drawing.Size(121, 20);
- this.cmbPress.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, 200);
- this.tabControl1.Name = "tabControl1";
- this.tabControl1.SelectedIndex = 0;
- this.tabControl1.Size = new System.Drawing.Size(472, 173);
- this.tabControl1.TabIndex = 18;
- //
- // tabPage1
- //
- this.tabPage1.Controls.Add(this.lvSellSum);
- this.tabPage1.Controls.Add(this.btnPredictSellSeries);
- this.tabPage1.Controls.Add(this.label11);
- this.tabPage1.Controls.Add(this.nudWeeks);
- this.tabPage1.Controls.Add(this.label10);
- 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, 148);
- this.tabPage1.TabIndex = 0;
- this.tabPage1.Text = "销售趋势";
- this.tabPage1.UseVisualStyleBackColor = true;
- //
- // lvSellSum
- //
- this.lvSellSum.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
- this.columnHeader1});
- this.lvSellSum.GridLines = true;
- this.lvSellSum.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
- listViewItem4});
- this.lvSellSum.Location = new System.Drawing.Point(6, 43);
- this.lvSellSum.Name = "lvSellSum";
- this.lvSellSum.Size = new System.Drawing.Size(452, 80);
- this.lvSellSum.TabIndex = 20;
- this.lvSellSum.UseCompatibleStateImageBehavior = false;
- this.lvSellSum.View = System.Windows.Forms.View.Details;
- //
- // columnHeader1
- //
- this.columnHeader1.Text = "星期";
- //
- // btnPredictSellSeries
- //
- this.btnPredictSellSeries.Location = new System.Drawing.Point(200, 5);
- this.btnPredictSellSeries.Name = "btnPredictSellSeries";
- this.btnPredictSellSeries.Size = new System.Drawing.Size(75, 23);
- this.btnPredictSellSeries.TabIndex = 19;
- this.btnPredictSellSeries.Text = "预测(&P)";
- this.btnPredictSellSeries.UseVisualStyleBackColor = true;
- this.btnPredictSellSeries.Click += new System.EventHandler(this.btnPredictSellSeries_Click);
- //
- // label11
- //
- this.label11.AutoSize = true;
- this.label11.Location = new System.Drawing.Point(106, 10);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(89, 12);
- this.label11.TabIndex = 2;
- this.label11.Text = "个星期的销售额";
- //
- // nudWeeks
- //
- this.nudWeeks.Location = new System.Drawing.Point(50, 6);
- this.nudWeeks.Minimum = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.nudWeeks.Name = "nudWeeks";
- this.nudWeeks.Size = new System.Drawing.Size(50, 21);
- this.nudWeeks.TabIndex = 1;
- this.nudWeeks.Value = new decimal(new int[] {
- 5,
- 0,
- 0,
- 0});
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.Location = new System.Drawing.Point(3, 10);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(41, 12);
- this.label10.TabIndex = 0;
- this.label10.Text = "预测下";
- //
- // tabPage2
- //
- this.tabPage2.Controls.Add(this.lbSellNum);
- this.tabPage2.Controls.Add(this.btnPredictSell);
- 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(464, 148);
- this.tabPage2.TabIndex = 1;
- this.tabPage2.Text = "销量";
- this.tabPage2.UseVisualStyleBackColor = true;
- //
- // lbSellNum
- //
- this.lbSellNum.AutoSize = true;
- this.lbSellNum.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lbSellNum.Location = new System.Drawing.Point(3, 50);
- this.lbSellNum.Name = "lbSellNum";
- this.lbSellNum.Size = new System.Drawing.Size(57, 12);
- this.lbSellNum.TabIndex = 21;
- this.lbSellNum.Text = "销量预测";
- //
- // btnPredictSell
- //
- this.btnPredictSell.Location = new System.Drawing.Point(3, 10);
- this.btnPredictSell.Name = "btnPredictSell";
- this.btnPredictSell.Size = new System.Drawing.Size(75, 23);
- this.btnPredictSell.TabIndex = 20;
- this.btnPredictSell.Text = "预测(&P)";
- this.btnPredictSell.UseVisualStyleBackColor = true;
- this.btnPredictSell.Click += new System.EventHandler(this.btnPredictSell_Click);
- //
- // tabPage3
- //
- this.tabPage3.Controls.Add(this.lbBooks);
- this.tabPage3.Controls.Add(this.nudNumber);
- this.tabPage3.Controls.Add(this.label12);
- this.tabPage3.Controls.Add(this.btnPredictAssociation);
- this.tabPage3.Location = new System.Drawing.Point(4, 21);
- this.tabPage3.Name = "tabPage3";
- this.tabPage3.Size = new System.Drawing.Size(464, 148);
- this.tabPage3.TabIndex = 2;
- this.tabPage3.Text = "销售关联";
- this.tabPage3.UseVisualStyleBackColor = true;
- //
- // btnPredictAssociation
- //
- this.btnPredictAssociation.Location = new System.Drawing.Point(136, 10);
- this.btnPredictAssociation.Name = "btnPredictAssociation";
- this.btnPredictAssociation.Size = new System.Drawing.Size(75, 23);
- this.btnPredictAssociation.TabIndex = 20;
- this.btnPredictAssociation.Text = "预测(&P)";
- this.btnPredictAssociation.UseVisualStyleBackColor = true;
- this.btnPredictAssociation.Click += new System.EventHandler(this.btnPredictAssociation_Click);
- //
- // tabPage4
- //
- this.tabPage4.Controls.Add(this.lbPrice);
- this.tabPage4.Controls.Add(this.btnPredictPrice);
- this.tabPage4.Location = new System.Drawing.Point(4, 21);
- this.tabPage4.Name = "tabPage4";
- this.tabPage4.Size = new System.Drawing.Size(464, 148);
- this.tabPage4.TabIndex = 3;
- this.tabPage4.Text = "图书定价";
- this.tabPage4.UseVisualStyleBackColor = true;
- //
- // btnPredictPrice
- //
- this.btnPredictPrice.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
- this.btnPredictPrice.Location = new System.Drawing.Point(3, 10);
- this.btnPredictPrice.Name = "btnPredictPrice";
- this.btnPredictPrice.Size = new System.Drawing.Size(75, 23);
- this.btnPredictPrice.TabIndex = 21;
- this.btnPredictPrice.Text = "预测(&P)";
- this.btnPredictPrice.UseVisualStyleBackColor = true;
- this.btnPredictPrice.Click += new System.EventHandler(this.btnPredictPrice_Click);
- //
- // lbPrice
- //
- this.lbPrice.AutoSize = true;
- this.lbPrice.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lbPrice.Location = new System.Drawing.Point(3, 50);
- this.lbPrice.Name = "lbPrice";
- this.lbPrice.Size = new System.Drawing.Size(57, 12);
- this.lbPrice.TabIndex = 23;
- this.lbPrice.Text = "定价预测";
- //
- // nudNumber
- //
- this.nudNumber.Location = new System.Drawing.Point(70, 10);
- 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 = 22;
- this.nudNumber.Value = new decimal(new int[] {
- 3,
- 0,
- 0,
- 0});
- //
- // label12
- //
- this.label12.AutoSize = true;
- this.label12.Location = new System.Drawing.Point(3, 14);
- this.label12.Name = "label12";
- this.label12.Size = new System.Drawing.Size(59, 12);
- this.label12.TabIndex = 21;
- this.label12.Text = "关联数量:";
- //
- // lbBooks
- //
- this.lbBooks.FormattingEnabled = true;
- this.lbBooks.ItemHeight = 12;
- this.lbBooks.Location = new System.Drawing.Point(3, 40);
- this.lbBooks.Name = "lbBooks";
- this.lbBooks.Size = new System.Drawing.Size(303, 100);
- this.lbBooks.TabIndex = 23;
- //
- // BookAnalysisForm
- //
- 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 = "BookAnalysisForm";
- this.Text = "图书分析";
- this.Load += new System.EventHandler(this.BookAnalysisForm_Load);
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.nudPrice)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.nudPages)).EndInit();
- this.tabControl1.ResumeLayout(false);
- this.tabPage1.ResumeLayout(false);
- this.tabPage1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.nudWeeks)).EndInit();
- this.tabPage2.ResumeLayout(false);
- this.tabPage2.PerformLayout();
- this.tabPage3.ResumeLayout(false);
- this.tabPage3.PerformLayout();
- this.tabPage4.ResumeLayout(false);
- this.tabPage4.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.nudNumber)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.NumericUpDown nudPages;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.ComboBox cmbBookID;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Button btnLoadInfo;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.RadioButton rdbNoCD;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.RadioButton rdbCD;
- private System.Windows.Forms.ComboBox cmbCategory;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.ComboBox cmbPress;
- private System.Windows.Forms.TextBox tbBookName;
- private System.Windows.Forms.DateTimePicker dtpPublishDate;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.DateTimePicker dtpShelfDate;
- private System.Windows.Forms.NumericUpDown nudPrice;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.TabControl tabControl1;
- private System.Windows.Forms.TabPage tabPage1;
- private System.Windows.Forms.Label label10;
- private System.Windows.Forms.TabPage tabPage2;
- private System.Windows.Forms.TabPage tabPage3;
- private System.Windows.Forms.Label label11;
- private System.Windows.Forms.NumericUpDown nudWeeks;
- private System.Windows.Forms.Button btnPredictSellSeries;
- private System.Windows.Forms.ListView lvSellSum;
- private System.Windows.Forms.ColumnHeader columnHeader1;
- private System.Windows.Forms.Label lbSellNum;
- private System.Windows.Forms.Button btnPredictSell;
- private System.Windows.Forms.Button btnPredictAssociation;
- private System.Windows.Forms.TabPage tabPage4;
- private System.Windows.Forms.Label lbPrice;
- private System.Windows.Forms.Button btnPredictPrice;
- private System.Windows.Forms.NumericUpDown nudNumber;
- private System.Windows.Forms.Label label12;
- private System.Windows.Forms.ListBox lbBooks;
- }
- }