Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
loading.Designer.cs
Upload User: zhongfine
Upload Date: 2022-08-01
Package Size: 2860k
Code Size: 9k
Category:
ERP-EIP-OA-Portal
Development Platform:
C#
- namespace 人事管理系统
- {
- partial class loading
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows 窗体设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.button1 = new System.Windows.Forms.Button();
- this.button2 = new System.Windows.Forms.Button();
- this.user = new System.Windows.Forms.TextBox();
- this.password = new System.Windows.Forms.TextBox();
- this.login_style = new System.Windows.Forms.ComboBox();
- this.ShowForm1 = new System.Windows.Forms.Timer(this.components);
- this.HideForm1 = new System.Windows.Forms.Timer(this.components);
- this.SuspendLayout();
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.BackColor = System.Drawing.Color.Transparent;
- this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.Location = new System.Drawing.Point(145, 48);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(53, 12);
- this.label1.TabIndex = 0;
- this.label1.Text = "用 户 名";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.BackColor = System.Drawing.Color.Transparent;
- this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label2.Location = new System.Drawing.Point(145, 83);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(53, 12);
- this.label2.TabIndex = 0;
- this.label2.Text = "密 码";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.BackColor = System.Drawing.Color.Transparent;
- this.label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label3.Location = new System.Drawing.Point(145, 115);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(53, 12);
- this.label3.TabIndex = 0;
- this.label3.Text = "登陆方式";
- //
- // button1
- //
- this.button1.BackColor = System.Drawing.Color.Transparent;
- this.button1.Cursor = System.Windows.Forms.Cursors.Hand;
- this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
- this.button1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.button1.Location = new System.Drawing.Point(159, 153);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(53, 23);
- this.button1.TabIndex = 4;
- this.button1.Text = "登陆";
- this.button1.UseVisualStyleBackColor = false;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // button2
- //
- this.button2.BackColor = System.Drawing.Color.Transparent;
- this.button2.Cursor = System.Windows.Forms.Cursors.Hand;
- this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
- this.button2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.button2.Location = new System.Drawing.Point(275, 153);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(53, 23);
- this.button2.TabIndex = 5;
- this.button2.Text = "退出";
- this.button2.UseVisualStyleBackColor = false;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // user
- //
- this.user.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.HistoryList;
- this.user.Location = new System.Drawing.Point(228, 45);
- this.user.Name = "user";
- this.user.Size = new System.Drawing.Size(114, 21);
- this.user.TabIndex = 1;
- //
- // password
- //
- this.password.Location = new System.Drawing.Point(228, 80);
- this.password.Name = "password";
- this.password.Size = new System.Drawing.Size(114, 21);
- this.password.TabIndex = 2;
- this.password.UseSystemPasswordChar = true;
- //
- // login_style
- //
- this.login_style.Cursor = System.Windows.Forms.Cursors.Hand;
- this.login_style.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.login_style.FormattingEnabled = true;
- this.login_style.Items.AddRange(new object[] {
- "管理员",
- "普通用户"});
- this.login_style.Location = new System.Drawing.Point(228, 112);
- this.login_style.Name = "login_style";
- this.login_style.Size = new System.Drawing.Size(114, 20);
- this.login_style.TabIndex = 3;
- //
- // ShowForm1
- //
- this.ShowForm1.Tick += new System.EventHandler(this.ShowForm1_Tick);
- //
- // HideForm1
- //
- this.HideForm1.Tick += new System.EventHandler(this.HideForm1_Tick);
- //
- // loading
- //
- this.AcceptButton = this.button1;
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
- this.BackgroundImage = global::人事管理系统.Properties.Resources.未标题_1;
- this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.CancelButton = this.button2;
- this.ClientSize = new System.Drawing.Size(400, 275);
- this.Controls.Add(this.login_style);
- this.Controls.Add(this.password);
- this.Controls.Add(this.user);
- this.Controls.Add(this.button2);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Name = "loading";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "人事管理系统登陆";
- this.Load += new System.EventHandler(this.Form1_Load);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.TextBox user;
- private System.Windows.Forms.TextBox password;
- private System.Windows.Forms.ComboBox login_style;
- private System.Windows.Forms.Timer ShowForm1;
- private System.Windows.Forms.Timer HideForm1;
- }
- }