Deletaname.Designer.cs
上传用户:nbcygd
上传日期:2008-07-25
资源大小:2566k
文件大小:6k
- namespace Super_market
- {
- partial class Deletaname
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.skinEngine1 = new Sunisoft.IrisSkin.SkinEngine(((System.ComponentModel.Component)(this)));
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Deletaname));
- this.listView1 = new System.Windows.Forms.ListView();
- this.treeView1 = new System.Windows.Forms.TreeView();
- this.button1 = new System.Windows.Forms.Button();
- this.button3 = new System.Windows.Forms.Button();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.SuspendLayout();
- //
- // skinEngine1
- //
- this.skinEngine1.SerialNumber = "";
- this.skinEngine1.SkinFile = null;
- //
- // listView1
- //
- this.listView1.Location = new System.Drawing.Point(179, 2);
- this.listView1.Name = "listView1";
- this.listView1.Size = new System.Drawing.Size(293, 387);
- this.listView1.TabIndex = 0;
- this.listView1.UseCompatibleStateImageBehavior = false;
- //
- // treeView1
- //
- this.treeView1.Location = new System.Drawing.Point(1, 2);
- this.treeView1.Name = "treeView1";
- this.treeView1.Size = new System.Drawing.Size(149, 387);
- this.treeView1.TabIndex = 1;
- this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(383, 395);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(75, 23);
- this.button1.TabIndex = 2;
- this.button1.Text = "返 回 &Z";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // button3
- //
- this.button3.Location = new System.Drawing.Point(239, 395);
- this.button3.Name = "button3";
- this.button3.Size = new System.Drawing.Size(75, 23);
- this.button3.TabIndex = 4;
- this.button3.Text = "开除人员 &D";
- this.button3.UseVisualStyleBackColor = true;
- this.button3.Click += new System.EventHandler(this.button3_Click);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(156, 40);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(17, 72);
- this.label1.TabIndex = 5;
- this.label1.Text = "←n职n员n总n列n表";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(156, 163);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(17, 96);
- this.label2.TabIndex = 6;
- this.label2.Text = "已n开n除n员n工n列n表n→";
- //
- // Deletaname
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(473, 425);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.button3);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.treeView1);
- this.Controls.Add(this.listView1);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MaximizeBox = false;
- this.Name = "Deletaname";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "开除人员";
- this.Load += new System.EventHandler(this.Selectzh_Load);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private Sunisoft.IrisSkin.SkinEngine skinEngine1;
- private System.Windows.Forms.ListView listView1;
- private System.Windows.Forms.TreeView treeView1;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Button button3;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- }
- }