📄 loginoperform.designer.cs
字号:
namespace DaFanRongMIS.ViewController.Login
{
partial class LoginForm
{
/// <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.panel1 = new System.Windows.Forms.Panel();
this.txtPassword2 = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.btnSave = new System.Windows.Forms.Button();
this.btnCashRegisterID = new System.Windows.Forms.Button();
this.btnSelectIDCard = new System.Windows.Forms.Button();
this.dtpOutTime = new System.Windows.Forms.DateTimePicker();
this.dtpCreateTime = new System.Windows.Forms.DateTimePicker();
this.cmbStatus = new System.Windows.Forms.ComboBox();
this.txtCashRegisterID = new System.Windows.Forms.TextBox();
this.txtIDCard = new System.Windows.Forms.TextBox();
this.txtPassword = new System.Windows.Forms.TextBox();
this.txtUserID = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.lblID = new System.Windows.Forms.Label();
this.lvLogin = new System.Windows.Forms.ListView();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.tbAdd = new System.Windows.Forms.ToolStripButton();
this.tbUpdate = new System.Windows.Forms.ToolStripButton();
this.tbDelete = new System.Windows.Forms.ToolStripButton();
this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
this.tstxtUserid = new System.Windows.Forms.ToolStripTextBox();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.tsbtnSelect = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
this.columnHeader5 = new System.Windows.Forms.ColumnHeader();
this.columnHeader6 = new System.Windows.Forms.ColumnHeader();
this.columnHeader7 = new System.Windows.Forms.ColumnHeader();
this.columnHeader8 = new System.Windows.Forms.ColumnHeader();
this.columnHeader9 = new System.Windows.Forms.ColumnHeader();
this.panel1.SuspendLayout();
this.toolStrip1.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.txtPassword2);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.btnSave);
this.panel1.Controls.Add(this.btnCashRegisterID);
this.panel1.Controls.Add(this.btnSelectIDCard);
this.panel1.Controls.Add(this.dtpOutTime);
this.panel1.Controls.Add(this.dtpCreateTime);
this.panel1.Controls.Add(this.cmbStatus);
this.panel1.Controls.Add(this.txtCashRegisterID);
this.panel1.Controls.Add(this.txtIDCard);
this.panel1.Controls.Add(this.txtPassword);
this.panel1.Controls.Add(this.txtUserID);
this.panel1.Controls.Add(this.label7);
this.panel1.Controls.Add(this.label6);
this.panel1.Controls.Add(this.label5);
this.panel1.Controls.Add(this.label4);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.lblID);
this.panel1.Location = new System.Drawing.Point(12, 52);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(210, 418);
this.panel1.TabIndex = 0;
//
// txtPassword2
//
this.txtPassword2.Location = new System.Drawing.Point(85, 97);
this.txtPassword2.Name = "txtPassword2";
this.txtPassword2.PasswordChar = '*';
this.txtPassword2.Size = new System.Drawing.Size(100, 21);
this.txtPassword2.TabIndex = 2;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(13, 100);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 18;
this.label1.Text = "确认密码";
//
// btnSave
//
this.btnSave.Location = new System.Drawing.Point(62, 359);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(75, 23);
this.btnSave.TabIndex = 17;
this.btnSave.Text = "保存";
this.btnSave.UseVisualStyleBackColor = true;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// btnCashRegisterID
//
this.btnCashRegisterID.Location = new System.Drawing.Point(180, 179);
this.btnCashRegisterID.Name = "btnCashRegisterID";
this.btnCashRegisterID.Size = new System.Drawing.Size(26, 23);
this.btnCashRegisterID.TabIndex = 16;
this.btnCashRegisterID.Text = "...";
this.btnCashRegisterID.UseVisualStyleBackColor = true;
this.btnCashRegisterID.Click += new System.EventHandler(this.btnCashRegisterID_Click);
//
// btnSelectIDCard
//
this.btnSelectIDCard.Location = new System.Drawing.Point(180, 136);
this.btnSelectIDCard.Name = "btnSelectIDCard";
this.btnSelectIDCard.Size = new System.Drawing.Size(26, 23);
this.btnSelectIDCard.TabIndex = 15;
this.btnSelectIDCard.Text = "...";
this.btnSelectIDCard.UseVisualStyleBackColor = true;
this.btnSelectIDCard.Click += new System.EventHandler(this.btnSelectIDCard_Click);
//
// dtpOutTime
//
this.dtpOutTime.CustomFormat = "yyyy-mm-dd";
this.dtpOutTime.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.dtpOutTime.Location = new System.Drawing.Point(85, 299);
this.dtpOutTime.Name = "dtpOutTime";
this.dtpOutTime.Size = new System.Drawing.Size(100, 21);
this.dtpOutTime.TabIndex = 13;
this.dtpOutTime.Value = new System.DateTime(1900, 1, 1, 10, 38, 0, 0);
//
// dtpCreateTime
//
this.dtpCreateTime.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.dtpCreateTime.Location = new System.Drawing.Point(85, 258);
this.dtpCreateTime.MaxDate = new System.DateTime(2050, 12, 31, 0, 0, 0, 0);
this.dtpCreateTime.MinDate = new System.DateTime(2007, 1, 1, 0, 0, 0, 0);
this.dtpCreateTime.Name = "dtpCreateTime";
this.dtpCreateTime.Size = new System.Drawing.Size(100, 21);
this.dtpCreateTime.TabIndex = 12;
//
// cmbStatus
//
this.cmbStatus.FormattingEnabled = true;
this.cmbStatus.Items.AddRange(new object[] {
"正常",
"锁定",
"调离"});
this.cmbStatus.Location = new System.Drawing.Point(85, 224);
this.cmbStatus.Name = "cmbStatus";
this.cmbStatus.Size = new System.Drawing.Size(100, 20);
this.cmbStatus.TabIndex = 11;
//
// txtCashRegisterID
//
this.txtCashRegisterID.Enabled = false;
this.txtCashRegisterID.Location = new System.Drawing.Point(85, 181);
this.txtCashRegisterID.Name = "txtCashRegisterID";
this.txtCashRegisterID.Size = new System.Drawing.Size(100, 21);
this.txtCashRegisterID.TabIndex = 4;
//
// txtIDCard
//
this.txtIDCard.Enabled = false;
this.txtIDCard.Location = new System.Drawing.Point(85, 138);
this.txtIDCard.Name = "txtIDCard";
this.txtIDCard.Size = new System.Drawing.Size(100, 21);
this.txtIDCard.TabIndex = 3;
//
// txtPassword
//
this.txtPassword.Location = new System.Drawing.Point(85, 60);
this.txtPassword.Name = "txtPassword";
this.txtPassword.PasswordChar = '*';
this.txtPassword.Size = new System.Drawing.Size(100, 21);
this.txtPassword.TabIndex = 1;
//
// txtUserID
//
this.txtUserID.Location = new System.Drawing.Point(85, 17);
this.txtUserID.Name = "txtUserID";
this.txtUserID.Size = new System.Drawing.Size(100, 21);
this.txtUserID.TabIndex = 0;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(13, 309);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(53, 12);
this.label7.TabIndex = 6;
this.label7.Text = "离职时间";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(13, 268);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(53, 12);
this.label6.TabIndex = 5;
this.label6.Text = "创建时间";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(13, 224);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 4;
this.label5.Text = "用户状态";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(13, 181);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 3;
this.label4.Text = "收 款 机";
//
// label3
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -