天津投入产出系统后端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

265 lines
13 KiB

namespace QMAPP.WinForm.Forms.Sys
{
partial class ManageUserForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.txtUserName = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txtLoginID = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.tsbtnSearch = new System.Windows.Forms.ToolStripButton();
this.tsbtnPrint = new System.Windows.Forms.ToolStripButton();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.ISSTOP = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.EMAIL = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.TEL = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.UserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dgEmployeeNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.LoginUserID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tsbtnEditTemplate = new System.Windows.Forms.ToolStripButton();
this.groupBox1.SuspendLayout();
this.toolStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox1.Controls.Add(this.txtUserName);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.txtLoginID);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(2, 27);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(612, 52);
this.groupBox1.TabIndex = 1;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "查询条件";
//
// txtUserName
//
this.txtUserName.Location = new System.Drawing.Point(229, 23);
this.txtUserName.Name = "txtUserName";
this.txtUserName.Size = new System.Drawing.Size(110, 21);
this.txtUserName.TabIndex = 3;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(175, 27);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 2;
this.label2.Text = "用户姓名";
//
// txtLoginID
//
this.txtLoginID.Location = new System.Drawing.Point(56, 24);
this.txtLoginID.Name = "txtLoginID";
this.txtLoginID.Size = new System.Drawing.Size(110, 21);
this.txtLoginID.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(11, 27);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 0;
this.label1.Text = "用户名";
//
// toolStrip1
//
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsbtnSearch,
this.tsbtnPrint,
this.tsbtnEditTemplate});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(617, 25);
this.toolStrip1.TabIndex = 2;
this.toolStrip1.Text = "toolStrip1";
//
// tsbtnSearch
//
this.tsbtnSearch.Image = global::QMAPP.WinForm.Resource1.search;
this.tsbtnSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnSearch.Name = "tsbtnSearch";
this.tsbtnSearch.Size = new System.Drawing.Size(52, 22);
this.tsbtnSearch.Text = "查询";
this.tsbtnSearch.Click += new System.EventHandler(this.tsbtnSearch_Click);
//
// tsbtnPrint
//
this.tsbtnPrint.Image = global::QMAPP.WinForm.Resource1.print;
this.tsbtnPrint.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnPrint.Name = "tsbtnPrint";
this.tsbtnPrint.Size = new System.Drawing.Size(88, 22);
this.tsbtnPrint.Text = "打印登录码";
this.tsbtnPrint.Click += new System.EventHandler(this.tsbtnPrint_Click);
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
this.dataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.LoginUserID,
this.dgEmployeeNo,
this.UserName,
this.TEL,
this.EMAIL,
this.ISSTOP});
this.dataGridView1.Location = new System.Drawing.Point(2, 84);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle2.NullValue = "1";
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView1.Size = new System.Drawing.Size(612, 284);
this.dataGridView1.TabIndex = 3;
//
// ISSTOP
//
this.ISSTOP.DataPropertyName = "ISSTOP";
this.ISSTOP.HeaderText = "是否停用";
this.ISSTOP.Name = "ISSTOP";
this.ISSTOP.ReadOnly = true;
//
// EMAIL
//
this.EMAIL.DataPropertyName = "EMAIL";
this.EMAIL.HeaderText = "电子邮箱";
this.EMAIL.Name = "EMAIL";
this.EMAIL.ReadOnly = true;
//
// TEL
//
this.TEL.DataPropertyName = "TEL";
this.TEL.HeaderText = "联系电话";
this.TEL.Name = "TEL";
this.TEL.ReadOnly = true;
//
// UserName
//
this.UserName.DataPropertyName = "UserName";
this.UserName.HeaderText = "用户姓名";
this.UserName.Name = "UserName";
this.UserName.ReadOnly = true;
//
// dgEmployeeNo
//
this.dgEmployeeNo.DataPropertyName = "EmployeeNo";
this.dgEmployeeNo.HeaderText = "员工号";
this.dgEmployeeNo.Name = "dgEmployeeNo";
this.dgEmployeeNo.ReadOnly = true;
//
// LoginUserID
//
this.LoginUserID.DataPropertyName = "LoginUserID";
this.LoginUserID.Frozen = true;
this.LoginUserID.HeaderText = "用户名";
this.LoginUserID.Name = "LoginUserID";
this.LoginUserID.ReadOnly = true;
//
// tsbtnEditTemplate
//
this.tsbtnEditTemplate.Image = global::QMAPP.WinForm.Resource1.pencil;
this.tsbtnEditTemplate.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnEditTemplate.Name = "tsbtnEditTemplate";
this.tsbtnEditTemplate.Size = new System.Drawing.Size(76, 22);
this.tsbtnEditTemplate.Text = "编辑模板";
this.tsbtnEditTemplate.Click += new System.EventHandler(this.tsbtnEditTemplate_Click);
//
// ManageUserForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(617, 371);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.groupBox1);
this.Name = "ManageUserForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "用户管理";
this.Load += new System.EventHandler(this.ManageUserForm_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton tsbtnSearch;
private System.Windows.Forms.ToolStripButton tsbtnPrint;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtLoginID;
private System.Windows.Forms.TextBox txtUserName;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.DataGridViewTextBoxColumn LoginUserID;
private System.Windows.Forms.DataGridViewTextBoxColumn dgEmployeeNo;
private System.Windows.Forms.DataGridViewTextBoxColumn UserName;
private System.Windows.Forms.DataGridViewTextBoxColumn TEL;
private System.Windows.Forms.DataGridViewTextBoxColumn EMAIL;
private System.Windows.Forms.DataGridViewTextBoxColumn ISSTOP;
private System.Windows.Forms.ToolStripButton tsbtnEditTemplate;
}
}