diff --git a/DLL/arControl.Net4.dll b/DLL/arControl.Net4.dll
index a139966..a470d2a 100644
Binary files a/DLL/arControl.Net4.dll and b/DLL/arControl.Net4.dll differ
diff --git a/DLL/arControl.Net4.pdb b/DLL/arControl.Net4.pdb
index a4d327f..1064679 100644
Binary files a/DLL/arControl.Net4.pdb and b/DLL/arControl.Net4.pdb differ
diff --git a/EETGW.sln b/EETGW.sln
index 553def7..38b1667 100644
--- a/EETGW.sln
+++ b/EETGW.sln
@@ -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}
diff --git a/EETGW.v12.suo b/EETGW.v12.suo
index dbd19da..443af49 100644
Binary files a/EETGW.v12.suo and b/EETGW.v12.suo differ
diff --git a/Project/Dialog/fLogin.Designer.cs b/Project/Dialog/fLogin.Designer.cs
index ecfe19b..3489391 100644
--- a/Project/Dialog/fLogin.Designer.cs
+++ b/Project/Dialog/fLogin.Designer.cs
@@ -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)));
diff --git a/Project/Dialog/fLogin.cs b/Project/Dialog/fLogin.cs
index 9041a92..211aa48 100644
--- a/Project/Dialog/fLogin.cs
+++ b/Project/Dialog/fLogin.cs
@@ -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;
}
diff --git a/Project/Program.cs b/Project/Program.cs
index 4a7cab3..e9ea626 100644
--- a/Project/Program.cs
+++ b/Project/Program.cs
@@ -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());
}
diff --git a/Project/Properties/AssemblyInfo.cs b/Project/Properties/AssemblyInfo.cs
index 13ce6d1..19ae838 100644
--- a/Project/Properties/AssemblyInfo.cs
+++ b/Project/Properties/AssemblyInfo.cs
@@ -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")]
diff --git a/Project/_Common/fUserInfo.Designer.cs b/Project/_Common/fUserInfo.Designer.cs
index 673c3b6..c789b73 100644
--- a/Project/_Common/fUserInfo.Designer.cs
+++ b/Project/_Common/fUserInfo.Designer.cs
@@ -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;
}
}
\ No newline at end of file
diff --git a/Project/_Common/fUserInfo.resx b/Project/_Common/fUserInfo.resx
index 73c15e9..eedf3b6 100644
--- a/Project/_Common/fUserInfo.resx
+++ b/Project/_Common/fUserInfo.resx
@@ -120,9 +120,6 @@
False
-
- 122, 17
-
False
@@ -150,6 +147,12 @@
False
+
+ False
+
+
+ 122, 17
+
122, 17
@@ -165,7 +168,10 @@
248, 17
-
+
+ False
+
+
False
\ No newline at end of file
diff --git a/Project/_Common/fUserList.Designer.cs b/Project/_Common/fUserList.Designer.cs
index 6fe171c..e2f05cb 100644
--- a/Project/_Common/fUserList.Designer.cs
+++ b/Project/_Common/fUserList.Designer.cs
@@ -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;
diff --git a/Project/_Common/fUserList.resx b/Project/_Common/fUserList.resx
index 2ccd227..0d264c0 100644
--- a/Project/_Common/fUserList.resx
+++ b/Project/_Common/fUserList.resx
@@ -204,9 +204,15 @@
dtINAGGiDUDGyGpoawAxeNSAQWkAORiqnRLAwAAA9EMMU8Daa3MAAAAASUVORK5CYII=
+
+ True
+
True
+
+ True
+
387, 17
diff --git a/Project/bin/debug/ArLog.Net4.dll b/Project/bin/debug/ArLog.Net4.dll
deleted file mode 100644
index feb745d..0000000
Binary files a/Project/bin/debug/ArLog.Net4.dll and /dev/null differ
diff --git a/Project/bin/debug/ArSetting.Net4.dll b/Project/bin/debug/ArSetting.Net4.dll
deleted file mode 100644
index 562b049..0000000
Binary files a/Project/bin/debug/ArSetting.Net4.dll and /dev/null differ
diff --git a/Project/bin/debug/CarlosAg.ExcelXmlWriter.dll b/Project/bin/debug/CarlosAg.ExcelXmlWriter.dll
deleted file mode 100644
index 7760d6d..0000000
Binary files a/Project/bin/debug/CarlosAg.ExcelXmlWriter.dll and /dev/null differ
diff --git a/Project/bin/debug/Counter.xml b/Project/bin/debug/Counter.xml
deleted file mode 100644
index b7693ee..0000000
--- a/Project/bin/debug/Counter.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-
-
-
\ No newline at end of file
diff --git a/Project/bin/debug/Language/Kor.ini b/Project/bin/debug/Language/Kor.ini
deleted file mode 100644
index 7555f10..0000000
--- a/Project/bin/debug/Language/Kor.ini
+++ /dev/null
@@ -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
diff --git a/Project/bin/debug/Log/2018/05/10/20180510.txt b/Project/bin/debug/Log/2018/05/10/20180510.txt
deleted file mode 100644
index 2da0773..0000000
--- a/Project/bin/debug/Log/2018/05/10/20180510.txt
+++ /dev/null
@@ -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
diff --git a/Project/bin/debug/Log/2018/05/11/20180511.txt b/Project/bin/debug/Log/2018/05/11/20180511.txt
deleted file mode 100644
index 15b34c1..0000000
--- a/Project/bin/debug/Log/2018/05/11/20180511.txt
+++ /dev/null
@@ -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
diff --git a/Project/bin/debug/Project.exe b/Project/bin/debug/Project.exe
deleted file mode 100644
index e975aa0..0000000
Binary files a/Project/bin/debug/Project.exe and /dev/null differ
diff --git a/Project/bin/debug/Project.pdb b/Project/bin/debug/Project.pdb
deleted file mode 100644
index 0ee53e6..0000000
Binary files a/Project/bin/debug/Project.pdb and /dev/null differ
diff --git a/Project/bin/debug/Project.vshost.exe.manifest b/Project/bin/debug/Project.vshost.exe.manifest
deleted file mode 100644
index 061c9ca..0000000
--- a/Project/bin/debug/Project.vshost.exe.manifest
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
diff --git a/Project/bin/debug/Setting.xml b/Project/bin/debug/Setting.xml
deleted file mode 100644
index 40cf351..0000000
--- a/Project/bin/debug/Setting.xml
+++ /dev/null
@@ -1,50 +0,0 @@
-
-
-
- 0
- 0
- 0000
- 9999
- Kor
- 0
- 1024,600
-
-
- COM1
- 0
- 0
- 0
- System.UInt16[]
- System.UInt16[]
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
-
-
\ No newline at end of file
diff --git a/Project/bin/debug/UserSet.xml b/Project/bin/debug/UserSet.xml
deleted file mode 100644
index b7693ee..0000000
--- a/Project/bin/debug/UserSet.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-
-
-
\ No newline at end of file
diff --git a/Project/bin/debug/Winsock Orcas.dll b/Project/bin/debug/Winsock Orcas.dll
deleted file mode 100644
index 4c9686f..0000000
Binary files a/Project/bin/debug/Winsock Orcas.dll and /dev/null differ
diff --git a/Project/bin/debug/arADVUSB4761.Net4.dll b/Project/bin/debug/arADVUSB4761.Net4.dll
deleted file mode 100644
index ef1644a..0000000
Binary files a/Project/bin/debug/arADVUSB4761.Net4.dll and /dev/null differ
diff --git a/Project/bin/debug/arADVUSB4761.Net4.pdb b/Project/bin/debug/arADVUSB4761.Net4.pdb
deleted file mode 100644
index 50471eb..0000000
Binary files a/Project/bin/debug/arADVUSB4761.Net4.pdb and /dev/null differ
diff --git a/Project/bin/debug/arControl.Net4.dll b/Project/bin/debug/arControl.Net4.dll
deleted file mode 100644
index 17ceb95..0000000
Binary files a/Project/bin/debug/arControl.Net4.dll and /dev/null differ
diff --git a/Project/bin/debug/arControl.Net4.pdb b/Project/bin/debug/arControl.Net4.pdb
deleted file mode 100644
index a231c08..0000000
Binary files a/Project/bin/debug/arControl.Net4.pdb and /dev/null differ
diff --git a/Project/bin/debug/arINIHelper.Net4.dll b/Project/bin/debug/arINIHelper.Net4.dll
deleted file mode 100644
index 65536f6..0000000
Binary files a/Project/bin/debug/arINIHelper.Net4.dll and /dev/null differ
diff --git a/Project/dsMSSQL.Designer.cs b/Project/dsMSSQL.Designer.cs
index 0ef61da..9200eeb 100644
--- a/Project/dsMSSQL.Designer.cs
+++ b/Project/dsMSSQL.Designer.cs
@@ -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;
+ }
}
///
@@ -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 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 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 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 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);
}
}
diff --git a/Project/dsMSSQL.xsd b/Project/dsMSSQL.xsd
index a5e52eb..db7760f 100644
--- a/Project/dsMSSQL.xsd
+++ b/Project/dsMSSQL.xsd
@@ -12,13 +12,15 @@
- 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))
+ 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)))
+
+
@@ -37,17 +39,20 @@
+
+
- 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)
+ 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)
+
@@ -58,24 +63,26 @@ SELECT id, password, name, dept, grade, email, level, indate, outdate, tel, memo
+
- SELECT id, password, name, dept, grade, email, level, indate, outdate, tel, memo, wuid, wdate
+ SELECT id, password, name, nameE, dept, grade, email, level, indate, outdate, tel, memo, wuid, wdate, hp
FROM Users
- 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)
+ 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)
+
@@ -86,11 +93,14 @@ SELECT id, password, name, dept, grade, email, level, indate, outdate, tel, memo
+
+
+
@@ -109,6 +119,8 @@ SELECT id, password, name, dept, grade, email, level, indate, outdate, tel, memo
+
+
@@ -128,12 +140,17 @@ SELECT id, password, name, dept, grade, email, level, indate, outdate, tel, memo
+
+
- SELECT dept, email, grade, id, indate, level, memo, name, outdate, password, tel, wdate, wuid FROM Users WHERE (id = @id) AND (password = @encpw)
+ 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)
@@ -636,7 +653,7 @@ WHERE (idx = @idx)
-
+
@@ -711,7 +728,21 @@ WHERE (idx = @idx)
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -721,7 +752,7 @@ WHERE (idx = @idx)
-
+
@@ -792,7 +823,7 @@ WHERE (idx = @idx)
-
+
@@ -850,7 +881,7 @@ WHERE (idx = @idx)
-
+
@@ -920,7 +951,7 @@ WHERE (idx = @idx)
-
+
diff --git a/Project/dsMSSQL.xss b/Project/dsMSSQL.xss
index ac32fe3..2c02d87 100644
--- a/Project/dsMSSQL.xss
+++ b/Project/dsMSSQL.xss
@@ -4,9 +4,9 @@
Changes to this file may cause incorrect behavior and will be lost if
the code is regenerated.
-->
-
+
-
+
diff --git a/Project/fMain.Designer.cs b/Project/fMain.Designer.cs
index 4debd52..9acbe18 100644
--- a/Project/fMain.Designer.cs
+++ b/Project/fMain.Designer.cs
@@ -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;
}
}
diff --git a/Project/fMain.cs b/Project/fMain.cs
index c5c065b..239974c 100644
--- a/Project/fMain.cs
+++ b/Project/fMain.cs
@@ -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();
+ }
+
}
}
diff --git a/Project/fMain.resx b/Project/fMain.resx
index 1ed807e..2224691 100644
--- a/Project/fMain.resx
+++ b/Project/fMain.resx
@@ -139,94 +139,15 @@
709, 17
-
+
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
- YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAELSURBVDhPrZDJasJQGIXzUvoO9TX0jcQuSulCLUUECwot
- KtrSAbQWRDTg0CLBCY1xqmkcYo7c8ItJYy9Z+MHhLu453+IXzkbypY6/SeRriKXLiKaKZqh6Gjb4j+v4
- M7y+AF9y/yRS3UkomkbmvcaXxLMVqjsJhh/N8SE0sXP38El1J1t9Z0oOIprYiSQLVLdjGAZUbYOhopoC
- z4X/tOAm8UoTO+uNjslcgzSY8wVXsTxNjug7Awt1jb68RFOa8AWXtxmaHdFWW8jTX7R7M1RbMl/APq2w
- w81+VugMF6i3FZTEgXuB9XBfnSkqjRHeyl33AuvhxO8xitU+ch+SOwF7eeEK2Keb0OQcCMIe3/X1lqrb
- NIsAAAAASUVORK5CYII=
-
-
-
-
- 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=
-
-
-
-
- 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
-
-
-
-
- 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==
-
-
-
-
- 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=
-
-
-
-
- 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=
diff --git a/Project/obj/Debug/AMR.csproj.FileListAbsolute.txt b/Project/obj/Debug/AMR.csproj.FileListAbsolute.txt
deleted file mode 100644
index 703b907..0000000
--- a/Project/obj/Debug/AMR.csproj.FileListAbsolute.txt
+++ /dev/null
@@ -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
diff --git a/Project/obj/Debug/AMR.csproj.GenerateResource.Cache b/Project/obj/Debug/AMR.csproj.GenerateResource.Cache
deleted file mode 100644
index 9ebfc14..0000000
Binary files a/Project/obj/Debug/AMR.csproj.GenerateResource.Cache and /dev/null differ
diff --git a/Project/obj/Debug/AMR.csprojResolveAssemblyReference.cache b/Project/obj/Debug/AMR.csprojResolveAssemblyReference.cache
deleted file mode 100644
index 3a2b0b0..0000000
Binary files a/Project/obj/Debug/AMR.csprojResolveAssemblyReference.cache and /dev/null differ
diff --git a/Project/obj/Debug/AMR.exe b/Project/obj/Debug/AMR.exe
deleted file mode 100644
index 4acb9d5..0000000
Binary files a/Project/obj/Debug/AMR.exe and /dev/null differ
diff --git a/Project/obj/Debug/AMR.pdb b/Project/obj/Debug/AMR.pdb
deleted file mode 100644
index e6bb4b3..0000000
Binary files a/Project/obj/Debug/AMR.pdb and /dev/null differ
diff --git a/Project/obj/Debug/CMS.csproj.FileListAbsolute.txt b/Project/obj/Debug/CMS.csproj.FileListAbsolute.txt
deleted file mode 100644
index b5bc7a4..0000000
--- a/Project/obj/Debug/CMS.csproj.FileListAbsolute.txt
+++ /dev/null
@@ -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
diff --git a/Project/obj/Debug/CMS.csproj.GenerateResource.Cache b/Project/obj/Debug/CMS.csproj.GenerateResource.Cache
deleted file mode 100644
index a8986b6..0000000
Binary files a/Project/obj/Debug/CMS.csproj.GenerateResource.Cache and /dev/null differ
diff --git a/Project/obj/Debug/CMS.csprojResolveAssemblyReference.cache b/Project/obj/Debug/CMS.csprojResolveAssemblyReference.cache
deleted file mode 100644
index 1e91815..0000000
Binary files a/Project/obj/Debug/CMS.csprojResolveAssemblyReference.cache and /dev/null differ
diff --git a/Project/obj/Debug/CMS.exe b/Project/obj/Debug/CMS.exe
deleted file mode 100644
index f07451a..0000000
Binary files a/Project/obj/Debug/CMS.exe and /dev/null differ
diff --git a/Project/obj/Debug/CMS.pdb b/Project/obj/Debug/CMS.pdb
deleted file mode 100644
index e0bc6b8..0000000
Binary files a/Project/obj/Debug/CMS.pdb and /dev/null differ
diff --git a/Project/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/Project/obj/Debug/DesignTimeResolveAssemblyReferences.cache
deleted file mode 100644
index 338b99d..0000000
Binary files a/Project/obj/Debug/DesignTimeResolveAssemblyReferences.cache and /dev/null differ
diff --git a/Project/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/Project/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
deleted file mode 100644
index 482bb7d..0000000
Binary files a/Project/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and /dev/null differ
diff --git a/Project/obj/Debug/EETGW.csproj.FileListAbsolute.txt b/Project/obj/Debug/EETGW.csproj.FileListAbsolute.txt
deleted file mode 100644
index 81581a5..0000000
--- a/Project/obj/Debug/EETGW.csproj.FileListAbsolute.txt
+++ /dev/null
@@ -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
diff --git a/Project/obj/Debug/EETGW.csproj.GenerateResource.Cache b/Project/obj/Debug/EETGW.csproj.GenerateResource.Cache
deleted file mode 100644
index b6d3cc8..0000000
Binary files a/Project/obj/Debug/EETGW.csproj.GenerateResource.Cache and /dev/null differ
diff --git a/Project/obj/Debug/EETGW.csprojResolveAssemblyReference.cache b/Project/obj/Debug/EETGW.csprojResolveAssemblyReference.cache
deleted file mode 100644
index 93085bf..0000000
Binary files a/Project/obj/Debug/EETGW.csprojResolveAssemblyReference.cache and /dev/null differ
diff --git a/Project/obj/Debug/GWEE.exe b/Project/obj/Debug/GWEE.exe
deleted file mode 100644
index 4efddd1..0000000
Binary files a/Project/obj/Debug/GWEE.exe and /dev/null differ
diff --git a/Project/obj/Debug/GWEE.pdb b/Project/obj/Debug/GWEE.pdb
deleted file mode 100644
index 3d6d991..0000000
Binary files a/Project/obj/Debug/GWEE.pdb and /dev/null differ
diff --git a/Project/obj/Debug/Project.Dialog.fDebug.resources b/Project/obj/Debug/Project.Dialog.fDebug.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/Project/obj/Debug/Project.Dialog.fDebug.resources and /dev/null differ
diff --git a/Project/obj/Debug/Project.Dialog.fInput.resources b/Project/obj/Debug/Project.Dialog.fInput.resources
deleted file mode 100644
index acae0c1..0000000
Binary files a/Project/obj/Debug/Project.Dialog.fInput.resources and /dev/null differ
diff --git a/Project/obj/Debug/Project.Dialog.fItemInfo.resources b/Project/obj/Debug/Project.Dialog.fItemInfo.resources
deleted file mode 100644
index cacbfec..0000000
Binary files a/Project/obj/Debug/Project.Dialog.fItemInfo.resources and /dev/null differ
diff --git a/Project/obj/Debug/Project.Dialog.fItemList.resources b/Project/obj/Debug/Project.Dialog.fItemList.resources
deleted file mode 100644
index 3e198b9..0000000
Binary files a/Project/obj/Debug/Project.Dialog.fItemList.resources and /dev/null differ
diff --git a/Project/obj/Debug/Project.Dialog.fLogin.resources b/Project/obj/Debug/Project.Dialog.fLogin.resources
deleted file mode 100644
index eb7ed71..0000000
Binary files a/Project/obj/Debug/Project.Dialog.fLogin.resources and /dev/null differ
diff --git a/Project/obj/Debug/Project.Dialog.fMsgWindow.resources b/Project/obj/Debug/Project.Dialog.fMsgWindow.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/Project/obj/Debug/Project.Dialog.fMsgWindow.resources and /dev/null differ
diff --git a/Project/obj/Debug/Project.Dialog.fPassword.resources b/Project/obj/Debug/Project.Dialog.fPassword.resources
deleted file mode 100644
index e3d32c3..0000000
Binary files a/Project/obj/Debug/Project.Dialog.fPassword.resources and /dev/null differ
diff --git a/Project/obj/Debug/Project.Dialog.fSlotDesign.resources b/Project/obj/Debug/Project.Dialog.fSlotDesign.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/Project/obj/Debug/Project.Dialog.fSlotDesign.resources and /dev/null differ
diff --git a/Project/obj/Debug/Project.Dialog.fTouchKeyFull.resources b/Project/obj/Debug/Project.Dialog.fTouchKeyFull.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/Project/obj/Debug/Project.Dialog.fTouchKeyFull.resources and /dev/null differ
diff --git a/Project/obj/Debug/Project.Properties.Resources.resources b/Project/obj/Debug/Project.Properties.Resources.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/Project/obj/Debug/Project.Properties.Resources.resources and /dev/null differ
diff --git a/Project/obj/Debug/Project._Common.fNewID.resources b/Project/obj/Debug/Project._Common.fNewID.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/Project/obj/Debug/Project._Common.fNewID.resources and /dev/null differ
diff --git a/Project/obj/Debug/Project._Common.fNewPassword.resources b/Project/obj/Debug/Project._Common.fNewPassword.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/Project/obj/Debug/Project._Common.fNewPassword.resources and /dev/null differ
diff --git a/Project/obj/Debug/Project._Common.fUserInfo.resources b/Project/obj/Debug/Project._Common.fUserInfo.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/Project/obj/Debug/Project._Common.fUserInfo.resources and /dev/null differ
diff --git a/Project/obj/Debug/Project._Common.fUserList.resources b/Project/obj/Debug/Project._Common.fUserList.resources
deleted file mode 100644
index 46fa6f3..0000000
Binary files a/Project/obj/Debug/Project._Common.fUserList.resources and /dev/null differ
diff --git a/Project/obj/Debug/Project._Info.fInfo_Staff.resources b/Project/obj/Debug/Project._Info.fInfo_Staff.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/Project/obj/Debug/Project._Info.fInfo_Staff.resources and /dev/null differ
diff --git a/Project/obj/Debug/Project._Management.fLineCode.resources b/Project/obj/Debug/Project._Management.fLineCode.resources
deleted file mode 100644
index ca43d95..0000000
Binary files a/Project/obj/Debug/Project._Management.fLineCode.resources and /dev/null differ
diff --git a/Project/obj/Debug/Project.csproj.FileListAbsolute.txt b/Project/obj/Debug/Project.csproj.FileListAbsolute.txt
deleted file mode 100644
index 5ed2ca2..0000000
--- a/Project/obj/Debug/Project.csproj.FileListAbsolute.txt
+++ /dev/null
@@ -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
diff --git a/Project/obj/Debug/Project.csproj.GenerateResource.Cache b/Project/obj/Debug/Project.csproj.GenerateResource.Cache
deleted file mode 100644
index 5a002dc..0000000
Binary files a/Project/obj/Debug/Project.csproj.GenerateResource.Cache and /dev/null differ
diff --git a/Project/obj/Debug/Project.csprojResolveAssemblyReference.cache b/Project/obj/Debug/Project.csprojResolveAssemblyReference.cache
deleted file mode 100644
index 97d8ccc..0000000
Binary files a/Project/obj/Debug/Project.csprojResolveAssemblyReference.cache and /dev/null differ
diff --git a/Project/obj/Debug/Project.fErrorException.resources b/Project/obj/Debug/Project.fErrorException.resources
deleted file mode 100644
index dc6d134..0000000
Binary files a/Project/obj/Debug/Project.fErrorException.resources and /dev/null differ
diff --git a/Project/obj/Debug/Project.fLog.resources b/Project/obj/Debug/Project.fLog.resources
deleted file mode 100644
index cacbfec..0000000
Binary files a/Project/obj/Debug/Project.fLog.resources and /dev/null differ
diff --git a/Project/obj/Debug/Project.fMain.resources b/Project/obj/Debug/Project.fMain.resources
deleted file mode 100644
index 10eda3f..0000000
Binary files a/Project/obj/Debug/Project.fMain.resources and /dev/null differ
diff --git a/Project/obj/Debug/Project.fSetting.resources b/Project/obj/Debug/Project.fSetting.resources
deleted file mode 100644
index cacbfec..0000000
Binary files a/Project/obj/Debug/Project.fSetting.resources and /dev/null differ
diff --git a/Project/obj/Debug/TapeValidation.csproj.CoreCompileInputs.cache b/Project/obj/Debug/TapeValidation.csproj.CoreCompileInputs.cache
deleted file mode 100644
index 04c1002..0000000
--- a/Project/obj/Debug/TapeValidation.csproj.CoreCompileInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-25298d5c4959e82802d7c849f4dba2822000b2ec
diff --git a/Project/obj/Debug/TapeValidation.csprojResolveAssemblyReference.cache b/Project/obj/Debug/TapeValidation.csprojResolveAssemblyReference.cache
deleted file mode 100644
index 0364ea0..0000000
Binary files a/Project/obj/Debug/TapeValidation.csprojResolveAssemblyReference.cache and /dev/null differ
diff --git a/Project/obj/Debug/TempPE/DataSet1 - 복사.Designer.cs.dll b/Project/obj/Debug/TempPE/DataSet1 - 복사.Designer.cs.dll
deleted file mode 100644
index 4bed708..0000000
Binary files a/Project/obj/Debug/TempPE/DataSet1 - 복사.Designer.cs.dll and /dev/null differ
diff --git a/Project/obj/Debug/TempPE/DataSet1 - 복사본.Designer.cs.dll b/Project/obj/Debug/TempPE/DataSet1 - 복사본.Designer.cs.dll
deleted file mode 100644
index 3031eb1..0000000
Binary files a/Project/obj/Debug/TempPE/DataSet1 - 복사본.Designer.cs.dll and /dev/null differ
diff --git a/Project/obj/Debug/TempPE/DataSet1.Designer.cs.dll b/Project/obj/Debug/TempPE/DataSet1.Designer.cs.dll
deleted file mode 100644
index 6143a74..0000000
Binary files a/Project/obj/Debug/TempPE/DataSet1.Designer.cs.dll and /dev/null differ
diff --git a/Project/obj/Debug/TempPE/DataSet2.Designer.cs.dll b/Project/obj/Debug/TempPE/DataSet2.Designer.cs.dll
deleted file mode 100644
index fac74eb..0000000
Binary files a/Project/obj/Debug/TempPE/DataSet2.Designer.cs.dll and /dev/null differ
diff --git a/Project/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll b/Project/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll
deleted file mode 100644
index 76154fc..0000000
Binary files a/Project/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll and /dev/null differ
diff --git a/Project/obj/Debug/TempPE/dsEQ.Designer.cs.dll b/Project/obj/Debug/TempPE/dsEQ.Designer.cs.dll
deleted file mode 100644
index 8dcfc68..0000000
Binary files a/Project/obj/Debug/TempPE/dsEQ.Designer.cs.dll and /dev/null differ
diff --git a/Project/obj/Debug/TempPE/dsEQ1.Designer.cs.dll b/Project/obj/Debug/TempPE/dsEQ1.Designer.cs.dll
deleted file mode 100644
index d5f2c21..0000000
Binary files a/Project/obj/Debug/TempPE/dsEQ1.Designer.cs.dll and /dev/null differ
diff --git a/Project/obj/Debug/TempPE/dsMSSQL.Designer.cs.dll b/Project/obj/Debug/TempPE/dsMSSQL.Designer.cs.dll
deleted file mode 100644
index 0a2d336..0000000
Binary files a/Project/obj/Debug/TempPE/dsMSSQL.Designer.cs.dll and /dev/null differ
diff --git a/Project/obj/x86/Debug/BarcodeValidation.csproj.CopyComplete b/Project/obj/x86/Debug/BarcodeValidation.csproj.CopyComplete
deleted file mode 100644
index e69de29..0000000
diff --git a/Project/obj/x86/Debug/BarcodeValidation.csproj.CoreCompileInputs.cache b/Project/obj/x86/Debug/BarcodeValidation.csproj.CoreCompileInputs.cache
deleted file mode 100644
index 4748752..0000000
--- a/Project/obj/x86/Debug/BarcodeValidation.csproj.CoreCompileInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-a303d984c527aac03e7348cadcea2a3f12f9c396
diff --git a/Project/obj/x86/Debug/BarcodeValidation.csproj.FileListAbsolute.txt b/Project/obj/x86/Debug/BarcodeValidation.csproj.FileListAbsolute.txt
deleted file mode 100644
index e86c4d3..0000000
--- a/Project/obj/x86/Debug/BarcodeValidation.csproj.FileListAbsolute.txt
+++ /dev/null
@@ -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
diff --git a/Project/obj/x86/Debug/BarcodeValidation.csproj.GenerateResource.cache b/Project/obj/x86/Debug/BarcodeValidation.csproj.GenerateResource.cache
deleted file mode 100644
index e908e66..0000000
Binary files a/Project/obj/x86/Debug/BarcodeValidation.csproj.GenerateResource.cache and /dev/null differ
diff --git a/Project/obj/x86/Debug/BarcodeValidation.csprojResolveAssemblyReference.cache b/Project/obj/x86/Debug/BarcodeValidation.csprojResolveAssemblyReference.cache
deleted file mode 100644
index fcaa2d7..0000000
Binary files a/Project/obj/x86/Debug/BarcodeValidation.csprojResolveAssemblyReference.cache and /dev/null differ
diff --git a/Project/obj/x86/Debug/BarcodeValidation.exe b/Project/obj/x86/Debug/BarcodeValidation.exe
deleted file mode 100644
index b6c721a..0000000
Binary files a/Project/obj/x86/Debug/BarcodeValidation.exe and /dev/null differ
diff --git a/Project/obj/x86/Debug/BarcodeValidation.pdb b/Project/obj/x86/Debug/BarcodeValidation.pdb
deleted file mode 100644
index 6b6e25c..0000000
Binary files a/Project/obj/x86/Debug/BarcodeValidation.pdb and /dev/null differ
diff --git a/Project/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache b/Project/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache
deleted file mode 100644
index 75c20f1..0000000
Binary files a/Project/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache and /dev/null differ
diff --git a/Project/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/Project/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache
deleted file mode 100644
index c33b151..0000000
Binary files a/Project/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache and /dev/null differ
diff --git a/Project/obj/x86/Debug/Project.Dialog.fDebug.resources b/Project/obj/x86/Debug/Project.Dialog.fDebug.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/Project/obj/x86/Debug/Project.Dialog.fDebug.resources and /dev/null differ
diff --git a/Project/obj/x86/Debug/Project.Dialog.fLogin.resources b/Project/obj/x86/Debug/Project.Dialog.fLogin.resources
deleted file mode 100644
index 8a89e06..0000000
Binary files a/Project/obj/x86/Debug/Project.Dialog.fLogin.resources and /dev/null differ
diff --git a/Project/obj/x86/Debug/Project.Dialog.fMsgWindow.resources b/Project/obj/x86/Debug/Project.Dialog.fMsgWindow.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/Project/obj/x86/Debug/Project.Dialog.fMsgWindow.resources and /dev/null differ
diff --git a/Project/obj/x86/Debug/Project.Dialog.fPassword.resources b/Project/obj/x86/Debug/Project.Dialog.fPassword.resources
deleted file mode 100644
index e3d32c3..0000000
Binary files a/Project/obj/x86/Debug/Project.Dialog.fPassword.resources and /dev/null differ
diff --git a/Project/obj/x86/Debug/Project.Properties.Resources.resources b/Project/obj/x86/Debug/Project.Properties.Resources.resources
deleted file mode 100644
index 6c05a97..0000000
Binary files a/Project/obj/x86/Debug/Project.Properties.Resources.resources and /dev/null differ
diff --git a/Project/obj/x86/Debug/Project.fErrorException.resources b/Project/obj/x86/Debug/Project.fErrorException.resources
deleted file mode 100644
index dc6d134..0000000
Binary files a/Project/obj/x86/Debug/Project.fErrorException.resources and /dev/null differ
diff --git a/Project/obj/x86/Debug/Project.fHistory.resources b/Project/obj/x86/Debug/Project.fHistory.resources
deleted file mode 100644
index 4cf53cd..0000000
Binary files a/Project/obj/x86/Debug/Project.fHistory.resources and /dev/null differ
diff --git a/Project/obj/x86/Debug/Project.fLog.resources b/Project/obj/x86/Debug/Project.fLog.resources
deleted file mode 100644
index cacbfec..0000000
Binary files a/Project/obj/x86/Debug/Project.fLog.resources and /dev/null differ
diff --git a/Project/obj/x86/Debug/Project.fMain.resources b/Project/obj/x86/Debug/Project.fMain.resources
deleted file mode 100644
index 4ef2dbd..0000000
Binary files a/Project/obj/x86/Debug/Project.fMain.resources and /dev/null differ
diff --git a/Project/obj/x86/Debug/Project.fModel.resources b/Project/obj/x86/Debug/Project.fModel.resources
deleted file mode 100644
index 6baf017..0000000
Binary files a/Project/obj/x86/Debug/Project.fModel.resources and /dev/null differ
diff --git a/Project/obj/x86/Debug/Project.fSetting.resources b/Project/obj/x86/Debug/Project.fSetting.resources
deleted file mode 100644
index cacbfec..0000000
Binary files a/Project/obj/x86/Debug/Project.fSetting.resources and /dev/null differ
diff --git a/Project/obj/x86/Debug/TapeValidation.csproj.CoreCompileInputs.cache b/Project/obj/x86/Debug/TapeValidation.csproj.CoreCompileInputs.cache
deleted file mode 100644
index 4748752..0000000
--- a/Project/obj/x86/Debug/TapeValidation.csproj.CoreCompileInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-a303d984c527aac03e7348cadcea2a3f12f9c396
diff --git a/Project/obj/x86/Debug/TapeValidation.csprojResolveAssemblyReference.cache b/Project/obj/x86/Debug/TapeValidation.csprojResolveAssemblyReference.cache
deleted file mode 100644
index 867d504..0000000
Binary files a/Project/obj/x86/Debug/TapeValidation.csprojResolveAssemblyReference.cache and /dev/null differ
diff --git a/Project/obj/x86/Debug/TempPE/DataSet1.Designer.cs.dll b/Project/obj/x86/Debug/TempPE/DataSet1.Designer.cs.dll
deleted file mode 100644
index 8146cfa..0000000
Binary files a/Project/obj/x86/Debug/TempPE/DataSet1.Designer.cs.dll and /dev/null differ
diff --git a/Project/obj/x86/Debug/TempPE/Properties.Resources.Designer.cs.dll b/Project/obj/x86/Debug/TempPE/Properties.Resources.Designer.cs.dll
deleted file mode 100644
index 6a28256..0000000
Binary files a/Project/obj/x86/Debug/TempPE/Properties.Resources.Designer.cs.dll and /dev/null differ
diff --git a/Sub/StaffLayoutCtl/bin/Debug/StaffLayoutCtl.dll b/Sub/StaffLayoutCtl/bin/Debug/StaffLayoutCtl.dll
deleted file mode 100644
index d2a7202..0000000
Binary files a/Sub/StaffLayoutCtl/bin/Debug/StaffLayoutCtl.dll and /dev/null differ
diff --git a/Sub/StaffLayoutCtl/bin/Debug/StaffLayoutCtl.pdb b/Sub/StaffLayoutCtl/bin/Debug/StaffLayoutCtl.pdb
deleted file mode 100644
index 8920f16..0000000
Binary files a/Sub/StaffLayoutCtl/bin/Debug/StaffLayoutCtl.pdb and /dev/null differ
diff --git a/Sub/StaffLayoutCtl/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/Sub/StaffLayoutCtl/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
deleted file mode 100644
index 262eb71..0000000
Binary files a/Sub/StaffLayoutCtl/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and /dev/null differ
diff --git a/Sub/StaffLayoutCtl/obj/Debug/StaffLayoutCtl.csproj.FileListAbsolute.txt b/Sub/StaffLayoutCtl/obj/Debug/StaffLayoutCtl.csproj.FileListAbsolute.txt
deleted file mode 100644
index 13dafb7..0000000
--- a/Sub/StaffLayoutCtl/obj/Debug/StaffLayoutCtl.csproj.FileListAbsolute.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-D:\Source\GroupWare\EET_GroupWare_180704_0000\Sub\StaffLayoutCtl\bin\Debug\StaffLayoutCtl.dll
-D:\Source\GroupWare\EET_GroupWare_180704_0000\Sub\StaffLayoutCtl\bin\Debug\StaffLayoutCtl.pdb
-D:\Source\GroupWare\EET_GroupWare_180704_0000\Sub\StaffLayoutCtl\obj\Debug\StaffLayoutCtl.dll
-D:\Source\GroupWare\EET_GroupWare_180704_0000\Sub\StaffLayoutCtl\obj\Debug\StaffLayoutCtl.pdb
-D:\Source\GroupWare\EET_GroupWare_180704_0000\Sub\StaffLayoutCtl\obj\Debug\StaffLayoutCtl.csprojResolveAssemblyReference.cache
-D:\Source\GroupWare\EET_GroupWare_180713_0000\Sub\StaffLayoutCtl\bin\Debug\StaffLayoutCtl.dll
-D:\Source\GroupWare\EET_GroupWare_180713_0000\Sub\StaffLayoutCtl\bin\Debug\StaffLayoutCtl.pdb
-D:\Source\GroupWare\EET_GroupWare_180713_0000\Sub\StaffLayoutCtl\obj\Debug\StaffLayoutCtl.dll
-D:\Source\GroupWare\EET_GroupWare_180713_0000\Sub\StaffLayoutCtl\obj\Debug\StaffLayoutCtl.pdb
-D:\Source\GroupWare\EET_GroupWare_180917_0000\Sub\StaffLayoutCtl\bin\Debug\StaffLayoutCtl.dll
-D:\Source\GroupWare\EET_GroupWare_180917_0000\Sub\StaffLayoutCtl\bin\Debug\StaffLayoutCtl.pdb
-D:\Source\GroupWare\EET_GroupWare_180917_0000\Sub\StaffLayoutCtl\obj\Debug\StaffLayoutCtl.dll
-D:\Source\GroupWare\EET_GroupWare_180917_0000\Sub\StaffLayoutCtl\obj\Debug\StaffLayoutCtl.pdb
-D:\Source\GroupWare\EET_GroupWare_180917_0000\Sub\StaffLayoutCtl\obj\Debug\StaffLayoutCtl.csprojResolveAssemblyReference.cache
diff --git a/Sub/StaffLayoutCtl/obj/Debug/StaffLayoutCtl.dll b/Sub/StaffLayoutCtl/obj/Debug/StaffLayoutCtl.dll
deleted file mode 100644
index d2a7202..0000000
Binary files a/Sub/StaffLayoutCtl/obj/Debug/StaffLayoutCtl.dll and /dev/null differ
diff --git a/Sub/StaffLayoutCtl/obj/Debug/StaffLayoutCtl.pdb b/Sub/StaffLayoutCtl/obj/Debug/StaffLayoutCtl.pdb
deleted file mode 100644
index 8920f16..0000000
Binary files a/Sub/StaffLayoutCtl/obj/Debug/StaffLayoutCtl.pdb and /dev/null differ
diff --git a/Sub/YARTE/Buttons/BoldButton.cs b/Sub/YARTE/Buttons/BoldButton.cs
new file mode 100644
index 0000000..ac2fbe9
--- /dev/null
+++ b/Sub/YARTE/Buttons/BoldButton.cs
@@ -0,0 +1,36 @@
+using System.Drawing;
+using YARTE.Properties;
+
+namespace YARTE.UI.Buttons
+{
+ public class BoldButton : IHTMLEditorButton
+ {
+ public void IconClicked(HTMLEditorButtonArgs args)
+ {
+ args.Document.ExecCommand("Bold", false, null);
+ }
+
+ public Image IconImage
+ {
+ get
+ {
+ return Resources.bold;
+ }
+ }
+
+ public string IconName
+ {
+ get { return "Bold"; }
+ }
+
+ public string IconTooltip
+ {
+ get { return "Bold"; }
+ }
+
+ public string CommandIdentifier
+ {
+ get { return "Bold"; }
+ }
+ }
+}
\ No newline at end of file
diff --git a/Sub/YARTE/Buttons/ForecolorButton.cs b/Sub/YARTE/Buttons/ForecolorButton.cs
new file mode 100644
index 0000000..5e18e3c
--- /dev/null
+++ b/Sub/YARTE/Buttons/ForecolorButton.cs
@@ -0,0 +1,41 @@
+using System.Drawing;
+using System.Windows.Forms;
+using YARTE.Properties;
+
+namespace YARTE.UI.Buttons
+{
+ public class ForecolorButton : IHTMLEditorButton
+ {
+ public void IconClicked(HTMLEditorButtonArgs args)
+ {
+ var colorPicker = new ColorDialog();
+ var result = colorPicker.ShowDialog();
+ if(result == DialogResult.OK)
+ {
+ var color = colorPicker.Color;
+ var hexcolor = ColorTranslator.ToHtml(color);
+ args.Document.ExecCommand("ForeColor", false, hexcolor);
+ }
+ }
+
+ public Image IconImage
+ {
+ get { return Resources.fontforecolorpicker; }
+ }
+
+ public string IconName
+ {
+ get { return "Color"; }
+ }
+
+ public string IconTooltip
+ {
+ get { return "Color"; }
+ }
+
+ public string CommandIdentifier
+ {
+ get { return "ForeColor"; }
+ }
+ }
+}
\ No newline at end of file
diff --git a/Sub/YARTE/Buttons/IHTMLEditorButton.cs b/Sub/YARTE/Buttons/IHTMLEditorButton.cs
new file mode 100644
index 0000000..661aef3
--- /dev/null
+++ b/Sub/YARTE/Buttons/IHTMLEditorButton.cs
@@ -0,0 +1,26 @@
+using System.Drawing;
+using System.Windows.Forms;
+
+namespace YARTE.UI.Buttons
+{
+ public struct HTMLEditorButtonArgs
+ {
+ public HtmlDocument Document;
+ public HtmlEditor Editor;
+ }
+
+ public interface IHTMLEditorButton
+ {
+ void IconClicked(HTMLEditorButtonArgs doc);
+ Image IconImage { get; }
+ string IconName { get; }
+ string IconTooltip { get; }
+
+ ///
+ /// This is the string that will be used to poll the text area to determine if the cursor
+ /// is in a given area (say, 'Bold') and show the corresponding button as selected
+ /// Leave blank if there is no command or you have no idea what to put here
+ ///
+ string CommandIdentifier { get; }
+ }
+}
\ No newline at end of file
diff --git a/Sub/YARTE/Buttons/InsertLinkedImageButton.cs b/Sub/YARTE/Buttons/InsertLinkedImageButton.cs
new file mode 100644
index 0000000..14c0903
--- /dev/null
+++ b/Sub/YARTE/Buttons/InsertLinkedImageButton.cs
@@ -0,0 +1,41 @@
+using System.Drawing;
+using Microsoft.VisualBasic;
+using YARTE.Properties;
+
+namespace YARTE.UI.Buttons
+{
+ public class InsertLinkedImageButton : IHTMLEditorButton
+ {
+ public void IconClicked(HTMLEditorButtonArgs args)
+ {
+ var x = args.Editor.Location.X + 10;
+ var y = args.Editor.Location.Y + 10;
+
+ var url = Interaction.InputBox("Please enter an image url", "URL", null, x, y);
+ if (!string.IsNullOrEmpty(url))
+ {
+ args.Document.ExecCommand("InsertImage", false, url);
+ }
+ }
+
+ public Image IconImage
+ {
+ get { return Resources.insertimage; }
+ }
+
+ public string IconName
+ {
+ get { return "Linked image"; }
+ }
+
+ public string IconTooltip
+ {
+ get { return "Linked image"; }
+ }
+
+ public string CommandIdentifier
+ {
+ get { return "InsertImage"; }
+ }
+ }
+}
\ No newline at end of file
diff --git a/Sub/YARTE/Buttons/ItalicButton.cs b/Sub/YARTE/Buttons/ItalicButton.cs
new file mode 100644
index 0000000..226bce9
--- /dev/null
+++ b/Sub/YARTE/Buttons/ItalicButton.cs
@@ -0,0 +1,35 @@
+using System;
+using System.Drawing;
+using System.Windows.Forms;
+using YARTE.Properties;
+
+namespace YARTE.UI.Buttons
+{
+ public class ItalicButton : IHTMLEditorButton
+ {
+ public void IconClicked(HTMLEditorButtonArgs args)
+ {
+ args.Document.ExecCommand("Italic", false, null);
+ }
+
+ public Image IconImage
+ {
+ get { return Resources.italic; }
+ }
+
+ public string IconName
+ {
+ get { return "Italic"; }
+ }
+
+ public string IconTooltip
+ {
+ get { return "Italic"; }
+ }
+
+ public string CommandIdentifier
+ {
+ get { return "Italic"; }
+ }
+ }
+}
\ No newline at end of file
diff --git a/Sub/YARTE/Buttons/JustifyCenterButton.cs b/Sub/YARTE/Buttons/JustifyCenterButton.cs
new file mode 100644
index 0000000..bcc91d2
--- /dev/null
+++ b/Sub/YARTE/Buttons/JustifyCenterButton.cs
@@ -0,0 +1,33 @@
+using System.Drawing;
+using YARTE.Properties;
+
+namespace YARTE.UI.Buttons
+{
+ public class JustifyCenterButton : IHTMLEditorButton
+ {
+ public void IconClicked(HTMLEditorButtonArgs args)
+ {
+ args.Document.ExecCommand(CommandIdentifier, false, null);
+ }
+
+ public Image IconImage
+ {
+ get { return Resources.justifycenter; }
+ }
+
+ public string IconName
+ {
+ get { return "Justify center"; }
+ }
+
+ public string IconTooltip
+ {
+ get { return "Justify center"; }
+ }
+
+ public string CommandIdentifier
+ {
+ get { return "JustifyCenter"; }
+ }
+ }
+}
\ No newline at end of file
diff --git a/Sub/YARTE/Buttons/JustifyLeftButton.cs b/Sub/YARTE/Buttons/JustifyLeftButton.cs
new file mode 100644
index 0000000..4278adf
--- /dev/null
+++ b/Sub/YARTE/Buttons/JustifyLeftButton.cs
@@ -0,0 +1,33 @@
+using System.Drawing;
+using YARTE.Properties;
+
+namespace YARTE.UI.Buttons
+{
+ public class JustifyLeftButton : IHTMLEditorButton
+ {
+ public void IconClicked(HTMLEditorButtonArgs args)
+ {
+ args.Document.ExecCommand(CommandIdentifier, false, null);
+ }
+
+ public Image IconImage
+ {
+ get { return Resources.justifyleft; }
+ }
+
+ public string IconName
+ {
+ get { return "Justify left"; }
+ }
+
+ public string IconTooltip
+ {
+ get { return "Justify left"; }
+ }
+
+ public string CommandIdentifier
+ {
+ get { return "JustifyLeft"; }
+ }
+ }
+}
\ No newline at end of file
diff --git a/Sub/YARTE/Buttons/JustifyRightButton.cs b/Sub/YARTE/Buttons/JustifyRightButton.cs
new file mode 100644
index 0000000..5103fc9
--- /dev/null
+++ b/Sub/YARTE/Buttons/JustifyRightButton.cs
@@ -0,0 +1,33 @@
+using System.Drawing;
+using YARTE.Properties;
+
+namespace YARTE.UI.Buttons
+{
+ public class JustifyRightButton : IHTMLEditorButton
+ {
+ public void IconClicked(HTMLEditorButtonArgs args)
+ {
+ args.Document.ExecCommand(CommandIdentifier, false, null);
+ }
+
+ public Image IconImage
+ {
+ get { return Resources.justifyright; }
+ }
+
+ public string IconName
+ {
+ get { return "Justify right"; }
+ }
+
+ public string IconTooltip
+ {
+ get { return "Justify right"; }
+ }
+
+ public string CommandIdentifier
+ {
+ get { return "JustifyRight"; }
+ }
+ }
+}
\ No newline at end of file
diff --git a/Sub/YARTE/Buttons/LinkButton.cs b/Sub/YARTE/Buttons/LinkButton.cs
new file mode 100644
index 0000000..5a72cca
--- /dev/null
+++ b/Sub/YARTE/Buttons/LinkButton.cs
@@ -0,0 +1,33 @@
+using System.Drawing;
+using YARTE.Properties;
+
+namespace YARTE.UI.Buttons
+{
+ public class LinkButton : IHTMLEditorButton
+ {
+ public void IconClicked(HTMLEditorButtonArgs args)
+ {
+ args.Document.ExecCommand("CreateLink", true, null);
+ }
+
+ public Image IconImage
+ {
+ get { return Resources.createlink; }
+ }
+
+ public string IconName
+ {
+ get { return "Create link"; }
+ }
+
+ public string IconTooltip
+ {
+ get { return "Create link"; }
+ }
+
+ public string CommandIdentifier
+ {
+ get { return "CreateLink"; }
+ }
+ }
+}
\ No newline at end of file
diff --git a/Sub/YARTE/Buttons/OrderedListButton.cs b/Sub/YARTE/Buttons/OrderedListButton.cs
new file mode 100644
index 0000000..063dae7
--- /dev/null
+++ b/Sub/YARTE/Buttons/OrderedListButton.cs
@@ -0,0 +1,34 @@
+using System;
+using System.Drawing;
+using YARTE.Properties;
+
+namespace YARTE.UI.Buttons
+{
+ public class OrderedListButton : IHTMLEditorButton
+ {
+ public void IconClicked(HTMLEditorButtonArgs args)
+ {
+ args.Document.ExecCommand("InsertOrderedList", false, null);
+ }
+
+ public Image IconImage
+ {
+ get { return Resources.numberedlist; }
+ }
+
+ public string IconName
+ {
+ get { return "Ordered list"; }
+ }
+
+ public string IconTooltip
+ {
+ get { return "Ordered list"; }
+ }
+
+ public string CommandIdentifier
+ {
+ get { return "InsertOrderedList"; }
+ }
+ }
+}
\ No newline at end of file
diff --git a/Sub/YARTE/Buttons/PredefinedButtonSets.cs b/Sub/YARTE/Buttons/PredefinedButtonSets.cs
new file mode 100644
index 0000000..ccc4cde
--- /dev/null
+++ b/Sub/YARTE/Buttons/PredefinedButtonSets.cs
@@ -0,0 +1,31 @@
+using System.Linq;
+
+namespace YARTE.UI.Buttons
+{
+ public static class PredefinedButtonSets
+ {
+ private static readonly string[] _webSafeFonts = new [] { "Courier New", "Times New Roman", "Georgia", "Arial", "Verdana"};
+
+ public static void SetupDefaultButtons(HtmlEditor editor)
+ {
+ editor.AddToolbarItem(new BoldButton());
+ editor.AddToolbarItem(new ItalicButton());
+ editor.AddFontSelector(_webSafeFonts);
+ editor.AddFontSizeSelector(Enumerable.Range(1,7));
+ editor.AddToolbarDivider();
+ editor.AddToolbarItem(new LinkButton());
+ editor.AddToolbarItem(new UnlinkButton());
+ editor.AddToolbarDivider();
+ editor.AddToolbarItem(new InsertLinkedImageButton());
+ editor.AddToolbarDivider();
+ editor.AddToolbarItem(new OrderedListButton());
+ editor.AddToolbarItem(new UnorderedListButton());
+ editor.AddToolbarDivider();
+ editor.AddToolbarItem(new ForecolorButton());
+ editor.AddToolbarDivider();
+ editor.AddToolbarItem(new JustifyLeftButton());
+ editor.AddToolbarItem(new JustifyCenterButton());
+ editor.AddToolbarItem(new JustifyRightButton());
+ }
+ }
+}
\ No newline at end of file
diff --git a/Sub/YARTE/Buttons/UnderlineButton.cs b/Sub/YARTE/Buttons/UnderlineButton.cs
new file mode 100644
index 0000000..c6a0996
--- /dev/null
+++ b/Sub/YARTE/Buttons/UnderlineButton.cs
@@ -0,0 +1,34 @@
+using System;
+using System.Drawing;
+using YARTE.Properties;
+
+namespace YARTE.UI.Buttons
+{
+ public class UnderlineButton : IHTMLEditorButton
+ {
+ public void IconClicked(HTMLEditorButtonArgs args)
+ {
+ args.Document.ExecCommand("Underline", false, null);
+ }
+
+ public Image IconImage
+ {
+ get { return Resources.underline; }
+ }
+
+ public string IconName
+ {
+ get { return "Underline"; }
+ }
+
+ public string IconTooltip
+ {
+ get { return "Underline"; }
+ }
+
+ public string CommandIdentifier
+ {
+ get { return "Underline"; }
+ }
+ }
+}
\ No newline at end of file
diff --git a/Sub/YARTE/Buttons/UnlinkButton.cs b/Sub/YARTE/Buttons/UnlinkButton.cs
new file mode 100644
index 0000000..1d0d455
--- /dev/null
+++ b/Sub/YARTE/Buttons/UnlinkButton.cs
@@ -0,0 +1,33 @@
+using System.Drawing;
+using YARTE.Properties;
+
+namespace YARTE.UI.Buttons
+{
+ public class UnlinkButton : IHTMLEditorButton
+ {
+ public void IconClicked(HTMLEditorButtonArgs args)
+ {
+ args.Document.ExecCommand("Unlink", false, null);
+ }
+
+ public Image IconImage
+ {
+ get { return Resources.unlink; }
+ }
+
+ public string IconName
+ {
+ get { return "Unlink"; }
+ }
+
+ public string IconTooltip
+ {
+ get { return "Unlink"; }
+ }
+
+ public string CommandIdentifier
+ {
+ get { return "Unlink"; }
+ }
+ }
+}
\ No newline at end of file
diff --git a/Sub/YARTE/Buttons/UnorderedListButton.cs b/Sub/YARTE/Buttons/UnorderedListButton.cs
new file mode 100644
index 0000000..7b22c4f
--- /dev/null
+++ b/Sub/YARTE/Buttons/UnorderedListButton.cs
@@ -0,0 +1,33 @@
+using System.Drawing;
+using YARTE.Properties;
+
+namespace YARTE.UI.Buttons
+{
+ public class UnorderedListButton : IHTMLEditorButton
+ {
+ public void IconClicked(HTMLEditorButtonArgs args)
+ {
+ args.Document.ExecCommand("InsertUnorderedList", false, null);
+ }
+
+ public Image IconImage
+ {
+ get { return Resources.bulletedlist; }
+ }
+
+ public string IconName
+ {
+ get { return "Unordered list"; }
+ }
+
+ public string IconTooltip
+ {
+ get { return "Unordered list"; }
+ }
+
+ public string CommandIdentifier
+ {
+ get { return "InsertUnorderedList"; }
+ }
+ }
+}
\ No newline at end of file
diff --git a/Sub/YARTE/HTMLEditor.Designer.cs b/Sub/YARTE/HTMLEditor.Designer.cs
new file mode 100644
index 0000000..94197b6
--- /dev/null
+++ b/Sub/YARTE/HTMLEditor.Designer.cs
@@ -0,0 +1,76 @@
+namespace YARTE.UI
+{
+ partial class HtmlEditor
+ {
+ ///
+ /// Required designer variable.
+ ///
+ private System.ComponentModel.IContainer components = null;
+
+ ///
+ /// Clean up any resources being used.
+ ///
+ /// true if managed resources should be disposed; otherwise, false.
+ protected override void Dispose(bool disposing)
+ {
+ if (disposing && (components != null))
+ {
+ components.Dispose();
+ }
+ base.Dispose(disposing);
+ }
+
+ #region Component Designer generated code
+
+ ///
+ /// Required method for Designer support - do not modify
+ /// the contents of this method with the code editor.
+ ///
+ private void InitializeComponent()
+ {
+ this.components = new System.ComponentModel.Container();
+ this.textWebBrowser = new System.Windows.Forms.WebBrowser();
+ this.editcontrolsToolStrip = new System.Windows.Forms.ToolStrip();
+ this.updateToolBarTimer = new System.Windows.Forms.Timer(this.components);
+ this.SuspendLayout();
+ //
+ // textWebBrowser
+ //
+ this.textWebBrowser.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
+ | System.Windows.Forms.AnchorStyles.Left)
+ | System.Windows.Forms.AnchorStyles.Right)));
+ this.textWebBrowser.Location = new System.Drawing.Point(0, 28);
+ this.textWebBrowser.MinimumSize = new System.Drawing.Size(20, 20);
+ this.textWebBrowser.Name = "textWebBrowser";
+ this.textWebBrowser.Size = new System.Drawing.Size(557, 443);
+ this.textWebBrowser.TabIndex = 0;
+ //
+ // editcontrolsToolStrip
+ //
+ this.editcontrolsToolStrip.Location = new System.Drawing.Point(0, 0);
+ this.editcontrolsToolStrip.Name = "editcontrolsToolStrip";
+ this.editcontrolsToolStrip.Size = new System.Drawing.Size(557, 25);
+ this.editcontrolsToolStrip.TabIndex = 1;
+ this.editcontrolsToolStrip.Text = "editcontrolsToolStrip";
+ //
+ // HtmlEditor
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.Controls.Add(this.editcontrolsToolStrip);
+ this.Controls.Add(this.textWebBrowser);
+ this.Name = "HtmlEditor";
+ this.Size = new System.Drawing.Size(557, 474);
+ this.ContextMenuStripChanged += new System.EventHandler(this.HtmlEditor_ContextMenuStripChanged);
+ this.ResumeLayout(false);
+ this.PerformLayout();
+
+ }
+
+ #endregion
+
+ private System.Windows.Forms.WebBrowser textWebBrowser;
+ private System.Windows.Forms.ToolStrip editcontrolsToolStrip;
+ private System.Windows.Forms.Timer updateToolBarTimer;
+ }
+}
diff --git a/Sub/YARTE/HTMLEditor.resx b/Sub/YARTE/HTMLEditor.resx
new file mode 100644
index 0000000..6895ab4
--- /dev/null
+++ b/Sub/YARTE/HTMLEditor.resx
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 17, 17
+
+
+ 183, 17
+
+
\ No newline at end of file
diff --git a/Sub/YARTE/HtmlEditor.cs b/Sub/YARTE/HtmlEditor.cs
new file mode 100644
index 0000000..bd05505
--- /dev/null
+++ b/Sub/YARTE/HtmlEditor.cs
@@ -0,0 +1,259 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Windows.Forms;
+using mshtml;
+using YARTE.UI.Buttons;
+
+namespace YARTE.UI
+{
+ public partial class HtmlEditor : UserControl
+ {
+ private readonly HtmlDocument _doc;
+ private readonly IList _customButtons;
+
+ public HtmlEditor()
+ {
+ InitializeComponent();
+
+ InitializeWebBrowserAsEditor();
+
+ _doc = textWebBrowser.Document;
+ _customButtons = new List();
+
+ updateToolBarTimer.Start();
+ updateToolBarTimer.Tick += updateToolBarTimer_Tick;
+ }
+
+ public void AddFontSizeSelector(IEnumerable fontSizes)
+ {
+ if (fontSizes.Min() < 1 || fontSizes.Max() > 7)
+ {
+ throw new ArgumentException("Allowable font sizes are 1 through 7");
+ }
+
+ var fontSizeBox = new ToolStripComboBox();
+ fontSizeBox.Items.AddRange(fontSizes.Select(f => f.ToString()).ToArray());
+ fontSizeBox.Name = "fontSizeSelector";
+ fontSizeBox.Size = new System.Drawing.Size(25, 25);
+ fontSizeBox.SelectedIndexChanged += (sender, o) =>
+ {
+ var size = ((ToolStripComboBox)sender).SelectedItem;
+ _doc.ExecCommand("FontSize", false, size);
+ };
+ fontSizeBox.DropDownStyle = ComboBoxStyle.DropDownList;
+
+ this.AddToolbarItem(fontSizeBox);
+ }
+
+ public void AddFontSelector(IEnumerable fontNames)
+ {
+ var dropDown = new ToolStripDropDownButton();
+ foreach(var fontName in fontNames)
+ {
+ dropDown.DropDownItems.Add(GetFontDropDownItem(fontName));
+ }
+ dropDown.ImageTransparentColor = System.Drawing.Color.Magenta;
+ dropDown.Name = "Font";
+ dropDown.Size = new System.Drawing.Size(29, 22);
+ dropDown.Text = "Font";
+
+ this.AddToolbarItem(dropDown);
+ }
+
+ private ToolStripItem GetFontDropDownItem(string fontName)
+ {
+ var dropDownItem = new ToolStripMenuItem();
+ dropDownItem.Font = new System.Drawing.Font(fontName, 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
+ dropDownItem.Name = "fontMenuItem" + Guid.NewGuid();
+ dropDownItem.Size = new System.Drawing.Size(173, 22);
+ dropDownItem.Text = fontName;
+ dropDownItem.Click += (sender, e) => _doc.ExecCommand("FontName", false, fontName);
+ return dropDownItem;
+ }
+
+ public void AddToolbarItem(ToolStripItem toolStripItem)
+ {
+ editcontrolsToolStrip.Items.Add(toolStripItem);
+ }
+
+ public void AddToolbarItems(IEnumerable toolStripItems)
+ {
+ foreach (var stripItem in toolStripItems)
+ {
+ editcontrolsToolStrip.Items.Add(stripItem);
+ }
+ }
+
+ public void AddToolbarItem(IHTMLEditorButton toolbarItem)
+ {
+ _customButtons.Add(toolbarItem);
+ editcontrolsToolStrip.Items.Add(CreateButton(toolbarItem));
+ }
+
+ public void AddToolbarItems(IEnumerable toolbarItems)
+ {
+ foreach (var toolbarItem in toolbarItems)
+ {
+ AddToolbarItem(toolbarItem);
+ }
+ }
+
+ public void AddToolbarDivider()
+ {
+ var divider = new ToolStripSeparator();
+ divider.Size = new System.Drawing.Size(6, 25);
+ editcontrolsToolStrip.Items.Add(divider);
+ }
+
+ private ToolStripItem CreateButton(IHTMLEditorButton toolbarItem)
+ {
+ var toolStripButton = new ToolStripButton();
+ toolStripButton.DisplayStyle = ToolStripItemDisplayStyle.Image;
+ toolStripButton.Image = toolbarItem.IconImage;
+ toolStripButton.ImageScaling = ToolStripItemImageScaling.None;
+ toolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
+ toolStripButton.Name = toolbarItem.IconName;
+ toolStripButton.Size = new System.Drawing.Size(25, 24);
+ toolStripButton.Text = toolbarItem.IconTooltip;
+
+ var args = new HTMLEditorButtonArgs();
+ args.Document = _doc;
+ args.Editor = this;
+
+ IHTMLEditorButton button = toolbarItem;
+ toolStripButton.Click += (sender, o) => button.IconClicked(args);
+
+ return toolStripButton;
+ }
+
+ public bool ReadOnly
+ {
+ get
+ {
+ if (textWebBrowser.Document != null)
+ {
+ var doc = textWebBrowser.Document.DomDocument as IHTMLDocument2;
+ if (doc != null)
+ {
+ return doc.designMode != "On";
+ }
+ }
+ return false;
+ }
+ set
+ {
+ if (textWebBrowser.Document != null)
+ {
+ var designMode = value ? "Off" : "On";
+ var doc = textWebBrowser.Document.DomDocument as IHTMLDocument2;
+ if (doc != null) doc.designMode = designMode;
+ }
+ }
+ }
+
+ public bool ShowToolbar
+ {
+ get
+ {
+ if (editcontrolsToolStrip != null)
+ {
+ return editcontrolsToolStrip.Visible;
+ }
+ return true;
+ }
+ set { editcontrolsToolStrip.Visible = value; }
+ }
+
+ private void updateToolBarTimer_Tick(object sender, System.EventArgs e)
+ {
+ CheckCommandStateChanges();
+ }
+
+ private void InitializeWebBrowserAsEditor()
+ {
+ // It is necessary to add a body to the control before you can apply changes to the DOM document
+ textWebBrowser.DocumentText = "";
+ if (textWebBrowser.Document != null)
+ {
+ var doc = textWebBrowser.Document.DomDocument as IHTMLDocument2;
+ if (doc != null) doc.designMode = "On";
+
+ // replace the context menu for the web browser control so the default IE browser context menu doesn't show up
+ textWebBrowser.IsWebBrowserContextMenuEnabled = false;
+ if (this.ContextMenuStrip == null)
+ {
+ textWebBrowser.Document.ContextMenuShowing += (sender, e) => { ; };
+ }
+ }
+ }
+
+ void Document_ContextMenuShowing(object sender, HtmlElementEventArgs e)
+ {
+ this.ContextMenuStrip.Show(this, this.PointToClient(Cursor.Position));
+ }
+
+ public string Html
+ {
+ get
+ {
+ return textWebBrowser.DocumentText;
+ }
+ set
+ {
+ if (textWebBrowser.Document != null)
+ {
+ // updating this way avoids an alert box
+ var doc = textWebBrowser.Document.DomDocument as IHTMLDocument2;
+ if (doc != null)
+ {
+ doc.write(value);
+ doc.close();
+ }
+ }
+ }
+ }
+
+ public string InsertTextAtCursor
+ {
+ set { _doc.ExecCommand("Paste", false, value); }
+ }
+
+ private void CheckCommandStateChanges()
+ {
+ var doc = (IHTMLDocument2)_doc.DomDocument;
+
+ var commands = _customButtons.Select(c => c.CommandIdentifier).Where(c => !string.IsNullOrEmpty(c));
+
+ foreach (var command in commands)
+ {
+ var button = (ToolStripButton)editcontrolsToolStrip.Items[command];
+
+ if (button == null) continue;
+
+ if (doc.queryCommandState(command))
+ {
+ if (button.CheckState != CheckState.Checked)
+ {
+ button.Checked = true;
+ }
+ }
+ else
+ {
+ if (button.CheckState == CheckState.Checked)
+ {
+ button.Checked = false;
+ }
+ }
+ }
+ }
+
+ private void HtmlEditor_ContextMenuStripChanged(object sender, System.EventArgs e)
+ {
+ if (textWebBrowser.Document != null)
+ {
+ textWebBrowser.Document.ContextMenuShowing += Document_ContextMenuShowing;
+ }
+ }
+ }
+}
diff --git a/Sub/YARTE/Properties/AssemblyInfo.cs b/Sub/YARTE/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000..ed6ddac
--- /dev/null
+++ b/Sub/YARTE/Properties/AssemblyInfo.cs
@@ -0,0 +1,36 @@
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// General Information about an assembly is controlled through the following
+// set of attributes. Change these attribute values to modify the information
+// associated with an assembly.
+[assembly: AssemblyTitle("YARTE")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("YARTE")]
+[assembly: AssemblyCopyright("Copyright © 2010")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// Setting ComVisible to false makes the types in this assembly not visible
+// to COM components. If you need to access a type in this assembly from
+// COM, set the ComVisible attribute to true on that type.
+[assembly: ComVisible(false)]
+
+// The following GUID is for the ID of the typelib if this project is exposed to COM
+[assembly: Guid("9c0b69ac-03c8-4195-94e9-3aac5aeddd8b")]
+
+// Version information for an assembly consists of the following four values:
+//
+// Major Version
+// Minor Version
+// Build Number
+// Revision
+//
+// You can specify all the values or you can default the Build and Revision Numbers
+// by using the '*' as shown below:
+// [assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/Sub/YARTE/Properties/Resources.Designer.cs b/Sub/YARTE/Properties/Resources.Designer.cs
new file mode 100644
index 0000000..097cc7d
--- /dev/null
+++ b/Sub/YARTE/Properties/Resources.Designer.cs
@@ -0,0 +1,441 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.1
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+namespace YARTE.Properties {
+ using System;
+
+
+ ///
+ /// A strongly-typed resource class, for looking up localized strings, etc.
+ ///
+ // This class was auto-generated by the StronglyTypedResourceBuilder
+ // class via a tool like ResGen or Visual Studio.
+ // To add or remove a member, edit your .ResX file then rerun ResGen
+ // with the /str option, or rebuild your VS project.
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
+ internal class Resources {
+
+ private static global::System.Resources.ResourceManager resourceMan;
+
+ private static global::System.Globalization.CultureInfo resourceCulture;
+
+ [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
+ internal Resources() {
+ }
+
+ ///
+ /// Returns the cached ResourceManager instance used by this class.
+ ///
+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+ internal static global::System.Resources.ResourceManager ResourceManager {
+ get {
+ if (object.ReferenceEquals(resourceMan, null)) {
+ global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("YARTE.Properties.Resources", typeof(Resources).Assembly);
+ resourceMan = temp;
+ }
+ return resourceMan;
+ }
+ }
+
+ ///
+ /// Overrides the current thread's CurrentUICulture property for all
+ /// resource lookups using this strongly typed resource class.
+ ///
+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+ internal static global::System.Globalization.CultureInfo Culture {
+ get {
+ return resourceCulture;
+ }
+ set {
+ resourceCulture = value;
+ }
+ }
+
+ internal static System.Drawing.Bitmap bold {
+ get {
+ object obj = ResourceManager.GetObject("bold", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ internal static System.Drawing.Bitmap bulletedlist {
+ get {
+ object obj = ResourceManager.GetObject("bulletedlist", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ internal static System.Drawing.Bitmap copy {
+ get {
+ object obj = ResourceManager.GetObject("copy", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ internal static System.Drawing.Bitmap createlink {
+ get {
+ object obj = ResourceManager.GetObject("createlink", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ internal static System.Drawing.Bitmap cut {
+ get {
+ object obj = ResourceManager.GetObject("cut", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ internal static System.Drawing.Bitmap delete {
+ get {
+ object obj = ResourceManager.GetObject("delete", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ internal static System.Drawing.Bitmap deletetablecolumn {
+ get {
+ object obj = ResourceManager.GetObject("deletetablecolumn", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ internal static System.Drawing.Bitmap deletetablerow {
+ get {
+ object obj = ResourceManager.GetObject("deletetablerow", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ internal static System.Drawing.Bitmap editstyle {
+ get {
+ object obj = ResourceManager.GetObject("editstyle", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ internal static System.Drawing.Bitmap edittable {
+ get {
+ object obj = ResourceManager.GetObject("edittable", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ internal static System.Drawing.Bitmap fontbackcolorpicker {
+ get {
+ object obj = ResourceManager.GetObject("fontbackcolorpicker", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ internal static System.Drawing.Bitmap fontforecolorpicker {
+ get {
+ object obj = ResourceManager.GetObject("fontforecolorpicker", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ internal static System.Drawing.Bitmap iespellcheck {
+ get {
+ object obj = ResourceManager.GetObject("iespellcheck", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ internal static System.Drawing.Bitmap indent {
+ get {
+ object obj = ResourceManager.GetObject("indent", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ internal static System.Drawing.Bitmap insertbutton {
+ get {
+ object obj = ResourceManager.GetObject("insertbutton", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ internal static System.Drawing.Bitmap insertcheckbox {
+ get {
+ object obj = ResourceManager.GetObject("insertcheckbox", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ internal static System.Drawing.Bitmap insertdate {
+ get {
+ object obj = ResourceManager.GetObject("insertdate", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ internal static System.Drawing.Bitmap insertdiv {
+ get {
+ object obj = ResourceManager.GetObject("insertdiv", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ internal static System.Drawing.Bitmap insertdropdownlist {
+ get {
+ object obj = ResourceManager.GetObject("insertdropdownlist", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ internal static System.Drawing.Bitmap insertform {
+ get {
+ object obj = ResourceManager.GetObject("insertform", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ internal static System.Drawing.Bitmap insertimage {
+ get {
+ object obj = ResourceManager.GetObject("insertimage", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ internal static System.Drawing.Bitmap insertimagefromgallery {
+ get {
+ object obj = ResourceManager.GetObject("insertimagefromgallery", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ internal static System.Drawing.Bitmap insertradiobutton {
+ get {
+ object obj = ResourceManager.GetObject("insertradiobutton", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ internal static System.Drawing.Bitmap insertrule {
+ get {
+ object obj = ResourceManager.GetObject("insertrule", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ internal static System.Drawing.Bitmap inserttable {
+ get {
+ object obj = ResourceManager.GetObject("inserttable", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ internal static System.Drawing.Bitmap inserttablecolumnafter {
+ get {
+ object obj = ResourceManager.GetObject("inserttablecolumnafter", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ internal static System.Drawing.Bitmap inserttablecolumnbefore {
+ get {
+ object obj = ResourceManager.GetObject("inserttablecolumnbefore", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ internal static System.Drawing.Bitmap inserttablerowafter {
+ get {
+ object obj = ResourceManager.GetObject("inserttablerowafter", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ internal static System.Drawing.Bitmap inserttablerowbefore {
+ get {
+ object obj = ResourceManager.GetObject("inserttablerowbefore", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ internal static System.Drawing.Bitmap inserttextarea {
+ get {
+ object obj = ResourceManager.GetObject("inserttextarea", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ internal static System.Drawing.Bitmap inserttextbox {
+ get {
+ object obj = ResourceManager.GetObject("inserttextbox", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ internal static System.Drawing.Bitmap inserttime {
+ get {
+ object obj = ResourceManager.GetObject("inserttime", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ internal static System.Drawing.Bitmap italic {
+ get {
+ object obj = ResourceManager.GetObject("italic", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ internal static System.Drawing.Bitmap justifycenter {
+ get {
+ object obj = ResourceManager.GetObject("justifycenter", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ internal static System.Drawing.Bitmap justifyfull {
+ get {
+ object obj = ResourceManager.GetObject("justifyfull", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ internal static System.Drawing.Bitmap justifyleft {
+ get {
+ object obj = ResourceManager.GetObject("justifyleft", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ internal static System.Drawing.Bitmap justifyright {
+ get {
+ object obj = ResourceManager.GetObject("justifyright", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ internal static System.Drawing.Bitmap netspell {
+ get {
+ object obj = ResourceManager.GetObject("netspell", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ internal static System.Drawing.Bitmap numberedlist {
+ get {
+ object obj = ResourceManager.GetObject("numberedlist", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ internal static System.Drawing.Bitmap outdent {
+ get {
+ object obj = ResourceManager.GetObject("outdent", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ internal static System.Drawing.Bitmap paste {
+ get {
+ object obj = ResourceManager.GetObject("paste", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ internal static System.Drawing.Bitmap preview {
+ get {
+ object obj = ResourceManager.GetObject("preview", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ internal static System.Drawing.Bitmap print {
+ get {
+ object obj = ResourceManager.GetObject("print", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ internal static System.Drawing.Bitmap redo {
+ get {
+ object obj = ResourceManager.GetObject("redo", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ internal static System.Drawing.Bitmap removeformat {
+ get {
+ object obj = ResourceManager.GetObject("removeformat", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ internal static System.Drawing.Bitmap save {
+ get {
+ object obj = ResourceManager.GetObject("save", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ internal static System.Drawing.Bitmap selectall {
+ get {
+ object obj = ResourceManager.GetObject("selectall", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ internal static System.Drawing.Bitmap strikethrough {
+ get {
+ object obj = ResourceManager.GetObject("strikethrough", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ internal static System.Drawing.Bitmap subscript {
+ get {
+ object obj = ResourceManager.GetObject("subscript", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ internal static System.Drawing.Bitmap superscript {
+ get {
+ object obj = ResourceManager.GetObject("superscript", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ internal static System.Drawing.Bitmap underline {
+ get {
+ object obj = ResourceManager.GetObject("underline", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ internal static System.Drawing.Bitmap undo {
+ get {
+ object obj = ResourceManager.GetObject("undo", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ internal static System.Drawing.Bitmap unlink {
+ get {
+ object obj = ResourceManager.GetObject("unlink", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ internal static System.Drawing.Bitmap wordclean {
+ get {
+ object obj = ResourceManager.GetObject("wordclean", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+ }
+}
diff --git a/Sub/YARTE/Properties/Resources.resx b/Sub/YARTE/Properties/Resources.resx
new file mode 100644
index 0000000..43714d6
--- /dev/null
+++ b/Sub/YARTE/Properties/Resources.resx
@@ -0,0 +1,283 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+
+ ..\Resources\bold.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\bulletedlist.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\copy.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\createlink.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\cut.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\delete.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\deletetablecolumn.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\deletetablerow.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\editstyle.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\edittable.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\fontbackcolorpicker.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\fontforecolorpicker.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\iespellcheck.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\indent.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\insertbutton.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\insertcheckbox.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\insertdate.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\insertdiv.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\insertdropdownlist.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\insertform.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\insertimage.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\insertimagefromgallery.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\insertradiobutton.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\insertrule.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\inserttable.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\inserttablecolumnafter.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\inserttablecolumnbefore.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\inserttablerowafter.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\inserttablerowbefore.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\inserttextarea.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\inserttextbox.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\inserttime.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\italic.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\justifycenter.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\justifyfull.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\justifyleft.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\justifyright.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\netspell.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\numberedlist.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\outdent.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\paste.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\preview.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\print.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\redo.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\removeformat.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\save.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\selectall.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\strikethrough.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\subscript.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\superscript.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\underline.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\undo.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\unlink.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\wordclean.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
\ No newline at end of file
diff --git a/Sub/YARTE/Resources/bold.gif b/Sub/YARTE/Resources/bold.gif
new file mode 100644
index 0000000..b3fea5b
Binary files /dev/null and b/Sub/YARTE/Resources/bold.gif differ
diff --git a/Sub/YARTE/Resources/bulletedlist.gif b/Sub/YARTE/Resources/bulletedlist.gif
new file mode 100644
index 0000000..8ffac8f
Binary files /dev/null and b/Sub/YARTE/Resources/bulletedlist.gif differ
diff --git a/Sub/YARTE/Resources/copy.gif b/Sub/YARTE/Resources/copy.gif
new file mode 100644
index 0000000..c977b43
Binary files /dev/null and b/Sub/YARTE/Resources/copy.gif differ
diff --git a/Sub/YARTE/Resources/createlink.gif b/Sub/YARTE/Resources/createlink.gif
new file mode 100644
index 0000000..2da926a
Binary files /dev/null and b/Sub/YARTE/Resources/createlink.gif differ
diff --git a/Sub/YARTE/Resources/cut.gif b/Sub/YARTE/Resources/cut.gif
new file mode 100644
index 0000000..f3a29e6
Binary files /dev/null and b/Sub/YARTE/Resources/cut.gif differ
diff --git a/Sub/YARTE/Resources/delete.gif b/Sub/YARTE/Resources/delete.gif
new file mode 100644
index 0000000..edef684
Binary files /dev/null and b/Sub/YARTE/Resources/delete.gif differ
diff --git a/Sub/YARTE/Resources/deletetablecolumn.gif b/Sub/YARTE/Resources/deletetablecolumn.gif
new file mode 100644
index 0000000..a3a844d
Binary files /dev/null and b/Sub/YARTE/Resources/deletetablecolumn.gif differ
diff --git a/Sub/YARTE/Resources/deletetablerow.gif b/Sub/YARTE/Resources/deletetablerow.gif
new file mode 100644
index 0000000..6674575
Binary files /dev/null and b/Sub/YARTE/Resources/deletetablerow.gif differ
diff --git a/Sub/YARTE/Resources/editstyle.gif b/Sub/YARTE/Resources/editstyle.gif
new file mode 100644
index 0000000..86874e6
Binary files /dev/null and b/Sub/YARTE/Resources/editstyle.gif differ
diff --git a/Sub/YARTE/Resources/edittable.gif b/Sub/YARTE/Resources/edittable.gif
new file mode 100644
index 0000000..24a77fa
Binary files /dev/null and b/Sub/YARTE/Resources/edittable.gif differ
diff --git a/Sub/YARTE/Resources/fontbackcolorpicker.gif b/Sub/YARTE/Resources/fontbackcolorpicker.gif
new file mode 100644
index 0000000..f954bed
Binary files /dev/null and b/Sub/YARTE/Resources/fontbackcolorpicker.gif differ
diff --git a/Sub/YARTE/Resources/fontforecolorpicker.gif b/Sub/YARTE/Resources/fontforecolorpicker.gif
new file mode 100644
index 0000000..f3109e3
Binary files /dev/null and b/Sub/YARTE/Resources/fontforecolorpicker.gif differ
diff --git a/Sub/YARTE/Resources/iespellcheck.gif b/Sub/YARTE/Resources/iespellcheck.gif
new file mode 100644
index 0000000..0769f75
Binary files /dev/null and b/Sub/YARTE/Resources/iespellcheck.gif differ
diff --git a/Sub/YARTE/Resources/indent.gif b/Sub/YARTE/Resources/indent.gif
new file mode 100644
index 0000000..16c40de
Binary files /dev/null and b/Sub/YARTE/Resources/indent.gif differ
diff --git a/Sub/YARTE/Resources/insertbutton.gif b/Sub/YARTE/Resources/insertbutton.gif
new file mode 100644
index 0000000..3dbe946
Binary files /dev/null and b/Sub/YARTE/Resources/insertbutton.gif differ
diff --git a/Sub/YARTE/Resources/insertcheckbox.gif b/Sub/YARTE/Resources/insertcheckbox.gif
new file mode 100644
index 0000000..c9ec78b
Binary files /dev/null and b/Sub/YARTE/Resources/insertcheckbox.gif differ
diff --git a/Sub/YARTE/Resources/insertdate.gif b/Sub/YARTE/Resources/insertdate.gif
new file mode 100644
index 0000000..aa31d16
Binary files /dev/null and b/Sub/YARTE/Resources/insertdate.gif differ
diff --git a/Sub/YARTE/Resources/insertdiv.gif b/Sub/YARTE/Resources/insertdiv.gif
new file mode 100644
index 0000000..aff0f26
Binary files /dev/null and b/Sub/YARTE/Resources/insertdiv.gif differ
diff --git a/Sub/YARTE/Resources/insertdropdownlist.gif b/Sub/YARTE/Resources/insertdropdownlist.gif
new file mode 100644
index 0000000..0973ea7
Binary files /dev/null and b/Sub/YARTE/Resources/insertdropdownlist.gif differ
diff --git a/Sub/YARTE/Resources/insertform.gif b/Sub/YARTE/Resources/insertform.gif
new file mode 100644
index 0000000..1bbe6df
Binary files /dev/null and b/Sub/YARTE/Resources/insertform.gif differ
diff --git a/Sub/YARTE/Resources/insertimage.gif b/Sub/YARTE/Resources/insertimage.gif
new file mode 100644
index 0000000..394ba02
Binary files /dev/null and b/Sub/YARTE/Resources/insertimage.gif differ
diff --git a/Sub/YARTE/Resources/insertimagefromgallery.gif b/Sub/YARTE/Resources/insertimagefromgallery.gif
new file mode 100644
index 0000000..3e23bd2
Binary files /dev/null and b/Sub/YARTE/Resources/insertimagefromgallery.gif differ
diff --git a/Sub/YARTE/Resources/insertradiobutton.gif b/Sub/YARTE/Resources/insertradiobutton.gif
new file mode 100644
index 0000000..79dbc5c
Binary files /dev/null and b/Sub/YARTE/Resources/insertradiobutton.gif differ
diff --git a/Sub/YARTE/Resources/insertrule.gif b/Sub/YARTE/Resources/insertrule.gif
new file mode 100644
index 0000000..a147f5e
Binary files /dev/null and b/Sub/YARTE/Resources/insertrule.gif differ
diff --git a/Sub/YARTE/Resources/inserttable.gif b/Sub/YARTE/Resources/inserttable.gif
new file mode 100644
index 0000000..d68083d
Binary files /dev/null and b/Sub/YARTE/Resources/inserttable.gif differ
diff --git a/Sub/YARTE/Resources/inserttablecolumnafter.gif b/Sub/YARTE/Resources/inserttablecolumnafter.gif
new file mode 100644
index 0000000..8d19251
Binary files /dev/null and b/Sub/YARTE/Resources/inserttablecolumnafter.gif differ
diff --git a/Sub/YARTE/Resources/inserttablecolumnbefore.gif b/Sub/YARTE/Resources/inserttablecolumnbefore.gif
new file mode 100644
index 0000000..3786868
Binary files /dev/null and b/Sub/YARTE/Resources/inserttablecolumnbefore.gif differ
diff --git a/Sub/YARTE/Resources/inserttablerowafter.gif b/Sub/YARTE/Resources/inserttablerowafter.gif
new file mode 100644
index 0000000..3d0d769
Binary files /dev/null and b/Sub/YARTE/Resources/inserttablerowafter.gif differ
diff --git a/Sub/YARTE/Resources/inserttablerowbefore.gif b/Sub/YARTE/Resources/inserttablerowbefore.gif
new file mode 100644
index 0000000..a2584ae
Binary files /dev/null and b/Sub/YARTE/Resources/inserttablerowbefore.gif differ
diff --git a/Sub/YARTE/Resources/inserttextarea.gif b/Sub/YARTE/Resources/inserttextarea.gif
new file mode 100644
index 0000000..49b57b5
Binary files /dev/null and b/Sub/YARTE/Resources/inserttextarea.gif differ
diff --git a/Sub/YARTE/Resources/inserttextbox.gif b/Sub/YARTE/Resources/inserttextbox.gif
new file mode 100644
index 0000000..eb5ac83
Binary files /dev/null and b/Sub/YARTE/Resources/inserttextbox.gif differ
diff --git a/Sub/YARTE/Resources/inserttime.gif b/Sub/YARTE/Resources/inserttime.gif
new file mode 100644
index 0000000..c623201
Binary files /dev/null and b/Sub/YARTE/Resources/inserttime.gif differ
diff --git a/Sub/YARTE/Resources/italic.gif b/Sub/YARTE/Resources/italic.gif
new file mode 100644
index 0000000..8e48870
Binary files /dev/null and b/Sub/YARTE/Resources/italic.gif differ
diff --git a/Sub/YARTE/Resources/justifycenter.gif b/Sub/YARTE/Resources/justifycenter.gif
new file mode 100644
index 0000000..74c8ec4
Binary files /dev/null and b/Sub/YARTE/Resources/justifycenter.gif differ
diff --git a/Sub/YARTE/Resources/justifyfull.gif b/Sub/YARTE/Resources/justifyfull.gif
new file mode 100644
index 0000000..f8f30fe
Binary files /dev/null and b/Sub/YARTE/Resources/justifyfull.gif differ
diff --git a/Sub/YARTE/Resources/justifyleft.gif b/Sub/YARTE/Resources/justifyleft.gif
new file mode 100644
index 0000000..d0d51e3
Binary files /dev/null and b/Sub/YARTE/Resources/justifyleft.gif differ
diff --git a/Sub/YARTE/Resources/justifyright.gif b/Sub/YARTE/Resources/justifyright.gif
new file mode 100644
index 0000000..2f5fec0
Binary files /dev/null and b/Sub/YARTE/Resources/justifyright.gif differ
diff --git a/Sub/YARTE/Resources/netspell.gif b/Sub/YARTE/Resources/netspell.gif
new file mode 100644
index 0000000..0769f75
Binary files /dev/null and b/Sub/YARTE/Resources/netspell.gif differ
diff --git a/Sub/YARTE/Resources/numberedlist.gif b/Sub/YARTE/Resources/numberedlist.gif
new file mode 100644
index 0000000..faf1b22
Binary files /dev/null and b/Sub/YARTE/Resources/numberedlist.gif differ
diff --git a/Sub/YARTE/Resources/outdent.gif b/Sub/YARTE/Resources/outdent.gif
new file mode 100644
index 0000000..99ea972
Binary files /dev/null and b/Sub/YARTE/Resources/outdent.gif differ
diff --git a/Sub/YARTE/Resources/paste.gif b/Sub/YARTE/Resources/paste.gif
new file mode 100644
index 0000000..a156d5c
Binary files /dev/null and b/Sub/YARTE/Resources/paste.gif differ
diff --git a/Sub/YARTE/Resources/preview.gif b/Sub/YARTE/Resources/preview.gif
new file mode 100644
index 0000000..e1e9887
Binary files /dev/null and b/Sub/YARTE/Resources/preview.gif differ
diff --git a/Sub/YARTE/Resources/print.gif b/Sub/YARTE/Resources/print.gif
new file mode 100644
index 0000000..e2cf3b7
Binary files /dev/null and b/Sub/YARTE/Resources/print.gif differ
diff --git a/Sub/YARTE/Resources/redo.gif b/Sub/YARTE/Resources/redo.gif
new file mode 100644
index 0000000..15fca07
Binary files /dev/null and b/Sub/YARTE/Resources/redo.gif differ
diff --git a/Sub/YARTE/Resources/removeformat.gif b/Sub/YARTE/Resources/removeformat.gif
new file mode 100644
index 0000000..71cefdb
Binary files /dev/null and b/Sub/YARTE/Resources/removeformat.gif differ
diff --git a/Sub/YARTE/Resources/save.gif b/Sub/YARTE/Resources/save.gif
new file mode 100644
index 0000000..b40a535
Binary files /dev/null and b/Sub/YARTE/Resources/save.gif differ
diff --git a/Sub/YARTE/Resources/selectall.gif b/Sub/YARTE/Resources/selectall.gif
new file mode 100644
index 0000000..6e5e278
Binary files /dev/null and b/Sub/YARTE/Resources/selectall.gif differ
diff --git a/Sub/YARTE/Resources/strikethrough.gif b/Sub/YARTE/Resources/strikethrough.gif
new file mode 100644
index 0000000..75b6270
Binary files /dev/null and b/Sub/YARTE/Resources/strikethrough.gif differ
diff --git a/Sub/YARTE/Resources/subscript.gif b/Sub/YARTE/Resources/subscript.gif
new file mode 100644
index 0000000..7137840
Binary files /dev/null and b/Sub/YARTE/Resources/subscript.gif differ
diff --git a/Sub/YARTE/Resources/superscript.gif b/Sub/YARTE/Resources/superscript.gif
new file mode 100644
index 0000000..f5d70f3
Binary files /dev/null and b/Sub/YARTE/Resources/superscript.gif differ
diff --git a/Sub/YARTE/Resources/underline.gif b/Sub/YARTE/Resources/underline.gif
new file mode 100644
index 0000000..6468868
Binary files /dev/null and b/Sub/YARTE/Resources/underline.gif differ
diff --git a/Sub/YARTE/Resources/undo.gif b/Sub/YARTE/Resources/undo.gif
new file mode 100644
index 0000000..1b9de86
Binary files /dev/null and b/Sub/YARTE/Resources/undo.gif differ
diff --git a/Sub/YARTE/Resources/unlink.gif b/Sub/YARTE/Resources/unlink.gif
new file mode 100644
index 0000000..2d00e9f
Binary files /dev/null and b/Sub/YARTE/Resources/unlink.gif differ
diff --git a/Sub/YARTE/Resources/wordclean.gif b/Sub/YARTE/Resources/wordclean.gif
new file mode 100644
index 0000000..8dd183f
Binary files /dev/null and b/Sub/YARTE/Resources/wordclean.gif differ
diff --git a/Sub/YARTE/YARTE.csproj b/Sub/YARTE/YARTE.csproj
new file mode 100644
index 0000000..e4ce633
--- /dev/null
+++ b/Sub/YARTE/YARTE.csproj
@@ -0,0 +1,266 @@
+
+
+
+ Debug
+ AnyCPU
+ 8.0.30703
+ 2.0
+ {DB5EE9C8-EACF-4231-877E-B9DFD7A714DE}
+ Library
+ Properties
+ YARTE
+ YARTE
+ v3.5
+
+
+ 512
+
+
+ true
+ full
+ false
+ bin\Debug\
+ DEBUG;TRACE
+ prompt
+ 4
+
+
+ pdbonly
+ true
+ bin\Release\
+ TRACE
+ prompt
+ 4
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ UserControl
+
+
+ HtmlEditor.cs
+
+
+
+ True
+ True
+ Resources.resx
+
+
+
+
+
+ HtmlEditor.cs
+
+
+ ResXFileCodeGenerator
+ Resources.Designer.cs
+ Designer
+
+
+
+
+ {3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}
+ 4
+ 0
+ 0
+ primary
+ False
+ True
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Sub/arControl b/Sub/arControl
deleted file mode 160000
index 5626ec8..0000000
--- a/Sub/arControl
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 5626ec8b7c79febfe0305d6c71e9391e0f61bcaa
diff --git a/SubProject/FBS0000/Holiday/fHolyday.Designer.cs b/SubProject/FBS0000/Holiday/fHolyday.Designer.cs
new file mode 100644
index 0000000..5c8f8d1
--- /dev/null
+++ b/SubProject/FBS0000/Holiday/fHolyday.Designer.cs
@@ -0,0 +1,484 @@
+namespace FBS0000
+{
+ partial class fHolyday
+ {
+ ///
+ /// Required designer variable.
+ ///
+ private System.ComponentModel.IContainer components = null;
+
+ ///
+ /// Clean up any resources being used.
+ ///
+ /// true if managed resources should be disposed; otherwise, false.
+ protected override void Dispose(bool disposing)
+ {
+ if (disposing && (components != null))
+ {
+ components.Dispose();
+ }
+ base.Dispose(disposing);
+ }
+
+ #region Windows Form Designer generated code
+
+ ///
+ /// Required method for Designer support - do not modify
+ /// the contents of this method with the code editor.
+ ///
+ private void InitializeComponent()
+ {
+ this.components = new System.ComponentModel.Container();
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fHolyday));
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
+ this.bn = new System.Windows.Forms.BindingNavigator(this.components);
+ this.bs = new System.Windows.Forms.BindingSource(this.components);
+ this.dsMSSQL = new FBS0000.dsMSSQL();
+ this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
+ this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
+ this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
+ this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
+ this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
+ this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
+ this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
+ this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
+ this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
+ this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
+ this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
+ this.boardBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
+ this.dv1 = new System.Windows.Forms.DataGridView();
+ this.dvc_user = new System.Windows.Forms.DataGridViewComboBoxColumn();
+ this.dvc_cate = new System.Windows.Forms.DataGridViewComboBoxColumn();
+ this.sdateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ this.edateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ this.termDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ this.dvc_result = new System.Windows.Forms.DataGridViewComboBoxColumn();
+ this.contents = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ this.cm1 = new System.Windows.Forms.ContextMenuStrip(this.components);
+ this.sendToMailToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
+ this.autoResizeComlumnsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.toolStrip1 = new System.Windows.Forms.ToolStrip();
+ this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
+ this.tbSD = new System.Windows.Forms.ToolStripTextBox();
+ this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
+ this.tbED = new System.Windows.Forms.ToolStripTextBox();
+ this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
+ this.cmbUser = new System.Windows.Forms.ToolStripComboBox();
+ this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
+ this.tam = new FBS0000.dsMSSQLTableAdapters.TableAdapterManager();
+ this.ta = new FBS0000.dsMSSQLTableAdapters.HolydayTableAdapter();
+ ((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit();
+ this.bn.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.dsMSSQL)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.dv1)).BeginInit();
+ this.cm1.SuspendLayout();
+ this.toolStrip1.SuspendLayout();
+ this.SuspendLayout();
+ //
+ // bn
+ //
+ this.bn.AddNewItem = null;
+ this.bn.BindingSource = this.bs;
+ this.bn.CountItem = this.bindingNavigatorCountItem;
+ this.bn.DeleteItem = this.bindingNavigatorDeleteItem;
+ this.bn.Dock = System.Windows.Forms.DockStyle.Bottom;
+ this.bn.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
+ this.bindingNavigatorMoveFirstItem,
+ this.bindingNavigatorMovePreviousItem,
+ this.bindingNavigatorSeparator,
+ this.bindingNavigatorPositionItem,
+ this.bindingNavigatorCountItem,
+ this.bindingNavigatorSeparator1,
+ this.bindingNavigatorMoveNextItem,
+ this.bindingNavigatorMoveLastItem,
+ this.bindingNavigatorSeparator2,
+ this.bindingNavigatorAddNewItem,
+ this.bindingNavigatorDeleteItem,
+ this.boardBindingNavigatorSaveItem});
+ this.bn.Location = new System.Drawing.Point(0, 469);
+ this.bn.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
+ this.bn.MoveLastItem = this.bindingNavigatorMoveLastItem;
+ this.bn.MoveNextItem = this.bindingNavigatorMoveNextItem;
+ this.bn.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
+ this.bn.Name = "bn";
+ this.bn.PositionItem = this.bindingNavigatorPositionItem;
+ this.bn.Size = new System.Drawing.Size(735, 25);
+ this.bn.TabIndex = 0;
+ this.bn.Text = "bindingNavigator1";
+ //
+ // bs
+ //
+ this.bs.DataMember = "Holyday";
+ this.bs.DataSource = this.dsMSSQL;
+ //
+ // dsMSSQL
+ //
+ this.dsMSSQL.DataSetName = "dsMSSQL";
+ this.dsMSSQL.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
+ //
+ // bindingNavigatorCountItem
+ //
+ this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
+ this.bindingNavigatorCountItem.Size = new System.Drawing.Size(27, 22);
+ this.bindingNavigatorCountItem.Text = "/{0}";
+ this.bindingNavigatorCountItem.ToolTipText = "전체 항목 수";
+ //
+ // bindingNavigatorDeleteItem
+ //
+ this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
+ this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
+ this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
+ this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(78, 22);
+ this.bindingNavigatorDeleteItem.Text = "Delete(&D)";
+ //
+ // bindingNavigatorMoveFirstItem
+ //
+ this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
+ this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
+ this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
+ this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
+ this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
+ this.bindingNavigatorMoveFirstItem.Text = "처음으로 이동";
+ //
+ // bindingNavigatorMovePreviousItem
+ //
+ this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
+ this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
+ this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
+ this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
+ this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
+ this.bindingNavigatorMovePreviousItem.Text = "이전으로 이동";
+ //
+ // bindingNavigatorSeparator
+ //
+ this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
+ this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
+ //
+ // bindingNavigatorPositionItem
+ //
+ this.bindingNavigatorPositionItem.AccessibleName = "위치";
+ this.bindingNavigatorPositionItem.AutoSize = false;
+ this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
+ this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
+ this.bindingNavigatorPositionItem.Text = "0";
+ this.bindingNavigatorPositionItem.ToolTipText = "현재 위치";
+ //
+ // bindingNavigatorSeparator1
+ //
+ this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
+ this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
+ //
+ // bindingNavigatorMoveNextItem
+ //
+ this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
+ this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
+ this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
+ this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
+ this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
+ this.bindingNavigatorMoveNextItem.Text = "다음으로 이동";
+ //
+ // bindingNavigatorMoveLastItem
+ //
+ this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
+ this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
+ this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
+ this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
+ this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
+ this.bindingNavigatorMoveLastItem.Text = "마지막으로 이동";
+ //
+ // bindingNavigatorSeparator2
+ //
+ this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
+ this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
+ //
+ // bindingNavigatorAddNewItem
+ //
+ this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
+ this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
+ this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
+ this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(65, 22);
+ this.bindingNavigatorAddNewItem.Text = "Add(&A)";
+ this.bindingNavigatorAddNewItem.Click += new System.EventHandler(this.bindingNavigatorAddNewItem_Click);
+ //
+ // boardBindingNavigatorSaveItem
+ //
+ this.boardBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("boardBindingNavigatorSaveItem.Image")));
+ this.boardBindingNavigatorSaveItem.Name = "boardBindingNavigatorSaveItem";
+ this.boardBindingNavigatorSaveItem.Size = new System.Drawing.Size(67, 22);
+ this.boardBindingNavigatorSaveItem.Text = "Save(&S)";
+ this.boardBindingNavigatorSaveItem.Click += new System.EventHandler(this.boardBindingNavigatorSaveItem_Click);
+ //
+ // dv1
+ //
+ this.dv1.AllowUserToAddRows = false;
+ this.dv1.AllowUserToDeleteRows = false;
+ this.dv1.AutoGenerateColumns = false;
+ this.dv1.ColumnHeadersHeight = 30;
+ this.dv1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
+ this.dv1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
+ this.dvc_user,
+ this.dvc_cate,
+ this.sdateDataGridViewTextBoxColumn,
+ this.edateDataGridViewTextBoxColumn,
+ this.termDataGridViewTextBoxColumn,
+ this.dvc_result,
+ this.contents});
+ this.dv1.ContextMenuStrip = this.cm1;
+ this.dv1.DataSource = this.bs;
+ this.dv1.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.dv1.Location = new System.Drawing.Point(0, 25);
+ this.dv1.Name = "dv1";
+ this.dv1.ReadOnly = true;
+ this.dv1.RowTemplate.Height = 23;
+ this.dv1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
+ this.dv1.Size = new System.Drawing.Size(735, 444);
+ this.dv1.TabIndex = 2;
+ this.dv1.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dv1_DataError);
+ this.dv1.DoubleClick += new System.EventHandler(this.dv1_DoubleClick);
+ //
+ // dvc_user
+ //
+ this.dvc_user.DataPropertyName = "uid";
+ dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
+ this.dvc_user.DefaultCellStyle = dataGridViewCellStyle1;
+ this.dvc_user.HeaderText = "User";
+ this.dvc_user.Name = "dvc_user";
+ this.dvc_user.ReadOnly = true;
+ this.dvc_user.Resizable = System.Windows.Forms.DataGridViewTriState.True;
+ this.dvc_user.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
+ //
+ // dvc_cate
+ //
+ this.dvc_cate.DataPropertyName = "cate";
+ dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
+ this.dvc_cate.DefaultCellStyle = dataGridViewCellStyle2;
+ this.dvc_cate.HeaderText = "Type";
+ this.dvc_cate.Name = "dvc_cate";
+ this.dvc_cate.ReadOnly = true;
+ this.dvc_cate.Resizable = System.Windows.Forms.DataGridViewTriState.True;
+ this.dvc_cate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
+ //
+ // sdateDataGridViewTextBoxColumn
+ //
+ this.sdateDataGridViewTextBoxColumn.DataPropertyName = "sdate";
+ dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
+ this.sdateDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle3;
+ this.sdateDataGridViewTextBoxColumn.HeaderText = "Start";
+ this.sdateDataGridViewTextBoxColumn.Name = "sdateDataGridViewTextBoxColumn";
+ this.sdateDataGridViewTextBoxColumn.ReadOnly = true;
+ //
+ // edateDataGridViewTextBoxColumn
+ //
+ this.edateDataGridViewTextBoxColumn.DataPropertyName = "edate";
+ dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
+ this.edateDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle4;
+ this.edateDataGridViewTextBoxColumn.HeaderText = "End";
+ this.edateDataGridViewTextBoxColumn.Name = "edateDataGridViewTextBoxColumn";
+ this.edateDataGridViewTextBoxColumn.ReadOnly = true;
+ //
+ // termDataGridViewTextBoxColumn
+ //
+ this.termDataGridViewTextBoxColumn.DataPropertyName = "term";
+ dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
+ this.termDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle5;
+ this.termDataGridViewTextBoxColumn.HeaderText = "Term";
+ this.termDataGridViewTextBoxColumn.Name = "termDataGridViewTextBoxColumn";
+ this.termDataGridViewTextBoxColumn.ReadOnly = true;
+ //
+ // dvc_result
+ //
+ this.dvc_result.DataPropertyName = "result";
+ dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
+ this.dvc_result.DefaultCellStyle = dataGridViewCellStyle6;
+ this.dvc_result.HeaderText = "result";
+ this.dvc_result.Name = "dvc_result";
+ this.dvc_result.ReadOnly = true;
+ this.dvc_result.Resizable = System.Windows.Forms.DataGridViewTriState.True;
+ this.dvc_result.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
+ //
+ // contents
+ //
+ this.contents.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
+ this.contents.DataPropertyName = "contents";
+ this.contents.HeaderText = "Remark";
+ this.contents.Name = "contents";
+ this.contents.ReadOnly = true;
+ //
+ // cm1
+ //
+ this.cm1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
+ this.sendToMailToolStripMenuItem,
+ this.toolStripMenuItem1,
+ this.autoResizeComlumnsToolStripMenuItem});
+ this.cm1.Name = "contextMenuStrip1";
+ this.cm1.Size = new System.Drawing.Size(201, 76);
+ //
+ // sendToMailToolStripMenuItem
+ //
+ this.sendToMailToolStripMenuItem.Name = "sendToMailToolStripMenuItem";
+ this.sendToMailToolStripMenuItem.Size = new System.Drawing.Size(200, 22);
+ this.sendToMailToolStripMenuItem.Text = "Mail (Preview)";
+ this.sendToMailToolStripMenuItem.Click += new System.EventHandler(this.sendToMailToolStripMenuItem_Click);
+ //
+ // toolStripMenuItem1
+ //
+ this.toolStripMenuItem1.Name = "toolStripMenuItem1";
+ this.toolStripMenuItem1.Size = new System.Drawing.Size(197, 6);
+ //
+ // autoResizeComlumnsToolStripMenuItem
+ //
+ this.autoResizeComlumnsToolStripMenuItem.Name = "autoResizeComlumnsToolStripMenuItem";
+ this.autoResizeComlumnsToolStripMenuItem.Size = new System.Drawing.Size(200, 22);
+ this.autoResizeComlumnsToolStripMenuItem.Text = "Auto Resize Comlumns";
+ this.autoResizeComlumnsToolStripMenuItem.Click += new System.EventHandler(this.autoResizeComlumnsToolStripMenuItem_Click);
+ //
+ // toolStrip1
+ //
+ this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
+ this.toolStripLabel1,
+ this.tbSD,
+ this.toolStripLabel2,
+ this.tbED,
+ this.toolStripLabel3,
+ this.cmbUser,
+ this.toolStripButton1});
+ this.toolStrip1.Location = new System.Drawing.Point(0, 0);
+ this.toolStrip1.Name = "toolStrip1";
+ this.toolStrip1.Size = new System.Drawing.Size(735, 25);
+ this.toolStrip1.TabIndex = 3;
+ this.toolStrip1.Text = "toolStrip1";
+ //
+ // toolStripLabel1
+ //
+ this.toolStripLabel1.Name = "toolStripLabel1";
+ this.toolStripLabel1.Size = new System.Drawing.Size(34, 22);
+ this.toolStripLabel1.Text = "Term";
+ //
+ // tbSD
+ //
+ this.tbSD.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.tbSD.Name = "tbSD";
+ this.tbSD.Size = new System.Drawing.Size(100, 25);
+ this.tbSD.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center;
+ this.tbSD.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbSD_KeyDown);
+ //
+ // toolStripLabel2
+ //
+ this.toolStripLabel2.Name = "toolStripLabel2";
+ this.toolStripLabel2.Size = new System.Drawing.Size(15, 22);
+ this.toolStripLabel2.Text = "~";
+ //
+ // tbED
+ //
+ this.tbED.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.tbED.Name = "tbED";
+ this.tbED.Size = new System.Drawing.Size(100, 25);
+ this.tbED.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center;
+ this.tbED.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbSD_KeyDown);
+ //
+ // toolStripLabel3
+ //
+ this.toolStripLabel3.Name = "toolStripLabel3";
+ this.toolStripLabel3.Size = new System.Drawing.Size(30, 22);
+ this.toolStripLabel3.Text = "User";
+ //
+ // cmbUser
+ //
+ this.cmbUser.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+ this.cmbUser.Name = "cmbUser";
+ this.cmbUser.Size = new System.Drawing.Size(150, 25);
+ //
+ // toolStripButton1
+ //
+ this.toolStripButton1.Image = global::FBS0000.Properties.Resources.action_refresh;
+ this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
+ this.toolStripButton1.Name = "toolStripButton1";
+ this.toolStripButton1.Size = new System.Drawing.Size(78, 22);
+ this.toolStripButton1.Text = "Search(&R)";
+ this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
+ //
+ // tam
+ //
+ this.tam.BackupDataSetBeforeUpdate = false;
+ this.tam.BoardTableAdapter = null;
+ this.tam.HolydayTableAdapter = this.ta;
+ this.tam.minutesTableAdapter = null;
+ this.tam.UpdateOrder = FBS0000.dsMSSQLTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
+ //
+ // ta
+ //
+ this.ta.ClearBeforeFill = true;
+ //
+ // fHolyday
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.ClientSize = new System.Drawing.Size(735, 494);
+ this.Controls.Add(this.dv1);
+ this.Controls.Add(this.toolStrip1);
+ this.Controls.Add(this.bn);
+ this.Name = "fHolyday";
+ this.Text = "Holiday List";
+ this.Load += new System.EventHandler(this.@__Load);
+ ((System.ComponentModel.ISupportInitialize)(this.bn)).EndInit();
+ this.bn.ResumeLayout(false);
+ this.bn.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.dsMSSQL)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.dv1)).EndInit();
+ this.cm1.ResumeLayout(false);
+ this.toolStrip1.ResumeLayout(false);
+ this.toolStrip1.PerformLayout();
+ this.ResumeLayout(false);
+ this.PerformLayout();
+
+ }
+
+ #endregion
+
+ private dsMSSQL dsMSSQL;
+ private System.Windows.Forms.BindingSource bs;
+ private dsMSSQLTableAdapters.TableAdapterManager tam;
+ private System.Windows.Forms.BindingNavigator bn;
+ private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
+ private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
+ private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
+ private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
+ private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
+ private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
+ private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
+ private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
+ private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
+ private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
+ private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
+ private System.Windows.Forms.ToolStripButton boardBindingNavigatorSaveItem;
+ private System.Windows.Forms.DataGridView dv1;
+ private dsMSSQLTableAdapters.HolydayTableAdapter ta;
+ private System.Windows.Forms.ToolStrip toolStrip1;
+ private System.Windows.Forms.ToolStripLabel toolStripLabel1;
+ private System.Windows.Forms.ToolStripTextBox tbSD;
+ private System.Windows.Forms.ToolStripLabel toolStripLabel2;
+ private System.Windows.Forms.ToolStripTextBox tbED;
+ private System.Windows.Forms.ToolStripButton toolStripButton1;
+ private System.Windows.Forms.ToolStripLabel toolStripLabel3;
+ private System.Windows.Forms.ToolStripComboBox cmbUser;
+ private System.Windows.Forms.ContextMenuStrip cm1;
+ private System.Windows.Forms.ToolStripMenuItem autoResizeComlumnsToolStripMenuItem;
+ private System.Windows.Forms.DataGridViewComboBoxColumn dvc_user;
+ private System.Windows.Forms.DataGridViewComboBoxColumn dvc_cate;
+ private System.Windows.Forms.DataGridViewTextBoxColumn sdateDataGridViewTextBoxColumn;
+ private System.Windows.Forms.DataGridViewTextBoxColumn edateDataGridViewTextBoxColumn;
+ private System.Windows.Forms.DataGridViewTextBoxColumn termDataGridViewTextBoxColumn;
+ private System.Windows.Forms.DataGridViewComboBoxColumn dvc_result;
+ private System.Windows.Forms.DataGridViewTextBoxColumn contents;
+ private System.Windows.Forms.ToolStripMenuItem sendToMailToolStripMenuItem;
+ private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
+ }
+}
\ No newline at end of file
diff --git a/SubProject/FBS0000/Holiday/fHolyday.cs b/SubProject/FBS0000/Holiday/fHolyday.cs
new file mode 100644
index 0000000..db405df
--- /dev/null
+++ b/SubProject/FBS0000/Holiday/fHolyday.cs
@@ -0,0 +1,173 @@
+using System;
+using System.Collections.Generic;
+using System.ComponentModel;
+using System.Data;
+using System.Drawing;
+using System.Linq;
+using System.Text;
+using System.Windows.Forms;
+using NetOffice;
+using Outlook = NetOffice.OutlookApi;
+using NetOffice.OutlookApi.Enums;
+
+namespace FBS0000
+{
+ public partial class fHolyday : FCOMMON.fBase
+ {
+ public fHolyday()
+ {
+ InitializeComponent();
+ this.dsMSSQL.Holyday.TableNewRow += Holyday_TableNewRow;
+ }
+
+ private void __Load(object sender, EventArgs e)
+ {
+ tbSD.Text = DateTime.Now.Year.ToString("0000") + "-01-01";
+ tbED.Text = DateTime.Now.AddDays(10).ToShortDateString();
+
+ var userlist = FCOMMON.DBM.getUserTable();
+ dvc_user.DataSource = userlist;
+ dvc_user.ValueMember = "Key";
+ dvc_user.DisplayMember = "Value";
+
+ var cateList = FCOMMON.DBM.getCodeTable("02");
+ this.dvc_cate.DataSource = cateList;
+ dvc_cate.ValueMember = "Key";
+ dvc_cate.DisplayMember = "Value";
+
+ var rrltList = FCOMMON.DBM.getCodeTable("03");
+ this.dvc_result.DataSource = rrltList;
+ dvc_result.ValueMember = "Key";
+ dvc_result.DisplayMember = "Value";
+
+ //udpate user list
+ var userList = FCOMMON.DBM.getUserList();
+ this.cmbUser.Items.Clear();
+ this.cmbUser.Items.Add("-- ALL --");
+ foreach (var user in userList)
+ this.cmbUser.Items.Add(string.Format("[{0}] {1}",user.Key,user.Value));
+ this.cmbUser.SelectedIndex = 0;
+ RefreshData();
+ }
+
+ void Holyday_TableNewRow(object sender, DataTableNewRowEventArgs e)
+ {
+ e.Row["wuid"] = FCOMMON.info.Login.no;
+ e.Row["uid"] = FCOMMON.info.Login.no;
+ e.Row["wdate"] = DateTime.Now;
+ e.Row["cate"] = "10"; //기본 신청
+ e.Row["sdate"] = DateTime.Now.ToShortDateString();
+ e.Row["edate"] = DateTime.Now.ToShortDateString();
+ e.Row["term"] = 1.0f;
+ e.Row["Result"] = "00";
+ }
+
+
+ void RefreshData()
+ {
+ //update data
+ string uid = "%";
+ if (cmbUser.SelectedIndex > 0)
+ {
+ uid = cmbUser.Text.Split('|')[0];
+ }
+ this.ta.Fill(this.dsMSSQL.Holyday, tbSD.Text, tbED.Text, uid);
+ }
+ private void boardBindingNavigatorSaveItem_Click(object sender, EventArgs e)
+ {
+ this.Validate();
+ this.bs.EndEdit();
+ var dlg = FCOMMON.Util.MsgQ("변경된 내용을 저장하시겠습니까?");
+ if (dlg != System.Windows.Forms.DialogResult.Yes) return;
+ try
+ {
+ this.tam.UpdateAll(this.dsMSSQL);
+ } catch (Exception ex)
+ {
+ FCOMMON.Util.MsgE(ex.Message);
+ }
+
+
+ }
+
+ private void bindingNavigatorAddNewItem_Click(object sender, EventArgs e)
+ {
+ var newdr = this.dsMSSQL.Holyday.NewHolydayRow();
+ var f = new fHolyday_Add(newdr);
+ if (f.ShowDialog() != System.Windows.Forms.DialogResult.OK)
+ {
+ newdr.Delete();
+ }
+ else
+ {
+ newdr.EndEdit();
+ this.dsMSSQL.Holyday.AddHolydayRow(newdr);
+ }
+ }
+
+ private void autoResizeComlumnsToolStripMenuItem_Click(object sender, EventArgs e)
+ {
+ dv1.AutoResizeColumns();
+ }
+
+ private void dv1_DataError(object sender, DataGridViewDataErrorEventArgs e)
+ {
+
+ }
+
+ private void dv1_DoubleClick(object sender, EventArgs e)
+ {
+ var drv = this.bs.Current as DataRowView;
+ if (drv == null) return;
+ var dr = drv.Row as dsMSSQL.HolydayRow;
+ var f = new fHolyday_Add(dr);
+ if(f.ShowDialog() != System.Windows.Forms.DialogResult.OK)
+ {
+ dr.RejectChanges();
+ }
+ }
+
+ private void toolStripButton1_Click(object sender, EventArgs e)
+ {
+ RefreshData();
+ }
+
+ private void tbSD_KeyDown(object sender, KeyEventArgs e)
+ {
+ var tb = sender as ToolStripTextBox;
+ if(e.KeyCode == Keys.Enter)
+ {
+ string datestring ;
+ if(FCOMMON.Util.MakeDateString(tb.Text,out datestring))
+ {
+ tb.Text = datestring;
+ SendKeys.Send("{TAB}");
+ }
+ }
+ }
+
+ private void sendToMailToolStripMenuItem_Click(object sender, EventArgs e)
+ {
+ var drv = this.bs.Current as DataRowView;
+ if (drv == null) return;
+ var dr = drv.Row as dsMSSQL.HolydayRow;
+
+ //string to = dr.tolist;
+ //string body = "test 2sfdnice to meet";
+ //string bcc = string.Empty;
+ //string cc = string.Empty;
+ //string subject = "etst mail";
+
+ Outlook.Application outlookApplication = new Outlook.Application();
+ Outlook.MailItem newTask = outlookApplication.CreateItem(OlItemType.olMailItem) as Outlook.MailItem;
+ newTask.Subject="mail test";
+ newTask.To = "Chikyun.Kim@amkor.co.kr";
+ newTask.HTMLBody = "this is test mail";
+ newTask.BodyFormat = OlBodyFormat.olFormatHTML;
+ newTask.Display();
+
+ //FCOMMON.Util.RunDefaultMail(to, subject, body, cc, bcc);
+ }
+
+ }
+}
diff --git a/SubProject/FBS0000/Holiday/fHolyday.resx b/SubProject/FBS0000/Holiday/fHolyday.resx
new file mode 100644
index 0000000..321d540
--- /dev/null
+++ b/SubProject/FBS0000/Holiday/fHolyday.resx
@@ -0,0 +1,219 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 259, 17
+
+
+ 122, 17
+
+
+ 17, 17
+
+
+
+
+ iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+ wwAADsMBx2+oZAAAAW9JREFUOE+1kE0ow2Ecx3dV3krt4oJaOSCTvIRkMqSxyITIzCQHDouEdnFwIOVC
+ DrhIDiQl5UTiNG/z2ppafy1S2gX/uDwfY6i1v7Hie3nqeb7fz+/7/FR/Ilwn0G0Exw4fV5GJlXlEZxXC
+ rIet9bAQvB5Ymgn2sLYAvSZEux7RUQFzE4qQt4bCXAYjPaHvnDoCkLpsRGMB2JqCTGLIijDlwqQ9bEMV
+ i9OIytR3EMNWcJ/BWH8A6j8/bOGFxwXNxYEvGbMQ9XnQ1/K78KfY3/VXzkMY0qFGG2H4RoLGQshJQNbG
+ 86CNhdrsX9a/uQZTPhQl4rMY4OLofbl3aX7I8uwPC7y/g1YdjyVJuEvT8e1tfwUYteHUxCCfHChDeHmG
+ QQvokjlOU+PbWA0x3pZnILVVI3uvQyHsbiLnqnGmRCF1NYD8pDhpRxOH7HQoAKZGkFKjceszQbpSrumX
+ bO+G80MFwKUTxgfgcO/b8D9IpXoFiiMDHIQm0skAAAAASUVORK5CYII=
+
+
+
+
+ iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+ wwAADsMBx2+oZAAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77
+ wf/ghmu4DciY8vT/wn0fsCqK73n4f+n+///9qy/gNiCh58n/aVveYyiKaL8P1pw56/9/r9ITuA2I7Hr0
+ v3f1BxRFoa33wJpb1wFt7/z73yX/AG4DApsf/q+b/w6uKLjl7v9Fe///7wBqzpjz879d3c//9hnbcRvg
+ UXX/f/60NyiK7Ipv/0+f8/u/f9e3/zqF7/5bJKzHbYB96d3/2ZNfYyjSTzn/36ToxX+VrE//jSOX4TbA
+ Iu/O/9T+11gVGSSd+C+b9vW/bvA83AYYZt3+H9byEqci/dTL/zV8p+E2QCftxn+/6od4Fal4TMBtgFPu
+ lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII=
+
+
+
+
+ iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+ wwAADsMBx2+oZAAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w
+ 5sxZ//97lZ4gzYDQ1ntgza3rgLZ3/v3vkn+AeAOCW+7+X7T3//8OoOaMOT//29X9/G+fsZ00F9gV3/6f
+ Puf3f/+ub/91Ct/9t0hYT3oY6Kec/29S9OK/Stan/8aRy0g3AAQMkk78l037+l83eB55BoCAfurl/xq+
+ 08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC
+
+
+
+
+ iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+ wwAADsMBx2+oZAAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78
+ n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI
+ N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f
+ oAc0QjgAAAAASUVORK5CYII=
+
+
+
+
+ iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+ wwAADsMBx2+oZAAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+//
+ h7c/wG1AxpSn/+ft//0/oesOhiKQ3MJ9H/4HN1zDbUBCz5P/s/f9+t+59e9/t9LLKApBctO2vP/vX30B
+ twGRXY/+T9n263/J0r//E6b//W+TexauGCTXu/rDf6/SE7gNCGx++L917XuwZuOSL/+lo6/9N45cBtYA
+ kqub/+6/S/4B3AZ4VN3/XzL3HVyzoksPXDFILn/am//2GdtxG2Bfevd/YMszDM0gAJLLnvz6v0XCetwG
+ WOTd+W9TcAVDMwiA5FL7X8O9hBUYZt3GqhkEQHJhLS//6wbPw22ATtoNnJIgOb/qh/81fKfhNgAfcMq9
+ 8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg==
+
+
+
+
+ iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+ wwAADsMBx2+oZAAAAUpJREFUOE9jGLzg7gL2/7fmcf6/Oofr/8UZvP+hwsSD60CNfx41/v/zsOH/yckC
+ pBtwfjov3ICDPSKkG3B8kiBQc93/Pw+q/u9oFydswKWZPP/PTuX7fxKo8Ui/0P993SJAzeX//94r+r++
+ Qeb/qhq5/0srFf/PL1X+P6tIFdPAU0B//nlYD9RUC8SV///cKwHivP9/72b+/3sn+f/f23H//92MAOKQ
+ /5NyNDENONQrDHbu3/ulQI0FQI3ZQI2pQI0J///digZqDPv/70bQ/3/X/f53peliGrCzXeL/lmap/+vA
+ zpX/v6RC8f/fWzFAjeH/p+Zp/J+QpfW/O0P3f3uq/v/mREPCYTIb6E+Qc//dCPjfk6FDWAM6APnz3w1/
+ IPb735qsT7oB3em6YP+CcH2cEekGtCQZ/G+IN/xfE2v8vzLahHQD6AQYGAAkI9iedfyIaQAAAABJRU5E
+ rkJggg==
+
+
+
+
+ iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+ wwAADsMBx2+oZAAAAExJREFUOE9joAr49u3bf1IxVCsEgAWC58Dxh/cf4RhZDETHTNiHaQgpBoAwzBCo
+ dtINAGGiDUDGyGpoawAxeNSAQWkAORiqnRLAwAAA9EMMU8Daa3MAAAAASUVORK5CYII=
+
+
+
+ True
+
+
+ True
+
+
+ 493, 17
+
+
+ 387, 17
+
+
+ 186, 17
+
+
+ 325, 17
+
+
\ No newline at end of file
diff --git a/SubProject/FBS0000/Holiday/fHolyday_Add.Designer.cs b/SubProject/FBS0000/Holiday/fHolyday_Add.Designer.cs
new file mode 100644
index 0000000..57fc80e
--- /dev/null
+++ b/SubProject/FBS0000/Holiday/fHolyday_Add.Designer.cs
@@ -0,0 +1,324 @@
+namespace FBS0000
+{
+ partial class fHolyday_Add
+ {
+ ///
+ /// Required designer variable.
+ ///
+ private System.ComponentModel.IContainer components = null;
+
+ ///
+ /// Clean up any resources being used.
+ ///
+ /// true if managed resources should be disposed; otherwise, false.
+ protected override void Dispose(bool disposing)
+ {
+ if (disposing && (components != null))
+ {
+ components.Dispose();
+ }
+ base.Dispose(disposing);
+ }
+
+ #region Windows Form Designer generated code
+
+ ///
+ /// Required method for Designer support - do not modify
+ /// the contents of this method with the code editor.
+ ///
+ private void InitializeComponent()
+ {
+ this.components = new System.ComponentModel.Container();
+ System.Windows.Forms.Label cateLabel;
+ System.Windows.Forms.Label resutLabel;
+ System.Windows.Forms.Label sdateLabel;
+ System.Windows.Forms.Label edateLabel;
+ System.Windows.Forms.Label contentsLabel;
+ System.Windows.Forms.Label uidLabel;
+ System.Windows.Forms.Label tolistLabel;
+ this.dsMSSQL = new FBS0000.dsMSSQL();
+ this.bs = new System.Windows.Forms.BindingSource(this.components);
+ this.ta = new FBS0000.dsMSSQLTableAdapters.HolydayTableAdapter();
+ this.tam = new FBS0000.dsMSSQLTableAdapters.TableAdapterManager();
+ this.contentsTextBox = new System.Windows.Forms.TextBox();
+ this.tolistTextBox = new System.Windows.Forms.TextBox();
+ this.mailCheckBox = new System.Windows.Forms.CheckBox();
+ this.reasonTextBox = new System.Windows.Forms.TextBox();
+ this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
+ this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
+ this.label1 = new System.Windows.Forms.Label();
+ this.cmbCate = new System.Windows.Forms.ComboBox();
+ this.cmbUser = new System.Windows.Forms.ComboBox();
+ this.cmbRlt = new System.Windows.Forms.ComboBox();
+ this.btOK = new System.Windows.Forms.Button();
+ cateLabel = new System.Windows.Forms.Label();
+ resutLabel = new System.Windows.Forms.Label();
+ sdateLabel = new System.Windows.Forms.Label();
+ edateLabel = new System.Windows.Forms.Label();
+ contentsLabel = new System.Windows.Forms.Label();
+ uidLabel = new System.Windows.Forms.Label();
+ tolistLabel = new System.Windows.Forms.Label();
+ ((System.ComponentModel.ISupportInitialize)(this.dsMSSQL)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
+ this.SuspendLayout();
+ //
+ // cateLabel
+ //
+ cateLabel.AutoSize = true;
+ cateLabel.Location = new System.Drawing.Point(12, 73);
+ cateLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ cateLabel.Name = "cateLabel";
+ cateLabel.Size = new System.Drawing.Size(72, 19);
+ cateLabel.TabIndex = 4;
+ cateLabel.Text = "Category";
+ //
+ // resutLabel
+ //
+ resutLabel.AutoSize = true;
+ resutLabel.Location = new System.Drawing.Point(372, 9);
+ resutLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ resutLabel.Name = "resutLabel";
+ resutLabel.Size = new System.Drawing.Size(54, 19);
+ resutLabel.TabIndex = 6;
+ resutLabel.Text = "Resut:";
+ //
+ // sdateLabel
+ //
+ sdateLabel.AutoSize = true;
+ sdateLabel.Location = new System.Drawing.Point(42, 107);
+ sdateLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ sdateLabel.Name = "sdateLabel";
+ sdateLabel.Size = new System.Drawing.Size(42, 19);
+ sdateLabel.TabIndex = 8;
+ sdateLabel.Text = "Start";
+ //
+ // edateLabel
+ //
+ edateLabel.AutoSize = true;
+ edateLabel.Location = new System.Drawing.Point(48, 140);
+ edateLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ edateLabel.Name = "edateLabel";
+ edateLabel.Size = new System.Drawing.Size(36, 19);
+ edateLabel.TabIndex = 10;
+ edateLabel.Text = "End";
+ //
+ // contentsLabel
+ //
+ contentsLabel.AutoSize = true;
+ contentsLabel.Location = new System.Drawing.Point(21, 173);
+ contentsLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ contentsLabel.Name = "contentsLabel";
+ contentsLabel.Size = new System.Drawing.Size(63, 19);
+ contentsLabel.TabIndex = 16;
+ contentsLabel.Text = "Remark";
+ //
+ // uidLabel
+ //
+ uidLabel.AutoSize = true;
+ uidLabel.Location = new System.Drawing.Point(43, 41);
+ uidLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ uidLabel.Name = "uidLabel";
+ uidLabel.Size = new System.Drawing.Size(41, 19);
+ uidLabel.TabIndex = 18;
+ uidLabel.Text = "User";
+ //
+ // tolistLabel
+ //
+ tolistLabel.AutoSize = true;
+ tolistLabel.Location = new System.Drawing.Point(18, 364);
+ tolistLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ tolistLabel.Name = "tolistLabel";
+ tolistLabel.Size = new System.Drawing.Size(66, 19);
+ tolistLabel.TabIndex = 20;
+ tolistLabel.Text = "Mail List";
+ //
+ // dsMSSQL
+ //
+ this.dsMSSQL.DataSetName = "dsMSSQL";
+ this.dsMSSQL.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
+ //
+ // bs
+ //
+ this.bs.DataMember = "Holyday";
+ this.bs.DataSource = this.dsMSSQL;
+ //
+ // ta
+ //
+ this.ta.ClearBeforeFill = true;
+ //
+ // tam
+ //
+ this.tam.BackupDataSetBeforeUpdate = false;
+ this.tam.BoardTableAdapter = null;
+ this.tam.HolydayTableAdapter = this.ta;
+ this.tam.minutesTableAdapter = null;
+ this.tam.UpdateOrder = FBS0000.dsMSSQLTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
+ //
+ // contentsTextBox
+ //
+ this.contentsTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "contents", true));
+ this.contentsTextBox.Location = new System.Drawing.Point(91, 170);
+ this.contentsTextBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
+ this.contentsTextBox.Multiline = true;
+ this.contentsTextBox.Name = "contentsTextBox";
+ this.contentsTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
+ this.contentsTextBox.Size = new System.Drawing.Size(277, 145);
+ this.contentsTextBox.TabIndex = 17;
+ //
+ // tolistTextBox
+ //
+ this.tolistTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "tolist", true));
+ this.tolistTextBox.Location = new System.Drawing.Point(91, 360);
+ this.tolistTextBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
+ this.tolistTextBox.Name = "tolistTextBox";
+ this.tolistTextBox.Size = new System.Drawing.Size(256, 27);
+ this.tolistTextBox.TabIndex = 21;
+ //
+ // mailCheckBox
+ //
+ this.mailCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.bs, "mail", true));
+ this.mailCheckBox.Location = new System.Drawing.Point(91, 324);
+ this.mailCheckBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
+ this.mailCheckBox.Name = "mailCheckBox";
+ this.mailCheckBox.Size = new System.Drawing.Size(257, 38);
+ this.mailCheckBox.TabIndex = 23;
+ this.mailCheckBox.Text = "Send Mail";
+ this.mailCheckBox.UseVisualStyleBackColor = true;
+ //
+ // reasonTextBox
+ //
+ this.reasonTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "reason", true));
+ this.reasonTextBox.Location = new System.Drawing.Point(375, 69);
+ this.reasonTextBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
+ this.reasonTextBox.Multiline = true;
+ this.reasonTextBox.Name = "reasonTextBox";
+ this.reasonTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
+ this.reasonTextBox.Size = new System.Drawing.Size(279, 318);
+ this.reasonTextBox.TabIndex = 27;
+ //
+ // dateTimePicker1
+ //
+ this.dateTimePicker1.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bs, "sdate", true));
+ this.dateTimePicker1.Location = new System.Drawing.Point(91, 102);
+ this.dateTimePicker1.Name = "dateTimePicker1";
+ this.dateTimePicker1.Size = new System.Drawing.Size(222, 27);
+ this.dateTimePicker1.TabIndex = 28;
+ this.dateTimePicker1.ValueChanged += new System.EventHandler(this.dateTimePicker1_ValueChanged);
+ //
+ // dateTimePicker2
+ //
+ this.dateTimePicker2.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bs, "edate", true));
+ this.dateTimePicker2.Location = new System.Drawing.Point(91, 135);
+ this.dateTimePicker2.Name = "dateTimePicker2";
+ this.dateTimePicker2.Size = new System.Drawing.Size(222, 27);
+ this.dateTimePicker2.TabIndex = 29;
+ this.dateTimePicker2.ValueChanged += new System.EventHandler(this.dateTimePicker2_ValueChanged);
+ //
+ // label1
+ //
+ this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.label1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "term", true));
+ this.label1.Location = new System.Drawing.Point(319, 102);
+ this.label1.Name = "label1";
+ this.label1.Size = new System.Drawing.Size(49, 60);
+ this.label1.TabIndex = 30;
+ this.label1.Text = "0";
+ this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+ //
+ // cmbCate
+ //
+ this.cmbCate.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.bs, "cate", true));
+ this.cmbCate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+ this.cmbCate.FormattingEnabled = true;
+ this.cmbCate.Location = new System.Drawing.Point(91, 69);
+ this.cmbCate.Name = "cmbCate";
+ this.cmbCate.Size = new System.Drawing.Size(277, 27);
+ this.cmbCate.TabIndex = 32;
+ //
+ // cmbUser
+ //
+ this.cmbUser.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.bs, "uid", true));
+ this.cmbUser.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+ this.cmbUser.FormattingEnabled = true;
+ this.cmbUser.Location = new System.Drawing.Point(91, 37);
+ this.cmbUser.Name = "cmbUser";
+ this.cmbUser.Size = new System.Drawing.Size(277, 27);
+ this.cmbUser.TabIndex = 33;
+ //
+ // cmbRlt
+ //
+ this.cmbRlt.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.bs, "result", true));
+ this.cmbRlt.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+ this.cmbRlt.FormattingEnabled = true;
+ this.cmbRlt.Location = new System.Drawing.Point(376, 37);
+ this.cmbRlt.Name = "cmbRlt";
+ this.cmbRlt.Size = new System.Drawing.Size(278, 27);
+ this.cmbRlt.TabIndex = 34;
+ //
+ // btOK
+ //
+ this.btOK.Location = new System.Drawing.Point(91, 399);
+ this.btOK.Name = "btOK";
+ this.btOK.Size = new System.Drawing.Size(563, 38);
+ this.btOK.TabIndex = 35;
+ this.btOK.Text = "OK";
+ this.btOK.UseVisualStyleBackColor = true;
+ this.btOK.Click += new System.EventHandler(this.btOK_Click);
+ //
+ // fHolyday_Add
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 19F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.ClientSize = new System.Drawing.Size(668, 449);
+ this.Controls.Add(this.btOK);
+ this.Controls.Add(this.cmbRlt);
+ this.Controls.Add(this.cmbUser);
+ this.Controls.Add(this.cmbCate);
+ this.Controls.Add(this.label1);
+ this.Controls.Add(this.dateTimePicker2);
+ this.Controls.Add(this.dateTimePicker1);
+ this.Controls.Add(cateLabel);
+ this.Controls.Add(resutLabel);
+ this.Controls.Add(sdateLabel);
+ this.Controls.Add(edateLabel);
+ this.Controls.Add(contentsLabel);
+ this.Controls.Add(this.contentsTextBox);
+ this.Controls.Add(uidLabel);
+ this.Controls.Add(tolistLabel);
+ this.Controls.Add(this.tolistTextBox);
+ this.Controls.Add(this.mailCheckBox);
+ this.Controls.Add(this.reasonTextBox);
+ this.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
+ this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
+ this.MaximizeBox = false;
+ this.MinimizeBox = false;
+ this.Name = "fHolyday_Add";
+ this.Text = "fHolyday_Add";
+ this.Load += new System.EventHandler(this.@__Load);
+ ((System.ComponentModel.ISupportInitialize)(this.dsMSSQL)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit();
+ this.ResumeLayout(false);
+ this.PerformLayout();
+
+ }
+
+ #endregion
+
+ private dsMSSQL dsMSSQL;
+ private System.Windows.Forms.BindingSource bs;
+ private dsMSSQLTableAdapters.HolydayTableAdapter ta;
+ private dsMSSQLTableAdapters.TableAdapterManager tam;
+ private System.Windows.Forms.TextBox contentsTextBox;
+ private System.Windows.Forms.TextBox tolistTextBox;
+ private System.Windows.Forms.CheckBox mailCheckBox;
+ private System.Windows.Forms.TextBox reasonTextBox;
+ private System.Windows.Forms.DateTimePicker dateTimePicker1;
+ private System.Windows.Forms.DateTimePicker dateTimePicker2;
+ private System.Windows.Forms.Label label1;
+ private System.Windows.Forms.ComboBox cmbCate;
+ private System.Windows.Forms.ComboBox cmbUser;
+ private System.Windows.Forms.ComboBox cmbRlt;
+ private System.Windows.Forms.Button btOK;
+ }
+}
\ No newline at end of file
diff --git a/SubProject/FBS0000/Holiday/fHolyday_Add.cs b/SubProject/FBS0000/Holiday/fHolyday_Add.cs
new file mode 100644
index 0000000..7b97965
--- /dev/null
+++ b/SubProject/FBS0000/Holiday/fHolyday_Add.cs
@@ -0,0 +1,76 @@
+using System;
+using System.Collections.Generic;
+using System.ComponentModel;
+using System.Data;
+using System.Drawing;
+using System.Linq;
+using System.Text;
+using System.Windows.Forms;
+
+namespace FBS0000
+{
+ public partial class fHolyday_Add : FCOMMON.fBase
+ {
+ Boolean bInit = false;
+ dsMSSQL.HolydayRow dr;
+ public fHolyday_Add(dsMSSQL.HolydayRow dr_)
+ {
+ InitializeComponent();
+ dr = dr_;
+ this.cmbCate.DataSource = FCOMMON.DBM.getCodeTable("02"); ;
+ this.cmbCate.DisplayMember = "KeyValue";
+ this.cmbCate.ValueMember = "Key";
+
+ this.cmbRlt.DataSource = FCOMMON.DBM.getCodeTable("03"); ;
+ this.cmbRlt.DisplayMember = "KeyValue";
+ this.cmbRlt.ValueMember = "Key";
+
+ this.cmbUser.DataSource = FCOMMON.DBM.getUserTable(); ;
+ this.cmbUser.DisplayMember = "KeyValue";
+ this.cmbUser.ValueMember = "Key";
+
+ this.bs.DataSource = dr;
+ }
+
+
+ private void __Load(object sender, EventArgs e)
+ {
+ bInit = true;
+ }
+
+ private void btOK_Click(object sender, EventArgs e)
+ {
+ this.Invalidate();
+ this.bs.EndEdit();
+ if(dr.cate.CompareTo("20") >= 0)
+ {
+ dr.term *= -1;
+ dr.EndEdit();
+ }
+ DialogResult = System.Windows.Forms.DialogResult.OK;
+ }
+
+ private void dateTimePicker1_ValueChanged(object sender, EventArgs e)
+ {
+ if (!bInit) return;
+ if(dateTimePicker1.Value > this.dateTimePicker2.Value)
+ this.dateTimePicker2.Value = dateTimePicker1.Value;
+ RefreshTerm();
+
+
+ }
+
+ void RefreshTerm()
+ {
+ var ts = dateTimePicker2.Value - dateTimePicker1.Value;
+ var days = Math.Ceiling(ts.TotalDays) + 1;
+ this.label1.Text = days.ToString();
+ this.dr.term = days;
+ }
+ private void dateTimePicker2_ValueChanged(object sender, EventArgs e)
+ {
+ if (!bInit) return;
+ RefreshTerm();
+ }
+ }
+}
diff --git a/SubProject/FBS0000/Holiday/fHolyday_Add.resx b/SubProject/FBS0000/Holiday/fHolyday_Add.resx
new file mode 100644
index 0000000..7115610
--- /dev/null
+++ b/SubProject/FBS0000/Holiday/fHolyday_Add.resx
@@ -0,0 +1,153 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ 17, 17
+
+
+ 122, 17
+
+
+ 186, 17
+
+
+ 248, 17
+
+
\ No newline at end of file
diff --git a/SubProject/FBS0000/Resources/action_refresh.gif b/SubProject/FBS0000/Resources/action_refresh.gif
new file mode 100644
index 0000000..8268958
Binary files /dev/null and b/SubProject/FBS0000/Resources/action_refresh.gif differ
diff --git a/SubProject/FBS0000/dsMSSQL.Designer.cs b/SubProject/FBS0000/dsMSSQL.Designer.cs
new file mode 100644
index 0000000..44779bb
--- /dev/null
+++ b/SubProject/FBS0000/dsMSSQL.Designer.cs
@@ -0,0 +1,5279 @@
+//------------------------------------------------------------------------------
+//
+// 이 코드는 도구를 사용하여 생성되었습니다.
+// 런타임 버전:4.0.30319.42000
+//
+// 파일 내용을 변경하면 잘못된 동작이 발생할 수 있으며, 코드를 다시 생성하면
+// 이러한 변경 내용이 손실됩니다.
+//
+//------------------------------------------------------------------------------
+
+#pragma warning disable 1591
+
+namespace FBS0000 {
+
+
+ ///
+ ///Represents a strongly typed in-memory cache of data.
+ ///
+ [global::System.Serializable()]
+ [global::System.ComponentModel.DesignerCategoryAttribute("code")]
+ [global::System.ComponentModel.ToolboxItem(true)]
+ [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedDataSetSchema")]
+ [global::System.Xml.Serialization.XmlRootAttribute("dsMSSQL")]
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.DataSet")]
+ public partial class dsMSSQL : global::System.Data.DataSet {
+
+ private minutesDataTable tableminutes;
+
+ private BoardDataTable tableBoard;
+
+ private HolydayDataTable tableHolyday;
+
+ private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public dsMSSQL() {
+ this.BeginInit();
+ this.InitClass();
+ global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
+ base.Tables.CollectionChanged += schemaChangedHandler;
+ base.Relations.CollectionChanged += schemaChangedHandler;
+ this.EndInit();
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ protected dsMSSQL(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
+ base(info, context, false) {
+ if ((this.IsBinarySerialized(info, context) == true)) {
+ this.InitVars(false);
+ global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler1 = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
+ this.Tables.CollectionChanged += schemaChangedHandler1;
+ this.Relations.CollectionChanged += schemaChangedHandler1;
+ return;
+ }
+ string strSchema = ((string)(info.GetValue("XmlSchema", typeof(string))));
+ if ((this.DetermineSchemaSerializationMode(info, context) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
+ global::System.Data.DataSet ds = new global::System.Data.DataSet();
+ ds.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
+ if ((ds.Tables["minutes"] != null)) {
+ base.Tables.Add(new minutesDataTable(ds.Tables["minutes"]));
+ }
+ if ((ds.Tables["Board"] != null)) {
+ base.Tables.Add(new BoardDataTable(ds.Tables["Board"]));
+ }
+ if ((ds.Tables["Holyday"] != null)) {
+ base.Tables.Add(new HolydayDataTable(ds.Tables["Holyday"]));
+ }
+ this.DataSetName = ds.DataSetName;
+ this.Prefix = ds.Prefix;
+ this.Namespace = ds.Namespace;
+ this.Locale = ds.Locale;
+ this.CaseSensitive = ds.CaseSensitive;
+ this.EnforceConstraints = ds.EnforceConstraints;
+ this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add);
+ this.InitVars();
+ }
+ else {
+ this.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
+ }
+ this.GetSerializationData(info, context);
+ global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
+ base.Tables.CollectionChanged += schemaChangedHandler;
+ this.Relations.CollectionChanged += schemaChangedHandler;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ [global::System.ComponentModel.Browsable(false)]
+ [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
+ public minutesDataTable minutes {
+ get {
+ return this.tableminutes;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ [global::System.ComponentModel.Browsable(false)]
+ [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
+ public BoardDataTable Board {
+ get {
+ return this.tableBoard;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ [global::System.ComponentModel.Browsable(false)]
+ [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
+ public HolydayDataTable Holyday {
+ get {
+ return this.tableHolyday;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ [global::System.ComponentModel.BrowsableAttribute(true)]
+ [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Visible)]
+ public override global::System.Data.SchemaSerializationMode SchemaSerializationMode {
+ get {
+ return this._schemaSerializationMode;
+ }
+ set {
+ this._schemaSerializationMode = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
+ public new global::System.Data.DataTableCollection Tables {
+ get {
+ return base.Tables;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
+ public new global::System.Data.DataRelationCollection Relations {
+ get {
+ return base.Relations;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ protected override void InitializeDerivedDataSet() {
+ this.BeginInit();
+ this.InitClass();
+ this.EndInit();
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public override global::System.Data.DataSet Clone() {
+ dsMSSQL cln = ((dsMSSQL)(base.Clone()));
+ cln.InitVars();
+ cln.SchemaSerializationMode = this.SchemaSerializationMode;
+ return cln;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ protected override bool ShouldSerializeTables() {
+ return false;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ protected override bool ShouldSerializeRelations() {
+ return false;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ protected override void ReadXmlSerializable(global::System.Xml.XmlReader reader) {
+ if ((this.DetermineSchemaSerializationMode(reader) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
+ this.Reset();
+ global::System.Data.DataSet ds = new global::System.Data.DataSet();
+ ds.ReadXml(reader);
+ if ((ds.Tables["minutes"] != null)) {
+ base.Tables.Add(new minutesDataTable(ds.Tables["minutes"]));
+ }
+ if ((ds.Tables["Board"] != null)) {
+ base.Tables.Add(new BoardDataTable(ds.Tables["Board"]));
+ }
+ if ((ds.Tables["Holyday"] != null)) {
+ base.Tables.Add(new HolydayDataTable(ds.Tables["Holyday"]));
+ }
+ this.DataSetName = ds.DataSetName;
+ this.Prefix = ds.Prefix;
+ this.Namespace = ds.Namespace;
+ this.Locale = ds.Locale;
+ this.CaseSensitive = ds.CaseSensitive;
+ this.EnforceConstraints = ds.EnforceConstraints;
+ this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add);
+ this.InitVars();
+ }
+ else {
+ this.ReadXml(reader);
+ this.InitVars();
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ protected override global::System.Xml.Schema.XmlSchema GetSchemaSerializable() {
+ global::System.IO.MemoryStream stream = new global::System.IO.MemoryStream();
+ this.WriteXmlSchema(new global::System.Xml.XmlTextWriter(stream, null));
+ stream.Position = 0;
+ return global::System.Xml.Schema.XmlSchema.Read(new global::System.Xml.XmlTextReader(stream), null);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ internal void InitVars() {
+ this.InitVars(true);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ internal void InitVars(bool initTable) {
+ this.tableminutes = ((minutesDataTable)(base.Tables["minutes"]));
+ if ((initTable == true)) {
+ if ((this.tableminutes != null)) {
+ this.tableminutes.InitVars();
+ }
+ }
+ this.tableBoard = ((BoardDataTable)(base.Tables["Board"]));
+ if ((initTable == true)) {
+ if ((this.tableBoard != null)) {
+ this.tableBoard.InitVars();
+ }
+ }
+ this.tableHolyday = ((HolydayDataTable)(base.Tables["Holyday"]));
+ if ((initTable == true)) {
+ if ((this.tableHolyday != null)) {
+ this.tableHolyday.InitVars();
+ }
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ private void InitClass() {
+ this.DataSetName = "dsMSSQL";
+ this.Prefix = "";
+ this.Namespace = "http://tempuri.org/dsMSSQL.xsd";
+ this.EnforceConstraints = true;
+ this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
+ this.tableminutes = new minutesDataTable();
+ base.Tables.Add(this.tableminutes);
+ this.tableBoard = new BoardDataTable();
+ base.Tables.Add(this.tableBoard);
+ this.tableHolyday = new HolydayDataTable();
+ base.Tables.Add(this.tableHolyday);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ private bool ShouldSerializeminutes() {
+ return false;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ private bool ShouldSerializeBoard() {
+ return false;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ private bool ShouldSerializeHolyday() {
+ return false;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ private void SchemaChanged(object sender, global::System.ComponentModel.CollectionChangeEventArgs e) {
+ if ((e.Action == global::System.ComponentModel.CollectionChangeAction.Remove)) {
+ this.InitVars();
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
+ dsMSSQL ds = new dsMSSQL();
+ global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
+ global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
+ global::System.Xml.Schema.XmlSchemaAny any = new global::System.Xml.Schema.XmlSchemaAny();
+ any.Namespace = ds.Namespace;
+ sequence.Items.Add(any);
+ type.Particle = sequence;
+ global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
+ if (xs.Contains(dsSchema.TargetNamespace)) {
+ global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
+ global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
+ try {
+ global::System.Xml.Schema.XmlSchema schema = null;
+ dsSchema.Write(s1);
+ for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
+ schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
+ s2.SetLength(0);
+ schema.Write(s2);
+ if ((s1.Length == s2.Length)) {
+ s1.Position = 0;
+ s2.Position = 0;
+ for (; ((s1.Position != s1.Length)
+ && (s1.ReadByte() == s2.ReadByte())); ) {
+ ;
+ }
+ if ((s1.Position == s1.Length)) {
+ return type;
+ }
+ }
+ }
+ }
+ finally {
+ if ((s1 != null)) {
+ s1.Close();
+ }
+ if ((s2 != null)) {
+ s2.Close();
+ }
+ }
+ }
+ xs.Add(dsSchema);
+ return type;
+ }
+
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public delegate void minutesRowChangeEventHandler(object sender, minutesRowChangeEvent e);
+
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public delegate void BoardRowChangeEventHandler(object sender, BoardRowChangeEvent e);
+
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public delegate void HolydayRowChangeEventHandler(object sender, HolydayRowChangeEvent e);
+
+ ///
+ ///Represents the strongly named DataTable class.
+ ///
+ [global::System.Serializable()]
+ [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
+ public partial class minutesDataTable : global::System.Data.TypedTableBase {
+
+ private global::System.Data.DataColumn columnidx;
+
+ private global::System.Data.DataColumn columnstime;
+
+ private global::System.Data.DataColumn columnetime;
+
+ private global::System.Data.DataColumn columntitle;
+
+ private global::System.Data.DataColumn columnplace;
+
+ private global::System.Data.DataColumn columncontents;
+
+ private global::System.Data.DataColumn columnproject;
+
+ private global::System.Data.DataColumn columnmain;
+
+ private global::System.Data.DataColumn columnsub;
+
+ private global::System.Data.DataColumn columnmemo;
+
+ private global::System.Data.DataColumn columnwuid;
+
+ private global::System.Data.DataColumn columnwdate;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public minutesDataTable() {
+ this.TableName = "minutes";
+ this.BeginInit();
+ this.InitClass();
+ this.EndInit();
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ internal minutesDataTable(global::System.Data.DataTable table) {
+ this.TableName = table.TableName;
+ if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
+ this.CaseSensitive = table.CaseSensitive;
+ }
+ if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
+ this.Locale = table.Locale;
+ }
+ if ((table.Namespace != table.DataSet.Namespace)) {
+ this.Namespace = table.Namespace;
+ }
+ this.Prefix = table.Prefix;
+ this.MinimumCapacity = table.MinimumCapacity;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ protected minutesDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
+ base(info, context) {
+ this.InitVars();
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn idxColumn {
+ get {
+ return this.columnidx;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn stimeColumn {
+ get {
+ return this.columnstime;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn etimeColumn {
+ get {
+ return this.columnetime;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn titleColumn {
+ get {
+ return this.columntitle;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn placeColumn {
+ get {
+ return this.columnplace;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn contentsColumn {
+ get {
+ return this.columncontents;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn projectColumn {
+ get {
+ return this.columnproject;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn mainColumn {
+ get {
+ return this.columnmain;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn subColumn {
+ get {
+ return this.columnsub;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn memoColumn {
+ get {
+ return this.columnmemo;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn wuidColumn {
+ get {
+ return this.columnwuid;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn wdateColumn {
+ get {
+ return this.columnwdate;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ [global::System.ComponentModel.Browsable(false)]
+ public int Count {
+ get {
+ return this.Rows.Count;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public minutesRow this[int index] {
+ get {
+ return ((minutesRow)(this.Rows[index]));
+ }
+ }
+
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public event minutesRowChangeEventHandler minutesRowChanging;
+
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public event minutesRowChangeEventHandler minutesRowChanged;
+
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public event minutesRowChangeEventHandler minutesRowDeleting;
+
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public event minutesRowChangeEventHandler minutesRowDeleted;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void AddminutesRow(minutesRow row) {
+ this.Rows.Add(row);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public minutesRow AddminutesRow(System.DateTime stime, System.DateTime etime, string title, string place, string contents, int project, string main, string sub, string memo, string wuid, System.DateTime wdate) {
+ minutesRow rowminutesRow = ((minutesRow)(this.NewRow()));
+ object[] columnValuesArray = new object[] {
+ null,
+ stime,
+ etime,
+ title,
+ place,
+ contents,
+ project,
+ main,
+ sub,
+ memo,
+ wuid,
+ wdate};
+ rowminutesRow.ItemArray = columnValuesArray;
+ this.Rows.Add(rowminutesRow);
+ return rowminutesRow;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public minutesRow FindByidx(int idx) {
+ return ((minutesRow)(this.Rows.Find(new object[] {
+ idx})));
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public override global::System.Data.DataTable Clone() {
+ minutesDataTable cln = ((minutesDataTable)(base.Clone()));
+ cln.InitVars();
+ return cln;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ protected override global::System.Data.DataTable CreateInstance() {
+ return new minutesDataTable();
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ internal void InitVars() {
+ this.columnidx = base.Columns["idx"];
+ this.columnstime = base.Columns["stime"];
+ this.columnetime = base.Columns["etime"];
+ this.columntitle = base.Columns["title"];
+ this.columnplace = base.Columns["place"];
+ this.columncontents = base.Columns["contents"];
+ this.columnproject = base.Columns["project"];
+ this.columnmain = base.Columns["main"];
+ this.columnsub = base.Columns["sub"];
+ this.columnmemo = base.Columns["memo"];
+ this.columnwuid = base.Columns["wuid"];
+ this.columnwdate = base.Columns["wdate"];
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ private void InitClass() {
+ this.columnidx = new global::System.Data.DataColumn("idx", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnidx);
+ this.columnstime = new global::System.Data.DataColumn("stime", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnstime);
+ this.columnetime = new global::System.Data.DataColumn("etime", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnetime);
+ this.columntitle = new global::System.Data.DataColumn("title", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columntitle);
+ this.columnplace = new global::System.Data.DataColumn("place", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnplace);
+ this.columncontents = new global::System.Data.DataColumn("contents", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columncontents);
+ this.columnproject = new global::System.Data.DataColumn("project", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnproject);
+ this.columnmain = new global::System.Data.DataColumn("main", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnmain);
+ this.columnsub = new global::System.Data.DataColumn("sub", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnsub);
+ this.columnmemo = new global::System.Data.DataColumn("memo", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnmemo);
+ this.columnwuid = new global::System.Data.DataColumn("wuid", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnwuid);
+ this.columnwdate = new global::System.Data.DataColumn("wdate", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnwdate);
+ this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
+ this.columnidx}, true));
+ this.columnidx.AutoIncrement = true;
+ this.columnidx.AutoIncrementSeed = -1;
+ this.columnidx.AutoIncrementStep = -1;
+ this.columnidx.AllowDBNull = false;
+ this.columnidx.ReadOnly = true;
+ this.columnidx.Unique = true;
+ this.columntitle.MaxLength = 255;
+ this.columnplace.MaxLength = 50;
+ this.columncontents.MaxLength = 2147483647;
+ this.columnmain.MaxLength = 255;
+ this.columnsub.MaxLength = 255;
+ this.columnmemo.MaxLength = 2147483647;
+ this.columnwuid.AllowDBNull = false;
+ this.columnwuid.MaxLength = 20;
+ this.columnwdate.AllowDBNull = false;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public minutesRow NewminutesRow() {
+ return ((minutesRow)(this.NewRow()));
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
+ return new minutesRow(builder);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ protected override global::System.Type GetRowType() {
+ return typeof(minutesRow);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowChanged(e);
+ if ((this.minutesRowChanged != null)) {
+ this.minutesRowChanged(this, new minutesRowChangeEvent(((minutesRow)(e.Row)), e.Action));
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowChanging(e);
+ if ((this.minutesRowChanging != null)) {
+ this.minutesRowChanging(this, new minutesRowChangeEvent(((minutesRow)(e.Row)), e.Action));
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowDeleted(e);
+ if ((this.minutesRowDeleted != null)) {
+ this.minutesRowDeleted(this, new minutesRowChangeEvent(((minutesRow)(e.Row)), e.Action));
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowDeleting(e);
+ if ((this.minutesRowDeleting != null)) {
+ this.minutesRowDeleting(this, new minutesRowChangeEvent(((minutesRow)(e.Row)), e.Action));
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void RemoveminutesRow(minutesRow row) {
+ this.Rows.Remove(row);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
+ global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
+ global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
+ dsMSSQL ds = new dsMSSQL();
+ global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
+ any1.Namespace = "http://www.w3.org/2001/XMLSchema";
+ any1.MinOccurs = new decimal(0);
+ any1.MaxOccurs = decimal.MaxValue;
+ any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
+ sequence.Items.Add(any1);
+ global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
+ any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
+ any2.MinOccurs = new decimal(1);
+ any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
+ sequence.Items.Add(any2);
+ global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
+ attribute1.Name = "namespace";
+ attribute1.FixedValue = ds.Namespace;
+ type.Attributes.Add(attribute1);
+ global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
+ attribute2.Name = "tableTypeName";
+ attribute2.FixedValue = "minutesDataTable";
+ type.Attributes.Add(attribute2);
+ type.Particle = sequence;
+ global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
+ if (xs.Contains(dsSchema.TargetNamespace)) {
+ global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
+ global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
+ try {
+ global::System.Xml.Schema.XmlSchema schema = null;
+ dsSchema.Write(s1);
+ for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
+ schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
+ s2.SetLength(0);
+ schema.Write(s2);
+ if ((s1.Length == s2.Length)) {
+ s1.Position = 0;
+ s2.Position = 0;
+ for (; ((s1.Position != s1.Length)
+ && (s1.ReadByte() == s2.ReadByte())); ) {
+ ;
+ }
+ if ((s1.Position == s1.Length)) {
+ return type;
+ }
+ }
+ }
+ }
+ finally {
+ if ((s1 != null)) {
+ s1.Close();
+ }
+ if ((s2 != null)) {
+ s2.Close();
+ }
+ }
+ }
+ xs.Add(dsSchema);
+ return type;
+ }
+ }
+
+ ///
+ ///Represents the strongly named DataTable class.
+ ///
+ [global::System.Serializable()]
+ [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
+ public partial class BoardDataTable : global::System.Data.TypedTableBase {
+
+ private global::System.Data.DataColumn columnidx;
+
+ private global::System.Data.DataColumn columnbidx;
+
+ private global::System.Data.DataColumn columnheader;
+
+ private global::System.Data.DataColumn columncate;
+
+ private global::System.Data.DataColumn columntitle;
+
+ private global::System.Data.DataColumn columncontents;
+
+ private global::System.Data.DataColumn columnfile;
+
+ private global::System.Data.DataColumn columnguid;
+
+ private global::System.Data.DataColumn columnwuid;
+
+ private global::System.Data.DataColumn columnwdate;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public BoardDataTable() {
+ this.TableName = "Board";
+ this.BeginInit();
+ this.InitClass();
+ this.EndInit();
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ internal BoardDataTable(global::System.Data.DataTable table) {
+ this.TableName = table.TableName;
+ if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
+ this.CaseSensitive = table.CaseSensitive;
+ }
+ if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
+ this.Locale = table.Locale;
+ }
+ if ((table.Namespace != table.DataSet.Namespace)) {
+ this.Namespace = table.Namespace;
+ }
+ this.Prefix = table.Prefix;
+ this.MinimumCapacity = table.MinimumCapacity;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ protected BoardDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
+ base(info, context) {
+ this.InitVars();
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn idxColumn {
+ get {
+ return this.columnidx;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn bidxColumn {
+ get {
+ return this.columnbidx;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn headerColumn {
+ get {
+ return this.columnheader;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn cateColumn {
+ get {
+ return this.columncate;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn titleColumn {
+ get {
+ return this.columntitle;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn contentsColumn {
+ get {
+ return this.columncontents;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn fileColumn {
+ get {
+ return this.columnfile;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn guidColumn {
+ get {
+ return this.columnguid;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn wuidColumn {
+ get {
+ return this.columnwuid;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn wdateColumn {
+ get {
+ return this.columnwdate;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ [global::System.ComponentModel.Browsable(false)]
+ public int Count {
+ get {
+ return this.Rows.Count;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public BoardRow this[int index] {
+ get {
+ return ((BoardRow)(this.Rows[index]));
+ }
+ }
+
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public event BoardRowChangeEventHandler BoardRowChanging;
+
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public event BoardRowChangeEventHandler BoardRowChanged;
+
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public event BoardRowChangeEventHandler BoardRowDeleting;
+
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public event BoardRowChangeEventHandler BoardRowDeleted;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void AddBoardRow(BoardRow row) {
+ this.Rows.Add(row);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public BoardRow AddBoardRow(int bidx, bool header, string cate, string title, string contents, string file, string guid, string wuid, System.DateTime wdate) {
+ BoardRow rowBoardRow = ((BoardRow)(this.NewRow()));
+ object[] columnValuesArray = new object[] {
+ null,
+ bidx,
+ header,
+ cate,
+ title,
+ contents,
+ file,
+ guid,
+ wuid,
+ wdate};
+ rowBoardRow.ItemArray = columnValuesArray;
+ this.Rows.Add(rowBoardRow);
+ return rowBoardRow;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public BoardRow FindByidx(int idx) {
+ return ((BoardRow)(this.Rows.Find(new object[] {
+ idx})));
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public override global::System.Data.DataTable Clone() {
+ BoardDataTable cln = ((BoardDataTable)(base.Clone()));
+ cln.InitVars();
+ return cln;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ protected override global::System.Data.DataTable CreateInstance() {
+ return new BoardDataTable();
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ internal void InitVars() {
+ this.columnidx = base.Columns["idx"];
+ this.columnbidx = base.Columns["bidx"];
+ this.columnheader = base.Columns["header"];
+ this.columncate = base.Columns["cate"];
+ this.columntitle = base.Columns["title"];
+ this.columncontents = base.Columns["contents"];
+ this.columnfile = base.Columns["file"];
+ this.columnguid = base.Columns["guid"];
+ this.columnwuid = base.Columns["wuid"];
+ this.columnwdate = base.Columns["wdate"];
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ private void InitClass() {
+ this.columnidx = new global::System.Data.DataColumn("idx", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnidx);
+ this.columnbidx = new global::System.Data.DataColumn("bidx", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnbidx);
+ this.columnheader = new global::System.Data.DataColumn("header", typeof(bool), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnheader);
+ this.columncate = new global::System.Data.DataColumn("cate", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columncate);
+ this.columntitle = new global::System.Data.DataColumn("title", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columntitle);
+ this.columncontents = new global::System.Data.DataColumn("contents", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columncontents);
+ this.columnfile = new global::System.Data.DataColumn("file", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnfile);
+ this.columnguid = new global::System.Data.DataColumn("guid", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnguid);
+ this.columnwuid = new global::System.Data.DataColumn("wuid", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnwuid);
+ this.columnwdate = new global::System.Data.DataColumn("wdate", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnwdate);
+ this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
+ this.columnidx}, true));
+ this.columnidx.AutoIncrement = true;
+ this.columnidx.AutoIncrementSeed = -1;
+ this.columnidx.AutoIncrementStep = -1;
+ this.columnidx.AllowDBNull = false;
+ this.columnidx.ReadOnly = true;
+ this.columnidx.Unique = true;
+ this.columncate.MaxLength = 2;
+ this.columntitle.MaxLength = 255;
+ this.columncontents.MaxLength = 2147483647;
+ this.columnfile.MaxLength = 200;
+ this.columnguid.MaxLength = 50;
+ this.columnwuid.AllowDBNull = false;
+ this.columnwuid.MaxLength = 20;
+ this.columnwdate.AllowDBNull = false;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public BoardRow NewBoardRow() {
+ return ((BoardRow)(this.NewRow()));
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
+ return new BoardRow(builder);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ protected override global::System.Type GetRowType() {
+ return typeof(BoardRow);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowChanged(e);
+ if ((this.BoardRowChanged != null)) {
+ this.BoardRowChanged(this, new BoardRowChangeEvent(((BoardRow)(e.Row)), e.Action));
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowChanging(e);
+ if ((this.BoardRowChanging != null)) {
+ this.BoardRowChanging(this, new BoardRowChangeEvent(((BoardRow)(e.Row)), e.Action));
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowDeleted(e);
+ if ((this.BoardRowDeleted != null)) {
+ this.BoardRowDeleted(this, new BoardRowChangeEvent(((BoardRow)(e.Row)), e.Action));
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowDeleting(e);
+ if ((this.BoardRowDeleting != null)) {
+ this.BoardRowDeleting(this, new BoardRowChangeEvent(((BoardRow)(e.Row)), e.Action));
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void RemoveBoardRow(BoardRow row) {
+ this.Rows.Remove(row);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
+ global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
+ global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
+ dsMSSQL ds = new dsMSSQL();
+ global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
+ any1.Namespace = "http://www.w3.org/2001/XMLSchema";
+ any1.MinOccurs = new decimal(0);
+ any1.MaxOccurs = decimal.MaxValue;
+ any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
+ sequence.Items.Add(any1);
+ global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
+ any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
+ any2.MinOccurs = new decimal(1);
+ any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
+ sequence.Items.Add(any2);
+ global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
+ attribute1.Name = "namespace";
+ attribute1.FixedValue = ds.Namespace;
+ type.Attributes.Add(attribute1);
+ global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
+ attribute2.Name = "tableTypeName";
+ attribute2.FixedValue = "BoardDataTable";
+ type.Attributes.Add(attribute2);
+ type.Particle = sequence;
+ global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
+ if (xs.Contains(dsSchema.TargetNamespace)) {
+ global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
+ global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
+ try {
+ global::System.Xml.Schema.XmlSchema schema = null;
+ dsSchema.Write(s1);
+ for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
+ schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
+ s2.SetLength(0);
+ schema.Write(s2);
+ if ((s1.Length == s2.Length)) {
+ s1.Position = 0;
+ s2.Position = 0;
+ for (; ((s1.Position != s1.Length)
+ && (s1.ReadByte() == s2.ReadByte())); ) {
+ ;
+ }
+ if ((s1.Position == s1.Length)) {
+ return type;
+ }
+ }
+ }
+ }
+ finally {
+ if ((s1 != null)) {
+ s1.Close();
+ }
+ if ((s2 != null)) {
+ s2.Close();
+ }
+ }
+ }
+ xs.Add(dsSchema);
+ return type;
+ }
+ }
+
+ ///
+ ///Represents the strongly named DataTable class.
+ ///
+ [global::System.Serializable()]
+ [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
+ public partial class HolydayDataTable : global::System.Data.TypedTableBase {
+
+ private global::System.Data.DataColumn columnidx;
+
+ private global::System.Data.DataColumn columncate;
+
+ private global::System.Data.DataColumn columnresult;
+
+ private global::System.Data.DataColumn columnsdate;
+
+ private global::System.Data.DataColumn columnedate;
+
+ private global::System.Data.DataColumn columnterm;
+
+ private global::System.Data.DataColumn columntitle;
+
+ private global::System.Data.DataColumn columncontents;
+
+ private global::System.Data.DataColumn columnuid;
+
+ private global::System.Data.DataColumn columntolist;
+
+ private global::System.Data.DataColumn columnmail;
+
+ private global::System.Data.DataColumn columnmailsend;
+
+ private global::System.Data.DataColumn columnreason;
+
+ private global::System.Data.DataColumn columnwuid;
+
+ private global::System.Data.DataColumn columnwdate;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public HolydayDataTable() {
+ this.TableName = "Holyday";
+ this.BeginInit();
+ this.InitClass();
+ this.EndInit();
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ internal HolydayDataTable(global::System.Data.DataTable table) {
+ this.TableName = table.TableName;
+ if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
+ this.CaseSensitive = table.CaseSensitive;
+ }
+ if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
+ this.Locale = table.Locale;
+ }
+ if ((table.Namespace != table.DataSet.Namespace)) {
+ this.Namespace = table.Namespace;
+ }
+ this.Prefix = table.Prefix;
+ this.MinimumCapacity = table.MinimumCapacity;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ protected HolydayDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
+ base(info, context) {
+ this.InitVars();
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn idxColumn {
+ get {
+ return this.columnidx;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn cateColumn {
+ get {
+ return this.columncate;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn resultColumn {
+ get {
+ return this.columnresult;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn sdateColumn {
+ get {
+ return this.columnsdate;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn edateColumn {
+ get {
+ return this.columnedate;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn termColumn {
+ get {
+ return this.columnterm;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn titleColumn {
+ get {
+ return this.columntitle;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn contentsColumn {
+ get {
+ return this.columncontents;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn uidColumn {
+ get {
+ return this.columnuid;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn tolistColumn {
+ get {
+ return this.columntolist;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn mailColumn {
+ get {
+ return this.columnmail;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn mailsendColumn {
+ get {
+ return this.columnmailsend;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn reasonColumn {
+ get {
+ return this.columnreason;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn wuidColumn {
+ get {
+ return this.columnwuid;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn wdateColumn {
+ get {
+ return this.columnwdate;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ [global::System.ComponentModel.Browsable(false)]
+ public int Count {
+ get {
+ return this.Rows.Count;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public HolydayRow this[int index] {
+ get {
+ return ((HolydayRow)(this.Rows[index]));
+ }
+ }
+
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public event HolydayRowChangeEventHandler HolydayRowChanging;
+
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public event HolydayRowChangeEventHandler HolydayRowChanged;
+
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public event HolydayRowChangeEventHandler HolydayRowDeleting;
+
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public event HolydayRowChangeEventHandler HolydayRowDeleted;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void AddHolydayRow(HolydayRow row) {
+ this.Rows.Add(row);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public HolydayRow AddHolydayRow(string cate, string result, System.DateTime sdate, System.DateTime edate, double term, string title, string contents, string uid, string tolist, bool mail, bool mailsend, string reason, string wuid, System.DateTime wdate) {
+ HolydayRow rowHolydayRow = ((HolydayRow)(this.NewRow()));
+ object[] columnValuesArray = new object[] {
+ null,
+ cate,
+ result,
+ sdate,
+ edate,
+ term,
+ title,
+ contents,
+ uid,
+ tolist,
+ mail,
+ mailsend,
+ reason,
+ wuid,
+ wdate};
+ rowHolydayRow.ItemArray = columnValuesArray;
+ this.Rows.Add(rowHolydayRow);
+ return rowHolydayRow;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public HolydayRow FindByidx(int idx) {
+ return ((HolydayRow)(this.Rows.Find(new object[] {
+ idx})));
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public override global::System.Data.DataTable Clone() {
+ HolydayDataTable cln = ((HolydayDataTable)(base.Clone()));
+ cln.InitVars();
+ return cln;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ protected override global::System.Data.DataTable CreateInstance() {
+ return new HolydayDataTable();
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ internal void InitVars() {
+ this.columnidx = base.Columns["idx"];
+ this.columncate = base.Columns["cate"];
+ this.columnresult = base.Columns["result"];
+ this.columnsdate = base.Columns["sdate"];
+ this.columnedate = base.Columns["edate"];
+ this.columnterm = base.Columns["term"];
+ this.columntitle = base.Columns["title"];
+ this.columncontents = base.Columns["contents"];
+ this.columnuid = base.Columns["uid"];
+ this.columntolist = base.Columns["tolist"];
+ this.columnmail = base.Columns["mail"];
+ this.columnmailsend = base.Columns["mailsend"];
+ this.columnreason = base.Columns["reason"];
+ this.columnwuid = base.Columns["wuid"];
+ this.columnwdate = base.Columns["wdate"];
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ private void InitClass() {
+ this.columnidx = new global::System.Data.DataColumn("idx", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnidx);
+ this.columncate = new global::System.Data.DataColumn("cate", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columncate);
+ this.columnresult = new global::System.Data.DataColumn("result", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnresult);
+ this.columnsdate = new global::System.Data.DataColumn("sdate", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnsdate);
+ this.columnedate = new global::System.Data.DataColumn("edate", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnedate);
+ this.columnterm = new global::System.Data.DataColumn("term", typeof(double), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnterm);
+ this.columntitle = new global::System.Data.DataColumn("title", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columntitle);
+ this.columncontents = new global::System.Data.DataColumn("contents", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columncontents);
+ this.columnuid = new global::System.Data.DataColumn("uid", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnuid);
+ this.columntolist = new global::System.Data.DataColumn("tolist", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columntolist);
+ this.columnmail = new global::System.Data.DataColumn("mail", typeof(bool), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnmail);
+ this.columnmailsend = new global::System.Data.DataColumn("mailsend", typeof(bool), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnmailsend);
+ this.columnreason = new global::System.Data.DataColumn("reason", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnreason);
+ this.columnwuid = new global::System.Data.DataColumn("wuid", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnwuid);
+ this.columnwdate = new global::System.Data.DataColumn("wdate", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnwdate);
+ this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
+ this.columnidx}, true));
+ this.columnidx.AutoIncrement = true;
+ this.columnidx.AutoIncrementSeed = -1;
+ this.columnidx.AutoIncrementStep = -1;
+ this.columnidx.AllowDBNull = false;
+ this.columnidx.ReadOnly = true;
+ this.columnidx.Unique = true;
+ this.columncate.MaxLength = 2;
+ this.columnresult.MaxLength = 2;
+ this.columntitle.MaxLength = 255;
+ this.columncontents.MaxLength = 2147483647;
+ this.columnuid.MaxLength = 20;
+ this.columntolist.MaxLength = 2147483647;
+ this.columnreason.MaxLength = 2147483647;
+ this.columnwuid.AllowDBNull = false;
+ this.columnwuid.MaxLength = 20;
+ this.columnwdate.AllowDBNull = false;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public HolydayRow NewHolydayRow() {
+ return ((HolydayRow)(this.NewRow()));
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
+ return new HolydayRow(builder);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ protected override global::System.Type GetRowType() {
+ return typeof(HolydayRow);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowChanged(e);
+ if ((this.HolydayRowChanged != null)) {
+ this.HolydayRowChanged(this, new HolydayRowChangeEvent(((HolydayRow)(e.Row)), e.Action));
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowChanging(e);
+ if ((this.HolydayRowChanging != null)) {
+ this.HolydayRowChanging(this, new HolydayRowChangeEvent(((HolydayRow)(e.Row)), e.Action));
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowDeleted(e);
+ if ((this.HolydayRowDeleted != null)) {
+ this.HolydayRowDeleted(this, new HolydayRowChangeEvent(((HolydayRow)(e.Row)), e.Action));
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowDeleting(e);
+ if ((this.HolydayRowDeleting != null)) {
+ this.HolydayRowDeleting(this, new HolydayRowChangeEvent(((HolydayRow)(e.Row)), e.Action));
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void RemoveHolydayRow(HolydayRow row) {
+ this.Rows.Remove(row);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
+ global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
+ global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
+ dsMSSQL ds = new dsMSSQL();
+ global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
+ any1.Namespace = "http://www.w3.org/2001/XMLSchema";
+ any1.MinOccurs = new decimal(0);
+ any1.MaxOccurs = decimal.MaxValue;
+ any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
+ sequence.Items.Add(any1);
+ global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
+ any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
+ any2.MinOccurs = new decimal(1);
+ any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
+ sequence.Items.Add(any2);
+ global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
+ attribute1.Name = "namespace";
+ attribute1.FixedValue = ds.Namespace;
+ type.Attributes.Add(attribute1);
+ global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
+ attribute2.Name = "tableTypeName";
+ attribute2.FixedValue = "HolydayDataTable";
+ type.Attributes.Add(attribute2);
+ type.Particle = sequence;
+ global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
+ if (xs.Contains(dsSchema.TargetNamespace)) {
+ global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
+ global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
+ try {
+ global::System.Xml.Schema.XmlSchema schema = null;
+ dsSchema.Write(s1);
+ for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
+ schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
+ s2.SetLength(0);
+ schema.Write(s2);
+ if ((s1.Length == s2.Length)) {
+ s1.Position = 0;
+ s2.Position = 0;
+ for (; ((s1.Position != s1.Length)
+ && (s1.ReadByte() == s2.ReadByte())); ) {
+ ;
+ }
+ if ((s1.Position == s1.Length)) {
+ return type;
+ }
+ }
+ }
+ }
+ finally {
+ if ((s1 != null)) {
+ s1.Close();
+ }
+ if ((s2 != null)) {
+ s2.Close();
+ }
+ }
+ }
+ xs.Add(dsSchema);
+ return type;
+ }
+ }
+
+ ///
+ ///Represents strongly named DataRow class.
+ ///
+ public partial class minutesRow : global::System.Data.DataRow {
+
+ private minutesDataTable tableminutes;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ internal minutesRow(global::System.Data.DataRowBuilder rb) :
+ base(rb) {
+ this.tableminutes = ((minutesDataTable)(this.Table));
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int idx {
+ get {
+ return ((int)(this[this.tableminutes.idxColumn]));
+ }
+ set {
+ this[this.tableminutes.idxColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public System.DateTime stime {
+ get {
+ try {
+ return ((global::System.DateTime)(this[this.tableminutes.stimeColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("\'minutes\' 테이블의 \'stime\' 열의 값이 DBNull입니다.", e);
+ }
+ }
+ set {
+ this[this.tableminutes.stimeColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public System.DateTime etime {
+ get {
+ try {
+ return ((global::System.DateTime)(this[this.tableminutes.etimeColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("\'minutes\' 테이블의 \'etime\' 열의 값이 DBNull입니다.", e);
+ }
+ }
+ set {
+ this[this.tableminutes.etimeColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public string title {
+ get {
+ try {
+ return ((string)(this[this.tableminutes.titleColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("\'minutes\' 테이블의 \'title\' 열의 값이 DBNull입니다.", e);
+ }
+ }
+ set {
+ this[this.tableminutes.titleColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public string place {
+ get {
+ try {
+ return ((string)(this[this.tableminutes.placeColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("\'minutes\' 테이블의 \'place\' 열의 값이 DBNull입니다.", e);
+ }
+ }
+ set {
+ this[this.tableminutes.placeColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public string contents {
+ get {
+ try {
+ return ((string)(this[this.tableminutes.contentsColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("\'minutes\' 테이블의 \'contents\' 열의 값이 DBNull입니다.", e);
+ }
+ }
+ set {
+ this[this.tableminutes.contentsColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int project {
+ get {
+ try {
+ return ((int)(this[this.tableminutes.projectColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("\'minutes\' 테이블의 \'project\' 열의 값이 DBNull입니다.", e);
+ }
+ }
+ set {
+ this[this.tableminutes.projectColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public string main {
+ get {
+ try {
+ return ((string)(this[this.tableminutes.mainColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("\'minutes\' 테이블의 \'main\' 열의 값이 DBNull입니다.", e);
+ }
+ }
+ set {
+ this[this.tableminutes.mainColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public string sub {
+ get {
+ try {
+ return ((string)(this[this.tableminutes.subColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("\'minutes\' 테이블의 \'sub\' 열의 값이 DBNull입니다.", e);
+ }
+ }
+ set {
+ this[this.tableminutes.subColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public string memo {
+ get {
+ try {
+ return ((string)(this[this.tableminutes.memoColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("\'minutes\' 테이블의 \'memo\' 열의 값이 DBNull입니다.", e);
+ }
+ }
+ set {
+ this[this.tableminutes.memoColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public string wuid {
+ get {
+ return ((string)(this[this.tableminutes.wuidColumn]));
+ }
+ set {
+ this[this.tableminutes.wuidColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public System.DateTime wdate {
+ get {
+ return ((global::System.DateTime)(this[this.tableminutes.wdateColumn]));
+ }
+ set {
+ this[this.tableminutes.wdateColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsstimeNull() {
+ return this.IsNull(this.tableminutes.stimeColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetstimeNull() {
+ this[this.tableminutes.stimeColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsetimeNull() {
+ return this.IsNull(this.tableminutes.etimeColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetetimeNull() {
+ this[this.tableminutes.etimeColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IstitleNull() {
+ return this.IsNull(this.tableminutes.titleColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SettitleNull() {
+ this[this.tableminutes.titleColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsplaceNull() {
+ return this.IsNull(this.tableminutes.placeColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetplaceNull() {
+ this[this.tableminutes.placeColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IscontentsNull() {
+ return this.IsNull(this.tableminutes.contentsColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetcontentsNull() {
+ this[this.tableminutes.contentsColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsprojectNull() {
+ return this.IsNull(this.tableminutes.projectColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetprojectNull() {
+ this[this.tableminutes.projectColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsmainNull() {
+ return this.IsNull(this.tableminutes.mainColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetmainNull() {
+ this[this.tableminutes.mainColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IssubNull() {
+ return this.IsNull(this.tableminutes.subColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetsubNull() {
+ this[this.tableminutes.subColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsmemoNull() {
+ return this.IsNull(this.tableminutes.memoColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetmemoNull() {
+ this[this.tableminutes.memoColumn] = global::System.Convert.DBNull;
+ }
+ }
+
+ ///
+ ///Represents strongly named DataRow class.
+ ///
+ public partial class BoardRow : global::System.Data.DataRow {
+
+ private BoardDataTable tableBoard;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ internal BoardRow(global::System.Data.DataRowBuilder rb) :
+ base(rb) {
+ this.tableBoard = ((BoardDataTable)(this.Table));
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int idx {
+ get {
+ return ((int)(this[this.tableBoard.idxColumn]));
+ }
+ set {
+ this[this.tableBoard.idxColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int bidx {
+ get {
+ try {
+ return ((int)(this[this.tableBoard.bidxColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("\'Board\' 테이블의 \'bidx\' 열의 값이 DBNull입니다.", e);
+ }
+ }
+ set {
+ this[this.tableBoard.bidxColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool header {
+ get {
+ try {
+ return ((bool)(this[this.tableBoard.headerColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("\'Board\' 테이블의 \'header\' 열의 값이 DBNull입니다.", e);
+ }
+ }
+ set {
+ this[this.tableBoard.headerColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public string cate {
+ get {
+ try {
+ return ((string)(this[this.tableBoard.cateColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("\'Board\' 테이블의 \'cate\' 열의 값이 DBNull입니다.", e);
+ }
+ }
+ set {
+ this[this.tableBoard.cateColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public string title {
+ get {
+ try {
+ return ((string)(this[this.tableBoard.titleColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("\'Board\' 테이블의 \'title\' 열의 값이 DBNull입니다.", e);
+ }
+ }
+ set {
+ this[this.tableBoard.titleColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public string contents {
+ get {
+ try {
+ return ((string)(this[this.tableBoard.contentsColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("\'Board\' 테이블의 \'contents\' 열의 값이 DBNull입니다.", e);
+ }
+ }
+ set {
+ this[this.tableBoard.contentsColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public string file {
+ get {
+ try {
+ return ((string)(this[this.tableBoard.fileColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("\'Board\' 테이블의 \'file\' 열의 값이 DBNull입니다.", e);
+ }
+ }
+ set {
+ this[this.tableBoard.fileColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public string guid {
+ get {
+ try {
+ return ((string)(this[this.tableBoard.guidColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("\'Board\' 테이블의 \'guid\' 열의 값이 DBNull입니다.", e);
+ }
+ }
+ set {
+ this[this.tableBoard.guidColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public string wuid {
+ get {
+ return ((string)(this[this.tableBoard.wuidColumn]));
+ }
+ set {
+ this[this.tableBoard.wuidColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public System.DateTime wdate {
+ get {
+ return ((global::System.DateTime)(this[this.tableBoard.wdateColumn]));
+ }
+ set {
+ this[this.tableBoard.wdateColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsbidxNull() {
+ return this.IsNull(this.tableBoard.bidxColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetbidxNull() {
+ this[this.tableBoard.bidxColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsheaderNull() {
+ return this.IsNull(this.tableBoard.headerColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetheaderNull() {
+ this[this.tableBoard.headerColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IscateNull() {
+ return this.IsNull(this.tableBoard.cateColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetcateNull() {
+ this[this.tableBoard.cateColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IstitleNull() {
+ return this.IsNull(this.tableBoard.titleColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SettitleNull() {
+ this[this.tableBoard.titleColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IscontentsNull() {
+ return this.IsNull(this.tableBoard.contentsColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetcontentsNull() {
+ this[this.tableBoard.contentsColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsfileNull() {
+ return this.IsNull(this.tableBoard.fileColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetfileNull() {
+ this[this.tableBoard.fileColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsguidNull() {
+ return this.IsNull(this.tableBoard.guidColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetguidNull() {
+ this[this.tableBoard.guidColumn] = global::System.Convert.DBNull;
+ }
+ }
+
+ ///
+ ///Represents strongly named DataRow class.
+ ///
+ public partial class HolydayRow : global::System.Data.DataRow {
+
+ private HolydayDataTable tableHolyday;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ internal HolydayRow(global::System.Data.DataRowBuilder rb) :
+ base(rb) {
+ this.tableHolyday = ((HolydayDataTable)(this.Table));
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int idx {
+ get {
+ return ((int)(this[this.tableHolyday.idxColumn]));
+ }
+ set {
+ this[this.tableHolyday.idxColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public string cate {
+ get {
+ if (this.IscateNull()) {
+ return string.Empty;
+ }
+ else {
+ return ((string)(this[this.tableHolyday.cateColumn]));
+ }
+ }
+ set {
+ this[this.tableHolyday.cateColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public string result {
+ get {
+ if (this.IsresultNull()) {
+ return string.Empty;
+ }
+ else {
+ return ((string)(this[this.tableHolyday.resultColumn]));
+ }
+ }
+ set {
+ this[this.tableHolyday.resultColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public System.DateTime sdate {
+ get {
+ try {
+ return ((global::System.DateTime)(this[this.tableHolyday.sdateColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("\'Holyday\' 테이블의 \'sdate\' 열의 값이 DBNull입니다.", e);
+ }
+ }
+ set {
+ this[this.tableHolyday.sdateColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public System.DateTime edate {
+ get {
+ try {
+ return ((global::System.DateTime)(this[this.tableHolyday.edateColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("\'Holyday\' 테이블의 \'edate\' 열의 값이 DBNull입니다.", e);
+ }
+ }
+ set {
+ this[this.tableHolyday.edateColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public double term {
+ get {
+ if (this.IstermNull()) {
+ return 1D;
+ }
+ else {
+ return ((double)(this[this.tableHolyday.termColumn]));
+ }
+ }
+ set {
+ this[this.tableHolyday.termColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public string title {
+ get {
+ if (this.IstitleNull()) {
+ return string.Empty;
+ }
+ else {
+ return ((string)(this[this.tableHolyday.titleColumn]));
+ }
+ }
+ set {
+ this[this.tableHolyday.titleColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public string contents {
+ get {
+ if (this.IscontentsNull()) {
+ return string.Empty;
+ }
+ else {
+ return ((string)(this[this.tableHolyday.contentsColumn]));
+ }
+ }
+ set {
+ this[this.tableHolyday.contentsColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public string uid {
+ get {
+ if (this.IsuidNull()) {
+ return string.Empty;
+ }
+ else {
+ return ((string)(this[this.tableHolyday.uidColumn]));
+ }
+ }
+ set {
+ this[this.tableHolyday.uidColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public string tolist {
+ get {
+ if (this.IstolistNull()) {
+ return string.Empty;
+ }
+ else {
+ return ((string)(this[this.tableHolyday.tolistColumn]));
+ }
+ }
+ set {
+ this[this.tableHolyday.tolistColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool mail {
+ get {
+ try {
+ return ((bool)(this[this.tableHolyday.mailColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("\'Holyday\' 테이블의 \'mail\' 열의 값이 DBNull입니다.", e);
+ }
+ }
+ set {
+ this[this.tableHolyday.mailColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool mailsend {
+ get {
+ try {
+ return ((bool)(this[this.tableHolyday.mailsendColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("\'Holyday\' 테이블의 \'mailsend\' 열의 값이 DBNull입니다.", e);
+ }
+ }
+ set {
+ this[this.tableHolyday.mailsendColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public string reason {
+ get {
+ if (this.IsreasonNull()) {
+ return string.Empty;
+ }
+ else {
+ return ((string)(this[this.tableHolyday.reasonColumn]));
+ }
+ }
+ set {
+ this[this.tableHolyday.reasonColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public string wuid {
+ get {
+ return ((string)(this[this.tableHolyday.wuidColumn]));
+ }
+ set {
+ this[this.tableHolyday.wuidColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public System.DateTime wdate {
+ get {
+ return ((global::System.DateTime)(this[this.tableHolyday.wdateColumn]));
+ }
+ set {
+ this[this.tableHolyday.wdateColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IscateNull() {
+ return this.IsNull(this.tableHolyday.cateColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetcateNull() {
+ this[this.tableHolyday.cateColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsresultNull() {
+ return this.IsNull(this.tableHolyday.resultColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetresultNull() {
+ this[this.tableHolyday.resultColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IssdateNull() {
+ return this.IsNull(this.tableHolyday.sdateColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetsdateNull() {
+ this[this.tableHolyday.sdateColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsedateNull() {
+ return this.IsNull(this.tableHolyday.edateColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetedateNull() {
+ this[this.tableHolyday.edateColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IstermNull() {
+ return this.IsNull(this.tableHolyday.termColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SettermNull() {
+ this[this.tableHolyday.termColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IstitleNull() {
+ return this.IsNull(this.tableHolyday.titleColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SettitleNull() {
+ this[this.tableHolyday.titleColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IscontentsNull() {
+ return this.IsNull(this.tableHolyday.contentsColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetcontentsNull() {
+ this[this.tableHolyday.contentsColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsuidNull() {
+ return this.IsNull(this.tableHolyday.uidColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetuidNull() {
+ this[this.tableHolyday.uidColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IstolistNull() {
+ return this.IsNull(this.tableHolyday.tolistColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SettolistNull() {
+ this[this.tableHolyday.tolistColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsmailNull() {
+ return this.IsNull(this.tableHolyday.mailColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetmailNull() {
+ this[this.tableHolyday.mailColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsmailsendNull() {
+ return this.IsNull(this.tableHolyday.mailsendColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetmailsendNull() {
+ this[this.tableHolyday.mailsendColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsreasonNull() {
+ return this.IsNull(this.tableHolyday.reasonColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetreasonNull() {
+ this[this.tableHolyday.reasonColumn] = global::System.Convert.DBNull;
+ }
+ }
+
+ ///
+ ///Row event argument class
+ ///
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public class minutesRowChangeEvent : global::System.EventArgs {
+
+ private minutesRow eventRow;
+
+ private global::System.Data.DataRowAction eventAction;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public minutesRowChangeEvent(minutesRow row, global::System.Data.DataRowAction action) {
+ this.eventRow = row;
+ this.eventAction = action;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public minutesRow Row {
+ get {
+ return this.eventRow;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataRowAction Action {
+ get {
+ return this.eventAction;
+ }
+ }
+ }
+
+ ///
+ ///Row event argument class
+ ///
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public class BoardRowChangeEvent : global::System.EventArgs {
+
+ private BoardRow eventRow;
+
+ private global::System.Data.DataRowAction eventAction;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public BoardRowChangeEvent(BoardRow row, global::System.Data.DataRowAction action) {
+ this.eventRow = row;
+ this.eventAction = action;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public BoardRow Row {
+ get {
+ return this.eventRow;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataRowAction Action {
+ get {
+ return this.eventAction;
+ }
+ }
+ }
+
+ ///
+ ///Row event argument class
+ ///
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public class HolydayRowChangeEvent : global::System.EventArgs {
+
+ private HolydayRow eventRow;
+
+ private global::System.Data.DataRowAction eventAction;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public HolydayRowChangeEvent(HolydayRow row, global::System.Data.DataRowAction action) {
+ this.eventRow = row;
+ this.eventAction = action;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public HolydayRow Row {
+ get {
+ return this.eventRow;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataRowAction Action {
+ get {
+ return this.eventAction;
+ }
+ }
+ }
+ }
+}
+namespace FBS0000.dsMSSQLTableAdapters {
+
+
+ ///
+ ///Represents the connection and commands used to retrieve and save data.
+ ///
+ [global::System.ComponentModel.DesignerCategoryAttribute("code")]
+ [global::System.ComponentModel.ToolboxItem(true)]
+ [global::System.ComponentModel.DataObjectAttribute(true)]
+ [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" +
+ ", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
+ public partial class minutesTableAdapter : global::System.ComponentModel.Component {
+
+ private global::System.Data.SqlClient.SqlDataAdapter _adapter;
+
+ private global::System.Data.SqlClient.SqlConnection _connection;
+
+ private global::System.Data.SqlClient.SqlTransaction _transaction;
+
+ private global::System.Data.SqlClient.SqlCommand[] _commandCollection;
+
+ private bool _clearBeforeFill;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public minutesTableAdapter() {
+ this.ClearBeforeFill = true;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ protected internal global::System.Data.SqlClient.SqlDataAdapter Adapter {
+ get {
+ if ((this._adapter == null)) {
+ this.InitAdapter();
+ }
+ return this._adapter;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ internal global::System.Data.SqlClient.SqlConnection Connection {
+ get {
+ if ((this._connection == null)) {
+ this.InitConnection();
+ }
+ return this._connection;
+ }
+ set {
+ this._connection = value;
+ if ((this.Adapter.InsertCommand != null)) {
+ this.Adapter.InsertCommand.Connection = value;
+ }
+ if ((this.Adapter.DeleteCommand != null)) {
+ this.Adapter.DeleteCommand.Connection = value;
+ }
+ if ((this.Adapter.UpdateCommand != null)) {
+ this.Adapter.UpdateCommand.Connection = value;
+ }
+ for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
+ if ((this.CommandCollection[i] != null)) {
+ ((global::System.Data.SqlClient.SqlCommand)(this.CommandCollection[i])).Connection = value;
+ }
+ }
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ internal global::System.Data.SqlClient.SqlTransaction Transaction {
+ get {
+ return this._transaction;
+ }
+ set {
+ this._transaction = value;
+ for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
+ this.CommandCollection[i].Transaction = this._transaction;
+ }
+ if (((this.Adapter != null)
+ && (this.Adapter.DeleteCommand != null))) {
+ this.Adapter.DeleteCommand.Transaction = this._transaction;
+ }
+ if (((this.Adapter != null)
+ && (this.Adapter.InsertCommand != null))) {
+ this.Adapter.InsertCommand.Transaction = this._transaction;
+ }
+ if (((this.Adapter != null)
+ && (this.Adapter.UpdateCommand != null))) {
+ this.Adapter.UpdateCommand.Transaction = this._transaction;
+ }
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ protected global::System.Data.SqlClient.SqlCommand[] CommandCollection {
+ get {
+ if ((this._commandCollection == null)) {
+ this.InitCommandCollection();
+ }
+ return this._commandCollection;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool ClearBeforeFill {
+ get {
+ return this._clearBeforeFill;
+ }
+ set {
+ this._clearBeforeFill = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ private void InitAdapter() {
+ this._adapter = new global::System.Data.SqlClient.SqlDataAdapter();
+ global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping();
+ tableMapping.SourceTable = "Table";
+ tableMapping.DataSetTable = "minutes";
+ tableMapping.ColumnMappings.Add("idx", "idx");
+ tableMapping.ColumnMappings.Add("stime", "stime");
+ tableMapping.ColumnMappings.Add("etime", "etime");
+ tableMapping.ColumnMappings.Add("title", "title");
+ tableMapping.ColumnMappings.Add("place", "place");
+ tableMapping.ColumnMappings.Add("contents", "contents");
+ tableMapping.ColumnMappings.Add("project", "project");
+ tableMapping.ColumnMappings.Add("main", "main");
+ tableMapping.ColumnMappings.Add("sub", "sub");
+ tableMapping.ColumnMappings.Add("memo", "memo");
+ tableMapping.ColumnMappings.Add("wuid", "wuid");
+ tableMapping.ColumnMappings.Add("wdate", "wdate");
+ 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 [minutes] WHERE (([idx] = @Original_idx) AND ((@IsNull_stime = 1 AND [stime] IS NULL) OR ([stime] = @Original_stime)) AND ((@IsNull_etime = 1 AND [etime] IS NULL) OR ([etime] = @Original_etime)) AND ((@IsNull_title = 1 AND [title] IS NULL) OR ([title] = @Original_title)) AND ((@IsNull_place = 1 AND [place] IS NULL) OR ([place] = @Original_place)) AND ((@IsNull_project = 1 AND [project] IS NULL) OR ([project] = @Original_project)) AND ((@IsNull_main = 1 AND [main] IS NULL) OR ([main] = @Original_main)) AND ((@IsNull_sub = 1 AND [sub] IS NULL) OR ([sub] = @Original_sub)) AND ([wuid] = @Original_wuid) AND ([wdate] = @Original_wdate))";
+ this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text;
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_idx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "idx", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_stime", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "stime", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_stime", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "stime", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_etime", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "etime", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_etime", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "etime", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_title", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "title", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_title", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "title", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_place", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "place", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_place", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "place", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_project", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "project", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_project", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "project", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_main", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "main", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_main", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "main", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_sub", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "sub", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_sub", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "sub", 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.InsertCommand = new global::System.Data.SqlClient.SqlCommand();
+ this._adapter.InsertCommand.Connection = this.Connection;
+ this._adapter.InsertCommand.CommandText = @"INSERT INTO [minutes] ([stime], [etime], [title], [place], [contents], [project], [main], [sub], [memo], [wuid], [wdate]) VALUES (@stime, @etime, @title, @place, @contents, @project, @main, @sub, @memo, @wuid, @wdate);
+SELECT idx, stime, etime, title, place, contents, project, main, sub, memo, wuid, wdate FROM minutes WHERE (idx = SCOPE_IDENTITY())";
+ this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@stime", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "stime", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@etime", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "etime", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@title", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "title", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@place", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "place", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@contents", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "contents", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@project", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "project", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@main", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "main", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@sub", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "sub", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ 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.UpdateCommand = new global::System.Data.SqlClient.SqlCommand();
+ this._adapter.UpdateCommand.Connection = this.Connection;
+ this._adapter.UpdateCommand.CommandText = @"UPDATE [minutes] SET [stime] = @stime, [etime] = @etime, [title] = @title, [place] = @place, [contents] = @contents, [project] = @project, [main] = @main, [sub] = @sub, [memo] = @memo, [wuid] = @wuid, [wdate] = @wdate WHERE (([idx] = @Original_idx) AND ((@IsNull_stime = 1 AND [stime] IS NULL) OR ([stime] = @Original_stime)) AND ((@IsNull_etime = 1 AND [etime] IS NULL) OR ([etime] = @Original_etime)) AND ((@IsNull_title = 1 AND [title] IS NULL) OR ([title] = @Original_title)) AND ((@IsNull_place = 1 AND [place] IS NULL) OR ([place] = @Original_place)) AND ((@IsNull_project = 1 AND [project] IS NULL) OR ([project] = @Original_project)) AND ((@IsNull_main = 1 AND [main] IS NULL) OR ([main] = @Original_main)) AND ((@IsNull_sub = 1 AND [sub] IS NULL) OR ([sub] = @Original_sub)) AND ([wuid] = @Original_wuid) AND ([wdate] = @Original_wdate));
+SELECT idx, stime, etime, title, place, contents, project, main, sub, memo, wuid, wdate FROM minutes WHERE (idx = @idx)";
+ this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@stime", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "stime", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@etime", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "etime", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@title", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "title", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@place", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "place", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@contents", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "contents", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@project", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "project", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@main", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "main", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@sub", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "sub", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ 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("@Original_idx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "idx", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_stime", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "stime", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_stime", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "stime", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_etime", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "etime", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_etime", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "etime", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_title", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "title", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_title", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "title", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_place", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "place", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_place", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "place", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_project", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "project", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_project", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "project", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_main", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "main", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_main", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "main", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_sub", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "sub", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_sub", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "sub", 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("@idx", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "idx", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ private void InitConnection() {
+ this._connection = new global::System.Data.SqlClient.SqlConnection();
+ this._connection.ConnectionString = global::FBS0000.Properties.Settings.Default.gwcs;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ private void InitCommandCollection() {
+ 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 minutes.*\r\nFROM minutes";
+ 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 idx, stime, etime, title, place, contents, project, main, sub, memo, wuid" +
+ ", wdate\r\nFROM minutes\r\nWHERE (idx = @idx)";
+ this._commandCollection[1].CommandType = global::System.Data.CommandType.Text;
+ this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idx", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "idx", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [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.Fill, true)]
+ public virtual int Fill(dsMSSQL.minutesDataTable dataTable) {
+ this.Adapter.SelectCommand = this.CommandCollection[0];
+ if ((this.ClearBeforeFill == true)) {
+ dataTable.Clear();
+ }
+ int returnValue = this.Adapter.Fill(dataTable);
+ return returnValue;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [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.Select, true)]
+ public virtual dsMSSQL.minutesDataTable GetData() {
+ this.Adapter.SelectCommand = this.CommandCollection[0];
+ dsMSSQL.minutesDataTable dataTable = new dsMSSQL.minutesDataTable();
+ this.Adapter.Fill(dataTable);
+ return dataTable;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [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.Fill, false)]
+ public virtual int FillByIDX(dsMSSQL.minutesDataTable dataTable, int idx) {
+ this.Adapter.SelectCommand = this.CommandCollection[1];
+ this.Adapter.SelectCommand.Parameters[0].Value = ((int)(idx));
+ if ((this.ClearBeforeFill == true)) {
+ dataTable.Clear();
+ }
+ int returnValue = this.Adapter.Fill(dataTable);
+ return returnValue;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [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.Select, false)]
+ public virtual dsMSSQL.minutesDataTable GetbyIDX(int idx) {
+ this.Adapter.SelectCommand = this.CommandCollection[1];
+ this.Adapter.SelectCommand.Parameters[0].Value = ((int)(idx));
+ dsMSSQL.minutesDataTable dataTable = new dsMSSQL.minutesDataTable();
+ this.Adapter.Fill(dataTable);
+ return dataTable;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
+ public virtual int Update(dsMSSQL.minutesDataTable dataTable) {
+ return this.Adapter.Update(dataTable);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
+ public virtual int Update(dsMSSQL dataSet) {
+ return this.Adapter.Update(dataSet, "minutes");
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
+ public virtual int Update(global::System.Data.DataRow dataRow) {
+ return this.Adapter.Update(new global::System.Data.DataRow[] {
+ dataRow});
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
+ public virtual int Update(global::System.Data.DataRow[] dataRows) {
+ return this.Adapter.Update(dataRows);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [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(int Original_idx, global::System.Nullable Original_stime, global::System.Nullable Original_etime, string Original_title, string Original_place, global::System.Nullable Original_project, string Original_main, string Original_sub, string Original_wuid, System.DateTime Original_wdate) {
+ this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_idx));
+ if ((Original_stime.HasValue == true)) {
+ this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(0));
+ this.Adapter.DeleteCommand.Parameters[2].Value = ((System.DateTime)(Original_stime.Value));
+ }
+ else {
+ this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(1));
+ this.Adapter.DeleteCommand.Parameters[2].Value = global::System.DBNull.Value;
+ }
+ if ((Original_etime.HasValue == true)) {
+ this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(0));
+ this.Adapter.DeleteCommand.Parameters[4].Value = ((System.DateTime)(Original_etime.Value));
+ }
+ else {
+ this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(1));
+ this.Adapter.DeleteCommand.Parameters[4].Value = global::System.DBNull.Value;
+ }
+ if ((Original_title == 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_title));
+ }
+ if ((Original_place == 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_place));
+ }
+ if ((Original_project.HasValue == true)) {
+ this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(0));
+ this.Adapter.DeleteCommand.Parameters[10].Value = ((int)(Original_project.Value));
+ }
+ else {
+ this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(1));
+ this.Adapter.DeleteCommand.Parameters[10].Value = global::System.DBNull.Value;
+ }
+ if ((Original_main == null)) {
+ this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(1));
+ this.Adapter.DeleteCommand.Parameters[12].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(0));
+ this.Adapter.DeleteCommand.Parameters[12].Value = ((string)(Original_main));
+ }
+ if ((Original_sub == null)) {
+ 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_sub));
+ }
+ if ((Original_wuid == null)) {
+ throw new global::System.ArgumentNullException("Original_wuid");
+ }
+ else {
+ this.Adapter.DeleteCommand.Parameters[15].Value = ((string)(Original_wuid));
+ }
+ this.Adapter.DeleteCommand.Parameters[16].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)) {
+ this.Adapter.DeleteCommand.Connection.Open();
+ }
+ try {
+ int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery();
+ return returnValue;
+ }
+ finally {
+ if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
+ this.Adapter.DeleteCommand.Connection.Close();
+ }
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [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(global::System.Nullable stime, global::System.Nullable etime, string title, string place, string contents, global::System.Nullable project, string main, string sub, string memo, string wuid, System.DateTime wdate) {
+ if ((stime.HasValue == true)) {
+ this.Adapter.InsertCommand.Parameters[0].Value = ((System.DateTime)(stime.Value));
+ }
+ else {
+ this.Adapter.InsertCommand.Parameters[0].Value = global::System.DBNull.Value;
+ }
+ if ((etime.HasValue == true)) {
+ this.Adapter.InsertCommand.Parameters[1].Value = ((System.DateTime)(etime.Value));
+ }
+ else {
+ this.Adapter.InsertCommand.Parameters[1].Value = global::System.DBNull.Value;
+ }
+ if ((title == null)) {
+ this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.InsertCommand.Parameters[2].Value = ((string)(title));
+ }
+ if ((place == null)) {
+ this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.InsertCommand.Parameters[3].Value = ((string)(place));
+ }
+ if ((contents == null)) {
+ this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.InsertCommand.Parameters[4].Value = ((string)(contents));
+ }
+ if ((project.HasValue == true)) {
+ this.Adapter.InsertCommand.Parameters[5].Value = ((int)(project.Value));
+ }
+ else {
+ this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value;
+ }
+ if ((main == null)) {
+ this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.InsertCommand.Parameters[6].Value = ((string)(main));
+ }
+ if ((sub == null)) {
+ this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.InsertCommand.Parameters[7].Value = ((string)(sub));
+ }
+ if ((memo == null)) {
+ this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.InsertCommand.Parameters[8].Value = ((string)(memo));
+ }
+ if ((wuid == null)) {
+ throw new global::System.ArgumentNullException("wuid");
+ }
+ else {
+ this.Adapter.InsertCommand.Parameters[9].Value = ((string)(wuid));
+ }
+ this.Adapter.InsertCommand.Parameters[10].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)) {
+ this.Adapter.InsertCommand.Connection.Open();
+ }
+ try {
+ int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery();
+ return returnValue;
+ }
+ finally {
+ if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
+ this.Adapter.InsertCommand.Connection.Close();
+ }
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [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.Update, true)]
+ public virtual int Update(
+ global::System.Nullable stime,
+ global::System.Nullable etime,
+ string title,
+ string place,
+ string contents,
+ global::System.Nullable project,
+ string main,
+ string sub,
+ string memo,
+ string wuid,
+ System.DateTime wdate,
+ int Original_idx,
+ global::System.Nullable Original_stime,
+ global::System.Nullable Original_etime,
+ string Original_title,
+ string Original_place,
+ global::System.Nullable Original_project,
+ string Original_main,
+ string Original_sub,
+ string Original_wuid,
+ System.DateTime Original_wdate,
+ int idx) {
+ if ((stime.HasValue == true)) {
+ this.Adapter.UpdateCommand.Parameters[0].Value = ((System.DateTime)(stime.Value));
+ }
+ else {
+ this.Adapter.UpdateCommand.Parameters[0].Value = global::System.DBNull.Value;
+ }
+ if ((etime.HasValue == true)) {
+ this.Adapter.UpdateCommand.Parameters[1].Value = ((System.DateTime)(etime.Value));
+ }
+ else {
+ this.Adapter.UpdateCommand.Parameters[1].Value = global::System.DBNull.Value;
+ }
+ if ((title == null)) {
+ this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(title));
+ }
+ if ((place == null)) {
+ this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.UpdateCommand.Parameters[3].Value = ((string)(place));
+ }
+ if ((contents == null)) {
+ this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.UpdateCommand.Parameters[4].Value = ((string)(contents));
+ }
+ if ((project.HasValue == true)) {
+ this.Adapter.UpdateCommand.Parameters[5].Value = ((int)(project.Value));
+ }
+ else {
+ this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value;
+ }
+ if ((main == null)) {
+ this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.UpdateCommand.Parameters[6].Value = ((string)(main));
+ }
+ if ((sub == null)) {
+ this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.UpdateCommand.Parameters[7].Value = ((string)(sub));
+ }
+ if ((memo == null)) {
+ this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.UpdateCommand.Parameters[8].Value = ((string)(memo));
+ }
+ if ((wuid == null)) {
+ throw new global::System.ArgumentNullException("wuid");
+ }
+ else {
+ this.Adapter.UpdateCommand.Parameters[9].Value = ((string)(wuid));
+ }
+ this.Adapter.UpdateCommand.Parameters[10].Value = ((System.DateTime)(wdate));
+ this.Adapter.UpdateCommand.Parameters[11].Value = ((int)(Original_idx));
+ if ((Original_stime.HasValue == true)) {
+ this.Adapter.UpdateCommand.Parameters[12].Value = ((object)(0));
+ this.Adapter.UpdateCommand.Parameters[13].Value = ((System.DateTime)(Original_stime.Value));
+ }
+ else {
+ this.Adapter.UpdateCommand.Parameters[12].Value = ((object)(1));
+ this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value;
+ }
+ if ((Original_etime.HasValue == true)) {
+ this.Adapter.UpdateCommand.Parameters[14].Value = ((object)(0));
+ this.Adapter.UpdateCommand.Parameters[15].Value = ((System.DateTime)(Original_etime.Value));
+ }
+ else {
+ this.Adapter.UpdateCommand.Parameters[14].Value = ((object)(1));
+ this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value;
+ }
+ if ((Original_title == 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_title));
+ }
+ if ((Original_place == 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_place));
+ }
+ if ((Original_project.HasValue == true)) {
+ this.Adapter.UpdateCommand.Parameters[20].Value = ((object)(0));
+ this.Adapter.UpdateCommand.Parameters[21].Value = ((int)(Original_project.Value));
+ }
+ else {
+ this.Adapter.UpdateCommand.Parameters[20].Value = ((object)(1));
+ this.Adapter.UpdateCommand.Parameters[21].Value = global::System.DBNull.Value;
+ }
+ if ((Original_main == 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_main));
+ }
+ if ((Original_sub == null)) {
+ this.Adapter.UpdateCommand.Parameters[24].Value = ((object)(1));
+ this.Adapter.UpdateCommand.Parameters[25].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.UpdateCommand.Parameters[24].Value = ((object)(0));
+ this.Adapter.UpdateCommand.Parameters[25].Value = ((string)(Original_sub));
+ }
+ if ((Original_wuid == null)) {
+ throw new global::System.ArgumentNullException("Original_wuid");
+ }
+ else {
+ this.Adapter.UpdateCommand.Parameters[26].Value = ((string)(Original_wuid));
+ }
+ this.Adapter.UpdateCommand.Parameters[27].Value = ((System.DateTime)(Original_wdate));
+ this.Adapter.UpdateCommand.Parameters[28].Value = ((int)(idx));
+ 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)) {
+ this.Adapter.UpdateCommand.Connection.Open();
+ }
+ try {
+ int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery();
+ return returnValue;
+ }
+ finally {
+ if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
+ this.Adapter.UpdateCommand.Connection.Close();
+ }
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [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.Update, true)]
+ public virtual int Update(
+ global::System.Nullable stime,
+ global::System.Nullable etime,
+ string title,
+ string place,
+ string contents,
+ global::System.Nullable project,
+ string main,
+ string sub,
+ string memo,
+ string wuid,
+ System.DateTime wdate,
+ int Original_idx,
+ global::System.Nullable Original_stime,
+ global::System.Nullable Original_etime,
+ string Original_title,
+ string Original_place,
+ global::System.Nullable Original_project,
+ string Original_main,
+ string Original_sub,
+ string Original_wuid,
+ System.DateTime Original_wdate) {
+ return this.Update(stime, etime, title, place, contents, project, main, sub, memo, wuid, wdate, Original_idx, Original_stime, Original_etime, Original_title, Original_place, Original_project, Original_main, Original_sub, Original_wuid, Original_wdate, Original_idx);
+ }
+ }
+
+ ///
+ ///Represents the connection and commands used to retrieve and save data.
+ ///
+ [global::System.ComponentModel.DesignerCategoryAttribute("code")]
+ [global::System.ComponentModel.ToolboxItem(true)]
+ [global::System.ComponentModel.DataObjectAttribute(true)]
+ [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" +
+ ", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
+ public partial class BoardTableAdapter : global::System.ComponentModel.Component {
+
+ private global::System.Data.SqlClient.SqlDataAdapter _adapter;
+
+ private global::System.Data.SqlClient.SqlConnection _connection;
+
+ private global::System.Data.SqlClient.SqlTransaction _transaction;
+
+ private global::System.Data.SqlClient.SqlCommand[] _commandCollection;
+
+ private bool _clearBeforeFill;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public BoardTableAdapter() {
+ this.ClearBeforeFill = true;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ protected internal global::System.Data.SqlClient.SqlDataAdapter Adapter {
+ get {
+ if ((this._adapter == null)) {
+ this.InitAdapter();
+ }
+ return this._adapter;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ internal global::System.Data.SqlClient.SqlConnection Connection {
+ get {
+ if ((this._connection == null)) {
+ this.InitConnection();
+ }
+ return this._connection;
+ }
+ set {
+ this._connection = value;
+ if ((this.Adapter.InsertCommand != null)) {
+ this.Adapter.InsertCommand.Connection = value;
+ }
+ if ((this.Adapter.DeleteCommand != null)) {
+ this.Adapter.DeleteCommand.Connection = value;
+ }
+ if ((this.Adapter.UpdateCommand != null)) {
+ this.Adapter.UpdateCommand.Connection = value;
+ }
+ for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
+ if ((this.CommandCollection[i] != null)) {
+ ((global::System.Data.SqlClient.SqlCommand)(this.CommandCollection[i])).Connection = value;
+ }
+ }
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ internal global::System.Data.SqlClient.SqlTransaction Transaction {
+ get {
+ return this._transaction;
+ }
+ set {
+ this._transaction = value;
+ for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
+ this.CommandCollection[i].Transaction = this._transaction;
+ }
+ if (((this.Adapter != null)
+ && (this.Adapter.DeleteCommand != null))) {
+ this.Adapter.DeleteCommand.Transaction = this._transaction;
+ }
+ if (((this.Adapter != null)
+ && (this.Adapter.InsertCommand != null))) {
+ this.Adapter.InsertCommand.Transaction = this._transaction;
+ }
+ if (((this.Adapter != null)
+ && (this.Adapter.UpdateCommand != null))) {
+ this.Adapter.UpdateCommand.Transaction = this._transaction;
+ }
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ protected global::System.Data.SqlClient.SqlCommand[] CommandCollection {
+ get {
+ if ((this._commandCollection == null)) {
+ this.InitCommandCollection();
+ }
+ return this._commandCollection;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool ClearBeforeFill {
+ get {
+ return this._clearBeforeFill;
+ }
+ set {
+ this._clearBeforeFill = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ private void InitAdapter() {
+ this._adapter = new global::System.Data.SqlClient.SqlDataAdapter();
+ global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping();
+ tableMapping.SourceTable = "Table";
+ tableMapping.DataSetTable = "Board";
+ tableMapping.ColumnMappings.Add("idx", "idx");
+ tableMapping.ColumnMappings.Add("bidx", "bidx");
+ tableMapping.ColumnMappings.Add("header", "header");
+ tableMapping.ColumnMappings.Add("cate", "cate");
+ tableMapping.ColumnMappings.Add("title", "title");
+ tableMapping.ColumnMappings.Add("contents", "contents");
+ tableMapping.ColumnMappings.Add("file", "file");
+ tableMapping.ColumnMappings.Add("guid", "guid");
+ tableMapping.ColumnMappings.Add("wuid", "wuid");
+ tableMapping.ColumnMappings.Add("wdate", "wdate");
+ 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 [Board] WHERE (([idx] = @Original_idx) AND ((@IsNull_bidx = 1 AND [bidx] IS NULL) OR ([bidx] = @Original_bidx)) AND ((@IsNull_header = 1 AND [header] IS NULL) OR ([header] = @Original_header)) AND ((@IsNull_cate = 1 AND [cate] IS NULL) OR ([cate] = @Original_cate)) AND ((@IsNull_title = 1 AND [title] IS NULL) OR ([title] = @Original_title)) AND ((@IsNull_file = 1 AND [file] IS NULL) OR ([file] = @Original_file)) AND ((@IsNull_guid = 1 AND [guid] IS NULL) OR ([guid] = @Original_guid)) AND ([wuid] = @Original_wuid) AND ([wdate] = @Original_wdate))";
+ this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text;
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_idx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "idx", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_bidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "bidx", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_bidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "bidx", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_header", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "header", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_header", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "header", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_cate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "cate", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_cate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "cate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_title", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "title", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_title", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "title", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_file", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "file", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_file", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "file", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_guid", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "guid", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_guid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "guid", 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.InsertCommand = new global::System.Data.SqlClient.SqlCommand();
+ this._adapter.InsertCommand.Connection = this.Connection;
+ this._adapter.InsertCommand.CommandText = @"INSERT INTO [Board] ([bidx], [header], [cate], [title], [contents], [file], [guid], [wuid], [wdate]) VALUES (@bidx, @header, @cate, @title, @contents, @file, @guid, @wuid, @wdate);
+SELECT idx, bidx, header, cate, title, contents, [file], guid, wuid, wdate FROM Board WHERE (idx = SCOPE_IDENTITY())";
+ this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@bidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "bidx", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@header", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "header", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@cate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "cate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@title", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "title", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@contents", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "contents", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@file", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "file", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@guid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "guid", 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.UpdateCommand = new global::System.Data.SqlClient.SqlCommand();
+ this._adapter.UpdateCommand.Connection = this.Connection;
+ this._adapter.UpdateCommand.CommandText = @"UPDATE [Board] SET [bidx] = @bidx, [header] = @header, [cate] = @cate, [title] = @title, [contents] = @contents, [file] = @file, [guid] = @guid, [wuid] = @wuid, [wdate] = @wdate WHERE (([idx] = @Original_idx) AND ((@IsNull_bidx = 1 AND [bidx] IS NULL) OR ([bidx] = @Original_bidx)) AND ((@IsNull_header = 1 AND [header] IS NULL) OR ([header] = @Original_header)) AND ((@IsNull_cate = 1 AND [cate] IS NULL) OR ([cate] = @Original_cate)) AND ((@IsNull_title = 1 AND [title] IS NULL) OR ([title] = @Original_title)) AND ((@IsNull_file = 1 AND [file] IS NULL) OR ([file] = @Original_file)) AND ((@IsNull_guid = 1 AND [guid] IS NULL) OR ([guid] = @Original_guid)) AND ([wuid] = @Original_wuid) AND ([wdate] = @Original_wdate));
+SELECT idx, bidx, header, cate, title, contents, [file], guid, wuid, wdate FROM Board WHERE (idx = @idx)";
+ this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@bidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "bidx", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@header", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "header", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@cate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "cate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@title", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "title", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@contents", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "contents", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@file", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "file", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@guid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "guid", 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("@Original_idx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "idx", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_bidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "bidx", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_bidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "bidx", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_header", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "header", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_header", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "header", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_cate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "cate", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_cate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "cate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_title", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "title", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_title", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "title", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_file", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "file", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_file", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "file", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_guid", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "guid", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_guid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "guid", 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("@idx", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "idx", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ private void InitConnection() {
+ this._connection = new global::System.Data.SqlClient.SqlConnection();
+ this._connection.ConnectionString = global::FBS0000.Properties.Settings.Default.gwcs;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ private void InitCommandCollection() {
+ this._commandCollection = new global::System.Data.SqlClient.SqlCommand[1];
+ this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
+ this._commandCollection[0].Connection = this.Connection;
+ this._commandCollection[0].CommandText = "SELECT idx, bidx, header, cate, title, contents, [file], guid, wuid, wdate\r\nFROM" +
+ " Board\r\nWHERE (bidx = @bidx)";
+ this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
+ this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@bidx", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "bidx", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [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.Fill, true)]
+ public virtual int Fill(dsMSSQL.BoardDataTable dataTable, global::System.Nullable bidx) {
+ this.Adapter.SelectCommand = this.CommandCollection[0];
+ if ((bidx.HasValue == true)) {
+ this.Adapter.SelectCommand.Parameters[0].Value = ((int)(bidx.Value));
+ }
+ else {
+ this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value;
+ }
+ if ((this.ClearBeforeFill == true)) {
+ dataTable.Clear();
+ }
+ int returnValue = this.Adapter.Fill(dataTable);
+ return returnValue;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [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.Select, true)]
+ public virtual dsMSSQL.BoardDataTable GetData(global::System.Nullable bidx) {
+ this.Adapter.SelectCommand = this.CommandCollection[0];
+ if ((bidx.HasValue == true)) {
+ this.Adapter.SelectCommand.Parameters[0].Value = ((int)(bidx.Value));
+ }
+ else {
+ this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value;
+ }
+ dsMSSQL.BoardDataTable dataTable = new dsMSSQL.BoardDataTable();
+ this.Adapter.Fill(dataTable);
+ return dataTable;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
+ public virtual int Update(dsMSSQL.BoardDataTable dataTable) {
+ return this.Adapter.Update(dataTable);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
+ public virtual int Update(dsMSSQL dataSet) {
+ return this.Adapter.Update(dataSet, "Board");
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
+ public virtual int Update(global::System.Data.DataRow dataRow) {
+ return this.Adapter.Update(new global::System.Data.DataRow[] {
+ dataRow});
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
+ public virtual int Update(global::System.Data.DataRow[] dataRows) {
+ return this.Adapter.Update(dataRows);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [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(int Original_idx, global::System.Nullable Original_bidx, global::System.Nullable Original_header, string Original_cate, string Original_title, string Original_file, string Original_guid, string Original_wuid, System.DateTime Original_wdate) {
+ this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_idx));
+ if ((Original_bidx.HasValue == true)) {
+ this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(0));
+ this.Adapter.DeleteCommand.Parameters[2].Value = ((int)(Original_bidx.Value));
+ }
+ else {
+ this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(1));
+ this.Adapter.DeleteCommand.Parameters[2].Value = global::System.DBNull.Value;
+ }
+ if ((Original_header.HasValue == true)) {
+ this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(0));
+ this.Adapter.DeleteCommand.Parameters[4].Value = ((bool)(Original_header.Value));
+ }
+ else {
+ this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(1));
+ this.Adapter.DeleteCommand.Parameters[4].Value = global::System.DBNull.Value;
+ }
+ if ((Original_cate == 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_cate));
+ }
+ if ((Original_title == 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_title));
+ }
+ if ((Original_file == 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_file));
+ }
+ if ((Original_guid == null)) {
+ this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(1));
+ this.Adapter.DeleteCommand.Parameters[12].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(0));
+ this.Adapter.DeleteCommand.Parameters[12].Value = ((string)(Original_guid));
+ }
+ if ((Original_wuid == null)) {
+ throw new global::System.ArgumentNullException("Original_wuid");
+ }
+ else {
+ this.Adapter.DeleteCommand.Parameters[13].Value = ((string)(Original_wuid));
+ }
+ this.Adapter.DeleteCommand.Parameters[14].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)) {
+ this.Adapter.DeleteCommand.Connection.Open();
+ }
+ try {
+ int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery();
+ return returnValue;
+ }
+ finally {
+ if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
+ this.Adapter.DeleteCommand.Connection.Close();
+ }
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [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(global::System.Nullable bidx, global::System.Nullable header, string cate, string title, string contents, string file, string guid, string wuid, System.DateTime wdate) {
+ if ((bidx.HasValue == true)) {
+ this.Adapter.InsertCommand.Parameters[0].Value = ((int)(bidx.Value));
+ }
+ else {
+ this.Adapter.InsertCommand.Parameters[0].Value = global::System.DBNull.Value;
+ }
+ if ((header.HasValue == true)) {
+ this.Adapter.InsertCommand.Parameters[1].Value = ((bool)(header.Value));
+ }
+ else {
+ this.Adapter.InsertCommand.Parameters[1].Value = global::System.DBNull.Value;
+ }
+ if ((cate == null)) {
+ this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.InsertCommand.Parameters[2].Value = ((string)(cate));
+ }
+ if ((title == null)) {
+ this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.InsertCommand.Parameters[3].Value = ((string)(title));
+ }
+ if ((contents == null)) {
+ this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.InsertCommand.Parameters[4].Value = ((string)(contents));
+ }
+ if ((file == null)) {
+ this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.InsertCommand.Parameters[5].Value = ((string)(file));
+ }
+ if ((guid == null)) {
+ this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.InsertCommand.Parameters[6].Value = ((string)(guid));
+ }
+ if ((wuid == null)) {
+ throw new global::System.ArgumentNullException("wuid");
+ }
+ else {
+ this.Adapter.InsertCommand.Parameters[7].Value = ((string)(wuid));
+ }
+ this.Adapter.InsertCommand.Parameters[8].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)) {
+ this.Adapter.InsertCommand.Connection.Open();
+ }
+ try {
+ int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery();
+ return returnValue;
+ }
+ finally {
+ if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
+ this.Adapter.InsertCommand.Connection.Close();
+ }
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [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.Update, true)]
+ public virtual int Update(
+ global::System.Nullable bidx,
+ global::System.Nullable header,
+ string cate,
+ string title,
+ string contents,
+ string file,
+ string guid,
+ string wuid,
+ System.DateTime wdate,
+ int Original_idx,
+ global::System.Nullable Original_bidx,
+ global::System.Nullable Original_header,
+ string Original_cate,
+ string Original_title,
+ string Original_file,
+ string Original_guid,
+ string Original_wuid,
+ System.DateTime Original_wdate,
+ int idx) {
+ if ((bidx.HasValue == true)) {
+ this.Adapter.UpdateCommand.Parameters[0].Value = ((int)(bidx.Value));
+ }
+ else {
+ this.Adapter.UpdateCommand.Parameters[0].Value = global::System.DBNull.Value;
+ }
+ if ((header.HasValue == true)) {
+ this.Adapter.UpdateCommand.Parameters[1].Value = ((bool)(header.Value));
+ }
+ else {
+ this.Adapter.UpdateCommand.Parameters[1].Value = global::System.DBNull.Value;
+ }
+ if ((cate == null)) {
+ this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(cate));
+ }
+ if ((title == null)) {
+ this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.UpdateCommand.Parameters[3].Value = ((string)(title));
+ }
+ if ((contents == null)) {
+ this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.UpdateCommand.Parameters[4].Value = ((string)(contents));
+ }
+ if ((file == null)) {
+ this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.UpdateCommand.Parameters[5].Value = ((string)(file));
+ }
+ if ((guid == null)) {
+ this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.UpdateCommand.Parameters[6].Value = ((string)(guid));
+ }
+ if ((wuid == null)) {
+ throw new global::System.ArgumentNullException("wuid");
+ }
+ else {
+ this.Adapter.UpdateCommand.Parameters[7].Value = ((string)(wuid));
+ }
+ this.Adapter.UpdateCommand.Parameters[8].Value = ((System.DateTime)(wdate));
+ this.Adapter.UpdateCommand.Parameters[9].Value = ((int)(Original_idx));
+ if ((Original_bidx.HasValue == true)) {
+ this.Adapter.UpdateCommand.Parameters[10].Value = ((object)(0));
+ this.Adapter.UpdateCommand.Parameters[11].Value = ((int)(Original_bidx.Value));
+ }
+ else {
+ this.Adapter.UpdateCommand.Parameters[10].Value = ((object)(1));
+ this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value;
+ }
+ if ((Original_header.HasValue == true)) {
+ this.Adapter.UpdateCommand.Parameters[12].Value = ((object)(0));
+ this.Adapter.UpdateCommand.Parameters[13].Value = ((bool)(Original_header.Value));
+ }
+ else {
+ this.Adapter.UpdateCommand.Parameters[12].Value = ((object)(1));
+ this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value;
+ }
+ if ((Original_cate == 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_cate));
+ }
+ if ((Original_title == 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_title));
+ }
+ if ((Original_file == 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_file));
+ }
+ if ((Original_guid == 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_guid));
+ }
+ if ((Original_wuid == null)) {
+ throw new global::System.ArgumentNullException("Original_wuid");
+ }
+ else {
+ this.Adapter.UpdateCommand.Parameters[22].Value = ((string)(Original_wuid));
+ }
+ this.Adapter.UpdateCommand.Parameters[23].Value = ((System.DateTime)(Original_wdate));
+ this.Adapter.UpdateCommand.Parameters[24].Value = ((int)(idx));
+ 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)) {
+ this.Adapter.UpdateCommand.Connection.Open();
+ }
+ try {
+ int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery();
+ return returnValue;
+ }
+ finally {
+ if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
+ this.Adapter.UpdateCommand.Connection.Close();
+ }
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [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.Update, true)]
+ public virtual int Update(
+ global::System.Nullable bidx,
+ global::System.Nullable header,
+ string cate,
+ string title,
+ string contents,
+ string file,
+ string guid,
+ string wuid,
+ System.DateTime wdate,
+ int Original_idx,
+ global::System.Nullable Original_bidx,
+ global::System.Nullable Original_header,
+ string Original_cate,
+ string Original_title,
+ string Original_file,
+ string Original_guid,
+ string Original_wuid,
+ System.DateTime Original_wdate) {
+ return this.Update(bidx, header, cate, title, contents, file, guid, wuid, wdate, Original_idx, Original_bidx, Original_header, Original_cate, Original_title, Original_file, Original_guid, Original_wuid, Original_wdate, Original_idx);
+ }
+ }
+
+ ///
+ ///Represents the connection and commands used to retrieve and save data.
+ ///
+ [global::System.ComponentModel.DesignerCategoryAttribute("code")]
+ [global::System.ComponentModel.ToolboxItem(true)]
+ [global::System.ComponentModel.DataObjectAttribute(true)]
+ [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" +
+ ", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
+ public partial class HolydayTableAdapter : global::System.ComponentModel.Component {
+
+ private global::System.Data.SqlClient.SqlDataAdapter _adapter;
+
+ private global::System.Data.SqlClient.SqlConnection _connection;
+
+ private global::System.Data.SqlClient.SqlTransaction _transaction;
+
+ private global::System.Data.SqlClient.SqlCommand[] _commandCollection;
+
+ private bool _clearBeforeFill;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public HolydayTableAdapter() {
+ this.ClearBeforeFill = true;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ protected internal global::System.Data.SqlClient.SqlDataAdapter Adapter {
+ get {
+ if ((this._adapter == null)) {
+ this.InitAdapter();
+ }
+ return this._adapter;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ internal global::System.Data.SqlClient.SqlConnection Connection {
+ get {
+ if ((this._connection == null)) {
+ this.InitConnection();
+ }
+ return this._connection;
+ }
+ set {
+ this._connection = value;
+ if ((this.Adapter.InsertCommand != null)) {
+ this.Adapter.InsertCommand.Connection = value;
+ }
+ if ((this.Adapter.DeleteCommand != null)) {
+ this.Adapter.DeleteCommand.Connection = value;
+ }
+ if ((this.Adapter.UpdateCommand != null)) {
+ this.Adapter.UpdateCommand.Connection = value;
+ }
+ for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
+ if ((this.CommandCollection[i] != null)) {
+ ((global::System.Data.SqlClient.SqlCommand)(this.CommandCollection[i])).Connection = value;
+ }
+ }
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ internal global::System.Data.SqlClient.SqlTransaction Transaction {
+ get {
+ return this._transaction;
+ }
+ set {
+ this._transaction = value;
+ for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
+ this.CommandCollection[i].Transaction = this._transaction;
+ }
+ if (((this.Adapter != null)
+ && (this.Adapter.DeleteCommand != null))) {
+ this.Adapter.DeleteCommand.Transaction = this._transaction;
+ }
+ if (((this.Adapter != null)
+ && (this.Adapter.InsertCommand != null))) {
+ this.Adapter.InsertCommand.Transaction = this._transaction;
+ }
+ if (((this.Adapter != null)
+ && (this.Adapter.UpdateCommand != null))) {
+ this.Adapter.UpdateCommand.Transaction = this._transaction;
+ }
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ protected global::System.Data.SqlClient.SqlCommand[] CommandCollection {
+ get {
+ if ((this._commandCollection == null)) {
+ this.InitCommandCollection();
+ }
+ return this._commandCollection;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool ClearBeforeFill {
+ get {
+ return this._clearBeforeFill;
+ }
+ set {
+ this._clearBeforeFill = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ private void InitAdapter() {
+ this._adapter = new global::System.Data.SqlClient.SqlDataAdapter();
+ global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping();
+ tableMapping.SourceTable = "Table";
+ tableMapping.DataSetTable = "Holyday";
+ tableMapping.ColumnMappings.Add("idx", "idx");
+ tableMapping.ColumnMappings.Add("cate", "cate");
+ tableMapping.ColumnMappings.Add("result", "result");
+ tableMapping.ColumnMappings.Add("sdate", "sdate");
+ tableMapping.ColumnMappings.Add("edate", "edate");
+ tableMapping.ColumnMappings.Add("term", "term");
+ tableMapping.ColumnMappings.Add("title", "title");
+ tableMapping.ColumnMappings.Add("contents", "contents");
+ tableMapping.ColumnMappings.Add("uid", "uid");
+ tableMapping.ColumnMappings.Add("tolist", "tolist");
+ tableMapping.ColumnMappings.Add("mail", "mail");
+ tableMapping.ColumnMappings.Add("mailsend", "mailsend");
+ tableMapping.ColumnMappings.Add("reason", "reason");
+ tableMapping.ColumnMappings.Add("wuid", "wuid");
+ tableMapping.ColumnMappings.Add("wdate", "wdate");
+ 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 [Holyday] WHERE (([idx] = @Original_idx) AND ((@IsNull_cate = 1 AND [cate] IS NULL) OR ([cate] = @Original_cate)) AND ((@IsNull_result = 1 AND [result] IS NULL) OR ([result] = @Original_result)) AND ((@IsNull_sdate = 1 AND [sdate] IS NULL) OR ([sdate] = @Original_sdate)) AND ((@IsNull_edate = 1 AND [edate] IS NULL) OR ([edate] = @Original_edate)) AND ((@IsNull_term = 1 AND [term] IS NULL) OR ([term] = @Original_term)) AND ((@IsNull_title = 1 AND [title] IS NULL) OR ([title] = @Original_title)) AND ((@IsNull_uid = 1 AND [uid] IS NULL) OR ([uid] = @Original_uid)) AND ((@IsNull_mail = 1 AND [mail] IS NULL) OR ([mail] = @Original_mail)) AND ((@IsNull_mailsend = 1 AND [mailsend] IS NULL) OR ([mailsend] = @Original_mailsend)) AND ([wuid] = @Original_wuid) AND ([wdate] = @Original_wdate))";
+ this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text;
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_idx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "idx", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_cate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "cate", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_cate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "cate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_result", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "result", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_result", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "result", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_sdate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "sdate", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_sdate", global::System.Data.SqlDbType.Date, 0, global::System.Data.ParameterDirection.Input, 0, 0, "sdate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_edate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "edate", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_edate", global::System.Data.SqlDbType.Date, 0, global::System.Data.ParameterDirection.Input, 0, 0, "edate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_term", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "term", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_term", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "term", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_title", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "title", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_title", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "title", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_uid", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "uid", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_uid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "uid", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_mail", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "mail", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_mail", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "mail", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_mailsend", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "mailsend", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
+ this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_mailsend", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "mailsend", 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.InsertCommand = new global::System.Data.SqlClient.SqlCommand();
+ this._adapter.InsertCommand.Connection = this.Connection;
+ this._adapter.InsertCommand.CommandText = @"INSERT INTO [Holyday] ([cate], [result], [sdate], [edate], [term], [title], [contents], [uid], [tolist], [mail], [mailsend], [reason], [wuid], [wdate]) VALUES (@cate, @result, @sdate, @edate, @term, @title, @contents, @uid, @tolist, @mail, @mailsend, @reason, @wuid, @wdate);
+SELECT idx, cate, result, sdate, edate, term, title, contents, uid, tolist, mail, mailsend, reason, wuid, wdate FROM Holyday WHERE (idx = SCOPE_IDENTITY()) ORDER BY sdate, edate";
+ this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@cate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "cate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@result", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "result", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@sdate", global::System.Data.SqlDbType.Date, 0, global::System.Data.ParameterDirection.Input, 0, 0, "sdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@edate", global::System.Data.SqlDbType.Date, 0, global::System.Data.ParameterDirection.Input, 0, 0, "edate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@term", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "term", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@title", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "title", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@contents", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "contents", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@uid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "uid", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@tolist", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "tolist", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@mail", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "mail", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@mailsend", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "mailsend", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@reason", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "reason", 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.UpdateCommand = new global::System.Data.SqlClient.SqlCommand();
+ this._adapter.UpdateCommand.Connection = this.Connection;
+ this._adapter.UpdateCommand.CommandText = @"UPDATE [Holyday] SET [cate] = @cate, [result] = @result, [sdate] = @sdate, [edate] = @edate, [term] = @term, [title] = @title, [contents] = @contents, [uid] = @uid, [tolist] = @tolist, [mail] = @mail, [mailsend] = @mailsend, [reason] = @reason, [wuid] = @wuid, [wdate] = @wdate WHERE (([idx] = @Original_idx) AND ((@IsNull_cate = 1 AND [cate] IS NULL) OR ([cate] = @Original_cate)) AND ((@IsNull_result = 1 AND [result] IS NULL) OR ([result] = @Original_result)) AND ((@IsNull_sdate = 1 AND [sdate] IS NULL) OR ([sdate] = @Original_sdate)) AND ((@IsNull_edate = 1 AND [edate] IS NULL) OR ([edate] = @Original_edate)) AND ((@IsNull_term = 1 AND [term] IS NULL) OR ([term] = @Original_term)) AND ((@IsNull_title = 1 AND [title] IS NULL) OR ([title] = @Original_title)) AND ((@IsNull_uid = 1 AND [uid] IS NULL) OR ([uid] = @Original_uid)) AND ((@IsNull_mail = 1 AND [mail] IS NULL) OR ([mail] = @Original_mail)) AND ((@IsNull_mailsend = 1 AND [mailsend] IS NULL) OR ([mailsend] = @Original_mailsend)) AND ([wuid] = @Original_wuid) AND ([wdate] = @Original_wdate));
+SELECT idx, cate, result, sdate, edate, term, title, contents, uid, tolist, mail, mailsend, reason, wuid, wdate FROM Holyday WHERE (idx = @idx) ORDER BY sdate, edate";
+ this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@cate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "cate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@result", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "result", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@sdate", global::System.Data.SqlDbType.Date, 0, global::System.Data.ParameterDirection.Input, 0, 0, "sdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@edate", global::System.Data.SqlDbType.Date, 0, global::System.Data.ParameterDirection.Input, 0, 0, "edate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@term", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "term", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@title", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "title", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@contents", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "contents", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@uid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "uid", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@tolist", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "tolist", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@mail", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "mail", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@mailsend", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "mailsend", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@reason", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "reason", 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("@Original_idx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "idx", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_cate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "cate", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_cate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "cate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_result", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "result", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_result", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "result", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_sdate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "sdate", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_sdate", global::System.Data.SqlDbType.Date, 0, global::System.Data.ParameterDirection.Input, 0, 0, "sdate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_edate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "edate", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_edate", global::System.Data.SqlDbType.Date, 0, global::System.Data.ParameterDirection.Input, 0, 0, "edate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_term", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "term", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_term", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "term", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_title", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "title", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_title", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "title", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_uid", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "uid", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_uid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "uid", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_mail", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "mail", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_mail", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "mail", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_mailsend", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "mailsend", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
+ this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_mailsend", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "mailsend", 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("@idx", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "idx", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ private void InitConnection() {
+ this._connection = new global::System.Data.SqlClient.SqlConnection();
+ this._connection.ConnectionString = global::FBS0000.Properties.Settings.Default.gwcs;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ private void InitCommandCollection() {
+ this._commandCollection = new global::System.Data.SqlClient.SqlCommand[1];
+ this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
+ this._commandCollection[0].Connection = this.Connection;
+ this._commandCollection[0].CommandText = "SELECT idx, cate, result, sdate, edate, term, title, contents, uid, tolist, mail" +
+ ", mailsend, reason, wuid, wdate\r\nFROM Holyday\r\nWHERE (sdate >= @sd) AND (ed" +
+ "ate <= @ed) AND (wuid LIKE @uid)\r\nORDER BY sdate, edate";
+ this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
+ this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@sd", global::System.Data.SqlDbType.Date, 3, global::System.Data.ParameterDirection.Input, 0, 0, "sdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ed", global::System.Data.SqlDbType.Date, 3, global::System.Data.ParameterDirection.Input, 0, 0, "edate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@uid", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "wuid", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [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.Fill, true)]
+ public virtual int Fill(dsMSSQL.HolydayDataTable dataTable, string sd, string ed, string uid) {
+ this.Adapter.SelectCommand = this.CommandCollection[0];
+ if ((sd == null)) {
+ this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.SelectCommand.Parameters[0].Value = ((string)(sd));
+ }
+ if ((ed == null)) {
+ this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.SelectCommand.Parameters[1].Value = ((string)(ed));
+ }
+ if ((uid == null)) {
+ throw new global::System.ArgumentNullException("uid");
+ }
+ else {
+ this.Adapter.SelectCommand.Parameters[2].Value = ((string)(uid));
+ }
+ if ((this.ClearBeforeFill == true)) {
+ dataTable.Clear();
+ }
+ int returnValue = this.Adapter.Fill(dataTable);
+ return returnValue;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [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.Select, true)]
+ public virtual dsMSSQL.HolydayDataTable GetData(string sd, string ed, string uid) {
+ this.Adapter.SelectCommand = this.CommandCollection[0];
+ if ((sd == null)) {
+ this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.SelectCommand.Parameters[0].Value = ((string)(sd));
+ }
+ if ((ed == null)) {
+ this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.SelectCommand.Parameters[1].Value = ((string)(ed));
+ }
+ if ((uid == null)) {
+ throw new global::System.ArgumentNullException("uid");
+ }
+ else {
+ this.Adapter.SelectCommand.Parameters[2].Value = ((string)(uid));
+ }
+ dsMSSQL.HolydayDataTable dataTable = new dsMSSQL.HolydayDataTable();
+ this.Adapter.Fill(dataTable);
+ return dataTable;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
+ public virtual int Update(dsMSSQL.HolydayDataTable dataTable) {
+ return this.Adapter.Update(dataTable);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
+ public virtual int Update(dsMSSQL dataSet) {
+ return this.Adapter.Update(dataSet, "Holyday");
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
+ public virtual int Update(global::System.Data.DataRow dataRow) {
+ return this.Adapter.Update(new global::System.Data.DataRow[] {
+ dataRow});
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
+ public virtual int Update(global::System.Data.DataRow[] dataRows) {
+ return this.Adapter.Update(dataRows);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [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(int Original_idx, string Original_cate, string Original_result, global::System.Nullable Original_sdate, global::System.Nullable Original_edate, global::System.Nullable Original_term, string Original_title, string Original_uid, global::System.Nullable Original_mail, global::System.Nullable Original_mailsend, string Original_wuid, System.DateTime Original_wdate) {
+ this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_idx));
+ if ((Original_cate == null)) {
+ this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(1));
+ this.Adapter.DeleteCommand.Parameters[2].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(0));
+ this.Adapter.DeleteCommand.Parameters[2].Value = ((string)(Original_cate));
+ }
+ if ((Original_result == null)) {
+ this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(1));
+ this.Adapter.DeleteCommand.Parameters[4].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(0));
+ this.Adapter.DeleteCommand.Parameters[4].Value = ((string)(Original_result));
+ }
+ if ((Original_sdate.HasValue == true)) {
+ this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(0));
+ this.Adapter.DeleteCommand.Parameters[6].Value = ((System.DateTime)(Original_sdate.Value));
+ }
+ else {
+ this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(1));
+ this.Adapter.DeleteCommand.Parameters[6].Value = global::System.DBNull.Value;
+ }
+ if ((Original_edate.HasValue == true)) {
+ this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(0));
+ this.Adapter.DeleteCommand.Parameters[8].Value = ((System.DateTime)(Original_edate.Value));
+ }
+ else {
+ this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(1));
+ this.Adapter.DeleteCommand.Parameters[8].Value = global::System.DBNull.Value;
+ }
+ if ((Original_term.HasValue == true)) {
+ this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(0));
+ this.Adapter.DeleteCommand.Parameters[10].Value = ((double)(Original_term.Value));
+ }
+ else {
+ this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(1));
+ this.Adapter.DeleteCommand.Parameters[10].Value = global::System.DBNull.Value;
+ }
+ if ((Original_title == null)) {
+ this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(1));
+ this.Adapter.DeleteCommand.Parameters[12].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(0));
+ this.Adapter.DeleteCommand.Parameters[12].Value = ((string)(Original_title));
+ }
+ if ((Original_uid == null)) {
+ 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_uid));
+ }
+ if ((Original_mail.HasValue == true)) {
+ this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(0));
+ this.Adapter.DeleteCommand.Parameters[16].Value = ((bool)(Original_mail.Value));
+ }
+ else {
+ this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(1));
+ this.Adapter.DeleteCommand.Parameters[16].Value = global::System.DBNull.Value;
+ }
+ if ((Original_mailsend.HasValue == true)) {
+ this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(0));
+ this.Adapter.DeleteCommand.Parameters[18].Value = ((bool)(Original_mailsend.Value));
+ }
+ else {
+ this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(1));
+ this.Adapter.DeleteCommand.Parameters[18].Value = global::System.DBNull.Value;
+ }
+ if ((Original_wuid == null)) {
+ throw new global::System.ArgumentNullException("Original_wuid");
+ }
+ else {
+ this.Adapter.DeleteCommand.Parameters[19].Value = ((string)(Original_wuid));
+ }
+ this.Adapter.DeleteCommand.Parameters[20].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)) {
+ this.Adapter.DeleteCommand.Connection.Open();
+ }
+ try {
+ int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery();
+ return returnValue;
+ }
+ finally {
+ if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
+ this.Adapter.DeleteCommand.Connection.Close();
+ }
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [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 cate, string result, global::System.Nullable sdate, global::System.Nullable edate, global::System.Nullable term, string title, string contents, string uid, string tolist, global::System.Nullable mail, global::System.Nullable mailsend, string reason, string wuid, System.DateTime wdate) {
+ if ((cate == null)) {
+ this.Adapter.InsertCommand.Parameters[0].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.InsertCommand.Parameters[0].Value = ((string)(cate));
+ }
+ if ((result == null)) {
+ this.Adapter.InsertCommand.Parameters[1].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.InsertCommand.Parameters[1].Value = ((string)(result));
+ }
+ if ((sdate.HasValue == true)) {
+ this.Adapter.InsertCommand.Parameters[2].Value = ((System.DateTime)(sdate.Value));
+ }
+ else {
+ this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value;
+ }
+ if ((edate.HasValue == true)) {
+ this.Adapter.InsertCommand.Parameters[3].Value = ((System.DateTime)(edate.Value));
+ }
+ else {
+ this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value;
+ }
+ if ((term.HasValue == true)) {
+ this.Adapter.InsertCommand.Parameters[4].Value = ((double)(term.Value));
+ }
+ else {
+ this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value;
+ }
+ if ((title == null)) {
+ this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.InsertCommand.Parameters[5].Value = ((string)(title));
+ }
+ if ((contents == null)) {
+ this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.InsertCommand.Parameters[6].Value = ((string)(contents));
+ }
+ if ((uid == null)) {
+ this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.InsertCommand.Parameters[7].Value = ((string)(uid));
+ }
+ if ((tolist == null)) {
+ this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.InsertCommand.Parameters[8].Value = ((string)(tolist));
+ }
+ if ((mail.HasValue == true)) {
+ this.Adapter.InsertCommand.Parameters[9].Value = ((bool)(mail.Value));
+ }
+ else {
+ this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value;
+ }
+ if ((mailsend.HasValue == true)) {
+ this.Adapter.InsertCommand.Parameters[10].Value = ((bool)(mailsend.Value));
+ }
+ else {
+ this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value;
+ }
+ if ((reason == null)) {
+ this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.InsertCommand.Parameters[11].Value = ((string)(reason));
+ }
+ if ((wuid == null)) {
+ throw new global::System.ArgumentNullException("wuid");
+ }
+ else {
+ this.Adapter.InsertCommand.Parameters[12].Value = ((string)(wuid));
+ }
+ this.Adapter.InsertCommand.Parameters[13].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)) {
+ this.Adapter.InsertCommand.Connection.Open();
+ }
+ try {
+ int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery();
+ return returnValue;
+ }
+ finally {
+ if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
+ this.Adapter.InsertCommand.Connection.Close();
+ }
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [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.Update, true)]
+ public virtual int Update(
+ string cate,
+ string result,
+ global::System.Nullable sdate,
+ global::System.Nullable edate,
+ global::System.Nullable term,
+ string title,
+ string contents,
+ string uid,
+ string tolist,
+ global::System.Nullable mail,
+ global::System.Nullable mailsend,
+ string reason,
+ string wuid,
+ System.DateTime wdate,
+ int Original_idx,
+ string Original_cate,
+ string Original_result,
+ global::System.Nullable Original_sdate,
+ global::System.Nullable Original_edate,
+ global::System.Nullable Original_term,
+ string Original_title,
+ string Original_uid,
+ global::System.Nullable Original_mail,
+ global::System.Nullable Original_mailsend,
+ string Original_wuid,
+ System.DateTime Original_wdate,
+ int idx) {
+ if ((cate == null)) {
+ this.Adapter.UpdateCommand.Parameters[0].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(cate));
+ }
+ if ((result == null)) {
+ this.Adapter.UpdateCommand.Parameters[1].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(result));
+ }
+ if ((sdate.HasValue == true)) {
+ this.Adapter.UpdateCommand.Parameters[2].Value = ((System.DateTime)(sdate.Value));
+ }
+ else {
+ this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value;
+ }
+ if ((edate.HasValue == true)) {
+ this.Adapter.UpdateCommand.Parameters[3].Value = ((System.DateTime)(edate.Value));
+ }
+ else {
+ this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value;
+ }
+ if ((term.HasValue == true)) {
+ this.Adapter.UpdateCommand.Parameters[4].Value = ((double)(term.Value));
+ }
+ else {
+ this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value;
+ }
+ if ((title == null)) {
+ this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.UpdateCommand.Parameters[5].Value = ((string)(title));
+ }
+ if ((contents == null)) {
+ this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.UpdateCommand.Parameters[6].Value = ((string)(contents));
+ }
+ if ((uid == null)) {
+ this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.UpdateCommand.Parameters[7].Value = ((string)(uid));
+ }
+ if ((tolist == null)) {
+ this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.UpdateCommand.Parameters[8].Value = ((string)(tolist));
+ }
+ if ((mail.HasValue == true)) {
+ this.Adapter.UpdateCommand.Parameters[9].Value = ((bool)(mail.Value));
+ }
+ else {
+ this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value;
+ }
+ if ((mailsend.HasValue == true)) {
+ this.Adapter.UpdateCommand.Parameters[10].Value = ((bool)(mailsend.Value));
+ }
+ else {
+ this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value;
+ }
+ if ((reason == null)) {
+ this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.UpdateCommand.Parameters[11].Value = ((string)(reason));
+ }
+ if ((wuid == null)) {
+ throw new global::System.ArgumentNullException("wuid");
+ }
+ else {
+ this.Adapter.UpdateCommand.Parameters[12].Value = ((string)(wuid));
+ }
+ this.Adapter.UpdateCommand.Parameters[13].Value = ((System.DateTime)(wdate));
+ this.Adapter.UpdateCommand.Parameters[14].Value = ((int)(Original_idx));
+ if ((Original_cate == null)) {
+ this.Adapter.UpdateCommand.Parameters[15].Value = ((object)(1));
+ this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.UpdateCommand.Parameters[15].Value = ((object)(0));
+ this.Adapter.UpdateCommand.Parameters[16].Value = ((string)(Original_cate));
+ }
+ if ((Original_result == null)) {
+ this.Adapter.UpdateCommand.Parameters[17].Value = ((object)(1));
+ this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.UpdateCommand.Parameters[17].Value = ((object)(0));
+ this.Adapter.UpdateCommand.Parameters[18].Value = ((string)(Original_result));
+ }
+ if ((Original_sdate.HasValue == true)) {
+ this.Adapter.UpdateCommand.Parameters[19].Value = ((object)(0));
+ this.Adapter.UpdateCommand.Parameters[20].Value = ((System.DateTime)(Original_sdate.Value));
+ }
+ else {
+ this.Adapter.UpdateCommand.Parameters[19].Value = ((object)(1));
+ this.Adapter.UpdateCommand.Parameters[20].Value = global::System.DBNull.Value;
+ }
+ if ((Original_edate.HasValue == true)) {
+ this.Adapter.UpdateCommand.Parameters[21].Value = ((object)(0));
+ this.Adapter.UpdateCommand.Parameters[22].Value = ((System.DateTime)(Original_edate.Value));
+ }
+ else {
+ this.Adapter.UpdateCommand.Parameters[21].Value = ((object)(1));
+ this.Adapter.UpdateCommand.Parameters[22].Value = global::System.DBNull.Value;
+ }
+ if ((Original_term.HasValue == true)) {
+ this.Adapter.UpdateCommand.Parameters[23].Value = ((object)(0));
+ this.Adapter.UpdateCommand.Parameters[24].Value = ((double)(Original_term.Value));
+ }
+ else {
+ this.Adapter.UpdateCommand.Parameters[23].Value = ((object)(1));
+ this.Adapter.UpdateCommand.Parameters[24].Value = global::System.DBNull.Value;
+ }
+ if ((Original_title == null)) {
+ this.Adapter.UpdateCommand.Parameters[25].Value = ((object)(1));
+ this.Adapter.UpdateCommand.Parameters[26].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.UpdateCommand.Parameters[25].Value = ((object)(0));
+ this.Adapter.UpdateCommand.Parameters[26].Value = ((string)(Original_title));
+ }
+ if ((Original_uid == null)) {
+ this.Adapter.UpdateCommand.Parameters[27].Value = ((object)(1));
+ this.Adapter.UpdateCommand.Parameters[28].Value = global::System.DBNull.Value;
+ }
+ else {
+ this.Adapter.UpdateCommand.Parameters[27].Value = ((object)(0));
+ this.Adapter.UpdateCommand.Parameters[28].Value = ((string)(Original_uid));
+ }
+ if ((Original_mail.HasValue == true)) {
+ this.Adapter.UpdateCommand.Parameters[29].Value = ((object)(0));
+ this.Adapter.UpdateCommand.Parameters[30].Value = ((bool)(Original_mail.Value));
+ }
+ else {
+ this.Adapter.UpdateCommand.Parameters[29].Value = ((object)(1));
+ this.Adapter.UpdateCommand.Parameters[30].Value = global::System.DBNull.Value;
+ }
+ if ((Original_mailsend.HasValue == true)) {
+ this.Adapter.UpdateCommand.Parameters[31].Value = ((object)(0));
+ this.Adapter.UpdateCommand.Parameters[32].Value = ((bool)(Original_mailsend.Value));
+ }
+ else {
+ this.Adapter.UpdateCommand.Parameters[31].Value = ((object)(1));
+ this.Adapter.UpdateCommand.Parameters[32].Value = global::System.DBNull.Value;
+ }
+ if ((Original_wuid == null)) {
+ throw new global::System.ArgumentNullException("Original_wuid");
+ }
+ else {
+ this.Adapter.UpdateCommand.Parameters[33].Value = ((string)(Original_wuid));
+ }
+ this.Adapter.UpdateCommand.Parameters[34].Value = ((System.DateTime)(Original_wdate));
+ this.Adapter.UpdateCommand.Parameters[35].Value = ((int)(idx));
+ 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)) {
+ this.Adapter.UpdateCommand.Connection.Open();
+ }
+ try {
+ int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery();
+ return returnValue;
+ }
+ finally {
+ if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
+ this.Adapter.UpdateCommand.Connection.Close();
+ }
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [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.Update, true)]
+ public virtual int Update(
+ string cate,
+ string result,
+ global::System.Nullable sdate,
+ global::System.Nullable edate,
+ global::System.Nullable term,
+ string title,
+ string contents,
+ string uid,
+ string tolist,
+ global::System.Nullable mail,
+ global::System.Nullable mailsend,
+ string reason,
+ string wuid,
+ System.DateTime wdate,
+ int Original_idx,
+ string Original_cate,
+ string Original_result,
+ global::System.Nullable Original_sdate,
+ global::System.Nullable Original_edate,
+ global::System.Nullable Original_term,
+ string Original_title,
+ string Original_uid,
+ global::System.Nullable Original_mail,
+ global::System.Nullable Original_mailsend,
+ string Original_wuid,
+ System.DateTime Original_wdate) {
+ return this.Update(cate, result, sdate, edate, term, title, contents, uid, tolist, mail, mailsend, reason, wuid, wdate, Original_idx, Original_cate, Original_result, Original_sdate, Original_edate, Original_term, Original_title, Original_uid, Original_mail, Original_mailsend, Original_wuid, Original_wdate, Original_idx);
+ }
+ }
+
+ ///
+ ///TableAdapterManager is used to coordinate TableAdapters in the dataset to enable Hierarchical Update scenarios
+ ///
+ [global::System.ComponentModel.DesignerCategoryAttribute("code")]
+ [global::System.ComponentModel.ToolboxItem(true)]
+ [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerDesigner, Microsoft.VSD" +
+ "esigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapterManager")]
+ public partial class TableAdapterManager : global::System.ComponentModel.Component {
+
+ private UpdateOrderOption _updateOrder;
+
+ private minutesTableAdapter _minutesTableAdapter;
+
+ private BoardTableAdapter _boardTableAdapter;
+
+ private HolydayTableAdapter _holydayTableAdapter;
+
+ private bool _backupDataSetBeforeUpdate;
+
+ private global::System.Data.IDbConnection _connection;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public UpdateOrderOption UpdateOrder {
+ get {
+ return this._updateOrder;
+ }
+ set {
+ this._updateOrder = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ [global::System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerPropertyEditor, Microso" +
+ "ft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3" +
+ "a", "System.Drawing.Design.UITypeEditor")]
+ public minutesTableAdapter minutesTableAdapter {
+ get {
+ return this._minutesTableAdapter;
+ }
+ set {
+ this._minutesTableAdapter = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ [global::System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerPropertyEditor, Microso" +
+ "ft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3" +
+ "a", "System.Drawing.Design.UITypeEditor")]
+ public BoardTableAdapter BoardTableAdapter {
+ get {
+ return this._boardTableAdapter;
+ }
+ set {
+ this._boardTableAdapter = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ [global::System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerPropertyEditor, Microso" +
+ "ft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3" +
+ "a", "System.Drawing.Design.UITypeEditor")]
+ public HolydayTableAdapter HolydayTableAdapter {
+ get {
+ return this._holydayTableAdapter;
+ }
+ set {
+ this._holydayTableAdapter = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool BackupDataSetBeforeUpdate {
+ get {
+ return this._backupDataSetBeforeUpdate;
+ }
+ set {
+ this._backupDataSetBeforeUpdate = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ [global::System.ComponentModel.Browsable(false)]
+ public global::System.Data.IDbConnection Connection {
+ get {
+ if ((this._connection != null)) {
+ return this._connection;
+ }
+ if (((this._minutesTableAdapter != null)
+ && (this._minutesTableAdapter.Connection != null))) {
+ return this._minutesTableAdapter.Connection;
+ }
+ if (((this._boardTableAdapter != null)
+ && (this._boardTableAdapter.Connection != null))) {
+ return this._boardTableAdapter.Connection;
+ }
+ if (((this._holydayTableAdapter != null)
+ && (this._holydayTableAdapter.Connection != null))) {
+ return this._holydayTableAdapter.Connection;
+ }
+ return null;
+ }
+ set {
+ this._connection = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ [global::System.ComponentModel.Browsable(false)]
+ public int TableAdapterInstanceCount {
+ get {
+ int count = 0;
+ if ((this._minutesTableAdapter != null)) {
+ count = (count + 1);
+ }
+ if ((this._boardTableAdapter != null)) {
+ count = (count + 1);
+ }
+ if ((this._holydayTableAdapter != null)) {
+ count = (count + 1);
+ }
+ return count;
+ }
+ }
+
+ ///
+ ///Update rows in top-down order.
+ ///
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ private int UpdateUpdatedRows(dsMSSQL dataSet, global::System.Collections.Generic.List allChangedRows, global::System.Collections.Generic.List allAddedRows) {
+ int result = 0;
+ if ((this._minutesTableAdapter != null)) {
+ global::System.Data.DataRow[] updatedRows = dataSet.minutes.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
+ updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
+ if (((updatedRows != null)
+ && (0 < updatedRows.Length))) {
+ result = (result + this._minutesTableAdapter.Update(updatedRows));
+ allChangedRows.AddRange(updatedRows);
+ }
+ }
+ if ((this._boardTableAdapter != null)) {
+ global::System.Data.DataRow[] updatedRows = dataSet.Board.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
+ updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
+ if (((updatedRows != null)
+ && (0 < updatedRows.Length))) {
+ result = (result + this._boardTableAdapter.Update(updatedRows));
+ allChangedRows.AddRange(updatedRows);
+ }
+ }
+ if ((this._holydayTableAdapter != null)) {
+ global::System.Data.DataRow[] updatedRows = dataSet.Holyday.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
+ updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
+ if (((updatedRows != null)
+ && (0 < updatedRows.Length))) {
+ result = (result + this._holydayTableAdapter.Update(updatedRows));
+ allChangedRows.AddRange(updatedRows);
+ }
+ }
+ return result;
+ }
+
+ ///
+ ///Insert rows in top-down order.
+ ///
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ private int UpdateInsertedRows(dsMSSQL dataSet, global::System.Collections.Generic.List allAddedRows) {
+ int result = 0;
+ if ((this._minutesTableAdapter != null)) {
+ global::System.Data.DataRow[] addedRows = dataSet.minutes.Select(null, null, global::System.Data.DataViewRowState.Added);
+ if (((addedRows != null)
+ && (0 < addedRows.Length))) {
+ result = (result + this._minutesTableAdapter.Update(addedRows));
+ allAddedRows.AddRange(addedRows);
+ }
+ }
+ if ((this._boardTableAdapter != null)) {
+ global::System.Data.DataRow[] addedRows = dataSet.Board.Select(null, null, global::System.Data.DataViewRowState.Added);
+ if (((addedRows != null)
+ && (0 < addedRows.Length))) {
+ result = (result + this._boardTableAdapter.Update(addedRows));
+ allAddedRows.AddRange(addedRows);
+ }
+ }
+ if ((this._holydayTableAdapter != null)) {
+ global::System.Data.DataRow[] addedRows = dataSet.Holyday.Select(null, null, global::System.Data.DataViewRowState.Added);
+ if (((addedRows != null)
+ && (0 < addedRows.Length))) {
+ result = (result + this._holydayTableAdapter.Update(addedRows));
+ allAddedRows.AddRange(addedRows);
+ }
+ }
+ return result;
+ }
+
+ ///
+ ///Delete rows in bottom-up order.
+ ///
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ private int UpdateDeletedRows(dsMSSQL dataSet, global::System.Collections.Generic.List allChangedRows) {
+ int result = 0;
+ if ((this._holydayTableAdapter != null)) {
+ global::System.Data.DataRow[] deletedRows = dataSet.Holyday.Select(null, null, global::System.Data.DataViewRowState.Deleted);
+ if (((deletedRows != null)
+ && (0 < deletedRows.Length))) {
+ result = (result + this._holydayTableAdapter.Update(deletedRows));
+ allChangedRows.AddRange(deletedRows);
+ }
+ }
+ if ((this._boardTableAdapter != null)) {
+ global::System.Data.DataRow[] deletedRows = dataSet.Board.Select(null, null, global::System.Data.DataViewRowState.Deleted);
+ if (((deletedRows != null)
+ && (0 < deletedRows.Length))) {
+ result = (result + this._boardTableAdapter.Update(deletedRows));
+ allChangedRows.AddRange(deletedRows);
+ }
+ }
+ if ((this._minutesTableAdapter != null)) {
+ global::System.Data.DataRow[] deletedRows = dataSet.minutes.Select(null, null, global::System.Data.DataViewRowState.Deleted);
+ if (((deletedRows != null)
+ && (0 < deletedRows.Length))) {
+ result = (result + this._minutesTableAdapter.Update(deletedRows));
+ allChangedRows.AddRange(deletedRows);
+ }
+ }
+ return result;
+ }
+
+ ///
+ ///Remove inserted rows that become updated rows after calling TableAdapter.Update(inserted rows) first
+ ///
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ private global::System.Data.DataRow[] GetRealUpdatedRows(global::System.Data.DataRow[] updatedRows, global::System.Collections.Generic.List allAddedRows) {
+ if (((updatedRows == null)
+ || (updatedRows.Length < 1))) {
+ return updatedRows;
+ }
+ if (((allAddedRows == null)
+ || (allAddedRows.Count < 1))) {
+ return updatedRows;
+ }
+ global::System.Collections.Generic.List realUpdatedRows = new global::System.Collections.Generic.List();
+ for (int i = 0; (i < updatedRows.Length); i = (i + 1)) {
+ global::System.Data.DataRow row = updatedRows[i];
+ if ((allAddedRows.Contains(row) == false)) {
+ realUpdatedRows.Add(row);
+ }
+ }
+ return realUpdatedRows.ToArray();
+ }
+
+ ///
+ ///Update all changes to the dataset.
+ ///
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public virtual int UpdateAll(dsMSSQL dataSet) {
+ if ((dataSet == null)) {
+ throw new global::System.ArgumentNullException("dataSet");
+ }
+ if ((dataSet.HasChanges() == false)) {
+ return 0;
+ }
+ if (((this._minutesTableAdapter != null)
+ && (this.MatchTableAdapterConnection(this._minutesTableAdapter.Connection) == false))) {
+ throw new global::System.ArgumentException("TableAdapterManager에서 관리하는 모든 TableAdapter에는 동일한 연결 문자열을 사용해야 합니다.");
+ }
+ if (((this._boardTableAdapter != null)
+ && (this.MatchTableAdapterConnection(this._boardTableAdapter.Connection) == false))) {
+ throw new global::System.ArgumentException("TableAdapterManager에서 관리하는 모든 TableAdapter에는 동일한 연결 문자열을 사용해야 합니다.");
+ }
+ if (((this._holydayTableAdapter != null)
+ && (this.MatchTableAdapterConnection(this._holydayTableAdapter.Connection) == false))) {
+ throw new global::System.ArgumentException("TableAdapterManager에서 관리하는 모든 TableAdapter에는 동일한 연결 문자열을 사용해야 합니다.");
+ }
+ global::System.Data.IDbConnection workConnection = this.Connection;
+ if ((workConnection == null)) {
+ throw new global::System.ApplicationException("TableAdapterManager에 연결 정보가 없습니다. 각 TableAdapterManager TableAdapter 속성을 올바른 Tabl" +
+ "eAdapter 인스턴스로 설정하십시오.");
+ }
+ bool workConnOpened = false;
+ if (((workConnection.State & global::System.Data.ConnectionState.Broken)
+ == global::System.Data.ConnectionState.Broken)) {
+ workConnection.Close();
+ }
+ if ((workConnection.State == global::System.Data.ConnectionState.Closed)) {
+ workConnection.Open();
+ workConnOpened = true;
+ }
+ global::System.Data.IDbTransaction workTransaction = workConnection.BeginTransaction();
+ if ((workTransaction == null)) {
+ throw new global::System.ApplicationException("트랜잭션을 시작할 수 없습니다. 현재 데이터 연결에서 트랜잭션이 지원되지 않거나 현재 상태에서 트랜잭션을 시작할 수 없습니다.");
+ }
+ global::System.Collections.Generic.List allChangedRows = new global::System.Collections.Generic.List();
+ global::System.Collections.Generic.List allAddedRows = new global::System.Collections.Generic.List();
+ global::System.Collections.Generic.List adaptersWithAcceptChangesDuringUpdate = new global::System.Collections.Generic.List();
+ global::System.Collections.Generic.Dictionary