Files
602_WGJ/LargeSquareOne/FrmUserManage.Designer.cs
2025-07-16 18:08:40 +08:00

670 lines
39 KiB
C#

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.label4 = new System.Windows.Forms.Label();
this.cmbUserLevel = new JinYuan.ControlLib.FlatComboBox();
this.label3 = 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.label7 = 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.label1 = 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.label2 = 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.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn5 = 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(1392, 734);
this.panelEnhanced1.TabIndex = 0;
//
// splitContainer1
//
this.splitContainer1.BackColor = System.Drawing.Color.Transparent;
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
this.splitContainer1.IsSplitterFixed = true;
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.label4);
this.splitContainer1.Panel1.Controls.Add(this.cmbUserLevel);
this.splitContainer1.Panel1.Controls.Add(this.label3);
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.label7);
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.label1);
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.label2);
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(1392, 734);
this.splitContainer1.SplitterDistance = 338;
this.splitContainer1.SplitterWidth = 1;
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(122, 165);
this.txtICCard.Name = "txtICCard";
this.txtICCard.ShortcutsEnabled = false;
this.txtICCard.Size = new System.Drawing.Size(193, 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);
//
// label4
//
this.label4.AutoSize = true;
this.label4.BackColor = System.Drawing.Color.Transparent;
this.label4.Font = new System.Drawing.Font("微软雅黑", 15F);
this.label4.ForeColor = System.Drawing.Color.White;
this.label4.Location = new System.Drawing.Point(18, 169);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(91, 27);
this.label4.TabIndex = 51;
this.label4.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(122, 124);
this.cmbUserLevel.Name = "cmbUserLevel";
this.cmbUserLevel.Size = new System.Drawing.Size(193, 35);
this.cmbUserLevel.TabIndex = 12;
this.cmbUserLevel.SelectedIndexChanged += new System.EventHandler(this.cmbUserLevel_SelectedIndexChanged);
//
// label3
//
this.label3.AutoSize = true;
this.label3.BackColor = System.Drawing.Color.Transparent;
this.label3.Font = new System.Drawing.Font("微软雅黑", 15F);
this.label3.ForeColor = System.Drawing.Color.White;
this.label3.Location = new System.Drawing.Point(18, 128);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(112, 27);
this.label3.TabIndex = 50;
this.label3.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("微软雅黑", 15F);
this.chk_SystemLog.ForeColor = System.Drawing.Color.White;
this.chk_SystemLog.Location = new System.Drawing.Point(36, 366);
this.chk_SystemLog.Name = "chk_SystemLog";
this.chk_SystemLog.Size = new System.Drawing.Size(122, 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.Location = new System.Drawing.Point(23, 27);
this.longTitleStyle21.Name = "longTitleStyle21";
this.longTitleStyle21.Size = new System.Drawing.Size(300, 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("微软雅黑", 15F);
this.btn_Clear.ForeColor = System.Drawing.Color.White;
this.btn_Clear.Location = new System.Drawing.Point(190, 664);
this.btn_Clear.Name = "btn_Clear";
this.btn_Clear.Size = new System.Drawing.Size(123, 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.Location = new System.Drawing.Point(23, 314);
this.longTitleStyle22.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.longTitleStyle22.Name = "longTitleStyle22";
this.longTitleStyle22.Size = new System.Drawing.Size(300, 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("微软雅黑", 15F);
this.btn_Delete.ForeColor = System.Drawing.Color.White;
this.btn_Delete.Location = new System.Drawing.Point(30, 664);
this.btn_Delete.Name = "btn_Delete";
this.btn_Delete.Size = new System.Drawing.Size(123, 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("微软雅黑", 15F);
this.btn_SelectAll.ForeColor = System.Drawing.Color.White;
this.btn_SelectAll.Location = new System.Drawing.Point(191, 474);
this.btn_SelectAll.Name = "btn_SelectAll";
this.btn_SelectAll.Size = new System.Drawing.Size(114, 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("微软雅黑", 15F);
this.btn_Modify.ForeColor = System.Drawing.Color.White;
this.btn_Modify.Location = new System.Drawing.Point(190, 584);
this.btn_Modify.Name = "btn_Modify";
this.btn_Modify.Size = new System.Drawing.Size(123, 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(122, 84);
this.txt_LoginName.Name = "txt_LoginName";
this.txt_LoginName.Size = new System.Drawing.Size(193, 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("微软雅黑", 15F);
this.btn_Add.ForeColor = System.Drawing.Color.White;
this.btn_Add.Location = new System.Drawing.Point(30, 584);
this.btn_Add.Name = "btn_Add";
this.btn_Add.Size = new System.Drawing.Size(123, 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);
//
// label7
//
this.label7.AutoSize = true;
this.label7.BackColor = System.Drawing.Color.Transparent;
this.label7.Font = new System.Drawing.Font("微软雅黑", 15F);
this.label7.ForeColor = System.Drawing.Color.White;
this.label7.Location = new System.Drawing.Point(18, 87);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(112, 27);
this.label7.TabIndex = 32;
this.label7.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.Location = new System.Drawing.Point(23, 534);
this.longTitleStyle23.Margin = new System.Windows.Forms.Padding(5, 8, 5, 8);
this.longTitleStyle23.Name = "longTitleStyle23";
this.longTitleStyle23.Size = new System.Drawing.Size(300, 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(122, 205);
this.txt_LoginPwd.Name = "txt_LoginPwd";
this.txt_LoginPwd.Size = new System.Drawing.Size(193, 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("微软雅黑", 15F);
this.chk_CPK.ForeColor = System.Drawing.Color.White;
this.chk_CPK.Location = new System.Drawing.Point(190, 366);
this.chk_CPK.Name = "chk_CPK";
this.chk_CPK.Size = new System.Drawing.Size(122, 27);
this.chk_CPK.TabIndex = 43;
this.chk_CPK.Text = "CPK计算";
this.chk_CPK.UseVisualStyleBackColor = false;
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Font = new System.Drawing.Font("微软雅黑", 15F);
this.label1.ForeColor = System.Drawing.Color.White;
this.label1.Location = new System.Drawing.Point(18, 210);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(112, 27);
this.label1.TabIndex = 35;
this.label1.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("微软雅黑", 15F);
this.chk_HistorySelect.ForeColor = System.Drawing.Color.White;
this.chk_HistorySelect.Location = new System.Drawing.Point(36, 399);
this.chk_HistorySelect.Name = "chk_HistorySelect";
this.chk_HistorySelect.Size = new System.Drawing.Size(122, 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(122, 245);
this.txt_LoginPwd2.Name = "txt_LoginPwd2";
this.txt_LoginPwd2.Size = new System.Drawing.Size(193, 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("微软雅黑", 15F);
this.chk_UserManage.ForeColor = System.Drawing.Color.White;
this.chk_UserManage.Location = new System.Drawing.Point(191, 432);
this.chk_UserManage.Name = "chk_UserManage";
this.chk_UserManage.Size = new System.Drawing.Size(122, 27);
this.chk_UserManage.TabIndex = 41;
this.chk_UserManage.Text = "用户管理";
this.chk_UserManage.UseVisualStyleBackColor = false;
//
// label2
//
this.label2.AutoSize = true;
this.label2.BackColor = System.Drawing.Color.Transparent;
this.label2.Font = new System.Drawing.Font("微软雅黑", 15F);
this.label2.ForeColor = System.Drawing.Color.White;
this.label2.Location = new System.Drawing.Point(18, 251);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(112, 27);
this.label2.TabIndex = 37;
this.label2.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("微软雅黑", 15F);
this.chk_Paramset.ForeColor = System.Drawing.Color.White;
this.chk_Paramset.Location = new System.Drawing.Point(190, 399);
this.chk_Paramset.Name = "chk_Paramset";
this.chk_Paramset.Size = new System.Drawing.Size(122, 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("微软雅黑", 15F);
this.chk_SystemSet.ForeColor = System.Drawing.Color.White;
this.chk_SystemSet.Location = new System.Drawing.Point(36, 431);
this.chk_SystemSet.Name = "chk_SystemSet";
this.chk_SystemSet.Size = new System.Drawing.Size(122, 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.dataGridViewTextBoxColumn1,
this.dataGridViewTextBoxColumn2,
this.Column6,
this.Column4,
this.Column3,
this.Column2,
this.Column1,
this.dataGridViewTextBoxColumn3,
this.dataGridViewTextBoxColumn4,
this.dataGridViewTextBoxColumn5,
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(1053, 734);
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);
//
// dataGridViewTextBoxColumn1
//
this.dataGridViewTextBoxColumn1.DataPropertyName = "LoginName";
this.dataGridViewTextBoxColumn1.HeaderText = "用户名";
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
this.dataGridViewTextBoxColumn1.ReadOnly = true;
this.dataGridViewTextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.dataGridViewTextBoxColumn1.Width = 200;
//
// dataGridViewTextBoxColumn2
//
this.dataGridViewTextBoxColumn2.DataPropertyName = "LoginPwd";
this.dataGridViewTextBoxColumn2.HeaderText = "用户密码";
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
this.dataGridViewTextBoxColumn2.ReadOnly = true;
this.dataGridViewTextBoxColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.dataGridViewTextBoxColumn2.Width = 200;
//
// Column6
//
this.Column6.DataPropertyName = "LoginUid";
this.Column6.HeaderText = "IC卡号";
this.Column6.Name = "Column6";
this.Column6.ReadOnly = true;
//
// Column4
//
this.Column4.DataPropertyName = "LoginLevel";
this.Column4.HeaderText = "用户权限";
this.Column4.Name = "Column4";
this.Column4.ReadOnly = true;
this.Column4.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
//
// Column3
//
this.Column3.DataPropertyName = "SystemLog";
this.Column3.HeaderText = "日志报警";
this.Column3.Name = "Column3";
this.Column3.ReadOnly = true;
this.Column3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
//
// Column2
//
this.Column2.DataPropertyName = "CpkData";
this.Column2.HeaderText = "品质测量";
this.Column2.Name = "Column2";
this.Column2.ReadOnly = true;
this.Column2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
//
// Column1
//
this.Column1.DataPropertyName = "HistoryData";
this.Column1.HeaderText = "数据追溯";
this.Column1.Name = "Column1";
this.Column1.ReadOnly = true;
this.Column1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
//
// dataGridViewTextBoxColumn3
//
this.dataGridViewTextBoxColumn3.DataPropertyName = "ParamSet";
this.dataGridViewTextBoxColumn3.HeaderText = "参数设置";
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
this.dataGridViewTextBoxColumn3.ReadOnly = true;
this.dataGridViewTextBoxColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
//
// dataGridViewTextBoxColumn4
//
this.dataGridViewTextBoxColumn4.DataPropertyName = "SystemSet";
this.dataGridViewTextBoxColumn4.HeaderText = "系统设置";
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
this.dataGridViewTextBoxColumn4.ReadOnly = true;
this.dataGridViewTextBoxColumn4.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
//
// dataGridViewTextBoxColumn5
//
this.dataGridViewTextBoxColumn5.DataPropertyName = "UserManage";
this.dataGridViewTextBoxColumn5.HeaderText = "用户管理";
this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
this.dataGridViewTextBoxColumn5.ReadOnly = true;
this.dataGridViewTextBoxColumn5.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(1392, 734);
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 label7;
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 label2;
private System.Windows.Forms.TextBox txt_LoginPwd2;
private System.Windows.Forms.Label label1;
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 label3;
private JinYuan.ControlLib.FlatComboBox cmbUserLevel;
private System.Windows.Forms.TextBox txtICCard;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
}
}