FrmLogin.Designer.cs
资源名称:KTV.rar [点击查看]
上传用户:fzwcsgshou
上传日期:2022-07-30
资源大小:28414k
文件大小:7k
源码类别:
行业应用
开发平台:
Visual C++
- namespace KTVAdmin
- {
- partial class FrmLogin
- {
- /// <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.btnExit = new System.Windows.Forms.Button();
- this.btnLand = new System.Windows.Forms.Button();
- this.txtPassWord = new System.Windows.Forms.TextBox();
- this.txtUserName = new System.Windows.Forms.TextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.pictureBox2 = new System.Windows.Forms.PictureBox();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.skinEngine1 = new Sunisoft.IrisSkin.SkinEngine(((System.ComponentModel.Component)(this)));
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.SuspendLayout();
- //
- // btnExit
- //
- this.btnExit.Location = new System.Drawing.Point(326, 229);
- this.btnExit.Name = "btnExit";
- this.btnExit.Size = new System.Drawing.Size(58, 23);
- this.btnExit.TabIndex = 14;
- this.btnExit.Text = "退出";
- this.btnExit.UseVisualStyleBackColor = true;
- this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
- //
- // btnLand
- //
- this.btnLand.Location = new System.Drawing.Point(234, 229);
- this.btnLand.Name = "btnLand";
- this.btnLand.Size = new System.Drawing.Size(61, 23);
- this.btnLand.TabIndex = 13;
- this.btnLand.Text = "登陆";
- this.btnLand.UseVisualStyleBackColor = true;
- this.btnLand.Click += new System.EventHandler(this.btnLand_Click);
- //
- // txtPassWord
- //
- this.txtPassWord.Location = new System.Drawing.Point(276, 192);
- this.txtPassWord.Name = "txtPassWord";
- this.txtPassWord.PasswordChar = '*';
- this.txtPassWord.Size = new System.Drawing.Size(139, 21);
- this.txtPassWord.TabIndex = 12;
- //
- // txtUserName
- //
- this.txtUserName.Location = new System.Drawing.Point(276, 163);
- this.txtUserName.Name = "txtUserName";
- this.txtUserName.Size = new System.Drawing.Size(139, 21);
- this.txtUserName.TabIndex = 11;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(209, 195);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(53, 12);
- this.label2.TabIndex = 10;
- this.label2.Text = "密 码:";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(209, 166);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(53, 12);
- this.label1.TabIndex = 9;
- this.label1.Text = "用户名:";
- //
- // pictureBox2
- //
- this.pictureBox2.Image = global::KTVAdmin.Properties.Resources.K;
- this.pictureBox2.Location = new System.Drawing.Point(1, 150);
- this.pictureBox2.Name = "pictureBox2";
- this.pictureBox2.Size = new System.Drawing.Size(195, 122);
- this.pictureBox2.TabIndex = 15;
- this.pictureBox2.TabStop = false;
- //
- // pictureBox1
- //
- this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Top;
- this.pictureBox1.Image = global::KTVAdmin.Properties.Resources._1;
- this.pictureBox1.Location = new System.Drawing.Point(0, 0);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(432, 150);
- this.pictureBox1.TabIndex = 8;
- this.pictureBox1.TabStop = false;
- //
- // skinEngine1
- //
- this.skinEngine1.SerialNumber = "";
- this.skinEngine1.SkinFile = null;
- //
- // FrmLogin
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(432, 272);
- this.Controls.Add(this.pictureBox2);
- this.Controls.Add(this.btnExit);
- this.Controls.Add(this.btnLand);
- this.Controls.Add(this.txtPassWord);
- this.Controls.Add(this.txtUserName);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.pictureBox1);
- this.Name = "FrmLogin";
- this.Text = "KTV管理系统登录";
- this.Load += new System.EventHandler(this.FrmLogin_Load);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.PictureBox pictureBox2;
- private System.Windows.Forms.Button btnExit;
- private System.Windows.Forms.Button btnLand;
- private System.Windows.Forms.TextBox txtPassWord;
- private System.Windows.Forms.TextBox txtUserName;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.PictureBox pictureBox1;
- private Sunisoft.IrisSkin.SkinEngine skinEngine1;
- }
- }