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

SQL Server

Development Platform:

C#

  1. namespace Super_market
  2. {
  3.     partial class Insertname
  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.components = new System.ComponentModel.Container();
  29.             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Insertname));
  30.             this.skinEngine1 = new Sunisoft.IrisSkin.SkinEngine(((System.ComponentModel.Component)(this)));
  31.             this.label1 = new System.Windows.Forms.Label();
  32.             this.label2 = new System.Windows.Forms.Label();
  33.             this.label3 = new System.Windows.Forms.Label();
  34.             this.textBox1 = new System.Windows.Forms.TextBox();
  35.             this.textBox2 = new System.Windows.Forms.TextBox();
  36.             this.textBox3 = new System.Windows.Forms.TextBox();
  37.             this.button1 = new System.Windows.Forms.Button();
  38.             this.button2 = new System.Windows.Forms.Button();
  39.             this.radioButton1 = new System.Windows.Forms.RadioButton();
  40.             this.radioButton2 = new System.Windows.Forms.RadioButton();
  41.             this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
  42.             ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
  43.             this.SuspendLayout();
  44.             // 
  45.             // skinEngine1
  46.             // 
  47.             this.skinEngine1.SerialNumber = "";
  48.             this.skinEngine1.SkinFile = null;
  49.             // 
  50.             // label1
  51.             // 
  52.             this.label1.AutoSize = true;
  53.             this.label1.Location = new System.Drawing.Point(15, 18);
  54.             this.label1.Name = "label1";
  55.             this.label1.Size = new System.Drawing.Size(53, 12);
  56.             this.label1.TabIndex = 0;
  57.             this.label1.Text = "用户名:";
  58.             // 
  59.             // label2
  60.             // 
  61.             this.label2.AutoSize = true;
  62.             this.label2.Location = new System.Drawing.Point(15, 62);
  63.             this.label2.Name = "label2";
  64.             this.label2.Size = new System.Drawing.Size(53, 12);
  65.             this.label2.TabIndex = 1;
  66.             this.label2.Text = "密  码:";
  67.             // 
  68.             // label3
  69.             // 
  70.             this.label3.AutoSize = true;
  71.             this.label3.Location = new System.Drawing.Point(15, 102);
  72.             this.label3.Name = "label3";
  73.             this.label3.Size = new System.Drawing.Size(77, 12);
  74.             this.label3.TabIndex = 2;
  75.             this.label3.Text = "重复↑密码:";
  76.             // 
  77.             // textBox1
  78.             // 
  79.             this.textBox1.Location = new System.Drawing.Point(74, 15);
  80.             this.textBox1.Name = "textBox1";
  81.             this.textBox1.Size = new System.Drawing.Size(113, 21);
  82.             this.textBox1.TabIndex = 3;
  83.             // 
  84.             // textBox2
  85.             // 
  86.             this.textBox2.ForeColor = System.Drawing.Color.Red;
  87.             this.textBox2.Location = new System.Drawing.Point(74, 59);
  88.             this.textBox2.Name = "textBox2";
  89.             this.textBox2.PasswordChar = '★';
  90.             this.textBox2.Size = new System.Drawing.Size(113, 21);
  91.             this.textBox2.TabIndex = 4;
  92.             // 
  93.             // textBox3
  94.             // 
  95.             this.textBox3.ForeColor = System.Drawing.Color.Red;
  96.             this.textBox3.Location = new System.Drawing.Point(98, 99);
  97.             this.textBox3.Name = "textBox3";
  98.             this.textBox3.PasswordChar = '★';
  99.             this.textBox3.Size = new System.Drawing.Size(89, 21);
  100.             this.textBox3.TabIndex = 5;
  101.             this.textBox3.TextChanged += new System.EventHandler(this.textBox3_TextChanged);
  102.             // 
  103.             // button1
  104.             // 
  105.             this.button1.Location = new System.Drawing.Point(17, 164);
  106.             this.button1.Name = "button1";
  107.             this.button1.Size = new System.Drawing.Size(75, 23);
  108.             this.button1.TabIndex = 6;
  109.             this.button1.Text = "添  加";
  110.             this.button1.UseVisualStyleBackColor = true;
  111.             this.button1.Click += new System.EventHandler(this.button1_Click);
  112.             // 
  113.             // button2
  114.             // 
  115.             this.button2.Location = new System.Drawing.Point(112, 164);
  116.             this.button2.Name = "button2";
  117.             this.button2.Size = new System.Drawing.Size(75, 23);
  118.             this.button2.TabIndex = 7;
  119.             this.button2.Text = "返  回";
  120.             this.button2.UseVisualStyleBackColor = true;
  121.             this.button2.Click += new System.EventHandler(this.button2_Click);
  122.             // 
  123.             // radioButton1
  124.             // 
  125.             this.radioButton1.AutoSize = true;
  126.             this.radioButton1.Checked = true;
  127.             this.radioButton1.Location = new System.Drawing.Point(17, 135);
  128.             this.radioButton1.Name = "radioButton1";
  129.             this.radioButton1.Size = new System.Drawing.Size(59, 16);
  130.             this.radioButton1.TabIndex = 8;
  131.             this.radioButton1.TabStop = true;
  132.             this.radioButton1.Text = "管理员";
  133.             this.radioButton1.UseVisualStyleBackColor = true;
  134.             this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
  135.             // 
  136.             // radioButton2
  137.             // 
  138.             this.radioButton2.AutoSize = true;
  139.             this.radioButton2.Location = new System.Drawing.Point(128, 135);
  140.             this.radioButton2.Name = "radioButton2";
  141.             this.radioButton2.Size = new System.Drawing.Size(59, 16);
  142.             this.radioButton2.TabIndex = 9;
  143.             this.radioButton2.Text = "员  工";
  144.             this.radioButton2.UseVisualStyleBackColor = true;
  145.             this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged);
  146.             // 
  147.             // errorProvider1
  148.             // 
  149.             this.errorProvider1.ContainerControl = this;
  150.             // 
  151.             // Insertname
  152.             // 
  153.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  154.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  155.             this.ClientSize = new System.Drawing.Size(211, 204);
  156.             this.Controls.Add(this.radioButton2);
  157.             this.Controls.Add(this.radioButton1);
  158.             this.Controls.Add(this.button2);
  159.             this.Controls.Add(this.button1);
  160.             this.Controls.Add(this.textBox3);
  161.             this.Controls.Add(this.textBox2);
  162.             this.Controls.Add(this.textBox1);
  163.             this.Controls.Add(this.label3);
  164.             this.Controls.Add(this.label2);
  165.             this.Controls.Add(this.label1);
  166.             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  167.             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  168.             this.MaximizeBox = false;
  169.             this.Name = "Insertname";
  170.             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  171.             this.Text = "添加公司职员";
  172.             ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
  173.             this.ResumeLayout(false);
  174.             this.PerformLayout();
  175.         }
  176.         #endregion
  177.         private Sunisoft.IrisSkin.SkinEngine skinEngine1;
  178.         private System.Windows.Forms.Label label1;
  179.         private System.Windows.Forms.Label label2;
  180.         private System.Windows.Forms.Label label3;
  181.         private System.Windows.Forms.TextBox textBox1;
  182.         private System.Windows.Forms.TextBox textBox2;
  183.         private System.Windows.Forms.TextBox textBox3;
  184.         private System.Windows.Forms.Button button1;
  185.         private System.Windows.Forms.Button button2;
  186.         private System.Windows.Forms.RadioButton radioButton1;
  187.         private System.Windows.Forms.RadioButton radioButton2;
  188.         private System.Windows.Forms.ErrorProvider errorProvider1;
  189.     }
  190. }