From 17f0f4d8c8e19d14e5ef9b42999e65f98eba5f43 Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期三, 01 六月 2022 08:48:12 +0800
Subject: [PATCH] 生产计划平台 维护
---
BLL/公用模块/FrmLogin.designer.cs | 27 ++++++++++++++++++++++++++-
1 files changed, 26 insertions(+), 1 deletions(-)
diff --git "a/BLL/\345\205\254\347\224\250\346\250\241\345\235\227/FrmLogin.designer.cs" "b/BLL/\345\205\254\347\224\250\346\250\241\345\235\227/FrmLogin.designer.cs"
index 89a77c8..cb36c14 100644
--- "a/BLL/\345\205\254\347\224\250\346\250\241\345\235\227/FrmLogin.designer.cs"
+++ "b/BLL/\345\205\254\347\224\250\346\250\241\345\235\227/FrmLogin.designer.cs"
@@ -50,6 +50,8 @@
this.cmbUser = new System.Windows.Forms.ComboBox();
this.cmbHOrg = new System.Windows.Forms.ComboBox();
this.label5 = new System.Windows.Forms.Label();
+ this.button1 = new System.Windows.Forms.Button();
+ this.textBox1 = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// label1
@@ -65,7 +67,7 @@
// txtUser
//
this.txtUser.ImeMode = System.Windows.Forms.ImeMode.On;
- this.txtUser.Location = new System.Drawing.Point(77, 127);
+ this.txtUser.Location = new System.Drawing.Point(78, 149);
this.txtUser.Name = "txtUser";
this.txtUser.Size = new System.Drawing.Size(167, 21);
this.txtUser.TabIndex = 1;
@@ -244,12 +246,33 @@
this.label5.TabIndex = 17;
this.label5.Text = "缁� 缁�:";
//
+ // button1
+ //
+ this.button1.Location = new System.Drawing.Point(269, 339);
+ this.button1.Name = "button1";
+ this.button1.Size = new System.Drawing.Size(81, 25);
+ this.button1.TabIndex = 19;
+ this.button1.Text = "鍒峰崱鐧婚檰";
+ this.button1.UseVisualStyleBackColor = true;
+ this.button1.Click += new System.EventHandler(this.button1_Click);
+ //
+ // textBox1
+ //
+ this.textBox1.ImeMode = System.Windows.Forms.ImeMode.On;
+ this.textBox1.Location = new System.Drawing.Point(347, 149);
+ this.textBox1.Name = "textBox1";
+ this.textBox1.Size = new System.Drawing.Size(167, 21);
+ this.textBox1.TabIndex = 20;
+ this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
+ //
// FrmLogin
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
this.ClientSize = new System.Drawing.Size(613, 401);
+ this.Controls.Add(this.textBox1);
+ this.Controls.Add(this.button1);
this.Controls.Add(this.cmbHOrg);
this.Controls.Add(this.label5);
this.Controls.Add(this.cmbUser);
@@ -304,6 +327,8 @@
private System.Windows.Forms.ComboBox cmbUser;
private System.Windows.Forms.ComboBox cmbHOrg;
private System.Windows.Forms.Label label5;
+ private System.Windows.Forms.Button button1;
+ private System.Windows.Forms.TextBox textBox1;
}
}
--
Gitblit v1.9.1