This commit is contained in:
chikyun.kim
2018-09-28 10:24:41 +09:00
parent 78f316bc3a
commit 128c089816
377 changed files with 23606 additions and 2107 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -25,6 +25,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Project", "Project", "{6C7E
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FBS0000", "SubProject\FBS0000\FBS0000.csproj", "{F6F515C6-6628-47C4-8A94-683BDF9FBB9C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YARTE", "Sub\YARTE\YARTE.csproj", "{DB5EE9C8-EACF-4231-877E-B9DFD7A714DE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -89,6 +91,12 @@ Global
{F6F515C6-6628-47C4-8A94-683BDF9FBB9C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F6F515C6-6628-47C4-8A94-683BDF9FBB9C}.Release|Any CPU.Build.0 = Release|Any CPU
{F6F515C6-6628-47C4-8A94-683BDF9FBB9C}.Release|x86.ActiveCfg = Release|Any CPU
{DB5EE9C8-EACF-4231-877E-B9DFD7A714DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB5EE9C8-EACF-4231-877E-B9DFD7A714DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB5EE9C8-EACF-4231-877E-B9DFD7A714DE}.Debug|x86.ActiveCfg = Debug|Any CPU
{DB5EE9C8-EACF-4231-877E-B9DFD7A714DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB5EE9C8-EACF-4231-877E-B9DFD7A714DE}.Release|Any CPU.Build.0 = Release|Any CPU
{DB5EE9C8-EACF-4231-877E-B9DFD7A714DE}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
@@ -102,6 +110,7 @@ Global
{74836A5F-CB5B-449F-9210-99C9D1A23B97} = {6C7EC99E-7367-4255-A039-EF5E8D75A2F6}
{26982882-C1FF-45F8-861C-D67558725FF1} = {6C7EC99E-7367-4255-A039-EF5E8D75A2F6}
{F6F515C6-6628-47C4-8A94-683BDF9FBB9C} = {6C7EC99E-7367-4255-A039-EF5E8D75A2F6}
{DB5EE9C8-EACF-4231-877E-B9DFD7A714DE} = {28105E67-9D33-4627-8E26-FCE67700622F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B5B1FD72-356F-4840-83E8-B070AC21C8D9}

Binary file not shown.

View File

@@ -43,16 +43,16 @@
// tbID
//
this.tbID.Font = new System.Drawing.Font("Calibri", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.tbID.Location = new System.Drawing.Point(34, 127);
this.tbID.Location = new System.Drawing.Point(12, 126);
this.tbID.Name = "tbID";
this.tbID.Size = new System.Drawing.Size(235, 40);
this.tbID.Size = new System.Drawing.Size(329, 40);
this.tbID.TabIndex = 0;
this.tbID.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(108, 34);
this.pictureBox1.Location = new System.Drawing.Point(136, 34);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(80, 80);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
@@ -68,16 +68,16 @@
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(295, 255);
this.panel1.Size = new System.Drawing.Size(351, 228);
this.panel1.TabIndex = 1;
//
// tbPW
//
this.tbPW.Font = new System.Drawing.Font("Calibri", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.tbPW.Location = new System.Drawing.Point(34, 176);
this.tbPW.Location = new System.Drawing.Point(12, 175);
this.tbPW.Name = "tbPW";
this.tbPW.PasswordChar = '●';
this.tbPW.Size = new System.Drawing.Size(235, 40);
this.tbPW.Size = new System.Drawing.Size(329, 40);
this.tbPW.TabIndex = 4;
this.tbPW.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
@@ -86,9 +86,9 @@
this.panel2.BackColor = System.Drawing.SystemColors.Control;
this.panel2.Controls.Add(this.btLogin);
this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel2.Location = new System.Drawing.Point(0, 255);
this.panel2.Location = new System.Drawing.Point(0, 228);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(295, 34);
this.panel2.Size = new System.Drawing.Size(351, 34);
this.panel2.TabIndex = 6;
//
// btLogin
@@ -96,7 +96,7 @@
this.btLogin.Dock = System.Windows.Forms.DockStyle.Fill;
this.btLogin.Location = new System.Drawing.Point(0, 0);
this.btLogin.Name = "btLogin";
this.btLogin.Size = new System.Drawing.Size(295, 34);
this.btLogin.Size = new System.Drawing.Size(351, 34);
this.btLogin.TabIndex = 0;
this.btLogin.Text = "OK";
this.btLogin.UseVisualStyleBackColor = true;
@@ -106,7 +106,7 @@
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackColor = System.Drawing.Color.OrangeRed;
this.ClientSize = new System.Drawing.Size(295, 289);
this.ClientSize = new System.Drawing.Size(351, 262);
this.Controls.Add(this.panel1);
this.Controls.Add(this.panel2);
this.Font = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));

View File

@@ -48,9 +48,9 @@ namespace Project.Dialog
Pub.setting.lastid = tbID.Text.Trim();
Pub.setting.Save();
var encpass = Pub.MakePasswordEnc(tbPW.Text);
var encpass = Pub.MakePasswordEnc(tbPW.Text.Trim());
var ta = new dsMSSQLTableAdapters.UsersTableAdapter();
var users = ta.GetIDPW(tbID.Text, encpass);
var users = ta.GetIDPW(tbID.Text.Trim(), encpass);
if(users.Rows.Count < 1)
{
Util.MsgE("No user");
@@ -60,10 +60,12 @@ namespace Project.Dialog
{
var userdr = users.Rows[0] as dsMSSQL.UsersRow ;
FCOMMON.info.Login.no = userdr.id;
FCOMMON.info.Login.name = userdr.name;
FCOMMON.info.Login.nameK = userdr.name;
FCOMMON.info.Login.dept = userdr.dept;
FCOMMON.info.Login.level = userdr.level;
FCOMMON.info.Login.email = userdr.email;
FCOMMON.info.Login.email = userdr.email;
FCOMMON.info.Login.nameE = userdr.nameE;
FCOMMON.info.Login.hp = userdr.hp;
}
DialogResult = DialogResult.OK;
}

View File

@@ -15,8 +15,8 @@ namespace Project
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.ThreadException += new System.Threading.ThreadExceptionEventHandler(Application_ThreadException);
AppDomain.CurrentDomain.UnhandledException += new UnhandledExceptionEventHandler(CurrentDomain_UnhandledException);
// Application.ThreadException += new System.Threading.ThreadExceptionEventHandler(Application_ThreadException);
// AppDomain.CurrentDomain.UnhandledException += new UnhandledExceptionEventHandler(CurrentDomain_UnhandledException);
Application.Run(new fMain());
}

View File

@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// 모든 값을 지정하거나 아래와 같이 '*'를 사용하여 빌드 번호 및 수정 번호가 자동으로
// 지정되도록 할 수 있습니다.
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("18.09.19.0000")]
[assembly: AssemblyFileVersion("18.09.19.0000")]
[assembly: AssemblyVersion("18.09.27.0000")]
[assembly: AssemblyFileVersion("18.09.27.0000")]

View File

@@ -40,7 +40,11 @@
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;
this.idTextBox = new System.Windows.Forms.TextBox();
this.bs = new System.Windows.Forms.BindingSource(this.components);
this.dsMSSQL = new Project.dsMSSQL();
this.nameTextBox = new System.Windows.Forms.TextBox();
this.deptTextBox = new System.Windows.Forms.TextBox();
this.gradeTextBox = new System.Windows.Forms.TextBox();
@@ -51,11 +55,11 @@
this.memoTextBox = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.bs = new System.Windows.Forms.BindingSource(this.components);
this.dsMSSQL = new Project.dsMSSQL();
this.ta = new Project.dsMSSQLTableAdapters.UsersTableAdapter();
this.tam = new Project.dsMSSQLTableAdapters.TableAdapterManager();
this.textBox1 = new System.Windows.Forms.TextBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.textBox3 = new System.Windows.Forms.TextBox();
idLabel = new System.Windows.Forms.Label();
passwordLabel = new System.Windows.Forms.Label();
nameLabel = new System.Windows.Forms.Label();
@@ -67,6 +71,8 @@
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();
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dsMSSQL)).BeginInit();
this.SuspendLayout();
@@ -77,25 +83,16 @@
idLabel.Location = new System.Drawing.Point(22, 15);
idLabel.Name = "idLabel";
idLabel.Size = new System.Drawing.Size(19, 12);
idLabel.TabIndex = 1;
idLabel.TabIndex = 0;
idLabel.Text = "id:";
//
// idTextBox
//
this.idTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "id", true));
this.idTextBox.Location = new System.Drawing.Point(93, 12);
this.idTextBox.Name = "idTextBox";
this.idTextBox.ReadOnly = true;
this.idTextBox.Size = new System.Drawing.Size(200, 21);
this.idTextBox.TabIndex = 2;
//
// passwordLabel
//
passwordLabel.AutoSize = true;
passwordLabel.Location = new System.Drawing.Point(22, 42);
passwordLabel.Name = "passwordLabel";
passwordLabel.Size = new System.Drawing.Size(65, 12);
passwordLabel.TabIndex = 3;
passwordLabel.TabIndex = 2;
passwordLabel.Text = "password:";
//
// nameLabel
@@ -104,155 +101,89 @@
nameLabel.Location = new System.Drawing.Point(22, 69);
nameLabel.Name = "nameLabel";
nameLabel.Size = new System.Drawing.Size(41, 12);
nameLabel.TabIndex = 5;
nameLabel.TabIndex = 4;
nameLabel.Text = "name:";
//
// nameTextBox
//
this.nameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "name", true));
this.nameTextBox.Location = new System.Drawing.Point(93, 66);
this.nameTextBox.Name = "nameTextBox";
this.nameTextBox.Size = new System.Drawing.Size(200, 21);
this.nameTextBox.TabIndex = 6;
//
// deptLabel
//
deptLabel.AutoSize = true;
deptLabel.Location = new System.Drawing.Point(22, 96);
deptLabel.Location = new System.Drawing.Point(22, 122);
deptLabel.Name = "deptLabel";
deptLabel.Size = new System.Drawing.Size(33, 12);
deptLabel.TabIndex = 7;
deptLabel.TabIndex = 8;
deptLabel.Text = "dept:";
//
// deptTextBox
//
this.deptTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "dept", true));
this.deptTextBox.Location = new System.Drawing.Point(93, 93);
this.deptTextBox.Name = "deptTextBox";
this.deptTextBox.Size = new System.Drawing.Size(200, 21);
this.deptTextBox.TabIndex = 8;
//
// gradeLabel
//
gradeLabel.AutoSize = true;
gradeLabel.Location = new System.Drawing.Point(22, 123);
gradeLabel.Location = new System.Drawing.Point(22, 149);
gradeLabel.Name = "gradeLabel";
gradeLabel.Size = new System.Drawing.Size(41, 12);
gradeLabel.TabIndex = 9;
gradeLabel.TabIndex = 10;
gradeLabel.Text = "grade:";
//
// gradeTextBox
//
this.gradeTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "grade", true));
this.gradeTextBox.Location = new System.Drawing.Point(93, 120);
this.gradeTextBox.Name = "gradeTextBox";
this.gradeTextBox.Size = new System.Drawing.Size(200, 21);
this.gradeTextBox.TabIndex = 10;
//
// emailLabel
//
emailLabel.AutoSize = true;
emailLabel.Location = new System.Drawing.Point(22, 150);
emailLabel.Location = new System.Drawing.Point(22, 176);
emailLabel.Name = "emailLabel";
emailLabel.Size = new System.Drawing.Size(40, 12);
emailLabel.TabIndex = 11;
emailLabel.TabIndex = 12;
emailLabel.Text = "email:";
//
// emailTextBox
//
this.emailTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "email", true));
this.emailTextBox.Location = new System.Drawing.Point(93, 147);
this.emailTextBox.Name = "emailTextBox";
this.emailTextBox.Size = new System.Drawing.Size(200, 21);
this.emailTextBox.TabIndex = 12;
//
// levelLabel
//
levelLabel.AutoSize = true;
levelLabel.Location = new System.Drawing.Point(22, 206);
levelLabel.Location = new System.Drawing.Point(22, 257);
levelLabel.Name = "levelLabel";
levelLabel.Size = new System.Drawing.Size(35, 12);
levelLabel.TabIndex = 13;
levelLabel.TabIndex = 18;
levelLabel.Text = "level:";
//
// levelTextBox
//
this.levelTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "level", true));
this.levelTextBox.Location = new System.Drawing.Point(93, 203);
this.levelTextBox.Name = "levelTextBox";
this.levelTextBox.Size = new System.Drawing.Size(200, 21);
this.levelTextBox.TabIndex = 14;
//
// indateLabel
//
indateLabel.AutoSize = true;
indateLabel.Location = new System.Drawing.Point(22, 233);
indateLabel.Location = new System.Drawing.Point(22, 284);
indateLabel.Name = "indateLabel";
indateLabel.Size = new System.Drawing.Size(43, 12);
indateLabel.TabIndex = 15;
indateLabel.TabIndex = 20;
indateLabel.Text = "indate:";
//
// indateTextBox
//
this.indateTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "indate", true));
this.indateTextBox.Location = new System.Drawing.Point(93, 230);
this.indateTextBox.Name = "indateTextBox";
this.indateTextBox.Size = new System.Drawing.Size(200, 21);
this.indateTextBox.TabIndex = 16;
//
// outdateLabel
//
outdateLabel.AutoSize = true;
outdateLabel.Location = new System.Drawing.Point(22, 260);
outdateLabel.Location = new System.Drawing.Point(22, 311);
outdateLabel.Name = "outdateLabel";
outdateLabel.Size = new System.Drawing.Size(50, 12);
outdateLabel.TabIndex = 17;
outdateLabel.TabIndex = 22;
outdateLabel.Text = "outdate:";
//
// outdateTextBox
//
this.outdateTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "outdate", true));
this.outdateTextBox.Location = new System.Drawing.Point(93, 257);
this.outdateTextBox.Name = "outdateTextBox";
this.outdateTextBox.Size = new System.Drawing.Size(200, 21);
this.outdateTextBox.TabIndex = 18;
//
// memoLabel
//
memoLabel.AutoSize = true;
memoLabel.Location = new System.Drawing.Point(22, 287);
memoLabel.Location = new System.Drawing.Point(22, 338);
memoLabel.Name = "memoLabel";
memoLabel.Size = new System.Drawing.Size(45, 12);
memoLabel.TabIndex = 19;
memoLabel.TabIndex = 24;
memoLabel.Text = "memo:";
//
// memoTextBox
// label1
//
this.memoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "memo", true));
this.memoTextBox.Location = new System.Drawing.Point(93, 284);
this.memoTextBox.Name = "memoTextBox";
this.memoTextBox.Size = new System.Drawing.Size(200, 21);
this.memoTextBox.TabIndex = 20;
label1.AutoSize = true;
label1.Location = new System.Drawing.Point(22, 203);
label1.Name = "label1";
label1.Size = new System.Drawing.Size(23, 12);
label1.TabIndex = 14;
label1.Text = "Tel";
//
// button1
// idTextBox
//
this.button1.Location = new System.Drawing.Point(93, 38);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(200, 21);
this.button1.TabIndex = 25;
this.button1.Text = "Change";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(93, 312);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(200, 30);
this.button2.TabIndex = 26;
this.button2.Text = "Save";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
this.idTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "id", true));
this.idTextBox.Location = new System.Drawing.Point(93, 12);
this.idTextBox.Name = "idTextBox";
this.idTextBox.ReadOnly = true;
this.idTextBox.Size = new System.Drawing.Size(200, 21);
this.idTextBox.TabIndex = 1;
//
// bs
//
@@ -265,6 +196,90 @@
this.dsMSSQL.DataSetName = "dsMSSQL";
this.dsMSSQL.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// nameTextBox
//
this.nameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "name", true));
this.nameTextBox.Location = new System.Drawing.Point(93, 66);
this.nameTextBox.Name = "nameTextBox";
this.nameTextBox.Size = new System.Drawing.Size(200, 21);
this.nameTextBox.TabIndex = 5;
//
// deptTextBox
//
this.deptTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "dept", true));
this.deptTextBox.Location = new System.Drawing.Point(93, 119);
this.deptTextBox.Name = "deptTextBox";
this.deptTextBox.Size = new System.Drawing.Size(200, 21);
this.deptTextBox.TabIndex = 9;
//
// gradeTextBox
//
this.gradeTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "grade", true));
this.gradeTextBox.Location = new System.Drawing.Point(93, 146);
this.gradeTextBox.Name = "gradeTextBox";
this.gradeTextBox.Size = new System.Drawing.Size(200, 21);
this.gradeTextBox.TabIndex = 11;
//
// emailTextBox
//
this.emailTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "email", true));
this.emailTextBox.Location = new System.Drawing.Point(93, 173);
this.emailTextBox.Name = "emailTextBox";
this.emailTextBox.Size = new System.Drawing.Size(200, 21);
this.emailTextBox.TabIndex = 13;
//
// levelTextBox
//
this.levelTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "level", true));
this.levelTextBox.Location = new System.Drawing.Point(93, 254);
this.levelTextBox.Name = "levelTextBox";
this.levelTextBox.Size = new System.Drawing.Size(200, 21);
this.levelTextBox.TabIndex = 19;
//
// indateTextBox
//
this.indateTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "indate", true));
this.indateTextBox.Location = new System.Drawing.Point(93, 281);
this.indateTextBox.Name = "indateTextBox";
this.indateTextBox.Size = new System.Drawing.Size(200, 21);
this.indateTextBox.TabIndex = 21;
//
// outdateTextBox
//
this.outdateTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "outdate", true));
this.outdateTextBox.Location = new System.Drawing.Point(93, 308);
this.outdateTextBox.Name = "outdateTextBox";
this.outdateTextBox.Size = new System.Drawing.Size(200, 21);
this.outdateTextBox.TabIndex = 23;
//
// memoTextBox
//
this.memoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "memo", true));
this.memoTextBox.Location = new System.Drawing.Point(93, 335);
this.memoTextBox.Name = "memoTextBox";
this.memoTextBox.Size = new System.Drawing.Size(200, 21);
this.memoTextBox.TabIndex = 25;
//
// button1
//
this.button1.Location = new System.Drawing.Point(93, 38);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(200, 21);
this.button1.TabIndex = 3;
this.button1.Text = "Change";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(93, 363);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(200, 30);
this.button2.TabIndex = 26;
this.button2.Text = "Save";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// ta
//
this.ta.ClearBeforeFill = true;
@@ -279,28 +294,57 @@
this.tam.UpdateOrder = Project.dsMSSQLTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
this.tam.UsersTableAdapter = this.ta;
//
// label1
//
label1.AutoSize = true;
label1.Location = new System.Drawing.Point(22, 177);
label1.Name = "label1";
label1.Size = new System.Drawing.Size(23, 12);
label1.TabIndex = 27;
label1.Text = "Tel";
//
// textBox1
//
this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "tel", true));
this.textBox1.Location = new System.Drawing.Point(93, 174);
this.textBox1.Location = new System.Drawing.Point(93, 200);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(200, 21);
this.textBox1.TabIndex = 28;
this.textBox1.TabIndex = 15;
//
// label2
//
label2.AutoSize = true;
label2.Location = new System.Drawing.Point(22, 230);
label2.Name = "label2";
label2.Size = new System.Drawing.Size(20, 12);
label2.TabIndex = 16;
label2.Text = "Hp";
//
// textBox2
//
this.textBox2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "hp", true));
this.textBox2.Location = new System.Drawing.Point(93, 227);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(200, 21);
this.textBox2.TabIndex = 17;
//
// label3
//
label3.AutoSize = true;
label3.Location = new System.Drawing.Point(22, 95);
label3.Name = "label3";
label3.Size = new System.Drawing.Size(55, 12);
label3.TabIndex = 6;
label3.Text = "name(E)";
//
// textBox3
//
this.textBox3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "nameE", true));
this.textBox3.Location = new System.Drawing.Point(93, 92);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(200, 21);
this.textBox3.TabIndex = 7;
//
// fUserInfo
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(305, 349);
this.ClientSize = new System.Drawing.Size(305, 402);
this.Controls.Add(label3);
this.Controls.Add(this.textBox3);
this.Controls.Add(label2);
this.Controls.Add(this.textBox2);
this.Controls.Add(label1);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.button2);
@@ -354,5 +398,7 @@
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.TextBox textBox3;
}
}

View File

@@ -120,9 +120,6 @@
<metadata name="idLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</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="passwordLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</metadata>
@@ -150,6 +147,12 @@
<metadata name="memoLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</metadata>
<metadata name="label1.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</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="bs.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>122, 17</value>
</metadata>
@@ -165,7 +168,10 @@
<metadata name="tam.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>248, 17</value>
</metadata>
<metadata name="label1.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<metadata name="label2.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</metadata>
<metadata name="label3.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</metadata>
</root>

View File

@@ -62,10 +62,12 @@
this.mailToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.nameE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tel = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.hp = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
@@ -234,10 +236,12 @@
this.usersDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn1,
this.dataGridViewTextBoxColumn3,
this.nameE,
this.dataGridViewTextBoxColumn4,
this.dataGridViewTextBoxColumn5,
this.dataGridViewTextBoxColumn6,
this.tel,
this.hp,
this.dataGridViewTextBoxColumn7,
this.dataGridViewTextBoxColumn8,
this.dataGridViewTextBoxColumn9,
@@ -303,6 +307,13 @@
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
this.dataGridViewTextBoxColumn3.Width = 62;
//
// nameE
//
this.nameE.DataPropertyName = "nameE";
this.nameE.HeaderText = "nameE";
this.nameE.Name = "nameE";
this.nameE.Width = 70;
//
// dataGridViewTextBoxColumn4
//
this.dataGridViewTextBoxColumn4.DataPropertyName = "dept";
@@ -337,6 +348,13 @@
this.tel.Name = "tel";
this.tel.Width = 43;
//
// hp
//
this.hp.DataPropertyName = "hp";
this.hp.HeaderText = "hp";
this.hp.Name = "hp";
this.hp.Width = 44;
//
// dataGridViewTextBoxColumn7
//
this.dataGridViewTextBoxColumn7.DataPropertyName = "level";
@@ -420,10 +438,12 @@
private System.Windows.Forms.ToolStripMenuItem mailToolStripMenuItem;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
private System.Windows.Forms.DataGridViewTextBoxColumn nameE;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
private System.Windows.Forms.DataGridViewTextBoxColumn tel;
private System.Windows.Forms.DataGridViewTextBoxColumn hp;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;

View File

@@ -204,9 +204,15 @@
dtINAGGiDUDGyGpoawAxeNSAQWkAORiqnRLAwAAA9EMMU8Daa3MAAAAASUVORK5CYII=
</value>
</data>
<metadata name="nameE.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="tel.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="hp.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="cm1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>387, 17</value>
</metadata>

Binary file not shown.

Binary file not shown.

View File

@@ -1,3 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<tindevil xmlns="http://tindevil.com">
</tindevil>

View File

@@ -1,28 +0,0 @@
MSG0001=종료하시겠습니까?
MSG0002=확인
MSG0003=오류
MSG0004=아니오
MSG0005=
MSG0006=This is not the registered LOT.
MSG0007=Barcode mismatch.
MSG0008=Barcode OK
MSG0009=Input Relay State Error
MSG0010=This User number is not registered.
MSG0011=The end date is smaller than the start date
MSG0012=Do you want to check the file?
MSG0013=Please enter a barcode.
MSG0014=The same barcode has been entered
MSG0015=Input complete
MSG0016=HISTORY
MSG0017=LOGOUT
MSG0018=LOGIN
MSG0019=MOD
MSG0020=SET
MSG0021=RESET
MSG0022=Result
MSG0023=Log
MSG0024=History
MSG0025=Input sensor condition not completed.
MSG0026=Login is required.
MSG0027=Not a registered user.
MSG0028=Not Data

View File

@@ -1,59 +0,0 @@
2018-05-10 23:42:11.766 ERROR dio init error : The device is not available
2018-05-10 23:42:11.771 NORMAL ModelData Load : Usersfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Users.csv
2018-05-10 23:42:11.772 ERROR ▣ No Data
2018-05-10 23:42:11.772 NORMAL ModelData Load : Modelfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Model.csv
2018-05-10 23:42:11.772 ERROR ▣ No Data
2018-05-10 23:42:11.773 INFO model data listUsers : 0건
Model : 0건
2018-05-10 23:42:11.774 NORMAL Program Start
2018-05-10 23:43:30.175 ERROR dio init error : The device is not available
2018-05-10 23:43:30.180 NORMAL ModelData Load : Usersfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Users.csv
2018-05-10 23:43:30.185 ERROR ▣ No Data
2018-05-10 23:43:30.185 NORMAL ModelData Load : Modelfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Model.csv
2018-05-10 23:43:30.186 ERROR ▣ No Data
2018-05-10 23:43:30.186 INFO model data listUsers : 0건
Model : 0건
2018-05-10 23:43:30.188 NORMAL Program Start
2018-05-10 23:44:00.124 NORMAL Program Close
2018-05-10 23:52:13.110 ERROR dio init error : The device is not available
2018-05-10 23:52:13.115 NORMAL ModelData Load : Usersfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Users.csv
2018-05-10 23:52:13.116 ERROR ▣ No Data
2018-05-10 23:52:13.116 NORMAL ModelData Load : Modelfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Model.csv
2018-05-10 23:52:13.116 ERROR ▣ No Data
2018-05-10 23:52:13.116 INFO model data listUsers : 0건
Model : 0건
2018-05-10 23:52:13.119 NORMAL Program Start
2018-05-10 23:52:54.673 NORMAL Program Close
2018-05-10 23:54:09.144 ERROR dio init error : The device is not available
2018-05-10 23:54:09.148 NORMAL ModelData Load : Usersfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Users.csv
2018-05-10 23:54:09.150 ERROR ▣ No Data
2018-05-10 23:54:09.150 NORMAL ModelData Load : Modelfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Model.csv
2018-05-10 23:54:09.150 ERROR ▣ No Data
2018-05-10 23:54:09.150 INFO model data listUsers : 0건
Model : 0건
2018-05-10 23:54:09.152 NORMAL Program Start
2018-05-10 23:54:42.605 NORMAL Program Close
2018-05-10 23:54:50.515 ERROR dio init error : The device is not available
2018-05-10 23:54:50.519 NORMAL ModelData Load : Usersfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Users.csv
2018-05-10 23:54:50.520 ERROR ▣ No Data
2018-05-10 23:54:50.520 NORMAL ModelData Load : Modelfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Model.csv
2018-05-10 23:54:50.521 ERROR ▣ No Data
2018-05-10 23:54:50.521 INFO model data listUsers : 0건
Model : 0건
2018-05-10 23:54:50.522 NORMAL Program Start
2018-05-10 23:54:58.989 INFO User Reset Button Click
2018-05-10 23:55:03.230 NORMAL Program Close
2018-05-10 23:58:53.613 ERROR dio init error : The device is not available
2018-05-10 23:58:53.617 NORMAL ModelData Load : Usersfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Users.csv
2018-05-10 23:58:53.618 ERROR ▣ No Data
2018-05-10 23:58:53.618 NORMAL ModelData Load : Modelfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Model.csv
2018-05-10 23:58:53.619 ERROR ▣ No Data
2018-05-10 23:58:53.619 INFO model data listUsers : 0건
Model : 0건
2018-05-10 23:58:53.620 NORMAL Program Start

View File

@@ -1,296 +0,0 @@
2018-05-11 00:00:00.516 ERROR dio init error : The device is not available
2018-05-11 00:00:00.522 NORMAL ModelData Load : Usersfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Users.csv
2018-05-11 00:00:00.523 ERROR ▣ No Data
2018-05-11 00:00:00.523 NORMAL ModelData Load : Modelfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Model.csv
2018-05-11 00:00:00.523 ERROR ▣ No Data
2018-05-11 00:00:00.523 INFO model data listUsers : 0건
Model : 0건
2018-05-11 00:00:00.525 NORMAL Program Start
2018-05-11 00:00:07.526 INFO Setting Save
2018-05-11 00:00:07.526 NORMAL
==============
Setting Data List
Print Time : 18-05-11 00:00:07.526
==============
Language(Language) = Kor
FullScreen(FullScreen) = False
WindowSize(WindowSize) = {Width=1024, Height=768}
Barcode(Port Name) =
ADVDeviceName(Device Name) = COM1
DOAutoOff_Quit(DOAutoOff_Quit) = False
DOAutoOff_Start(DOAutoOff_Start) = False
2018-05-11 00:00:38.077 NORMAL Program Close
2018-05-11 00:12:15.456 ERROR dio init error : The device is not available
2018-05-11 00:12:15.461 NORMAL ModelData Load : Usersfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Users.csv
2018-05-11 00:12:15.481 ERROR ▣ No Data
2018-05-11 00:12:15.481 NORMAL ModelData Load : Modelfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Model.csv
2018-05-11 00:12:15.481 ERROR ▣ No Data
2018-05-11 00:12:15.482 INFO model data listUsers : 0건
Model : 0건
2018-05-11 00:12:15.484 NORMAL Program Start
2018-05-11 00:12:19.398 INFO Setting Save
2018-05-11 00:12:19.398 NORMAL
==============
Setting Data List
Print Time : 18-05-11 00:12:19.398
==============
Language(Language) = Kor
FullScreen(FullScreen) = False
WindowSize(WindowSize) = {Width=1024, Height=768}
Barcode(Port Name) =
ADVDeviceName(Device Name) = COM1
DOAutoOff_Quit(DOAutoOff_Quit) = False
DOAutoOff_Start(DOAutoOff_Start) = False
2018-05-11 00:12:21.481 NORMAL Program Close
2018-05-11 00:14:22.371 ERROR dio init error : The device is not available
2018-05-11 00:14:22.375 NORMAL ModelData Load : Usersfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Users.csv
2018-05-11 00:14:22.377 ERROR ▣ No Data
2018-05-11 00:14:22.377 NORMAL ModelData Load : Modelfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Model.csv
2018-05-11 00:14:22.377 ERROR ▣ No Data
2018-05-11 00:14:22.377 INFO model data listUsers : 0건
Model : 0건
2018-05-11 00:14:22.379 NORMAL Program Start
2018-05-11 00:14:28.246 NORMAL Program Close
2018-05-11 00:14:51.455 ERROR dio init error : The device is not available
2018-05-11 00:14:51.460 NORMAL ModelData Load : Usersfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Users.csv
2018-05-11 00:14:51.461 ERROR ▣ No Data
2018-05-11 00:14:51.461 NORMAL ModelData Load : Modelfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Model.csv
2018-05-11 00:14:51.461 ERROR ▣ No Data
2018-05-11 00:14:51.461 INFO model data listUsers : 0건
Model : 0건
2018-05-11 00:14:51.463 NORMAL Program Start
2018-05-11 00:15:07.918 NORMAL Program Close
2018-05-11 00:16:51.725 ERROR dio init error : The device is not available
2018-05-11 00:16:51.730 NORMAL ModelData Load : Usersfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Users.csv
2018-05-11 00:16:51.731 ERROR ▣ No Data
2018-05-11 00:16:51.731 NORMAL ModelData Load : Modelfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Model.csv
2018-05-11 00:16:51.731 ERROR ▣ No Data
2018-05-11 00:16:51.731 INFO model data listUsers : 0건
Model : 0건
2018-05-11 00:16:51.734 NORMAL Program Start
2018-05-11 00:19:11.706 NORMAL Program Close
2018-05-11 00:19:57.620 ERROR dio init error : The device is not available
2018-05-11 00:19:57.625 NORMAL ModelData Load : Usersfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Users.csv
2018-05-11 00:19:57.626 ERROR ▣ No Data
2018-05-11 00:19:57.626 NORMAL ModelData Load : Modelfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Model.csv
2018-05-11 00:19:57.626 ERROR ▣ No Data
2018-05-11 00:19:57.626 INFO model data listUsers : 0건
Model : 0건
2018-05-11 00:19:57.629 NORMAL Program Start
2018-05-11 00:20:00.594 BCD Rx:RECV BCD
2018-05-11 00:20:12.875 NORMAL Program Close
2018-05-11 00:20:40.906 ERROR dio init error : The device is not available
2018-05-11 00:20:40.911 NORMAL ModelData Load : Usersfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Users.csv
2018-05-11 00:20:40.912 ERROR ▣ No Data
2018-05-11 00:20:40.912 NORMAL ModelData Load : Modelfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Model.csv
2018-05-11 00:20:40.912 ERROR ▣ No Data
2018-05-11 00:20:40.912 INFO model data listUsers : 0건
Model : 0건
2018-05-11 00:20:40.915 NORMAL Program Start
2018-05-11 00:21:15.404 NORMAL Program Close
2018-05-11 00:21:34.818 ERROR dio init error : The device is not available
2018-05-11 00:21:34.822 NORMAL ModelData Load : Usersfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Users.csv
2018-05-11 00:21:34.823 ERROR ▣ No Data
2018-05-11 00:21:34.823 NORMAL ModelData Load : Modelfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Model.csv
2018-05-11 00:21:34.824 ERROR ▣ No Data
2018-05-11 00:21:34.824 INFO model data listUsers : 0건
Model : 0건
2018-05-11 00:21:34.827 NORMAL Program Start
2018-05-11 00:22:19.006 ERROR dio init error : The device is not available
2018-05-11 00:22:19.010 NORMAL ModelData Load : Usersfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Users.csv
2018-05-11 00:22:19.011 ERROR ▣ No Data
2018-05-11 00:22:19.011 NORMAL ModelData Load : Modelfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Model.csv
2018-05-11 00:22:19.012 ERROR ▣ No Data
2018-05-11 00:22:19.012 INFO model data listUsers : 0건
Model : 0건
2018-05-11 00:22:19.014 NORMAL Program Start
2018-05-11 00:22:26.882 INFO Setting Save
2018-05-11 00:22:26.882 NORMAL
==============
Setting Data List
Print Time : 18-05-11 00:22:26.882
==============
Language(Language) = Kor
FullScreen(FullScreen) = False
WindowSize(WindowSize) = {Width=1024, Height=600}
Barcode(Port Name) =
ADVDeviceName(Device Name) = COM1
DOAutoOff_Quit(DOAutoOff_Quit) = False
DOAutoOff_Start(DOAutoOff_Start) = False
2018-05-11 00:22:30.230 NORMAL Program Close
2018-05-11 00:23:18.090 ERROR dio init error : The device is not available
2018-05-11 00:23:18.094 NORMAL ModelData Load : Usersfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Users.csv
2018-05-11 00:23:18.095 ERROR ▣ No Data
2018-05-11 00:23:18.095 NORMAL ModelData Load : Modelfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Model.csv
2018-05-11 00:23:18.096 ERROR ▣ No Data
2018-05-11 00:23:18.096 INFO model data listUsers : 0건
Model : 0건
2018-05-11 00:23:18.098 NORMAL Program Start
2018-05-11 00:23:35.632 INFO Setting Save
2018-05-11 00:23:35.633 NORMAL
==============
Setting Data List
Print Time : 18-05-11 00:23:35.633
==============
Language(Language) = Kor
FullScreen(FullScreen) = False
WindowSize(WindowSize) = {Width=1024, Height=600}
Barcode(Port Name) =
ADVDeviceName(Device Name) = COM1
DOAutoOff_Quit(DOAutoOff_Quit) = False
DOAutoOff_Start(DOAutoOff_Start) = False
2018-05-11 00:23:50.757 INFO Setting Save
2018-05-11 00:23:50.757 NORMAL
==============
Setting Data List
Print Time : 18-05-11 00:23:50.757
==============
Language(Language) = Kor
FullScreen(FullScreen) = False
WindowSize(WindowSize) = {Width=1024, Height=500}
Barcode(Port Name) =
ADVDeviceName(Device Name) = COM1
DOAutoOff_Quit(DOAutoOff_Quit) = False
DOAutoOff_Start(DOAutoOff_Start) = False
2018-05-11 00:23:57.092 INFO Setting Save
2018-05-11 00:23:57.092 NORMAL
==============
Setting Data List
Print Time : 18-05-11 00:23:57.092
==============
Language(Language) = Kor
FullScreen(FullScreen) = False
WindowSize(WindowSize) = {Width=1024, Height=600}
Barcode(Port Name) =
ADVDeviceName(Device Name) = COM1
DOAutoOff_Quit(DOAutoOff_Quit) = False
DOAutoOff_Start(DOAutoOff_Start) = False
2018-05-11 00:23:59.778 NORMAL Program Close
2018-05-11 00:24:03.582 ERROR dio init error : The device is not available
2018-05-11 00:24:03.586 NORMAL ModelData Load : Usersfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Users.csv
2018-05-11 00:24:03.587 ERROR ▣ No Data
2018-05-11 00:24:03.587 NORMAL ModelData Load : Modelfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Model.csv
2018-05-11 00:24:03.587 ERROR ▣ No Data
2018-05-11 00:24:03.588 INFO model data listUsers : 0건
Model : 0건
2018-05-11 00:24:03.590 NORMAL Program Start
2018-05-11 00:24:30.233 NORMAL Program Close
2018-05-11 00:24:57.662 ERROR dio init error : The device is not available
2018-05-11 00:24:57.666 NORMAL ModelData Load : Usersfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Users.csv
2018-05-11 00:24:57.667 ERROR ▣ No Data
2018-05-11 00:24:57.667 NORMAL ModelData Load : Modelfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Model.csv
2018-05-11 00:24:57.667 ERROR ▣ No Data
2018-05-11 00:24:57.668 INFO model data listUsers : 0건
Model : 0건
2018-05-11 00:24:57.670 NORMAL Program Start
2018-05-11 00:26:03.885 ERROR dio init error : The device is not available
2018-05-11 00:26:03.890 NORMAL ModelData Load : Usersfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Users.csv
2018-05-11 00:26:03.891 ERROR ▣ No Data
2018-05-11 00:26:03.891 NORMAL ModelData Load : Modelfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Model.csv
2018-05-11 00:26:03.891 ERROR ▣ No Data
2018-05-11 00:26:03.891 INFO model data listUsers : 0건
Model : 0건
2018-05-11 00:26:03.893 NORMAL Program Start
2018-05-11 00:26:35.877 ERROR dio init error : The device is not available
2018-05-11 00:26:35.881 NORMAL ModelData Load : Usersfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Users.csv
2018-05-11 00:26:35.882 ERROR ▣ No Data
2018-05-11 00:26:35.882 NORMAL ModelData Load : Modelfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Model.csv
2018-05-11 00:26:35.883 ERROR ▣ No Data
2018-05-11 00:26:35.883 INFO model data listUsers : 0건
Model : 0건
2018-05-11 00:26:35.885 NORMAL Program Start
2018-05-11 00:26:52.274 ERROR dio init error : The device is not available
2018-05-11 00:26:52.278 NORMAL ModelData Load : Usersfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Users.csv
2018-05-11 00:26:52.279 ERROR ▣ No Data
2018-05-11 00:26:52.279 NORMAL ModelData Load : Modelfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Model.csv
2018-05-11 00:26:52.279 ERROR ▣ No Data
2018-05-11 00:26:52.279 INFO model data listUsers : 0건
Model : 0건
2018-05-11 00:26:52.281 NORMAL Program Start
2018-05-11 00:27:15.917 NORMAL Program Close
2018-05-11 00:28:24.236 ERROR dio init error : The device is not available
2018-05-11 00:28:24.239 NORMAL ModelData Load : Usersfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Users.csv
2018-05-11 00:28:24.241 ERROR ▣ No Data
2018-05-11 00:28:24.241 NORMAL ModelData Load : Modelfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Model.csv
2018-05-11 00:28:24.241 ERROR ▣ No Data
2018-05-11 00:28:24.241 INFO model data listUsers : 0건
Model : 0건
2018-05-11 00:28:24.244 NORMAL Program Start
2018-05-11 00:28:34.615 ERROR dio init error : The device is not available
2018-05-11 00:28:34.620 NORMAL ModelData Load : Usersfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Users.csv
2018-05-11 00:28:34.621 ERROR ▣ No Data
2018-05-11 00:28:34.621 NORMAL ModelData Load : Modelfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Model.csv
2018-05-11 00:28:34.621 ERROR ▣ No Data
2018-05-11 00:28:34.621 INFO model data listUsers : 0건
Model : 0건
2018-05-11 00:28:34.625 NORMAL Program Start
2018-05-11 00:29:34.191 ERROR dio init error : The device is not available
2018-05-11 00:29:34.196 NORMAL ModelData Load : Usersfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Users.csv
2018-05-11 00:29:34.197 ERROR ▣ No Data
2018-05-11 00:29:34.197 NORMAL ModelData Load : Modelfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Model.csv
2018-05-11 00:29:34.197 ERROR ▣ No Data
2018-05-11 00:29:34.198 INFO model data listUsers : 0건
Model : 0건
2018-05-11 00:29:34.201 NORMAL Program Start
2018-05-11 00:31:24.723 ERROR dio init error : The device is not available
2018-05-11 00:31:24.726 NORMAL ModelData Load : Usersfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Users.csv
2018-05-11 00:31:24.727 ERROR ▣ No Data
2018-05-11 00:31:24.727 NORMAL ModelData Load : Modelfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Model.csv
2018-05-11 00:31:24.727 ERROR ▣ No Data
2018-05-11 00:31:24.727 INFO model data listUsers : 0건
Model : 0건
2018-05-11 00:31:24.730 NORMAL Program Start
2018-05-11 00:31:42.642 ERROR dio init error : The device is not available
2018-05-11 00:31:42.646 NORMAL ModelData Load : Usersfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Users.csv
2018-05-11 00:31:42.647 ERROR ▣ No Data
2018-05-11 00:31:42.647 NORMAL ModelData Load : Modelfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Model.csv
2018-05-11 00:31:42.647 ERROR ▣ No Data
2018-05-11 00:31:42.648 INFO model data listUsers : 0건
Model : 0건
2018-05-11 00:31:42.651 NORMAL Program Start
2018-05-11 00:32:04.569 ERROR dio init error : The device is not available
2018-05-11 00:32:04.573 NORMAL ModelData Load : Usersfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Users.csv
2018-05-11 00:32:04.574 ERROR ▣ No Data
2018-05-11 00:32:04.574 NORMAL ModelData Load : Modelfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Model.csv
2018-05-11 00:32:04.574 ERROR ▣ No Data
2018-05-11 00:32:04.575 INFO model data listUsers : 0건
Model : 0건
2018-05-11 00:32:04.578 NORMAL Program Start
2018-05-11 00:35:31.358 NORMAL Program Close
2018-05-11 00:36:35.845 ERROR dio init error : The device is not available
2018-05-11 00:36:35.849 NORMAL ModelData Load : Usersfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Users.csv
2018-05-11 00:36:35.850 ERROR ▣ No Data
2018-05-11 00:36:35.850 NORMAL ModelData Load : Modelfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Model.csv
2018-05-11 00:36:35.851 ERROR ▣ No Data
2018-05-11 00:36:35.851 INFO model data listUsers : 0건
Model : 0건
2018-05-11 00:36:35.853 NORMAL Program Start
2018-05-11 00:36:42.340 NORMAL Program Close

Binary file not shown.

Binary file not shown.

View File

@@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>

View File

@@ -1,50 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<tindevil xmlns="http://tindevil.com">
<userdata xmlns="">
<DO2_15>0</DO2_15>
<DO2_16>0</DO2_16>
<Password_Setup>0000</Password_Setup>
<Password_User>9999</Password_User>
<Language>Kor</Language>
<FullScreen>0</FullScreen>
<WindowSize>1024,600</WindowSize>
<Barcode>
</Barcode>
<ADVDeviceName>COM1</ADVDeviceName>
<DOAutoOff_Quit>0</DOAutoOff_Quit>
<DOAutoOff_Start>0</DOAutoOff_Start>
<Log_IO>0</Log_IO>
<DI2>System.UInt16[]</DI2>
<DO2>System.UInt16[]</DO2>
<DI2_01>0</DI2_01>
<DI2_02>0</DI2_02>
<DI2_03>0</DI2_03>
<DI2_04>0</DI2_04>
<DI2_05>0</DI2_05>
<DI2_06>0</DI2_06>
<DI2_07>0</DI2_07>
<DI2_08>0</DI2_08>
<DI2_09>0</DI2_09>
<DI2_10>0</DI2_10>
<DI2_11>0</DI2_11>
<DI2_12>0</DI2_12>
<DI2_13>0</DI2_13>
<DI2_14>0</DI2_14>
<DI2_15>0</DI2_15>
<DI2_16>0</DI2_16>
<DO2_01>0</DO2_01>
<DO2_02>0</DO2_02>
<DO2_03>0</DO2_03>
<DO2_04>0</DO2_04>
<DO2_05>0</DO2_05>
<DO2_06>0</DO2_06>
<DO2_07>0</DO2_07>
<DO2_08>0</DO2_08>
<DO2_09>0</DO2_09>
<DO2_10>0</DO2_10>
<DO2_11>0</DO2_11>
<DO2_12>0</DO2_12>
<DO2_13>0</DO2_13>
<DO2_14>0</DO2_14>
</userdata>
</tindevil>

View File

@@ -1,3 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<tindevil xmlns="http://tindevil.com">
</tindevil>

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -445,6 +445,10 @@ namespace Project {
private global::System.Data.DataColumn columntel;
private global::System.Data.DataColumn columnnameE;
private global::System.Data.DataColumn columnhp;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public UsersDataTable() {
@@ -582,6 +586,22 @@ namespace Project {
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn nameEColumn {
get {
return this.columnnameE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn hpColumn {
get {
return this.columnhp;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
@@ -619,7 +639,7 @@ namespace Project {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public UsersRow AddUsersRow(string id, string password, string name, string dept, string grade, string email, short level, string indate, string outdate, string memo, string wuid, System.DateTime wdate, string tel) {
public UsersRow AddUsersRow(string id, string password, string name, string dept, string grade, string email, short level, string indate, string outdate, string memo, string wuid, System.DateTime wdate, string tel, string nameE, string hp) {
UsersRow rowUsersRow = ((UsersRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
id,
@@ -634,7 +654,9 @@ namespace Project {
memo,
wuid,
wdate,
tel};
tel,
nameE,
hp};
rowUsersRow.ItemArray = columnValuesArray;
this.Rows.Add(rowUsersRow);
return rowUsersRow;
@@ -677,6 +699,8 @@ namespace Project {
this.columnwuid = base.Columns["wuid"];
this.columnwdate = base.Columns["wdate"];
this.columntel = base.Columns["tel"];
this.columnnameE = base.Columns["nameE"];
this.columnhp = base.Columns["hp"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
@@ -708,6 +732,10 @@ namespace Project {
base.Columns.Add(this.columnwdate);
this.columntel = new global::System.Data.DataColumn("tel", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columntel);
this.columnnameE = new global::System.Data.DataColumn("nameE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnnameE);
this.columnhp = new global::System.Data.DataColumn("hp", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnhp);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnid}, true));
this.columnid.AllowDBNull = false;
@@ -725,6 +753,8 @@ namespace Project {
this.columnwuid.MaxLength = 20;
this.columnwdate.AllowDBNull = false;
this.columntel.MaxLength = 20;
this.columnnameE.MaxLength = 30;
this.columnhp.MaxLength = 20;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
@@ -2705,11 +2735,11 @@ namespace Project {
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string tel {
get {
try {
return ((string)(this[this.tableUsers.telColumn]));
if (this.IstelNull()) {
return string.Empty;
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("\'Users\' 테이블의 \'tel\' 열의 값이 DBNull입니다.", e);
else {
return ((string)(this[this.tableUsers.telColumn]));
}
}
set {
@@ -2717,6 +2747,38 @@ namespace Project {
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string nameE {
get {
if (this.IsnameENull()) {
return string.Empty;
}
else {
return ((string)(this[this.tableUsers.nameEColumn]));
}
}
set {
this[this.tableUsers.nameEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string hp {
get {
if (this.IshpNull()) {
return string.Empty;
}
else {
return ((string)(this[this.tableUsers.hpColumn]));
}
}
set {
this[this.tableUsers.hpColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IspasswordNull() {
@@ -2836,6 +2898,30 @@ namespace Project {
public void SettelNull() {
this[this.tableUsers.telColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsnameENull() {
return this.IsNull(this.tableUsers.nameEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetnameENull() {
this[this.tableUsers.nameEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IshpNull() {
return this.IsNull(this.tableUsers.hpColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SethpNull() {
this[this.tableUsers.hpColumn] = global::System.Convert.DBNull;
}
}
/// <summary>
@@ -4262,16 +4348,20 @@ namespace Project.dsMSSQLTableAdapters {
tableMapping.ColumnMappings.Add("wuid", "wuid");
tableMapping.ColumnMappings.Add("wdate", "wdate");
tableMapping.ColumnMappings.Add("tel", "tel");
tableMapping.ColumnMappings.Add("nameE", "nameE");
tableMapping.ColumnMappings.Add("hp", "hp");
this._adapter.TableMappings.Add(tableMapping);
this._adapter.DeleteCommand = new global::System.Data.SqlClient.SqlCommand();
this._adapter.DeleteCommand.Connection = this.Connection;
this._adapter.DeleteCommand.CommandText = @"DELETE FROM [Users] WHERE (([id] = @Original_id) AND ((@IsNull_password = 1 AND [password] IS NULL) OR ([password] = @Original_password)) AND ((@IsNull_name = 1 AND [name] IS NULL) OR ([name] = @Original_name)) AND ((@IsNull_dept = 1 AND [dept] IS NULL) OR ([dept] = @Original_dept)) AND ((@IsNull_grade = 1 AND [grade] IS NULL) OR ([grade] = @Original_grade)) AND ((@IsNull_email = 1 AND [email] IS NULL) OR ([email] = @Original_email)) AND ((@IsNull_level = 1 AND [level] IS NULL) OR ([level] = @Original_level)) AND ((@IsNull_indate = 1 AND [indate] IS NULL) OR ([indate] = @Original_indate)) AND ((@IsNull_outdate = 1 AND [outdate] IS NULL) OR ([outdate] = @Original_outdate)) AND ((@IsNull_tel = 1 AND [tel] IS NULL) OR ([tel] = @Original_tel)) AND ((@IsNull_memo = 1 AND [memo] IS NULL) OR ([memo] = @Original_memo)) AND ([wuid] = @Original_wuid) AND ([wdate] = @Original_wdate))";
this._adapter.DeleteCommand.CommandText = @"DELETE FROM [Users] WHERE (([id] = @Original_id) AND ((@IsNull_password = 1 AND [password] IS NULL) OR ([password] = @Original_password)) AND ((@IsNull_name = 1 AND [name] IS NULL) OR ([name] = @Original_name)) AND ((@IsNull_nameE = 1 AND [nameE] IS NULL) OR ([nameE] = @Original_nameE)) AND ((@IsNull_dept = 1 AND [dept] IS NULL) OR ([dept] = @Original_dept)) AND ((@IsNull_grade = 1 AND [grade] IS NULL) OR ([grade] = @Original_grade)) AND ((@IsNull_email = 1 AND [email] IS NULL) OR ([email] = @Original_email)) AND ((@IsNull_level = 1 AND [level] IS NULL) OR ([level] = @Original_level)) AND ((@IsNull_indate = 1 AND [indate] IS NULL) OR ([indate] = @Original_indate)) AND ((@IsNull_outdate = 1 AND [outdate] IS NULL) OR ([outdate] = @Original_outdate)) AND ((@IsNull_tel = 1 AND [tel] IS NULL) OR ([tel] = @Original_tel)) AND ((@IsNull_memo = 1 AND [memo] IS NULL) OR ([memo] = @Original_memo)) AND ([wuid] = @Original_wuid) AND ([wdate] = @Original_wdate) AND ((@IsNull_hp = 1 AND [hp] IS NULL) OR ([hp] = @Original_hp)))";
this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_id", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "id", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_password", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "password", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_password", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "password", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_name", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "name", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_name", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "name", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_nameE", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "nameE", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_nameE", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "nameE", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_dept", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "dept", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_dept", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "dept", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_grade", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grade", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
@@ -4290,14 +4380,17 @@ namespace Project.dsMSSQLTableAdapters {
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_memo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "memo", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wuid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wuid", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wdate", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_hp", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hp", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_hp", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hp", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
this._adapter.InsertCommand = new global::System.Data.SqlClient.SqlCommand();
this._adapter.InsertCommand.Connection = this.Connection;
this._adapter.InsertCommand.CommandText = @"INSERT INTO [Users] ([id], [password], [name], [dept], [grade], [email], [level], [indate], [outdate], [tel], [memo], [wuid], [wdate]) VALUES (@id, @password, @name, @dept, @grade, @email, @level, @indate, @outdate, @tel, @memo, @wuid, @wdate);
SELECT id, password, name, dept, grade, email, level, indate, outdate, tel, memo, wuid, wdate FROM Users WHERE (id = @id)";
this._adapter.InsertCommand.CommandText = @"INSERT INTO [Users] ([id], [password], [name], [nameE], [dept], [grade], [email], [level], [indate], [outdate], [tel], [memo], [wuid], [wdate], [hp]) VALUES (@id, @password, @name, @nameE, @dept, @grade, @email, @level, @indate, @outdate, @tel, @memo, @wuid, @wdate, @hp);
SELECT id, password, name, nameE, dept, grade, email, level, indate, outdate, tel, memo, wuid, wdate, hp FROM Users WHERE (id = @id)";
this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@id", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "id", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@password", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "password", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@name", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "name", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@nameE", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "nameE", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@dept", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "dept", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@grade", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grade", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@email", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "email", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
@@ -4308,14 +4401,16 @@ SELECT id, password, name, dept, grade, email, level, indate, outdate, tel, memo
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@memo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "memo", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wuid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wuid", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wdate", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hp", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hp", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.UpdateCommand = new global::System.Data.SqlClient.SqlCommand();
this._adapter.UpdateCommand.Connection = this.Connection;
this._adapter.UpdateCommand.CommandText = @"UPDATE [Users] SET [id] = @id, [password] = @password, [name] = @name, [dept] = @dept, [grade] = @grade, [email] = @email, [level] = @level, [indate] = @indate, [outdate] = @outdate, [tel] = @tel, [memo] = @memo, [wuid] = @wuid, [wdate] = @wdate WHERE (([id] = @Original_id) AND ((@IsNull_password = 1 AND [password] IS NULL) OR ([password] = @Original_password)) AND ((@IsNull_name = 1 AND [name] IS NULL) OR ([name] = @Original_name)) AND ((@IsNull_dept = 1 AND [dept] IS NULL) OR ([dept] = @Original_dept)) AND ((@IsNull_grade = 1 AND [grade] IS NULL) OR ([grade] = @Original_grade)) AND ((@IsNull_email = 1 AND [email] IS NULL) OR ([email] = @Original_email)) AND ((@IsNull_level = 1 AND [level] IS NULL) OR ([level] = @Original_level)) AND ((@IsNull_indate = 1 AND [indate] IS NULL) OR ([indate] = @Original_indate)) AND ((@IsNull_outdate = 1 AND [outdate] IS NULL) OR ([outdate] = @Original_outdate)) AND ((@IsNull_tel = 1 AND [tel] IS NULL) OR ([tel] = @Original_tel)) AND ((@IsNull_memo = 1 AND [memo] IS NULL) OR ([memo] = @Original_memo)) AND ([wuid] = @Original_wuid) AND ([wdate] = @Original_wdate));
SELECT id, password, name, dept, grade, email, level, indate, outdate, tel, memo, wuid, wdate FROM Users WHERE (id = @id)";
this._adapter.UpdateCommand.CommandText = @"UPDATE [Users] SET [id] = @id, [password] = @password, [name] = @name, [nameE] = @nameE, [dept] = @dept, [grade] = @grade, [email] = @email, [level] = @level, [indate] = @indate, [outdate] = @outdate, [tel] = @tel, [memo] = @memo, [wuid] = @wuid, [wdate] = @wdate, [hp] = @hp WHERE (([id] = @Original_id) AND ((@IsNull_password = 1 AND [password] IS NULL) OR ([password] = @Original_password)) AND ((@IsNull_name = 1 AND [name] IS NULL) OR ([name] = @Original_name)) AND ((@IsNull_nameE = 1 AND [nameE] IS NULL) OR ([nameE] = @Original_nameE)) AND ((@IsNull_dept = 1 AND [dept] IS NULL) OR ([dept] = @Original_dept)) AND ((@IsNull_grade = 1 AND [grade] IS NULL) OR ([grade] = @Original_grade)) AND ((@IsNull_email = 1 AND [email] IS NULL) OR ([email] = @Original_email)) AND ((@IsNull_level = 1 AND [level] IS NULL) OR ([level] = @Original_level)) AND ((@IsNull_indate = 1 AND [indate] IS NULL) OR ([indate] = @Original_indate)) AND ((@IsNull_outdate = 1 AND [outdate] IS NULL) OR ([outdate] = @Original_outdate)) AND ((@IsNull_tel = 1 AND [tel] IS NULL) OR ([tel] = @Original_tel)) AND ((@IsNull_memo = 1 AND [memo] IS NULL) OR ([memo] = @Original_memo)) AND ([wuid] = @Original_wuid) AND ([wdate] = @Original_wdate) AND ((@IsNull_hp = 1 AND [hp] IS NULL) OR ([hp] = @Original_hp)));
SELECT id, password, name, nameE, dept, grade, email, level, indate, outdate, tel, memo, wuid, wdate, hp FROM Users WHERE (id = @id)";
this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@id", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "id", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@password", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "password", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@name", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "name", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@nameE", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "nameE", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@dept", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "dept", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@grade", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grade", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@email", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "email", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
@@ -4326,11 +4421,14 @@ SELECT id, password, name, dept, grade, email, level, indate, outdate, tel, memo
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@memo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "memo", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wuid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wuid", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wdate", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hp", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hp", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_id", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "id", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_password", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "password", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_password", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "password", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_name", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "name", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_name", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "name", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_nameE", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "nameE", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_nameE", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "nameE", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_dept", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "dept", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_dept", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "dept", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_grade", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grade", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
@@ -4349,6 +4447,8 @@ SELECT id, password, name, dept, grade, email, level, indate, outdate, tel, memo
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_memo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "memo", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wuid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wuid", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wdate", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_hp", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hp", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_hp", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hp", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
@@ -4364,13 +4464,14 @@ SELECT id, password, name, dept, grade, email, level, indate, outdate, tel, memo
this._commandCollection = new global::System.Data.SqlClient.SqlCommand[2];
this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
this._commandCollection[0].Connection = this.Connection;
this._commandCollection[0].CommandText = "SELECT id, password, name, dept, grade, email, level, indate, outdate, tel, memo" +
", wuid, wdate\r\nFROM Users";
this._commandCollection[0].CommandText = "SELECT id, password, name, nameE, dept, grade, email, level, indate, outdate, te" +
"l, memo, wuid, wdate, hp\r\nFROM Users";
this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
this._commandCollection[1] = new global::System.Data.SqlClient.SqlCommand();
this._commandCollection[1].Connection = this.Connection;
this._commandCollection[1].CommandText = "SELECT dept, email, grade, id, indate, level, memo, name, outdate, password, tel," +
" wdate, wuid FROM Users WHERE (id = @id) AND (password = @encpw)";
this._commandCollection[1].CommandText = "SELECT dept, email, grade, hp, id, indate, level, memo, name, nameE, outdate, pa" +
"ssword, tel, wdate, wuid\r\nFROM Users\r\nWHERE (id = @id) AND (password = @enc" +
"pw) OR\r\n (password = @encpw) AND (email = @id)";
this._commandCollection[1].CommandType = global::System.Data.CommandType.Text;
this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@id", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "id", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@encpw", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "password", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
@@ -4481,7 +4582,7 @@ SELECT id, password, name, dept, grade, email, level, indate, outdate, tel, memo
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Delete, true)]
public virtual int Delete(string Original_id, string Original_password, string Original_name, string Original_dept, string Original_grade, string Original_email, global::System.Nullable<short> Original_level, string Original_indate, string Original_outdate, string Original_tel, string Original_memo, string Original_wuid, System.DateTime Original_wdate) {
public virtual int Delete(string Original_id, string Original_password, string Original_name, string Original_nameE, string Original_dept, string Original_grade, string Original_email, global::System.Nullable<short> Original_level, string Original_indate, string Original_outdate, string Original_tel, string Original_memo, string Original_wuid, System.DateTime Original_wdate, string Original_hp) {
if ((Original_id == null)) {
throw new global::System.ArgumentNullException("Original_id");
}
@@ -4504,77 +4605,93 @@ SELECT id, password, name, dept, grade, email, level, indate, outdate, tel, memo
this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[4].Value = ((string)(Original_name));
}
if ((Original_dept == null)) {
if ((Original_nameE == null)) {
this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[6].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[6].Value = ((string)(Original_dept));
this.Adapter.DeleteCommand.Parameters[6].Value = ((string)(Original_nameE));
}
if ((Original_grade == null)) {
if ((Original_dept == null)) {
this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[8].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[8].Value = ((string)(Original_grade));
this.Adapter.DeleteCommand.Parameters[8].Value = ((string)(Original_dept));
}
if ((Original_email == null)) {
if ((Original_grade == null)) {
this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[10].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[10].Value = ((string)(Original_email));
this.Adapter.DeleteCommand.Parameters[10].Value = ((string)(Original_grade));
}
if ((Original_level.HasValue == true)) {
this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[12].Value = ((short)(Original_level.Value));
}
else {
if ((Original_email == null)) {
this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[12].Value = global::System.DBNull.Value;
}
if ((Original_indate == null)) {
else {
this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[12].Value = ((string)(Original_email));
}
if ((Original_level.HasValue == true)) {
this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[14].Value = ((short)(Original_level.Value));
}
else {
this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[14].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[14].Value = ((string)(Original_indate));
}
if ((Original_outdate == null)) {
if ((Original_indate == null)) {
this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[16].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[16].Value = ((string)(Original_outdate));
this.Adapter.DeleteCommand.Parameters[16].Value = ((string)(Original_indate));
}
if ((Original_tel == null)) {
if ((Original_outdate == null)) {
this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[18].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[18].Value = ((string)(Original_tel));
this.Adapter.DeleteCommand.Parameters[18].Value = ((string)(Original_outdate));
}
if ((Original_memo == null)) {
if ((Original_tel == null)) {
this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[20].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[20].Value = ((string)(Original_memo));
this.Adapter.DeleteCommand.Parameters[20].Value = ((string)(Original_tel));
}
if ((Original_memo == null)) {
this.Adapter.DeleteCommand.Parameters[21].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[22].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[21].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[22].Value = ((string)(Original_memo));
}
if ((Original_wuid == null)) {
throw new global::System.ArgumentNullException("Original_wuid");
}
else {
this.Adapter.DeleteCommand.Parameters[21].Value = ((string)(Original_wuid));
this.Adapter.DeleteCommand.Parameters[23].Value = ((string)(Original_wuid));
}
this.Adapter.DeleteCommand.Parameters[24].Value = ((System.DateTime)(Original_wdate));
if ((Original_hp == null)) {
this.Adapter.DeleteCommand.Parameters[25].Value = ((object)(1));
this.Adapter.DeleteCommand.Parameters[26].Value = global::System.DBNull.Value;
}
else {
this.Adapter.DeleteCommand.Parameters[25].Value = ((object)(0));
this.Adapter.DeleteCommand.Parameters[26].Value = ((string)(Original_hp));
}
this.Adapter.DeleteCommand.Parameters[22].Value = ((System.DateTime)(Original_wdate));
global::System.Data.ConnectionState previousConnectionState = this.Adapter.DeleteCommand.Connection.State;
if (((this.Adapter.DeleteCommand.Connection.State & global::System.Data.ConnectionState.Open)
!= global::System.Data.ConnectionState.Open)) {
@@ -4595,7 +4712,7 @@ SELECT id, password, name, dept, grade, email, level, indate, outdate, tel, memo
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, true)]
public virtual int Insert(string id, string password, string name, string dept, string grade, string email, global::System.Nullable<short> level, string indate, string outdate, string tel, string memo, string wuid, System.DateTime wdate) {
public virtual int Insert(string id, string password, string name, string nameE, string dept, string grade, string email, global::System.Nullable<short> level, string indate, string outdate, string tel, string memo, string wuid, System.DateTime wdate, string hp) {
if ((id == null)) {
throw new global::System.ArgumentNullException("id");
}
@@ -4614,61 +4731,73 @@ SELECT id, password, name, dept, grade, email, level, indate, outdate, tel, memo
else {
this.Adapter.InsertCommand.Parameters[2].Value = ((string)(name));
}
if ((dept == null)) {
if ((nameE == null)) {
this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[3].Value = ((string)(dept));
this.Adapter.InsertCommand.Parameters[3].Value = ((string)(nameE));
}
if ((grade == null)) {
if ((dept == null)) {
this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[4].Value = ((string)(grade));
this.Adapter.InsertCommand.Parameters[4].Value = ((string)(dept));
}
if ((email == null)) {
if ((grade == null)) {
this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[5].Value = ((string)(email));
this.Adapter.InsertCommand.Parameters[5].Value = ((string)(grade));
}
if ((level.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[6].Value = ((short)(level.Value));
}
else {
if ((email == null)) {
this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value;
}
if ((indate == null)) {
this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value;
else {
this.Adapter.InsertCommand.Parameters[6].Value = ((string)(email));
}
if ((level.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[7].Value = ((short)(level.Value));
}
else {
this.Adapter.InsertCommand.Parameters[7].Value = ((string)(indate));
this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value;
}
if ((outdate == null)) {
if ((indate == null)) {
this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[8].Value = ((string)(outdate));
this.Adapter.InsertCommand.Parameters[8].Value = ((string)(indate));
}
if ((tel == null)) {
if ((outdate == null)) {
this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[9].Value = ((string)(tel));
this.Adapter.InsertCommand.Parameters[9].Value = ((string)(outdate));
}
if ((memo == null)) {
if ((tel == null)) {
this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[10].Value = ((string)(memo));
this.Adapter.InsertCommand.Parameters[10].Value = ((string)(tel));
}
if ((memo == null)) {
this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[11].Value = ((string)(memo));
}
if ((wuid == null)) {
throw new global::System.ArgumentNullException("wuid");
}
else {
this.Adapter.InsertCommand.Parameters[11].Value = ((string)(wuid));
this.Adapter.InsertCommand.Parameters[12].Value = ((string)(wuid));
}
this.Adapter.InsertCommand.Parameters[13].Value = ((System.DateTime)(wdate));
if ((hp == null)) {
this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[14].Value = ((string)(hp));
}
this.Adapter.InsertCommand.Parameters[12].Value = ((System.DateTime)(wdate));
global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State;
if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open)
!= global::System.Data.ConnectionState.Open)) {
@@ -4693,6 +4822,7 @@ SELECT id, password, name, dept, grade, email, level, indate, outdate, tel, memo
string id,
string password,
string name,
string nameE,
string dept,
string grade,
string email,
@@ -4703,9 +4833,11 @@ SELECT id, password, name, dept, grade, email, level, indate, outdate, tel, memo
string memo,
string wuid,
System.DateTime wdate,
string hp,
string Original_id,
string Original_password,
string Original_name,
string Original_nameE,
string Original_dept,
string Original_grade,
string Original_email,
@@ -4715,7 +4847,8 @@ SELECT id, password, name, dept, grade, email, level, indate, outdate, tel, memo
string Original_tel,
string Original_memo,
string Original_wuid,
System.DateTime Original_wdate) {
System.DateTime Original_wdate,
string Original_hp) {
if ((id == null)) {
throw new global::System.ArgumentNullException("id");
}
@@ -4734,154 +4867,182 @@ SELECT id, password, name, dept, grade, email, level, indate, outdate, tel, memo
else {
this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(name));
}
if ((dept == null)) {
if ((nameE == null)) {
this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[3].Value = ((string)(dept));
this.Adapter.UpdateCommand.Parameters[3].Value = ((string)(nameE));
}
if ((grade == null)) {
if ((dept == null)) {
this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[4].Value = ((string)(grade));
this.Adapter.UpdateCommand.Parameters[4].Value = ((string)(dept));
}
if ((email == null)) {
if ((grade == null)) {
this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[5].Value = ((string)(email));
this.Adapter.UpdateCommand.Parameters[5].Value = ((string)(grade));
}
if ((level.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[6].Value = ((short)(level.Value));
}
else {
if ((email == null)) {
this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value;
}
if ((indate == null)) {
this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value;
else {
this.Adapter.UpdateCommand.Parameters[6].Value = ((string)(email));
}
if ((level.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[7].Value = ((short)(level.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[7].Value = ((string)(indate));
this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value;
}
if ((outdate == null)) {
if ((indate == null)) {
this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[8].Value = ((string)(outdate));
this.Adapter.UpdateCommand.Parameters[8].Value = ((string)(indate));
}
if ((tel == null)) {
if ((outdate == null)) {
this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[9].Value = ((string)(tel));
this.Adapter.UpdateCommand.Parameters[9].Value = ((string)(outdate));
}
if ((memo == null)) {
if ((tel == null)) {
this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[10].Value = ((string)(memo));
this.Adapter.UpdateCommand.Parameters[10].Value = ((string)(tel));
}
if ((memo == null)) {
this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[11].Value = ((string)(memo));
}
if ((wuid == null)) {
throw new global::System.ArgumentNullException("wuid");
}
else {
this.Adapter.UpdateCommand.Parameters[11].Value = ((string)(wuid));
this.Adapter.UpdateCommand.Parameters[12].Value = ((string)(wuid));
}
this.Adapter.UpdateCommand.Parameters[13].Value = ((System.DateTime)(wdate));
if ((hp == null)) {
this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[14].Value = ((string)(hp));
}
this.Adapter.UpdateCommand.Parameters[12].Value = ((System.DateTime)(wdate));
if ((Original_id == null)) {
throw new global::System.ArgumentNullException("Original_id");
}
else {
this.Adapter.UpdateCommand.Parameters[13].Value = ((string)(Original_id));
this.Adapter.UpdateCommand.Parameters[15].Value = ((string)(Original_id));
}
if ((Original_password == null)) {
this.Adapter.UpdateCommand.Parameters[14].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[14].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[15].Value = ((string)(Original_password));
}
if ((Original_name == null)) {
this.Adapter.UpdateCommand.Parameters[16].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[16].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[17].Value = ((string)(Original_name));
this.Adapter.UpdateCommand.Parameters[17].Value = ((string)(Original_password));
}
if ((Original_dept == null)) {
if ((Original_name == null)) {
this.Adapter.UpdateCommand.Parameters[18].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[18].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[19].Value = ((string)(Original_dept));
this.Adapter.UpdateCommand.Parameters[19].Value = ((string)(Original_name));
}
if ((Original_grade == null)) {
if ((Original_nameE == null)) {
this.Adapter.UpdateCommand.Parameters[20].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[21].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[20].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[21].Value = ((string)(Original_grade));
this.Adapter.UpdateCommand.Parameters[21].Value = ((string)(Original_nameE));
}
if ((Original_email == null)) {
if ((Original_dept == null)) {
this.Adapter.UpdateCommand.Parameters[22].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[23].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[22].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[23].Value = ((string)(Original_email));
this.Adapter.UpdateCommand.Parameters[23].Value = ((string)(Original_dept));
}
if ((Original_level.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[24].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[25].Value = ((short)(Original_level.Value));
}
else {
if ((Original_grade == null)) {
this.Adapter.UpdateCommand.Parameters[24].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[25].Value = global::System.DBNull.Value;
}
if ((Original_indate == null)) {
else {
this.Adapter.UpdateCommand.Parameters[24].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[25].Value = ((string)(Original_grade));
}
if ((Original_email == null)) {
this.Adapter.UpdateCommand.Parameters[26].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[27].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[26].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[27].Value = ((string)(Original_indate));
this.Adapter.UpdateCommand.Parameters[27].Value = ((string)(Original_email));
}
if ((Original_outdate == null)) {
if ((Original_level.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[28].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[29].Value = ((short)(Original_level.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[28].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[29].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[28].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[29].Value = ((string)(Original_outdate));
}
if ((Original_tel == null)) {
if ((Original_indate == null)) {
this.Adapter.UpdateCommand.Parameters[30].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[31].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[30].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[31].Value = ((string)(Original_tel));
this.Adapter.UpdateCommand.Parameters[31].Value = ((string)(Original_indate));
}
if ((Original_memo == null)) {
if ((Original_outdate == null)) {
this.Adapter.UpdateCommand.Parameters[32].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[33].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[32].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[33].Value = ((string)(Original_memo));
this.Adapter.UpdateCommand.Parameters[33].Value = ((string)(Original_outdate));
}
if ((Original_tel == null)) {
this.Adapter.UpdateCommand.Parameters[34].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[35].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[34].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[35].Value = ((string)(Original_tel));
}
if ((Original_memo == null)) {
this.Adapter.UpdateCommand.Parameters[36].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[37].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[36].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[37].Value = ((string)(Original_memo));
}
if ((Original_wuid == null)) {
throw new global::System.ArgumentNullException("Original_wuid");
}
else {
this.Adapter.UpdateCommand.Parameters[34].Value = ((string)(Original_wuid));
this.Adapter.UpdateCommand.Parameters[38].Value = ((string)(Original_wuid));
}
this.Adapter.UpdateCommand.Parameters[39].Value = ((System.DateTime)(Original_wdate));
if ((Original_hp == null)) {
this.Adapter.UpdateCommand.Parameters[40].Value = ((object)(1));
this.Adapter.UpdateCommand.Parameters[41].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[40].Value = ((object)(0));
this.Adapter.UpdateCommand.Parameters[41].Value = ((string)(Original_hp));
}
this.Adapter.UpdateCommand.Parameters[35].Value = ((System.DateTime)(Original_wdate));
global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State;
if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open)
!= global::System.Data.ConnectionState.Open)) {
@@ -4905,6 +5066,7 @@ SELECT id, password, name, dept, grade, email, level, indate, outdate, tel, memo
public virtual int Update(
string password,
string name,
string nameE,
string dept,
string grade,
string email,
@@ -4915,9 +5077,11 @@ SELECT id, password, name, dept, grade, email, level, indate, outdate, tel, memo
string memo,
string wuid,
System.DateTime wdate,
string hp,
string Original_id,
string Original_password,
string Original_name,
string Original_nameE,
string Original_dept,
string Original_grade,
string Original_email,
@@ -4927,8 +5091,9 @@ SELECT id, password, name, dept, grade, email, level, indate, outdate, tel, memo
string Original_tel,
string Original_memo,
string Original_wuid,
System.DateTime Original_wdate) {
return this.Update(Original_id, password, name, dept, grade, email, level, indate, outdate, tel, memo, wuid, wdate, Original_id, Original_password, Original_name, Original_dept, Original_grade, Original_email, Original_level, Original_indate, Original_outdate, Original_tel, Original_memo, Original_wuid, Original_wdate);
System.DateTime Original_wdate,
string Original_hp) {
return this.Update(Original_id, password, name, nameE, dept, grade, email, level, indate, outdate, tel, memo, wuid, wdate, hp, Original_id, Original_password, Original_name, Original_nameE, Original_dept, Original_grade, Original_email, Original_level, Original_indate, Original_outdate, Original_tel, Original_memo, Original_wuid, Original_wdate, Original_hp);
}
}

View File

@@ -12,13 +12,15 @@
<DbSource ConnectionRef="gwcs (Settings)" DbObjectName="GroupWare.dbo.Users" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
<DeleteCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>DELETE FROM [Users] WHERE (([id] = @Original_id) AND ((@IsNull_password = 1 AND [password] IS NULL) OR ([password] = @Original_password)) AND ((@IsNull_name = 1 AND [name] IS NULL) OR ([name] = @Original_name)) AND ((@IsNull_dept = 1 AND [dept] IS NULL) OR ([dept] = @Original_dept)) AND ((@IsNull_grade = 1 AND [grade] IS NULL) OR ([grade] = @Original_grade)) AND ((@IsNull_email = 1 AND [email] IS NULL) OR ([email] = @Original_email)) AND ((@IsNull_level = 1 AND [level] IS NULL) OR ([level] = @Original_level)) AND ((@IsNull_indate = 1 AND [indate] IS NULL) OR ([indate] = @Original_indate)) AND ((@IsNull_outdate = 1 AND [outdate] IS NULL) OR ([outdate] = @Original_outdate)) AND ((@IsNull_tel = 1 AND [tel] IS NULL) OR ([tel] = @Original_tel)) AND ((@IsNull_memo = 1 AND [memo] IS NULL) OR ([memo] = @Original_memo)) AND ([wuid] = @Original_wuid) AND ([wdate] = @Original_wdate))</CommandText>
<CommandText>DELETE FROM [Users] WHERE (([id] = @Original_id) AND ((@IsNull_password = 1 AND [password] IS NULL) OR ([password] = @Original_password)) AND ((@IsNull_name = 1 AND [name] IS NULL) OR ([name] = @Original_name)) AND ((@IsNull_nameE = 1 AND [nameE] IS NULL) OR ([nameE] = @Original_nameE)) AND ((@IsNull_dept = 1 AND [dept] IS NULL) OR ([dept] = @Original_dept)) AND ((@IsNull_grade = 1 AND [grade] IS NULL) OR ([grade] = @Original_grade)) AND ((@IsNull_email = 1 AND [email] IS NULL) OR ([email] = @Original_email)) AND ((@IsNull_level = 1 AND [level] IS NULL) OR ([level] = @Original_level)) AND ((@IsNull_indate = 1 AND [indate] IS NULL) OR ([indate] = @Original_indate)) AND ((@IsNull_outdate = 1 AND [outdate] IS NULL) OR ([outdate] = @Original_outdate)) AND ((@IsNull_tel = 1 AND [tel] IS NULL) OR ([tel] = @Original_tel)) AND ((@IsNull_memo = 1 AND [memo] IS NULL) OR ([memo] = @Original_memo)) AND ([wuid] = @Original_wuid) AND ([wdate] = @Original_wdate) AND ((@IsNull_hp = 1 AND [hp] IS NULL) OR ([hp] = @Original_hp)))</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_id" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_password" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="password" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_password" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="password" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_name" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="name" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_name" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="name" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_nameE" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="nameE" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_nameE" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="nameE" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_dept" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dept" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_dept" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="dept" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_grade" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="grade" SourceColumnNullMapping="true" SourceVersion="Original" />
@@ -37,17 +39,20 @@
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_memo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="memo" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_wuid" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="wuid" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_wdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="wdate" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_hp" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="hp" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_hp" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="hp" SourceColumnNullMapping="false" SourceVersion="Original" />
</Parameters>
</DbCommand>
</DeleteCommand>
<InsertCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>INSERT INTO [Users] ([id], [password], [name], [dept], [grade], [email], [level], [indate], [outdate], [tel], [memo], [wuid], [wdate]) VALUES (@id, @password, @name, @dept, @grade, @email, @level, @indate, @outdate, @tel, @memo, @wuid, @wdate);
SELECT id, password, name, dept, grade, email, level, indate, outdate, tel, memo, wuid, wdate FROM Users WHERE (id = @id)</CommandText>
<CommandText>INSERT INTO [Users] ([id], [password], [name], [nameE], [dept], [grade], [email], [level], [indate], [outdate], [tel], [memo], [wuid], [wdate], [hp]) VALUES (@id, @password, @name, @nameE, @dept, @grade, @email, @level, @indate, @outdate, @tel, @memo, @wuid, @wdate, @hp);
SELECT id, password, name, nameE, dept, grade, email, level, indate, outdate, tel, memo, wuid, wdate, hp FROM Users WHERE (id = @id)</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@id" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@password" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="password" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@name" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="name" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@nameE" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="nameE" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@dept" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="dept" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@grade" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="grade" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@email" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="email" SourceColumnNullMapping="false" SourceVersion="Current" />
@@ -58,24 +63,26 @@ SELECT id, password, name, dept, grade, email, level, indate, outdate, tel, memo
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@memo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="memo" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@wuid" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="wuid" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@wdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="wdate" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@hp" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="hp" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</InsertCommand>
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>SELECT id, password, name, dept, grade, email, level, indate, outdate, tel, memo, wuid, wdate
<CommandText>SELECT id, password, name, nameE, dept, grade, email, level, indate, outdate, tel, memo, wuid, wdate, hp
FROM Users</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
<UpdateCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>UPDATE [Users] SET [id] = @id, [password] = @password, [name] = @name, [dept] = @dept, [grade] = @grade, [email] = @email, [level] = @level, [indate] = @indate, [outdate] = @outdate, [tel] = @tel, [memo] = @memo, [wuid] = @wuid, [wdate] = @wdate WHERE (([id] = @Original_id) AND ((@IsNull_password = 1 AND [password] IS NULL) OR ([password] = @Original_password)) AND ((@IsNull_name = 1 AND [name] IS NULL) OR ([name] = @Original_name)) AND ((@IsNull_dept = 1 AND [dept] IS NULL) OR ([dept] = @Original_dept)) AND ((@IsNull_grade = 1 AND [grade] IS NULL) OR ([grade] = @Original_grade)) AND ((@IsNull_email = 1 AND [email] IS NULL) OR ([email] = @Original_email)) AND ((@IsNull_level = 1 AND [level] IS NULL) OR ([level] = @Original_level)) AND ((@IsNull_indate = 1 AND [indate] IS NULL) OR ([indate] = @Original_indate)) AND ((@IsNull_outdate = 1 AND [outdate] IS NULL) OR ([outdate] = @Original_outdate)) AND ((@IsNull_tel = 1 AND [tel] IS NULL) OR ([tel] = @Original_tel)) AND ((@IsNull_memo = 1 AND [memo] IS NULL) OR ([memo] = @Original_memo)) AND ([wuid] = @Original_wuid) AND ([wdate] = @Original_wdate));
SELECT id, password, name, dept, grade, email, level, indate, outdate, tel, memo, wuid, wdate FROM Users WHERE (id = @id)</CommandText>
<CommandText>UPDATE [Users] SET [id] = @id, [password] = @password, [name] = @name, [nameE] = @nameE, [dept] = @dept, [grade] = @grade, [email] = @email, [level] = @level, [indate] = @indate, [outdate] = @outdate, [tel] = @tel, [memo] = @memo, [wuid] = @wuid, [wdate] = @wdate, [hp] = @hp WHERE (([id] = @Original_id) AND ((@IsNull_password = 1 AND [password] IS NULL) OR ([password] = @Original_password)) AND ((@IsNull_name = 1 AND [name] IS NULL) OR ([name] = @Original_name)) AND ((@IsNull_nameE = 1 AND [nameE] IS NULL) OR ([nameE] = @Original_nameE)) AND ((@IsNull_dept = 1 AND [dept] IS NULL) OR ([dept] = @Original_dept)) AND ((@IsNull_grade = 1 AND [grade] IS NULL) OR ([grade] = @Original_grade)) AND ((@IsNull_email = 1 AND [email] IS NULL) OR ([email] = @Original_email)) AND ((@IsNull_level = 1 AND [level] IS NULL) OR ([level] = @Original_level)) AND ((@IsNull_indate = 1 AND [indate] IS NULL) OR ([indate] = @Original_indate)) AND ((@IsNull_outdate = 1 AND [outdate] IS NULL) OR ([outdate] = @Original_outdate)) AND ((@IsNull_tel = 1 AND [tel] IS NULL) OR ([tel] = @Original_tel)) AND ((@IsNull_memo = 1 AND [memo] IS NULL) OR ([memo] = @Original_memo)) AND ([wuid] = @Original_wuid) AND ([wdate] = @Original_wdate) AND ((@IsNull_hp = 1 AND [hp] IS NULL) OR ([hp] = @Original_hp)));
SELECT id, password, name, nameE, dept, grade, email, level, indate, outdate, tel, memo, wuid, wdate, hp FROM Users WHERE (id = @id)</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@id" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@password" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="password" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@name" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="name" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@nameE" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="nameE" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@dept" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="dept" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@grade" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="grade" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@email" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="email" SourceColumnNullMapping="false" SourceVersion="Current" />
@@ -86,11 +93,14 @@ SELECT id, password, name, dept, grade, email, level, indate, outdate, tel, memo
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@memo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="memo" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@wuid" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="wuid" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@wdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="wdate" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@hp" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="hp" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_id" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_password" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="password" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_password" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="password" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_name" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="name" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_name" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="name" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_nameE" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="nameE" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_nameE" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="nameE" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_dept" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dept" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_dept" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="dept" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_grade" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="grade" SourceColumnNullMapping="true" SourceVersion="Original" />
@@ -109,6 +119,8 @@ SELECT id, password, name, dept, grade, email, level, indate, outdate, tel, memo
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_memo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="memo" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_wuid" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="wuid" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_wdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="wdate" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_hp" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="hp" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_hp" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="hp" SourceColumnNullMapping="false" SourceVersion="Original" />
</Parameters>
</DbCommand>
</UpdateCommand>
@@ -128,12 +140,17 @@ SELECT id, password, name, dept, grade, email, level, indate, outdate, tel, memo
<Mapping SourceColumn="wuid" DataSetColumn="wuid" />
<Mapping SourceColumn="wdate" DataSetColumn="wdate" />
<Mapping SourceColumn="tel" DataSetColumn="tel" />
<Mapping SourceColumn="nameE" DataSetColumn="nameE" />
<Mapping SourceColumn="hp" DataSetColumn="hp" />
</Mappings>
<Sources>
<DbSource ConnectionRef="gwcs (Settings)" DbObjectName="GroupWare.dbo.Users" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="FillIDPW" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetIDPW" GeneratorSourceName="FillIDPW" GetMethodModifier="Public" GetMethodName="GetIDPW" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetIDPW" UserSourceName="FillIDPW">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>SELECT dept, email, grade, id, indate, level, memo, name, outdate, password, tel, wdate, wuid FROM Users WHERE (id = @id) AND (password = @encpw)</CommandText>
<CommandText>SELECT dept, email, grade, hp, id, indate, level, memo, name, nameE, outdate, password, tel, wdate, wuid
FROM Users
WHERE (id = @id) AND (password = @encpw) OR
(password = @encpw) AND (email = @id)</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="id" ColumnName="id" DataSourceName="GroupWare.dbo.Users" DataTypeServer="varchar(20)" DbType="AnsiString" Direction="Input" ParameterName="@id" Precision="0" ProviderType="VarChar" Scale="0" Size="20" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="encpw" ColumnName="password" DataSourceName="GroupWare.dbo.Users" DataTypeServer="varchar(50)" DbType="AnsiString" Direction="Input" ParameterName="@encpw" Precision="0" ProviderType="VarChar" Scale="0" Size="50" SourceColumn="password" SourceColumnNullMapping="false" SourceVersion="Current" />
@@ -636,7 +653,7 @@ WHERE (idx = @idx)</CommandText>
<xs:element name="dsMSSQL" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="true" msprop:Generator_DataSetName="dsMSSQL" msprop:Generator_UserDSName="dsMSSQL">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="Users" msprop:Generator_TableClassName="UsersDataTable" msprop:Generator_TableVarName="tableUsers" msprop:Generator_TablePropName="Users" msprop:Generator_RowDeletingName="UsersRowDeleting" msprop:Generator_RowChangingName="UsersRowChanging" msprop:Generator_RowEvHandlerName="UsersRowChangeEventHandler" msprop:Generator_RowDeletedName="UsersRowDeleted" msprop:Generator_UserTableName="Users" msprop:Generator_RowChangedName="UsersRowChanged" msprop:Generator_RowEvArgName="UsersRowChangeEvent" msprop:Generator_RowClassName="UsersRow">
<xs:element name="Users" msprop:Generator_TableClassName="UsersDataTable" msprop:Generator_TableVarName="tableUsers" msprop:Generator_RowChangedName="UsersRowChanged" msprop:Generator_TablePropName="Users" msprop:Generator_RowDeletingName="UsersRowDeleting" msprop:Generator_RowChangingName="UsersRowChanging" msprop:Generator_RowEvHandlerName="UsersRowChangeEventHandler" msprop:Generator_RowDeletedName="UsersRowDeleted" msprop:Generator_RowClassName="UsersRow" msprop:Generator_UserTableName="Users" msprop:Generator_RowEvArgName="UsersRowChangeEvent">
<xs:complexType>
<xs:sequence>
<xs:element name="id" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id">
@@ -711,7 +728,21 @@ WHERE (idx = @idx)</CommandText>
</xs:simpleType>
</xs:element>
<xs:element name="wdate" msprop:Generator_ColumnVarNameInTable="columnwdate" msprop:Generator_ColumnPropNameInRow="wdate" msprop:Generator_ColumnPropNameInTable="wdateColumn" msprop:Generator_UserColumnName="wdate" type="xs:dateTime" />
<xs:element name="tel" msprop:Generator_ColumnVarNameInTable="columntel" msprop:Generator_ColumnPropNameInRow="tel" msprop:Generator_ColumnPropNameInTable="telColumn" msprop:Generator_UserColumnName="tel" minOccurs="0">
<xs:element name="tel" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="tel" msprop:Generator_ColumnVarNameInTable="columntel" msprop:Generator_ColumnPropNameInTable="telColumn" msprop:Generator_UserColumnName="tel" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="20" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="nameE" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="nameE" msprop:Generator_ColumnVarNameInTable="columnnameE" msprop:Generator_ColumnPropNameInTable="nameEColumn" msprop:Generator_UserColumnName="nameE" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="30" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="hp" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="hp" msprop:Generator_ColumnVarNameInTable="columnhp" msprop:Generator_ColumnPropNameInTable="hpColumn" msprop:Generator_UserColumnName="hp" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="20" />
@@ -721,7 +752,7 @@ WHERE (idx = @idx)</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Projects" msprop:Generator_TableClassName="ProjectsDataTable" msprop:Generator_TableVarName="tableProjects" msprop:Generator_RowChangedName="ProjectsRowChanged" msprop:Generator_TablePropName="Projects" msprop:Generator_RowDeletingName="ProjectsRowDeleting" msprop:Generator_RowChangingName="ProjectsRowChanging" msprop:Generator_RowEvHandlerName="ProjectsRowChangeEventHandler" msprop:Generator_RowDeletedName="ProjectsRowDeleted" msprop:Generator_RowClassName="ProjectsRow" msprop:Generator_UserTableName="Projects" msprop:Generator_RowEvArgName="ProjectsRowChangeEvent">
<xs:element name="Projects" msprop:Generator_TableClassName="ProjectsDataTable" msprop:Generator_TableVarName="tableProjects" msprop:Generator_TablePropName="Projects" msprop:Generator_RowDeletingName="ProjectsRowDeleting" msprop:Generator_RowChangingName="ProjectsRowChanging" msprop:Generator_RowEvHandlerName="ProjectsRowChangeEventHandler" msprop:Generator_RowDeletedName="ProjectsRowDeleted" msprop:Generator_UserTableName="Projects" msprop:Generator_RowChangedName="ProjectsRowChanged" msprop:Generator_RowEvArgName="ProjectsRowChangeEvent" msprop:Generator_RowClassName="ProjectsRow">
<xs:complexType>
<xs:sequence>
<xs:element name="idx" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnidx" msprop:Generator_ColumnPropNameInRow="idx" msprop:Generator_ColumnPropNameInTable="idxColumn" msprop:Generator_UserColumnName="idx" type="xs:int" />
@@ -792,7 +823,7 @@ WHERE (idx = @idx)</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Items" msprop:Generator_TableClassName="ItemsDataTable" msprop:Generator_TableVarName="tableItems" msprop:Generator_TablePropName="Items" msprop:Generator_RowDeletingName="ItemsRowDeleting" msprop:Generator_RowChangingName="ItemsRowChanging" msprop:Generator_RowEvHandlerName="ItemsRowChangeEventHandler" msprop:Generator_RowDeletedName="ItemsRowDeleted" msprop:Generator_UserTableName="Items" msprop:Generator_RowChangedName="ItemsRowChanged" msprop:Generator_RowEvArgName="ItemsRowChangeEvent" msprop:Generator_RowClassName="ItemsRow">
<xs:element name="Items" msprop:Generator_TableClassName="ItemsDataTable" msprop:Generator_TableVarName="tableItems" msprop:Generator_RowChangedName="ItemsRowChanged" msprop:Generator_TablePropName="Items" msprop:Generator_RowDeletingName="ItemsRowDeleting" msprop:Generator_RowChangingName="ItemsRowChanging" msprop:Generator_RowEvHandlerName="ItemsRowChangeEventHandler" msprop:Generator_RowDeletedName="ItemsRowDeleted" msprop:Generator_RowClassName="ItemsRow" msprop:Generator_UserTableName="Items" msprop:Generator_RowEvArgName="ItemsRowChangeEvent">
<xs:complexType>
<xs:sequence>
<xs:element name="idx" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnidx" msprop:Generator_ColumnPropNameInRow="idx" msprop:Generator_ColumnPropNameInTable="idxColumn" msprop:Generator_UserColumnName="idx" type="xs:int" />
@@ -850,7 +881,7 @@ WHERE (idx = @idx)</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Inventory" msprop:Generator_TableClassName="InventoryDataTable" msprop:Generator_TableVarName="tableInventory" msprop:Generator_TablePropName="Inventory" msprop:Generator_RowDeletingName="InventoryRowDeleting" msprop:Generator_RowChangingName="InventoryRowChanging" msprop:Generator_RowEvHandlerName="InventoryRowChangeEventHandler" msprop:Generator_RowDeletedName="InventoryRowDeleted" msprop:Generator_UserTableName="Inventory" msprop:Generator_RowChangedName="InventoryRowChanged" msprop:Generator_RowEvArgName="InventoryRowChangeEvent" msprop:Generator_RowClassName="InventoryRow">
<xs:element name="Inventory" msprop:Generator_TableClassName="InventoryDataTable" msprop:Generator_TableVarName="tableInventory" msprop:Generator_RowChangedName="InventoryRowChanged" msprop:Generator_TablePropName="Inventory" msprop:Generator_RowDeletingName="InventoryRowDeleting" msprop:Generator_RowChangingName="InventoryRowChanging" msprop:Generator_RowEvHandlerName="InventoryRowChangeEventHandler" msprop:Generator_RowDeletedName="InventoryRowDeleted" msprop:Generator_RowClassName="InventoryRow" msprop:Generator_UserTableName="Inventory" msprop:Generator_RowEvArgName="InventoryRowChangeEvent">
<xs:complexType>
<xs:sequence>
<xs:element name="idx" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnidx" msprop:Generator_ColumnPropNameInRow="idx" msprop:Generator_ColumnPropNameInTable="idxColumn" msprop:Generator_UserColumnName="idx" type="xs:int" />
@@ -920,7 +951,7 @@ WHERE (idx = @idx)</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="LineCode" msprop:Generator_TableClassName="LineCodeDataTable" msprop:Generator_TableVarName="tableLineCode" msprop:Generator_TablePropName="LineCode" msprop:Generator_RowDeletingName="LineCodeRowDeleting" msprop:Generator_RowChangingName="LineCodeRowChanging" msprop:Generator_RowEvHandlerName="LineCodeRowChangeEventHandler" msprop:Generator_RowDeletedName="LineCodeRowDeleted" msprop:Generator_UserTableName="LineCode" msprop:Generator_RowChangedName="LineCodeRowChanged" msprop:Generator_RowEvArgName="LineCodeRowChangeEvent" msprop:Generator_RowClassName="LineCodeRow">
<xs:element name="LineCode" msprop:Generator_TableClassName="LineCodeDataTable" msprop:Generator_TableVarName="tableLineCode" msprop:Generator_RowChangedName="LineCodeRowChanged" msprop:Generator_TablePropName="LineCode" msprop:Generator_RowDeletingName="LineCodeRowDeleting" msprop:Generator_RowChangingName="LineCodeRowChanging" msprop:Generator_RowEvHandlerName="LineCodeRowChangeEventHandler" msprop:Generator_RowDeletedName="LineCodeRowDeleted" msprop:Generator_RowClassName="LineCodeRow" msprop:Generator_UserTableName="LineCode" msprop:Generator_RowEvArgName="LineCodeRowChangeEvent">
<xs:complexType>
<xs:sequence>
<xs:element name="idx" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnidx" msprop:Generator_ColumnPropNameInRow="idx" msprop:Generator_ColumnPropNameInTable="idxColumn" msprop:Generator_UserColumnName="idx" type="xs:int" />

View File

@@ -4,9 +4,9 @@
Changes to this file may cause incorrect behavior and will be lost if
the code is regenerated.
</autogenerated>-->
<DiagramLayout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ex:showrelationlabel="False" ViewPortX="-10" ViewPortY="-21" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">
<DiagramLayout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ex:showrelationlabel="False" ViewPortX="11" ViewPortY="-21" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">
<Shapes>
<Shape ID="DesignTable:Users" ZOrder="6" X="39" Y="43" Height="305" Width="187" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
<Shape ID="DesignTable:Users" ZOrder="6" X="39" Y="43" Height="362" Width="187" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="275" />
<Shape ID="DesignTable:Projects" ZOrder="5" X="252" Y="-11" Height="149" Width="158" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="59" />
<Shape ID="DesignTable:Items" ZOrder="4" X="245" Y="160" Height="476" Width="184" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="197" />
<Shape ID="DesignTable:Inventory" ZOrder="3" X="481" Y="47" Height="362" Width="234" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="292" />

View File

@@ -54,9 +54,11 @@
this.lineCodeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.staffGridToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.userInfoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.mailFormToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.boardsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.minutesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.holidayToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.requestITemToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.freeBoardToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.bugReportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.todoListToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
@@ -75,15 +77,7 @@
this.closeAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.arrangeIconsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStrip = new System.Windows.Forms.ToolStrip();
this.newToolStripButton = new System.Windows.Forms.ToolStripButton();
this.openToolStripButton = new System.Windows.Forms.ToolStripButton();
this.saveToolStripButton = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.printToolStripButton = new System.Windows.Forms.ToolStripButton();
this.printPreviewToolStripButton = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.tbpProject = new System.Windows.Forms.ToolStripButton();
this.mailFormToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
this.cmVision.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.menuStrip1.SuspendLayout();
@@ -269,11 +263,19 @@
this.userInfoToolStripMenuItem.Text = "User Info";
this.userInfoToolStripMenuItem.Click += new System.EventHandler(this.userInfoToolStripMenuItem_Click);
//
// mailFormToolStripMenuItem
//
this.mailFormToolStripMenuItem.Name = "mailFormToolStripMenuItem";
this.mailFormToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.mailFormToolStripMenuItem.Text = "Mail Form";
this.mailFormToolStripMenuItem.Click += new System.EventHandler(this.mailFormToolStripMenuItem_Click);
//
// boardsToolStripMenuItem
//
this.boardsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.minutesToolStripMenuItem,
this.holidayToolStripMenuItem,
this.requestITemToolStripMenuItem,
this.freeBoardToolStripMenuItem,
this.bugReportToolStripMenuItem,
this.todoListToolStripMenuItem});
@@ -284,36 +286,43 @@
// minutesToolStripMenuItem
//
this.minutesToolStripMenuItem.Name = "minutesToolStripMenuItem";
this.minutesToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
this.minutesToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
this.minutesToolStripMenuItem.Text = "Minutes";
this.minutesToolStripMenuItem.Click += new System.EventHandler(this.minutesToolStripMenuItem_Click);
//
// holidayToolStripMenuItem
//
this.holidayToolStripMenuItem.Name = "holidayToolStripMenuItem";
this.holidayToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
this.holidayToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
this.holidayToolStripMenuItem.Text = "holiday";
this.holidayToolStripMenuItem.Click += new System.EventHandler(this.holidayToolStripMenuItem_Click);
//
// requestITemToolStripMenuItem
//
this.requestITemToolStripMenuItem.Name = "requestITemToolStripMenuItem";
this.requestITemToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
this.requestITemToolStripMenuItem.Text = "Request Item";
this.requestITemToolStripMenuItem.Click += new System.EventHandler(this.requestITemToolStripMenuItem_Click);
//
// freeBoardToolStripMenuItem
//
this.freeBoardToolStripMenuItem.Enabled = false;
this.freeBoardToolStripMenuItem.Name = "freeBoardToolStripMenuItem";
this.freeBoardToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
this.freeBoardToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
this.freeBoardToolStripMenuItem.Text = "Free Board";
//
// bugReportToolStripMenuItem
//
this.bugReportToolStripMenuItem.Enabled = false;
this.bugReportToolStripMenuItem.Name = "bugReportToolStripMenuItem";
this.bugReportToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
this.bugReportToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
this.bugReportToolStripMenuItem.Text = "Bug Report";
//
// todoListToolStripMenuItem
//
this.todoListToolStripMenuItem.Enabled = false;
this.todoListToolStripMenuItem.Name = "todoListToolStripMenuItem";
this.todoListToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
this.todoListToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
this.todoListToolStripMenuItem.Text = "Todo List";
//
// managementToolStripMenuItem
@@ -427,92 +436,23 @@
//
// toolStrip
//
this.toolStrip.Enabled = false;
this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.newToolStripButton,
this.openToolStripButton,
this.saveToolStripButton,
this.toolStripSeparator1,
this.printToolStripButton,
this.printPreviewToolStripButton,
this.toolStripSeparator2,
this.tbpProject});
this.toolStripButton1});
this.toolStrip.Location = new System.Drawing.Point(1, 25);
this.toolStrip.Name = "toolStrip";
this.toolStrip.Size = new System.Drawing.Size(1035, 25);
this.toolStrip.TabIndex = 32;
this.toolStrip.Text = "ToolStrip";
//
// newToolStripButton
// toolStripButton1
//
this.newToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.newToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripButton.Image")));
this.newToolStripButton.ImageTransparentColor = System.Drawing.Color.Black;
this.newToolStripButton.Name = "newToolStripButton";
this.newToolStripButton.Size = new System.Drawing.Size(23, 22);
this.newToolStripButton.Text = "새로 만들기";
//
// openToolStripButton
//
this.openToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.openToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripButton.Image")));
this.openToolStripButton.ImageTransparentColor = System.Drawing.Color.Black;
this.openToolStripButton.Name = "openToolStripButton";
this.openToolStripButton.Size = new System.Drawing.Size(23, 22);
this.openToolStripButton.Text = "열기";
//
// saveToolStripButton
//
this.saveToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.saveToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripButton.Image")));
this.saveToolStripButton.ImageTransparentColor = System.Drawing.Color.Black;
this.saveToolStripButton.Name = "saveToolStripButton";
this.saveToolStripButton.Size = new System.Drawing.Size(23, 22);
this.saveToolStripButton.Text = "저장";
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
//
// printToolStripButton
//
this.printToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.printToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("printToolStripButton.Image")));
this.printToolStripButton.ImageTransparentColor = System.Drawing.Color.Black;
this.printToolStripButton.Name = "printToolStripButton";
this.printToolStripButton.Size = new System.Drawing.Size(23, 22);
this.printToolStripButton.Text = "인쇄";
//
// printPreviewToolStripButton
//
this.printPreviewToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.printPreviewToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("printPreviewToolStripButton.Image")));
this.printPreviewToolStripButton.ImageTransparentColor = System.Drawing.Color.Black;
this.printPreviewToolStripButton.Name = "printPreviewToolStripButton";
this.printPreviewToolStripButton.Size = new System.Drawing.Size(23, 22);
this.printPreviewToolStripButton.Text = "인쇄 미리 보기";
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
//
// tbpProject
//
this.tbpProject.Image = ((System.Drawing.Image)(resources.GetObject("tbpProject.Image")));
this.tbpProject.ImageTransparentColor = System.Drawing.Color.Black;
this.tbpProject.Name = "tbpProject";
this.tbpProject.Size = new System.Drawing.Size(64, 22);
this.tbpProject.Text = "Project";
this.tbpProject.Click += new System.EventHandler(this.helpToolStripButton_Click);
//
// mailFormToolStripMenuItem
//
this.mailFormToolStripMenuItem.Name = "mailFormToolStripMenuItem";
this.mailFormToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.mailFormToolStripMenuItem.Text = "Mail Form";
this.mailFormToolStripMenuItem.Click += new System.EventHandler(this.mailFormToolStripMenuItem_Click);
this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton1.Name = "toolStripButton1";
this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
this.toolStripButton1.Text = "toolStripButton1";
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
//
// fMain
//
@@ -562,14 +502,6 @@
private System.Windows.Forms.ToolStripMenuItem btLog;
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStrip toolStrip;
private System.Windows.Forms.ToolStripButton newToolStripButton;
private System.Windows.Forms.ToolStripButton openToolStripButton;
private System.Windows.Forms.ToolStripButton saveToolStripButton;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripButton printToolStripButton;
private System.Windows.Forms.ToolStripButton printPreviewToolStripButton;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripButton tbpProject;
private System.Windows.Forms.ToolStripMenuItem projectToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem listToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem commonToolStripMenuItem;
@@ -600,6 +532,8 @@
private System.Windows.Forms.ToolStripMenuItem minutesToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem holidayToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem mailFormToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem requestITemToolStripMenuItem;
private System.Windows.Forms.ToolStripButton toolStripButton1;
}
}

View File

@@ -76,7 +76,7 @@ namespace Project
if (flog.ShowDialog() != System.Windows.Forms.DialogResult.OK)
Application.ExitThread();
sbLogin.Text = string.Format("{0} {1}", FCOMMON.info.Login.no, FCOMMON.info.Login.name);
sbLogin.Text = string.Format("{0} {1}", FCOMMON.info.Login.no, FCOMMON.info.Login.nameK);
Pub.log.Add("Program Start");
}
@@ -330,5 +330,19 @@ namespace Project
f.Show();
}
private void requestITemToolStripMenuItem_Click(object sender, EventArgs e)
{
var f = new FCM0000.fRequestItem();
f.MdiParent = this;
f.Show();
}
private void toolStripButton1_Click(object sender, EventArgs e)
{
FCM0000.fSendMail f = new FCM0000.fSendMail();
f.MdiParent = this;
f.Show();
}
}
}

View File

@@ -139,94 +139,15 @@
<value>709, 17</value>
</metadata>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="newToolStripButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<data name="toolStripButton1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAELSURBVDhPrZDJasJQGIXzUvoO9TX0jcQuSulCLUUECwot
KtrSAbQWRDTg0CLBCY1xqmkcYo7c8ItJYy9Z+MHhLu453+IXzkbypY6/SeRriKXLiKaKZqh6Gjb4j+v4
M7y+AF9y/yRS3UkomkbmvcaXxLMVqjsJhh/N8SE0sXP38El1J1t9Z0oOIprYiSQLVLdjGAZUbYOhopoC
z4X/tOAm8UoTO+uNjslcgzSY8wVXsTxNjug7Awt1jb68RFOa8AWXtxmaHdFWW8jTX7R7M1RbMl/APq2w
w81+VugMF6i3FZTEgXuB9XBfnSkqjRHeyl33AuvhxO8xitU+ch+SOwF7eeEK2Keb0OQcCMIe3/X1lqrb
NIsAAAAASUVORK5CYII=
</value>
</data>
<data name="openToolStripButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAJYSURBVDhPvZFbSBNQHIf30ENPFmlRCEWWhD0MA0Oqh5Ck
m6KUZoWRJpS3LhiKbVPbvE53c+pKh7lN19RptTIMK4RCkQgtdZSYmgVFpZgZKnn7GptokkEP0R9+L+ec
7zs/zhH8l8kpMSPTWriSbyJPZ0WiNDK/9XcTnawjLF7lhC6IKsh0yFKyDUQllyCoN2tYLo218j/ekiAp
JTxRRWh8oUvQ22VkcrTOmR8jFqaHDFhNKmzm7GUlYQlqQuO0BMcWI6irVDMxUr0Env1UyrQ9ieqKfKrK
cjGUZKIvzOC6UkyxPHWptMaoYOKLcQGec8D0isEeu2x+E9wsl/P9o34BbqpXOPPAWkCDRc6dqlyshiws
ehkm3VVuaNMoU4vRKUQuWZU+l7F3Rc7aAy1SbNVqZgdkMJi9NG8da/0S6EmGV4l01kZwKSYEgUGXxbe+
fHiv5G6NiraHStehX6u/jIL2cGZag5h8FMCbSiHnTx9wCcq1Ur6+ljHYmo7NomSuXwrdcS6wM8YBnmCm
LYTJ5v2MNe5huH4HsnhvTgZ6uN6iVJ3OcJeIW2YFHU8dTXqSHIKz0HGKuWdHmHpyiPGmvYzY/Phc40N7
zmoig7zw2+bmEugKxHQ3Z3DbXAB9GfDCUff5MaZaghl/HMBogz9DViEfjFuxK92Rxm7Bd7vn4k8U5aVS
Z8rHfi+Bdo1gIW3KFTTLV3I/cxW1aWsxpHpy7fImIg9vxt9346JAk52CRnqOPFE0kovHnQ9zJiKQowd3
sW+3kJ1Cb3y8PNm4wYN1a9xY7z5f/d+MQPATMS7uX9kMtOAAAAAASUVORK5CYII=
</value>
</data>
<data name="saveToolStripButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIvSURBVDhPrZLdS9NRGMd//0L33QRddFtTYzgXq8GvXENZ
Ngwrwl5+kWZpukwTFSvTqPkG2QqXTlqtJuGkIl/AFCkRZSpZmrmiJQ41xSaCwdfznP3yuIouogeem8P5
fM55XqT/Es+fhUHpa11Ci3cRD93zaGoM4a5jGnW1X2C/FcD18kmUloyjsOAt8nJHcP6cHyouSQR2dQK1
NSv4WyyvrMKU2oVDqU95qrgkeZ8scEFlxTf16u9BcGh+GbssL6DRKLAe9AiB+8EcF5SWfFWvR8dP+GNw
ATFmHwouTeGApVkInA0zXHDR9kFFRGyEhydC2CZ7kZM9huQkpxDU3w5yQdbZERWLxK9wnz+IzQY3FGUA
ZrNDCGqqP3OBcmpARf8Md/Z/wqb4Rhw+8gqJiXVCcKNyCh3tYKMEjh1/A+vRXt5tahjVTN+mlyNwN1Ks
LyHLdiG4UjaBNh/YDgDNrh9s7t9Rfm2WN5UaRjVnZvjX4f3JrTAaK4TgcuEYPI+A+85VtjhhmNKyo9KS
bkPamaIInMTgfR4YDGVCYMsbZTBQXRXmLxNE5zE6GYPvZzA6OQsl9yr2mFo4rNvtgl5fJAS0lo47WP82
CQg+nX8T7wJzCEwv4kKxHbEGF4ObEJtwD7r4fCHIzBhidS9xeKvRgy07ZDxu64GvvQ8d3f3ofT2IvWYr
NPoGxDF4u7YeWm1OtODkiR6+nrRhtCQ0ZxoVdZsaRjXTq5QE74zLEoJ/D0laA2xoOmtG+TV7AAAAAElF
TkSuQmCC
</value>
</data>
<data name="printToolStripButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIqSURBVDhPrZL7T1JxAMVZP/b/tLa2Wm21mail1YZlRjid
k6JhTApClhGmktrDWlKjK3OBDrLAMWJaY9MZZJbo0umWQIEFXRPQMB6ne788HFpbW322s93d3fM598X5
7xjtUxh0vId5dOaPMY14kL18O6zgrcePrWz8TMIbWMGgbQIlZy6DW31pu4Qts0ml0gjRETjdH0iGHC4Y
LONwz/hQJVITQbZSiN7qxsfPdHYzA7u8Go1jdnEZJruLLP92XWsaB5sks+4LhgvWbc5puDxeVDaocOSs
HBrtM9zps21KFJ1PSHnENZ9fzS0HwzHML4XRa3CglC+Dsqsfj0xjKGVEpNzUpof6/hAoyxs8MDqhf/4a
tyk7rt4yQtyiBb+xA+U1ChSfluLkuevo1lkhUWlRnHuMm49fIBKLk+WtJJIprMcT5E6+0uv49CUKeTuF
OmkXcweyjEB1zwzLq3d46nCDMr/E3b5hqHsGIGvXQdTcA8HFDvAaWnBUIEfRKQnOM+cqhdew/7goI1B2
D8AfCGU3C4msbcAbXMVOcEh2UBzwxW0oqZZi1+GajKC504DpuSUw7ywPe/wtmsCcfw1jszQpW7OCY7UK
7KsQbgqUGgqaXhN8oTjoWBqB72ksLqcwsfADw5NR9DtXSDGXQzwxKecF9ZJWyG7oMDrpJ9/2b1IgYJGo
HqKiTokywRVwmd+0qKoJB3mNOHDiAvaWC7GnrB67ubX5YkH53+BwfgHgHTGbZU7qDAAAAABJRU5ErkJg
gg==
</value>
</data>
<data name="printPreviewToolStripButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHXSURBVDhPrZDdS1NhAIf3z4RXXkRqEd5IoCaKROWc6YVN
XMQkMFToZjcpQaatoVuiq+UkTTrFWR/OyuWmNaGoYDLtIkHUKfOjSJxuc0/7OHObx4+bHvjxvhe/33MO
r+K/IDpn2B9hzMOQ/RtW21Q8UvVgYoPD6B3+SF5J3dGSF45pqS6ny2pndNJztGT43Q+pLsfw5G18nIw0
yeTpmy9SPUUouMX45DjGRxZu39NzR99Ffpn6YEG/6JZmCba3txBHRnjvnMDnX2V+2Y9VEFFrm6jR3pJL
zIJLmiZwTLiwO5zxeygMfwO7LK2HMZifoarVyAU9Q2PxcpJus4XFFf/eePl3iNnFIDbXDJXV1XJB98Co
NE3QaexhYWUtMd4IR8c7uGcDPHzu5mJFhVwQe+l0BNGGaHfg24h+eSnI558BXn/dpKFFR2VVFfrWpkxJ
uiASifBrbo67nQb6Bl/x0uXFJLhpaNahVF1m8H4NoulGpiRdsBMMs/4ngMfr5YHRiOa6lqt19VxRXsBw
8xy+x0XsfqrF0tGYkiQFsfOwtLa1c60sh++6XBZMBazZlDRrylOC3PPqY1NYcglN6Sk+tJyhvjgbVelp
+YMeR+wv8k9mUXz2RHSsUPwDd10kHqNu+GEAAAAASUVORK5CYII=
</value>
</data>
<data name="tbpProject.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAKWSURBVDhPjZJbSNNRHMf3HPRcYu+9Gb32VhAJ9RASlOBb
b2aIFop5GXPeyrmp8zLNec01HbmpqJvabjbndHl3JTmGbk7zroUXKD79N5XMFPzCjwMHPp9zzu/8ROdF
3eChpGSc7OxBsrIcHG1fLCE4VBMT69TVz6J5P4NUekHRMexyrVOumsBqW+OjOUC/eR5tiwdJtvN80Wm4
q3sZh+MnA9YdbNYt+vvW0esXaWqeFm409K/oNNzRGcRi3qKnZ5X2jmXaBLBVN09T4xwqlQe5fIycvKFD
wWlYbwiEQYMhSIt2gcZGLzU1s5SXT6NQjJKfP8KLZDMJz42caNhmGNa2zKPTLaB556O+bo6W9gCy1k1i
S/eJke0gqQkgL58k/pkRffvgoUDbOoVc4aauwcvb6q9UlnlQlkyh1gVJ0kKVFT4vCOWHevsvHuf5aTN7
mPP7EIklNrS6SSRSO7LiYWRFo7wpdFPb7CVRA7phWFzaJqPAxL0n6vBqcO1yJ9FNodKF6GWKEd9yAJNl
jLT0PsRiW/jPc5tWUFkI5xgeGfOH19J6J1LNEnHxJkQZWRqKlb0sbQeZXxXeV2JBmmvnYcEGhrFDQSih
W4QEtx5UUtE8StPAARHXKxC9LhoSTu4XyojZMcXGwXeszi9EiwPoTwh2fuyH4ZQcE3MrQi8se1yJzP87
B5IcO+mZfRSX2fAGF1B1LyLv3D3CwSmcLq9x4RXgKaGZyaUeomPU/09keqaZV4Koy/KNu8njdLkP2PsN
xk9+om4XM7MIFV1rXL6pJE9pOXukM8UWUtN6aWib4UasCXGtD61jj2brLkmKGS5FKUhI/cDAaOBswXFU
1W6KlE7inrYTcS2Xq5EZ3H9UhUxlY2gyKMAi0R+3BHAuvd7mVQAAAABJRU5ErkJggg==
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEOSURBVDhPYxh48J9CADbg8vMP/2ceuAbGXWtOoODa+Tv/
V87YBMYVE1b/T62fA8ZBCZUIA0Aaf/35SzQ+ffkWqgEgm0AShx/8/X/g/p//u+/8BeNtN/+A8frrf/6v
ugLBiy/8+X/78Zv/nqHZmAaANMMMQNYMkrsSFAPGIANeffmHakDN4gNwA0D+BOHS/jXwcADZDNIEwjAD
nL1jEAaAAgpkACGng/CcsxAvoBgACuHHb76ANcNsR3YBsmaYAXauoQgD8vvWgw1AthlmO7pmEAapRTEA
FK+gqAFJgDDIBlwYJA9Sq2nojDAA5OzQ7C44BsUxCINCGoRB/gVhkK0gDNKMkg4oAdAcMWCAgQEAUU2N
V3HhzrYAAAAASUVORK5CYII=
</value>
</data>
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">

View File

@@ -1,94 +0,0 @@
D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\AMR.csprojResolveAssemblyReference.cache
D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\Project.Dialog.fDebug.resources
D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\Project.Dialog.fMsgWindow.resources
D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\Project.Dialog.fPassword.resources
D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\Project.fErrorException.resources
D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\Project.Dialog.fTouchKeyFull.resources
D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\Project.fHistory.resources
D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\Project.fLog.resources
D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\Project.fMain.resources
D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\Project.fModel.resources
D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\Project.fSetting.resources
D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\Project.Properties.Resources.resources
D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\AMR.csproj.GenerateResource.Cache
D:\Amkor\AMR\AMR.exe
D:\Amkor\AMR\AMR.pdb
D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\AMR.exe
D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\AMR.pdb
D:\Tinsky\Visual Studio For Amkor\AMR\AMR_180507_1600\Project\obj\Debug\AMR.exe
D:\Tinsky\Visual Studio For Amkor\AMR\AMR_180507_1600\Project\obj\Debug\AMR.pdb
D:\Tinsky\Amkor\AMR\AMR.exe
D:\Tinsky\Amkor\AMR\AMR.pdb
D:\Tinsky\Visual Studio For Amkor\AMR\AMR_180507_1600\Project\obj\Debug\AMR.csprojResolveAssemblyReference.cache
D:\Tinsky\Visual Studio For Amkor\AMR\AMR_180507_1600\Project\obj\Debug\Project.Dialog.fDebug.resources
D:\Tinsky\Visual Studio For Amkor\AMR\AMR_180507_1600\Project\obj\Debug\Project.Dialog.fMsgWindow.resources
D:\Tinsky\Visual Studio For Amkor\AMR\AMR_180507_1600\Project\obj\Debug\Project.Dialog.fPassword.resources
D:\Tinsky\Visual Studio For Amkor\AMR\AMR_180507_1600\Project\obj\Debug\Project.fErrorException.resources
D:\Tinsky\Visual Studio For Amkor\AMR\AMR_180507_1600\Project\obj\Debug\Project.Dialog.fTouchKeyFull.resources
D:\Tinsky\Visual Studio For Amkor\AMR\AMR_180507_1600\Project\obj\Debug\Project.fHistory.resources
D:\Tinsky\Visual Studio For Amkor\AMR\AMR_180507_1600\Project\obj\Debug\Project.fLog.resources
D:\Tinsky\Visual Studio For Amkor\AMR\AMR_180507_1600\Project\obj\Debug\Project.fMain.resources
D:\Tinsky\Visual Studio For Amkor\AMR\AMR_180507_1600\Project\obj\Debug\Project.fModel.resources
D:\Tinsky\Visual Studio For Amkor\AMR\AMR_180507_1600\Project\obj\Debug\Project.fSetting.resources
D:\Tinsky\Visual Studio For Amkor\AMR\AMR_180507_1600\Project\obj\Debug\Project.Properties.Resources.resources
D:\Tinsky\Visual Studio For Amkor\AMR\AMR_180507_1600\Project\obj\Debug\AMR.csproj.GenerateResource.Cache
D:\Source\AMR\AMR_180508_0030\Project\obj\Debug\AMR.exe
D:\Source\AMR\AMR_180508_0030\Project\obj\Debug\AMR.pdb
D:\Source\AMR\AMR_180508_0030\Project\obj\Debug\AMR.csprojResolveAssemblyReference.cache
D:\Source\AMR\AMR_180508_0030\Project\obj\Debug\Project.Dialog.fDebug.resources
D:\Source\AMR\AMR_180508_0030\Project\obj\Debug\Project.Dialog.fMsgWindow.resources
D:\Source\AMR\AMR_180508_0030\Project\obj\Debug\Project.Dialog.fPassword.resources
D:\Source\AMR\AMR_180508_0030\Project\obj\Debug\Project.fErrorException.resources
D:\Source\AMR\AMR_180508_0030\Project\obj\Debug\Project.Dialog.fTouchKeyFull.resources
D:\Source\AMR\AMR_180508_0030\Project\obj\Debug\Project.fHistory.resources
D:\Source\AMR\AMR_180508_0030\Project\obj\Debug\Project.fLog.resources
D:\Source\AMR\AMR_180508_0030\Project\obj\Debug\Project.fMain.resources
D:\Source\AMR\AMR_180508_0030\Project\obj\Debug\Project.fModel.resources
D:\Source\AMR\AMR_180508_0030\Project\obj\Debug\Project.fSetting.resources
D:\Source\AMR\AMR_180508_0030\Project\obj\Debug\Project.Properties.Resources.resources
D:\Source\AMR\AMR_180508_0030\Project\obj\Debug\AMR.csproj.GenerateResource.Cache
D:\Source\AMR\AMR_180508_1800\Project\obj\Debug\AMR.exe
D:\Source\AMR\AMR_180508_1800\Project\obj\Debug\AMR.pdb
D:\Source\AMR\AMR_180508_1800\Project\obj\Debug\AMR.csprojResolveAssemblyReference.cache
D:\Source\AMR\AMR_180508_1800\Project\obj\Debug\Project.Dialog.fDebug.resources
D:\Source\AMR\AMR_180508_1800\Project\obj\Debug\Project.Dialog.fMsgWindow.resources
D:\Source\AMR\AMR_180508_1800\Project\obj\Debug\Project.Dialog.fPassword.resources
D:\Source\AMR\AMR_180508_1800\Project\obj\Debug\Project.fErrorException.resources
D:\Source\AMR\AMR_180508_1800\Project\obj\Debug\Project.Dialog.fTouchKeyFull.resources
D:\Source\AMR\AMR_180508_1800\Project\obj\Debug\Project.fHistory.resources
D:\Source\AMR\AMR_180508_1800\Project\obj\Debug\Project.fLog.resources
D:\Source\AMR\AMR_180508_1800\Project\obj\Debug\Project.fMain.resources
D:\Source\AMR\AMR_180508_1800\Project\obj\Debug\Project.fModel.resources
D:\Source\AMR\AMR_180508_1800\Project\obj\Debug\Project.fSetting.resources
D:\Source\AMR\AMR_180508_1800\Project\obj\Debug\Project.Properties.Resources.resources
D:\Source\AMR\AMR_180508_1800\Project\obj\Debug\AMR.csproj.GenerateResource.Cache
D:\Source\AMR\AMR_180509_1400\Project\obj\Debug\AMR.exe
D:\Source\AMR\AMR_180509_1400\Project\obj\Debug\AMR.pdb
D:\Source\AMR\AMR_180509_1400\Project\obj\Debug\AMR.csprojResolveAssemblyReference.cache
D:\Source\AMR\AMR_180509_1400\Project\obj\Debug\Project.Dialog.fDebug.resources
D:\Source\AMR\AMR_180509_1400\Project\obj\Debug\Project.Dialog.fMsgWindow.resources
D:\Source\AMR\AMR_180509_1400\Project\obj\Debug\Project.Dialog.fPassword.resources
D:\Source\AMR\AMR_180509_1400\Project\obj\Debug\Project.fErrorException.resources
D:\Source\AMR\AMR_180509_1400\Project\obj\Debug\Project.Dialog.fTouchKeyFull.resources
D:\Source\AMR\AMR_180509_1400\Project\obj\Debug\Project.fHistory.resources
D:\Source\AMR\AMR_180509_1400\Project\obj\Debug\Project.fLog.resources
D:\Source\AMR\AMR_180509_1400\Project\obj\Debug\Project.fMain.resources
D:\Source\AMR\AMR_180509_1400\Project\obj\Debug\Project.fModel.resources
D:\Source\AMR\AMR_180509_1400\Project\obj\Debug\Project.fSetting.resources
D:\Source\AMR\AMR_180509_1400\Project\obj\Debug\Project.Properties.Resources.resources
D:\Source\AMR\AMR_180509_1400\Project\obj\Debug\AMR.csproj.GenerateResource.Cache
D:\Tinsky\Visual Studio For Amkor\_Frame\Project\obj\Debug\AMR.exe
D:\Tinsky\Visual Studio For Amkor\_Frame\Project\obj\Debug\AMR.pdb
D:\Tinsky\Visual Studio For Amkor\_Frame\Project\obj\Debug\AMR.csprojResolveAssemblyReference.cache
D:\Tinsky\Visual Studio For Amkor\_Frame\Project\obj\Debug\Project.Dialog.fDebug.resources
D:\Tinsky\Visual Studio For Amkor\_Frame\Project\obj\Debug\Project.Dialog.fMsgWindow.resources
D:\Tinsky\Visual Studio For Amkor\_Frame\Project\obj\Debug\Project.Dialog.fPassword.resources
D:\Tinsky\Visual Studio For Amkor\_Frame\Project\obj\Debug\Project.fErrorException.resources
D:\Tinsky\Visual Studio For Amkor\_Frame\Project\obj\Debug\Project.Dialog.fTouchKeyFull.resources
D:\Tinsky\Visual Studio For Amkor\_Frame\Project\obj\Debug\Project.fHistory.resources
D:\Tinsky\Visual Studio For Amkor\_Frame\Project\obj\Debug\Project.fLog.resources
D:\Tinsky\Visual Studio For Amkor\_Frame\Project\obj\Debug\Project.fMain.resources
D:\Tinsky\Visual Studio For Amkor\_Frame\Project\obj\Debug\Project.fModel.resources
D:\Tinsky\Visual Studio For Amkor\_Frame\Project\obj\Debug\Project.fSetting.resources
D:\Tinsky\Visual Studio For Amkor\_Frame\Project\obj\Debug\Project.Properties.Resources.resources
D:\Tinsky\Visual Studio For Amkor\_Frame\Project\obj\Debug\AMR.csproj.GenerateResource.Cache

Binary file not shown.

Binary file not shown.

View File

@@ -1,236 +0,0 @@
D:\Amkor\BarcodeValidation\CMS.exe
D:\Amkor\BarcodeValidation\CMS.pdb
D:\Amkor\Source\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\CMS.csprojResolveAssemblyReference.cache
D:\Amkor\Source\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\Project.Dialog.fDebug.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\Project.Dialog.fMsgWindow.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\Project.Dialog.fPassword.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\Project.Dialog.fLogin.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\Project.fErrorException.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\Project.fHistory.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\Project.fLog.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\Project.fMain.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\Project.fModel.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\Project.fSetting.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\Project.Properties.Resources.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\CMS.csproj.GenerateResource.cache
D:\Amkor\Source\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\CMS.csproj.CoreCompileInputs.cache
D:\Amkor\Source\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\CMS.csproj.CopyComplete
D:\Amkor\Source\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\CMS.exe
D:\Amkor\Source\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\CMS.pdb
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\CMS.csprojResolveAssemblyReference.cache
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\Project.Dialog.fDebug.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\Project.Dialog.fMsgWindow.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\Project.Dialog.fPassword.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\Project.Dialog.fLogin.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\Project.fErrorException.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\Project.fHistory.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\Project.fLog.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\Project.fMain.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\Project.fModel.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\Project.fSetting.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\Project.Properties.Resources.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\CMS.csproj.GenerateResource.Cache
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\CMS.exe
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\CMS.pdb
D:\Amkor\Source\ComponentManagamentSystem\CMS_180426_0040\Project\obj\Debug\CMS.csprojResolveAssemblyReference.cache
D:\Amkor\Source\ComponentManagamentSystem\CMS_180426_0040\Project\obj\Debug\Project.Dialog.fDebug.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180426_0040\Project\obj\Debug\Project.Dialog.fMsgWindow.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180426_0040\Project\obj\Debug\Project.Dialog.fPassword.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180426_0040\Project\obj\Debug\Project.Dialog.fLogin.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180426_0040\Project\obj\Debug\Project.fErrorException.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180426_0040\Project\obj\Debug\Project.fHistory.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180426_0040\Project\obj\Debug\Project.fLog.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180426_0040\Project\obj\Debug\Project.fMain.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180426_0040\Project\obj\Debug\Project.fModel.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180426_0040\Project\obj\Debug\Project.fSetting.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180426_0040\Project\obj\Debug\Project.Properties.Resources.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180426_0040\Project\obj\Debug\CMS.csproj.GenerateResource.cache
D:\Amkor\Source\ComponentManagamentSystem\CMS_180426_0040\Project\obj\Debug\CMS.csproj.CoreCompileInputs.cache
D:\Amkor\Source\ComponentManagamentSystem\CMS_180426_0040\Project\obj\Debug\CMS.exe
D:\Amkor\Source\ComponentManagamentSystem\CMS_180426_0040\Project\obj\Debug\CMS.pdb
D:\Amkor\Source\ComponentManagamentSystem\CMS_180426_0040\Project\obj\Debug\CMS.csproj.CopyComplete
D:\Amkor\Source\ComponentManagamentSystem\CMS_180426_0040\Project\obj\Debug\Project.Dialog.fInput.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180426_0040\Project\obj\Debug\Project.Dialog.fTouchKeyFull.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180426_0040\Project\obj\Debug\Project.Dialog.fItemInfo.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180426_0040\Project\obj\Debug\Project.Dialog.fInputItem.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180427_1800\Project\obj\Debug\CMS.exe
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180427_1800\Project\obj\Debug\CMS.pdb
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180427_1800\Project\obj\Debug\CMS.csprojResolveAssemblyReference.cache
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180427_1800\Project\obj\Debug\Project.Dialog.fDebug.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180427_1800\Project\obj\Debug\Project.Dialog.fInputItem.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180427_1800\Project\obj\Debug\Project.Dialog.fItemInfo.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180427_1800\Project\obj\Debug\Project.Dialog.fInput.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180427_1800\Project\obj\Debug\Project.Dialog.fMsgWindow.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180427_1800\Project\obj\Debug\Project.Dialog.fPassword.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180427_1800\Project\obj\Debug\Project.Dialog.fLogin.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180427_1800\Project\obj\Debug\Project.fErrorException.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180427_1800\Project\obj\Debug\Project.Dialog.fTouchKeyFull.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180427_1800\Project\obj\Debug\Project.fHistory.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180427_1800\Project\obj\Debug\Project.fLog.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180427_1800\Project\obj\Debug\Project.fMain.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180427_1800\Project\obj\Debug\Project.fModel.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180427_1800\Project\obj\Debug\Project.fSetting.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180427_1800\Project\obj\Debug\Project.Properties.Resources.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180427_1800\Project\obj\Debug\CMS.csproj.GenerateResource.Cache
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\CMS.exe
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\CMS.pdb
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\CMS.csprojResolveAssemblyReference.cache
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\Project.Dialog.fDebug.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\Project.Dialog.fInputItem.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\Project.Dialog.fItemInfo.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\Project.Dialog.fInput.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\Project.Dialog.fMsgWindow.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\Project.Dialog.fPassword.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\Project.Dialog.fLogin.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\Project.fErrorException.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\Project.Dialog.fTouchKeyFull.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\Project.fHistory.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\Project.fLog.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\Project.fMain.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\Project.fModel.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\Project.fSetting.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\Project.Properties.Resources.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\CMS.csproj.GenerateResource.Cache
D:\Amkor\Source\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\CMS.csprojResolveAssemblyReference.cache
D:\Amkor\Source\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\Project.Dialog.fDebug.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\Project.Dialog.fInputItem.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\Project.Dialog.fItemInfo.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\Project.Dialog.fInput.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\Project.Dialog.fMsgWindow.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\Project.Dialog.fPassword.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\Project.Dialog.fLogin.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\Project.fErrorException.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\Project.Dialog.fTouchKeyFull.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\Project.fHistory.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\Project.fLog.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\Project.fMain.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\Project.fModel.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\Project.fSetting.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\Project.Properties.Resources.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\CMS.csproj.GenerateResource.cache
D:\Amkor\Source\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\CMS.csproj.CoreCompileInputs.cache
D:\Amkor\Source\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\CMS.csproj.CopyComplete
D:\Amkor\Source\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\CMS.exe
D:\Amkor\Source\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\CMS.pdb
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180430_1700\Project\obj\Debug\CMS.exe
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180430_1700\Project\obj\Debug\CMS.pdb
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180430_1700\Project\obj\Debug\CMS.csprojResolveAssemblyReference.cache
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180430_1700\Project\obj\Debug\Project.Dialog.fDebug.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180430_1700\Project\obj\Debug\Project.Dialog.fItemInfo.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180430_1700\Project\obj\Debug\Project.Dialog.fInput.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180430_1700\Project\obj\Debug\Project.Dialog.fMsgWindow.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180430_1700\Project\obj\Debug\Project.Dialog.fPassword.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180430_1700\Project\obj\Debug\Project.Dialog.fLogin.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180430_1700\Project\obj\Debug\Project.fErrorException.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180430_1700\Project\obj\Debug\Project.Dialog.fTouchKeyFull.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180430_1700\Project\obj\Debug\Project.fHistory.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180430_1700\Project\obj\Debug\Project.fLog.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180430_1700\Project\obj\Debug\Project.fMain.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180430_1700\Project\obj\Debug\Project.fModel.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180430_1700\Project\obj\Debug\Project.fSetting.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180430_1700\Project\obj\Debug\Project.Properties.Resources.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180430_1700\Project\obj\Debug\CMS.csproj.GenerateResource.Cache
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180430_1700\Project\obj\Debug\Project.Dialog.fItemList.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180501_2300\Project\obj\Debug\CMS.csprojResolveAssemblyReference.cache
D:\Amkor\Source\ComponentManagamentSystem\CMS_180501_2300\Project\obj\Debug\Project.Dialog.fDebug.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180501_2300\Project\obj\Debug\Project.Dialog.fItemInfo.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180501_2300\Project\obj\Debug\Project.Dialog.fInput.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180501_2300\Project\obj\Debug\Project.Dialog.fItemList.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180501_2300\Project\obj\Debug\Project.Dialog.fMsgWindow.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180501_2300\Project\obj\Debug\Project.Dialog.fPassword.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180501_2300\Project\obj\Debug\Project.Dialog.fLogin.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180501_2300\Project\obj\Debug\Project.fErrorException.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180501_2300\Project\obj\Debug\Project.Dialog.fTouchKeyFull.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180501_2300\Project\obj\Debug\Project.fHistory.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180501_2300\Project\obj\Debug\Project.fLog.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180501_2300\Project\obj\Debug\Project.fMain.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180501_2300\Project\obj\Debug\Project.fModel.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180501_2300\Project\obj\Debug\Project.fSetting.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180501_2300\Project\obj\Debug\Project.Properties.Resources.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180501_2300\Project\obj\Debug\CMS.csproj.GenerateResource.cache
D:\Amkor\Source\ComponentManagamentSystem\CMS_180501_2300\Project\obj\Debug\CMS.csproj.CoreCompileInputs.cache
D:\Amkor\Source\ComponentManagamentSystem\CMS_180501_2300\Project\obj\Debug\CMS.csproj.CopyComplete
D:\Amkor\Source\ComponentManagamentSystem\CMS_180501_2300\Project\obj\Debug\CMS.exe
D:\Amkor\Source\ComponentManagamentSystem\CMS_180501_2300\Project\obj\Debug\CMS.pdb
D:\Amkor\CMS\CMS.exe
D:\Amkor\CMS\CMS.pdb
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180502_1800\Project\obj\Debug\CMS.csprojResolveAssemblyReference.cache
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180502_1800\Project\obj\Debug\Project.Dialog.fDebug.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180502_1800\Project\obj\Debug\Project.Dialog.fItemInfo.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180502_1800\Project\obj\Debug\Project.Dialog.fInput.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180502_1800\Project\obj\Debug\Project.Dialog.fItemList.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180502_1800\Project\obj\Debug\Project.Dialog.fMsgWindow.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180502_1800\Project\obj\Debug\Project.Dialog.fPassword.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180502_1800\Project\obj\Debug\Project.Dialog.fLogin.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180502_1800\Project\obj\Debug\Project.fErrorException.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180502_1800\Project\obj\Debug\Project.Dialog.fSlotDesign.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180502_1800\Project\obj\Debug\Project.Dialog.fTouchKeyFull.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180502_1800\Project\obj\Debug\Project.fHistory.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180502_1800\Project\obj\Debug\Project.fLog.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180502_1800\Project\obj\Debug\Project.fMain.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180502_1800\Project\obj\Debug\Project.fModel.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180502_1800\Project\obj\Debug\Project.fSetting.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180502_1800\Project\obj\Debug\Project.Properties.Resources.resources
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180502_1800\Project\obj\Debug\CMS.csproj.GenerateResource.Cache
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180502_1800\Project\obj\Debug\CMS.exe
D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180502_1800\Project\obj\Debug\CMS.pdb
D:\Amkor\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\CMS.csprojResolveAssemblyReference.cache
D:\Amkor\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.Dialog.fDebug.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.Dialog.fItemInfo.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.Dialog.fInput.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.Dialog.fItemList.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.Dialog.fMsgWindow.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.Dialog.fPassword.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.Dialog.fLogin.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.fErrorException.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.Dialog.fSlotDesign.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.Dialog.fTouchKeyFull.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.fHistory.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.fLog.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.fMain.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.fModel.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.fSetting.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.Properties.Resources.resources
D:\Amkor\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\CMS.csproj.GenerateResource.cache
D:\Amkor\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\CMS.csproj.CoreCompileInputs.cache
D:\Amkor\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\CMS.csproj.CopyComplete
D:\Amkor\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\CMS.exe
D:\Amkor\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\CMS.pdb
D:\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\CMS.csprojResolveAssemblyReference.cache
D:\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.Dialog.fDebug.resources
D:\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.Dialog.fItemInfo.resources
D:\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.Dialog.fInput.resources
D:\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.Dialog.fItemList.resources
D:\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.Dialog.fMsgWindow.resources
D:\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.Dialog.fPassword.resources
D:\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.Dialog.fLogin.resources
D:\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.fErrorException.resources
D:\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.Dialog.fSlotDesign.resources
D:\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.Dialog.fTouchKeyFull.resources
D:\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.fHistory.resources
D:\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.fLog.resources
D:\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.fMain.resources
D:\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.fModel.resources
D:\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.fSetting.resources
D:\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.Properties.Resources.resources
D:\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\CMS.csproj.GenerateResource.cache
D:\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\CMS.exe
D:\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\CMS.pdb
D:\Source\ComponentManagamentSystem\CMS_180504_0900\Project\obj\Debug\CMS.exe
D:\Source\ComponentManagamentSystem\CMS_180504_0900\Project\obj\Debug\CMS.pdb
D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\CMS.exe
D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\CMS.pdb
D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\CMS.csprojResolveAssemblyReference.cache
D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\Project.Dialog.fDebug.resources
D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\Project.Dialog.fMsgWindow.resources
D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\Project.Dialog.fPassword.resources
D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\Project.Dialog.fLogin.resources
D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\Project.fErrorException.resources
D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\Project.Dialog.fTouchKeyFull.resources
D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\Project.fHistory.resources
D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\Project.fLog.resources
D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\Project.fMain.resources
D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\Project.fModel.resources
D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\Project.fSetting.resources
D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\Project.Properties.Resources.resources
D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\CMS.csproj.GenerateResource.Cache

Binary file not shown.

Binary file not shown.

View File

@@ -1,194 +0,0 @@
D:\Source\Amkor\GroupWare\GWEE.exe.config
D:\Source\Amkor\GroupWare\GWEE.exe.manifest
D:\Source\Amkor\GroupWare\GWEE.application
D:\Source\Amkor\GroupWare\GWEE.exe
D:\Source\Amkor\GroupWare\GWEE.pdb
D:\Source\GroupWare\EET_GroupWare_180525_1000\Project\obj\Debug\Project.Dialog.fDebug.resources
D:\Source\GroupWare\EET_GroupWare_180525_1000\Project\obj\Debug\Project.Dialog.fMsgWindow.resources
D:\Source\GroupWare\EET_GroupWare_180525_1000\Project\obj\Debug\Project.Dialog.fLogin.resources
D:\Source\GroupWare\EET_GroupWare_180525_1000\Project\obj\Debug\Project.Dialog.fPassword.resources
D:\Source\GroupWare\EET_GroupWare_180525_1000\Project\obj\Debug\Project.fErrorException.resources
D:\Source\GroupWare\EET_GroupWare_180525_1000\Project\obj\Debug\Project.Dialog.fTouchKeyFull.resources
D:\Source\GroupWare\EET_GroupWare_180525_1000\Project\obj\Debug\Project.fLog.resources
D:\Source\GroupWare\EET_GroupWare_180525_1000\Project\obj\Debug\Project.fMain.resources
D:\Source\GroupWare\EET_GroupWare_180525_1000\Project\obj\Debug\Project.fSetting.resources
D:\Source\GroupWare\EET_GroupWare_180525_1000\Project\obj\Debug\Project.Prj.fProjectList.resources
D:\Source\GroupWare\EET_GroupWare_180525_1000\Project\obj\Debug\Project.Properties.Resources.resources
D:\Source\GroupWare\EET_GroupWare_180525_1000\Project\obj\Debug\EETGW.csproj.GenerateResource.Cache
D:\Source\GroupWare\EET_GroupWare_180525_1000\Project\obj\Debug\GWEE.TrustInfo.xml
D:\Source\GroupWare\EET_GroupWare_180525_1000\Project\obj\Debug\GWEE.exe.manifest
D:\Source\GroupWare\EET_GroupWare_180525_1000\Project\obj\Debug\GWEE.application
D:\Source\GroupWare\EET_GroupWare_180525_1000\Project\obj\Debug\GWEE.exe
D:\Source\GroupWare\EET_GroupWare_180525_1000\Project\obj\Debug\GWEE.pdb
D:\Source\GroupWare\EET_GroupWare_180525_1000\Project\obj\Debug\EETGW.csprojResolveAssemblyReference.cache
D:\Source\GroupWare\EET_GroupWare_180525_1030\Project\obj\Debug\GWEE.exe
D:\Source\GroupWare\EET_GroupWare_180525_1030\Project\obj\Debug\GWEE.pdb
D:\Source\GroupWare\EET_GroupWare_180525_1030\Project\obj\Debug\EETGW.csprojResolveAssemblyReference.cache
D:\Source\GroupWare\EET_GroupWare_180525_1030\Project\obj\Debug\Project.Dialog.fDebug.resources
D:\Source\GroupWare\EET_GroupWare_180525_1030\Project\obj\Debug\Project.Dialog.fMsgWindow.resources
D:\Source\GroupWare\EET_GroupWare_180525_1030\Project\obj\Debug\Project.Dialog.fLogin.resources
D:\Source\GroupWare\EET_GroupWare_180525_1030\Project\obj\Debug\Project.Dialog.fPassword.resources
D:\Source\GroupWare\EET_GroupWare_180525_1030\Project\obj\Debug\Project.fErrorException.resources
D:\Source\GroupWare\EET_GroupWare_180525_1030\Project\obj\Debug\Project.Dialog.fTouchKeyFull.resources
D:\Source\GroupWare\EET_GroupWare_180525_1030\Project\obj\Debug\Project.fLog.resources
D:\Source\GroupWare\EET_GroupWare_180525_1030\Project\obj\Debug\Project.fMain.resources
D:\Source\GroupWare\EET_GroupWare_180525_1030\Project\obj\Debug\Project.fSetting.resources
D:\Source\GroupWare\EET_GroupWare_180525_1030\Project\obj\Debug\Project._Common.fItems.resources
D:\Source\GroupWare\EET_GroupWare_180525_1030\Project\obj\Debug\Project.Prj.fProjectList.resources
D:\Source\GroupWare\EET_GroupWare_180525_1030\Project\obj\Debug\Project.Properties.Resources.resources
D:\Source\GroupWare\EET_GroupWare_180525_1030\Project\obj\Debug\EETGW.csproj.GenerateResource.Cache
D:\Source\GroupWare\EET_GroupWare_180525_1030\Project\obj\Debug\GWEE.TrustInfo.xml
D:\Source\GroupWare\EET_GroupWare_180525_1030\Project\obj\Debug\GWEE.exe.manifest
D:\Source\GroupWare\EET_GroupWare_180525_1030\Project\obj\Debug\GWEE.application
D:\Source\GroupWare\EET_GroupWare_180525_1030\Project\obj\Debug\Project._Common.fInventory.resources
D:\Source\GroupWare\EET_GroupWare_180525_1800\Project\obj\Debug\GWEE.exe
D:\Source\GroupWare\EET_GroupWare_180525_1800\Project\obj\Debug\GWEE.pdb
D:\Source\GroupWare\EET_GroupWare_180525_1800\Project\obj\Debug\EETGW.csprojResolveAssemblyReference.cache
D:\Source\GroupWare\EET_GroupWare_180525_1800\Project\obj\Debug\Project.Dialog.fDebug.resources
D:\Source\GroupWare\EET_GroupWare_180525_1800\Project\obj\Debug\Project.Dialog.fMsgWindow.resources
D:\Source\GroupWare\EET_GroupWare_180525_1800\Project\obj\Debug\Project.Dialog.fLogin.resources
D:\Source\GroupWare\EET_GroupWare_180525_1800\Project\obj\Debug\Project.Dialog.fPassword.resources
D:\Source\GroupWare\EET_GroupWare_180525_1800\Project\obj\Debug\Project.fErrorException.resources
D:\Source\GroupWare\EET_GroupWare_180525_1800\Project\obj\Debug\Project.Dialog.fTouchKeyFull.resources
D:\Source\GroupWare\EET_GroupWare_180525_1800\Project\obj\Debug\Project.fLog.resources
D:\Source\GroupWare\EET_GroupWare_180525_1800\Project\obj\Debug\Project.fMain.resources
D:\Source\GroupWare\EET_GroupWare_180525_1800\Project\obj\Debug\Project.fSetting.resources
D:\Source\GroupWare\EET_GroupWare_180525_1800\Project\obj\Debug\Project._Common.fInventory.resources
D:\Source\GroupWare\EET_GroupWare_180525_1800\Project\obj\Debug\Project._Common.fItems.resources
D:\Source\GroupWare\EET_GroupWare_180525_1800\Project\obj\Debug\Project.Prj.fProjectList.resources
D:\Source\GroupWare\EET_GroupWare_180525_1800\Project\obj\Debug\Project.Properties.Resources.resources
D:\Source\GroupWare\EET_GroupWare_180525_1800\Project\obj\Debug\EETGW.csproj.GenerateResource.Cache
D:\Source\GroupWare\EET_GroupWare_180525_1800\Project\obj\Debug\GWEE.TrustInfo.xml
D:\Source\GroupWare\EET_GroupWare_180525_1800\Project\obj\Debug\GWEE.exe.manifest
D:\Source\GroupWare\EET_GroupWare_180525_1800\Project\obj\Debug\GWEE.application
D:\Source\GroupWare\EET_GroupWare_180604_1000\Project\obj\Debug\GWEE.exe
D:\Source\GroupWare\EET_GroupWare_180604_1000\Project\obj\Debug\GWEE.pdb
D:\Source\GroupWare\EET_GroupWare_180604_1000\Project\obj\Debug\EETGW.csprojResolveAssemblyReference.cache
D:\Source\GroupWare\EET_GroupWare_180604_1000\Project\obj\Debug\Project.Dialog.fDebug.resources
D:\Source\GroupWare\EET_GroupWare_180604_1000\Project\obj\Debug\Project.Dialog.fMsgWindow.resources
D:\Source\GroupWare\EET_GroupWare_180604_1000\Project\obj\Debug\Project.Dialog.fLogin.resources
D:\Source\GroupWare\EET_GroupWare_180604_1000\Project\obj\Debug\Project.Dialog.fPassword.resources
D:\Source\GroupWare\EET_GroupWare_180604_1000\Project\obj\Debug\Project.fErrorException.resources
D:\Source\GroupWare\EET_GroupWare_180604_1000\Project\obj\Debug\Project.Dialog.fTouchKeyFull.resources
D:\Source\GroupWare\EET_GroupWare_180604_1000\Project\obj\Debug\Project.fLog.resources
D:\Source\GroupWare\EET_GroupWare_180604_1000\Project\obj\Debug\Project.fMain.resources
D:\Source\GroupWare\EET_GroupWare_180604_1000\Project\obj\Debug\Project.fSetting.resources
D:\Source\GroupWare\EET_GroupWare_180604_1000\Project\obj\Debug\Project._Common.fInventory.resources
D:\Source\GroupWare\EET_GroupWare_180604_1000\Project\obj\Debug\Project._Common.fItems.resources
D:\Source\GroupWare\EET_GroupWare_180604_1000\Project\obj\Debug\Project.Prj.fProjectList.resources
D:\Source\GroupWare\EET_GroupWare_180604_1000\Project\obj\Debug\Project.Properties.Resources.resources
D:\Source\GroupWare\EET_GroupWare_180604_1000\Project\obj\Debug\EETGW.csproj.GenerateResource.Cache
D:\Source\GroupWare\EET_GroupWare_180604_1000\Project\obj\Debug\GWEE.TrustInfo.xml
D:\Source\GroupWare\EET_GroupWare_180604_1000\Project\obj\Debug\GWEE.exe.manifest
D:\Source\GroupWare\EET_GroupWare_180604_1000\Project\obj\Debug\GWEE.application
D:\Source\GroupWare\EET_GroupWare_180604_1000\Project\obj\Debug\Project._Management.fEquipment.resources
D:\Source\GroupWare\EET_GroupWare_180604_1000\Project\obj\Debug\Project._Management.fLineCode.resources
D:\Source\GroupWare\EET_GroupWare_180604_1000\Project\obj\Debug\Project._Management.fImpEquipment.resources
D:\Source\Amkor\GroupWare\libxl.dll
D:\Source\GroupWare\EET_GroupWare_180604_1000\Project\obj\Debug\Project._Management.rpt_equipment.resources
D:\Source\GroupWare\EET_GroupWare_180604_1000\Project\obj\Debug\RdlCompile.cache
D:\Source\GroupWare\EET_GroupWare_180604_1000\Project\obj\Debug\RdlCompile.compiled
D:\Source\GroupWare\EET_GroupWare_180608_1000\Project\obj\Debug\GWEE.exe
D:\Source\GroupWare\EET_GroupWare_180608_1000\Project\obj\Debug\GWEE.pdb
D:\Source\GroupWare\EET_GroupWare_180608_1000\Project\obj\Debug\EETGW.csprojResolveAssemblyReference.cache
D:\Source\GroupWare\EET_GroupWare_180608_1000\Project\obj\Debug\Project.Dialog.fDebug.resources
D:\Source\GroupWare\EET_GroupWare_180608_1000\Project\obj\Debug\Project.Dialog.fMsgWindow.resources
D:\Source\GroupWare\EET_GroupWare_180608_1000\Project\obj\Debug\Project.Dialog.fLogin.resources
D:\Source\GroupWare\EET_GroupWare_180608_1000\Project\obj\Debug\Project.Dialog.fPassword.resources
D:\Source\GroupWare\EET_GroupWare_180608_1000\Project\obj\Debug\Project.fErrorException.resources
D:\Source\GroupWare\EET_GroupWare_180608_1000\Project\obj\Debug\Project.Dialog.fTouchKeyFull.resources
D:\Source\GroupWare\EET_GroupWare_180608_1000\Project\obj\Debug\Project.fLog.resources
D:\Source\GroupWare\EET_GroupWare_180608_1000\Project\obj\Debug\Project.fMain.resources
D:\Source\GroupWare\EET_GroupWare_180608_1000\Project\obj\Debug\Project.fSetting.resources
D:\Source\GroupWare\EET_GroupWare_180608_1000\Project\obj\Debug\Project._Common.fInventory.resources
D:\Source\GroupWare\EET_GroupWare_180608_1000\Project\obj\Debug\Project._Common.fItems.resources
D:\Source\GroupWare\EET_GroupWare_180608_1000\Project\obj\Debug\Project._Management.fEquipment.resources
D:\Source\GroupWare\EET_GroupWare_180608_1000\Project\obj\Debug\Project._Management.fImpEquipment.resources
D:\Source\GroupWare\EET_GroupWare_180608_1000\Project\obj\Debug\Project._Management.fLineCode.resources
D:\Source\GroupWare\EET_GroupWare_180608_1000\Project\obj\Debug\Project._Management.rpt_equipment.resources
D:\Source\GroupWare\EET_GroupWare_180608_1000\Project\obj\Debug\Project.Prj.fProjectList.resources
D:\Source\GroupWare\EET_GroupWare_180608_1000\Project\obj\Debug\Project.Properties.Resources.resources
D:\Source\GroupWare\EET_GroupWare_180608_1000\Project\obj\Debug\EETGW.csproj.GenerateResource.Cache
D:\Source\GroupWare\EET_GroupWare_180608_1000\Project\obj\Debug\RdlCompile.cache
D:\Source\GroupWare\EET_GroupWare_180608_1000\Project\obj\Debug\RdlCompile.compiled
D:\Source\GroupWare\EET_GroupWare_180608_1000\Project\obj\Debug\GWEE.TrustInfo.xml
D:\Source\GroupWare\EET_GroupWare_180608_1000\Project\obj\Debug\GWEE.exe.manifest
D:\Source\GroupWare\EET_GroupWare_180608_1000\Project\obj\Debug\GWEE.application
D:\Source\GroupWare\EET_GroupWare_180624_1600\Project\obj\Debug\GWEE.exe
D:\Source\GroupWare\EET_GroupWare_180624_1600\Project\obj\Debug\GWEE.pdb
D:\Source\GroupWare\EET_GroupWare_180704_0000\Project\obj\Debug\GWEE.exe
D:\Source\GroupWare\EET_GroupWare_180704_0000\Project\obj\Debug\GWEE.pdb
D:\Source\GroupWare\EET_GroupWare_180704_0000\Project\obj\Debug\EETGW.csprojResolveAssemblyReference.cache
D:\Source\GroupWare\EET_GroupWare_180704_0000\Project\obj\Debug\Project.Dialog.fDebug.resources
D:\Source\GroupWare\EET_GroupWare_180704_0000\Project\obj\Debug\Project.Dialog.fMsgWindow.resources
D:\Source\GroupWare\EET_GroupWare_180704_0000\Project\obj\Debug\Project.Dialog.fLogin.resources
D:\Source\GroupWare\EET_GroupWare_180704_0000\Project\obj\Debug\Project.Dialog.fPassword.resources
D:\Source\GroupWare\EET_GroupWare_180704_0000\Project\obj\Debug\Project.fErrorException.resources
D:\Source\GroupWare\EET_GroupWare_180704_0000\Project\obj\Debug\Project.Dialog.fTouchKeyFull.resources
D:\Source\GroupWare\EET_GroupWare_180704_0000\Project\obj\Debug\Project.fLog.resources
D:\Source\GroupWare\EET_GroupWare_180704_0000\Project\obj\Debug\Project.fMain.resources
D:\Source\GroupWare\EET_GroupWare_180704_0000\Project\obj\Debug\Project.fSetting.resources
D:\Source\GroupWare\EET_GroupWare_180704_0000\Project\obj\Debug\Project._Common.fInventory.resources
D:\Source\GroupWare\EET_GroupWare_180704_0000\Project\obj\Debug\Project._Common.fItems.resources
D:\Source\GroupWare\EET_GroupWare_180704_0000\Project\obj\Debug\Project._Management.fEquipment.resources
D:\Source\GroupWare\EET_GroupWare_180704_0000\Project\obj\Debug\Project._Management.fImpEquipment.resources
D:\Source\GroupWare\EET_GroupWare_180704_0000\Project\obj\Debug\Project._Management.fLineCode.resources
D:\Source\GroupWare\EET_GroupWare_180704_0000\Project\obj\Debug\Project._Management.rpt_equipment.resources
D:\Source\GroupWare\EET_GroupWare_180704_0000\Project\obj\Debug\Project.Prj.fProjectList.resources
D:\Source\GroupWare\EET_GroupWare_180704_0000\Project\obj\Debug\Project.Properties.Resources.resources
D:\Source\GroupWare\EET_GroupWare_180704_0000\Project\obj\Debug\EETGW.csproj.GenerateResource.Cache
D:\Source\GroupWare\EET_GroupWare_180704_0000\Project\obj\Debug\RdlCompile.cache
D:\Source\GroupWare\EET_GroupWare_180704_0000\Project\obj\Debug\RdlCompile.compiled
D:\Source\GroupWare\EET_GroupWare_180704_0000\Project\obj\Debug\GWEE.TrustInfo.xml
D:\Source\GroupWare\EET_GroupWare_180704_0000\Project\obj\Debug\GWEE.exe.manifest
D:\Source\GroupWare\EET_GroupWare_180704_0000\Project\obj\Debug\GWEE.application
D:\Source\GroupWare\EET_GroupWare_180704_0000\Project\obj\Debug\Project._Info.fInfo_Staff.resources
D:\Amkor\GroupWare\libxl.dll
D:\Amkor\GroupWare\GWEE.exe.config
D:\Amkor\GroupWare\GWEE.exe
D:\Amkor\GroupWare\GWEE.pdb
D:\Source\GroupWare\EET_GroupWare_180713_0000\Project\obj\Debug\EETGW.csprojResolveAssemblyReference.cache
D:\Source\GroupWare\EET_GroupWare_180713_0000\Project\obj\Debug\Project.Dialog.fDebug.resources
D:\Source\GroupWare\EET_GroupWare_180713_0000\Project\obj\Debug\Project.Dialog.fMsgWindow.resources
D:\Source\GroupWare\EET_GroupWare_180713_0000\Project\obj\Debug\Project.Dialog.fLogin.resources
D:\Source\GroupWare\EET_GroupWare_180713_0000\Project\obj\Debug\Project.Dialog.fPassword.resources
D:\Source\GroupWare\EET_GroupWare_180713_0000\Project\obj\Debug\Project.fErrorException.resources
D:\Source\GroupWare\EET_GroupWare_180713_0000\Project\obj\Debug\Project.Dialog.fTouchKeyFull.resources
D:\Source\GroupWare\EET_GroupWare_180713_0000\Project\obj\Debug\Project.fLog.resources
D:\Source\GroupWare\EET_GroupWare_180713_0000\Project\obj\Debug\Project.fMain.resources
D:\Source\GroupWare\EET_GroupWare_180713_0000\Project\obj\Debug\Project.fSetting.resources
D:\Source\GroupWare\EET_GroupWare_180713_0000\Project\obj\Debug\Project._Common.fInventory.resources
D:\Source\GroupWare\EET_GroupWare_180713_0000\Project\obj\Debug\Project._Common.fItems.resources
D:\Source\GroupWare\EET_GroupWare_180713_0000\Project\obj\Debug\Project._Info.fInfo_Staff.resources
D:\Source\GroupWare\EET_GroupWare_180713_0000\Project\obj\Debug\Project._Management.fEquipment.resources
D:\Source\GroupWare\EET_GroupWare_180713_0000\Project\obj\Debug\Project._Management.fImpEquipment.resources
D:\Source\GroupWare\EET_GroupWare_180713_0000\Project\obj\Debug\Project._Management.fLineCode.resources
D:\Source\GroupWare\EET_GroupWare_180713_0000\Project\obj\Debug\Project.Prj.fProjectList.resources
D:\Source\GroupWare\EET_GroupWare_180713_0000\Project\obj\Debug\Project.Properties.Resources.resources
D:\Source\GroupWare\EET_GroupWare_180713_0000\Project\obj\Debug\EETGW.csproj.GenerateResource.Cache
D:\Source\GroupWare\EET_GroupWare_180713_0000\Project\obj\Debug\RdlCompile.cache
D:\Source\GroupWare\EET_GroupWare_180713_0000\Project\obj\Debug\RdlCompile.compiled
D:\Source\GroupWare\EET_GroupWare_180713_0000\Project\obj\Debug\GWEE.exe
D:\Source\GroupWare\EET_GroupWare_180713_0000\Project\obj\Debug\GWEE.pdb
D:\Source\GroupWare\EET_GroupWare_180713_0000\Project\obj\Debug\Project._Management.rpt_equipmentB.resources
D:\Source\GroupWare\EET_GroupWare_180713_0000\Project\obj\Debug\Project._Management.EQfilter.resources
D:\Source\GroupWare\EET_GroupWare_180917_0000\Project\obj\Debug\GWEE.exe
D:\Source\GroupWare\EET_GroupWare_180917_0000\Project\obj\Debug\GWEE.pdb
D:\Source\GroupWare\EET_GroupWare_180917_0000\Project\obj\Debug\EETGW.csprojResolveAssemblyReference.cache
D:\Source\GroupWare\EET_GroupWare_180917_0000\Project\obj\Debug\Project.Dialog.fDebug.resources
D:\Source\GroupWare\EET_GroupWare_180917_0000\Project\obj\Debug\Project.Dialog.fMsgWindow.resources
D:\Source\GroupWare\EET_GroupWare_180917_0000\Project\obj\Debug\Project.Dialog.fLogin.resources
D:\Source\GroupWare\EET_GroupWare_180917_0000\Project\obj\Debug\Project.Dialog.fPassword.resources
D:\Source\GroupWare\EET_GroupWare_180917_0000\Project\obj\Debug\Project.fErrorException.resources
D:\Source\GroupWare\EET_GroupWare_180917_0000\Project\obj\Debug\Project.Dialog.fTouchKeyFull.resources
D:\Source\GroupWare\EET_GroupWare_180917_0000\Project\obj\Debug\Project.fLog.resources
D:\Source\GroupWare\EET_GroupWare_180917_0000\Project\obj\Debug\Project.fMain.resources
D:\Source\GroupWare\EET_GroupWare_180917_0000\Project\obj\Debug\Project.fSetting.resources
D:\Source\GroupWare\EET_GroupWare_180917_0000\Project\obj\Debug\Project._Info.fInfo_Staff.resources
D:\Source\GroupWare\EET_GroupWare_180917_0000\Project\obj\Debug\Project._Management.fLineCode.resources
D:\Source\GroupWare\EET_GroupWare_180917_0000\Project\obj\Debug\Project.Properties.Resources.resources
D:\Source\GroupWare\EET_GroupWare_180917_0000\Project\obj\Debug\EETGW.csproj.GenerateResource.Cache
D:\Source\GroupWare\EET_GroupWare_180917_0000\Project\obj\Debug\Project._Common.fUserInfo.resources
D:\Source\GroupWare\EET_GroupWare_180917_0000\Project\obj\Debug\Project._Common.fNewPassword.resources
D:\Source\GroupWare\EET_GroupWare_180917_0000\Project\obj\Debug\Project._Common.fUserList.resources
D:\Source\GroupWare\EET_GroupWare_180917_0000\Project\obj\Debug\Project._Common.fNewID.resources

Binary file not shown.

Binary file not shown.

View File

@@ -1,80 +0,0 @@
D:\Tinsky\Visual Studio For Amkor\_Frame\Project\obj\Debug\Project.csprojResolveAssemblyReference.cache
D:\Tinsky\Visual Studio For Amkor\_Frame\Project\obj\Debug\Project.Dialog.fDebug.resources
D:\Tinsky\Visual Studio For Amkor\_Frame\Project\obj\Debug\Project.Dialog.fMsgWindow.resources
D:\Tinsky\Visual Studio For Amkor\_Frame\Project\obj\Debug\Project.Dialog.fPassword.resources
D:\Tinsky\Visual Studio For Amkor\_Frame\Project\obj\Debug\Project.fErrorException.resources
D:\Tinsky\Visual Studio For Amkor\_Frame\Project\obj\Debug\Project.Dialog.fTouchKeyFull.resources
D:\Tinsky\Visual Studio For Amkor\_Frame\Project\obj\Debug\Project.fHistory.resources
D:\Tinsky\Visual Studio For Amkor\_Frame\Project\obj\Debug\Project.fLog.resources
D:\Tinsky\Visual Studio For Amkor\_Frame\Project\obj\Debug\Project.fMain.resources
D:\Tinsky\Visual Studio For Amkor\_Frame\Project\obj\Debug\Project.fModel.resources
D:\Tinsky\Visual Studio For Amkor\_Frame\Project\obj\Debug\Project.fSetting.resources
D:\Tinsky\Visual Studio For Amkor\_Frame\Project\obj\Debug\Project.Properties.Resources.resources
D:\Tinsky\Visual Studio For Amkor\_Frame\Project\obj\Debug\Project.csproj.GenerateResource.Cache
D:\Amkor\AMR\Project.exe
D:\Amkor\AMR\Project.pdb
D:\Tinsky\Visual Studio For Amkor\_Frame\Project\obj\Debug\Project.exe
D:\Tinsky\Visual Studio For Amkor\_Frame\Project\obj\Debug\Project.pdb
D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Project.exe
D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Project.pdb
D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\arADVUSB4761.Net4.dll
D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\arControl.Net4.dll
D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\arINIHelper.Net4.dll
D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\ArLog.Net4.dll
D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\ArSetting.Net4.dll
D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\CarlosAg.ExcelXmlWriter.dll
D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Winsock Orcas.dll
D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\arADVUSB4761.Net4.pdb
D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\arControl.Net4.pdb
D:\Source\_Frame\_Frame_180511_0000_norm\Project\obj\Debug\Project.exe
D:\Source\_Frame\_Frame_180511_0000_norm\Project\obj\Debug\Project.pdb
D:\Amkor\_Frame\Project.exe
D:\Amkor\_Frame\Project.pdb
D:\Source\_Frame\_Frame_180511_0000_norm\Project\obj\Debug\Project.csprojResolveAssemblyReference.cache
D:\Source\_Frame\_Frame_180511_0000_norm\Project\obj\Debug\Project.Dialog.fDebug.resources
D:\Source\_Frame\_Frame_180511_0000_norm\Project\obj\Debug\Project.Dialog.fMsgWindow.resources
D:\Source\_Frame\_Frame_180511_0000_norm\Project\obj\Debug\Project.Dialog.fPassword.resources
D:\Source\_Frame\_Frame_180511_0000_norm\Project\obj\Debug\Project.fErrorException.resources
D:\Source\_Frame\_Frame_180511_0000_norm\Project\obj\Debug\Project.Dialog.fTouchKeyFull.resources
D:\Source\_Frame\_Frame_180511_0000_norm\Project\obj\Debug\Project.fHistory.resources
D:\Source\_Frame\_Frame_180511_0000_norm\Project\obj\Debug\Project.fLog.resources
D:\Source\_Frame\_Frame_180511_0000_norm\Project\obj\Debug\Project.fMain.resources
D:\Source\_Frame\_Frame_180511_0000_norm\Project\obj\Debug\Project.fModel.resources
D:\Source\_Frame\_Frame_180511_0000_norm\Project\obj\Debug\Project.fSetting.resources
D:\Source\_Frame\_Frame_180511_0000_norm\Project\obj\Debug\Project.Properties.Resources.resources
D:\Source\_Frame\_Frame_180511_0000_norm\Project\obj\Debug\Project.csproj.GenerateResource.Cache
D:\Source\GroupWare\Project\obj\Debug\Project.csprojResolveAssemblyReference.cache
D:\Source\GroupWare\Project\obj\Debug\Project.Dialog.fDebug.resources
D:\Source\GroupWare\Project\obj\Debug\Project.Dialog.fMsgWindow.resources
D:\Source\GroupWare\Project\obj\Debug\Project.Dialog.fPassword.resources
D:\Source\GroupWare\Project\obj\Debug\Project.fErrorException.resources
D:\Source\GroupWare\Project\obj\Debug\Project.Dialog.fTouchKeyFull.resources
D:\Source\GroupWare\Project\obj\Debug\Project.fLog.resources
D:\Source\GroupWare\Project\obj\Debug\Project.fMain.resources
D:\Source\GroupWare\Project\obj\Debug\Project.fSetting.resources
D:\Source\GroupWare\Project\obj\Debug\Project.Properties.Resources.resources
D:\Source\GroupWare\Project\obj\Debug\Project.csproj.GenerateResource.Cache
D:\Amkor\GroupWare\GWEE.exe
D:\Amkor\GroupWare\GWEE.pdb
D:\Source\GroupWare\Project\obj\Debug\GWEE.exe
D:\Source\GroupWare\Project\obj\Debug\GWEE.pdb
D:\Source\GroupWare\Project\obj\Debug\Project.Dialog.fLogin.resources
D:\Amkor\GroupWare\GWEE.exe.config
D:\Source\Amkor\GroupWare\GWEE.exe.config
D:\Source\GroupWare\EET_GroupWare_180525_1000\Project\obj\Debug\GWEE.exe
D:\Source\GroupWare\EET_GroupWare_180525_1000\Project\obj\Debug\GWEE.pdb
D:\Source\GroupWare\EET_GroupWare_180525_1000\Project\obj\Debug\Project.csprojResolveAssemblyReference.cache
D:\Source\GroupWare\EET_GroupWare_180525_1000\Project\obj\Debug\Project.Dialog.fDebug.resources
D:\Source\GroupWare\EET_GroupWare_180525_1000\Project\obj\Debug\Project.Dialog.fMsgWindow.resources
D:\Source\GroupWare\EET_GroupWare_180525_1000\Project\obj\Debug\Project.Dialog.fLogin.resources
D:\Source\GroupWare\EET_GroupWare_180525_1000\Project\obj\Debug\Project.Dialog.fPassword.resources
D:\Source\GroupWare\EET_GroupWare_180525_1000\Project\obj\Debug\Project.fErrorException.resources
D:\Source\GroupWare\EET_GroupWare_180525_1000\Project\obj\Debug\Project.Dialog.fTouchKeyFull.resources
D:\Source\GroupWare\EET_GroupWare_180525_1000\Project\obj\Debug\Project.fLog.resources
D:\Source\GroupWare\EET_GroupWare_180525_1000\Project\obj\Debug\Project.fMain.resources
D:\Source\GroupWare\EET_GroupWare_180525_1000\Project\obj\Debug\Project.fSetting.resources
D:\Source\GroupWare\EET_GroupWare_180525_1000\Project\obj\Debug\Project.Properties.Resources.resources
D:\Source\GroupWare\EET_GroupWare_180525_1000\Project\obj\Debug\Project.csproj.GenerateResource.Cache
D:\Source\Amkor\GroupWare\GWEE.exe
D:\Source\Amkor\GroupWare\GWEE.pdb
D:\Source\GroupWare\EET_GroupWare_180525_1000\Project\obj\Debug\Project.Prj.fProjectList.resources

View File

@@ -1 +0,0 @@
25298d5c4959e82802d7c849f4dba2822000b2ec

View File

@@ -1 +0,0 @@
a303d984c527aac03e7348cadcea2a3f12f9c396

View File

@@ -1,36 +0,0 @@
D:\Amkor\BarcodeValidation\BarcodeValidation.exe
D:\Amkor\BarcodeValidation\BarcodeValidation.pdb
D:\Amkor\Source\Barcode_Validation(Tape)\Barcode_Validation_180424_0000\Project\obj\x86\Debug\BarcodeValidation.csprojResolveAssemblyReference.cache
D:\Amkor\Source\Barcode_Validation(Tape)\Barcode_Validation_180424_0000\Project\obj\x86\Debug\Project.Dialog.fDebug.resources
D:\Amkor\Source\Barcode_Validation(Tape)\Barcode_Validation_180424_0000\Project\obj\x86\Debug\Project.Dialog.fMsgWindow.resources
D:\Amkor\Source\Barcode_Validation(Tape)\Barcode_Validation_180424_0000\Project\obj\x86\Debug\Project.Dialog.fPassword.resources
D:\Amkor\Source\Barcode_Validation(Tape)\Barcode_Validation_180424_0000\Project\obj\x86\Debug\Project.Dialog.fLogin.resources
D:\Amkor\Source\Barcode_Validation(Tape)\Barcode_Validation_180424_0000\Project\obj\x86\Debug\Project.fErrorException.resources
D:\Amkor\Source\Barcode_Validation(Tape)\Barcode_Validation_180424_0000\Project\obj\x86\Debug\Project.fHistory.resources
D:\Amkor\Source\Barcode_Validation(Tape)\Barcode_Validation_180424_0000\Project\obj\x86\Debug\Project.fLog.resources
D:\Amkor\Source\Barcode_Validation(Tape)\Barcode_Validation_180424_0000\Project\obj\x86\Debug\Project.fMain.resources
D:\Amkor\Source\Barcode_Validation(Tape)\Barcode_Validation_180424_0000\Project\obj\x86\Debug\Project.fModel.resources
D:\Amkor\Source\Barcode_Validation(Tape)\Barcode_Validation_180424_0000\Project\obj\x86\Debug\Project.fSetting.resources
D:\Amkor\Source\Barcode_Validation(Tape)\Barcode_Validation_180424_0000\Project\obj\x86\Debug\Project.Properties.Resources.resources
D:\Amkor\Source\Barcode_Validation(Tape)\Barcode_Validation_180424_0000\Project\obj\x86\Debug\BarcodeValidation.csproj.GenerateResource.cache
D:\Amkor\Source\Barcode_Validation(Tape)\Barcode_Validation_180424_0000\Project\obj\x86\Debug\BarcodeValidation.csproj.CoreCompileInputs.cache
D:\Amkor\Source\Barcode_Validation(Tape)\Barcode_Validation_180424_0000\Project\obj\x86\Debug\BarcodeValidation.csproj.CopyComplete
D:\Amkor\Source\Barcode_Validation(Tape)\Barcode_Validation_180424_0000\Project\obj\x86\Debug\BarcodeValidation.exe
D:\Amkor\Source\Barcode_Validation(Tape)\Barcode_Validation_180424_0000\Project\obj\x86\Debug\BarcodeValidation.pdb
D:\Amkor\Source\Barcode_Validation\Barcode_Validation_180424_0000\Project\obj\x86\Debug\BarcodeValidation.csprojResolveAssemblyReference.cache
D:\Amkor\Source\Barcode_Validation\Barcode_Validation_180424_0000\Project\obj\x86\Debug\Project.Dialog.fDebug.resources
D:\Amkor\Source\Barcode_Validation\Barcode_Validation_180424_0000\Project\obj\x86\Debug\Project.Dialog.fMsgWindow.resources
D:\Amkor\Source\Barcode_Validation\Barcode_Validation_180424_0000\Project\obj\x86\Debug\Project.Dialog.fPassword.resources
D:\Amkor\Source\Barcode_Validation\Barcode_Validation_180424_0000\Project\obj\x86\Debug\Project.Dialog.fLogin.resources
D:\Amkor\Source\Barcode_Validation\Barcode_Validation_180424_0000\Project\obj\x86\Debug\Project.fErrorException.resources
D:\Amkor\Source\Barcode_Validation\Barcode_Validation_180424_0000\Project\obj\x86\Debug\Project.fHistory.resources
D:\Amkor\Source\Barcode_Validation\Barcode_Validation_180424_0000\Project\obj\x86\Debug\Project.fLog.resources
D:\Amkor\Source\Barcode_Validation\Barcode_Validation_180424_0000\Project\obj\x86\Debug\Project.fMain.resources
D:\Amkor\Source\Barcode_Validation\Barcode_Validation_180424_0000\Project\obj\x86\Debug\Project.fModel.resources
D:\Amkor\Source\Barcode_Validation\Barcode_Validation_180424_0000\Project\obj\x86\Debug\Project.fSetting.resources
D:\Amkor\Source\Barcode_Validation\Barcode_Validation_180424_0000\Project\obj\x86\Debug\Project.Properties.Resources.resources
D:\Amkor\Source\Barcode_Validation\Barcode_Validation_180424_0000\Project\obj\x86\Debug\BarcodeValidation.csproj.GenerateResource.cache
D:\Amkor\Source\Barcode_Validation\Barcode_Validation_180424_0000\Project\obj\x86\Debug\BarcodeValidation.csproj.CoreCompileInputs.cache
D:\Amkor\Source\Barcode_Validation\Barcode_Validation_180424_0000\Project\obj\x86\Debug\BarcodeValidation.csproj.CopyComplete
D:\Amkor\Source\Barcode_Validation\Barcode_Validation_180424_0000\Project\obj\x86\Debug\BarcodeValidation.exe
D:\Amkor\Source\Barcode_Validation\Barcode_Validation_180424_0000\Project\obj\x86\Debug\BarcodeValidation.pdb

Some files were not shown because too many files have changed in this diff Show More