관리자는 사용자 계정 암호 변경시 oldpassword 를 묻지 않습니다.

This commit is contained in:
chi
2023-11-21 20:18:38 +09:00
parent 38bc5bf07e
commit 2f22a15fd2
5 changed files with 71 additions and 39 deletions

View File

@@ -65,6 +65,8 @@
this.tbFind = new System.Windows.Forms.TextBox();
this.ta = new Project.dsMSSQLTableAdapters.vGroupUserTableAdapter();
this.arDatagridView1 = new arCtl.arDatagridView();
this.panel1 = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
this.idDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.nameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.nameE = new System.Windows.Forms.DataGridViewTextBoxColumn();
@@ -77,11 +79,10 @@
this.processsDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.stateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.memoDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.level = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.useUserStateDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.useJobReportDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.exceptHolyDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.panel1 = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit();
this.bn.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
@@ -405,6 +406,7 @@
this.processsDataGridViewTextBoxColumn,
this.stateDataGridViewTextBoxColumn,
this.memoDataGridViewTextBoxColumn,
this.level,
this.useUserStateDataGridViewCheckBoxColumn,
this.useJobReportDataGridViewCheckBoxColumn,
this.exceptHolyDataGridViewCheckBoxColumn});
@@ -418,6 +420,28 @@
this.arDatagridView1.Size = new System.Drawing.Size(1234, 603);
this.arDatagridView1.TabIndex = 6;
//
// panel1
//
this.panel1.Controls.Add(this.tbFind);
this.panel1.Controls.Add(this.label1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel1.Location = new System.Drawing.Point(0, 628);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1234, 44);
this.panel1.TabIndex = 7;
//
// label1
//
this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.label1.Dock = System.Windows.Forms.DockStyle.Left;
this.label1.Font = new System.Drawing.Font("맑은 고딕", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.label1.Location = new System.Drawing.Point(0, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(126, 44);
this.label1.TabIndex = 4;
this.label1.Text = "검색";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// idDataGridViewTextBoxColumn
//
this.idDataGridViewTextBoxColumn.DataPropertyName = "id";
@@ -502,10 +526,17 @@
this.memoDataGridViewTextBoxColumn.Name = "memoDataGridViewTextBoxColumn";
this.memoDataGridViewTextBoxColumn.ReadOnly = true;
//
// level
//
this.level.DataPropertyName = "level";
this.level.HeaderText = "Lv";
this.level.Name = "level";
this.level.ReadOnly = true;
//
// useUserStateDataGridViewCheckBoxColumn
//
this.useUserStateDataGridViewCheckBoxColumn.DataPropertyName = "useUserState";
this.useUserStateDataGridViewCheckBoxColumn.HeaderText = "정사용";
this.useUserStateDataGridViewCheckBoxColumn.HeaderText = "정사용";
this.useUserStateDataGridViewCheckBoxColumn.Name = "useUserStateDataGridViewCheckBoxColumn";
this.useUserStateDataGridViewCheckBoxColumn.ReadOnly = true;
//
@@ -523,28 +554,6 @@
this.exceptHolyDataGridViewCheckBoxColumn.Name = "exceptHolyDataGridViewCheckBoxColumn";
this.exceptHolyDataGridViewCheckBoxColumn.ReadOnly = true;
//
// panel1
//
this.panel1.Controls.Add(this.tbFind);
this.panel1.Controls.Add(this.label1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel1.Location = new System.Drawing.Point(0, 628);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1234, 44);
this.panel1.TabIndex = 7;
//
// label1
//
this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.label1.Dock = System.Windows.Forms.DockStyle.Left;
this.label1.Font = new System.Drawing.Font("맑은 고딕", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.label1.Location = new System.Drawing.Point(0, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(126, 44);
this.label1.TabIndex = 4;
this.label1.Text = "검색";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// fUserList
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
@@ -610,6 +619,8 @@
private System.Windows.Forms.ToolStripButton btSave;
private System.Windows.Forms.ToolStripButton btDel;
private arCtl.arDatagridView arDatagridView1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.DataGridViewTextBoxColumn idDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn nameDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn nameE;
@@ -622,10 +633,9 @@
private System.Windows.Forms.DataGridViewTextBoxColumn processsDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn stateDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn memoDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn level;
private System.Windows.Forms.DataGridViewCheckBoxColumn useUserStateDataGridViewCheckBoxColumn;
private System.Windows.Forms.DataGridViewCheckBoxColumn useJobReportDataGridViewCheckBoxColumn;
private System.Windows.Forms.DataGridViewCheckBoxColumn exceptHolyDataGridViewCheckBoxColumn;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label label1;
}
}