타 부서 로그인 가능 상태 해제
This commit is contained in:
825
Project/_Common/fAddNewUser.Designer.cs
generated
825
Project/_Common/fAddNewUser.Designer.cs
generated
@@ -28,411 +28,423 @@
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
System.Windows.Forms.Label idLabel;
|
||||
System.Windows.Forms.Label passwordLabel;
|
||||
System.Windows.Forms.Label nameLabel;
|
||||
System.Windows.Forms.Label deptLabel;
|
||||
System.Windows.Forms.Label gradeLabel;
|
||||
System.Windows.Forms.Label emailLabel;
|
||||
System.Windows.Forms.Label levelLabel;
|
||||
System.Windows.Forms.Label indateLabel;
|
||||
System.Windows.Forms.Label outdateLabel;
|
||||
System.Windows.Forms.Label memoLabel;
|
||||
System.Windows.Forms.Label label1;
|
||||
System.Windows.Forms.Label label2;
|
||||
System.Windows.Forms.Label label3;
|
||||
System.Windows.Forms.Label label4;
|
||||
System.Windows.Forms.Label label5;
|
||||
System.Windows.Forms.Label label6;
|
||||
this.tbId = new System.Windows.Forms.TextBox();
|
||||
this.tbNameK = new System.Windows.Forms.TextBox();
|
||||
this.tbDept = new System.Windows.Forms.TextBox();
|
||||
this.tbGrade = new System.Windows.Forms.TextBox();
|
||||
this.tbEmail = new System.Windows.Forms.TextBox();
|
||||
this.tbLevel = new System.Windows.Forms.TextBox();
|
||||
this.tbDateIn = new System.Windows.Forms.TextBox();
|
||||
this.tbDateO = new System.Windows.Forms.TextBox();
|
||||
this.tbMemo = new System.Windows.Forms.TextBox();
|
||||
this.button2 = new System.Windows.Forms.Button();
|
||||
this.tbTel = new System.Windows.Forms.TextBox();
|
||||
this.tbHp = new System.Windows.Forms.TextBox();
|
||||
this.tbNameE = new System.Windows.Forms.TextBox();
|
||||
this.tbKJPath = new System.Windows.Forms.TextBox();
|
||||
this.tbProcess = new System.Windows.Forms.TextBox();
|
||||
this.textBox1 = new System.Windows.Forms.TextBox();
|
||||
this.button1 = new System.Windows.Forms.Button();
|
||||
this.tbState = new System.Windows.Forms.TextBox();
|
||||
this.chkJobReport = new System.Windows.Forms.CheckBox();
|
||||
this.chkUseState = new System.Windows.Forms.CheckBox();
|
||||
idLabel = new System.Windows.Forms.Label();
|
||||
passwordLabel = new System.Windows.Forms.Label();
|
||||
nameLabel = new System.Windows.Forms.Label();
|
||||
deptLabel = new System.Windows.Forms.Label();
|
||||
gradeLabel = new System.Windows.Forms.Label();
|
||||
emailLabel = new System.Windows.Forms.Label();
|
||||
levelLabel = new System.Windows.Forms.Label();
|
||||
indateLabel = new System.Windows.Forms.Label();
|
||||
outdateLabel = new System.Windows.Forms.Label();
|
||||
memoLabel = new System.Windows.Forms.Label();
|
||||
label1 = new System.Windows.Forms.Label();
|
||||
label2 = new System.Windows.Forms.Label();
|
||||
label3 = new System.Windows.Forms.Label();
|
||||
label4 = new System.Windows.Forms.Label();
|
||||
label5 = new System.Windows.Forms.Label();
|
||||
label6 = new System.Windows.Forms.Label();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// idLabel
|
||||
//
|
||||
idLabel.AutoSize = true;
|
||||
idLabel.Location = new System.Drawing.Point(26, 15);
|
||||
idLabel.Name = "idLabel";
|
||||
idLabel.Size = new System.Drawing.Size(74, 21);
|
||||
idLabel.TabIndex = 0;
|
||||
idLabel.Text = "사원번호";
|
||||
//
|
||||
// passwordLabel
|
||||
//
|
||||
passwordLabel.AutoSize = true;
|
||||
passwordLabel.Location = new System.Drawing.Point(26, 49);
|
||||
passwordLabel.Name = "passwordLabel";
|
||||
passwordLabel.Size = new System.Drawing.Size(74, 21);
|
||||
passwordLabel.TabIndex = 2;
|
||||
passwordLabel.Text = "비밀번호";
|
||||
//
|
||||
// nameLabel
|
||||
//
|
||||
nameLabel.AutoSize = true;
|
||||
nameLabel.Location = new System.Drawing.Point(58, 86);
|
||||
nameLabel.Name = "nameLabel";
|
||||
nameLabel.Size = new System.Drawing.Size(42, 21);
|
||||
nameLabel.TabIndex = 4;
|
||||
nameLabel.Text = "이름";
|
||||
//
|
||||
// deptLabel
|
||||
//
|
||||
deptLabel.AutoSize = true;
|
||||
deptLabel.Location = new System.Drawing.Point(58, 123);
|
||||
deptLabel.Name = "deptLabel";
|
||||
deptLabel.Size = new System.Drawing.Size(42, 21);
|
||||
deptLabel.TabIndex = 8;
|
||||
deptLabel.Text = "부서";
|
||||
//
|
||||
// gradeLabel
|
||||
//
|
||||
gradeLabel.AutoSize = true;
|
||||
gradeLabel.Location = new System.Drawing.Point(360, 123);
|
||||
gradeLabel.Name = "gradeLabel";
|
||||
gradeLabel.Size = new System.Drawing.Size(42, 21);
|
||||
gradeLabel.TabIndex = 10;
|
||||
gradeLabel.Text = "직책";
|
||||
//
|
||||
// emailLabel
|
||||
//
|
||||
emailLabel.AutoSize = true;
|
||||
emailLabel.Location = new System.Drawing.Point(26, 159);
|
||||
emailLabel.Name = "emailLabel";
|
||||
emailLabel.Size = new System.Drawing.Size(74, 21);
|
||||
emailLabel.TabIndex = 12;
|
||||
emailLabel.Text = "전자메일";
|
||||
//
|
||||
// levelLabel
|
||||
//
|
||||
levelLabel.AutoSize = true;
|
||||
levelLabel.Location = new System.Drawing.Point(360, 229);
|
||||
levelLabel.Name = "levelLabel";
|
||||
levelLabel.Size = new System.Drawing.Size(42, 21);
|
||||
levelLabel.TabIndex = 18;
|
||||
levelLabel.Text = "권한";
|
||||
//
|
||||
// indateLabel
|
||||
//
|
||||
indateLabel.AutoSize = true;
|
||||
indateLabel.Location = new System.Drawing.Point(344, 15);
|
||||
indateLabel.Name = "indateLabel";
|
||||
indateLabel.Size = new System.Drawing.Size(58, 21);
|
||||
indateLabel.TabIndex = 20;
|
||||
indateLabel.Text = "입사일";
|
||||
//
|
||||
// outdateLabel
|
||||
//
|
||||
outdateLabel.AutoSize = true;
|
||||
outdateLabel.Location = new System.Drawing.Point(344, 49);
|
||||
outdateLabel.Name = "outdateLabel";
|
||||
outdateLabel.Size = new System.Drawing.Size(58, 21);
|
||||
outdateLabel.TabIndex = 22;
|
||||
outdateLabel.Text = "퇴사일";
|
||||
//
|
||||
// memoLabel
|
||||
//
|
||||
memoLabel.AutoSize = true;
|
||||
memoLabel.Location = new System.Drawing.Point(360, 156);
|
||||
memoLabel.Name = "memoLabel";
|
||||
memoLabel.Size = new System.Drawing.Size(42, 21);
|
||||
memoLabel.TabIndex = 24;
|
||||
memoLabel.Text = "비고";
|
||||
//
|
||||
// label1
|
||||
//
|
||||
label1.AutoSize = true;
|
||||
label1.Location = new System.Drawing.Point(10, 193);
|
||||
label1.Name = "label1";
|
||||
label1.Size = new System.Drawing.Size(90, 21);
|
||||
label1.TabIndex = 14;
|
||||
label1.Text = "사무실전화";
|
||||
//
|
||||
// label2
|
||||
//
|
||||
label2.AutoSize = true;
|
||||
label2.Location = new System.Drawing.Point(26, 229);
|
||||
label2.Name = "label2";
|
||||
label2.Size = new System.Drawing.Size(74, 21);
|
||||
label2.TabIndex = 16;
|
||||
label2.Text = "휴대전화";
|
||||
//
|
||||
// label3
|
||||
//
|
||||
label3.AutoSize = true;
|
||||
label3.Location = new System.Drawing.Point(318, 86);
|
||||
label3.Name = "label3";
|
||||
label3.Size = new System.Drawing.Size(84, 21);
|
||||
label3.TabIndex = 6;
|
||||
label3.Text = "이름(영문)";
|
||||
//
|
||||
// label4
|
||||
//
|
||||
label4.AutoSize = true;
|
||||
label4.Location = new System.Drawing.Point(106, 361);
|
||||
label4.Name = "label4";
|
||||
label4.Size = new System.Drawing.Size(96, 21);
|
||||
label4.TabIndex = 27;
|
||||
label4.Text = "견적서 위치";
|
||||
//
|
||||
// label5
|
||||
//
|
||||
label5.AutoSize = true;
|
||||
label5.Location = new System.Drawing.Point(360, 193);
|
||||
label5.Name = "label5";
|
||||
label5.Size = new System.Drawing.Size(42, 21);
|
||||
label5.TabIndex = 29;
|
||||
label5.Text = "공정";
|
||||
//
|
||||
// label6
|
||||
//
|
||||
label6.AutoSize = true;
|
||||
label6.Location = new System.Drawing.Point(58, 264);
|
||||
label6.Name = "label6";
|
||||
label6.Size = new System.Drawing.Size(42, 21);
|
||||
label6.TabIndex = 33;
|
||||
label6.Text = "상태";
|
||||
//
|
||||
// tbId
|
||||
//
|
||||
this.tbId.Location = new System.Drawing.Point(105, 11);
|
||||
this.tbId.Name = "tbId";
|
||||
this.tbId.Size = new System.Drawing.Size(145, 29);
|
||||
this.tbId.TabIndex = 1;
|
||||
//
|
||||
// tbNameK
|
||||
//
|
||||
this.tbNameK.Location = new System.Drawing.Point(105, 82);
|
||||
this.tbNameK.Name = "tbNameK";
|
||||
this.tbNameK.Size = new System.Drawing.Size(200, 29);
|
||||
this.tbNameK.TabIndex = 5;
|
||||
//
|
||||
// tbDept
|
||||
//
|
||||
this.tbDept.Location = new System.Drawing.Point(105, 119);
|
||||
this.tbDept.Name = "tbDept";
|
||||
this.tbDept.Size = new System.Drawing.Size(200, 29);
|
||||
this.tbDept.TabIndex = 9;
|
||||
//
|
||||
// tbGrade
|
||||
//
|
||||
this.tbGrade.Location = new System.Drawing.Point(407, 119);
|
||||
this.tbGrade.Name = "tbGrade";
|
||||
this.tbGrade.Size = new System.Drawing.Size(189, 29);
|
||||
this.tbGrade.TabIndex = 11;
|
||||
//
|
||||
// tbEmail
|
||||
//
|
||||
this.tbEmail.Location = new System.Drawing.Point(105, 156);
|
||||
this.tbEmail.Name = "tbEmail";
|
||||
this.tbEmail.Size = new System.Drawing.Size(200, 29);
|
||||
this.tbEmail.TabIndex = 13;
|
||||
//
|
||||
// tbLevel
|
||||
//
|
||||
this.tbLevel.Location = new System.Drawing.Point(407, 225);
|
||||
this.tbLevel.Name = "tbLevel";
|
||||
this.tbLevel.ReadOnly = true;
|
||||
this.tbLevel.Size = new System.Drawing.Size(189, 29);
|
||||
this.tbLevel.TabIndex = 19;
|
||||
//
|
||||
// tbDateIn
|
||||
//
|
||||
this.tbDateIn.Location = new System.Drawing.Point(407, 11);
|
||||
this.tbDateIn.Name = "tbDateIn";
|
||||
this.tbDateIn.Size = new System.Drawing.Size(189, 29);
|
||||
this.tbDateIn.TabIndex = 21;
|
||||
//
|
||||
// tbDateO
|
||||
//
|
||||
this.tbDateO.Location = new System.Drawing.Point(407, 45);
|
||||
this.tbDateO.Name = "tbDateO";
|
||||
this.tbDateO.Size = new System.Drawing.Size(189, 29);
|
||||
this.tbDateO.TabIndex = 23;
|
||||
//
|
||||
// tbMemo
|
||||
//
|
||||
this.tbMemo.Location = new System.Drawing.Point(407, 156);
|
||||
this.tbMemo.Name = "tbMemo";
|
||||
this.tbMemo.Size = new System.Drawing.Size(189, 29);
|
||||
this.tbMemo.TabIndex = 25;
|
||||
//
|
||||
// button2
|
||||
//
|
||||
this.button2.Location = new System.Drawing.Point(105, 295);
|
||||
this.button2.Name = "button2";
|
||||
this.button2.Size = new System.Drawing.Size(491, 54);
|
||||
this.button2.TabIndex = 26;
|
||||
this.button2.Text = "저장(&S)";
|
||||
this.button2.UseVisualStyleBackColor = true;
|
||||
this.button2.Click += new System.EventHandler(this.button2_Click);
|
||||
//
|
||||
// tbTel
|
||||
//
|
||||
this.tbTel.Location = new System.Drawing.Point(105, 190);
|
||||
this.tbTel.Name = "tbTel";
|
||||
this.tbTel.Size = new System.Drawing.Size(200, 29);
|
||||
this.tbTel.TabIndex = 15;
|
||||
//
|
||||
// tbHp
|
||||
//
|
||||
this.tbHp.Location = new System.Drawing.Point(105, 225);
|
||||
this.tbHp.Name = "tbHp";
|
||||
this.tbHp.Size = new System.Drawing.Size(200, 29);
|
||||
this.tbHp.TabIndex = 17;
|
||||
//
|
||||
// tbNameE
|
||||
//
|
||||
this.tbNameE.Location = new System.Drawing.Point(407, 82);
|
||||
this.tbNameE.Name = "tbNameE";
|
||||
this.tbNameE.Size = new System.Drawing.Size(189, 29);
|
||||
this.tbNameE.TabIndex = 7;
|
||||
//
|
||||
// tbKJPath
|
||||
//
|
||||
this.tbKJPath.Location = new System.Drawing.Point(184, 358);
|
||||
this.tbKJPath.Name = "tbKJPath";
|
||||
this.tbKJPath.ReadOnly = true;
|
||||
this.tbKJPath.Size = new System.Drawing.Size(177, 29);
|
||||
this.tbKJPath.TabIndex = 28;
|
||||
//
|
||||
// tbProcess
|
||||
//
|
||||
this.tbProcess.Location = new System.Drawing.Point(407, 190);
|
||||
this.tbProcess.Name = "tbProcess";
|
||||
this.tbProcess.Size = new System.Drawing.Size(189, 29);
|
||||
this.tbProcess.TabIndex = 30;
|
||||
//
|
||||
// textBox1
|
||||
//
|
||||
this.textBox1.Location = new System.Drawing.Point(105, 45);
|
||||
this.textBox1.Name = "textBox1";
|
||||
this.textBox1.ReadOnly = true;
|
||||
this.textBox1.Size = new System.Drawing.Size(200, 29);
|
||||
this.textBox1.TabIndex = 31;
|
||||
this.textBox1.Text = "기본값 0";
|
||||
this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// button1
|
||||
//
|
||||
this.button1.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.button1.Location = new System.Drawing.Point(256, 11);
|
||||
this.button1.Name = "button1";
|
||||
this.button1.Size = new System.Drawing.Size(49, 29);
|
||||
this.button1.TabIndex = 32;
|
||||
this.button1.Text = "조회";
|
||||
this.button1.UseVisualStyleBackColor = true;
|
||||
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||||
//
|
||||
// tbState
|
||||
//
|
||||
this.tbState.Location = new System.Drawing.Point(105, 260);
|
||||
this.tbState.Name = "tbState";
|
||||
this.tbState.Size = new System.Drawing.Size(200, 29);
|
||||
this.tbState.TabIndex = 34;
|
||||
//
|
||||
// chkUserSt
|
||||
//
|
||||
this.chkJobReport.AutoSize = true;
|
||||
this.chkJobReport.Location = new System.Drawing.Point(407, 262);
|
||||
this.chkJobReport.Name = "chkUserSt";
|
||||
this.chkJobReport.Size = new System.Drawing.Size(93, 25);
|
||||
this.chkJobReport.TabIndex = 36;
|
||||
this.chkJobReport.Text = "업무일지";
|
||||
this.chkJobReport.UseVisualStyleBackColor = true;
|
||||
this.chkJobReport.CheckedChanged += new System.EventHandler(this.chkUserSt_CheckedChanged);
|
||||
//
|
||||
// chkUseSta
|
||||
//
|
||||
this.chkUseState.AutoSize = true;
|
||||
this.chkUseState.Location = new System.Drawing.Point(503, 260);
|
||||
this.chkUseState.Name = "chkUseSta";
|
||||
this.chkUseState.Size = new System.Drawing.Size(93, 25);
|
||||
this.chkUseState.TabIndex = 37;
|
||||
this.chkUseState.Text = "계정사용";
|
||||
this.chkUseState.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// fAddNewUser
|
||||
//
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
||||
this.ClientSize = new System.Drawing.Size(601, 355);
|
||||
this.Controls.Add(this.chkUseState);
|
||||
this.Controls.Add(this.chkJobReport);
|
||||
this.Controls.Add(label6);
|
||||
this.Controls.Add(this.tbState);
|
||||
this.Controls.Add(this.button1);
|
||||
this.Controls.Add(this.textBox1);
|
||||
this.Controls.Add(label5);
|
||||
this.Controls.Add(this.tbProcess);
|
||||
this.Controls.Add(label4);
|
||||
this.Controls.Add(this.tbKJPath);
|
||||
this.Controls.Add(label3);
|
||||
this.Controls.Add(this.tbNameE);
|
||||
this.Controls.Add(label2);
|
||||
this.Controls.Add(this.tbHp);
|
||||
this.Controls.Add(label1);
|
||||
this.Controls.Add(this.tbTel);
|
||||
this.Controls.Add(this.button2);
|
||||
this.Controls.Add(idLabel);
|
||||
this.Controls.Add(this.tbId);
|
||||
this.Controls.Add(passwordLabel);
|
||||
this.Controls.Add(nameLabel);
|
||||
this.Controls.Add(this.tbNameK);
|
||||
this.Controls.Add(deptLabel);
|
||||
this.Controls.Add(this.tbDept);
|
||||
this.Controls.Add(gradeLabel);
|
||||
this.Controls.Add(this.tbGrade);
|
||||
this.Controls.Add(emailLabel);
|
||||
this.Controls.Add(this.tbEmail);
|
||||
this.Controls.Add(levelLabel);
|
||||
this.Controls.Add(this.tbLevel);
|
||||
this.Controls.Add(indateLabel);
|
||||
this.Controls.Add(this.tbDateIn);
|
||||
this.Controls.Add(outdateLabel);
|
||||
this.Controls.Add(this.tbDateO);
|
||||
this.Controls.Add(memoLabel);
|
||||
this.Controls.Add(this.tbMemo);
|
||||
this.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
this.Name = "fAddNewUser";
|
||||
this.Text = "사용자추가";
|
||||
this.Load += new System.EventHandler(this.fUserInfo_Load);
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
System.Windows.Forms.Label idLabel;
|
||||
System.Windows.Forms.Label passwordLabel;
|
||||
System.Windows.Forms.Label nameLabel;
|
||||
System.Windows.Forms.Label deptLabel;
|
||||
System.Windows.Forms.Label gradeLabel;
|
||||
System.Windows.Forms.Label emailLabel;
|
||||
System.Windows.Forms.Label levelLabel;
|
||||
System.Windows.Forms.Label indateLabel;
|
||||
System.Windows.Forms.Label outdateLabel;
|
||||
System.Windows.Forms.Label memoLabel;
|
||||
System.Windows.Forms.Label label1;
|
||||
System.Windows.Forms.Label label2;
|
||||
System.Windows.Forms.Label label3;
|
||||
System.Windows.Forms.Label label4;
|
||||
System.Windows.Forms.Label label5;
|
||||
System.Windows.Forms.Label label6;
|
||||
this.tbId = new System.Windows.Forms.TextBox();
|
||||
this.tbNameK = new System.Windows.Forms.TextBox();
|
||||
this.tbDept = new System.Windows.Forms.TextBox();
|
||||
this.tbGrade = new System.Windows.Forms.TextBox();
|
||||
this.tbEmail = new System.Windows.Forms.TextBox();
|
||||
this.tbLevel = new System.Windows.Forms.TextBox();
|
||||
this.tbDateIn = new System.Windows.Forms.TextBox();
|
||||
this.tbDateO = new System.Windows.Forms.TextBox();
|
||||
this.tbMemo = new System.Windows.Forms.TextBox();
|
||||
this.button2 = new System.Windows.Forms.Button();
|
||||
this.tbTel = new System.Windows.Forms.TextBox();
|
||||
this.tbHp = new System.Windows.Forms.TextBox();
|
||||
this.tbNameE = new System.Windows.Forms.TextBox();
|
||||
this.tbKJPath = new System.Windows.Forms.TextBox();
|
||||
this.tbProcess = new System.Windows.Forms.TextBox();
|
||||
this.textBox1 = new System.Windows.Forms.TextBox();
|
||||
this.button1 = new System.Windows.Forms.Button();
|
||||
this.tbState = new System.Windows.Forms.TextBox();
|
||||
this.chkJobReport = new System.Windows.Forms.CheckBox();
|
||||
this.chkUseState = new System.Windows.Forms.CheckBox();
|
||||
this.chkExceptHoly = new System.Windows.Forms.CheckBox();
|
||||
idLabel = new System.Windows.Forms.Label();
|
||||
passwordLabel = new System.Windows.Forms.Label();
|
||||
nameLabel = new System.Windows.Forms.Label();
|
||||
deptLabel = new System.Windows.Forms.Label();
|
||||
gradeLabel = new System.Windows.Forms.Label();
|
||||
emailLabel = new System.Windows.Forms.Label();
|
||||
levelLabel = new System.Windows.Forms.Label();
|
||||
indateLabel = new System.Windows.Forms.Label();
|
||||
outdateLabel = new System.Windows.Forms.Label();
|
||||
memoLabel = new System.Windows.Forms.Label();
|
||||
label1 = new System.Windows.Forms.Label();
|
||||
label2 = new System.Windows.Forms.Label();
|
||||
label3 = new System.Windows.Forms.Label();
|
||||
label4 = new System.Windows.Forms.Label();
|
||||
label5 = new System.Windows.Forms.Label();
|
||||
label6 = new System.Windows.Forms.Label();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// idLabel
|
||||
//
|
||||
idLabel.AutoSize = true;
|
||||
idLabel.Location = new System.Drawing.Point(26, 15);
|
||||
idLabel.Name = "idLabel";
|
||||
idLabel.Size = new System.Drawing.Size(74, 21);
|
||||
idLabel.TabIndex = 0;
|
||||
idLabel.Text = "사원번호";
|
||||
//
|
||||
// passwordLabel
|
||||
//
|
||||
passwordLabel.AutoSize = true;
|
||||
passwordLabel.Location = new System.Drawing.Point(26, 49);
|
||||
passwordLabel.Name = "passwordLabel";
|
||||
passwordLabel.Size = new System.Drawing.Size(74, 21);
|
||||
passwordLabel.TabIndex = 2;
|
||||
passwordLabel.Text = "비밀번호";
|
||||
//
|
||||
// nameLabel
|
||||
//
|
||||
nameLabel.AutoSize = true;
|
||||
nameLabel.Location = new System.Drawing.Point(58, 86);
|
||||
nameLabel.Name = "nameLabel";
|
||||
nameLabel.Size = new System.Drawing.Size(42, 21);
|
||||
nameLabel.TabIndex = 4;
|
||||
nameLabel.Text = "이름";
|
||||
//
|
||||
// deptLabel
|
||||
//
|
||||
deptLabel.AutoSize = true;
|
||||
deptLabel.Location = new System.Drawing.Point(58, 123);
|
||||
deptLabel.Name = "deptLabel";
|
||||
deptLabel.Size = new System.Drawing.Size(42, 21);
|
||||
deptLabel.TabIndex = 8;
|
||||
deptLabel.Text = "부서";
|
||||
//
|
||||
// gradeLabel
|
||||
//
|
||||
gradeLabel.AutoSize = true;
|
||||
gradeLabel.Location = new System.Drawing.Point(360, 123);
|
||||
gradeLabel.Name = "gradeLabel";
|
||||
gradeLabel.Size = new System.Drawing.Size(42, 21);
|
||||
gradeLabel.TabIndex = 10;
|
||||
gradeLabel.Text = "직책";
|
||||
//
|
||||
// emailLabel
|
||||
//
|
||||
emailLabel.AutoSize = true;
|
||||
emailLabel.Location = new System.Drawing.Point(26, 159);
|
||||
emailLabel.Name = "emailLabel";
|
||||
emailLabel.Size = new System.Drawing.Size(74, 21);
|
||||
emailLabel.TabIndex = 12;
|
||||
emailLabel.Text = "전자메일";
|
||||
//
|
||||
// levelLabel
|
||||
//
|
||||
levelLabel.AutoSize = true;
|
||||
levelLabel.Location = new System.Drawing.Point(360, 229);
|
||||
levelLabel.Name = "levelLabel";
|
||||
levelLabel.Size = new System.Drawing.Size(42, 21);
|
||||
levelLabel.TabIndex = 18;
|
||||
levelLabel.Text = "권한";
|
||||
//
|
||||
// indateLabel
|
||||
//
|
||||
indateLabel.AutoSize = true;
|
||||
indateLabel.Location = new System.Drawing.Point(344, 15);
|
||||
indateLabel.Name = "indateLabel";
|
||||
indateLabel.Size = new System.Drawing.Size(58, 21);
|
||||
indateLabel.TabIndex = 20;
|
||||
indateLabel.Text = "입사일";
|
||||
//
|
||||
// outdateLabel
|
||||
//
|
||||
outdateLabel.AutoSize = true;
|
||||
outdateLabel.Location = new System.Drawing.Point(344, 49);
|
||||
outdateLabel.Name = "outdateLabel";
|
||||
outdateLabel.Size = new System.Drawing.Size(58, 21);
|
||||
outdateLabel.TabIndex = 22;
|
||||
outdateLabel.Text = "퇴사일";
|
||||
//
|
||||
// memoLabel
|
||||
//
|
||||
memoLabel.AutoSize = true;
|
||||
memoLabel.Location = new System.Drawing.Point(360, 156);
|
||||
memoLabel.Name = "memoLabel";
|
||||
memoLabel.Size = new System.Drawing.Size(42, 21);
|
||||
memoLabel.TabIndex = 24;
|
||||
memoLabel.Text = "비고";
|
||||
//
|
||||
// label1
|
||||
//
|
||||
label1.AutoSize = true;
|
||||
label1.Location = new System.Drawing.Point(10, 193);
|
||||
label1.Name = "label1";
|
||||
label1.Size = new System.Drawing.Size(90, 21);
|
||||
label1.TabIndex = 14;
|
||||
label1.Text = "사무실전화";
|
||||
//
|
||||
// label2
|
||||
//
|
||||
label2.AutoSize = true;
|
||||
label2.Location = new System.Drawing.Point(26, 229);
|
||||
label2.Name = "label2";
|
||||
label2.Size = new System.Drawing.Size(74, 21);
|
||||
label2.TabIndex = 16;
|
||||
label2.Text = "휴대전화";
|
||||
//
|
||||
// label3
|
||||
//
|
||||
label3.AutoSize = true;
|
||||
label3.Location = new System.Drawing.Point(318, 86);
|
||||
label3.Name = "label3";
|
||||
label3.Size = new System.Drawing.Size(84, 21);
|
||||
label3.TabIndex = 6;
|
||||
label3.Text = "이름(영문)";
|
||||
//
|
||||
// label4
|
||||
//
|
||||
label4.AutoSize = true;
|
||||
label4.Location = new System.Drawing.Point(106, 361);
|
||||
label4.Name = "label4";
|
||||
label4.Size = new System.Drawing.Size(96, 21);
|
||||
label4.TabIndex = 27;
|
||||
label4.Text = "견적서 위치";
|
||||
//
|
||||
// label5
|
||||
//
|
||||
label5.AutoSize = true;
|
||||
label5.Location = new System.Drawing.Point(360, 193);
|
||||
label5.Name = "label5";
|
||||
label5.Size = new System.Drawing.Size(42, 21);
|
||||
label5.TabIndex = 29;
|
||||
label5.Text = "공정";
|
||||
//
|
||||
// label6
|
||||
//
|
||||
label6.AutoSize = true;
|
||||
label6.Location = new System.Drawing.Point(58, 264);
|
||||
label6.Name = "label6";
|
||||
label6.Size = new System.Drawing.Size(42, 21);
|
||||
label6.TabIndex = 33;
|
||||
label6.Text = "상태";
|
||||
//
|
||||
// tbId
|
||||
//
|
||||
this.tbId.Location = new System.Drawing.Point(105, 11);
|
||||
this.tbId.Name = "tbId";
|
||||
this.tbId.Size = new System.Drawing.Size(145, 29);
|
||||
this.tbId.TabIndex = 1;
|
||||
//
|
||||
// tbNameK
|
||||
//
|
||||
this.tbNameK.Location = new System.Drawing.Point(105, 82);
|
||||
this.tbNameK.Name = "tbNameK";
|
||||
this.tbNameK.Size = new System.Drawing.Size(200, 29);
|
||||
this.tbNameK.TabIndex = 5;
|
||||
//
|
||||
// tbDept
|
||||
//
|
||||
this.tbDept.Location = new System.Drawing.Point(105, 119);
|
||||
this.tbDept.Name = "tbDept";
|
||||
this.tbDept.Size = new System.Drawing.Size(200, 29);
|
||||
this.tbDept.TabIndex = 9;
|
||||
//
|
||||
// tbGrade
|
||||
//
|
||||
this.tbGrade.Location = new System.Drawing.Point(407, 119);
|
||||
this.tbGrade.Name = "tbGrade";
|
||||
this.tbGrade.Size = new System.Drawing.Size(189, 29);
|
||||
this.tbGrade.TabIndex = 11;
|
||||
//
|
||||
// tbEmail
|
||||
//
|
||||
this.tbEmail.Location = new System.Drawing.Point(105, 156);
|
||||
this.tbEmail.Name = "tbEmail";
|
||||
this.tbEmail.Size = new System.Drawing.Size(200, 29);
|
||||
this.tbEmail.TabIndex = 13;
|
||||
//
|
||||
// tbLevel
|
||||
//
|
||||
this.tbLevel.Location = new System.Drawing.Point(407, 225);
|
||||
this.tbLevel.Name = "tbLevel";
|
||||
this.tbLevel.ReadOnly = true;
|
||||
this.tbLevel.Size = new System.Drawing.Size(189, 29);
|
||||
this.tbLevel.TabIndex = 19;
|
||||
//
|
||||
// tbDateIn
|
||||
//
|
||||
this.tbDateIn.Location = new System.Drawing.Point(407, 11);
|
||||
this.tbDateIn.Name = "tbDateIn";
|
||||
this.tbDateIn.Size = new System.Drawing.Size(189, 29);
|
||||
this.tbDateIn.TabIndex = 21;
|
||||
//
|
||||
// tbDateO
|
||||
//
|
||||
this.tbDateO.Location = new System.Drawing.Point(407, 45);
|
||||
this.tbDateO.Name = "tbDateO";
|
||||
this.tbDateO.Size = new System.Drawing.Size(189, 29);
|
||||
this.tbDateO.TabIndex = 23;
|
||||
//
|
||||
// tbMemo
|
||||
//
|
||||
this.tbMemo.Location = new System.Drawing.Point(407, 156);
|
||||
this.tbMemo.Name = "tbMemo";
|
||||
this.tbMemo.Size = new System.Drawing.Size(189, 29);
|
||||
this.tbMemo.TabIndex = 25;
|
||||
//
|
||||
// button2
|
||||
//
|
||||
this.button2.Location = new System.Drawing.Point(105, 295);
|
||||
this.button2.Name = "button2";
|
||||
this.button2.Size = new System.Drawing.Size(491, 54);
|
||||
this.button2.TabIndex = 26;
|
||||
this.button2.Text = "저장(&S)";
|
||||
this.button2.UseVisualStyleBackColor = true;
|
||||
this.button2.Click += new System.EventHandler(this.button2_Click);
|
||||
//
|
||||
// tbTel
|
||||
//
|
||||
this.tbTel.Location = new System.Drawing.Point(105, 190);
|
||||
this.tbTel.Name = "tbTel";
|
||||
this.tbTel.Size = new System.Drawing.Size(200, 29);
|
||||
this.tbTel.TabIndex = 15;
|
||||
//
|
||||
// tbHp
|
||||
//
|
||||
this.tbHp.Location = new System.Drawing.Point(105, 225);
|
||||
this.tbHp.Name = "tbHp";
|
||||
this.tbHp.Size = new System.Drawing.Size(200, 29);
|
||||
this.tbHp.TabIndex = 17;
|
||||
//
|
||||
// tbNameE
|
||||
//
|
||||
this.tbNameE.Location = new System.Drawing.Point(407, 82);
|
||||
this.tbNameE.Name = "tbNameE";
|
||||
this.tbNameE.Size = new System.Drawing.Size(189, 29);
|
||||
this.tbNameE.TabIndex = 7;
|
||||
//
|
||||
// tbKJPath
|
||||
//
|
||||
this.tbKJPath.Location = new System.Drawing.Point(184, 358);
|
||||
this.tbKJPath.Name = "tbKJPath";
|
||||
this.tbKJPath.ReadOnly = true;
|
||||
this.tbKJPath.Size = new System.Drawing.Size(177, 29);
|
||||
this.tbKJPath.TabIndex = 28;
|
||||
//
|
||||
// tbProcess
|
||||
//
|
||||
this.tbProcess.Location = new System.Drawing.Point(407, 190);
|
||||
this.tbProcess.Name = "tbProcess";
|
||||
this.tbProcess.Size = new System.Drawing.Size(189, 29);
|
||||
this.tbProcess.TabIndex = 30;
|
||||
//
|
||||
// textBox1
|
||||
//
|
||||
this.textBox1.Location = new System.Drawing.Point(105, 45);
|
||||
this.textBox1.Name = "textBox1";
|
||||
this.textBox1.ReadOnly = true;
|
||||
this.textBox1.Size = new System.Drawing.Size(200, 29);
|
||||
this.textBox1.TabIndex = 31;
|
||||
this.textBox1.Text = "기본값 0";
|
||||
this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// button1
|
||||
//
|
||||
this.button1.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.button1.Location = new System.Drawing.Point(256, 11);
|
||||
this.button1.Name = "button1";
|
||||
this.button1.Size = new System.Drawing.Size(49, 29);
|
||||
this.button1.TabIndex = 32;
|
||||
this.button1.Text = "조회";
|
||||
this.button1.UseVisualStyleBackColor = true;
|
||||
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||||
//
|
||||
// tbState
|
||||
//
|
||||
this.tbState.Location = new System.Drawing.Point(105, 260);
|
||||
this.tbState.Name = "tbState";
|
||||
this.tbState.Size = new System.Drawing.Size(200, 29);
|
||||
this.tbState.TabIndex = 34;
|
||||
//
|
||||
// chkJobReport
|
||||
//
|
||||
this.chkJobReport.AutoSize = true;
|
||||
this.chkJobReport.Location = new System.Drawing.Point(407, 262);
|
||||
this.chkJobReport.Name = "chkJobReport";
|
||||
this.chkJobReport.Size = new System.Drawing.Size(93, 25);
|
||||
this.chkJobReport.TabIndex = 36;
|
||||
this.chkJobReport.Text = "업무일지";
|
||||
this.chkJobReport.UseVisualStyleBackColor = true;
|
||||
this.chkJobReport.CheckedChanged += new System.EventHandler(this.chkUserSt_CheckedChanged);
|
||||
//
|
||||
// chkUseState
|
||||
//
|
||||
this.chkUseState.AutoSize = true;
|
||||
this.chkUseState.Location = new System.Drawing.Point(503, 260);
|
||||
this.chkUseState.Name = "chkUseState";
|
||||
this.chkUseState.Size = new System.Drawing.Size(93, 25);
|
||||
this.chkUseState.TabIndex = 37;
|
||||
this.chkUseState.Text = "계정사용";
|
||||
this.chkUseState.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// checkBox1
|
||||
//
|
||||
this.chkExceptHoly.AutoSize = true;
|
||||
this.chkExceptHoly.Location = new System.Drawing.Point(311, 260);
|
||||
this.chkExceptHoly.Name = "checkBox1";
|
||||
this.chkExceptHoly.Size = new System.Drawing.Size(93, 25);
|
||||
this.chkExceptHoly.TabIndex = 38;
|
||||
this.chkExceptHoly.Text = "휴가제외";
|
||||
this.chkExceptHoly.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// fAddNewUser
|
||||
//
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
||||
this.ClientSize = new System.Drawing.Size(601, 355);
|
||||
this.Controls.Add(this.chkExceptHoly);
|
||||
this.Controls.Add(this.chkUseState);
|
||||
this.Controls.Add(this.chkJobReport);
|
||||
this.Controls.Add(label6);
|
||||
this.Controls.Add(this.tbState);
|
||||
this.Controls.Add(this.button1);
|
||||
this.Controls.Add(this.textBox1);
|
||||
this.Controls.Add(label5);
|
||||
this.Controls.Add(this.tbProcess);
|
||||
this.Controls.Add(label4);
|
||||
this.Controls.Add(this.tbKJPath);
|
||||
this.Controls.Add(label3);
|
||||
this.Controls.Add(this.tbNameE);
|
||||
this.Controls.Add(label2);
|
||||
this.Controls.Add(this.tbHp);
|
||||
this.Controls.Add(label1);
|
||||
this.Controls.Add(this.tbTel);
|
||||
this.Controls.Add(this.button2);
|
||||
this.Controls.Add(idLabel);
|
||||
this.Controls.Add(this.tbId);
|
||||
this.Controls.Add(passwordLabel);
|
||||
this.Controls.Add(nameLabel);
|
||||
this.Controls.Add(this.tbNameK);
|
||||
this.Controls.Add(deptLabel);
|
||||
this.Controls.Add(this.tbDept);
|
||||
this.Controls.Add(gradeLabel);
|
||||
this.Controls.Add(this.tbGrade);
|
||||
this.Controls.Add(emailLabel);
|
||||
this.Controls.Add(this.tbEmail);
|
||||
this.Controls.Add(levelLabel);
|
||||
this.Controls.Add(this.tbLevel);
|
||||
this.Controls.Add(indateLabel);
|
||||
this.Controls.Add(this.tbDateIn);
|
||||
this.Controls.Add(outdateLabel);
|
||||
this.Controls.Add(this.tbDateO);
|
||||
this.Controls.Add(memoLabel);
|
||||
this.Controls.Add(this.tbMemo);
|
||||
this.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
this.Name = "fAddNewUser";
|
||||
this.Text = "사용자추가";
|
||||
this.Load += new System.EventHandler(this.fUserInfo_Load);
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
@@ -457,5 +469,6 @@
|
||||
private System.Windows.Forms.TextBox tbState;
|
||||
private System.Windows.Forms.CheckBox chkJobReport;
|
||||
private System.Windows.Forms.CheckBox chkUseState;
|
||||
}
|
||||
private System.Windows.Forms.CheckBox chkExceptHoly;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -47,6 +47,7 @@ namespace Project._Common
|
||||
tbDateO.Text = db_user.outdate;
|
||||
tbGrade.Text = db_user.grade;
|
||||
tbMemo.Text = db_user.memo;
|
||||
|
||||
}
|
||||
if (db_guser != null)
|
||||
{
|
||||
@@ -56,6 +57,7 @@ namespace Project._Common
|
||||
//this.chkJobReport.Checked = (db_guser.useJobReport == null ? false : (bool)db_guser.useJobReport);
|
||||
this.chkJobReport.Checked = (db_guser.useJobReport == null ? false : (bool)db_guser.useJobReport);
|
||||
this.chkUseState.Checked = (db_guser.useUserState == null ? false : (bool)db_guser.useUserState);
|
||||
this.chkExceptHoly.Checked = (db_guser.exceptHoly == null ? false : (bool)db_guser.exceptHoly);
|
||||
}
|
||||
|
||||
this.Text = "사용자 정보 변경";
|
||||
@@ -137,6 +139,7 @@ namespace Project._Common
|
||||
drGuser.state = this.tbState.Text.Trim();
|
||||
drGuser.useJobReport = chkJobReport.Checked;
|
||||
drGuser.useUserState = chkUseState.Checked;
|
||||
drGuser.exceptHoly = chkExceptHoly.Checked;
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -158,6 +161,7 @@ namespace Project._Common
|
||||
//drGuser.useJobReport = this.chkJobReport.Checked;
|
||||
drGuser.useJobReport = this.chkJobReport.Checked;
|
||||
drGuser.useUserState = this.chkUseState.Checked;
|
||||
drGuser.exceptHoly = this.chkExceptHoly.Checked;
|
||||
db.EETGW_GroupUser.Add(drGuser);
|
||||
}
|
||||
|
||||
|
||||
12
Project/_Common/fUserInfo.Designer.cs
generated
12
Project/_Common/fUserInfo.Designer.cs
generated
@@ -203,7 +203,7 @@
|
||||
// label4
|
||||
//
|
||||
label4.AutoSize = true;
|
||||
label4.Location = new System.Drawing.Point(106, 330);
|
||||
label4.Location = new System.Drawing.Point(106, 356);
|
||||
label4.Name = "label4";
|
||||
label4.Size = new System.Drawing.Size(96, 21);
|
||||
label4.TabIndex = 27;
|
||||
@@ -248,9 +248,9 @@
|
||||
//
|
||||
// tbDept
|
||||
//
|
||||
this.tbDept.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "dept", true));
|
||||
this.tbDept.Location = new System.Drawing.Point(105, 119);
|
||||
this.tbDept.Name = "tbDept";
|
||||
this.tbDept.ReadOnly = true;
|
||||
this.tbDept.Size = new System.Drawing.Size(200, 29);
|
||||
this.tbDept.TabIndex = 9;
|
||||
//
|
||||
@@ -315,7 +315,7 @@
|
||||
//
|
||||
// button2
|
||||
//
|
||||
this.button2.Location = new System.Drawing.Point(105, 264);
|
||||
this.button2.Location = new System.Drawing.Point(105, 290);
|
||||
this.button2.Name = "button2";
|
||||
this.button2.Size = new System.Drawing.Size(491, 54);
|
||||
this.button2.TabIndex = 26;
|
||||
@@ -333,12 +333,14 @@
|
||||
this.tam.EETGW_GroupUserTableAdapter = null;
|
||||
this.tam.InventoryTableAdapter = null;
|
||||
this.tam.ItemsTableAdapter = null;
|
||||
this.tam.JobReportTableAdapter = null;
|
||||
this.tam.LineCodeTableAdapter = null;
|
||||
this.tam.ProjectsTableAdapter = null;
|
||||
this.tam.SPMasterTableAdapter = null;
|
||||
this.tam.UpdateOrder = Project.dsMSSQLTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
|
||||
this.tam.UserGroupTableAdapter = null;
|
||||
this.tam.UsersTableAdapter = this.ta;
|
||||
this.tam.vGroupUserTableAdapter = null;
|
||||
//
|
||||
// tbTel
|
||||
//
|
||||
@@ -367,7 +369,7 @@
|
||||
// tbKJPath
|
||||
//
|
||||
this.tbKJPath.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "level", true));
|
||||
this.tbKJPath.Location = new System.Drawing.Point(184, 327);
|
||||
this.tbKJPath.Location = new System.Drawing.Point(184, 353);
|
||||
this.tbKJPath.Name = "tbKJPath";
|
||||
this.tbKJPath.ReadOnly = true;
|
||||
this.tbKJPath.Size = new System.Drawing.Size(177, 29);
|
||||
@@ -384,7 +386,7 @@
|
||||
// fUserInfo
|
||||
//
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
||||
this.ClientSize = new System.Drawing.Size(601, 326);
|
||||
this.ClientSize = new System.Drawing.Size(601, 351);
|
||||
this.Controls.Add(label5);
|
||||
this.Controls.Add(this.tbProcess);
|
||||
this.Controls.Add(label4);
|
||||
|
||||
@@ -35,6 +35,8 @@ namespace Project._Common
|
||||
if (drGroupUser != null)
|
||||
this.tbProcess.Text = drGroupUser.Process;
|
||||
else this.tbProcess.Text = string.Empty;
|
||||
|
||||
this.tbDept.Text = FCOMMON.info.Login.dept;
|
||||
}
|
||||
|
||||
private void button1_Click(object sender, EventArgs e)
|
||||
@@ -77,7 +79,7 @@ namespace Project._Common
|
||||
this.Validate();
|
||||
|
||||
dr.name = tbNameK.Text;
|
||||
dr.dept = tbDept.Text;
|
||||
//dr.dept = tbDept.Text;
|
||||
dr.email = tbEmail.Text;
|
||||
dr.tel = tbTel.Text;
|
||||
dr.hp = tbHp.Text;
|
||||
|
||||
@@ -165,6 +165,12 @@
|
||||
<metadata name="bs.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>122, 17</value>
|
||||
</metadata>
|
||||
<metadata name="bs.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>122, 17</value>
|
||||
</metadata>
|
||||
<metadata name="dsMSSQL.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 17</value>
|
||||
</metadata>
|
||||
<metadata name="dsMSSQL.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 17</value>
|
||||
</metadata>
|
||||
|
||||
984
Project/_Common/fUserList.Designer.cs
generated
984
Project/_Common/fUserList.Designer.cs
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user