first commit
This commit is contained in:
Generated
+671
@@ -0,0 +1,671 @@
|
||||
namespace LargeSquareOne
|
||||
{
|
||||
partial class FrmUserManage
|
||||
{
|
||||
/// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmUserManage));
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
this.panelEnhanced1 = new JinYuan.ControlLib.PanelEnhanced();
|
||||
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
||||
this.txtICCard = new System.Windows.Forms.TextBox();
|
||||
this.lblICCard = new System.Windows.Forms.Label();
|
||||
this.cmbUserLevel = new JinYuan.ControlLib.FlatComboBox();
|
||||
this.lblUserIssion = new System.Windows.Forms.Label();
|
||||
this.chk_SystemLog = new JinYuan.ControlLib.CheckBoxExt();
|
||||
this.longTitleStyle21 = new JinYuan.ControlLib.LongTitleStyle2();
|
||||
this.btn_Clear = new System.Windows.Forms.Button();
|
||||
this.longTitleStyle22 = new JinYuan.ControlLib.LongTitleStyle2();
|
||||
this.btn_Delete = new System.Windows.Forms.Button();
|
||||
this.btn_SelectAll = new System.Windows.Forms.Button();
|
||||
this.btn_Modify = new System.Windows.Forms.Button();
|
||||
this.txt_LoginName = new System.Windows.Forms.TextBox();
|
||||
this.btn_Add = new System.Windows.Forms.Button();
|
||||
this.lblUserInfo = new System.Windows.Forms.Label();
|
||||
this.longTitleStyle23 = new JinYuan.ControlLib.LongTitleStyle2();
|
||||
this.txt_LoginPwd = new System.Windows.Forms.TextBox();
|
||||
this.chk_CPK = new JinYuan.ControlLib.CheckBoxExt();
|
||||
this.lblUserPwd = new System.Windows.Forms.Label();
|
||||
this.chk_HistorySelect = new JinYuan.ControlLib.CheckBoxExt();
|
||||
this.txt_LoginPwd2 = new System.Windows.Forms.TextBox();
|
||||
this.chk_UserManage = new JinYuan.ControlLib.CheckBoxExt();
|
||||
this.lblPwd = new System.Windows.Forms.Label();
|
||||
this.chk_Paramset = new JinYuan.ControlLib.CheckBoxExt();
|
||||
this.chk_SystemSet = new JinYuan.ControlLib.CheckBoxExt();
|
||||
this.dgv_Main = new System.Windows.Forms.DataGridView();
|
||||
this.LoginName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.LoginPwd = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.LoginUid = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.LoginLevel = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.SystemLog = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.CpkData = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.HistoryData = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.ParamSet = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.SystemSet = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.UserManage = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.panelEnhanced1.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
||||
this.splitContainer1.Panel1.SuspendLayout();
|
||||
this.splitContainer1.Panel2.SuspendLayout();
|
||||
this.splitContainer1.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.dgv_Main)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// panelEnhanced1
|
||||
//
|
||||
this.panelEnhanced1.BackgroundImage = global::LargeSquareOne.Properties.Resources.BackGround;
|
||||
this.panelEnhanced1.Controls.Add(this.splitContainer1);
|
||||
this.panelEnhanced1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.panelEnhanced1.Location = new System.Drawing.Point(0, 0);
|
||||
this.panelEnhanced1.Name = "panelEnhanced1";
|
||||
this.panelEnhanced1.Size = new System.Drawing.Size(1874, 818);
|
||||
this.panelEnhanced1.TabIndex = 0;
|
||||
//
|
||||
// splitContainer1
|
||||
//
|
||||
this.splitContainer1.BackColor = System.Drawing.Color.Transparent;
|
||||
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
|
||||
this.splitContainer1.Name = "splitContainer1";
|
||||
//
|
||||
// splitContainer1.Panel1
|
||||
//
|
||||
this.splitContainer1.Panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
|
||||
this.splitContainer1.Panel1.Controls.Add(this.txtICCard);
|
||||
this.splitContainer1.Panel1.Controls.Add(this.lblICCard);
|
||||
this.splitContainer1.Panel1.Controls.Add(this.cmbUserLevel);
|
||||
this.splitContainer1.Panel1.Controls.Add(this.lblUserIssion);
|
||||
this.splitContainer1.Panel1.Controls.Add(this.chk_SystemLog);
|
||||
this.splitContainer1.Panel1.Controls.Add(this.longTitleStyle21);
|
||||
this.splitContainer1.Panel1.Controls.Add(this.btn_Clear);
|
||||
this.splitContainer1.Panel1.Controls.Add(this.longTitleStyle22);
|
||||
this.splitContainer1.Panel1.Controls.Add(this.btn_Delete);
|
||||
this.splitContainer1.Panel1.Controls.Add(this.btn_SelectAll);
|
||||
this.splitContainer1.Panel1.Controls.Add(this.btn_Modify);
|
||||
this.splitContainer1.Panel1.Controls.Add(this.txt_LoginName);
|
||||
this.splitContainer1.Panel1.Controls.Add(this.btn_Add);
|
||||
this.splitContainer1.Panel1.Controls.Add(this.lblUserInfo);
|
||||
this.splitContainer1.Panel1.Controls.Add(this.longTitleStyle23);
|
||||
this.splitContainer1.Panel1.Controls.Add(this.txt_LoginPwd);
|
||||
this.splitContainer1.Panel1.Controls.Add(this.chk_CPK);
|
||||
this.splitContainer1.Panel1.Controls.Add(this.lblUserPwd);
|
||||
this.splitContainer1.Panel1.Controls.Add(this.chk_HistorySelect);
|
||||
this.splitContainer1.Panel1.Controls.Add(this.txt_LoginPwd2);
|
||||
this.splitContainer1.Panel1.Controls.Add(this.chk_UserManage);
|
||||
this.splitContainer1.Panel1.Controls.Add(this.lblPwd);
|
||||
this.splitContainer1.Panel1.Controls.Add(this.chk_Paramset);
|
||||
this.splitContainer1.Panel1.Controls.Add(this.chk_SystemSet);
|
||||
//
|
||||
// splitContainer1.Panel2
|
||||
//
|
||||
this.splitContainer1.Panel2.Controls.Add(this.dgv_Main);
|
||||
this.splitContainer1.Size = new System.Drawing.Size(1874, 818);
|
||||
this.splitContainer1.SplitterDistance = 407;
|
||||
this.splitContainer1.TabIndex = 49;
|
||||
//
|
||||
// txtICCard
|
||||
//
|
||||
this.txtICCard.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
|
||||
this.txtICCard.Font = new System.Drawing.Font("微软雅黑", 15F);
|
||||
this.txtICCard.ForeColor = System.Drawing.Color.White;
|
||||
this.txtICCard.ImeMode = System.Windows.Forms.ImeMode.Off;
|
||||
this.txtICCard.Location = new System.Drawing.Point(146, 168);
|
||||
this.txtICCard.Name = "txtICCard";
|
||||
this.txtICCard.ShortcutsEnabled = false;
|
||||
this.txtICCard.Size = new System.Drawing.Size(230, 34);
|
||||
this.txtICCard.TabIndex = 52;
|
||||
this.txtICCard.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtICCard_KeyDown);
|
||||
this.txtICCard.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtICCard_KeyUp);
|
||||
//
|
||||
// lblICCard
|
||||
//
|
||||
this.lblICCard.AutoSize = true;
|
||||
this.lblICCard.BackColor = System.Drawing.Color.Transparent;
|
||||
this.lblICCard.Font = new System.Drawing.Font("Cambria", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.lblICCard.ForeColor = System.Drawing.Color.White;
|
||||
this.lblICCard.Location = new System.Drawing.Point(10, 180);
|
||||
this.lblICCard.Name = "lblICCard";
|
||||
this.lblICCard.Size = new System.Drawing.Size(65, 16);
|
||||
this.lblICCard.TabIndex = 51;
|
||||
this.lblICCard.Text = "IC卡号:";
|
||||
//
|
||||
// cmbUserLevel
|
||||
//
|
||||
this.cmbUserLevel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
|
||||
this.cmbUserLevel.BorderColor = System.Drawing.Color.White;
|
||||
this.cmbUserLevel.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
|
||||
this.cmbUserLevel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.cmbUserLevel.Font = new System.Drawing.Font("微软雅黑", 15F);
|
||||
this.cmbUserLevel.ForeColor = System.Drawing.Color.White;
|
||||
this.cmbUserLevel.FormattingEnabled = true;
|
||||
this.cmbUserLevel.Items.AddRange(new object[] {
|
||||
"操作员",
|
||||
"工程师",
|
||||
"管理员"});
|
||||
this.cmbUserLevel.Location = new System.Drawing.Point(146, 127);
|
||||
this.cmbUserLevel.Name = "cmbUserLevel";
|
||||
this.cmbUserLevel.Size = new System.Drawing.Size(230, 35);
|
||||
this.cmbUserLevel.TabIndex = 12;
|
||||
this.cmbUserLevel.SelectedIndexChanged += new System.EventHandler(this.cmbUserLevel_SelectedIndexChanged);
|
||||
//
|
||||
// lblUserIssion
|
||||
//
|
||||
this.lblUserIssion.AutoSize = true;
|
||||
this.lblUserIssion.BackColor = System.Drawing.Color.Transparent;
|
||||
this.lblUserIssion.Font = new System.Drawing.Font("Cambria", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.lblUserIssion.ForeColor = System.Drawing.Color.White;
|
||||
this.lblUserIssion.Location = new System.Drawing.Point(10, 139);
|
||||
this.lblUserIssion.Name = "lblUserIssion";
|
||||
this.lblUserIssion.Size = new System.Drawing.Size(82, 16);
|
||||
this.lblUserIssion.TabIndex = 50;
|
||||
this.lblUserIssion.Text = "用户权限:";
|
||||
//
|
||||
// chk_SystemLog
|
||||
//
|
||||
this.chk_SystemLog.BackColor = System.Drawing.Color.Transparent;
|
||||
this.chk_SystemLog.CheckBackColor = System.Drawing.Color.White;
|
||||
this.chk_SystemLog.CheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(25)))), ((int)(((byte)(66)))));
|
||||
this.chk_SystemLog.DefultCheckButtonWidth = 20;
|
||||
this.chk_SystemLog.Font = new System.Drawing.Font("Cambria", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.chk_SystemLog.ForeColor = System.Drawing.Color.White;
|
||||
this.chk_SystemLog.Location = new System.Drawing.Point(13, 390);
|
||||
this.chk_SystemLog.Name = "chk_SystemLog";
|
||||
this.chk_SystemLog.Size = new System.Drawing.Size(147, 27);
|
||||
this.chk_SystemLog.TabIndex = 49;
|
||||
this.chk_SystemLog.Text = "日志报警";
|
||||
this.chk_SystemLog.UseVisualStyleBackColor = false;
|
||||
//
|
||||
// longTitleStyle21
|
||||
//
|
||||
this.longTitleStyle21.BackColor = System.Drawing.Color.Transparent;
|
||||
this.longTitleStyle21.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("longTitleStyle21.BackgroundImage")));
|
||||
this.longTitleStyle21.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||||
this.longTitleStyle21.Font = new System.Drawing.Font("Cambria", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.longTitleStyle21.Location = new System.Drawing.Point(23, 27);
|
||||
this.longTitleStyle21.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
|
||||
this.longTitleStyle21.Name = "longTitleStyle21";
|
||||
this.longTitleStyle21.Size = new System.Drawing.Size(366, 40);
|
||||
this.longTitleStyle21.TabIndex = 0;
|
||||
this.longTitleStyle21.TitleName = "用户信息";
|
||||
//
|
||||
// btn_Clear
|
||||
//
|
||||
this.btn_Clear.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(77)))), ((int)(((byte)(147)))));
|
||||
this.btn_Clear.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||
this.btn_Clear.Font = new System.Drawing.Font("Cambria", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.btn_Clear.ForeColor = System.Drawing.Color.White;
|
||||
this.btn_Clear.Location = new System.Drawing.Point(238, 738);
|
||||
this.btn_Clear.Name = "btn_Clear";
|
||||
this.btn_Clear.Size = new System.Drawing.Size(151, 51);
|
||||
this.btn_Clear.TabIndex = 48;
|
||||
this.btn_Clear.Text = "清空信息";
|
||||
this.btn_Clear.UseVisualStyleBackColor = false;
|
||||
this.btn_Clear.Click += new System.EventHandler(this.btn_Clear_Click);
|
||||
//
|
||||
// longTitleStyle22
|
||||
//
|
||||
this.longTitleStyle22.BackColor = System.Drawing.Color.Transparent;
|
||||
this.longTitleStyle22.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("longTitleStyle22.BackgroundImage")));
|
||||
this.longTitleStyle22.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||||
this.longTitleStyle22.Font = new System.Drawing.Font("Cambria", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.longTitleStyle22.Location = new System.Drawing.Point(13, 338);
|
||||
this.longTitleStyle22.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.longTitleStyle22.Name = "longTitleStyle22";
|
||||
this.longTitleStyle22.Size = new System.Drawing.Size(374, 40);
|
||||
this.longTitleStyle22.TabIndex = 1;
|
||||
this.longTitleStyle22.TitleName = "权限配置";
|
||||
//
|
||||
// btn_Delete
|
||||
//
|
||||
this.btn_Delete.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(77)))), ((int)(((byte)(147)))));
|
||||
this.btn_Delete.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||
this.btn_Delete.Font = new System.Drawing.Font("Cambria", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.btn_Delete.ForeColor = System.Drawing.Color.White;
|
||||
this.btn_Delete.Location = new System.Drawing.Point(22, 737);
|
||||
this.btn_Delete.Name = "btn_Delete";
|
||||
this.btn_Delete.Size = new System.Drawing.Size(151, 51);
|
||||
this.btn_Delete.TabIndex = 47;
|
||||
this.btn_Delete.Text = "删除用户";
|
||||
this.btn_Delete.UseVisualStyleBackColor = false;
|
||||
this.btn_Delete.Click += new System.EventHandler(this.btn_Delete_Click);
|
||||
//
|
||||
// btn_SelectAll
|
||||
//
|
||||
this.btn_SelectAll.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(77)))), ((int)(((byte)(147)))));
|
||||
this.btn_SelectAll.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||
this.btn_SelectAll.Font = new System.Drawing.Font("Cambria", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.btn_SelectAll.ForeColor = System.Drawing.Color.White;
|
||||
this.btn_SelectAll.Location = new System.Drawing.Point(183, 508);
|
||||
this.btn_SelectAll.Name = "btn_SelectAll";
|
||||
this.btn_SelectAll.Size = new System.Drawing.Size(193, 36);
|
||||
this.btn_SelectAll.TabIndex = 34;
|
||||
this.btn_SelectAll.Text = "全选/不选";
|
||||
this.btn_SelectAll.UseVisualStyleBackColor = false;
|
||||
this.btn_SelectAll.Click += new System.EventHandler(this.btn_SelectAll_Click);
|
||||
//
|
||||
// btn_Modify
|
||||
//
|
||||
this.btn_Modify.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(77)))), ((int)(((byte)(147)))));
|
||||
this.btn_Modify.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||
this.btn_Modify.Font = new System.Drawing.Font("Cambria", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.btn_Modify.ForeColor = System.Drawing.Color.White;
|
||||
this.btn_Modify.Location = new System.Drawing.Point(238, 658);
|
||||
this.btn_Modify.Name = "btn_Modify";
|
||||
this.btn_Modify.Size = new System.Drawing.Size(151, 51);
|
||||
this.btn_Modify.TabIndex = 46;
|
||||
this.btn_Modify.Text = "修改用户";
|
||||
this.btn_Modify.UseVisualStyleBackColor = false;
|
||||
this.btn_Modify.Click += new System.EventHandler(this.btn_Modify_Click);
|
||||
//
|
||||
// txt_LoginName
|
||||
//
|
||||
this.txt_LoginName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
|
||||
this.txt_LoginName.Font = new System.Drawing.Font("微软雅黑", 15F);
|
||||
this.txt_LoginName.ForeColor = System.Drawing.Color.White;
|
||||
this.txt_LoginName.Location = new System.Drawing.Point(146, 87);
|
||||
this.txt_LoginName.Name = "txt_LoginName";
|
||||
this.txt_LoginName.Size = new System.Drawing.Size(230, 34);
|
||||
this.txt_LoginName.TabIndex = 33;
|
||||
//
|
||||
// btn_Add
|
||||
//
|
||||
this.btn_Add.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(77)))), ((int)(((byte)(147)))));
|
||||
this.btn_Add.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||
this.btn_Add.Font = new System.Drawing.Font("Cambria", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.btn_Add.ForeColor = System.Drawing.Color.White;
|
||||
this.btn_Add.Location = new System.Drawing.Point(22, 657);
|
||||
this.btn_Add.Name = "btn_Add";
|
||||
this.btn_Add.Size = new System.Drawing.Size(151, 51);
|
||||
this.btn_Add.TabIndex = 45;
|
||||
this.btn_Add.Text = "添加用户";
|
||||
this.btn_Add.UseVisualStyleBackColor = false;
|
||||
this.btn_Add.Click += new System.EventHandler(this.btn_Add_Click);
|
||||
//
|
||||
// lblUserInfo
|
||||
//
|
||||
this.lblUserInfo.AutoSize = true;
|
||||
this.lblUserInfo.BackColor = System.Drawing.Color.Transparent;
|
||||
this.lblUserInfo.Font = new System.Drawing.Font("Cambria", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.lblUserInfo.ForeColor = System.Drawing.Color.White;
|
||||
this.lblUserInfo.Location = new System.Drawing.Point(10, 98);
|
||||
this.lblUserInfo.Name = "lblUserInfo";
|
||||
this.lblUserInfo.Size = new System.Drawing.Size(82, 16);
|
||||
this.lblUserInfo.TabIndex = 32;
|
||||
this.lblUserInfo.Text = "用户信息:";
|
||||
//
|
||||
// longTitleStyle23
|
||||
//
|
||||
this.longTitleStyle23.BackColor = System.Drawing.Color.Transparent;
|
||||
this.longTitleStyle23.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("longTitleStyle23.BackgroundImage")));
|
||||
this.longTitleStyle23.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||||
this.longTitleStyle23.Font = new System.Drawing.Font("Cambria", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.longTitleStyle23.Location = new System.Drawing.Point(15, 593);
|
||||
this.longTitleStyle23.Margin = new System.Windows.Forms.Padding(5, 8, 5, 8);
|
||||
this.longTitleStyle23.Name = "longTitleStyle23";
|
||||
this.longTitleStyle23.Size = new System.Drawing.Size(374, 40);
|
||||
this.longTitleStyle23.TabIndex = 44;
|
||||
this.longTitleStyle23.TitleName = "用户操作";
|
||||
//
|
||||
// txt_LoginPwd
|
||||
//
|
||||
this.txt_LoginPwd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
|
||||
this.txt_LoginPwd.Font = new System.Drawing.Font("微软雅黑", 15F);
|
||||
this.txt_LoginPwd.ForeColor = System.Drawing.Color.White;
|
||||
this.txt_LoginPwd.Location = new System.Drawing.Point(146, 208);
|
||||
this.txt_LoginPwd.Name = "txt_LoginPwd";
|
||||
this.txt_LoginPwd.Size = new System.Drawing.Size(230, 34);
|
||||
this.txt_LoginPwd.TabIndex = 36;
|
||||
//
|
||||
// chk_CPK
|
||||
//
|
||||
this.chk_CPK.BackColor = System.Drawing.Color.Transparent;
|
||||
this.chk_CPK.CheckBackColor = System.Drawing.Color.White;
|
||||
this.chk_CPK.CheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(25)))), ((int)(((byte)(66)))));
|
||||
this.chk_CPK.DefultCheckButtonWidth = 20;
|
||||
this.chk_CPK.Font = new System.Drawing.Font("Cambria", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.chk_CPK.ForeColor = System.Drawing.Color.White;
|
||||
this.chk_CPK.Location = new System.Drawing.Point(223, 390);
|
||||
this.chk_CPK.Name = "chk_CPK";
|
||||
this.chk_CPK.Size = new System.Drawing.Size(147, 27);
|
||||
this.chk_CPK.TabIndex = 43;
|
||||
this.chk_CPK.Text = "CPK计算";
|
||||
this.chk_CPK.UseVisualStyleBackColor = false;
|
||||
//
|
||||
// lblUserPwd
|
||||
//
|
||||
this.lblUserPwd.AutoSize = true;
|
||||
this.lblUserPwd.BackColor = System.Drawing.Color.Transparent;
|
||||
this.lblUserPwd.Font = new System.Drawing.Font("Cambria", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.lblUserPwd.ForeColor = System.Drawing.Color.White;
|
||||
this.lblUserPwd.Location = new System.Drawing.Point(10, 221);
|
||||
this.lblUserPwd.Name = "lblUserPwd";
|
||||
this.lblUserPwd.Size = new System.Drawing.Size(82, 16);
|
||||
this.lblUserPwd.TabIndex = 35;
|
||||
this.lblUserPwd.Text = "用户密码:";
|
||||
//
|
||||
// chk_HistorySelect
|
||||
//
|
||||
this.chk_HistorySelect.BackColor = System.Drawing.Color.Transparent;
|
||||
this.chk_HistorySelect.CheckBackColor = System.Drawing.Color.White;
|
||||
this.chk_HistorySelect.CheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(25)))), ((int)(((byte)(66)))));
|
||||
this.chk_HistorySelect.DefultCheckButtonWidth = 20;
|
||||
this.chk_HistorySelect.Font = new System.Drawing.Font("Cambria", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.chk_HistorySelect.ForeColor = System.Drawing.Color.White;
|
||||
this.chk_HistorySelect.Location = new System.Drawing.Point(13, 423);
|
||||
this.chk_HistorySelect.Name = "chk_HistorySelect";
|
||||
this.chk_HistorySelect.Size = new System.Drawing.Size(147, 27);
|
||||
this.chk_HistorySelect.TabIndex = 42;
|
||||
this.chk_HistorySelect.Text = "数据追溯";
|
||||
this.chk_HistorySelect.UseVisualStyleBackColor = false;
|
||||
//
|
||||
// txt_LoginPwd2
|
||||
//
|
||||
this.txt_LoginPwd2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
|
||||
this.txt_LoginPwd2.Font = new System.Drawing.Font("微软雅黑", 15F);
|
||||
this.txt_LoginPwd2.ForeColor = System.Drawing.Color.White;
|
||||
this.txt_LoginPwd2.Location = new System.Drawing.Point(146, 248);
|
||||
this.txt_LoginPwd2.Name = "txt_LoginPwd2";
|
||||
this.txt_LoginPwd2.Size = new System.Drawing.Size(230, 34);
|
||||
this.txt_LoginPwd2.TabIndex = 38;
|
||||
//
|
||||
// chk_UserManage
|
||||
//
|
||||
this.chk_UserManage.BackColor = System.Drawing.Color.Transparent;
|
||||
this.chk_UserManage.CheckBackColor = System.Drawing.Color.White;
|
||||
this.chk_UserManage.CheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(25)))), ((int)(((byte)(66)))));
|
||||
this.chk_UserManage.DefultCheckButtonWidth = 20;
|
||||
this.chk_UserManage.Font = new System.Drawing.Font("Cambria", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.chk_UserManage.ForeColor = System.Drawing.Color.White;
|
||||
this.chk_UserManage.Location = new System.Drawing.Point(224, 456);
|
||||
this.chk_UserManage.Name = "chk_UserManage";
|
||||
this.chk_UserManage.Size = new System.Drawing.Size(147, 27);
|
||||
this.chk_UserManage.TabIndex = 41;
|
||||
this.chk_UserManage.Text = "用户管理";
|
||||
this.chk_UserManage.UseVisualStyleBackColor = false;
|
||||
//
|
||||
// lblPwd
|
||||
//
|
||||
this.lblPwd.AutoSize = true;
|
||||
this.lblPwd.BackColor = System.Drawing.Color.Transparent;
|
||||
this.lblPwd.Font = new System.Drawing.Font("Cambria", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.lblPwd.ForeColor = System.Drawing.Color.White;
|
||||
this.lblPwd.Location = new System.Drawing.Point(10, 262);
|
||||
this.lblPwd.Name = "lblPwd";
|
||||
this.lblPwd.Size = new System.Drawing.Size(82, 16);
|
||||
this.lblPwd.TabIndex = 37;
|
||||
this.lblPwd.Text = "确认密码:";
|
||||
//
|
||||
// chk_Paramset
|
||||
//
|
||||
this.chk_Paramset.BackColor = System.Drawing.Color.Transparent;
|
||||
this.chk_Paramset.CheckBackColor = System.Drawing.Color.White;
|
||||
this.chk_Paramset.CheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(25)))), ((int)(((byte)(66)))));
|
||||
this.chk_Paramset.DefultCheckButtonWidth = 20;
|
||||
this.chk_Paramset.Font = new System.Drawing.Font("Cambria", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.chk_Paramset.ForeColor = System.Drawing.Color.White;
|
||||
this.chk_Paramset.Location = new System.Drawing.Point(223, 423);
|
||||
this.chk_Paramset.Name = "chk_Paramset";
|
||||
this.chk_Paramset.Size = new System.Drawing.Size(147, 27);
|
||||
this.chk_Paramset.TabIndex = 40;
|
||||
this.chk_Paramset.Text = "参数设置";
|
||||
this.chk_Paramset.UseVisualStyleBackColor = false;
|
||||
//
|
||||
// chk_SystemSet
|
||||
//
|
||||
this.chk_SystemSet.BackColor = System.Drawing.Color.Transparent;
|
||||
this.chk_SystemSet.CheckBackColor = System.Drawing.Color.White;
|
||||
this.chk_SystemSet.CheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(25)))), ((int)(((byte)(66)))));
|
||||
this.chk_SystemSet.DefultCheckButtonWidth = 20;
|
||||
this.chk_SystemSet.Font = new System.Drawing.Font("Cambria", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.chk_SystemSet.ForeColor = System.Drawing.Color.White;
|
||||
this.chk_SystemSet.Location = new System.Drawing.Point(13, 455);
|
||||
this.chk_SystemSet.Name = "chk_SystemSet";
|
||||
this.chk_SystemSet.Size = new System.Drawing.Size(147, 27);
|
||||
this.chk_SystemSet.TabIndex = 39;
|
||||
this.chk_SystemSet.Text = "系统设置";
|
||||
this.chk_SystemSet.UseVisualStyleBackColor = false;
|
||||
//
|
||||
// dgv_Main
|
||||
//
|
||||
this.dgv_Main.AllowUserToAddRows = false;
|
||||
this.dgv_Main.AllowUserToDeleteRows = false;
|
||||
this.dgv_Main.AllowUserToResizeColumns = false;
|
||||
this.dgv_Main.AllowUserToResizeRows = false;
|
||||
this.dgv_Main.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
|
||||
this.dgv_Main.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.dgv_Main.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
||||
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||||
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
|
||||
dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
||||
dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
|
||||
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
|
||||
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
||||
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||||
this.dgv_Main.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
|
||||
this.dgv_Main.ColumnHeadersHeight = 45;
|
||||
this.dgv_Main.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
||||
this.LoginName,
|
||||
this.LoginPwd,
|
||||
this.LoginUid,
|
||||
this.LoginLevel,
|
||||
this.SystemLog,
|
||||
this.CpkData,
|
||||
this.HistoryData,
|
||||
this.ParamSet,
|
||||
this.SystemSet,
|
||||
this.UserManage,
|
||||
this.Column5});
|
||||
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||||
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(40)))), ((int)(((byte)(86)))));
|
||||
dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
||||
dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
|
||||
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(20)))), ((int)(((byte)(80)))));
|
||||
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.Color.White;
|
||||
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
||||
this.dgv_Main.DefaultCellStyle = dataGridViewCellStyle2;
|
||||
this.dgv_Main.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.dgv_Main.EnableHeadersVisualStyles = false;
|
||||
this.dgv_Main.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(77)))), ((int)(((byte)(147)))));
|
||||
this.dgv_Main.Location = new System.Drawing.Point(0, 0);
|
||||
this.dgv_Main.MultiSelect = false;
|
||||
this.dgv_Main.Name = "dgv_Main";
|
||||
this.dgv_Main.ReadOnly = true;
|
||||
this.dgv_Main.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
||||
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||||
dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(40)))), ((int)(((byte)(86)))));
|
||||
dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
||||
dataGridViewCellStyle3.ForeColor = System.Drawing.Color.White;
|
||||
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(20)))), ((int)(((byte)(80)))));
|
||||
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.White;
|
||||
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||||
this.dgv_Main.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
|
||||
this.dgv_Main.RowHeadersWidth = 80;
|
||||
this.dgv_Main.RowTemplate.Height = 40;
|
||||
this.dgv_Main.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
||||
this.dgv_Main.Size = new System.Drawing.Size(1463, 818);
|
||||
this.dgv_Main.TabIndex = 10;
|
||||
this.dgv_Main.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_Main_CellContentClick);
|
||||
this.dgv_Main.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.dgv_Main_CellFormatting);
|
||||
this.dgv_Main.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dgv_Main_RowPostPaint);
|
||||
//
|
||||
// LoginName
|
||||
//
|
||||
this.LoginName.DataPropertyName = "LoginName";
|
||||
this.LoginName.HeaderText = "用户名";
|
||||
this.LoginName.Name = "LoginName";
|
||||
this.LoginName.ReadOnly = true;
|
||||
this.LoginName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
||||
this.LoginName.Width = 200;
|
||||
//
|
||||
// LoginPwd
|
||||
//
|
||||
this.LoginPwd.DataPropertyName = "LoginPwd";
|
||||
this.LoginPwd.HeaderText = "用户密码";
|
||||
this.LoginPwd.Name = "LoginPwd";
|
||||
this.LoginPwd.ReadOnly = true;
|
||||
this.LoginPwd.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
||||
this.LoginPwd.Width = 200;
|
||||
//
|
||||
// LoginUid
|
||||
//
|
||||
this.LoginUid.DataPropertyName = "LoginUid";
|
||||
this.LoginUid.HeaderText = "IC卡号";
|
||||
this.LoginUid.Name = "LoginUid";
|
||||
this.LoginUid.ReadOnly = true;
|
||||
//
|
||||
// LoginLevel
|
||||
//
|
||||
this.LoginLevel.DataPropertyName = "LoginLevel";
|
||||
this.LoginLevel.HeaderText = "用户权限";
|
||||
this.LoginLevel.Name = "LoginLevel";
|
||||
this.LoginLevel.ReadOnly = true;
|
||||
this.LoginLevel.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
||||
//
|
||||
// SystemLog
|
||||
//
|
||||
this.SystemLog.DataPropertyName = "SystemLog";
|
||||
this.SystemLog.HeaderText = "日志报警";
|
||||
this.SystemLog.Name = "SystemLog";
|
||||
this.SystemLog.ReadOnly = true;
|
||||
this.SystemLog.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
||||
//
|
||||
// CpkData
|
||||
//
|
||||
this.CpkData.DataPropertyName = "CpkData";
|
||||
this.CpkData.HeaderText = "数据分析";
|
||||
this.CpkData.Name = "CpkData";
|
||||
this.CpkData.ReadOnly = true;
|
||||
this.CpkData.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
||||
//
|
||||
// HistoryData
|
||||
//
|
||||
this.HistoryData.DataPropertyName = "HistoryData";
|
||||
this.HistoryData.HeaderText = "数据追溯";
|
||||
this.HistoryData.Name = "HistoryData";
|
||||
this.HistoryData.ReadOnly = true;
|
||||
this.HistoryData.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
||||
//
|
||||
// ParamSet
|
||||
//
|
||||
this.ParamSet.DataPropertyName = "ParamSet";
|
||||
this.ParamSet.HeaderText = "参数设置";
|
||||
this.ParamSet.Name = "ParamSet";
|
||||
this.ParamSet.ReadOnly = true;
|
||||
this.ParamSet.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
||||
//
|
||||
// SystemSet
|
||||
//
|
||||
this.SystemSet.DataPropertyName = "SystemSet";
|
||||
this.SystemSet.HeaderText = "系统设置";
|
||||
this.SystemSet.Name = "SystemSet";
|
||||
this.SystemSet.ReadOnly = true;
|
||||
this.SystemSet.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
||||
//
|
||||
// UserManage
|
||||
//
|
||||
this.UserManage.DataPropertyName = "UserManage";
|
||||
this.UserManage.HeaderText = "用户管理";
|
||||
this.UserManage.Name = "UserManage";
|
||||
this.UserManage.ReadOnly = true;
|
||||
this.UserManage.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
||||
//
|
||||
// Column5
|
||||
//
|
||||
this.Column5.DataPropertyName = "LoginId";
|
||||
this.Column5.HeaderText = "LoginId";
|
||||
this.Column5.Name = "Column5";
|
||||
this.Column5.ReadOnly = true;
|
||||
this.Column5.Visible = false;
|
||||
//
|
||||
// FrmUserManage
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(1874, 818);
|
||||
this.Controls.Add(this.panelEnhanced1);
|
||||
this.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
||||
this.Margin = new System.Windows.Forms.Padding(5);
|
||||
this.Name = "FrmUserManage";
|
||||
this.Text = "用户管理";
|
||||
this.Load += new System.EventHandler(this.FrmUserManage_Load);
|
||||
this.panelEnhanced1.ResumeLayout(false);
|
||||
this.splitContainer1.Panel1.ResumeLayout(false);
|
||||
this.splitContainer1.Panel1.PerformLayout();
|
||||
this.splitContainer1.Panel2.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
||||
this.splitContainer1.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.dgv_Main)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private JinYuan.ControlLib.PanelEnhanced panelEnhanced1;
|
||||
private JinYuan.ControlLib.LongTitleStyle2 longTitleStyle22;
|
||||
private JinYuan.ControlLib.LongTitleStyle2 longTitleStyle21;
|
||||
private System.Windows.Forms.Label lblUserInfo;
|
||||
private System.Windows.Forms.TextBox txt_LoginName;
|
||||
private System.Windows.Forms.Button btn_SelectAll;
|
||||
private JinYuan.ControlLib.CheckBoxExt chk_SystemSet;
|
||||
private System.Windows.Forms.Label lblPwd;
|
||||
private System.Windows.Forms.TextBox txt_LoginPwd2;
|
||||
private System.Windows.Forms.Label lblUserPwd;
|
||||
private System.Windows.Forms.TextBox txt_LoginPwd;
|
||||
private JinYuan.ControlLib.CheckBoxExt chk_UserManage;
|
||||
private JinYuan.ControlLib.CheckBoxExt chk_Paramset;
|
||||
private JinYuan.ControlLib.CheckBoxExt chk_HistorySelect;
|
||||
private System.Windows.Forms.Button btn_Clear;
|
||||
private System.Windows.Forms.Button btn_Delete;
|
||||
private System.Windows.Forms.Button btn_Modify;
|
||||
private System.Windows.Forms.Button btn_Add;
|
||||
private JinYuan.ControlLib.LongTitleStyle2 longTitleStyle23;
|
||||
private JinYuan.ControlLib.CheckBoxExt chk_CPK;
|
||||
private System.Windows.Forms.SplitContainer splitContainer1;
|
||||
private System.Windows.Forms.DataGridView dgv_Main;
|
||||
private JinYuan.ControlLib.CheckBoxExt chk_SystemLog;
|
||||
private System.Windows.Forms.Label lblUserIssion;
|
||||
private JinYuan.ControlLib.FlatComboBox cmbUserLevel;
|
||||
private System.Windows.Forms.TextBox txtICCard;
|
||||
private System.Windows.Forms.Label lblICCard;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn LoginName;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn LoginPwd;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn LoginUid;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn LoginLevel;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn SystemLog;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn CpkData;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn HistoryData;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn ParamSet;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn SystemSet;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn UserManage;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user