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

SQL Server

开发平台:

C#

  1. namespace Super_market
  2. {
  3.     partial class Update
  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.skinEngine1 = new Sunisoft.IrisSkin.SkinEngine(((System.ComponentModel.Component)(this)));
  29.             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Update));
  30.             this.button2 = new System.Windows.Forms.Button();
  31.             this.button1 = new System.Windows.Forms.Button();
  32.             this.textBox5 = new System.Windows.Forms.TextBox();
  33.             this.textBox4 = new System.Windows.Forms.TextBox();
  34.             this.textBox3 = new System.Windows.Forms.TextBox();
  35.             this.textBox2 = new System.Windows.Forms.TextBox();
  36.             this.textBox1 = new System.Windows.Forms.TextBox();
  37.             this.label5 = new System.Windows.Forms.Label();
  38.             this.label4 = new System.Windows.Forms.Label();
  39.             this.label3 = new System.Windows.Forms.Label();
  40.             this.label2 = new System.Windows.Forms.Label();
  41.             this.label1 = new System.Windows.Forms.Label();
  42.             this.label6 = new System.Windows.Forms.Label();
  43.             this.label7 = new System.Windows.Forms.Label();
  44.             this.label8 = new System.Windows.Forms.Label();
  45.             this.SuspendLayout();
  46.             // 
  47.             // skinEngine1
  48.             // 
  49.             this.skinEngine1.SerialNumber = "";
  50.             this.skinEngine1.SkinFile = null;
  51.             // 
  52.             // button2
  53.             // 
  54.             this.button2.Location = new System.Drawing.Point(124, 251);
  55.             this.button2.Name = "button2";
  56.             this.button2.Size = new System.Drawing.Size(75, 23);
  57.             this.button2.TabIndex = 23;
  58.             this.button2.Text = "返  回";
  59.             this.button2.UseVisualStyleBackColor = true;
  60.             this.button2.Click += new System.EventHandler(this.button2_Click);
  61.             // 
  62.             // button1
  63.             // 
  64.             this.button1.Location = new System.Drawing.Point(24, 251);
  65.             this.button1.Name = "button1";
  66.             this.button1.Size = new System.Drawing.Size(75, 23);
  67.             this.button1.TabIndex = 22;
  68.             this.button1.Text = "修  改";
  69.             this.button1.UseVisualStyleBackColor = true;
  70.             this.button1.Click += new System.EventHandler(this.button1_Click);
  71.             // 
  72.             // textBox5
  73.             // 
  74.             this.textBox5.Location = new System.Drawing.Point(99, 204);
  75.             this.textBox5.Name = "textBox5";
  76.             this.textBox5.Size = new System.Drawing.Size(65, 21);
  77.             this.textBox5.TabIndex = 21;
  78.             // 
  79.             // textBox4
  80.             // 
  81.             this.textBox4.Location = new System.Drawing.Point(99, 156);
  82.             this.textBox4.Name = "textBox4";
  83.             this.textBox4.Size = new System.Drawing.Size(77, 21);
  84.             this.textBox4.TabIndex = 20;
  85.             // 
  86.             // textBox3
  87.             // 
  88.             this.textBox3.Location = new System.Drawing.Point(99, 108);
  89.             this.textBox3.Name = "textBox3";
  90.             this.textBox3.Size = new System.Drawing.Size(77, 21);
  91.             this.textBox3.TabIndex = 19;
  92.             // 
  93.             // textBox2
  94.             // 
  95.             this.textBox2.Location = new System.Drawing.Point(99, 60);
  96.             this.textBox2.Name = "textBox2";
  97.             this.textBox2.Size = new System.Drawing.Size(100, 21);
  98.             this.textBox2.TabIndex = 18;
  99.             // 
  100.             // textBox1
  101.             // 
  102.             this.textBox1.Enabled = false;
  103.             this.textBox1.Location = new System.Drawing.Point(99, 12);
  104.             this.textBox1.Name = "textBox1";
  105.             this.textBox1.Size = new System.Drawing.Size(100, 21);
  106.             this.textBox1.TabIndex = 17;
  107.             // 
  108.             // label5
  109.             // 
  110.             this.label5.AutoSize = true;
  111.             this.label5.Location = new System.Drawing.Point(22, 207);
  112.             this.label5.Name = "label5";
  113.             this.label5.Size = new System.Drawing.Size(41, 12);
  114.             this.label5.TabIndex = 16;
  115.             this.label5.Text = "保质期";
  116.             // 
  117.             // label4
  118.             // 
  119.             this.label4.AutoSize = true;
  120.             this.label4.Location = new System.Drawing.Point(22, 159);
  121.             this.label4.Name = "label4";
  122.             this.label4.Size = new System.Drawing.Size(53, 12);
  123.             this.label4.TabIndex = 15;
  124.             this.label4.Text = "售出数量";
  125.             // 
  126.             // label3
  127.             // 
  128.             this.label3.AutoSize = true;
  129.             this.label3.Location = new System.Drawing.Point(22, 111);
  130.             this.label3.Name = "label3";
  131.             this.label3.Size = new System.Drawing.Size(53, 12);
  132.             this.label3.TabIndex = 14;
  133.             this.label3.Text = "商品单价";
  134.             // 
  135.             // label2
  136.             // 
  137.             this.label2.AutoSize = true;
  138.             this.label2.Location = new System.Drawing.Point(22, 63);
  139.             this.label2.Name = "label2";
  140.             this.label2.Size = new System.Drawing.Size(53, 12);
  141.             this.label2.TabIndex = 13;
  142.             this.label2.Text = "商品名称";
  143.             // 
  144.             // label1
  145.             // 
  146.             this.label1.AutoSize = true;
  147.             this.label1.Location = new System.Drawing.Point(22, 15);
  148.             this.label1.Name = "label1";
  149.             this.label1.Size = new System.Drawing.Size(53, 12);
  150.             this.label1.TabIndex = 12;
  151.             this.label1.Text = "商品编号";
  152.             // 
  153.             // label6
  154.             // 
  155.             this.label6.AutoSize = true;
  156.             this.label6.Location = new System.Drawing.Point(182, 111);
  157.             this.label6.Name = "label6";
  158.             this.label6.Size = new System.Drawing.Size(17, 12);
  159.             this.label6.TabIndex = 24;
  160.             this.label6.Text = "元";
  161.             // 
  162.             // label7
  163.             // 
  164.             this.label7.AutoSize = true;
  165.             this.label7.Location = new System.Drawing.Point(182, 159);
  166.             this.label7.Name = "label7";
  167.             this.label7.Size = new System.Drawing.Size(17, 12);
  168.             this.label7.TabIndex = 25;
  169.             this.label7.Text = "个";
  170.             // 
  171.             // label8
  172.             // 
  173.             this.label8.AutoSize = true;
  174.             this.label8.Location = new System.Drawing.Point(170, 207);
  175.             this.label8.Name = "label8";
  176.             this.label8.Size = new System.Drawing.Size(29, 12);
  177.             this.label8.TabIndex = 26;
  178.             this.label8.Text = "个月";
  179.             // 
  180.             // Update
  181.             // 
  182.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  183.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  184.             this.ClientSize = new System.Drawing.Size(222, 288);
  185.             this.Controls.Add(this.label8);
  186.             this.Controls.Add(this.label7);
  187.             this.Controls.Add(this.label6);
  188.             this.Controls.Add(this.button2);
  189.             this.Controls.Add(this.button1);
  190.             this.Controls.Add(this.textBox5);
  191.             this.Controls.Add(this.textBox4);
  192.             this.Controls.Add(this.textBox3);
  193.             this.Controls.Add(this.textBox2);
  194.             this.Controls.Add(this.textBox1);
  195.             this.Controls.Add(this.label5);
  196.             this.Controls.Add(this.label4);
  197.             this.Controls.Add(this.label3);
  198.             this.Controls.Add(this.label2);
  199.             this.Controls.Add(this.label1);
  200.             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  201.             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  202.             this.MaximizeBox = false;
  203.             this.Name = "Update";
  204.             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  205.             this.Text = "修改商品信息";
  206.             this.Load += new System.EventHandler(this.Update_Load);
  207.             this.ResumeLayout(false);
  208.             this.PerformLayout();
  209.         }
  210.         #endregion
  211.         private Sunisoft.IrisSkin.SkinEngine skinEngine1;
  212.         private System.Windows.Forms.Button button2;
  213.         private System.Windows.Forms.Button button1;
  214.         private System.Windows.Forms.TextBox textBox5;
  215.         private System.Windows.Forms.TextBox textBox4;
  216.         private System.Windows.Forms.TextBox textBox3;
  217.         private System.Windows.Forms.TextBox textBox2;
  218.         private System.Windows.Forms.TextBox textBox1;
  219.         private System.Windows.Forms.Label label5;
  220.         private System.Windows.Forms.Label label4;
  221.         private System.Windows.Forms.Label label3;
  222.         private System.Windows.Forms.Label label2;
  223.         private System.Windows.Forms.Label label1;
  224.         private System.Windows.Forms.Label label6;
  225.         private System.Windows.Forms.Label label7;
  226.         private System.Windows.Forms.Label label8;
  227.     }
  228. }