📄 loginoperform.designer.cs
字号:
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(13, 138);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 2;
this.label3.Tag = "";
this.label3.Text = "员 工";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(13, 60);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 1;
this.label2.Text = "密 码";
//
// lblID
//
this.lblID.AutoSize = true;
this.lblID.Location = new System.Drawing.Point(13, 17);
this.lblID.Name = "lblID";
this.lblID.Size = new System.Drawing.Size(53, 12);
this.lblID.TabIndex = 0;
this.lblID.Text = "用户姓名";
//
// lvLogin
//
this.lvLogin.AccessibleRole = System.Windows.Forms.AccessibleRole.TitleBar;
this.lvLogin.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1,
this.columnHeader7,
this.columnHeader2,
this.columnHeader8,
this.columnHeader3,
this.columnHeader9,
this.columnHeader4,
this.columnHeader5,
this.columnHeader6});
this.lvLogin.FullRowSelect = true;
this.lvLogin.GridLines = true;
this.lvLogin.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
this.lvLogin.LabelEdit = true;
this.lvLogin.Location = new System.Drawing.Point(228, 52);
this.lvLogin.Name = "lvLogin";
this.lvLogin.ShowItemToolTips = true;
this.lvLogin.Size = new System.Drawing.Size(440, 418);
this.lvLogin.TabIndex = 14;
this.lvLogin.UseCompatibleStateImageBehavior = false;
this.lvLogin.View = System.Windows.Forms.View.Details;
this.lvLogin.DoubleClick += new System.EventHandler(this.lvLogin_DoubleClick);
this.lvLogin.SelectedIndexChanged += new System.EventHandler(this.lvLogin_SelectedIndexChanged);
//
// toolStrip1
//
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tbAdd,
this.tbUpdate,
this.tbDelete,
this.toolStripSeparator1,
this.toolStripLabel1,
this.tstxtUserid,
this.toolStripSeparator2,
this.tsbtnSelect});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(676, 25);
this.toolStrip1.TabIndex = 2;
this.toolStrip1.Text = "toolStrip1";
//
// tbAdd
//
this.tbAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
//this.tbAdd.Image = global::DaFanRongMIS.Properties.Resources.NEW;
this.tbAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tbAdd.Name = "tbAdd";
this.tbAdd.Size = new System.Drawing.Size(23, 22);
this.tbAdd.Text = "toolStripButton1";
this.tbAdd.Click += new System.EventHandler(this.tbAdd_Click);
//
// tbUpdate
//
this.tbUpdate.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
//this.tbUpdate.Image = global::DaFanRongMIS.Properties.Resources.NOTE16;
this.tbUpdate.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tbUpdate.Name = "tbUpdate";
this.tbUpdate.Size = new System.Drawing.Size(23, 22);
this.tbUpdate.Text = "toolStripButton2";
this.tbUpdate.Click += new System.EventHandler(this.tbUpdate_Click);
//
// tbDelete
//
this.tbDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
//this.tbDelete.Image = global::DaFanRongMIS.Properties.Resources.delete_16x161;
this.tbDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tbDelete.Name = "tbDelete";
this.tbDelete.Size = new System.Drawing.Size(23, 22);
this.tbDelete.Text = "toolStripButton3";
this.tbDelete.Click += new System.EventHandler(this.tbDelete_Click);
//
// toolStripLabel1
//
this.toolStripLabel1.Name = "toolStripLabel1";
this.toolStripLabel1.Size = new System.Drawing.Size(41, 22);
this.toolStripLabel1.Text = "用户名";
//
// tstxtUserid
//
this.tstxtUserid.Name = "tstxtUserid";
this.tstxtUserid.Size = new System.Drawing.Size(100, 25);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
//
// tsbtnSelect
//
this.tsbtnSelect.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
//this.tsbtnSelect.Image = global::DaFanRongMIS.Properties.Resources.Search_24x24;
this.tsbtnSelect.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnSelect.Name = "tsbtnSelect";
this.tsbtnSelect.Size = new System.Drawing.Size(23, 22);
this.tsbtnSelect.Text = "toolStripButton1";
this.tsbtnSelect.Click += new System.EventHandler(this.tsbtnSelect_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
//
// columnHeader1
//
this.columnHeader1.Text = "用户名";
//
// columnHeader2
//
this.columnHeader2.Text = "身份证号";
this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnHeader2.Width = 0;
//
// columnHeader3
//
this.columnHeader3.Text = "收款机";
this.columnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnHeader3.Width = 0;
//
// columnHeader4
//
this.columnHeader4.Text = "状态";
this.columnHeader4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// columnHeader5
//
this.columnHeader5.Text = "创建时间";
this.columnHeader5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnHeader5.Width = 75;
//
// columnHeader6
//
this.columnHeader6.Text = "离职时间";
this.columnHeader6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnHeader6.Width = 75;
//
// columnHeader7
//
this.columnHeader7.Text = "密码";
this.columnHeader7.Width = 0;
//
// columnHeader8
//
this.columnHeader8.Text = "姓名";
this.columnHeader8.Width = 80;
//
// columnHeader9
//
this.columnHeader9.Text = "收款机名";
this.columnHeader9.Width = 80;
//
// LoginForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(676, 482);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.panel1);
this.Controls.Add(this.lvLogin);
this.KeyPreview = true;
this.Name = "LoginForm";
this.Text = "用户信息管理";
this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.LoginForm_KeyUp);
this.Load += new System.EventHandler(this.LoginForm_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton tbAdd;
private System.Windows.Forms.ToolStripButton tbUpdate;
private System.Windows.Forms.ToolStripButton tbDelete;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label lblID;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtPassword;
private System.Windows.Forms.TextBox txtUserID;
private System.Windows.Forms.TextBox txtCashRegisterID;
private System.Windows.Forms.TextBox txtIDCard;
private System.Windows.Forms.ComboBox cmbStatus;
private System.Windows.Forms.DateTimePicker dtpOutTime;
private System.Windows.Forms.DateTimePicker dtpCreateTime;
private System.Windows.Forms.ListView lvLogin;
private System.Windows.Forms.Button btnCashRegisterID;
private System.Windows.Forms.Button btnSelectIDCard;
private System.Windows.Forms.Button btnSave;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtPassword2;
private System.Windows.Forms.ToolStripLabel toolStripLabel1;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripTextBox tstxtUserid;
private System.Windows.Forms.ToolStripButton tsbtnSelect;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.ColumnHeader columnHeader2;
private System.Windows.Forms.ColumnHeader columnHeader3;
private System.Windows.Forms.ColumnHeader columnHeader4;
private System.Windows.Forms.ColumnHeader columnHeader5;
private System.Windows.Forms.ColumnHeader columnHeader6;
private System.Windows.Forms.ColumnHeader columnHeader7;
private System.Windows.Forms.ColumnHeader columnHeader8;
private System.Windows.Forms.ColumnHeader columnHeader9;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -