choose.Designer.cs
上传用户:zhongfine
上传日期:2022-08-01
资源大小:2860k
文件大小:7k
源码类别:

企业管理

开发平台:

C#

  1. namespace 人事管理系统
  2. {
  3.     partial class choose
  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.             this.button3 = new System.Windows.Forms.Button();
  30.             this.button2 = new System.Windows.Forms.Button();
  31.             this.button1 = new System.Windows.Forms.Button();
  32.             this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
  33.             this.label1 = new System.Windows.Forms.Label();
  34.             this.label2 = new System.Windows.Forms.Label();
  35.             this.SuspendLayout();
  36.             // 
  37.             // button3
  38.             // 
  39.             this.button3.BackgroundImage = global::人事管理系统.Properties.Resources.back;
  40.             this.button3.Cursor = System.Windows.Forms.Cursors.Hand;
  41.             this.button3.FlatAppearance.BorderSize = 0;
  42.             this.button3.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
  43.             this.button3.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
  44.             this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  45.             this.button3.Location = new System.Drawing.Point(280, 12);
  46.             this.button3.Name = "button3";
  47.             this.button3.Size = new System.Drawing.Size(128, 128);
  48.             this.button3.TabIndex = 0;
  49.             this.toolTip1.SetToolTip(this.button3, "取消");
  50.             this.button3.UseVisualStyleBackColor = true;
  51.             this.button3.Click += new System.EventHandler(this.button3_Click);
  52.             // 
  53.             // button2
  54.             // 
  55.             this.button2.BackgroundImage = global::人事管理系统.Properties.Resources.delete;
  56.             this.button2.Cursor = System.Windows.Forms.Cursors.Hand;
  57.             this.button2.FlatAppearance.BorderSize = 0;
  58.             this.button2.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
  59.             this.button2.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
  60.             this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  61.             this.button2.Location = new System.Drawing.Point(146, 12);
  62.             this.button2.Name = "button2";
  63.             this.button2.Size = new System.Drawing.Size(128, 128);
  64.             this.button2.TabIndex = 0;
  65.             this.toolTip1.SetToolTip(this.button2, "退出");
  66.             this.button2.UseVisualStyleBackColor = true;
  67.             this.button2.Click += new System.EventHandler(this.button2_Click);
  68.             // 
  69.             // button1
  70.             // 
  71.             this.button1.BackgroundImage = global::人事管理系统.Properties.Resources.refresh;
  72.             this.button1.Cursor = System.Windows.Forms.Cursors.Hand;
  73.             this.button1.FlatAppearance.BorderSize = 0;
  74.             this.button1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
  75.             this.button1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
  76.             this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  77.             this.button1.Location = new System.Drawing.Point(12, 12);
  78.             this.button1.Name = "button1";
  79.             this.button1.Size = new System.Drawing.Size(128, 128);
  80.             this.button1.TabIndex = 0;
  81.             this.toolTip1.SetToolTip(this.button1, "注销");
  82.             this.button1.UseVisualStyleBackColor = true;
  83.             this.button1.Click += new System.EventHandler(this.button1_Click);
  84.             // 
  85.             // toolTip1
  86.             // 
  87.             this.toolTip1.IsBalloon = true;
  88.             // 
  89.             // label1
  90.             // 
  91.             this.label1.AutoSize = true;
  92.             this.label1.Location = new System.Drawing.Point(317, 143);
  93.             this.label1.Name = "label1";
  94.             this.label1.Size = new System.Drawing.Size(41, 12);
  95.             this.label1.TabIndex = 1;
  96.             this.label1.Text = "label1";
  97.             this.label1.Visible = false;
  98.             // 
  99.             // label2
  100.             // 
  101.             this.label2.AutoSize = true;
  102.             this.label2.Location = new System.Drawing.Point(379, 143);
  103.             this.label2.Name = "label2";
  104.             this.label2.Size = new System.Drawing.Size(41, 12);
  105.             this.label2.TabIndex = 2;
  106.             this.label2.Text = "label2";
  107.             this.label2.Visible = false;
  108.             // 
  109.             // choose
  110.             // 
  111.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  112.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  113.             this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  114.             this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
  115.             this.ClientSize = new System.Drawing.Size(420, 156);
  116.             this.Controls.Add(this.label2);
  117.             this.Controls.Add(this.label1);
  118.             this.Controls.Add(this.button3);
  119.             this.Controls.Add(this.button2);
  120.             this.Controls.Add(this.button1);
  121.             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  122.             this.Name = "choose";
  123.             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  124.             this.Text = "choose";
  125.             this.ResumeLayout(false);
  126.             this.PerformLayout();
  127.         }
  128.         #endregion
  129.         private System.Windows.Forms.Button button1;
  130.         private System.Windows.Forms.Button button2;
  131.         private System.Windows.Forms.Button button3;
  132.         private System.Windows.Forms.ToolTip toolTip1;
  133.         public System.Windows.Forms.Label label1;
  134.         public System.Windows.Forms.Label label2;
  135.     }
  136. }