Select.designer.cs
上传用户:nbcygd
上传日期:2008-07-25
资源大小:2566k
文件大小:11k
源码类别:

SQL Server

开发平台:

C#

  1. namespace Super_market
  2. {
  3.     partial class Select
  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.             this.dataGridView1 = new System.Windows.Forms.DataGridView();
  29.             this.groupBox1 = new System.Windows.Forms.GroupBox();
  30.             this.label5 = new System.Windows.Forms.Label();
  31.             this.comboBox1 = new System.Windows.Forms.ComboBox();
  32.             this.textBox3 = new System.Windows.Forms.TextBox();
  33.             this.textBox2 = new System.Windows.Forms.TextBox();
  34.             this.textBox1 = new System.Windows.Forms.TextBox();
  35.             this.label4 = new System.Windows.Forms.Label();
  36.             this.label3 = new System.Windows.Forms.Label();
  37.             this.label2 = new System.Windows.Forms.Label();
  38.             this.label1 = new System.Windows.Forms.Label();
  39.             this.button1 = new System.Windows.Forms.Button();
  40.             this.button2 = new System.Windows.Forms.Button();
  41.             this.button3 = new System.Windows.Forms.Button();
  42.             this.button4 = new System.Windows.Forms.Button();
  43.             this.button5 = new System.Windows.Forms.Button();
  44.             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  45.             this.groupBox1.SuspendLayout();
  46.             this.SuspendLayout();
  47.             // 
  48.             // dataGridView1
  49.             // 
  50.             this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  51.             this.dataGridView1.Location = new System.Drawing.Point(2, 0);
  52.             this.dataGridView1.Name = "dataGridView1";
  53.             this.dataGridView1.RowTemplate.Height = 23;
  54.             this.dataGridView1.Size = new System.Drawing.Size(715, 402);
  55.             this.dataGridView1.TabIndex = 0;
  56.             // 
  57.             // groupBox1
  58.             // 
  59.             this.groupBox1.Controls.Add(this.label5);
  60.             this.groupBox1.Controls.Add(this.comboBox1);
  61.             this.groupBox1.Controls.Add(this.textBox3);
  62.             this.groupBox1.Controls.Add(this.textBox2);
  63.             this.groupBox1.Controls.Add(this.textBox1);
  64.             this.groupBox1.Controls.Add(this.label4);
  65.             this.groupBox1.Controls.Add(this.label3);
  66.             this.groupBox1.Controls.Add(this.label2);
  67.             this.groupBox1.Controls.Add(this.label1);
  68.             this.groupBox1.Location = new System.Drawing.Point(12, 419);
  69.             this.groupBox1.Name = "groupBox1";
  70.             this.groupBox1.Size = new System.Drawing.Size(401, 111);
  71.             this.groupBox1.TabIndex = 1;
  72.             this.groupBox1.TabStop = false;
  73.             this.groupBox1.Text = "查询条件";
  74.             // 
  75.             // label5
  76.             // 
  77.             this.label5.AutoSize = true;
  78.             this.label5.Location = new System.Drawing.Point(350, 28);
  79.             this.label5.Name = "label5";
  80.             this.label5.Size = new System.Drawing.Size(29, 12);
  81.             this.label5.TabIndex = 8;
  82.             this.label5.Text = "个月";
  83.             // 
  84.             // comboBox1
  85.             // 
  86.             this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  87.             this.comboBox1.FormattingEnabled = true;
  88.             this.comboBox1.Items.AddRange(new object[] {
  89.             "1",
  90.             "2",
  91.             "3",
  92.             "4",
  93.             "5",
  94.             "6",
  95.             "7",
  96.             "8",
  97.             "9",
  98.             "10",
  99.             "11",
  100.             "12"});
  101.             this.comboBox1.Location = new System.Drawing.Point(260, 25);
  102.             this.comboBox1.Name = "comboBox1";
  103.             this.comboBox1.Size = new System.Drawing.Size(84, 20);
  104.             this.comboBox1.TabIndex = 7;
  105.             this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
  106.             // 
  107.             // textBox3
  108.             // 
  109.             this.textBox3.Location = new System.Drawing.Point(260, 68);
  110.             this.textBox3.Name = "textBox3";
  111.             this.textBox3.Size = new System.Drawing.Size(118, 21);
  112.             this.textBox3.TabIndex = 6;
  113.             // 
  114.             // textBox2
  115.             // 
  116.             this.textBox2.Location = new System.Drawing.Point(77, 68);
  117.             this.textBox2.Name = "textBox2";
  118.             this.textBox2.Size = new System.Drawing.Size(118, 21);
  119.             this.textBox2.TabIndex = 5;
  120.             // 
  121.             // textBox1
  122.             // 
  123.             this.textBox1.Location = new System.Drawing.Point(77, 25);
  124.             this.textBox1.Name = "textBox1";
  125.             this.textBox1.Size = new System.Drawing.Size(118, 21);
  126.             this.textBox1.TabIndex = 4;
  127.             // 
  128.             // label4
  129.             // 
  130.             this.label4.AutoSize = true;
  131.             this.label4.Location = new System.Drawing.Point(201, 71);
  132.             this.label4.Name = "label4";
  133.             this.label4.Size = new System.Drawing.Size(53, 12);
  134.             this.label4.TabIndex = 3;
  135.             this.label4.Text = "商品单价";
  136.             // 
  137.             // label3
  138.             // 
  139.             this.label3.AutoSize = true;
  140.             this.label3.Location = new System.Drawing.Point(201, 28);
  141.             this.label3.Name = "label3";
  142.             this.label3.Size = new System.Drawing.Size(41, 12);
  143.             this.label3.TabIndex = 2;
  144.             this.label3.Text = "保质期";
  145.             // 
  146.             // label2
  147.             // 
  148.             this.label2.AutoSize = true;
  149.             this.label2.Location = new System.Drawing.Point(18, 71);
  150.             this.label2.Name = "label2";
  151.             this.label2.Size = new System.Drawing.Size(53, 12);
  152.             this.label2.TabIndex = 1;
  153.             this.label2.Text = "商品名称";
  154.             // 
  155.             // label1
  156.             // 
  157.             this.label1.AutoSize = true;
  158.             this.label1.Location = new System.Drawing.Point(18, 28);
  159.             this.label1.Name = "label1";
  160.             this.label1.Size = new System.Drawing.Size(53, 12);
  161.             this.label1.TabIndex = 0;
  162.             this.label1.Text = "商品编号";
  163.             // 
  164.             // button1
  165.             // 
  166.             this.button1.Location = new System.Drawing.Point(476, 436);
  167.             this.button1.Name = "button1";
  168.             this.button1.Size = new System.Drawing.Size(75, 23);
  169.             this.button1.TabIndex = 2;
  170.             this.button1.Text = "保 存";
  171.             this.button1.UseVisualStyleBackColor = true;
  172.             this.button1.Click += new System.EventHandler(this.button1_Click);
  173.             // 
  174.             // button2
  175.             // 
  176.             this.button2.Location = new System.Drawing.Point(476, 499);
  177.             this.button2.Name = "button2";
  178.             this.button2.Size = new System.Drawing.Size(75, 23);
  179.             this.button2.TabIndex = 3;
  180.             this.button2.Text = "删 除";
  181.             this.button2.UseVisualStyleBackColor = true;
  182.             this.button2.Click += new System.EventHandler(this.button2_Click);
  183.             // 
  184.             // button3
  185.             // 
  186.             this.button3.Location = new System.Drawing.Point(599, 436);
  187.             this.button3.Name = "button3";
  188.             this.button3.Size = new System.Drawing.Size(75, 23);
  189.             this.button3.TabIndex = 4;
  190.             this.button3.Text = "增 加";
  191.             this.button3.UseVisualStyleBackColor = true;
  192.             this.button3.Click += new System.EventHandler(this.button3_Click);
  193.             // 
  194.             // button4
  195.             // 
  196.             this.button4.Location = new System.Drawing.Point(599, 499);
  197.             this.button4.Name = "button4";
  198.             this.button4.Size = new System.Drawing.Size(75, 23);
  199.             this.button4.TabIndex = 5;
  200.             this.button4.Text = "退 出";
  201.             this.button4.UseVisualStyleBackColor = true;
  202.             this.button4.Click += new System.EventHandler(this.button4_Click);
  203.             // 
  204.             // button5
  205.             // 
  206.             this.button5.Location = new System.Drawing.Point(537, 468);
  207.             this.button5.Name = "button5";
  208.             this.button5.Size = new System.Drawing.Size(75, 23);
  209.             this.button5.TabIndex = 6;
  210.             this.button5.Text = "查 询";
  211.             this.button5.UseVisualStyleBackColor = true;
  212.             this.button5.Click += new System.EventHandler(this.button5_Click);
  213.             // 
  214.             // Select
  215.             // 
  216.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  217.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  218.             this.ClientSize = new System.Drawing.Size(718, 542);
  219.             this.Controls.Add(this.button5);
  220.             this.Controls.Add(this.button4);
  221.             this.Controls.Add(this.button3);
  222.             this.Controls.Add(this.button2);
  223.             this.Controls.Add(this.button1);
  224.             this.Controls.Add(this.groupBox1);
  225.             this.Controls.Add(this.dataGridView1);
  226.             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  227.             this.MaximizeBox = false;
  228.             this.Name = "Select";
  229.             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  230.             this.Text = "查询商品信息";
  231.             this.Load += new System.EventHandler(this.Form1_Load);
  232.             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  233.             this.groupBox1.ResumeLayout(false);
  234.             this.groupBox1.PerformLayout();
  235.             this.ResumeLayout(false);
  236.         }
  237.         #endregion
  238.         private System.Windows.Forms.DataGridView dataGridView1;
  239.         private System.Windows.Forms.GroupBox groupBox1;
  240.         private System.Windows.Forms.Label label3;
  241.         private System.Windows.Forms.Label label2;
  242.         private System.Windows.Forms.Label label1;
  243.         private System.Windows.Forms.Label label4;
  244.         private System.Windows.Forms.ComboBox comboBox1;
  245.         private System.Windows.Forms.TextBox textBox3;
  246.         private System.Windows.Forms.TextBox textBox2;
  247.         private System.Windows.Forms.TextBox textBox1;
  248.         private System.Windows.Forms.Button button1;
  249.         private System.Windows.Forms.Button button2;
  250.         private System.Windows.Forms.Button button3;
  251.         private System.Windows.Forms.Button button4;
  252.         private System.Windows.Forms.Button button5;
  253.         private System.Windows.Forms.Label label5;
  254.     }
  255. }