Pwd.Designer.cs
Upload User: nbcygd
Upload Date: 2008-07-25
Package Size: 2566k
Code Size: 7k
Category:

SQL Server

Development Platform:

C#

  1. namespace Super_market
  2. {
  3.     partial class Pwd
  4.     {
  5.         /// <summary>
  6.         /// Required designer variable.
  7.         /// </summary>
  8.         private System.ComponentModel.IContainer components = null;
  9.         /// <summary>
  10.         /// Clean up any resources being used.
  11.         /// </summary>
  12.         /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code
  22.         /// <summary>
  23.         /// Required method for Designer support - do not modify
  24.         /// the contents of this method with the code editor.
  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(Pwd));
  30.             this.label1 = new System.Windows.Forms.Label();
  31.             this.label2 = new System.Windows.Forms.Label();
  32.             this.textBox1 = new System.Windows.Forms.TextBox();
  33.             this.textBox2 = new System.Windows.Forms.TextBox();
  34.             this.button1 = new System.Windows.Forms.Button();
  35.             this.button2 = new System.Windows.Forms.Button();
  36.             this.label3 = new System.Windows.Forms.Label();
  37.             this.textBox3 = new System.Windows.Forms.TextBox();
  38.             this.SuspendLayout();
  39.             // 
  40.             // skinEngine1
  41.             // 
  42.             this.skinEngine1.SerialNumber = "";
  43.             this.skinEngine1.SkinFile = null;
  44.             // 
  45.             // label1
  46.             // 
  47.             this.label1.AutoSize = true;
  48.             this.label1.Location = new System.Drawing.Point(12, 24);
  49.             this.label1.Name = "label1";
  50.             this.label1.Size = new System.Drawing.Size(53, 12);
  51.             this.label1.TabIndex = 0;
  52.             this.label1.Text = "用户名:";
  53.             // 
  54.             // label2
  55.             // 
  56.             this.label2.AutoSize = true;
  57.             this.label2.Location = new System.Drawing.Point(12, 56);
  58.             this.label2.Name = "label2";
  59.             this.label2.Size = new System.Drawing.Size(53, 12);
  60.             this.label2.TabIndex = 1;
  61.             this.label2.Text = "新密码:";
  62.             // 
  63.             // textBox1
  64.             // 
  65.             this.textBox1.Enabled = false;
  66.             this.textBox1.Location = new System.Drawing.Point(71, 21);
  67.             this.textBox1.Name = "textBox1";
  68.             this.textBox1.Size = new System.Drawing.Size(100, 21);
  69.             this.textBox1.TabIndex = 2;
  70.             // 
  71.             // textBox2
  72.             // 
  73.             this.textBox2.ForeColor = System.Drawing.Color.Red;
  74.             this.textBox2.Location = new System.Drawing.Point(71, 53);
  75.             this.textBox2.Name = "textBox2";
  76.             this.textBox2.PasswordChar = '★';
  77.             this.textBox2.Size = new System.Drawing.Size(100, 21);
  78.             this.textBox2.TabIndex = 3;
  79.             // 
  80.             // button1
  81.             // 
  82.             this.button1.Location = new System.Drawing.Point(12, 131);
  83.             this.button1.Name = "button1";
  84.             this.button1.Size = new System.Drawing.Size(75, 23);
  85.             this.button1.TabIndex = 4;
  86.             this.button1.Text = "修改密码";
  87.             this.button1.UseVisualStyleBackColor = true;
  88.             this.button1.Click += new System.EventHandler(this.button1_Click);
  89.             // 
  90.             // button2
  91.             // 
  92.             this.button2.Location = new System.Drawing.Point(96, 131);
  93.             this.button2.Name = "button2";
  94.             this.button2.Size = new System.Drawing.Size(75, 23);
  95.             this.button2.TabIndex = 5;
  96.             this.button2.Text = "返  回";
  97.             this.button2.UseVisualStyleBackColor = true;
  98.             this.button2.Click += new System.EventHandler(this.button2_Click);
  99.             // 
  100.             // label3
  101.             // 
  102.             this.label3.AutoSize = true;
  103.             this.label3.Location = new System.Drawing.Point(12, 92);
  104.             this.label3.Name = "label3";
  105.             this.label3.Size = new System.Drawing.Size(77, 12);
  106.             this.label3.TabIndex = 6;
  107.             this.label3.Text = "重复↑密码:";
  108.             // 
  109.             // textBox3
  110.             // 
  111.             this.textBox3.ForeColor = System.Drawing.Color.Red;
  112.             this.textBox3.Location = new System.Drawing.Point(95, 89);
  113.             this.textBox3.Name = "textBox3";
  114.             this.textBox3.PasswordChar = '★';
  115.             this.textBox3.Size = new System.Drawing.Size(76, 21);
  116.             this.textBox3.TabIndex = 7;
  117.             // 
  118.             // Pwd
  119.             // 
  120.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  121.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  122.             this.ClientSize = new System.Drawing.Size(185, 173);
  123.             this.Controls.Add(this.textBox3);
  124.             this.Controls.Add(this.label3);
  125.             this.Controls.Add(this.button2);
  126.             this.Controls.Add(this.button1);
  127.             this.Controls.Add(this.textBox2);
  128.             this.Controls.Add(this.textBox1);
  129.             this.Controls.Add(this.label2);
  130.             this.Controls.Add(this.label1);
  131.             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  132.             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  133.             this.MaximizeBox = false;
  134.             this.Name = "Pwd";
  135.             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  136.             this.Text = "修改密码";
  137.             this.Load += new System.EventHandler(this.Pwd_Load);
  138.             this.ResumeLayout(false);
  139.             this.PerformLayout();
  140.         }
  141.         #endregion
  142.         private Sunisoft.IrisSkin.SkinEngine skinEngine1;
  143.         private System.Windows.Forms.Label label1;
  144.         private System.Windows.Forms.Label label2;
  145.         private System.Windows.Forms.TextBox textBox1;
  146.         private System.Windows.Forms.TextBox textBox2;
  147.         private System.Windows.Forms.Button button1;
  148.         private System.Windows.Forms.Button button2;
  149.         private System.Windows.Forms.Label label3;
  150.         private System.Windows.Forms.TextBox textBox3;
  151.     }
  152. }