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

企业管理

开发平台:

C#

  1. namespace 人事管理系统
  2. {
  3.     partial class loading
  4.     {
  5.         /// <summary>
  6.         /// 必需的设计器变量。
  7.         /// </summary>
  8.         private System.ComponentModel.IContainer components = null;
  9.         /// <summary>
  10.         /// 清理所有正在使用的资源。
  11.         /// </summary>
  12.         /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22.         /// <summary>
  23.         /// 设计器支持所需的方法 - 不要
  24.         /// 使用代码编辑器修改此方法的内容。
  25.         /// </summary>
  26.         private void InitializeComponent()
  27.         {
  28.             this.components = new System.ComponentModel.Container();
  29.             this.label1 = new System.Windows.Forms.Label();
  30.             this.label2 = new System.Windows.Forms.Label();
  31.             this.label3 = new System.Windows.Forms.Label();
  32.             this.button1 = new System.Windows.Forms.Button();
  33.             this.button2 = new System.Windows.Forms.Button();
  34.             this.user = new System.Windows.Forms.TextBox();
  35.             this.password = new System.Windows.Forms.TextBox();
  36.             this.login_style = new System.Windows.Forms.ComboBox();
  37.             this.ShowForm1 = new System.Windows.Forms.Timer(this.components);
  38.             this.HideForm1 = new System.Windows.Forms.Timer(this.components);
  39.             this.SuspendLayout();
  40.             // 
  41.             // label1
  42.             // 
  43.             this.label1.AutoSize = true;
  44.             this.label1.BackColor = System.Drawing.Color.Transparent;
  45.             this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  46.             this.label1.Location = new System.Drawing.Point(145, 48);
  47.             this.label1.Name = "label1";
  48.             this.label1.Size = new System.Drawing.Size(53, 12);
  49.             this.label1.TabIndex = 0;
  50.             this.label1.Text = "用 户 名";
  51.             // 
  52.             // label2
  53.             // 
  54.             this.label2.AutoSize = true;
  55.             this.label2.BackColor = System.Drawing.Color.Transparent;
  56.             this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  57.             this.label2.Location = new System.Drawing.Point(145, 83);
  58.             this.label2.Name = "label2";
  59.             this.label2.Size = new System.Drawing.Size(53, 12);
  60.             this.label2.TabIndex = 0;
  61.             this.label2.Text = "密    码";
  62.             // 
  63.             // label3
  64.             // 
  65.             this.label3.AutoSize = true;
  66.             this.label3.BackColor = System.Drawing.Color.Transparent;
  67.             this.label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  68.             this.label3.Location = new System.Drawing.Point(145, 115);
  69.             this.label3.Name = "label3";
  70.             this.label3.Size = new System.Drawing.Size(53, 12);
  71.             this.label3.TabIndex = 0;
  72.             this.label3.Text = "登陆方式";
  73.             // 
  74.             // button1
  75.             // 
  76.             this.button1.BackColor = System.Drawing.Color.Transparent;
  77.             this.button1.Cursor = System.Windows.Forms.Cursors.Hand;
  78.             this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  79.             this.button1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  80.             this.button1.Location = new System.Drawing.Point(159, 153);
  81.             this.button1.Name = "button1";
  82.             this.button1.Size = new System.Drawing.Size(53, 23);
  83.             this.button1.TabIndex = 4;
  84.             this.button1.Text = "登陆";
  85.             this.button1.UseVisualStyleBackColor = false;
  86.             this.button1.Click += new System.EventHandler(this.button1_Click);
  87.             // 
  88.             // button2
  89.             // 
  90.             this.button2.BackColor = System.Drawing.Color.Transparent;
  91.             this.button2.Cursor = System.Windows.Forms.Cursors.Hand;
  92.             this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  93.             this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  94.             this.button2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95.             this.button2.Location = new System.Drawing.Point(275, 153);
  96.             this.button2.Name = "button2";
  97.             this.button2.Size = new System.Drawing.Size(53, 23);
  98.             this.button2.TabIndex = 5;
  99.             this.button2.Text = "退出";
  100.             this.button2.UseVisualStyleBackColor = false;
  101.             this.button2.Click += new System.EventHandler(this.button2_Click);
  102.             // 
  103.             // user
  104.             // 
  105.             this.user.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.HistoryList;
  106.             this.user.Location = new System.Drawing.Point(228, 45);
  107.             this.user.Name = "user";
  108.             this.user.Size = new System.Drawing.Size(114, 21);
  109.             this.user.TabIndex = 1;
  110.             // 
  111.             // password
  112.             // 
  113.             this.password.Location = new System.Drawing.Point(228, 80);
  114.             this.password.Name = "password";
  115.             this.password.Size = new System.Drawing.Size(114, 21);
  116.             this.password.TabIndex = 2;
  117.             this.password.UseSystemPasswordChar = true;
  118.             // 
  119.             // login_style
  120.             // 
  121.             this.login_style.Cursor = System.Windows.Forms.Cursors.Hand;
  122.             this.login_style.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  123.             this.login_style.FormattingEnabled = true;
  124.             this.login_style.Items.AddRange(new object[] {
  125.             "管理员",
  126.             "普通用户"});
  127.             this.login_style.Location = new System.Drawing.Point(228, 112);
  128.             this.login_style.Name = "login_style";
  129.             this.login_style.Size = new System.Drawing.Size(114, 20);
  130.             this.login_style.TabIndex = 3;
  131.             // 
  132.             // ShowForm1
  133.             // 
  134.             this.ShowForm1.Tick += new System.EventHandler(this.ShowForm1_Tick);
  135.             // 
  136.             // HideForm1
  137.             // 
  138.             this.HideForm1.Tick += new System.EventHandler(this.HideForm1_Tick);
  139.             // 
  140.             // loading
  141.             // 
  142.             this.AcceptButton = this.button1;
  143.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  144.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  145.             this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  146.             this.BackgroundImage = global::人事管理系统.Properties.Resources.未标题_1;
  147.             this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  148.             this.CancelButton = this.button2;
  149.             this.ClientSize = new System.Drawing.Size(400, 275);
  150.             this.Controls.Add(this.login_style);
  151.             this.Controls.Add(this.password);
  152.             this.Controls.Add(this.user);
  153.             this.Controls.Add(this.button2);
  154.             this.Controls.Add(this.button1);
  155.             this.Controls.Add(this.label3);
  156.             this.Controls.Add(this.label2);
  157.             this.Controls.Add(this.label1);
  158.             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  159.             this.Name = "loading";
  160.             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  161.             this.Text = "人事管理系统登陆";
  162.             this.Load += new System.EventHandler(this.Form1_Load);
  163.             this.ResumeLayout(false);
  164.             this.PerformLayout();
  165.         }
  166.         #endregion
  167.         private System.Windows.Forms.Label label1;
  168.         private System.Windows.Forms.Label label2;
  169.         private System.Windows.Forms.Label label3;
  170.         private System.Windows.Forms.Button button1;
  171.         private System.Windows.Forms.Button button2;
  172.         private System.Windows.Forms.TextBox user;
  173.         private System.Windows.Forms.TextBox password;
  174.         private System.Windows.Forms.ComboBox login_style;
  175.         private System.Windows.Forms.Timer ShowForm1;
  176.         private System.Windows.Forms.Timer HideForm1;
  177.     }
  178. }