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

SQL Server

开发平台:

C#

  1. namespace Super_market
  2. {
  3.     partial class Deletaname
  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(Deletaname));
  30.             this.listView1 = new System.Windows.Forms.ListView();
  31.             this.treeView1 = new System.Windows.Forms.TreeView();
  32.             this.button1 = new System.Windows.Forms.Button();
  33.             this.button3 = new System.Windows.Forms.Button();
  34.             this.label1 = new System.Windows.Forms.Label();
  35.             this.label2 = new System.Windows.Forms.Label();
  36.             this.SuspendLayout();
  37.             // 
  38.             // skinEngine1
  39.             // 
  40.             this.skinEngine1.SerialNumber = "";
  41.             this.skinEngine1.SkinFile = null;
  42.             // 
  43.             // listView1
  44.             // 
  45.             this.listView1.Location = new System.Drawing.Point(179, 2);
  46.             this.listView1.Name = "listView1";
  47.             this.listView1.Size = new System.Drawing.Size(293, 387);
  48.             this.listView1.TabIndex = 0;
  49.             this.listView1.UseCompatibleStateImageBehavior = false;
  50.             // 
  51.             // treeView1
  52.             // 
  53.             this.treeView1.Location = new System.Drawing.Point(1, 2);
  54.             this.treeView1.Name = "treeView1";
  55.             this.treeView1.Size = new System.Drawing.Size(149, 387);
  56.             this.treeView1.TabIndex = 1;
  57.             this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
  58.             // 
  59.             // button1
  60.             // 
  61.             this.button1.Location = new System.Drawing.Point(383, 395);
  62.             this.button1.Name = "button1";
  63.             this.button1.Size = new System.Drawing.Size(75, 23);
  64.             this.button1.TabIndex = 2;
  65.             this.button1.Text = "返   回 &Z";
  66.             this.button1.UseVisualStyleBackColor = true;
  67.             this.button1.Click += new System.EventHandler(this.button1_Click);
  68.             // 
  69.             // button3
  70.             // 
  71.             this.button3.Location = new System.Drawing.Point(239, 395);
  72.             this.button3.Name = "button3";
  73.             this.button3.Size = new System.Drawing.Size(75, 23);
  74.             this.button3.TabIndex = 4;
  75.             this.button3.Text = "开除人员 &D";
  76.             this.button3.UseVisualStyleBackColor = true;
  77.             this.button3.Click += new System.EventHandler(this.button3_Click);
  78.             // 
  79.             // label1
  80.             // 
  81.             this.label1.AutoSize = true;
  82.             this.label1.Location = new System.Drawing.Point(156, 40);
  83.             this.label1.Name = "label1";
  84.             this.label1.Size = new System.Drawing.Size(17, 72);
  85.             this.label1.TabIndex = 5;
  86.             this.label1.Text = "←n职n员n总n列n表";
  87.             // 
  88.             // label2
  89.             // 
  90.             this.label2.AutoSize = true;
  91.             this.label2.Location = new System.Drawing.Point(156, 163);
  92.             this.label2.Name = "label2";
  93.             this.label2.Size = new System.Drawing.Size(17, 96);
  94.             this.label2.TabIndex = 6;
  95.             this.label2.Text = "已n开n除n员n工n列n表n→";
  96.             // 
  97.             // Deletaname
  98.             // 
  99.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  100.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  101.             this.ClientSize = new System.Drawing.Size(473, 425);
  102.             this.Controls.Add(this.label2);
  103.             this.Controls.Add(this.label1);
  104.             this.Controls.Add(this.button3);
  105.             this.Controls.Add(this.button1);
  106.             this.Controls.Add(this.treeView1);
  107.             this.Controls.Add(this.listView1);
  108.             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  109.             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  110.             this.MaximizeBox = false;
  111.             this.Name = "Deletaname";
  112.             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  113.             this.Text = "开除人员";
  114.             this.Load += new System.EventHandler(this.Selectzh_Load);
  115.             this.ResumeLayout(false);
  116.             this.PerformLayout();
  117.         }
  118.         #endregion
  119.         private Sunisoft.IrisSkin.SkinEngine skinEngine1;
  120.         private System.Windows.Forms.ListView listView1;
  121.         private System.Windows.Forms.TreeView treeView1;
  122.         private System.Windows.Forms.Button button1;
  123.         private System.Windows.Forms.Button button3;
  124.         private System.Windows.Forms.Label label1;
  125.         private System.Windows.Forms.Label label2;
  126.     }
  127. }