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

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

开发平台:

SQL

  1. namespace BookSellPredict
  2. {
  3.     partial class MainForm
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
  29.             this.button1 = new System.Windows.Forms.Button();
  30.             this.button2 = new System.Windows.Forms.Button();
  31.             this.button3 = new System.Windows.Forms.Button();
  32.             this.SuspendLayout();
  33.             // 
  34.             // button1
  35.             // 
  36.             this.button1.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  37.             this.button1.Image = ((System.Drawing.Image)(resources.GetObject("button1.Image")));
  38.             this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  39.             this.button1.Location = new System.Drawing.Point(56, 20);
  40.             this.button1.Name = "button1";
  41.             this.button1.Size = new System.Drawing.Size(120, 25);
  42.             this.button1.TabIndex = 0;
  43.             this.button1.Text = "注册会员分析";
  44.             this.button1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  45.             this.button1.UseVisualStyleBackColor = true;
  46.             this.button1.Click += new System.EventHandler(this.button1_Click);
  47.             // 
  48.             // button2
  49.             // 
  50.             this.button2.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  51.             this.button2.Image = ((System.Drawing.Image)(resources.GetObject("button2.Image")));
  52.             this.button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  53.             this.button2.Location = new System.Drawing.Point(56, 70);
  54.             this.button2.Name = "button2";
  55.             this.button2.Size = new System.Drawing.Size(120, 25);
  56.             this.button2.TabIndex = 1;
  57.             this.button2.Text = "图书销售分析";
  58.             this.button2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  59.             this.button2.UseVisualStyleBackColor = true;
  60.             this.button2.Click += new System.EventHandler(this.button2_Click);
  61.             // 
  62.             // button3
  63.             // 
  64.             this.button3.Enabled = false;
  65.             this.button3.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  66.             this.button3.Image = ((System.Drawing.Image)(resources.GetObject("button3.Image")));
  67.             this.button3.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  68.             this.button3.Location = new System.Drawing.Point(56, 120);
  69.             this.button3.Name = "button3";
  70.             this.button3.Size = new System.Drawing.Size(120, 25);
  71.             this.button3.TabIndex = 2;
  72.             this.button3.Text = "网站浏览分析";
  73.             this.button3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  74.             this.button3.UseVisualStyleBackColor = true;
  75.             // 
  76.             // MainForm
  77.             // 
  78.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  79.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  80.             this.ClientSize = new System.Drawing.Size(232, 243);
  81.             this.Controls.Add(this.button3);
  82.             this.Controls.Add(this.button2);
  83.             this.Controls.Add(this.button1);
  84.             this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  85.             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  86.             this.MaximizeBox = false;
  87.             this.MinimizeBox = false;
  88.             this.Name = "MainForm";
  89.             this.Text = "图书销售分析程序";
  90.             this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
  91.             this.Load += new System.EventHandler(this.MainForm_Load);
  92.             this.ResumeLayout(false);
  93.         }
  94.         #endregion
  95.         private System.Windows.Forms.Button button1;
  96.         private System.Windows.Forms.Button button2;
  97.         private System.Windows.Forms.Button button3;
  98.     }
  99. }