장비관리를 별도의 프로젝트로 분리 -
개별 프로젝트 참조를 위한 뼈대 생성 - 공용은 fcommon 으로 이 관
This commit is contained in:
		
							
								
								
									
										27
									
								
								EETGW.sln
									
									
									
									
									
								
							
							
						
						
									
										27
									
								
								EETGW.sln
									
									
									
									
									
								
							| @@ -9,11 +9,13 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sub", "Sub", "{28105E67-9D3 | ||||
| EndProject | ||||
| Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StaffLayoutCtl", "Sub\StaffLayoutCtl\StaffLayoutCtl.csproj", "{B832738C-74DD-4CE2-8A29-98D0BCBB9EA4}" | ||||
| EndProject | ||||
| Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "test", "Sub\test\test.csproj", "{BDF730D5-8AC0-4C17-9A85-C93996B4E132}" | ||||
| EndProject | ||||
| Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AmkorRestfulService", "..\..\_Library\AmkorRestfulService\AmkorRestfulService\AmkorRestfulService.csproj", "{58CFC90C-5068-46A2-A8DE-0E92EE9E0990}" | ||||
| EndProject | ||||
| Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "arControl", "..\..\_Library\arControl\arControl\arControl.csproj", "{F31C242C-1B15-4518-9733-48558499FE4B}" | ||||
| Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FEQ0000", "SubProject\FEQ0000\FEQ0000.csproj", "{C2E0627D-0623-4B68-A558-37CBCE6BDCA6}" | ||||
| EndProject | ||||
| Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FCOMMON", "SubProject\FCOMMON\FCOMMON.csproj", "{304BD018-194B-47DA-B4E0-F16DF7B606DA}" | ||||
| EndProject | ||||
| Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "arControl", "Sub\arControl\arControl.csproj", "{F31C242C-1B15-4518-9733-48558499FE4B}" | ||||
| EndProject | ||||
| Global | ||||
| 	GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||||
| @@ -37,18 +39,24 @@ Global | ||||
| 		{B832738C-74DD-4CE2-8A29-98D0BCBB9EA4}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||||
| 		{B832738C-74DD-4CE2-8A29-98D0BCBB9EA4}.Release|Any CPU.Build.0 = Release|Any CPU | ||||
| 		{B832738C-74DD-4CE2-8A29-98D0BCBB9EA4}.Release|x86.ActiveCfg = Release|Any CPU | ||||
| 		{BDF730D5-8AC0-4C17-9A85-C93996B4E132}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||||
| 		{BDF730D5-8AC0-4C17-9A85-C93996B4E132}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||||
| 		{BDF730D5-8AC0-4C17-9A85-C93996B4E132}.Debug|x86.ActiveCfg = Debug|Any CPU | ||||
| 		{BDF730D5-8AC0-4C17-9A85-C93996B4E132}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||||
| 		{BDF730D5-8AC0-4C17-9A85-C93996B4E132}.Release|Any CPU.Build.0 = Release|Any CPU | ||||
| 		{BDF730D5-8AC0-4C17-9A85-C93996B4E132}.Release|x86.ActiveCfg = Release|Any CPU | ||||
| 		{58CFC90C-5068-46A2-A8DE-0E92EE9E0990}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||||
| 		{58CFC90C-5068-46A2-A8DE-0E92EE9E0990}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||||
| 		{58CFC90C-5068-46A2-A8DE-0E92EE9E0990}.Debug|x86.ActiveCfg = Debug|Any CPU | ||||
| 		{58CFC90C-5068-46A2-A8DE-0E92EE9E0990}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||||
| 		{58CFC90C-5068-46A2-A8DE-0E92EE9E0990}.Release|Any CPU.Build.0 = Release|Any CPU | ||||
| 		{58CFC90C-5068-46A2-A8DE-0E92EE9E0990}.Release|x86.ActiveCfg = Release|Any CPU | ||||
| 		{C2E0627D-0623-4B68-A558-37CBCE6BDCA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||||
| 		{C2E0627D-0623-4B68-A558-37CBCE6BDCA6}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||||
| 		{C2E0627D-0623-4B68-A558-37CBCE6BDCA6}.Debug|x86.ActiveCfg = Debug|Any CPU | ||||
| 		{C2E0627D-0623-4B68-A558-37CBCE6BDCA6}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||||
| 		{C2E0627D-0623-4B68-A558-37CBCE6BDCA6}.Release|Any CPU.Build.0 = Release|Any CPU | ||||
| 		{C2E0627D-0623-4B68-A558-37CBCE6BDCA6}.Release|x86.ActiveCfg = Release|Any CPU | ||||
| 		{304BD018-194B-47DA-B4E0-F16DF7B606DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||||
| 		{304BD018-194B-47DA-B4E0-F16DF7B606DA}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||||
| 		{304BD018-194B-47DA-B4E0-F16DF7B606DA}.Debug|x86.ActiveCfg = Debug|Any CPU | ||||
| 		{304BD018-194B-47DA-B4E0-F16DF7B606DA}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||||
| 		{304BD018-194B-47DA-B4E0-F16DF7B606DA}.Release|Any CPU.Build.0 = Release|Any CPU | ||||
| 		{304BD018-194B-47DA-B4E0-F16DF7B606DA}.Release|x86.ActiveCfg = Release|Any CPU | ||||
| 		{F31C242C-1B15-4518-9733-48558499FE4B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||||
| 		{F31C242C-1B15-4518-9733-48558499FE4B}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||||
| 		{F31C242C-1B15-4518-9733-48558499FE4B}.Debug|x86.ActiveCfg = Debug|Any CPU | ||||
| @@ -61,7 +69,6 @@ Global | ||||
| 	EndGlobalSection | ||||
| 	GlobalSection(NestedProjects) = preSolution | ||||
| 		{B832738C-74DD-4CE2-8A29-98D0BCBB9EA4} = {28105E67-9D33-4627-8E26-FCE67700622F} | ||||
| 		{BDF730D5-8AC0-4C17-9A85-C93996B4E132} = {28105E67-9D33-4627-8E26-FCE67700622F} | ||||
| 		{58CFC90C-5068-46A2-A8DE-0E92EE9E0990} = {28105E67-9D33-4627-8E26-FCE67700622F} | ||||
| 		{F31C242C-1B15-4518-9733-48558499FE4B} = {28105E67-9D33-4627-8E26-FCE67700622F} | ||||
| 	EndGlobalSection | ||||
|   | ||||
							
								
								
									
										
											BIN
										
									
								
								EETGW.v12.suo
									
									
									
									
									
								
							
							
						
						
									
										
											BIN
										
									
								
								EETGW.v12.suo
									
									
									
									
									
								
							
										
											Binary file not shown.
										
									
								
							| @@ -24,6 +24,11 @@ namespace Project.Dialog | ||||
|         private void fLogin_Load(object sender, EventArgs e) | ||||
|         { | ||||
|             this.tbID.Text = Pub.setting.lastid; | ||||
|             this.Show(); | ||||
|             Application.DoEvents(); | ||||
|  | ||||
|             if (this.tbID.Text.isEmpty() == false) tbPW.Focus(); | ||||
|             else tbID.Focus(); | ||||
|         } | ||||
|         private void button1_Click(object sender, EventArgs e) | ||||
|         { | ||||
| @@ -43,12 +48,8 @@ namespace Project.Dialog | ||||
|             Pub.setting.lastid = tbID.Text.Trim(); | ||||
|             Pub.setting.Save(); | ||||
|  | ||||
|             var sha1 = new System.Security.Cryptography.SHA1CryptoServiceProvider(); | ||||
|             var buffer = System.Text.Encoding.Default.GetBytes(tbPW.Text); | ||||
|             var hashbuf = sha1.ComputeHash(buffer); | ||||
|             var encpass = hashbuf.GetHexString(); | ||||
|             var encpass = Pub.MakePasswordEnc(tbPW.Text); | ||||
|             var ta = new dsMSSQLTableAdapters.UsersTableAdapter(); | ||||
|             encpass = encpass.Replace(" ", ""); | ||||
|             var users = ta.GetIDPW(tbID.Text, encpass); | ||||
|             if(users.Rows.Count < 1) | ||||
|             { | ||||
| @@ -58,11 +59,11 @@ namespace Project.Dialog | ||||
|             else | ||||
|             { | ||||
|                 var userdr = users.Rows[0] as dsMSSQL.UsersRow ; | ||||
|                 Pub.Login.no = userdr.id; | ||||
|                 Pub.Login.name = userdr.name; | ||||
|                 Pub.Login.dept = userdr.dept; | ||||
|                 Pub.Login.level = userdr.level; | ||||
|                 Pub.Login.email = userdr.email;     | ||||
|                 FCOMMON.info.Login.no = userdr.id; | ||||
|                 FCOMMON.info.Login.name = userdr.name; | ||||
|                 FCOMMON.info.Login.dept = userdr.dept; | ||||
|                 FCOMMON.info.Login.level = userdr.level; | ||||
|                 FCOMMON.info.Login.email = userdr.email;     | ||||
|             } | ||||
|             DialogResult = DialogResult.OK; | ||||
|         } | ||||
|   | ||||
| @@ -115,7 +115,7 @@ | ||||
|       <SpecificVersion>False</SpecificVersion> | ||||
|       <HintPath>..\DLL\ArLog.Net4.dll</HintPath> | ||||
|     </Reference> | ||||
|     <Reference Include="ArSetting.Net4, Version=17.11.9.1000, Culture=neutral, processorArchitecture=MSIL"> | ||||
|     <Reference Include="ArSetting.Net4, Version=18.7.26.1730, Culture=neutral, processorArchitecture=MSIL"> | ||||
|       <SpecificVersion>False</SpecificVersion> | ||||
|       <HintPath>..\DLL\ArSetting.Net4.dll</HintPath> | ||||
|     </Reference> | ||||
| @@ -231,42 +231,42 @@ | ||||
|     <Compile Include="_Common\fItems.Designer.cs"> | ||||
|       <DependentUpon>fItems.cs</DependentUpon> | ||||
|     </Compile> | ||||
|     <Compile Include="_Common\fNewID.cs"> | ||||
|       <SubType>Form</SubType> | ||||
|     </Compile> | ||||
|     <Compile Include="_Common\fNewID.Designer.cs"> | ||||
|       <DependentUpon>fNewID.cs</DependentUpon> | ||||
|     </Compile> | ||||
|     <Compile Include="_Common\fNewPassword.cs"> | ||||
|       <SubType>Form</SubType> | ||||
|     </Compile> | ||||
|     <Compile Include="_Common\fNewPassword.Designer.cs"> | ||||
|       <DependentUpon>fNewPassword.cs</DependentUpon> | ||||
|     </Compile> | ||||
|     <Compile Include="_Common\fUserInfo.cs"> | ||||
|       <SubType>Form</SubType> | ||||
|     </Compile> | ||||
|     <Compile Include="_Common\fUserInfo.Designer.cs"> | ||||
|       <DependentUpon>fUserInfo.cs</DependentUpon> | ||||
|     </Compile> | ||||
|     <Compile Include="_Common\fUserList.cs"> | ||||
|       <SubType>Form</SubType> | ||||
|     </Compile> | ||||
|     <Compile Include="_Common\fUserList.Designer.cs"> | ||||
|       <DependentUpon>fUserList.cs</DependentUpon> | ||||
|     </Compile> | ||||
|     <Compile Include="_Info\fInfo_Staff.cs"> | ||||
|       <SubType>Form</SubType> | ||||
|     </Compile> | ||||
|     <Compile Include="_Info\fInfo_Staff.Designer.cs"> | ||||
|       <DependentUpon>fInfo_Staff.cs</DependentUpon> | ||||
|     </Compile> | ||||
|     <Compile Include="_Management\EQfilter.cs"> | ||||
|       <SubType>Form</SubType> | ||||
|     </Compile> | ||||
|     <Compile Include="_Management\EQfilter.Designer.cs"> | ||||
|       <DependentUpon>EQfilter.cs</DependentUpon> | ||||
|     </Compile> | ||||
|     <Compile Include="_Management\fEquipment.cs"> | ||||
|       <SubType>Form</SubType> | ||||
|     </Compile> | ||||
|     <Compile Include="_Management\fEquipment.Designer.cs"> | ||||
|       <DependentUpon>fEquipment.cs</DependentUpon> | ||||
|     </Compile> | ||||
|     <Compile Include="_Management\fImpEquipment.cs"> | ||||
|       <SubType>Form</SubType> | ||||
|     </Compile> | ||||
|     <Compile Include="_Management\fImpEquipment.Designer.cs"> | ||||
|       <DependentUpon>fImpEquipment.cs</DependentUpon> | ||||
|     </Compile> | ||||
|     <Compile Include="_Management\fLineCode.cs"> | ||||
|       <SubType>Form</SubType> | ||||
|     </Compile> | ||||
|     <Compile Include="_Management\fLineCode.Designer.cs"> | ||||
|       <DependentUpon>fLineCode.cs</DependentUpon> | ||||
|     </Compile> | ||||
|     <Compile Include="_Management\rpt_equipmentB.cs"> | ||||
|       <SubType>Form</SubType> | ||||
|     </Compile> | ||||
|     <Compile Include="_Management\rpt_equipmentB.Designer.cs"> | ||||
|       <DependentUpon>rpt_equipmentB.cs</DependentUpon> | ||||
|     </Compile> | ||||
|     <Compile Include="_Prj\fProjectList.cs"> | ||||
|       <SubType>Form</SubType> | ||||
|     </Compile> | ||||
| @@ -316,26 +316,24 @@ | ||||
|     <EmbeddedResource Include="_Common\fItems.resx"> | ||||
|       <DependentUpon>fItems.cs</DependentUpon> | ||||
|     </EmbeddedResource> | ||||
|     <EmbeddedResource Include="_Common\fNewID.resx"> | ||||
|       <DependentUpon>fNewID.cs</DependentUpon> | ||||
|     </EmbeddedResource> | ||||
|     <EmbeddedResource Include="_Common\fNewPassword.resx"> | ||||
|       <DependentUpon>fNewPassword.cs</DependentUpon> | ||||
|     </EmbeddedResource> | ||||
|     <EmbeddedResource Include="_Common\fUserInfo.resx"> | ||||
|       <DependentUpon>fUserInfo.cs</DependentUpon> | ||||
|     </EmbeddedResource> | ||||
|     <EmbeddedResource Include="_Common\fUserList.resx"> | ||||
|       <DependentUpon>fUserList.cs</DependentUpon> | ||||
|     </EmbeddedResource> | ||||
|     <EmbeddedResource Include="_Info\fInfo_Staff.resx"> | ||||
|       <DependentUpon>fInfo_Staff.cs</DependentUpon> | ||||
|     </EmbeddedResource> | ||||
|     <EmbeddedResource Include="_Management\EQfilter.resx"> | ||||
|       <DependentUpon>EQfilter.cs</DependentUpon> | ||||
|     </EmbeddedResource> | ||||
|     <EmbeddedResource Include="_Management\fEquipment.resx"> | ||||
|       <DependentUpon>fEquipment.cs</DependentUpon> | ||||
|     </EmbeddedResource> | ||||
|     <EmbeddedResource Include="_Management\fImpEquipment.resx"> | ||||
|       <DependentUpon>fImpEquipment.cs</DependentUpon> | ||||
|     </EmbeddedResource> | ||||
|     <EmbeddedResource Include="_Management\fLineCode.resx"> | ||||
|       <DependentUpon>fLineCode.cs</DependentUpon> | ||||
|     </EmbeddedResource> | ||||
|     <EmbeddedResource Include="_Management\ReportF.rdlc" /> | ||||
|     <EmbeddedResource Include="_Management\ReportB.rdlc" /> | ||||
|     <EmbeddedResource Include="_Management\rpt_equipmentB.resx"> | ||||
|       <DependentUpon>rpt_equipmentB.cs</DependentUpon> | ||||
|     </EmbeddedResource> | ||||
|     <EmbeddedResource Include="_Prj\fProjectList.resx"> | ||||
|       <DependentUpon>fProjectList.cs</DependentUpon> | ||||
|     </EmbeddedResource> | ||||
| @@ -383,7 +381,6 @@ | ||||
|     <None Include="dsMSSQL.xss"> | ||||
|       <DependentUpon>dsMSSQL.xsd</DependentUpon> | ||||
|     </None> | ||||
|     <None Include="EETGW_TemporaryKey.pfx" /> | ||||
|     <None Include="Properties\app.manifest" /> | ||||
|     <None Include="Properties\Settings.settings"> | ||||
|       <Generator>SettingsSingleFileGenerator</Generator> | ||||
| @@ -439,7 +436,15 @@ | ||||
|       <Project>{58cfc90c-5068-46a2-a8de-0e92ee9e0990}</Project> | ||||
|       <Name>AmkorRestfulService</Name> | ||||
|     </ProjectReference> | ||||
|     <ProjectReference Include="..\..\..\_Library\arControl\arControl\arControl.csproj"> | ||||
|     <ProjectReference Include="..\SubProject\FCOMMON\FCOMMON.csproj"> | ||||
|       <Project>{304bd018-194b-47da-b4e0-f16df7b606da}</Project> | ||||
|       <Name>FCOMMON</Name> | ||||
|     </ProjectReference> | ||||
|     <ProjectReference Include="..\SubProject\FEQ0000\FEQ0000.csproj"> | ||||
|       <Project>{c2e0627d-0623-4b68-a558-37cbce6bdca6}</Project> | ||||
|       <Name>FEQ0000</Name> | ||||
|     </ProjectReference> | ||||
|     <ProjectReference Include="..\Sub\arControl\arControl.csproj"> | ||||
|       <Project>{f31c242c-1b15-4518-9733-48558499fe4b}</Project> | ||||
|       <Name>arControl</Name> | ||||
|     </ProjectReference> | ||||
|   | ||||
										
											Binary file not shown.
										
									
								
							| @@ -1,4 +1,11 @@ | ||||
| using System; | ||||
| //180917    chi makefilepath,MakeFTPPath 입력 | ||||
| //180705    chi GetHexStringNoSpace 다시 추가 ,UrlPathEncode 추가 | ||||
| //              getDateValue 추가                 | ||||
| //180625    chi GetHexStringNoSpace 삭제(이것은 util.cs로 이동) | ||||
| //180614    chi Map 명령추가 | ||||
|  | ||||
|  | ||||
| using System; | ||||
| using System.Collections.Generic; | ||||
| using System.Linq; | ||||
| using System.Runtime.InteropServices; | ||||
| @@ -13,6 +20,38 @@ namespace Project | ||||
|     /// </summary> | ||||
|     public static class MethodExtensions | ||||
|     { | ||||
|         public static string MakeFilePath(this string value,params string[] param) | ||||
|         { | ||||
|             System.Text.StringBuilder sb = new System.Text.StringBuilder(); | ||||
|             sb.Append(value.Replace("/", "\\")); | ||||
|             foreach (var item in param) | ||||
|             { | ||||
|                 if (sb.Length > 0 && sb.ToString().EndsWith("\\") == false) sb.Append("\\"); | ||||
|                 sb.Append(item.Replace("/", "\\")); | ||||
|             } | ||||
|             var retval = sb.ToString().Replace("/", "\\").Replace("\\\\", "\\"); | ||||
|             return retval.ToString(); | ||||
|         } | ||||
|  | ||||
|  | ||||
|         public static string MakeFTPPath(this string value, params string[] param) | ||||
|         { | ||||
|             System.Text.StringBuilder sb = new System.Text.StringBuilder(); | ||||
|             sb.Append(value.Replace("\\", "/"));  | ||||
|             foreach (var item in param) | ||||
|             { | ||||
|                 if (sb.Length > 0 && sb.ToString().EndsWith("/") == false) sb.Append("/"); | ||||
|                 sb.Append(item.Replace("\\", "/")); | ||||
|             } | ||||
|             var retval = sb.ToString().Replace("//", "/"); | ||||
|             return retval.ToString(); | ||||
|         } | ||||
|  | ||||
|  | ||||
|         public static double map(this double x, int in_min, int in_max, int out_min, int out_max) | ||||
|         { | ||||
|             return (x - in_min) * (out_max - out_min) / (in_max - in_min) + out_min; | ||||
|         } | ||||
|  | ||||
|         public static string Base64Encode(this string src) | ||||
|         { | ||||
|   | ||||
| @@ -8,15 +8,6 @@ namespace Project | ||||
| { | ||||
|     public static class Pub | ||||
|     { | ||||
|         public struct sUserInfo | ||||
|         { | ||||
|             public string no; | ||||
|             public string name; | ||||
|             public string dept; | ||||
|             public string email; | ||||
|             public int level; | ||||
|         } | ||||
|        | ||||
|         //Variable | ||||
|         public static Device.Barcode barcode; | ||||
|  | ||||
| @@ -24,36 +15,48 @@ namespace Project | ||||
|         public static Setting setting;              //global setting | ||||
|        | ||||
|         public static arUtil.Log log;               //global logging system | ||||
|         public static sUserInfo Login; | ||||
|     | ||||
|         public static DateTime LastInputTime = DateTime.Now; | ||||
|         public static CResult Result = new CResult(); | ||||
|  | ||||
|        | ||||
|        public static void init() | ||||
|         { | ||||
|             string Path = Util.CurrentPath; | ||||
|             FCOMMON.info.Path = Util.CurrentPath; | ||||
|             if (Util.isLocalApplication()) | ||||
|             { | ||||
|                 Path = @"c:\Amkor\GroupWare\"; | ||||
|                 if (!System.IO.Directory.Exists(Path)) | ||||
|                     System.IO.Directory.CreateDirectory(Path); | ||||
|                 FCOMMON.info.Path = @"c:\Amkor\GroupWare\"; | ||||
|                 if (!System.IO.Directory.Exists(FCOMMON.info.Path)) | ||||
|                     System.IO.Directory.CreateDirectory(FCOMMON.info.Path); | ||||
|             } | ||||
|  | ||||
|             //setting | ||||
|             setting = new Setting(); | ||||
|             setting = new Setting(FCOMMON.info.Path.MakeFilePath("Setting", "Setting.xml")); | ||||
|             setting.Load(); | ||||
|  | ||||
|             uSetting = new UserSetting(); | ||||
|             uSetting = new UserSetting(FCOMMON.info.Path.MakeFilePath("Setting", "UserSet.xml")); | ||||
|             uSetting.Load(); | ||||
|  | ||||
|             //log | ||||
|             log = new arUtil.Log(); | ||||
|             Login = new sUserInfo(); | ||||
|  | ||||
|            //clear login info | ||||
|             FCOMMON.info.Login = new FCOMMON.info.sUserInfo(); | ||||
|  | ||||
|             //language | ||||
|             Lang.Loading(Pub.setting.Language + ".ini"); | ||||
|         } | ||||
|  | ||||
|         public static string MakePasswordEnc(string data) | ||||
|        { | ||||
|            var sha1 = new System.Security.Cryptography.SHA1CryptoServiceProvider(); | ||||
|            var buffer = System.Text.Encoding.Default.GetBytes(data); | ||||
|            var hashbuf = sha1.ComputeHash(buffer); | ||||
|            var encpass = hashbuf.GetHexString(); | ||||
|            var ta = new dsMSSQLTableAdapters.UsersTableAdapter(); | ||||
|            encpass = encpass.Replace(" ", ""); | ||||
|            return encpass; | ||||
|        } | ||||
|        public static void SetFormStatus(ref System.Windows.Forms.Form f, string formid,Boolean read) | ||||
|        { | ||||
|            var fi = new System.IO.FileInfo(Util.CurrentPath + "formSetting\\" + formid + ".xml"); | ||||
|   | ||||
| @@ -6,7 +6,6 @@ using System.ComponentModel; | ||||
|  | ||||
| namespace Project | ||||
| { | ||||
|     | ||||
|     public class Setting : arUtil.Setting | ||||
|     { | ||||
|         #region "log" | ||||
| @@ -36,16 +35,15 @@ namespace Project | ||||
|  | ||||
|         public string lastid { get; set; } | ||||
|  | ||||
|         public Setting() | ||||
|         { | ||||
|             string Path = Util.CurrentPath; | ||||
|             if (Util.isLocalApplication()) Path = @"c:\Amkor\GroupWare\"; | ||||
|             this.filename = Path + "Setting.xml"; | ||||
|         public Setting()  : this(Util.CurrentPath + "setting.xml") {} | ||||
|  | ||||
|             System.IO.FileInfo fi = new System.IO.FileInfo(filename); | ||||
|             if (!System.IO.File.Exists(filename)) | ||||
|         public Setting(string file) | ||||
|         { | ||||
|             this.filename = file; | ||||
|             var fi = new System.IO.FileInfo(this.filename); | ||||
|             if (fi.Directory.Exists == false) fi.Directory.Create(); | ||||
|             if (fi.Exists == false) | ||||
|             { | ||||
|                 if (!fi.Directory.Exists) fi.Directory.Create(); | ||||
|                 this.Load(); | ||||
|                 this.Save(); | ||||
|             } | ||||
| @@ -67,21 +65,18 @@ namespace Project | ||||
|  | ||||
|     public class UserSetting : arUtil.Setting | ||||
|     { | ||||
|         public UserSetting() | ||||
|         public UserSetting() : this(Util.CurrentPath + "UserSet.xml") { } | ||||
|         public UserSetting(string file) | ||||
|         { | ||||
|             string Path = Util.CurrentPath; | ||||
|             if (Util.isLocalApplication()) Path = @"c:\Amkor\GroupWare\"; | ||||
|             this.filename = Path + "UserSet.xml"; | ||||
|  | ||||
|             System.IO.FileInfo fi = new System.IO.FileInfo(filename); | ||||
|             if (!System.IO.File.Exists(filename)) | ||||
|             this.filename = file; | ||||
|             var fi = new System.IO.FileInfo(this.filename); | ||||
|             if (fi.Directory.Exists == false) fi.Directory.Create(); | ||||
|             if (fi.Exists == false) | ||||
|             { | ||||
|                 if (!fi.Directory.Exists) fi.Directory.Create(); | ||||
|                 this.Load(); | ||||
|                 this.Save(); | ||||
|             } | ||||
|         }  | ||||
|  | ||||
|         public override void AfterLoad() | ||||
|         { | ||||
|             //throw new NotImplementedException(); | ||||
|   | ||||
							
								
								
									
										135
									
								
								Project/Util.cs
									
									
									
									
									
								
							
							
						
						
									
										135
									
								
								Project/Util.cs
									
									
									
									
									
								
							| @@ -1,4 +1,9 @@ | ||||
| //180624    chi isLocalApplication 추가 | ||||
| //190806    chi getWorkWeek 추가 | ||||
| //190805    chi MakeCSVString 추가 | ||||
| //180903    chi makefilepath/ ftppath 추가 | ||||
| //180807    chi rad2deg, deg2rad 추가 | ||||
| //180625    chi  ToCharHexString,ToStringFromHexString 추가 | ||||
| //180624    chi isLocalApplication 추가 | ||||
| //180618    chi GetCSVBuffer 추가 | ||||
| //180614    chi map 명령어 추가 | ||||
| using System; | ||||
| @@ -15,6 +20,96 @@ namespace Project | ||||
| { | ||||
|     public static class Util | ||||
|     { | ||||
|  | ||||
|         public static int GetWorkWeek() | ||||
|         { | ||||
|             return GetWorkWeek(DateTime.Now); | ||||
|         } | ||||
|         public static int GetWorkWeek(DateTime date) | ||||
|         { | ||||
|             var dfi = System.Globalization.DateTimeFormatInfo.CurrentInfo; | ||||
|             var date1 = date; | ||||
|             var cal = dfi.Calendar; | ||||
|             var week = cal.GetWeekOfYear(date1, dfi.CalendarWeekRule, dfi.FirstDayOfWeek); | ||||
|             return week; | ||||
|         } | ||||
|  | ||||
|         public static string MakeFilePath(params string[] param) | ||||
|         { | ||||
|             System.Text.StringBuilder sb = new System.Text.StringBuilder(); | ||||
|             foreach (var item in param) | ||||
|             { | ||||
|                 if (sb.Length > 0 && sb.ToString().EndsWith("\\") == false) sb.Append("\\"); | ||||
|                 sb.Append(item.Replace("/", "\\")); | ||||
|             } | ||||
|             var retval = sb.ToString().Replace("/", "\\").Replace("\\\\", "\\"); | ||||
|             return retval.ToString(); | ||||
|         } | ||||
|  | ||||
|         public static string MakeFTPPath(params string[] param) | ||||
|         { | ||||
|             System.Text.StringBuilder sb = new System.Text.StringBuilder(); | ||||
|             foreach (var item in param) | ||||
|             { | ||||
|                 if (sb.Length > 0 && sb.ToString().EndsWith("/") == false) sb.Append("/"); | ||||
|                 sb.Append(item.Replace("\\", "/")); | ||||
|             } | ||||
|             var retval = sb.ToString().Replace("//", "/"); | ||||
|             return retval.ToString(); | ||||
|         } | ||||
|  | ||||
|  | ||||
|         public static double rad2Deg(double source) | ||||
|         { | ||||
|             return (source * 1.0) * 180.0 / Math.PI; | ||||
|         } | ||||
|         public static double deg2rad(double source) | ||||
|         { | ||||
|             return (source * 1.0) * Math.PI / 180.0; | ||||
|         } | ||||
|         /// <summary> | ||||
|         /// 문자를 HEX 문자로 변경합니다. 각 HEX문자 사이에는 공백이 없습니다. | ||||
|         /// </summary> | ||||
|         /// <param name="input"></param> | ||||
|         /// <returns></returns> | ||||
|         public static string ToCharHexString(string input) | ||||
|         { | ||||
|             System.Text.StringBuilder sb = new System.Text.StringBuilder(); | ||||
|             foreach (char b in input.ToCharArray()) | ||||
|                 sb.Append(((byte)b).ToString("X2")); | ||||
|             return sb.ToString(); | ||||
|         } | ||||
|  | ||||
|         /// <summary> | ||||
|         /// 16진수형태의 문자를 일반 문자열로 반환한니다. | ||||
|         /// </summary> | ||||
|         /// <param name="input"></param> | ||||
|         /// <returns></returns> | ||||
|         public static string ToStringFromHexString(string input) | ||||
|         { | ||||
|             int wordCount = (int)(input.Length / 2); | ||||
|             int n = (int)(input.Length % 2); | ||||
|             if (n != 0) return "X:Length Error"; | ||||
|  | ||||
|             System.Text.StringBuilder sb = new StringBuilder(); | ||||
|             for (int i = 0; i < wordCount; i++) | ||||
|             { | ||||
|                 string hexstr = input.Substring(i * 2, 2); | ||||
|                 try | ||||
|                 { | ||||
|                     byte ascvalue = Convert.ToByte(hexstr, 16); | ||||
|                     sb.Append((char)ascvalue); | ||||
|                 } | ||||
|                 catch (Exception ex) | ||||
|                 { | ||||
|                     return ex.Message; | ||||
|                 } | ||||
|             } | ||||
|             //두자리씩 끊어서 16진수로 변환하고 ASC값을 누적한다. | ||||
|             return sb.ToString(); | ||||
|         } | ||||
|  | ||||
|  | ||||
|         /// <summary> | ||||
|         /// 현재 프로그램이 개인용위치에서 실행중인가(클릭원스의경우) | ||||
|         /// </summary> | ||||
| @@ -25,6 +120,23 @@ namespace Project | ||||
|             return Util.CurrentPath.StartsWith(localpath); | ||||
|         } | ||||
|  | ||||
|         /// <summary> | ||||
|         /// 문자열 배열을 CSV라인으로 변환 | ||||
|         /// </summary> | ||||
|         /// <param name="param"></param> | ||||
|         /// <returns></returns> | ||||
|         public static string MakeCSVString(params string[] param) | ||||
|         { | ||||
|             System.Text.StringBuilder sb = new StringBuilder(); | ||||
|             foreach (var data in param) | ||||
|             { | ||||
|                 if (sb.Length > 0) sb.Append(','); | ||||
|                 sb.Append(ToCSVString(data)); | ||||
|             } | ||||
|             return sb.ToString(); | ||||
|         } | ||||
|  | ||||
|  | ||||
|         /// <summary> | ||||
|         /// CSV데이터포맷으로 버퍼를 반환합니다. 문자열내에 , 가 있는 데이터는 쌍따옴표로 구분합니다. | ||||
|         /// </summary> | ||||
| @@ -39,18 +151,20 @@ namespace Project | ||||
|             bool findsig = false; | ||||
|             var charbuf = line.ToCharArray(); | ||||
|             char pchar = '\0'; | ||||
|             bool findCommaString = false; | ||||
|             foreach (var c in charbuf) | ||||
|             { | ||||
|                 if (c == ',') | ||||
|                 { | ||||
|                     if (findsig) sb.Append(c);  //대상에 콤마가 잇으므로 게소 누적한다. | ||||
|                     else | ||||
|                     else if (findCommaString == false) | ||||
|                     { | ||||
|                         //데이터를 분리해줘야함 | ||||
|                         buffer.Add(sb.ToString()); | ||||
|                         sb.Clear(); | ||||
|                         findsig = false; | ||||
|                     } | ||||
|                     else findCommaString = false; | ||||
|                 } | ||||
|                 else if (c == '\"') | ||||
|                 { | ||||
| @@ -59,7 +173,17 @@ namespace Project | ||||
|                         if (!findsig) findsig = true; | ||||
|                         else findsig = false; //완료된 경우이다. | ||||
|                     } | ||||
|                     else if (!findsig) sb.Append(c); | ||||
|                     else if (!findsig) | ||||
|                     { | ||||
|                         sb.Append(c); | ||||
|                     } | ||||
|                     else | ||||
|                     { | ||||
|                         buffer.Add(sb.ToString()); | ||||
|                         sb.Clear(); | ||||
|                         findsig = false; | ||||
|                         findCommaString = true; | ||||
|                     } | ||||
|                     //if (!findsig) findsig = true; | ||||
|                     //else sb.Append(c); | ||||
|                 } | ||||
| @@ -146,13 +270,12 @@ namespace Project | ||||
|         /// <returns></returns> | ||||
|         public static string ToCSVString(string src) | ||||
|         { | ||||
|             string strdata = src.Replace("\r", "").Replace("\n", ""); | ||||
|             if (src == null) return string.Empty; | ||||
|             string strdata = strdata = src.Replace("\r", "").Replace("\n", ""); | ||||
|             if (strdata.IndexOf(',') != -1) | ||||
|             { | ||||
|                 strdata = "\"" + strdata + "\"";    //180618 콤마가들어가는 csv 처리 | ||||
|             } | ||||
|  | ||||
|  | ||||
|             return strdata; | ||||
|         } | ||||
|  | ||||
|   | ||||
| @@ -44,7 +44,7 @@ namespace Project._Common | ||||
|  | ||||
|         void Inventory_TableNewRow(object sender, DataTableNewRowEventArgs e) | ||||
|         { | ||||
|             e.Row["wuid"] = Pub.Login.no; | ||||
|             e.Row["wuid"] = FCOMMON.info.Login.no; | ||||
|             e.Row["wdate"] = DateTime.Now; | ||||
|             e.Row["pdate"] = DateTime.Now.ToShortDateString(); | ||||
|         } | ||||
|   | ||||
| @@ -24,7 +24,7 @@ namespace Project._Common | ||||
|  | ||||
|         void Items_TableNewRow(object sender, DataTableNewRowEventArgs e) | ||||
|         { | ||||
|             e.Row["wuid"] = Pub.Login.no; | ||||
|             e.Row["wuid"] = FCOMMON.info.Login.no; | ||||
|             e.Row["wdate"] = DateTime.Now; | ||||
|         } | ||||
|         private void itemsBindingNavigatorSaveItem_Click(object sender, EventArgs e) | ||||
|   | ||||
							
								
								
									
										112
									
								
								Project/_Common/fNewID.Designer.cs
									
									
									
										generated
									
									
									
										Normal file
									
								
							
							
						
						
									
										112
									
								
								Project/_Common/fNewID.Designer.cs
									
									
									
										generated
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,112 @@ | ||||
| namespace Project._Common | ||||
| { | ||||
|     partial class fNewID | ||||
|     { | ||||
|         /// <summary> | ||||
|         /// Required designer variable. | ||||
|         /// </summary> | ||||
|         private System.ComponentModel.IContainer components = null; | ||||
|  | ||||
|         /// <summary> | ||||
|         /// Clean up any resources being used. | ||||
|         /// </summary> | ||||
|         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> | ||||
|         protected override void Dispose(bool disposing) | ||||
|         { | ||||
|             if (disposing && (components != null)) | ||||
|             { | ||||
|                 components.Dispose(); | ||||
|             } | ||||
|             base.Dispose(disposing); | ||||
|         } | ||||
|  | ||||
|         #region Windows Form Designer generated code | ||||
|  | ||||
|         /// <summary> | ||||
|         /// Required method for Designer support - do not modify | ||||
|         /// the contents of this method with the code editor. | ||||
|         /// </summary> | ||||
|         private void InitializeComponent() | ||||
|         { | ||||
|             System.Windows.Forms.Label nameLabel; | ||||
|             System.Windows.Forms.Label label1; | ||||
|             this.tbIDO = new System.Windows.Forms.TextBox(); | ||||
|             this.tbIDN = new System.Windows.Forms.TextBox(); | ||||
|             this.button1 = new System.Windows.Forms.Button(); | ||||
|             nameLabel = new System.Windows.Forms.Label(); | ||||
|             label1 = new System.Windows.Forms.Label(); | ||||
|             this.SuspendLayout(); | ||||
|             //  | ||||
|             // nameLabel | ||||
|             //  | ||||
|             nameLabel.AutoSize = true; | ||||
|             nameLabel.Location = new System.Drawing.Point(60, 15); | ||||
|             nameLabel.Name = "nameLabel"; | ||||
|             nameLabel.Size = new System.Drawing.Size(46, 12); | ||||
|             nameLabel.TabIndex = 0; | ||||
|             nameLabel.Text = "User ID"; | ||||
|             //  | ||||
|             // label1 | ||||
|             //  | ||||
|             label1.AutoSize = true; | ||||
|             label1.Location = new System.Drawing.Point(60, 41); | ||||
|             label1.Name = "label1"; | ||||
|             label1.Size = new System.Drawing.Size(46, 12); | ||||
|             label1.TabIndex = 2; | ||||
|             label1.Text = "New ID"; | ||||
|             //  | ||||
|             // tbIDO | ||||
|             //  | ||||
|             this.tbIDO.Location = new System.Drawing.Point(112, 12); | ||||
|             this.tbIDO.Name = "tbIDO"; | ||||
|             this.tbIDO.ReadOnly = true; | ||||
|             this.tbIDO.Size = new System.Drawing.Size(170, 21); | ||||
|             this.tbIDO.TabIndex = 1; | ||||
|             this.tbIDO.TabStop = false; | ||||
|             this.tbIDO.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; | ||||
|             //  | ||||
|             // tbIDN | ||||
|             //  | ||||
|             this.tbIDN.Location = new System.Drawing.Point(112, 38); | ||||
|             this.tbIDN.Name = "tbIDN"; | ||||
|             this.tbIDN.Size = new System.Drawing.Size(170, 21); | ||||
|             this.tbIDN.TabIndex = 3; | ||||
|             this.tbIDN.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; | ||||
|             //  | ||||
|             // button1 | ||||
|             //  | ||||
|             this.button1.Location = new System.Drawing.Point(112, 65); | ||||
|             this.button1.Name = "button1"; | ||||
|             this.button1.Size = new System.Drawing.Size(170, 30); | ||||
|             this.button1.TabIndex = 4; | ||||
|             this.button1.Text = "OK"; | ||||
|             this.button1.UseVisualStyleBackColor = true; | ||||
|             this.button1.Click += new System.EventHandler(this.button1_Click); | ||||
|             //  | ||||
|             // fNewID | ||||
|             //  | ||||
|             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); | ||||
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | ||||
|             this.ClientSize = new System.Drawing.Size(296, 110); | ||||
|             this.Controls.Add(this.button1); | ||||
|             this.Controls.Add(label1); | ||||
|             this.Controls.Add(this.tbIDN); | ||||
|             this.Controls.Add(nameLabel); | ||||
|             this.Controls.Add(this.tbIDO); | ||||
|             this.MaximizeBox = false; | ||||
|             this.MinimizeBox = false; | ||||
|             this.Name = "fNewID"; | ||||
|             this.Text = "fNewPassword"; | ||||
|             this.Load += new System.EventHandler(this.fNewPassword_Load); | ||||
|             this.ResumeLayout(false); | ||||
|             this.PerformLayout(); | ||||
|  | ||||
|         } | ||||
|  | ||||
|         #endregion | ||||
|  | ||||
|         private System.Windows.Forms.Button button1; | ||||
|         public System.Windows.Forms.TextBox tbIDO; | ||||
|         public System.Windows.Forms.TextBox tbIDN; | ||||
|     } | ||||
| } | ||||
							
								
								
									
										44
									
								
								Project/_Common/fNewID.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										44
									
								
								Project/_Common/fNewID.cs
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,44 @@ | ||||
| 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 Project._Common | ||||
| { | ||||
|     public partial class fNewID : Form | ||||
|     { | ||||
|         public fNewID(string userid) | ||||
|         { | ||||
|             InitializeComponent(); | ||||
|             this.tbIDO.Text = userid;    | ||||
|         } | ||||
|  | ||||
|         private void fNewPassword_Load(object sender, EventArgs e) | ||||
|         { | ||||
|  | ||||
|         } | ||||
|  | ||||
|         private void button1_Click(object sender, EventArgs e) | ||||
|         { | ||||
|             if (tbIDN.Text.isEmpty()) | ||||
|             { | ||||
|                 Util.MsgE("Enter New ID"); | ||||
|                 tbIDN.Focus(); | ||||
|                 return; | ||||
|             } | ||||
|  | ||||
|             if (tbIDN.Text == tbIDO.Text) | ||||
|             { | ||||
|                 Util.MsgE("Same ID"); | ||||
|                 tbIDN.Focus(); | ||||
|                 tbIDN.SelectAll(); | ||||
|                 return; | ||||
|             } | ||||
|             DialogResult = System.Windows.Forms.DialogResult.OK; | ||||
|         } | ||||
|     } | ||||
| } | ||||
| @@ -117,4 +117,10 @@ | ||||
|   <resheader name="writer"> | ||||
|     <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> | ||||
|   </resheader> | ||||
|   <metadata name="nameLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||
|     <value>False</value> | ||||
|   </metadata> | ||||
|   <metadata name="label1.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||
|     <value>False</value> | ||||
|   </metadata> | ||||
| </root> | ||||
							
								
								
									
										161
									
								
								Project/_Common/fNewPassword.Designer.cs
									
									
									
										generated
									
									
									
										Normal file
									
								
							
							
						
						
									
										161
									
								
								Project/_Common/fNewPassword.Designer.cs
									
									
									
										generated
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,161 @@ | ||||
| namespace Project._Common | ||||
| { | ||||
|     partial class fNewPassword | ||||
|     { | ||||
|         /// <summary> | ||||
|         /// Required designer variable. | ||||
|         /// </summary> | ||||
|         private System.ComponentModel.IContainer components = null; | ||||
|  | ||||
|         /// <summary> | ||||
|         /// Clean up any resources being used. | ||||
|         /// </summary> | ||||
|         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> | ||||
|         protected override void Dispose(bool disposing) | ||||
|         { | ||||
|             if (disposing && (components != null)) | ||||
|             { | ||||
|                 components.Dispose(); | ||||
|             } | ||||
|             base.Dispose(disposing); | ||||
|         } | ||||
|  | ||||
|         #region Windows Form Designer generated code | ||||
|  | ||||
|         /// <summary> | ||||
|         /// Required method for Designer support - do not modify | ||||
|         /// the contents of this method with the code editor. | ||||
|         /// </summary> | ||||
|         private void InitializeComponent() | ||||
|         { | ||||
|             System.Windows.Forms.Label nameLabel; | ||||
|             System.Windows.Forms.Label deptLabel; | ||||
|             System.Windows.Forms.Label gradeLabel; | ||||
|             System.Windows.Forms.Label label1; | ||||
|             this.tbUserID = new System.Windows.Forms.TextBox(); | ||||
|             this.tbPass1 = new System.Windows.Forms.TextBox(); | ||||
|             this.tbPass2 = new System.Windows.Forms.TextBox(); | ||||
|             this.tbPassO = new System.Windows.Forms.TextBox(); | ||||
|             this.button1 = new System.Windows.Forms.Button(); | ||||
|             nameLabel = new System.Windows.Forms.Label(); | ||||
|             deptLabel = new System.Windows.Forms.Label(); | ||||
|             gradeLabel = new System.Windows.Forms.Label(); | ||||
|             label1 = new System.Windows.Forms.Label(); | ||||
|             this.SuspendLayout(); | ||||
|             //  | ||||
|             // nameLabel | ||||
|             //  | ||||
|             nameLabel.AutoSize = true; | ||||
|             nameLabel.Location = new System.Drawing.Point(60, 15); | ||||
|             nameLabel.Name = "nameLabel"; | ||||
|             nameLabel.Size = new System.Drawing.Size(46, 12); | ||||
|             nameLabel.TabIndex = 0; | ||||
|             nameLabel.Text = "User ID"; | ||||
|             //  | ||||
|             // tbUserID | ||||
|             //  | ||||
|             this.tbUserID.Location = new System.Drawing.Point(112, 12); | ||||
|             this.tbUserID.Name = "tbUserID"; | ||||
|             this.tbUserID.ReadOnly = true; | ||||
|             this.tbUserID.Size = new System.Drawing.Size(170, 21); | ||||
|             this.tbUserID.TabIndex = 1; | ||||
|             this.tbUserID.TabStop = false; | ||||
|             this.tbUserID.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; | ||||
|             //  | ||||
|             // deptLabel | ||||
|             //  | ||||
|             deptLabel.AutoSize = true; | ||||
|             deptLabel.Location = new System.Drawing.Point(14, 67); | ||||
|             deptLabel.Name = "deptLabel"; | ||||
|             deptLabel.Size = new System.Drawing.Size(92, 12); | ||||
|             deptLabel.TabIndex = 4; | ||||
|             deptLabel.Text = "New Password"; | ||||
|             //  | ||||
|             // tbPass1 | ||||
|             //  | ||||
|             this.tbPass1.Location = new System.Drawing.Point(112, 64); | ||||
|             this.tbPass1.Name = "tbPass1"; | ||||
|             this.tbPass1.PasswordChar = '*'; | ||||
|             this.tbPass1.Size = new System.Drawing.Size(170, 21); | ||||
|             this.tbPass1.TabIndex = 5; | ||||
|             this.tbPass1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; | ||||
|             //  | ||||
|             // gradeLabel | ||||
|             //  | ||||
|             gradeLabel.AutoSize = true; | ||||
|             gradeLabel.Location = new System.Drawing.Point(69, 93); | ||||
|             gradeLabel.Name = "gradeLabel"; | ||||
|             gradeLabel.Size = new System.Drawing.Size(37, 12); | ||||
|             gradeLabel.TabIndex = 6; | ||||
|             gradeLabel.Text = "Verify"; | ||||
|             //  | ||||
|             // tbPass2 | ||||
|             //  | ||||
|             this.tbPass2.Location = new System.Drawing.Point(112, 90); | ||||
|             this.tbPass2.Name = "tbPass2"; | ||||
|             this.tbPass2.PasswordChar = '*'; | ||||
|             this.tbPass2.Size = new System.Drawing.Size(170, 21); | ||||
|             this.tbPass2.TabIndex = 7; | ||||
|             this.tbPass2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; | ||||
|             //  | ||||
|             // label1 | ||||
|             //  | ||||
|             label1.AutoSize = true; | ||||
|             label1.Location = new System.Drawing.Point(16, 41); | ||||
|             label1.Name = "label1"; | ||||
|             label1.Size = new System.Drawing.Size(90, 12); | ||||
|             label1.TabIndex = 2; | ||||
|             label1.Text = "OLD Password"; | ||||
|             //  | ||||
|             // tbPassO | ||||
|             //  | ||||
|             this.tbPassO.Location = new System.Drawing.Point(112, 38); | ||||
|             this.tbPassO.Name = "tbPassO"; | ||||
|             this.tbPassO.PasswordChar = '*'; | ||||
|             this.tbPassO.Size = new System.Drawing.Size(170, 21); | ||||
|             this.tbPassO.TabIndex = 3; | ||||
|             this.tbPassO.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; | ||||
|             //  | ||||
|             // button1 | ||||
|             //  | ||||
|             this.button1.Location = new System.Drawing.Point(112, 119); | ||||
|             this.button1.Name = "button1"; | ||||
|             this.button1.Size = new System.Drawing.Size(169, 30); | ||||
|             this.button1.TabIndex = 8; | ||||
|             this.button1.Text = "OK"; | ||||
|             this.button1.UseVisualStyleBackColor = true; | ||||
|             this.button1.Click += new System.EventHandler(this.button1_Click); | ||||
|             //  | ||||
|             // fNewPassword | ||||
|             //  | ||||
|             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); | ||||
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | ||||
|             this.ClientSize = new System.Drawing.Size(296, 157); | ||||
|             this.Controls.Add(this.button1); | ||||
|             this.Controls.Add(label1); | ||||
|             this.Controls.Add(this.tbPassO); | ||||
|             this.Controls.Add(nameLabel); | ||||
|             this.Controls.Add(this.tbUserID); | ||||
|             this.Controls.Add(deptLabel); | ||||
|             this.Controls.Add(this.tbPass1); | ||||
|             this.Controls.Add(gradeLabel); | ||||
|             this.Controls.Add(this.tbPass2); | ||||
|             this.MaximizeBox = false; | ||||
|             this.MinimizeBox = false; | ||||
|             this.Name = "fNewPassword"; | ||||
|             this.Text = "fNewPassword"; | ||||
|             this.Load += new System.EventHandler(this.fNewPassword_Load); | ||||
|             this.ResumeLayout(false); | ||||
|             this.PerformLayout(); | ||||
|  | ||||
|         } | ||||
|  | ||||
|         #endregion | ||||
|  | ||||
|         private System.Windows.Forms.TextBox tbPass2; | ||||
|         private System.Windows.Forms.Button button1; | ||||
|         public System.Windows.Forms.TextBox tbUserID; | ||||
|         public System.Windows.Forms.TextBox tbPass1; | ||||
|         public System.Windows.Forms.TextBox tbPassO; | ||||
|     } | ||||
| } | ||||
							
								
								
									
										55
									
								
								Project/_Common/fNewPassword.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										55
									
								
								Project/_Common/fNewPassword.cs
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,55 @@ | ||||
| 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 Project._Common | ||||
| { | ||||
|     public partial class fNewPassword : Form | ||||
|     { | ||||
|         public fNewPassword(string userid) | ||||
|         { | ||||
|             InitializeComponent(); | ||||
|             this.tbUserID.Text = userid;    | ||||
|         } | ||||
|  | ||||
|         private void fNewPassword_Load(object sender, EventArgs e) | ||||
|         { | ||||
|  | ||||
|         } | ||||
|  | ||||
|         private void button1_Click(object sender, EventArgs e) | ||||
|         { | ||||
|             if(tbPassO.Text.isEmpty()) | ||||
|             { | ||||
|                 Util.MsgE("OLd Password Error"); | ||||
|                 tbPassO.Focus(); | ||||
|                 return; | ||||
|             } | ||||
|             if(tbPass1.Text.isEmpty()) | ||||
|             { | ||||
|                 Util.MsgE("NEW Password Error"); | ||||
|                 tbPass1.Focus(); | ||||
|                 return; | ||||
|             } | ||||
|             if(tbPass2.Text.isEmpty()) | ||||
|             { | ||||
|                 Util.MsgE("New Password Verify Error"); | ||||
|                 tbPass2.Focus(); | ||||
|                 return; | ||||
|             } | ||||
|             if(tbPass2.Text != tbPass1.Text) | ||||
|             { | ||||
|                 Util.MsgE("Password is not Same"); | ||||
|                 tbPass2.Focus(); | ||||
|                 tbPass2.SelectAll(); | ||||
|                 return; | ||||
|             } | ||||
|             DialogResult = System.Windows.Forms.DialogResult.OK; | ||||
|         } | ||||
|     } | ||||
| } | ||||
							
								
								
									
										132
									
								
								Project/_Common/fNewPassword.resx
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										132
									
								
								Project/_Common/fNewPassword.resx
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,132 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <root> | ||||
|   <!--  | ||||
|     Microsoft ResX Schema  | ||||
|      | ||||
|     Version 2.0 | ||||
|      | ||||
|     The primary goals of this format is to allow a simple XML format  | ||||
|     that is mostly human readable. The generation and parsing of the  | ||||
|     various data types are done through the TypeConverter classes  | ||||
|     associated with the data types. | ||||
|      | ||||
|     Example: | ||||
|      | ||||
|     ... ado.net/XML headers & schema ... | ||||
|     <resheader name="resmimetype">text/microsoft-resx</resheader> | ||||
|     <resheader name="version">2.0</resheader> | ||||
|     <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader> | ||||
|     <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader> | ||||
|     <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data> | ||||
|     <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data> | ||||
|     <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64"> | ||||
|         <value>[base64 mime encoded serialized .NET Framework object]</value> | ||||
|     </data> | ||||
|     <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||
|         <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value> | ||||
|         <comment>This is a comment</comment> | ||||
|     </data> | ||||
|                  | ||||
|     There are any number of "resheader" rows that contain simple  | ||||
|     name/value pairs. | ||||
|      | ||||
|     Each data row contains a name, and value. The row also contains a  | ||||
|     type or mimetype. Type corresponds to a .NET class that support  | ||||
|     text/value conversion through the TypeConverter architecture.  | ||||
|     Classes that don't support this are serialized and stored with the  | ||||
|     mimetype set. | ||||
|      | ||||
|     The mimetype is used for serialized objects, and tells the  | ||||
|     ResXResourceReader how to depersist the object. This is currently not  | ||||
|     extensible. For a given mimetype the value must be set accordingly: | ||||
|      | ||||
|     Note - application/x-microsoft.net.object.binary.base64 is the format  | ||||
|     that the ResXResourceWriter will generate, however the reader can  | ||||
|     read any of the formats listed below. | ||||
|      | ||||
|     mimetype: application/x-microsoft.net.object.binary.base64 | ||||
|     value   : The object must be serialized with  | ||||
|             : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter | ||||
|             : and then encoded with base64 encoding. | ||||
|      | ||||
|     mimetype: application/x-microsoft.net.object.soap.base64 | ||||
|     value   : The object must be serialized with  | ||||
|             : System.Runtime.Serialization.Formatters.Soap.SoapFormatter | ||||
|             : and then encoded with base64 encoding. | ||||
|  | ||||
|     mimetype: application/x-microsoft.net.object.bytearray.base64 | ||||
|     value   : The object must be serialized into a byte array  | ||||
|             : using a System.ComponentModel.TypeConverter | ||||
|             : and then encoded with base64 encoding. | ||||
|     --> | ||||
|   <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> | ||||
|     <xsd:import namespace="http://www.w3.org/XML/1998/namespace" /> | ||||
|     <xsd:element name="root" msdata:IsDataSet="true"> | ||||
|       <xsd:complexType> | ||||
|         <xsd:choice maxOccurs="unbounded"> | ||||
|           <xsd:element name="metadata"> | ||||
|             <xsd:complexType> | ||||
|               <xsd:sequence> | ||||
|                 <xsd:element name="value" type="xsd:string" minOccurs="0" /> | ||||
|               </xsd:sequence> | ||||
|               <xsd:attribute name="name" use="required" type="xsd:string" /> | ||||
|               <xsd:attribute name="type" type="xsd:string" /> | ||||
|               <xsd:attribute name="mimetype" type="xsd:string" /> | ||||
|               <xsd:attribute ref="xml:space" /> | ||||
|             </xsd:complexType> | ||||
|           </xsd:element> | ||||
|           <xsd:element name="assembly"> | ||||
|             <xsd:complexType> | ||||
|               <xsd:attribute name="alias" type="xsd:string" /> | ||||
|               <xsd:attribute name="name" type="xsd:string" /> | ||||
|             </xsd:complexType> | ||||
|           </xsd:element> | ||||
|           <xsd:element name="data"> | ||||
|             <xsd:complexType> | ||||
|               <xsd:sequence> | ||||
|                 <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> | ||||
|                 <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" /> | ||||
|               </xsd:sequence> | ||||
|               <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" /> | ||||
|               <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" /> | ||||
|               <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" /> | ||||
|               <xsd:attribute ref="xml:space" /> | ||||
|             </xsd:complexType> | ||||
|           </xsd:element> | ||||
|           <xsd:element name="resheader"> | ||||
|             <xsd:complexType> | ||||
|               <xsd:sequence> | ||||
|                 <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> | ||||
|               </xsd:sequence> | ||||
|               <xsd:attribute name="name" type="xsd:string" use="required" /> | ||||
|             </xsd:complexType> | ||||
|           </xsd:element> | ||||
|         </xsd:choice> | ||||
|       </xsd:complexType> | ||||
|     </xsd:element> | ||||
|   </xsd:schema> | ||||
|   <resheader name="resmimetype"> | ||||
|     <value>text/microsoft-resx</value> | ||||
|   </resheader> | ||||
|   <resheader name="version"> | ||||
|     <value>2.0</value> | ||||
|   </resheader> | ||||
|   <resheader name="reader"> | ||||
|     <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> | ||||
|   </resheader> | ||||
|   <resheader name="writer"> | ||||
|     <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> | ||||
|   </resheader> | ||||
|   <metadata name="nameLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||
|     <value>False</value> | ||||
|   </metadata> | ||||
|   <metadata name="deptLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||
|     <value>False</value> | ||||
|   </metadata> | ||||
|   <metadata name="gradeLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||
|     <value>False</value> | ||||
|   </metadata> | ||||
|   <metadata name="label1.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||
|     <value>False</value> | ||||
|   </metadata> | ||||
| </root> | ||||
							
								
								
									
										358
									
								
								Project/_Common/fUserInfo.Designer.cs
									
									
									
										generated
									
									
									
										Normal file
									
								
							
							
						
						
									
										358
									
								
								Project/_Common/fUserInfo.Designer.cs
									
									
									
										generated
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,358 @@ | ||||
| namespace Project._Common | ||||
| { | ||||
|     partial class fUserInfo | ||||
|     { | ||||
|         /// <summary> | ||||
|         /// Required designer variable. | ||||
|         /// </summary> | ||||
|         private System.ComponentModel.IContainer components = null; | ||||
|  | ||||
|         /// <summary> | ||||
|         /// Clean up any resources being used. | ||||
|         /// </summary> | ||||
|         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> | ||||
|         protected override void Dispose(bool disposing) | ||||
|         { | ||||
|             if (disposing && (components != null)) | ||||
|             { | ||||
|                 components.Dispose(); | ||||
|             } | ||||
|             base.Dispose(disposing); | ||||
|         } | ||||
|  | ||||
|         #region Windows Form Designer generated code | ||||
|  | ||||
|         /// <summary> | ||||
|         /// Required method for Designer support - do not modify | ||||
|         /// the contents of this method with the code editor. | ||||
|         /// </summary> | ||||
|         private void InitializeComponent() | ||||
|         { | ||||
|             this.components = new System.ComponentModel.Container(); | ||||
|             System.Windows.Forms.Label idLabel; | ||||
|             System.Windows.Forms.Label passwordLabel; | ||||
|             System.Windows.Forms.Label nameLabel; | ||||
|             System.Windows.Forms.Label deptLabel; | ||||
|             System.Windows.Forms.Label gradeLabel; | ||||
|             System.Windows.Forms.Label emailLabel; | ||||
|             System.Windows.Forms.Label levelLabel; | ||||
|             System.Windows.Forms.Label indateLabel; | ||||
|             System.Windows.Forms.Label outdateLabel; | ||||
|             System.Windows.Forms.Label memoLabel; | ||||
|             System.Windows.Forms.Label label1; | ||||
|             this.idTextBox = new System.Windows.Forms.TextBox(); | ||||
|             this.nameTextBox = new System.Windows.Forms.TextBox(); | ||||
|             this.deptTextBox = new System.Windows.Forms.TextBox(); | ||||
|             this.gradeTextBox = new System.Windows.Forms.TextBox(); | ||||
|             this.emailTextBox = new System.Windows.Forms.TextBox(); | ||||
|             this.levelTextBox = new System.Windows.Forms.TextBox(); | ||||
|             this.indateTextBox = new System.Windows.Forms.TextBox(); | ||||
|             this.outdateTextBox = new System.Windows.Forms.TextBox(); | ||||
|             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(); | ||||
|             idLabel = new System.Windows.Forms.Label(); | ||||
|             passwordLabel = new System.Windows.Forms.Label(); | ||||
|             nameLabel = new System.Windows.Forms.Label(); | ||||
|             deptLabel = new System.Windows.Forms.Label(); | ||||
|             gradeLabel = new System.Windows.Forms.Label(); | ||||
|             emailLabel = new System.Windows.Forms.Label(); | ||||
|             levelLabel = new System.Windows.Forms.Label(); | ||||
|             indateLabel = new System.Windows.Forms.Label(); | ||||
|             outdateLabel = new System.Windows.Forms.Label(); | ||||
|             memoLabel = new System.Windows.Forms.Label(); | ||||
|             label1 = new System.Windows.Forms.Label(); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit(); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.dsMSSQL)).BeginInit(); | ||||
|             this.SuspendLayout(); | ||||
|             //  | ||||
|             // idLabel | ||||
|             //  | ||||
|             idLabel.AutoSize = true; | ||||
|             idLabel.Location = new System.Drawing.Point(22, 15); | ||||
|             idLabel.Name = "idLabel"; | ||||
|             idLabel.Size = new System.Drawing.Size(19, 12); | ||||
|             idLabel.TabIndex = 1; | ||||
|             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.Text = "password:"; | ||||
|             //  | ||||
|             // nameLabel | ||||
|             //  | ||||
|             nameLabel.AutoSize = true; | ||||
|             nameLabel.Location = new System.Drawing.Point(22, 69); | ||||
|             nameLabel.Name = "nameLabel"; | ||||
|             nameLabel.Size = new System.Drawing.Size(41, 12); | ||||
|             nameLabel.TabIndex = 5; | ||||
|             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.Name = "deptLabel"; | ||||
|             deptLabel.Size = new System.Drawing.Size(33, 12); | ||||
|             deptLabel.TabIndex = 7; | ||||
|             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.Name = "gradeLabel"; | ||||
|             gradeLabel.Size = new System.Drawing.Size(41, 12); | ||||
|             gradeLabel.TabIndex = 9; | ||||
|             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.Name = "emailLabel"; | ||||
|             emailLabel.Size = new System.Drawing.Size(40, 12); | ||||
|             emailLabel.TabIndex = 11; | ||||
|             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.Name = "levelLabel"; | ||||
|             levelLabel.Size = new System.Drawing.Size(35, 12); | ||||
|             levelLabel.TabIndex = 13; | ||||
|             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.Name = "indateLabel"; | ||||
|             indateLabel.Size = new System.Drawing.Size(43, 12); | ||||
|             indateLabel.TabIndex = 15; | ||||
|             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.Name = "outdateLabel"; | ||||
|             outdateLabel.Size = new System.Drawing.Size(50, 12); | ||||
|             outdateLabel.TabIndex = 17; | ||||
|             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.Name = "memoLabel"; | ||||
|             memoLabel.Size = new System.Drawing.Size(45, 12); | ||||
|             memoLabel.TabIndex = 19; | ||||
|             memoLabel.Text = "memo:"; | ||||
|             //  | ||||
|             // memoTextBox | ||||
|             //  | ||||
|             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; | ||||
|             //  | ||||
|             // 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 = 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); | ||||
|             //  | ||||
|             // bs | ||||
|             //  | ||||
|             this.bs.DataMember = "Users"; | ||||
|             this.bs.DataSource = this.dsMSSQL; | ||||
|             this.bs.CurrentChanged += new System.EventHandler(this.bs_CurrentChanged); | ||||
|             //  | ||||
|             // dsMSSQL | ||||
|             //  | ||||
|             this.dsMSSQL.DataSetName = "dsMSSQL"; | ||||
|             this.dsMSSQL.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; | ||||
|             //  | ||||
|             // ta | ||||
|             //  | ||||
|             this.ta.ClearBeforeFill = true; | ||||
|             //  | ||||
|             // tam | ||||
|             //  | ||||
|             this.tam.BackupDataSetBeforeUpdate = false; | ||||
|             this.tam.InventoryTableAdapter = null; | ||||
|             this.tam.ItemsTableAdapter = null; | ||||
|             this.tam.LineCodeTableAdapter = null; | ||||
|             this.tam.ProjectsTableAdapter = null; | ||||
|             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.Name = "textBox1"; | ||||
|             this.textBox1.Size = new System.Drawing.Size(200, 21); | ||||
|             this.textBox1.TabIndex = 28; | ||||
|             //  | ||||
|             // 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.Controls.Add(label1); | ||||
|             this.Controls.Add(this.textBox1); | ||||
|             this.Controls.Add(this.button2); | ||||
|             this.Controls.Add(this.button1); | ||||
|             this.Controls.Add(idLabel); | ||||
|             this.Controls.Add(this.idTextBox); | ||||
|             this.Controls.Add(passwordLabel); | ||||
|             this.Controls.Add(nameLabel); | ||||
|             this.Controls.Add(this.nameTextBox); | ||||
|             this.Controls.Add(deptLabel); | ||||
|             this.Controls.Add(this.deptTextBox); | ||||
|             this.Controls.Add(gradeLabel); | ||||
|             this.Controls.Add(this.gradeTextBox); | ||||
|             this.Controls.Add(emailLabel); | ||||
|             this.Controls.Add(this.emailTextBox); | ||||
|             this.Controls.Add(levelLabel); | ||||
|             this.Controls.Add(this.levelTextBox); | ||||
|             this.Controls.Add(indateLabel); | ||||
|             this.Controls.Add(this.indateTextBox); | ||||
|             this.Controls.Add(outdateLabel); | ||||
|             this.Controls.Add(this.outdateTextBox); | ||||
|             this.Controls.Add(memoLabel); | ||||
|             this.Controls.Add(this.memoTextBox); | ||||
|             this.MaximizeBox = false; | ||||
|             this.MinimizeBox = false; | ||||
|             this.Name = "fUserInfo"; | ||||
|             this.Text = "fUserInfo"; | ||||
|             this.Load += new System.EventHandler(this.fUserInfo_Load); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit(); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.dsMSSQL)).EndInit(); | ||||
|             this.ResumeLayout(false); | ||||
|             this.PerformLayout(); | ||||
|  | ||||
|         } | ||||
|  | ||||
|         #endregion | ||||
|  | ||||
|         private dsMSSQL dsMSSQL; | ||||
|         private System.Windows.Forms.BindingSource bs; | ||||
|         private dsMSSQLTableAdapters.UsersTableAdapter ta; | ||||
|         private dsMSSQLTableAdapters.TableAdapterManager tam; | ||||
|         private System.Windows.Forms.TextBox idTextBox; | ||||
|         private System.Windows.Forms.TextBox nameTextBox; | ||||
|         private System.Windows.Forms.TextBox deptTextBox; | ||||
|         private System.Windows.Forms.TextBox gradeTextBox; | ||||
|         private System.Windows.Forms.TextBox emailTextBox; | ||||
|         private System.Windows.Forms.TextBox levelTextBox; | ||||
|         private System.Windows.Forms.TextBox indateTextBox; | ||||
|         private System.Windows.Forms.TextBox outdateTextBox; | ||||
|         private System.Windows.Forms.TextBox memoTextBox; | ||||
|         private System.Windows.Forms.Button button1; | ||||
|         private System.Windows.Forms.Button button2; | ||||
|         private System.Windows.Forms.TextBox textBox1; | ||||
|     } | ||||
| } | ||||
							
								
								
									
										79
									
								
								Project/_Common/fUserInfo.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										79
									
								
								Project/_Common/fUserInfo.cs
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,79 @@ | ||||
| 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 Project._Common | ||||
| { | ||||
|     public partial class fUserInfo : Form | ||||
|     { | ||||
|         public fUserInfo() | ||||
|         { | ||||
|             InitializeComponent(); | ||||
|         } | ||||
|  | ||||
|  | ||||
|         private void fUserInfo_Load(object sender, EventArgs e) | ||||
|         { | ||||
|             // TODO: 이 코드는 데이터를 'dsMSSQL.Users' 테이블에 로드합니다. 필요한 경우 이 코드를 이동하거나 제거할 수 있습니다. | ||||
|             this.ta.Fill(this.dsMSSQL.Users); | ||||
|             this.bs.Filter = "id='" + FCOMMON.info.Login.no + "'"; | ||||
|         } | ||||
|  | ||||
|         private void button1_Click(object sender, EventArgs e) | ||||
|         { | ||||
|             _Common.fNewPassword f = new fNewPassword(FCOMMON.info.Login.no); | ||||
|             if (f.ShowDialog() == System.Windows.Forms.DialogResult.OK) | ||||
|             { | ||||
|                 var encpassO = Pub.MakePasswordEnc(f.tbPassO.Text); | ||||
|                 var encpassN = Pub.MakePasswordEnc(f.tbPass1.Text); | ||||
|                 if (currentPassword != encpassO) | ||||
|                 { | ||||
|                     Util.MsgE("Old password error"); | ||||
|                     return; | ||||
|                 } | ||||
|                 else | ||||
|                 { | ||||
|                     this.Validate(); | ||||
|                     this.bs.EndEdit(); | ||||
|                     var drv = bs.Current as DataRowView; | ||||
|                     drv["password"] = encpassN; | ||||
|                     this.bs.EndEdit(); | ||||
|                 } | ||||
|             } | ||||
|         } | ||||
|  | ||||
|         string currentPassword = string.Empty; | ||||
|         private void bs_CurrentChanged(object sender, EventArgs e) | ||||
|         { | ||||
|             var drv = bs.Current as DataRowView; | ||||
|             currentPassword = string.Empty; | ||||
|             if (drv == null) return; | ||||
|             var dr = drv.Row as dsMSSQL.UsersRow; | ||||
|             currentPassword = dr.password; | ||||
|         } | ||||
|  | ||||
|         private void button2_Click(object sender, EventArgs e) | ||||
|         { | ||||
|             this.Validate(); | ||||
|             this.bs.EndEdit(); | ||||
|             try | ||||
|             { | ||||
|                 var cnt = this.tam.UpdateAll(this.dsMSSQL); | ||||
|                 Util.MsgI(string.Format("{0}건의 자료가 업데이트 됨", cnt)); | ||||
|                 DialogResult = System.Windows.Forms.DialogResult.OK; | ||||
|             } | ||||
|             catch (Exception ex) | ||||
|             { | ||||
|                 Util.MsgE(ex.Message); | ||||
|             } | ||||
|  | ||||
|  | ||||
|         } | ||||
|  | ||||
|     } | ||||
| } | ||||
							
								
								
									
										171
									
								
								Project/_Common/fUserInfo.resx
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										171
									
								
								Project/_Common/fUserInfo.resx
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,171 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <root> | ||||
|   <!--  | ||||
|     Microsoft ResX Schema  | ||||
|      | ||||
|     Version 2.0 | ||||
|      | ||||
|     The primary goals of this format is to allow a simple XML format  | ||||
|     that is mostly human readable. The generation and parsing of the  | ||||
|     various data types are done through the TypeConverter classes  | ||||
|     associated with the data types. | ||||
|      | ||||
|     Example: | ||||
|      | ||||
|     ... ado.net/XML headers & schema ... | ||||
|     <resheader name="resmimetype">text/microsoft-resx</resheader> | ||||
|     <resheader name="version">2.0</resheader> | ||||
|     <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader> | ||||
|     <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader> | ||||
|     <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data> | ||||
|     <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data> | ||||
|     <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64"> | ||||
|         <value>[base64 mime encoded serialized .NET Framework object]</value> | ||||
|     </data> | ||||
|     <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||
|         <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value> | ||||
|         <comment>This is a comment</comment> | ||||
|     </data> | ||||
|                  | ||||
|     There are any number of "resheader" rows that contain simple  | ||||
|     name/value pairs. | ||||
|      | ||||
|     Each data row contains a name, and value. The row also contains a  | ||||
|     type or mimetype. Type corresponds to a .NET class that support  | ||||
|     text/value conversion through the TypeConverter architecture.  | ||||
|     Classes that don't support this are serialized and stored with the  | ||||
|     mimetype set. | ||||
|      | ||||
|     The mimetype is used for serialized objects, and tells the  | ||||
|     ResXResourceReader how to depersist the object. This is currently not  | ||||
|     extensible. For a given mimetype the value must be set accordingly: | ||||
|      | ||||
|     Note - application/x-microsoft.net.object.binary.base64 is the format  | ||||
|     that the ResXResourceWriter will generate, however the reader can  | ||||
|     read any of the formats listed below. | ||||
|      | ||||
|     mimetype: application/x-microsoft.net.object.binary.base64 | ||||
|     value   : The object must be serialized with  | ||||
|             : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter | ||||
|             : and then encoded with base64 encoding. | ||||
|      | ||||
|     mimetype: application/x-microsoft.net.object.soap.base64 | ||||
|     value   : The object must be serialized with  | ||||
|             : System.Runtime.Serialization.Formatters.Soap.SoapFormatter | ||||
|             : and then encoded with base64 encoding. | ||||
|  | ||||
|     mimetype: application/x-microsoft.net.object.bytearray.base64 | ||||
|     value   : The object must be serialized into a byte array  | ||||
|             : using a System.ComponentModel.TypeConverter | ||||
|             : and then encoded with base64 encoding. | ||||
|     --> | ||||
|   <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> | ||||
|     <xsd:import namespace="http://www.w3.org/XML/1998/namespace" /> | ||||
|     <xsd:element name="root" msdata:IsDataSet="true"> | ||||
|       <xsd:complexType> | ||||
|         <xsd:choice maxOccurs="unbounded"> | ||||
|           <xsd:element name="metadata"> | ||||
|             <xsd:complexType> | ||||
|               <xsd:sequence> | ||||
|                 <xsd:element name="value" type="xsd:string" minOccurs="0" /> | ||||
|               </xsd:sequence> | ||||
|               <xsd:attribute name="name" use="required" type="xsd:string" /> | ||||
|               <xsd:attribute name="type" type="xsd:string" /> | ||||
|               <xsd:attribute name="mimetype" type="xsd:string" /> | ||||
|               <xsd:attribute ref="xml:space" /> | ||||
|             </xsd:complexType> | ||||
|           </xsd:element> | ||||
|           <xsd:element name="assembly"> | ||||
|             <xsd:complexType> | ||||
|               <xsd:attribute name="alias" type="xsd:string" /> | ||||
|               <xsd:attribute name="name" type="xsd:string" /> | ||||
|             </xsd:complexType> | ||||
|           </xsd:element> | ||||
|           <xsd:element name="data"> | ||||
|             <xsd:complexType> | ||||
|               <xsd:sequence> | ||||
|                 <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> | ||||
|                 <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" /> | ||||
|               </xsd:sequence> | ||||
|               <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" /> | ||||
|               <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" /> | ||||
|               <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" /> | ||||
|               <xsd:attribute ref="xml:space" /> | ||||
|             </xsd:complexType> | ||||
|           </xsd:element> | ||||
|           <xsd:element name="resheader"> | ||||
|             <xsd:complexType> | ||||
|               <xsd:sequence> | ||||
|                 <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> | ||||
|               </xsd:sequence> | ||||
|               <xsd:attribute name="name" type="xsd:string" use="required" /> | ||||
|             </xsd:complexType> | ||||
|           </xsd:element> | ||||
|         </xsd:choice> | ||||
|       </xsd:complexType> | ||||
|     </xsd:element> | ||||
|   </xsd:schema> | ||||
|   <resheader name="resmimetype"> | ||||
|     <value>text/microsoft-resx</value> | ||||
|   </resheader> | ||||
|   <resheader name="version"> | ||||
|     <value>2.0</value> | ||||
|   </resheader> | ||||
|   <resheader name="reader"> | ||||
|     <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> | ||||
|   </resheader> | ||||
|   <resheader name="writer"> | ||||
|     <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> | ||||
|   </resheader> | ||||
|   <metadata name="idLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||
|     <value>False</value> | ||||
|   </metadata> | ||||
|   <metadata name="bs.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | ||||
|     <value>122, 17</value> | ||||
|   </metadata> | ||||
|   <metadata name="passwordLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||
|     <value>False</value> | ||||
|   </metadata> | ||||
|   <metadata name="nameLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||
|     <value>False</value> | ||||
|   </metadata> | ||||
|   <metadata name="deptLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||
|     <value>False</value> | ||||
|   </metadata> | ||||
|   <metadata name="gradeLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||
|     <value>False</value> | ||||
|   </metadata> | ||||
|   <metadata name="emailLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||
|     <value>False</value> | ||||
|   </metadata> | ||||
|   <metadata name="levelLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||
|     <value>False</value> | ||||
|   </metadata> | ||||
|   <metadata name="indateLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||
|     <value>False</value> | ||||
|   </metadata> | ||||
|   <metadata name="outdateLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||
|     <value>False</value> | ||||
|   </metadata> | ||||
|   <metadata name="memoLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||
|     <value>False</value> | ||||
|   </metadata> | ||||
|   <metadata name="bs.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | ||||
|     <value>122, 17</value> | ||||
|   </metadata> | ||||
|   <metadata name="dsMSSQL.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | ||||
|     <value>17, 17</value> | ||||
|   </metadata> | ||||
|   <metadata name="dsMSSQL.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | ||||
|     <value>17, 17</value> | ||||
|   </metadata> | ||||
|   <metadata name="ta.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | ||||
|     <value>186, 17</value> | ||||
|   </metadata> | ||||
|   <metadata name="tam.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | ||||
|     <value>248, 17</value> | ||||
|   </metadata> | ||||
|   <metadata name="label1.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||
|     <value>False</value> | ||||
|   </metadata> | ||||
| </root> | ||||
							
								
								
									
										432
									
								
								Project/_Common/fUserList.Designer.cs
									
									
									
										generated
									
									
									
										Normal file
									
								
							
							
						
						
									
										432
									
								
								Project/_Common/fUserList.Designer.cs
									
									
									
										generated
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,432 @@ | ||||
| namespace Project._Common | ||||
| { | ||||
|     partial class fUserList | ||||
|     { | ||||
|         /// <summary> | ||||
|         /// Required designer variable. | ||||
|         /// </summary> | ||||
|         private System.ComponentModel.IContainer components = null; | ||||
|  | ||||
|         /// <summary> | ||||
|         /// Clean up any resources being used. | ||||
|         /// </summary> | ||||
|         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> | ||||
|         protected override void Dispose(bool disposing) | ||||
|         { | ||||
|             if (disposing && (components != null)) | ||||
|             { | ||||
|                 components.Dispose(); | ||||
|             } | ||||
|             base.Dispose(disposing); | ||||
|         } | ||||
|  | ||||
|         #region Windows Form Designer generated code | ||||
|  | ||||
|         /// <summary> | ||||
|         /// Required method for Designer support - do not modify | ||||
|         /// the contents of this method with the code editor. | ||||
|         /// </summary> | ||||
|         private void InitializeComponent() | ||||
|         { | ||||
|             this.components = new System.ComponentModel.Container(); | ||||
|             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fUserList)); | ||||
|             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(); | ||||
|             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); | ||||
|             this.dsMSSQL = new Project.dsMSSQL(); | ||||
|             this.bs = new System.Windows.Forms.BindingSource(this.components); | ||||
|             this.ta = new Project.dsMSSQLTableAdapters.UsersTableAdapter(); | ||||
|             this.tam = new Project.dsMSSQLTableAdapters.TableAdapterManager(); | ||||
|             this.bn = new System.Windows.Forms.BindingNavigator(this.components); | ||||
|             this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton(); | ||||
|             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.usersBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton(); | ||||
|             this.usersDataGridView = new System.Windows.Forms.DataGridView(); | ||||
|             this.cm1 = new System.Windows.Forms.ContextMenuStrip(this.components); | ||||
|             this.iDChangeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | ||||
|             this.passwordChangeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | ||||
|             this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator(); | ||||
|             this.mailToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | ||||
|             this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.tel = 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(); | ||||
|             this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.dsMSSQL)).BeginInit(); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit(); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit(); | ||||
|             this.bn.SuspendLayout(); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.usersDataGridView)).BeginInit(); | ||||
|             this.cm1.SuspendLayout(); | ||||
|             this.SuspendLayout(); | ||||
|             //  | ||||
|             // dsMSSQL | ||||
|             //  | ||||
|             this.dsMSSQL.DataSetName = "dsMSSQL"; | ||||
|             this.dsMSSQL.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; | ||||
|             //  | ||||
|             // bs | ||||
|             //  | ||||
|             this.bs.DataMember = "Users"; | ||||
|             this.bs.DataSource = this.dsMSSQL; | ||||
|             //  | ||||
|             // ta | ||||
|             //  | ||||
|             this.ta.ClearBeforeFill = true; | ||||
|             //  | ||||
|             // tam | ||||
|             //  | ||||
|             this.tam.BackupDataSetBeforeUpdate = false; | ||||
|             this.tam.InventoryTableAdapter = null; | ||||
|             this.tam.ItemsTableAdapter = null; | ||||
|             this.tam.LineCodeTableAdapter = null; | ||||
|             this.tam.ProjectsTableAdapter = null; | ||||
|             this.tam.UpdateOrder = Project.dsMSSQLTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; | ||||
|             this.tam.UsersTableAdapter = this.ta; | ||||
|             //  | ||||
|             // bn | ||||
|             //  | ||||
|             this.bn.AddNewItem = this.bindingNavigatorAddNewItem; | ||||
|             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.usersBindingNavigatorSaveItem}); | ||||
|             this.bn.Location = new System.Drawing.Point(0, 377); | ||||
|             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(687, 25); | ||||
|             this.bn.TabIndex = 0; | ||||
|             this.bn.Text = "bindingNavigator1"; | ||||
|             //  | ||||
|             // 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)"; | ||||
|             //  | ||||
|             // 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); | ||||
|             //  | ||||
|             // usersBindingNavigatorSaveItem | ||||
|             //  | ||||
|             this.usersBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("usersBindingNavigatorSaveItem.Image"))); | ||||
|             this.usersBindingNavigatorSaveItem.Name = "usersBindingNavigatorSaveItem"; | ||||
|             this.usersBindingNavigatorSaveItem.Size = new System.Drawing.Size(67, 22); | ||||
|             this.usersBindingNavigatorSaveItem.Text = "Save(&S)"; | ||||
|             this.usersBindingNavigatorSaveItem.Click += new System.EventHandler(this.usersBindingNavigatorSaveItem_Click); | ||||
|             //  | ||||
|             // usersDataGridView | ||||
|             //  | ||||
|             this.usersDataGridView.AllowUserToAddRows = false; | ||||
|             this.usersDataGridView.AutoGenerateColumns = false; | ||||
|             this.usersDataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells; | ||||
|             this.usersDataGridView.ColumnHeadersHeight = 30; | ||||
|             this.usersDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; | ||||
|             this.usersDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { | ||||
|             this.dataGridViewTextBoxColumn1, | ||||
|             this.dataGridViewTextBoxColumn3, | ||||
|             this.dataGridViewTextBoxColumn4, | ||||
|             this.dataGridViewTextBoxColumn5, | ||||
|             this.dataGridViewTextBoxColumn6, | ||||
|             this.tel, | ||||
|             this.dataGridViewTextBoxColumn7, | ||||
|             this.dataGridViewTextBoxColumn8, | ||||
|             this.dataGridViewTextBoxColumn9, | ||||
|             this.dataGridViewTextBoxColumn10}); | ||||
|             this.usersDataGridView.ContextMenuStrip = this.cm1; | ||||
|             this.usersDataGridView.DataSource = this.bs; | ||||
|             this.usersDataGridView.Dock = System.Windows.Forms.DockStyle.Fill; | ||||
|             this.usersDataGridView.Location = new System.Drawing.Point(0, 0); | ||||
|             this.usersDataGridView.Name = "usersDataGridView"; | ||||
|             this.usersDataGridView.RowTemplate.Height = 23; | ||||
|             this.usersDataGridView.Size = new System.Drawing.Size(687, 377); | ||||
|             this.usersDataGridView.TabIndex = 1; | ||||
|             //  | ||||
|             // cm1 | ||||
|             //  | ||||
|             this.cm1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { | ||||
|             this.iDChangeToolStripMenuItem, | ||||
|             this.passwordChangeToolStripMenuItem, | ||||
|             this.toolStripMenuItem1, | ||||
|             this.mailToolStripMenuItem}); | ||||
|             this.cm1.Name = "cm1"; | ||||
|             this.cm1.Size = new System.Drawing.Size(170, 76); | ||||
|             //  | ||||
|             // iDChangeToolStripMenuItem | ||||
|             //  | ||||
|             this.iDChangeToolStripMenuItem.Name = "iDChangeToolStripMenuItem"; | ||||
|             this.iDChangeToolStripMenuItem.Size = new System.Drawing.Size(169, 22); | ||||
|             this.iDChangeToolStripMenuItem.Text = "ID Change"; | ||||
|             this.iDChangeToolStripMenuItem.Click += new System.EventHandler(this.iDChangeToolStripMenuItem_Click); | ||||
|             //  | ||||
|             // passwordChangeToolStripMenuItem | ||||
|             //  | ||||
|             this.passwordChangeToolStripMenuItem.Name = "passwordChangeToolStripMenuItem"; | ||||
|             this.passwordChangeToolStripMenuItem.Size = new System.Drawing.Size(169, 22); | ||||
|             this.passwordChangeToolStripMenuItem.Text = "Password Change"; | ||||
|             this.passwordChangeToolStripMenuItem.Click += new System.EventHandler(this.passwordChangeToolStripMenuItem_Click); | ||||
|             //  | ||||
|             // toolStripMenuItem1 | ||||
|             //  | ||||
|             this.toolStripMenuItem1.Name = "toolStripMenuItem1"; | ||||
|             this.toolStripMenuItem1.Size = new System.Drawing.Size(166, 6); | ||||
|             //  | ||||
|             // mailToolStripMenuItem | ||||
|             //  | ||||
|             this.mailToolStripMenuItem.Name = "mailToolStripMenuItem"; | ||||
|             this.mailToolStripMenuItem.Size = new System.Drawing.Size(169, 22); | ||||
|             this.mailToolStripMenuItem.Text = "Mail"; | ||||
|             this.mailToolStripMenuItem.Click += new System.EventHandler(this.mailToolStripMenuItem_Click); | ||||
|             //  | ||||
|             // dataGridViewTextBoxColumn1 | ||||
|             //  | ||||
|             this.dataGridViewTextBoxColumn1.DataPropertyName = "id"; | ||||
|             dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); | ||||
|             this.dataGridViewTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle1; | ||||
|             this.dataGridViewTextBoxColumn1.HeaderText = "id"; | ||||
|             this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; | ||||
|             this.dataGridViewTextBoxColumn1.Width = 40; | ||||
|             //  | ||||
|             // dataGridViewTextBoxColumn3 | ||||
|             //  | ||||
|             this.dataGridViewTextBoxColumn3.DataPropertyName = "name"; | ||||
|             this.dataGridViewTextBoxColumn3.HeaderText = "name"; | ||||
|             this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; | ||||
|             this.dataGridViewTextBoxColumn3.Width = 62; | ||||
|             //  | ||||
|             // dataGridViewTextBoxColumn4 | ||||
|             //  | ||||
|             this.dataGridViewTextBoxColumn4.DataPropertyName = "dept"; | ||||
|             dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; | ||||
|             this.dataGridViewTextBoxColumn4.DefaultCellStyle = dataGridViewCellStyle2; | ||||
|             this.dataGridViewTextBoxColumn4.HeaderText = "dept"; | ||||
|             this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4"; | ||||
|             this.dataGridViewTextBoxColumn4.Width = 54; | ||||
|             //  | ||||
|             // dataGridViewTextBoxColumn5 | ||||
|             //  | ||||
|             this.dataGridViewTextBoxColumn5.DataPropertyName = "grade"; | ||||
|             dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; | ||||
|             this.dataGridViewTextBoxColumn5.DefaultCellStyle = dataGridViewCellStyle3; | ||||
|             this.dataGridViewTextBoxColumn5.HeaderText = "grade"; | ||||
|             this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5"; | ||||
|             this.dataGridViewTextBoxColumn5.Width = 62; | ||||
|             //  | ||||
|             // dataGridViewTextBoxColumn6 | ||||
|             //  | ||||
|             this.dataGridViewTextBoxColumn6.DataPropertyName = "email"; | ||||
|             this.dataGridViewTextBoxColumn6.HeaderText = "email"; | ||||
|             this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6"; | ||||
|             this.dataGridViewTextBoxColumn6.Width = 61; | ||||
|             //  | ||||
|             // tel | ||||
|             //  | ||||
|             this.tel.DataPropertyName = "tel"; | ||||
|             dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; | ||||
|             this.tel.DefaultCellStyle = dataGridViewCellStyle4; | ||||
|             this.tel.HeaderText = "tel"; | ||||
|             this.tel.Name = "tel"; | ||||
|             this.tel.Width = 43; | ||||
|             //  | ||||
|             // dataGridViewTextBoxColumn7 | ||||
|             //  | ||||
|             this.dataGridViewTextBoxColumn7.DataPropertyName = "level"; | ||||
|             dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; | ||||
|             this.dataGridViewTextBoxColumn7.DefaultCellStyle = dataGridViewCellStyle5; | ||||
|             this.dataGridViewTextBoxColumn7.HeaderText = "level"; | ||||
|             this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7"; | ||||
|             this.dataGridViewTextBoxColumn7.Width = 56; | ||||
|             //  | ||||
|             // dataGridViewTextBoxColumn8 | ||||
|             //  | ||||
|             this.dataGridViewTextBoxColumn8.DataPropertyName = "indate"; | ||||
|             dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; | ||||
|             this.dataGridViewTextBoxColumn8.DefaultCellStyle = dataGridViewCellStyle6; | ||||
|             this.dataGridViewTextBoxColumn8.HeaderText = "indate"; | ||||
|             this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8"; | ||||
|             this.dataGridViewTextBoxColumn8.Width = 64; | ||||
|             //  | ||||
|             // dataGridViewTextBoxColumn9 | ||||
|             //  | ||||
|             this.dataGridViewTextBoxColumn9.DataPropertyName = "outdate"; | ||||
|             dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; | ||||
|             this.dataGridViewTextBoxColumn9.DefaultCellStyle = dataGridViewCellStyle7; | ||||
|             this.dataGridViewTextBoxColumn9.HeaderText = "outdate"; | ||||
|             this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9"; | ||||
|             this.dataGridViewTextBoxColumn9.Width = 71; | ||||
|             //  | ||||
|             // dataGridViewTextBoxColumn10 | ||||
|             //  | ||||
|             this.dataGridViewTextBoxColumn10.DataPropertyName = "memo"; | ||||
|             this.dataGridViewTextBoxColumn10.HeaderText = "memo"; | ||||
|             this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10"; | ||||
|             this.dataGridViewTextBoxColumn10.Width = 66; | ||||
|             //  | ||||
|             // fUserList | ||||
|             //  | ||||
|             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); | ||||
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | ||||
|             this.ClientSize = new System.Drawing.Size(687, 402); | ||||
|             this.Controls.Add(this.usersDataGridView); | ||||
|             this.Controls.Add(this.bn); | ||||
|             this.Name = "fUserList"; | ||||
|             this.Text = "fUserList"; | ||||
|             this.Load += new System.EventHandler(this.@__Load); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.dsMSSQL)).EndInit(); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit(); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.bn)).EndInit(); | ||||
|             this.bn.ResumeLayout(false); | ||||
|             this.bn.PerformLayout(); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.usersDataGridView)).EndInit(); | ||||
|             this.cm1.ResumeLayout(false); | ||||
|             this.ResumeLayout(false); | ||||
|             this.PerformLayout(); | ||||
|  | ||||
|         } | ||||
|  | ||||
|         #endregion | ||||
|  | ||||
|         private dsMSSQL dsMSSQL; | ||||
|         private System.Windows.Forms.BindingSource bs; | ||||
|         private dsMSSQLTableAdapters.UsersTableAdapter ta; | ||||
|         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 usersBindingNavigatorSaveItem; | ||||
|         private System.Windows.Forms.DataGridView usersDataGridView; | ||||
|         private System.Windows.Forms.ContextMenuStrip cm1; | ||||
|         private System.Windows.Forms.ToolStripMenuItem iDChangeToolStripMenuItem; | ||||
|         private System.Windows.Forms.ToolStripMenuItem passwordChangeToolStripMenuItem; | ||||
|         private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1; | ||||
|         private System.Windows.Forms.ToolStripMenuItem mailToolStripMenuItem; | ||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1; | ||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3; | ||||
|         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 dataGridViewTextBoxColumn7; | ||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8; | ||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9; | ||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10; | ||||
|     } | ||||
| } | ||||
							
								
								
									
										118
									
								
								Project/_Common/fUserList.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										118
									
								
								Project/_Common/fUserList.cs
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,118 @@ | ||||
| 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 Project._Common | ||||
| { | ||||
|     public partial class fUserList : Form | ||||
|     { | ||||
|         public fUserList() | ||||
|         { | ||||
|             InitializeComponent(); | ||||
|             this.dsMSSQL.Users.TableNewRow += Users_TableNewRow; | ||||
|             this.FormClosed += __Closed; | ||||
|         } | ||||
|  | ||||
|         void __Closed(object sender, FormClosedEventArgs e) | ||||
|         { | ||||
|             var form = this as Form; | ||||
|             Pub.SetFormStatus(ref form, this.Name, false); | ||||
|         } | ||||
|  | ||||
|         void Users_TableNewRow(object sender, DataTableNewRowEventArgs e) | ||||
|         { | ||||
|             e.Row["wuid"] = FCOMMON.info.Login.no; | ||||
|             e.Row["wdate"] = DateTime.Now; | ||||
|             e.Row["password"] = Pub.MakePasswordEnc("0"); | ||||
|             e.Row["level"] = 1;             | ||||
|         } | ||||
|  | ||||
|         private void __Load(object sender, EventArgs e) | ||||
|         { | ||||
|             var form = this as Form; | ||||
|             Pub.SetFormStatus(ref form, this.Name , true); | ||||
|             this.Show(); | ||||
|             Application.DoEvents(); | ||||
|  | ||||
|             //read data | ||||
|             this.ta.Fill(this.dsMSSQL.Users); | ||||
|         } | ||||
|         private void usersBindingNavigatorSaveItem_Click(object sender, EventArgs e) | ||||
|         { | ||||
|             this.Validate(); | ||||
|             this.bs.EndEdit(); | ||||
|             this.tam.UpdateAll(this.dsMSSQL); | ||||
|  | ||||
|         } | ||||
|  | ||||
|         private void iDChangeToolStripMenuItem_Click(object sender, EventArgs e) | ||||
|         { | ||||
|             var drv = this.bs.Current as DataRowView; | ||||
|             if (drv == null) return; | ||||
|             var dr = drv.Row as dsMSSQL.UsersRow; | ||||
|            | ||||
|             var f = new fNewID(dr.id); | ||||
|             if (f.ShowDialog() == System.Windows.Forms.DialogResult.OK) | ||||
|             { | ||||
|                 var newid = f.tbIDN.Text.Trim(); | ||||
|                 if(this.dsMSSQL.Users.Select("id='" + newid + "'").Length != 0) | ||||
|                 { | ||||
|                     Util.MsgE("Exist id - error"); | ||||
|                     return; | ||||
|                 } | ||||
|                 else | ||||
|                 { | ||||
|                     this.Validate(); | ||||
|                     this.bs.EndEdit(); | ||||
|                     dr.id = newid; | ||||
|                     dr.EndEdit(); | ||||
|                     this.bs.EndEdit(); | ||||
|                 } | ||||
|             } | ||||
|         } | ||||
|  | ||||
|         private void passwordChangeToolStripMenuItem_Click(object sender, EventArgs e) | ||||
|         { | ||||
|             var drv = this.bs.Current as DataRowView; | ||||
|             if (drv == null) return; | ||||
|             var dr = drv.Row as dsMSSQL.UsersRow; | ||||
|             var currentPassword = dr.password; | ||||
|  | ||||
|             _Common.fNewPassword f = new fNewPassword(dr.id); | ||||
|             if (f.ShowDialog() == System.Windows.Forms.DialogResult.OK) | ||||
|             { | ||||
|                 var encpassO = Pub.MakePasswordEnc(f.tbPassO.Text); | ||||
|                 var encpassN = Pub.MakePasswordEnc(f.tbPass1.Text); | ||||
|                 if (currentPassword != encpassO) | ||||
|                 { | ||||
|                     Util.MsgE("Old password error"); | ||||
|                     return; | ||||
|                 } | ||||
|                 else | ||||
|                 { | ||||
|                     this.Validate(); | ||||
|                     this.bs.EndEdit(); | ||||
|                     dr.password = encpassN; | ||||
|                     dr.EndEdit(); | ||||
|                     this.bs.EndEdit(); | ||||
|                 } | ||||
|             } | ||||
|         } | ||||
|  | ||||
|         private void mailToolStripMenuItem_Click(object sender, EventArgs e) | ||||
|         { | ||||
|             var drv = this.bs.Current as DataRowView; | ||||
|             if (drv == null) return; | ||||
|             var dr = drv.Row as dsMSSQL.UsersRow; | ||||
|             if (dr.email.isEmpty()) return; | ||||
|             string cmd = "mailto:" + dr.email; | ||||
|             Util.RunExplorer(cmd); | ||||
|         } | ||||
|  | ||||
|     } | ||||
| } | ||||
							
								
								
									
										213
									
								
								Project/_Common/fUserList.resx
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										213
									
								
								Project/_Common/fUserList.resx
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,213 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <root> | ||||
|   <!--  | ||||
|     Microsoft ResX Schema  | ||||
|      | ||||
|     Version 2.0 | ||||
|      | ||||
|     The primary goals of this format is to allow a simple XML format  | ||||
|     that is mostly human readable. The generation and parsing of the  | ||||
|     various data types are done through the TypeConverter classes  | ||||
|     associated with the data types. | ||||
|      | ||||
|     Example: | ||||
|      | ||||
|     ... ado.net/XML headers & schema ... | ||||
|     <resheader name="resmimetype">text/microsoft-resx</resheader> | ||||
|     <resheader name="version">2.0</resheader> | ||||
|     <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader> | ||||
|     <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader> | ||||
|     <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data> | ||||
|     <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data> | ||||
|     <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64"> | ||||
|         <value>[base64 mime encoded serialized .NET Framework object]</value> | ||||
|     </data> | ||||
|     <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||
|         <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value> | ||||
|         <comment>This is a comment</comment> | ||||
|     </data> | ||||
|                  | ||||
|     There are any number of "resheader" rows that contain simple  | ||||
|     name/value pairs. | ||||
|      | ||||
|     Each data row contains a name, and value. The row also contains a  | ||||
|     type or mimetype. Type corresponds to a .NET class that support  | ||||
|     text/value conversion through the TypeConverter architecture.  | ||||
|     Classes that don't support this are serialized and stored with the  | ||||
|     mimetype set. | ||||
|      | ||||
|     The mimetype is used for serialized objects, and tells the  | ||||
|     ResXResourceReader how to depersist the object. This is currently not  | ||||
|     extensible. For a given mimetype the value must be set accordingly: | ||||
|      | ||||
|     Note - application/x-microsoft.net.object.binary.base64 is the format  | ||||
|     that the ResXResourceWriter will generate, however the reader can  | ||||
|     read any of the formats listed below. | ||||
|      | ||||
|     mimetype: application/x-microsoft.net.object.binary.base64 | ||||
|     value   : The object must be serialized with  | ||||
|             : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter | ||||
|             : and then encoded with base64 encoding. | ||||
|      | ||||
|     mimetype: application/x-microsoft.net.object.soap.base64 | ||||
|     value   : The object must be serialized with  | ||||
|             : System.Runtime.Serialization.Formatters.Soap.SoapFormatter | ||||
|             : and then encoded with base64 encoding. | ||||
|  | ||||
|     mimetype: application/x-microsoft.net.object.bytearray.base64 | ||||
|     value   : The object must be serialized into a byte array  | ||||
|             : using a System.ComponentModel.TypeConverter | ||||
|             : and then encoded with base64 encoding. | ||||
|     --> | ||||
|   <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> | ||||
|     <xsd:import namespace="http://www.w3.org/XML/1998/namespace" /> | ||||
|     <xsd:element name="root" msdata:IsDataSet="true"> | ||||
|       <xsd:complexType> | ||||
|         <xsd:choice maxOccurs="unbounded"> | ||||
|           <xsd:element name="metadata"> | ||||
|             <xsd:complexType> | ||||
|               <xsd:sequence> | ||||
|                 <xsd:element name="value" type="xsd:string" minOccurs="0" /> | ||||
|               </xsd:sequence> | ||||
|               <xsd:attribute name="name" use="required" type="xsd:string" /> | ||||
|               <xsd:attribute name="type" type="xsd:string" /> | ||||
|               <xsd:attribute name="mimetype" type="xsd:string" /> | ||||
|               <xsd:attribute ref="xml:space" /> | ||||
|             </xsd:complexType> | ||||
|           </xsd:element> | ||||
|           <xsd:element name="assembly"> | ||||
|             <xsd:complexType> | ||||
|               <xsd:attribute name="alias" type="xsd:string" /> | ||||
|               <xsd:attribute name="name" type="xsd:string" /> | ||||
|             </xsd:complexType> | ||||
|           </xsd:element> | ||||
|           <xsd:element name="data"> | ||||
|             <xsd:complexType> | ||||
|               <xsd:sequence> | ||||
|                 <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> | ||||
|                 <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" /> | ||||
|               </xsd:sequence> | ||||
|               <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" /> | ||||
|               <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" /> | ||||
|               <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" /> | ||||
|               <xsd:attribute ref="xml:space" /> | ||||
|             </xsd:complexType> | ||||
|           </xsd:element> | ||||
|           <xsd:element name="resheader"> | ||||
|             <xsd:complexType> | ||||
|               <xsd:sequence> | ||||
|                 <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> | ||||
|               </xsd:sequence> | ||||
|               <xsd:attribute name="name" type="xsd:string" use="required" /> | ||||
|             </xsd:complexType> | ||||
|           </xsd:element> | ||||
|         </xsd:choice> | ||||
|       </xsd:complexType> | ||||
|     </xsd:element> | ||||
|   </xsd:schema> | ||||
|   <resheader name="resmimetype"> | ||||
|     <value>text/microsoft-resx</value> | ||||
|   </resheader> | ||||
|   <resheader name="version"> | ||||
|     <value>2.0</value> | ||||
|   </resheader> | ||||
|   <resheader name="reader"> | ||||
|     <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> | ||||
|   </resheader> | ||||
|   <resheader name="writer"> | ||||
|     <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> | ||||
|   </resheader> | ||||
|   <metadata name="dsMSSQL.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | ||||
|     <value>17, 17</value> | ||||
|   </metadata> | ||||
|   <metadata name="bs.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | ||||
|     <value>122, 17</value> | ||||
|   </metadata> | ||||
|   <metadata name="ta.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | ||||
|     <value>186, 17</value> | ||||
|   </metadata> | ||||
|   <metadata name="tam.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | ||||
|     <value>248, 17</value> | ||||
|   </metadata> | ||||
|   <metadata name="bn.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | ||||
|     <value>321, 17</value> | ||||
|   </metadata> | ||||
|   <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> | ||||
|   <data name="bindingNavigatorAddNewItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||
|     <value> | ||||
|         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== | ||||
| </value> | ||||
|   </data> | ||||
|   <data name="bindingNavigatorDeleteItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||
|     <value> | ||||
|         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= | ||||
| </value> | ||||
|   </data> | ||||
|   <data name="bindingNavigatorMoveFirstItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||
|     <value> | ||||
|         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= | ||||
| </value> | ||||
|   </data> | ||||
|   <data name="bindingNavigatorMovePreviousItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||
|     <value> | ||||
|         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 | ||||
| </value> | ||||
|   </data> | ||||
|   <data name="bindingNavigatorMoveNextItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||
|     <value> | ||||
|         iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO | ||||
|         wwAADsMBx2+oZAAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78 | ||||
|         n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI | ||||
|         N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f | ||||
|         oAc0QjgAAAAASUVORK5CYII= | ||||
| </value> | ||||
|   </data> | ||||
|   <data name="bindingNavigatorMoveLastItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||
|     <value> | ||||
|         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== | ||||
| </value> | ||||
|   </data> | ||||
|   <data name="usersBindingNavigatorSaveItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||
|     <value> | ||||
|         iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO | ||||
|         wwAADsMBx2+oZAAAAExJREFUOE9joAr49u3bf1IxVCsEgAWC58Dxh/cf4RhZDETHTNiHaQgpBoAwzBCo | ||||
|         dtINAGGiDUDGyGpoawAxeNSAQWkAORiqnRLAwAAA9EMMU8Daa3MAAAAASUVORK5CYII= | ||||
| </value> | ||||
|   </data> | ||||
|   <metadata name="tel.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||
|     <value>True</value> | ||||
|   </metadata> | ||||
|   <metadata name="cm1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | ||||
|     <value>387, 17</value> | ||||
|   </metadata> | ||||
| </root> | ||||
							
								
								
									
										6
									
								
								Project/_Management/fLineCode.Designer.cs
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										6
									
								
								Project/_Management/fLineCode.Designer.cs
									
									
									
										generated
									
									
									
								
							| @@ -89,7 +89,7 @@ | ||||
|             this.bn.MovePreviousItem = this.bindingNavigatorMovePreviousItem; | ||||
|             this.bn.Name = "bn"; | ||||
|             this.bn.PositionItem = this.bindingNavigatorPositionItem; | ||||
|             this.bn.Size = new System.Drawing.Size(574, 25); | ||||
|             this.bn.Size = new System.Drawing.Size(603, 25); | ||||
|             this.bn.TabIndex = 0; | ||||
|             this.bn.Text = "bindingNavigator1"; | ||||
|             //  | ||||
| @@ -217,7 +217,7 @@ | ||||
|             this.lineCodeDataGridView.Location = new System.Drawing.Point(0, 25); | ||||
|             this.lineCodeDataGridView.Name = "lineCodeDataGridView"; | ||||
|             this.lineCodeDataGridView.RowTemplate.Height = 23; | ||||
|             this.lineCodeDataGridView.Size = new System.Drawing.Size(574, 520); | ||||
|             this.lineCodeDataGridView.Size = new System.Drawing.Size(603, 313); | ||||
|             this.lineCodeDataGridView.TabIndex = 1; | ||||
|             //  | ||||
|             // dataGridViewTextBoxColumn1 | ||||
| @@ -295,7 +295,7 @@ | ||||
|             //  | ||||
|             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); | ||||
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | ||||
|             this.ClientSize = new System.Drawing.Size(574, 545); | ||||
|             this.ClientSize = new System.Drawing.Size(603, 338); | ||||
|             this.Controls.Add(this.lineCodeDataGridView); | ||||
|             this.Controls.Add(this.bn); | ||||
|             this.Name = "fLineCode"; | ||||
|   | ||||
| @@ -34,7 +34,7 @@ namespace Project._Management | ||||
|  | ||||
|         void LineCode_TableNewRow(object sender, DataTableNewRowEventArgs e) | ||||
|         { | ||||
|             e.Row["wuid"] = Pub.Login.no; | ||||
|             e.Row["wuid"] = FCOMMON.info.Login.no; | ||||
|             e.Row["wdate"] = DateTime.Now; | ||||
|         } | ||||
|     } | ||||
|   | ||||
| @@ -198,9 +198,6 @@ | ||||
|         dtINAGGiDUDGyGpoawAxeNSAQWkAORiqnRLAwAAA9EMMU8Daa3MAAAAASUVORK5CYII= | ||||
| </value> | ||||
|   </data> | ||||
|   <metadata name="dsMSSQL.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | ||||
|     <value>17, 17</value> | ||||
|   </metadata> | ||||
|   <metadata name="except.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||
|     <value>True</value> | ||||
|   </metadata> | ||||
|   | ||||
| @@ -34,7 +34,7 @@ namespace Project.Prj | ||||
|  | ||||
|         void Projects_TableNewRow(object sender, DataTableNewRowEventArgs e) | ||||
|         { | ||||
|             e.Row["wuid"] = Pub.Login.no; | ||||
|             e.Row["wuid"] = FCOMMON.info.Login.no; | ||||
|             e.Row["wdate"] = DateTime.Now; | ||||
|         } | ||||
|     } | ||||
|   | ||||
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							| @@ -1,3 +0,0 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <tindevil xmlns="http://tindevil.com"> | ||||
| </tindevil> | ||||
| @@ -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 | ||||
| @@ -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 | ||||
| @@ -1,296 +0,0 @@ | ||||
| 2018-05-11 00:00:00.516	ERROR	dio init error : The device is not available | ||||
| 2018-05-11 00:00:00.522	NORMAL	ModelData Load : Usersfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Users.csv | ||||
| 2018-05-11 00:00:00.523	ERROR	▣ No Data | ||||
| 2018-05-11 00:00:00.523	NORMAL	ModelData Load : Modelfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Model.csv | ||||
| 2018-05-11 00:00:00.523	ERROR	▣ No Data | ||||
| 2018-05-11 00:00:00.523	INFO	model data listUsers : 0건 | ||||
| Model : 0건 | ||||
|  | ||||
| 2018-05-11 00:00:00.525	NORMAL	Program Start | ||||
| 2018-05-11 00:00:07.526	INFO	Setting Save | ||||
| 2018-05-11 00:00:07.526	NORMAL	 | ||||
| ============== | ||||
| Setting Data List | ||||
| Print Time : 18-05-11 00:00:07.526 | ||||
| ============== | ||||
| Language(Language) = Kor | ||||
| FullScreen(FullScreen) = False | ||||
| WindowSize(WindowSize) = {Width=1024, Height=768} | ||||
| Barcode(Port Name) =  | ||||
| ADVDeviceName(Device Name) = COM1 | ||||
| DOAutoOff_Quit(DOAutoOff_Quit) = False | ||||
| DOAutoOff_Start(DOAutoOff_Start) = False | ||||
|  | ||||
| 2018-05-11 00:00:38.077	NORMAL	Program Close | ||||
| 2018-05-11 00:12:15.456	ERROR	dio init error : The device is not available | ||||
| 2018-05-11 00:12:15.461	NORMAL	ModelData Load : Usersfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Users.csv | ||||
| 2018-05-11 00:12:15.481	ERROR	▣ No Data | ||||
| 2018-05-11 00:12:15.481	NORMAL	ModelData Load : Modelfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Model.csv | ||||
| 2018-05-11 00:12:15.481	ERROR	▣ No Data | ||||
| 2018-05-11 00:12:15.482	INFO	model data listUsers : 0건 | ||||
| Model : 0건 | ||||
|  | ||||
| 2018-05-11 00:12:15.484	NORMAL	Program Start | ||||
| 2018-05-11 00:12:19.398	INFO	Setting Save | ||||
| 2018-05-11 00:12:19.398	NORMAL	 | ||||
| ============== | ||||
| Setting Data List | ||||
| Print Time : 18-05-11 00:12:19.398 | ||||
| ============== | ||||
| Language(Language) = Kor | ||||
| FullScreen(FullScreen) = False | ||||
| WindowSize(WindowSize) = {Width=1024, Height=768} | ||||
| Barcode(Port Name) =  | ||||
| ADVDeviceName(Device Name) = COM1 | ||||
| DOAutoOff_Quit(DOAutoOff_Quit) = False | ||||
| DOAutoOff_Start(DOAutoOff_Start) = False | ||||
|  | ||||
| 2018-05-11 00:12:21.481	NORMAL	Program Close | ||||
| 2018-05-11 00:14:22.371	ERROR	dio init error : The device is not available | ||||
| 2018-05-11 00:14:22.375	NORMAL	ModelData Load : Usersfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Users.csv | ||||
| 2018-05-11 00:14:22.377	ERROR	▣ No Data | ||||
| 2018-05-11 00:14:22.377	NORMAL	ModelData Load : Modelfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Model.csv | ||||
| 2018-05-11 00:14:22.377	ERROR	▣ No Data | ||||
| 2018-05-11 00:14:22.377	INFO	model data listUsers : 0건 | ||||
| Model : 0건 | ||||
|  | ||||
| 2018-05-11 00:14:22.379	NORMAL	Program Start | ||||
| 2018-05-11 00:14:28.246	NORMAL	Program Close | ||||
| 2018-05-11 00:14:51.455	ERROR	dio init error : The device is not available | ||||
| 2018-05-11 00:14:51.460	NORMAL	ModelData Load : Usersfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Users.csv | ||||
| 2018-05-11 00:14:51.461	ERROR	▣ No Data | ||||
| 2018-05-11 00:14:51.461	NORMAL	ModelData Load : Modelfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Model.csv | ||||
| 2018-05-11 00:14:51.461	ERROR	▣ No Data | ||||
| 2018-05-11 00:14:51.461	INFO	model data listUsers : 0건 | ||||
| Model : 0건 | ||||
|  | ||||
| 2018-05-11 00:14:51.463	NORMAL	Program Start | ||||
| 2018-05-11 00:15:07.918	NORMAL	Program Close | ||||
| 2018-05-11 00:16:51.725	ERROR	dio init error : The device is not available | ||||
| 2018-05-11 00:16:51.730	NORMAL	ModelData Load : Usersfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Users.csv | ||||
| 2018-05-11 00:16:51.731	ERROR	▣ No Data | ||||
| 2018-05-11 00:16:51.731	NORMAL	ModelData Load : Modelfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Model.csv | ||||
| 2018-05-11 00:16:51.731	ERROR	▣ No Data | ||||
| 2018-05-11 00:16:51.731	INFO	model data listUsers : 0건 | ||||
| Model : 0건 | ||||
|  | ||||
| 2018-05-11 00:16:51.734	NORMAL	Program Start | ||||
| 2018-05-11 00:19:11.706	NORMAL	Program Close | ||||
| 2018-05-11 00:19:57.620	ERROR	dio init error : The device is not available | ||||
| 2018-05-11 00:19:57.625	NORMAL	ModelData Load : Usersfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Users.csv | ||||
| 2018-05-11 00:19:57.626	ERROR	▣ No Data | ||||
| 2018-05-11 00:19:57.626	NORMAL	ModelData Load : Modelfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Model.csv | ||||
| 2018-05-11 00:19:57.626	ERROR	▣ No Data | ||||
| 2018-05-11 00:19:57.626	INFO	model data listUsers : 0건 | ||||
| Model : 0건 | ||||
|  | ||||
| 2018-05-11 00:19:57.629	NORMAL	Program Start | ||||
| 2018-05-11 00:20:00.594	BCD	Rx:RECV BCD | ||||
| 2018-05-11 00:20:12.875	NORMAL	Program Close | ||||
| 2018-05-11 00:20:40.906	ERROR	dio init error : The device is not available | ||||
| 2018-05-11 00:20:40.911	NORMAL	ModelData Load : Usersfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Users.csv | ||||
| 2018-05-11 00:20:40.912	ERROR	▣ No Data | ||||
| 2018-05-11 00:20:40.912	NORMAL	ModelData Load : Modelfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Model.csv | ||||
| 2018-05-11 00:20:40.912	ERROR	▣ No Data | ||||
| 2018-05-11 00:20:40.912	INFO	model data listUsers : 0건 | ||||
| Model : 0건 | ||||
|  | ||||
| 2018-05-11 00:20:40.915	NORMAL	Program Start | ||||
| 2018-05-11 00:21:15.404	NORMAL	Program Close | ||||
| 2018-05-11 00:21:34.818	ERROR	dio init error : The device is not available | ||||
| 2018-05-11 00:21:34.822	NORMAL	ModelData Load : Usersfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Users.csv | ||||
| 2018-05-11 00:21:34.823	ERROR	▣ No Data | ||||
| 2018-05-11 00:21:34.823	NORMAL	ModelData Load : Modelfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Model.csv | ||||
| 2018-05-11 00:21:34.824	ERROR	▣ No Data | ||||
| 2018-05-11 00:21:34.824	INFO	model data listUsers : 0건 | ||||
| Model : 0건 | ||||
|  | ||||
| 2018-05-11 00:21:34.827	NORMAL	Program Start | ||||
| 2018-05-11 00:22:19.006	ERROR	dio init error : The device is not available | ||||
| 2018-05-11 00:22:19.010	NORMAL	ModelData Load : Usersfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Users.csv | ||||
| 2018-05-11 00:22:19.011	ERROR	▣ No Data | ||||
| 2018-05-11 00:22:19.011	NORMAL	ModelData Load : Modelfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Model.csv | ||||
| 2018-05-11 00:22:19.012	ERROR	▣ No Data | ||||
| 2018-05-11 00:22:19.012	INFO	model data listUsers : 0건 | ||||
| Model : 0건 | ||||
|  | ||||
| 2018-05-11 00:22:19.014	NORMAL	Program Start | ||||
| 2018-05-11 00:22:26.882	INFO	Setting Save | ||||
| 2018-05-11 00:22:26.882	NORMAL	 | ||||
| ============== | ||||
| Setting Data List | ||||
| Print Time : 18-05-11 00:22:26.882 | ||||
| ============== | ||||
| Language(Language) = Kor | ||||
| FullScreen(FullScreen) = False | ||||
| WindowSize(WindowSize) = {Width=1024, Height=600} | ||||
| Barcode(Port Name) =  | ||||
| ADVDeviceName(Device Name) = COM1 | ||||
| DOAutoOff_Quit(DOAutoOff_Quit) = False | ||||
| DOAutoOff_Start(DOAutoOff_Start) = False | ||||
|  | ||||
| 2018-05-11 00:22:30.230	NORMAL	Program Close | ||||
| 2018-05-11 00:23:18.090	ERROR	dio init error : The device is not available | ||||
| 2018-05-11 00:23:18.094	NORMAL	ModelData Load : Usersfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Users.csv | ||||
| 2018-05-11 00:23:18.095	ERROR	▣ No Data | ||||
| 2018-05-11 00:23:18.095	NORMAL	ModelData Load : Modelfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Model.csv | ||||
| 2018-05-11 00:23:18.096	ERROR	▣ No Data | ||||
| 2018-05-11 00:23:18.096	INFO	model data listUsers : 0건 | ||||
| Model : 0건 | ||||
|  | ||||
| 2018-05-11 00:23:18.098	NORMAL	Program Start | ||||
| 2018-05-11 00:23:35.632	INFO	Setting Save | ||||
| 2018-05-11 00:23:35.633	NORMAL	 | ||||
| ============== | ||||
| Setting Data List | ||||
| Print Time : 18-05-11 00:23:35.633 | ||||
| ============== | ||||
| Language(Language) = Kor | ||||
| FullScreen(FullScreen) = False | ||||
| WindowSize(WindowSize) = {Width=1024, Height=600} | ||||
| Barcode(Port Name) =  | ||||
| ADVDeviceName(Device Name) = COM1 | ||||
| DOAutoOff_Quit(DOAutoOff_Quit) = False | ||||
| DOAutoOff_Start(DOAutoOff_Start) = False | ||||
|  | ||||
| 2018-05-11 00:23:50.757	INFO	Setting Save | ||||
| 2018-05-11 00:23:50.757	NORMAL	 | ||||
| ============== | ||||
| Setting Data List | ||||
| Print Time : 18-05-11 00:23:50.757 | ||||
| ============== | ||||
| Language(Language) = Kor | ||||
| FullScreen(FullScreen) = False | ||||
| WindowSize(WindowSize) = {Width=1024, Height=500} | ||||
| Barcode(Port Name) =  | ||||
| ADVDeviceName(Device Name) = COM1 | ||||
| DOAutoOff_Quit(DOAutoOff_Quit) = False | ||||
| DOAutoOff_Start(DOAutoOff_Start) = False | ||||
|  | ||||
| 2018-05-11 00:23:57.092	INFO	Setting Save | ||||
| 2018-05-11 00:23:57.092	NORMAL	 | ||||
| ============== | ||||
| Setting Data List | ||||
| Print Time : 18-05-11 00:23:57.092 | ||||
| ============== | ||||
| Language(Language) = Kor | ||||
| FullScreen(FullScreen) = False | ||||
| WindowSize(WindowSize) = {Width=1024, Height=600} | ||||
| Barcode(Port Name) =  | ||||
| ADVDeviceName(Device Name) = COM1 | ||||
| DOAutoOff_Quit(DOAutoOff_Quit) = False | ||||
| DOAutoOff_Start(DOAutoOff_Start) = False | ||||
|  | ||||
| 2018-05-11 00:23:59.778	NORMAL	Program Close | ||||
| 2018-05-11 00:24:03.582	ERROR	dio init error : The device is not available | ||||
| 2018-05-11 00:24:03.586	NORMAL	ModelData Load : Usersfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Users.csv | ||||
| 2018-05-11 00:24:03.587	ERROR	▣ No Data | ||||
| 2018-05-11 00:24:03.587	NORMAL	ModelData Load : Modelfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Model.csv | ||||
| 2018-05-11 00:24:03.587	ERROR	▣ No Data | ||||
| 2018-05-11 00:24:03.588	INFO	model data listUsers : 0건 | ||||
| Model : 0건 | ||||
|  | ||||
| 2018-05-11 00:24:03.590	NORMAL	Program Start | ||||
| 2018-05-11 00:24:30.233	NORMAL	Program Close | ||||
| 2018-05-11 00:24:57.662	ERROR	dio init error : The device is not available | ||||
| 2018-05-11 00:24:57.666	NORMAL	ModelData Load : Usersfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Users.csv | ||||
| 2018-05-11 00:24:57.667	ERROR	▣ No Data | ||||
| 2018-05-11 00:24:57.667	NORMAL	ModelData Load : Modelfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Model.csv | ||||
| 2018-05-11 00:24:57.667	ERROR	▣ No Data | ||||
| 2018-05-11 00:24:57.668	INFO	model data listUsers : 0건 | ||||
| Model : 0건 | ||||
|  | ||||
| 2018-05-11 00:24:57.670	NORMAL	Program Start | ||||
| 2018-05-11 00:26:03.885	ERROR	dio init error : The device is not available | ||||
| 2018-05-11 00:26:03.890	NORMAL	ModelData Load : Usersfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Users.csv | ||||
| 2018-05-11 00:26:03.891	ERROR	▣ No Data | ||||
| 2018-05-11 00:26:03.891	NORMAL	ModelData Load : Modelfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Model.csv | ||||
| 2018-05-11 00:26:03.891	ERROR	▣ No Data | ||||
| 2018-05-11 00:26:03.891	INFO	model data listUsers : 0건 | ||||
| Model : 0건 | ||||
|  | ||||
| 2018-05-11 00:26:03.893	NORMAL	Program Start | ||||
| 2018-05-11 00:26:35.877	ERROR	dio init error : The device is not available | ||||
| 2018-05-11 00:26:35.881	NORMAL	ModelData Load : Usersfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Users.csv | ||||
| 2018-05-11 00:26:35.882	ERROR	▣ No Data | ||||
| 2018-05-11 00:26:35.882	NORMAL	ModelData Load : Modelfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Model.csv | ||||
| 2018-05-11 00:26:35.883	ERROR	▣ No Data | ||||
| 2018-05-11 00:26:35.883	INFO	model data listUsers : 0건 | ||||
| Model : 0건 | ||||
|  | ||||
| 2018-05-11 00:26:35.885	NORMAL	Program Start | ||||
| 2018-05-11 00:26:52.274	ERROR	dio init error : The device is not available | ||||
| 2018-05-11 00:26:52.278	NORMAL	ModelData Load : Usersfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Users.csv | ||||
| 2018-05-11 00:26:52.279	ERROR	▣ No Data | ||||
| 2018-05-11 00:26:52.279	NORMAL	ModelData Load : Modelfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Model.csv | ||||
| 2018-05-11 00:26:52.279	ERROR	▣ No Data | ||||
| 2018-05-11 00:26:52.279	INFO	model data listUsers : 0건 | ||||
| Model : 0건 | ||||
|  | ||||
| 2018-05-11 00:26:52.281	NORMAL	Program Start | ||||
| 2018-05-11 00:27:15.917	NORMAL	Program Close | ||||
| 2018-05-11 00:28:24.236	ERROR	dio init error : The device is not available | ||||
| 2018-05-11 00:28:24.239	NORMAL	ModelData Load : Usersfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Users.csv | ||||
| 2018-05-11 00:28:24.241	ERROR	▣ No Data | ||||
| 2018-05-11 00:28:24.241	NORMAL	ModelData Load : Modelfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Model.csv | ||||
| 2018-05-11 00:28:24.241	ERROR	▣ No Data | ||||
| 2018-05-11 00:28:24.241	INFO	model data listUsers : 0건 | ||||
| Model : 0건 | ||||
|  | ||||
| 2018-05-11 00:28:24.244	NORMAL	Program Start | ||||
| 2018-05-11 00:28:34.615	ERROR	dio init error : The device is not available | ||||
| 2018-05-11 00:28:34.620	NORMAL	ModelData Load : Usersfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Users.csv | ||||
| 2018-05-11 00:28:34.621	ERROR	▣ No Data | ||||
| 2018-05-11 00:28:34.621	NORMAL	ModelData Load : Modelfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Model.csv | ||||
| 2018-05-11 00:28:34.621	ERROR	▣ No Data | ||||
| 2018-05-11 00:28:34.621	INFO	model data listUsers : 0건 | ||||
| Model : 0건 | ||||
|  | ||||
| 2018-05-11 00:28:34.625	NORMAL	Program Start | ||||
| 2018-05-11 00:29:34.191	ERROR	dio init error : The device is not available | ||||
| 2018-05-11 00:29:34.196	NORMAL	ModelData Load : Usersfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Users.csv | ||||
| 2018-05-11 00:29:34.197	ERROR	▣ No Data | ||||
| 2018-05-11 00:29:34.197	NORMAL	ModelData Load : Modelfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Model.csv | ||||
| 2018-05-11 00:29:34.197	ERROR	▣ No Data | ||||
| 2018-05-11 00:29:34.198	INFO	model data listUsers : 0건 | ||||
| Model : 0건 | ||||
|  | ||||
| 2018-05-11 00:29:34.201	NORMAL	Program Start | ||||
| 2018-05-11 00:31:24.723	ERROR	dio init error : The device is not available | ||||
| 2018-05-11 00:31:24.726	NORMAL	ModelData Load : Usersfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Users.csv | ||||
| 2018-05-11 00:31:24.727	ERROR	▣ No Data | ||||
| 2018-05-11 00:31:24.727	NORMAL	ModelData Load : Modelfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Model.csv | ||||
| 2018-05-11 00:31:24.727	ERROR	▣ No Data | ||||
| 2018-05-11 00:31:24.727	INFO	model data listUsers : 0건 | ||||
| Model : 0건 | ||||
|  | ||||
| 2018-05-11 00:31:24.730	NORMAL	Program Start | ||||
| 2018-05-11 00:31:42.642	ERROR	dio init error : The device is not available | ||||
| 2018-05-11 00:31:42.646	NORMAL	ModelData Load : Usersfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Users.csv | ||||
| 2018-05-11 00:31:42.647	ERROR	▣ No Data | ||||
| 2018-05-11 00:31:42.647	NORMAL	ModelData Load : Modelfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Model.csv | ||||
| 2018-05-11 00:31:42.647	ERROR	▣ No Data | ||||
| 2018-05-11 00:31:42.648	INFO	model data listUsers : 0건 | ||||
| Model : 0건 | ||||
|  | ||||
| 2018-05-11 00:31:42.651	NORMAL	Program Start | ||||
| 2018-05-11 00:32:04.569	ERROR	dio init error : The device is not available | ||||
| 2018-05-11 00:32:04.573	NORMAL	ModelData Load : Usersfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Users.csv | ||||
| 2018-05-11 00:32:04.574	ERROR	▣ No Data | ||||
| 2018-05-11 00:32:04.574	NORMAL	ModelData Load : Modelfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Model.csv | ||||
| 2018-05-11 00:32:04.574	ERROR	▣ No Data | ||||
| 2018-05-11 00:32:04.575	INFO	model data listUsers : 0건 | ||||
| Model : 0건 | ||||
|  | ||||
| 2018-05-11 00:32:04.578	NORMAL	Program Start | ||||
| 2018-05-11 00:35:31.358	NORMAL	Program Close | ||||
| 2018-05-11 00:36:35.845	ERROR	dio init error : The device is not available | ||||
| 2018-05-11 00:36:35.849	NORMAL	ModelData Load : Usersfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Users.csv | ||||
| 2018-05-11 00:36:35.850	ERROR	▣ No Data | ||||
| 2018-05-11 00:36:35.850	NORMAL	ModelData Load : Modelfn=D:\Tinsky\Visual Studio For Amkor\_Frame\Project\bin\debug\Model\Model.csv | ||||
| 2018-05-11 00:36:35.851	ERROR	▣ No Data | ||||
| 2018-05-11 00:36:35.851	INFO	model data listUsers : 0건 | ||||
| Model : 0건 | ||||
|  | ||||
| 2018-05-11 00:36:35.853	NORMAL	Program Start | ||||
| 2018-05-11 00:36:42.340	NORMAL	Program Close | ||||
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							| @@ -1,11 +0,0 @@ | ||||
| <?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||||
| <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> | ||||
|   <assemblyIdentity version="1.0.0.0" name="MyApplication.app"/> | ||||
|   <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2"> | ||||
|     <security> | ||||
|       <requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3"> | ||||
|         <requestedExecutionLevel level="asInvoker" uiAccess="false"/> | ||||
|       </requestedPrivileges> | ||||
|     </security> | ||||
|   </trustInfo> | ||||
| </assembly> | ||||
| @@ -1,50 +0,0 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <tindevil xmlns="http://tindevil.com"> | ||||
|   <userdata xmlns=""> | ||||
|     <DO2_15>0</DO2_15> | ||||
|     <DO2_16>0</DO2_16> | ||||
|     <Password_Setup>0000</Password_Setup> | ||||
|     <Password_User>9999</Password_User> | ||||
|     <Language>Kor</Language> | ||||
|     <FullScreen>0</FullScreen> | ||||
|     <WindowSize>1024,600</WindowSize> | ||||
|     <Barcode> | ||||
|     </Barcode> | ||||
|     <ADVDeviceName>COM1</ADVDeviceName> | ||||
|     <DOAutoOff_Quit>0</DOAutoOff_Quit> | ||||
|     <DOAutoOff_Start>0</DOAutoOff_Start> | ||||
|     <Log_IO>0</Log_IO> | ||||
|     <DI2>System.UInt16[]</DI2> | ||||
|     <DO2>System.UInt16[]</DO2> | ||||
|     <DI2_01>0</DI2_01> | ||||
|     <DI2_02>0</DI2_02> | ||||
|     <DI2_03>0</DI2_03> | ||||
|     <DI2_04>0</DI2_04> | ||||
|     <DI2_05>0</DI2_05> | ||||
|     <DI2_06>0</DI2_06> | ||||
|     <DI2_07>0</DI2_07> | ||||
|     <DI2_08>0</DI2_08> | ||||
|     <DI2_09>0</DI2_09> | ||||
|     <DI2_10>0</DI2_10> | ||||
|     <DI2_11>0</DI2_11> | ||||
|     <DI2_12>0</DI2_12> | ||||
|     <DI2_13>0</DI2_13> | ||||
|     <DI2_14>0</DI2_14> | ||||
|     <DI2_15>0</DI2_15> | ||||
|     <DI2_16>0</DI2_16> | ||||
|     <DO2_01>0</DO2_01> | ||||
|     <DO2_02>0</DO2_02> | ||||
|     <DO2_03>0</DO2_03> | ||||
|     <DO2_04>0</DO2_04> | ||||
|     <DO2_05>0</DO2_05> | ||||
|     <DO2_06>0</DO2_06> | ||||
|     <DO2_07>0</DO2_07> | ||||
|     <DO2_08>0</DO2_08> | ||||
|     <DO2_09>0</DO2_09> | ||||
|     <DO2_10>0</DO2_10> | ||||
|     <DO2_11>0</DO2_11> | ||||
|     <DO2_12>0</DO2_12> | ||||
|     <DO2_13>0</DO2_13> | ||||
|     <DO2_14>0</DO2_14> | ||||
|   </userdata> | ||||
| </tindevil> | ||||
| @@ -1,3 +0,0 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <tindevil xmlns="http://tindevil.com"> | ||||
| </tindevil> | ||||
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										24
									
								
								Project/dsEQ.Designer.cs
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										24
									
								
								Project/dsEQ.Designer.cs
									
									
									
										generated
									
									
									
								
							| @@ -6002,11 +6002,11 @@ namespace Project { | ||||
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] | ||||
|             public string Filter { | ||||
|                 get { | ||||
|                     try { | ||||
|                         return ((string)(this[this.tableEquipmentFilter.FilterColumn])); | ||||
|                     if (this.IsFilterNull()) { | ||||
|                         return string.Empty; | ||||
|                     } | ||||
|                     catch (global::System.InvalidCastException e) { | ||||
|                         throw new global::System.Data.StrongTypingException("\'EquipmentFilter\' 테이블의 \'Filter\' 열의 값이 DBNull입니다.", e); | ||||
|                     else { | ||||
|                         return ((string)(this[this.tableEquipmentFilter.FilterColumn])); | ||||
|                     } | ||||
|                 } | ||||
|                 set { | ||||
| @@ -6018,11 +6018,11 @@ namespace Project { | ||||
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] | ||||
|             public string Apply { | ||||
|                 get { | ||||
|                     try { | ||||
|                         return ((string)(this[this.tableEquipmentFilter.ApplyColumn])); | ||||
|                     if (this.IsApplyNull()) { | ||||
|                         return string.Empty; | ||||
|                     } | ||||
|                     catch (global::System.InvalidCastException e) { | ||||
|                         throw new global::System.Data.StrongTypingException("\'EquipmentFilter\' 테이블의 \'Apply\' 열의 값이 DBNull입니다.", e); | ||||
|                     else { | ||||
|                         return ((string)(this[this.tableEquipmentFilter.ApplyColumn])); | ||||
|                     } | ||||
|                 } | ||||
|                 set { | ||||
| @@ -6034,11 +6034,11 @@ namespace Project { | ||||
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] | ||||
|             public string memo { | ||||
|                 get { | ||||
|                     try { | ||||
|                         return ((string)(this[this.tableEquipmentFilter.memoColumn])); | ||||
|                     if (this.IsmemoNull()) { | ||||
|                         return string.Empty; | ||||
|                     } | ||||
|                     catch (global::System.InvalidCastException e) { | ||||
|                         throw new global::System.Data.StrongTypingException("\'EquipmentFilter\' 테이블의 \'memo\' 열의 값이 DBNull입니다.", e); | ||||
|                     else { | ||||
|                         return ((string)(this[this.tableEquipmentFilter.memoColumn])); | ||||
|                     } | ||||
|                 } | ||||
|                 set { | ||||
|   | ||||
| @@ -736,7 +736,7 @@ SELECT idx, type, Title, Filter, Apply, memo, wuid, wdate FROM EquipmentFilter W | ||||
|   <xs:element name="dsEQ" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="true" msprop:Generator_DataSetName="dsEQ" msprop:Generator_UserDSName="dsEQ"> | ||||
|     <xs:complexType> | ||||
|       <xs:choice minOccurs="0" maxOccurs="unbounded"> | ||||
|         <xs:element name="EqDateList" msprop:Generator_TableClassName="EqDateListDataTable" msprop:Generator_TableVarName="tableEqDateList" msprop:Generator_TablePropName="EqDateList" msprop:Generator_RowDeletingName="EqDateListRowDeleting" msprop:Generator_RowChangingName="EqDateListRowChanging" msprop:Generator_RowEvHandlerName="EqDateListRowChangeEventHandler" msprop:Generator_RowDeletedName="EqDateListRowDeleted" msprop:Generator_UserTableName="EqDateList" msprop:Generator_RowChangedName="EqDateListRowChanged" msprop:Generator_RowEvArgName="EqDateListRowChangeEvent" msprop:Generator_RowClassName="EqDateListRow"> | ||||
|         <xs:element name="EqDateList" msprop:Generator_TableClassName="EqDateListDataTable" msprop:Generator_TableVarName="tableEqDateList" msprop:Generator_RowChangedName="EqDateListRowChanged" msprop:Generator_TablePropName="EqDateList" msprop:Generator_RowDeletingName="EqDateListRowDeleting" msprop:Generator_RowChangingName="EqDateListRowChanging" msprop:Generator_RowEvHandlerName="EqDateListRowChangeEventHandler" msprop:Generator_RowDeletedName="EqDateListRowDeleted" msprop:Generator_RowClassName="EqDateListRow" msprop:Generator_UserTableName="EqDateList" msprop:Generator_RowEvArgName="EqDateListRowChangeEvent"> | ||||
|           <xs:complexType> | ||||
|             <xs:sequence> | ||||
|               <xs:element name="pdate" msprop:Generator_ColumnVarNameInTable="columnpdate" msprop:Generator_ColumnPropNameInRow="pdate" msprop:Generator_ColumnPropNameInTable="pdateColumn" msprop:Generator_UserColumnName="pdate"> | ||||
| @@ -749,7 +749,7 @@ SELECT idx, type, Title, Filter, Apply, memo, wuid, wdate FROM EquipmentFilter W | ||||
|             </xs:sequence> | ||||
|           </xs:complexType> | ||||
|         </xs:element> | ||||
|         <xs:element name="EquipmentF" msprop:Generator_TableClassName="EquipmentFDataTable" msprop:Generator_TableVarName="tableEquipmentF" msprop:Generator_TablePropName="EquipmentF" msprop:Generator_RowDeletingName="EquipmentFRowDeleting" msprop:Generator_RowChangingName="EquipmentFRowChanging" msprop:Generator_RowEvHandlerName="EquipmentFRowChangeEventHandler" msprop:Generator_RowDeletedName="EquipmentFRowDeleted" msprop:Generator_UserTableName="EquipmentF" msprop:Generator_RowChangedName="EquipmentFRowChanged" msprop:Generator_RowEvArgName="EquipmentFRowChangeEvent" msprop:Generator_RowClassName="EquipmentFRow"> | ||||
|         <xs:element name="EquipmentF" msprop:Generator_TableClassName="EquipmentFDataTable" msprop:Generator_TableVarName="tableEquipmentF" msprop:Generator_RowChangedName="EquipmentFRowChanged" msprop:Generator_TablePropName="EquipmentF" msprop:Generator_RowDeletingName="EquipmentFRowDeleting" msprop:Generator_RowChangingName="EquipmentFRowChanging" msprop:Generator_RowEvHandlerName="EquipmentFRowChangeEventHandler" msprop:Generator_RowDeletedName="EquipmentFRowDeleted" msprop:Generator_RowClassName="EquipmentFRow" msprop:Generator_UserTableName="EquipmentF" msprop:Generator_RowEvArgName="EquipmentFRowChangeEvent"> | ||||
|           <xs:complexType> | ||||
|             <xs:sequence> | ||||
|               <xs:element name="idx" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnidx" msprop:Generator_ColumnPropNameInRow="idx" msprop:Generator_ColumnPropNameInTable="idxColumn" msprop:Generator_UserColumnName="idx" type="xs:int" /> | ||||
| @@ -850,7 +850,7 @@ SELECT idx, type, Title, Filter, Apply, memo, wuid, wdate FROM EquipmentFilter W | ||||
|             </xs:sequence> | ||||
|           </xs:complexType> | ||||
|         </xs:element> | ||||
|         <xs:element name="EquipmentB" msprop:Generator_TableClassName="EquipmentBDataTable" msprop:Generator_TableVarName="tableEquipmentB" msprop:Generator_TablePropName="EquipmentB" msprop:Generator_RowDeletingName="EquipmentBRowDeleting" msprop:Generator_RowChangingName="EquipmentBRowChanging" msprop:Generator_RowEvHandlerName="EquipmentBRowChangeEventHandler" msprop:Generator_RowDeletedName="EquipmentBRowDeleted" msprop:Generator_UserTableName="EquipmentB" msprop:Generator_RowChangedName="EquipmentBRowChanged" msprop:Generator_RowEvArgName="EquipmentBRowChangeEvent" msprop:Generator_RowClassName="EquipmentBRow"> | ||||
|         <xs:element name="EquipmentB" msprop:Generator_TableClassName="EquipmentBDataTable" msprop:Generator_TableVarName="tableEquipmentB" msprop:Generator_RowChangedName="EquipmentBRowChanged" msprop:Generator_TablePropName="EquipmentB" msprop:Generator_RowDeletingName="EquipmentBRowDeleting" msprop:Generator_RowChangingName="EquipmentBRowChanging" msprop:Generator_RowEvHandlerName="EquipmentBRowChangeEventHandler" msprop:Generator_RowDeletedName="EquipmentBRowDeleted" msprop:Generator_RowClassName="EquipmentBRow" msprop:Generator_UserTableName="EquipmentB" msprop:Generator_RowEvArgName="EquipmentBRowChangeEvent"> | ||||
|           <xs:complexType> | ||||
|             <xs:sequence> | ||||
|               <xs:element name="idx" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnidx" msprop:Generator_ColumnPropNameInRow="idx" msprop:Generator_ColumnPropNameInTable="idxColumn" msprop:Generator_UserColumnName="idx" type="xs:int" /> | ||||
| @@ -951,7 +951,7 @@ SELECT idx, type, Title, Filter, Apply, memo, wuid, wdate FROM EquipmentFilter W | ||||
|             </xs:sequence> | ||||
|           </xs:complexType> | ||||
|         </xs:element> | ||||
|         <xs:element name="EquipmentME" msprop:Generator_TableClassName="EquipmentMEDataTable" msprop:Generator_TableVarName="tableEquipmentME" msprop:Generator_TablePropName="EquipmentME" msprop:Generator_RowDeletingName="EquipmentMERowDeleting" msprop:Generator_RowChangingName="EquipmentMERowChanging" msprop:Generator_RowEvHandlerName="EquipmentMERowChangeEventHandler" msprop:Generator_RowDeletedName="EquipmentMERowDeleted" msprop:Generator_UserTableName="EquipmentME" msprop:Generator_RowChangedName="EquipmentMERowChanged" msprop:Generator_RowEvArgName="EquipmentMERowChangeEvent" msprop:Generator_RowClassName="EquipmentMERow"> | ||||
|         <xs:element name="EquipmentME" msprop:Generator_TableClassName="EquipmentMEDataTable" msprop:Generator_TableVarName="tableEquipmentME" msprop:Generator_RowChangedName="EquipmentMERowChanged" msprop:Generator_TablePropName="EquipmentME" msprop:Generator_RowDeletingName="EquipmentMERowDeleting" msprop:Generator_RowChangingName="EquipmentMERowChanging" msprop:Generator_RowEvHandlerName="EquipmentMERowChangeEventHandler" msprop:Generator_RowDeletedName="EquipmentMERowDeleted" msprop:Generator_RowClassName="EquipmentMERow" msprop:Generator_UserTableName="EquipmentME" msprop:Generator_RowEvArgName="EquipmentMERowChangeEvent"> | ||||
|           <xs:complexType> | ||||
|             <xs:sequence> | ||||
|               <xs:element name="idx" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnidx" msprop:Generator_ColumnPropNameInRow="idx" msprop:Generator_ColumnPropNameInTable="idxColumn" msprop:Generator_UserColumnName="idx" type="xs:int" /> | ||||
| @@ -1052,7 +1052,7 @@ SELECT idx, type, Title, Filter, Apply, memo, wuid, wdate FROM EquipmentFilter W | ||||
|             </xs:sequence> | ||||
|           </xs:complexType> | ||||
|         </xs:element> | ||||
|         <xs:element name="vEquStockB" msprop:Generator_TableClassName="vEquStockBDataTable" msprop:Generator_TableVarName="tablevEquStockB" msprop:Generator_TablePropName="vEquStockB" msprop:Generator_RowDeletingName="vEquStockBRowDeleting" msprop:Generator_RowChangingName="vEquStockBRowChanging" msprop:Generator_RowEvHandlerName="vEquStockBRowChangeEventHandler" msprop:Generator_RowDeletedName="vEquStockBRowDeleted" msprop:Generator_UserTableName="vEquStockB" msprop:Generator_RowChangedName="vEquStockBRowChanged" msprop:Generator_RowEvArgName="vEquStockBRowChangeEvent" msprop:Generator_RowClassName="vEquStockBRow"> | ||||
|         <xs:element name="vEquStockB" msprop:Generator_TableClassName="vEquStockBDataTable" msprop:Generator_TableVarName="tablevEquStockB" msprop:Generator_RowChangedName="vEquStockBRowChanged" msprop:Generator_TablePropName="vEquStockB" msprop:Generator_RowDeletingName="vEquStockBRowDeleting" msprop:Generator_RowChangingName="vEquStockBRowChanging" msprop:Generator_RowEvHandlerName="vEquStockBRowChangeEventHandler" msprop:Generator_RowDeletedName="vEquStockBRowDeleted" msprop:Generator_RowClassName="vEquStockBRow" msprop:Generator_UserTableName="vEquStockB" msprop:Generator_RowEvArgName="vEquStockBRowChangeEvent"> | ||||
|           <xs:complexType> | ||||
|             <xs:sequence> | ||||
|               <xs:element name="pdate" msprop:Generator_ColumnVarNameInTable="columnpdate" msprop:Generator_ColumnPropNameInRow="pdate" msprop:Generator_ColumnPropNameInTable="pdateColumn" msprop:Generator_UserColumnName="pdate" minOccurs="0"> | ||||
| @@ -1115,7 +1115,7 @@ SELECT idx, type, Title, Filter, Apply, memo, wuid, wdate FROM EquipmentFilter W | ||||
|             </xs:sequence> | ||||
|           </xs:complexType> | ||||
|         </xs:element> | ||||
|         <xs:element name="vEquStockF" msprop:Generator_TableClassName="vEquStockFDataTable" msprop:Generator_TableVarName="tablevEquStockF" msprop:Generator_TablePropName="vEquStockF" msprop:Generator_RowDeletingName="vEquStockFRowDeleting" msprop:Generator_RowChangingName="vEquStockFRowChanging" msprop:Generator_RowEvHandlerName="vEquStockFRowChangeEventHandler" msprop:Generator_RowDeletedName="vEquStockFRowDeleted" msprop:Generator_UserTableName="vEquStockF" msprop:Generator_RowChangedName="vEquStockFRowChanged" msprop:Generator_RowEvArgName="vEquStockFRowChangeEvent" msprop:Generator_RowClassName="vEquStockFRow"> | ||||
|         <xs:element name="vEquStockF" msprop:Generator_TableClassName="vEquStockFDataTable" msprop:Generator_TableVarName="tablevEquStockF" msprop:Generator_RowChangedName="vEquStockFRowChanged" msprop:Generator_TablePropName="vEquStockF" msprop:Generator_RowDeletingName="vEquStockFRowDeleting" msprop:Generator_RowChangingName="vEquStockFRowChanging" msprop:Generator_RowEvHandlerName="vEquStockFRowChangeEventHandler" msprop:Generator_RowDeletedName="vEquStockFRowDeleted" msprop:Generator_RowClassName="vEquStockFRow" msprop:Generator_UserTableName="vEquStockF" msprop:Generator_RowEvArgName="vEquStockFRowChangeEvent"> | ||||
|           <xs:complexType> | ||||
|             <xs:sequence> | ||||
|               <xs:element name="pdate" msprop:Generator_ColumnVarNameInTable="columnpdate" msprop:Generator_ColumnPropNameInRow="pdate" msprop:Generator_ColumnPropNameInTable="pdateColumn" msprop:Generator_UserColumnName="pdate" minOccurs="0"> | ||||
| @@ -1178,7 +1178,7 @@ SELECT idx, type, Title, Filter, Apply, memo, wuid, wdate FROM EquipmentFilter W | ||||
|             </xs:sequence> | ||||
|           </xs:complexType> | ||||
|         </xs:element> | ||||
|         <xs:element name="vEquStockME" msprop:Generator_TableClassName="vEquStockMEDataTable" msprop:Generator_TableVarName="tablevEquStockME" msprop:Generator_TablePropName="vEquStockME" msprop:Generator_RowDeletingName="vEquStockMERowDeleting" msprop:Generator_RowChangingName="vEquStockMERowChanging" msprop:Generator_RowEvHandlerName="vEquStockMERowChangeEventHandler" msprop:Generator_RowDeletedName="vEquStockMERowDeleted" msprop:Generator_UserTableName="vEquStockME" msprop:Generator_RowChangedName="vEquStockMERowChanged" msprop:Generator_RowEvArgName="vEquStockMERowChangeEvent" msprop:Generator_RowClassName="vEquStockMERow"> | ||||
|         <xs:element name="vEquStockME" msprop:Generator_TableClassName="vEquStockMEDataTable" msprop:Generator_TableVarName="tablevEquStockME" msprop:Generator_RowChangedName="vEquStockMERowChanged" msprop:Generator_TablePropName="vEquStockME" msprop:Generator_RowDeletingName="vEquStockMERowDeleting" msprop:Generator_RowChangingName="vEquStockMERowChanging" msprop:Generator_RowEvHandlerName="vEquStockMERowChangeEventHandler" msprop:Generator_RowDeletedName="vEquStockMERowDeleted" msprop:Generator_RowClassName="vEquStockMERow" msprop:Generator_UserTableName="vEquStockME" msprop:Generator_RowEvArgName="vEquStockMERowChangeEvent"> | ||||
|           <xs:complexType> | ||||
|             <xs:sequence> | ||||
|               <xs:element name="pdate" msprop:Generator_ColumnVarNameInTable="columnpdate" msprop:Generator_ColumnPropNameInRow="pdate" msprop:Generator_ColumnPropNameInTable="pdateColumn" msprop:Generator_UserColumnName="pdate" minOccurs="0"> | ||||
| @@ -1241,7 +1241,7 @@ SELECT idx, type, Title, Filter, Apply, memo, wuid, wdate FROM EquipmentFilter W | ||||
|             </xs:sequence> | ||||
|           </xs:complexType> | ||||
|         </xs:element> | ||||
|         <xs:element name="EquipmentFilter" msprop:Generator_TableClassName="EquipmentFilterDataTable" msprop:Generator_TableVarName="tableEquipmentFilter" msprop:Generator_TablePropName="EquipmentFilter" msprop:Generator_RowDeletingName="EquipmentFilterRowDeleting" msprop:Generator_RowChangingName="EquipmentFilterRowChanging" msprop:Generator_RowEvHandlerName="EquipmentFilterRowChangeEventHandler" msprop:Generator_RowDeletedName="EquipmentFilterRowDeleted" msprop:Generator_UserTableName="EquipmentFilter" msprop:Generator_RowChangedName="EquipmentFilterRowChanged" msprop:Generator_RowEvArgName="EquipmentFilterRowChangeEvent" msprop:Generator_RowClassName="EquipmentFilterRow"> | ||||
|         <xs:element name="EquipmentFilter" msprop:Generator_TableClassName="EquipmentFilterDataTable" msprop:Generator_TableVarName="tableEquipmentFilter" msprop:Generator_RowChangedName="EquipmentFilterRowChanged" msprop:Generator_TablePropName="EquipmentFilter" msprop:Generator_RowDeletingName="EquipmentFilterRowDeleting" msprop:Generator_RowChangingName="EquipmentFilterRowChanging" msprop:Generator_RowEvHandlerName="EquipmentFilterRowChangeEventHandler" msprop:Generator_RowDeletedName="EquipmentFilterRowDeleted" msprop:Generator_RowClassName="EquipmentFilterRow" msprop:Generator_UserTableName="EquipmentFilter" msprop:Generator_RowEvArgName="EquipmentFilterRowChangeEvent"> | ||||
|           <xs:complexType> | ||||
|             <xs:sequence> | ||||
|               <xs:element name="idx" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnidx" msprop:Generator_ColumnPropNameInRow="idx" msprop:Generator_ColumnPropNameInTable="idxColumn" msprop:Generator_UserColumnName="idx" type="xs:int" /> | ||||
| @@ -1259,21 +1259,21 @@ SELECT idx, type, Title, Filter, Apply, memo, wuid, wdate FROM EquipmentFilter W | ||||
|                   </xs:restriction> | ||||
|                 </xs:simpleType> | ||||
|               </xs:element> | ||||
|               <xs:element name="Filter" msprop:Generator_ColumnVarNameInTable="columnFilter" msprop:Generator_ColumnPropNameInRow="Filter" msprop:Generator_ColumnPropNameInTable="FilterColumn" msprop:Generator_UserColumnName="Filter" minOccurs="0"> | ||||
|               <xs:element name="Filter" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="Filter" msprop:Generator_ColumnVarNameInTable="columnFilter" msprop:Generator_ColumnPropNameInTable="FilterColumn" msprop:Generator_UserColumnName="Filter" minOccurs="0"> | ||||
|                 <xs:simpleType> | ||||
|                   <xs:restriction base="xs:string"> | ||||
|                     <xs:maxLength value="2147483647" /> | ||||
|                   </xs:restriction> | ||||
|                 </xs:simpleType> | ||||
|               </xs:element> | ||||
|               <xs:element name="Apply" msprop:Generator_ColumnVarNameInTable="columnApply" msprop:Generator_ColumnPropNameInRow="Apply" msprop:Generator_ColumnPropNameInTable="ApplyColumn" msprop:Generator_UserColumnName="Apply" minOccurs="0"> | ||||
|               <xs:element name="Apply" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="Apply" msprop:Generator_ColumnVarNameInTable="columnApply" msprop:Generator_ColumnPropNameInTable="ApplyColumn" msprop:Generator_UserColumnName="Apply" minOccurs="0"> | ||||
|                 <xs:simpleType> | ||||
|                   <xs:restriction base="xs:string"> | ||||
|                     <xs:maxLength value="2147483647" /> | ||||
|                   </xs:restriction> | ||||
|                 </xs:simpleType> | ||||
|               </xs:element> | ||||
|               <xs:element name="memo" msprop:Generator_ColumnVarNameInTable="columnmemo" msprop:Generator_ColumnPropNameInRow="memo" msprop:Generator_ColumnPropNameInTable="memoColumn" msprop:Generator_UserColumnName="memo" minOccurs="0"> | ||||
|               <xs:element name="memo" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="memo" msprop:Generator_ColumnVarNameInTable="columnmemo" msprop:Generator_ColumnPropNameInTable="memoColumn" msprop:Generator_UserColumnName="memo" minOccurs="0"> | ||||
|                 <xs:simpleType> | ||||
|                   <xs:restriction base="xs:string"> | ||||
|                     <xs:maxLength value="255" /> | ||||
|   | ||||
| @@ -1 +1,19 @@ | ||||
|  | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <!--<autogenerated> | ||||
|      This code was generated by a tool to store the dataset designer's layout information. | ||||
|      Changes to this file may cause incorrect behavior and will be lost if | ||||
|      the code is regenerated. | ||||
| </autogenerated>--> | ||||
| <DiagramLayout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ex:showrelationlabel="False" ViewPortX="1506" ViewPortY="-10" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout"> | ||||
|   <Shapes> | ||||
|     <Shape ID="DesignTable:EqDateList" ZOrder="8" X="70" Y="70" Height="153" Width="207" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="46" /> | ||||
|     <Shape ID="DesignTable:EquipmentF" ZOrder="7" X="347" Y="70" Height="324" Width="215" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" /> | ||||
|     <Shape ID="DesignTable:EquipmentB" ZOrder="6" X="632" Y="70" Height="324" Width="216" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" /> | ||||
|     <Shape ID="DesignTable:EquipmentME" ZOrder="5" X="918" Y="70" Height="324" Width="227" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" /> | ||||
|     <Shape ID="DesignTable:vEquStockB" ZOrder="4" X="1215" Y="70" Height="248" Width="213" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="197" /> | ||||
|     <Shape ID="DesignTable:vEquStockF" ZOrder="3" X="1498" Y="70" Height="248" Width="212" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="197" /> | ||||
|     <Shape ID="DesignTable:vEquStockME" ZOrder="2" X="1780" Y="70" Height="248" Width="224" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="197" /> | ||||
|     <Shape ID="DesignTable:EquipmentFilter" ZOrder="1" X="2074" Y="70" Height="229" Width="238" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="178" /> | ||||
|   </Shapes> | ||||
|   <Connectors /> | ||||
| </DiagramLayout> | ||||
							
								
								
									
										210
									
								
								Project/dsMSSQL.Designer.cs
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										210
									
								
								Project/dsMSSQL.Designer.cs
									
									
									
										generated
									
									
									
								
							| @@ -443,6 +443,8 @@ namespace Project { | ||||
|              | ||||
|             private global::System.Data.DataColumn columnwdate; | ||||
|              | ||||
|             private global::System.Data.DataColumn columntel; | ||||
|              | ||||
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | ||||
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] | ||||
|             public UsersDataTable() { | ||||
| @@ -572,6 +574,14 @@ namespace Project { | ||||
|                 } | ||||
|             } | ||||
|              | ||||
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | ||||
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] | ||||
|             public global::System.Data.DataColumn telColumn { | ||||
|                 get { | ||||
|                     return this.columntel; | ||||
|                 } | ||||
|             } | ||||
|              | ||||
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | ||||
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] | ||||
|             [global::System.ComponentModel.Browsable(false)] | ||||
| @@ -609,7 +619,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) { | ||||
|             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) { | ||||
|                 UsersRow rowUsersRow = ((UsersRow)(this.NewRow())); | ||||
|                 object[] columnValuesArray = new object[] { | ||||
|                         id, | ||||
| @@ -623,7 +633,8 @@ namespace Project { | ||||
|                         outdate, | ||||
|                         memo, | ||||
|                         wuid, | ||||
|                         wdate}; | ||||
|                         wdate, | ||||
|                         tel}; | ||||
|                 rowUsersRow.ItemArray = columnValuesArray; | ||||
|                 this.Rows.Add(rowUsersRow); | ||||
|                 return rowUsersRow; | ||||
| @@ -665,6 +676,7 @@ namespace Project { | ||||
|                 this.columnmemo = base.Columns["memo"]; | ||||
|                 this.columnwuid = base.Columns["wuid"]; | ||||
|                 this.columnwdate = base.Columns["wdate"]; | ||||
|                 this.columntel = base.Columns["tel"]; | ||||
|             } | ||||
|              | ||||
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | ||||
| @@ -694,6 +706,8 @@ namespace Project { | ||||
|                 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.columntel = new global::System.Data.DataColumn("tel", typeof(string), null, global::System.Data.MappingType.Element); | ||||
|                 base.Columns.Add(this.columntel); | ||||
|                 this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { | ||||
|                                 this.columnid}, true)); | ||||
|                 this.columnid.AllowDBNull = false; | ||||
| @@ -710,6 +724,7 @@ namespace Project { | ||||
|                 this.columnwuid.AllowDBNull = false; | ||||
|                 this.columnwuid.MaxLength = 20; | ||||
|                 this.columnwdate.AllowDBNull = false; | ||||
|                 this.columntel.MaxLength = 20; | ||||
|             } | ||||
|              | ||||
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | ||||
| @@ -2655,6 +2670,22 @@ namespace Project { | ||||
|                 } | ||||
|             } | ||||
|              | ||||
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | ||||
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] | ||||
|             public string tel { | ||||
|                 get { | ||||
|                     try { | ||||
|                         return ((string)(this[this.tableUsers.telColumn])); | ||||
|                     } | ||||
|                     catch (global::System.InvalidCastException e) { | ||||
|                         throw new global::System.Data.StrongTypingException("\'Users\' 테이블의 \'tel\' 열의 값이 DBNull입니다.", e); | ||||
|                     } | ||||
|                 } | ||||
|                 set { | ||||
|                     this[this.tableUsers.telColumn] = value; | ||||
|                 } | ||||
|             } | ||||
|              | ||||
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | ||||
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] | ||||
|             public bool IspasswordNull() { | ||||
| @@ -2762,6 +2793,18 @@ namespace Project { | ||||
|             public void SetmemoNull() { | ||||
|                 this[this.tableUsers.memoColumn] = global::System.Convert.DBNull; | ||||
|             } | ||||
|              | ||||
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | ||||
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] | ||||
|             public bool IstelNull() { | ||||
|                 return this.IsNull(this.tableUsers.telColumn); | ||||
|             } | ||||
|              | ||||
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | ||||
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] | ||||
|             public void SettelNull() { | ||||
|                 this[this.tableUsers.telColumn] = global::System.Convert.DBNull; | ||||
|             } | ||||
|         } | ||||
|          | ||||
|         /// <summary> | ||||
| @@ -4131,10 +4174,11 @@ namespace Project.dsMSSQLTableAdapters { | ||||
|             tableMapping.ColumnMappings.Add("memo", "memo"); | ||||
|             tableMapping.ColumnMappings.Add("wuid", "wuid"); | ||||
|             tableMapping.ColumnMappings.Add("wdate", "wdate"); | ||||
|             tableMapping.ColumnMappings.Add("tel", "tel"); | ||||
|             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_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_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.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, "", "", "")); | ||||
| @@ -4153,14 +4197,16 @@ namespace Project.dsMSSQLTableAdapters { | ||||
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_indate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "indate", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); | ||||
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_outdate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "outdate", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); | ||||
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_outdate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "outdate", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); | ||||
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_tel", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "tel", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); | ||||
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_tel", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "tel", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); | ||||
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_memo", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "memo", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); | ||||
|             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.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], [memo], [wuid], [wdate]) VALUES (@id, @password, @name, @dept, @grade, @email, @level, @indate, @outdate, @memo, @wuid, @wdate); | ||||
| SELECT id, password, name, dept, grade, email, level, indate, outdate, memo, wuid, wdate FROM Users WHERE (id = @id)"; | ||||
|             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.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, "", "", "")); | ||||
| @@ -4171,13 +4217,14 @@ SELECT id, password, name, dept, grade, email, level, indate, outdate, memo, wui | ||||
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@level", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "level", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); | ||||
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@indate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "indate", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); | ||||
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@outdate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "outdate", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); | ||||
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@tel", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "tel", 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 [Users] SET [id] = @id, [password] = @password, [name] = @name, [dept] = @dept, [grade] = @grade, [email] = @email, [level] = @level, [indate] = @indate, [outdate] = @outdate, [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_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, memo, wuid, wdate FROM Users WHERE (id = @id)"; | ||||
|             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.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, "", "", "")); | ||||
| @@ -4188,6 +4235,7 @@ SELECT id, password, name, dept, grade, email, level, indate, outdate, memo, wui | ||||
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@level", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "level", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); | ||||
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@indate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "indate", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); | ||||
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@outdate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "outdate", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); | ||||
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@tel", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "tel", 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, "", "", "")); | ||||
| @@ -4208,6 +4256,8 @@ SELECT id, password, name, dept, grade, email, level, indate, outdate, memo, wui | ||||
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_indate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "indate", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); | ||||
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_outdate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "outdate", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); | ||||
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_outdate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "outdate", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); | ||||
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_tel", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "tel", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); | ||||
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_tel", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "tel", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); | ||||
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_memo", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "memo", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); | ||||
|             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, "", "", "")); | ||||
| @@ -4227,11 +4277,13 @@ SELECT id, password, name, dept, grade, email, level, indate, outdate, memo, wui | ||||
|             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  Users.*\r\nFROM     Users"; | ||||
|             this._commandCollection[0].CommandText = "SELECT  id, password, name, dept, grade, email, level, indate, outdate, tel, memo" + | ||||
|                 ", wuid, wdate\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  Users.*\r\nFROM     Users\r\nwhere id=@id and password = @encpw"; | ||||
|             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].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, "", "", "")); | ||||
| @@ -4342,7 +4394,7 @@ SELECT id, password, name, dept, grade, email, level, indate, outdate, memo, wui | ||||
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] | ||||
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] | ||||
|         [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Delete, true)] | ||||
|         public virtual int Delete(string Original_id, string Original_password, string Original_name, string Original_dept, string Original_grade, string Original_email, global::System.Nullable<short> Original_level, string Original_indate, string Original_outdate, string Original_memo, string Original_wuid, System.DateTime Original_wdate) { | ||||
|         public virtual int Delete(string Original_id, string Original_password, string Original_name, string Original_dept, string Original_grade, string Original_email, global::System.Nullable<short> Original_level, string Original_indate, string Original_outdate, string Original_tel, string Original_memo, string Original_wuid, System.DateTime Original_wdate) { | ||||
|             if ((Original_id == null)) { | ||||
|                 throw new global::System.ArgumentNullException("Original_id"); | ||||
|             } | ||||
| @@ -4413,21 +4465,29 @@ SELECT id, password, name, dept, grade, email, level, indate, outdate, memo, wui | ||||
|                 this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(0)); | ||||
|                 this.Adapter.DeleteCommand.Parameters[16].Value = ((string)(Original_outdate)); | ||||
|             } | ||||
|             if ((Original_memo == null)) { | ||||
|             if ((Original_tel == 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_memo)); | ||||
|                 this.Adapter.DeleteCommand.Parameters[18].Value = ((string)(Original_tel)); | ||||
|             } | ||||
|             if ((Original_memo == 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)); | ||||
|             } | ||||
|             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[21].Value = ((string)(Original_wuid)); | ||||
|             } | ||||
|             this.Adapter.DeleteCommand.Parameters[20].Value = ((System.DateTime)(Original_wdate)); | ||||
|             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)) { | ||||
| @@ -4448,7 +4508,7 @@ SELECT id, password, name, dept, grade, email, level, indate, outdate, memo, wui | ||||
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] | ||||
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] | ||||
|         [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, true)] | ||||
|         public virtual int Insert(string id, string password, string name, string dept, string grade, string email, global::System.Nullable<short> level, string indate, string outdate, string memo, string wuid, System.DateTime wdate) { | ||||
|         public virtual int Insert(string id, string password, string name, string dept, string grade, string email, global::System.Nullable<short> level, string indate, string outdate, string tel, string memo, string wuid, System.DateTime wdate) { | ||||
|             if ((id == null)) { | ||||
|                 throw new global::System.ArgumentNullException("id"); | ||||
|             } | ||||
| @@ -4503,19 +4563,25 @@ SELECT id, password, name, dept, grade, email, level, indate, outdate, memo, wui | ||||
|             else { | ||||
|                 this.Adapter.InsertCommand.Parameters[8].Value = ((string)(outdate)); | ||||
|             } | ||||
|             if ((memo == null)) { | ||||
|             if ((tel == null)) { | ||||
|                 this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value; | ||||
|             } | ||||
|             else { | ||||
|                 this.Adapter.InsertCommand.Parameters[9].Value = ((string)(memo)); | ||||
|                 this.Adapter.InsertCommand.Parameters[9].Value = ((string)(tel)); | ||||
|             } | ||||
|             if ((memo == null)) { | ||||
|                 this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value; | ||||
|             } | ||||
|             else { | ||||
|                 this.Adapter.InsertCommand.Parameters[10].Value = ((string)(memo)); | ||||
|             } | ||||
|             if ((wuid == null)) { | ||||
|                 throw new global::System.ArgumentNullException("wuid"); | ||||
|             } | ||||
|             else { | ||||
|                 this.Adapter.InsertCommand.Parameters[10].Value = ((string)(wuid)); | ||||
|                 this.Adapter.InsertCommand.Parameters[11].Value = ((string)(wuid)); | ||||
|             } | ||||
|             this.Adapter.InsertCommand.Parameters[11].Value = ((System.DateTime)(wdate)); | ||||
|             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)) { | ||||
| @@ -4546,6 +4612,7 @@ SELECT id, password, name, dept, grade, email, level, indate, outdate, memo, wui | ||||
|                     global::System.Nullable<short> level,  | ||||
|                     string indate,  | ||||
|                     string outdate,  | ||||
|                     string tel,  | ||||
|                     string memo,  | ||||
|                     string wuid,  | ||||
|                     System.DateTime wdate,  | ||||
| @@ -4558,6 +4625,7 @@ SELECT id, password, name, dept, grade, email, level, indate, outdate, memo, wui | ||||
|                     global::System.Nullable<short> Original_level,  | ||||
|                     string Original_indate,  | ||||
|                     string Original_outdate,  | ||||
|                     string Original_tel,  | ||||
|                     string Original_memo,  | ||||
|                     string Original_wuid,  | ||||
|                     System.DateTime Original_wdate) { | ||||
| @@ -4615,104 +4683,118 @@ SELECT id, password, name, dept, grade, email, level, indate, outdate, memo, wui | ||||
|             else { | ||||
|                 this.Adapter.UpdateCommand.Parameters[8].Value = ((string)(outdate)); | ||||
|             } | ||||
|             if ((memo == null)) { | ||||
|             if ((tel == null)) { | ||||
|                 this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value; | ||||
|             } | ||||
|             else { | ||||
|                 this.Adapter.UpdateCommand.Parameters[9].Value = ((string)(memo)); | ||||
|                 this.Adapter.UpdateCommand.Parameters[9].Value = ((string)(tel)); | ||||
|             } | ||||
|             if ((memo == null)) { | ||||
|                 this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value; | ||||
|             } | ||||
|             else { | ||||
|                 this.Adapter.UpdateCommand.Parameters[10].Value = ((string)(memo)); | ||||
|             } | ||||
|             if ((wuid == null)) { | ||||
|                 throw new global::System.ArgumentNullException("wuid"); | ||||
|             } | ||||
|             else { | ||||
|                 this.Adapter.UpdateCommand.Parameters[10].Value = ((string)(wuid)); | ||||
|                 this.Adapter.UpdateCommand.Parameters[11].Value = ((string)(wuid)); | ||||
|             } | ||||
|             this.Adapter.UpdateCommand.Parameters[11].Value = ((System.DateTime)(wdate)); | ||||
|             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[12].Value = ((string)(Original_id)); | ||||
|                 this.Adapter.UpdateCommand.Parameters[13].Value = ((string)(Original_id)); | ||||
|             } | ||||
|             if ((Original_password == null)) { | ||||
|                 this.Adapter.UpdateCommand.Parameters[13].Value = ((object)(1)); | ||||
|                 this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value; | ||||
|                 this.Adapter.UpdateCommand.Parameters[14].Value = ((object)(1)); | ||||
|                 this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value; | ||||
|             } | ||||
|             else { | ||||
|                 this.Adapter.UpdateCommand.Parameters[13].Value = ((object)(0)); | ||||
|                 this.Adapter.UpdateCommand.Parameters[14].Value = ((string)(Original_password)); | ||||
|                 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[15].Value = ((object)(1)); | ||||
|                 this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value; | ||||
|                 this.Adapter.UpdateCommand.Parameters[16].Value = ((object)(1)); | ||||
|                 this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value; | ||||
|             } | ||||
|             else { | ||||
|                 this.Adapter.UpdateCommand.Parameters[15].Value = ((object)(0)); | ||||
|                 this.Adapter.UpdateCommand.Parameters[16].Value = ((string)(Original_name)); | ||||
|                 this.Adapter.UpdateCommand.Parameters[16].Value = ((object)(0)); | ||||
|                 this.Adapter.UpdateCommand.Parameters[17].Value = ((string)(Original_name)); | ||||
|             } | ||||
|             if ((Original_dept == null)) { | ||||
|                 this.Adapter.UpdateCommand.Parameters[17].Value = ((object)(1)); | ||||
|                 this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value; | ||||
|                 this.Adapter.UpdateCommand.Parameters[18].Value = ((object)(1)); | ||||
|                 this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value; | ||||
|             } | ||||
|             else { | ||||
|                 this.Adapter.UpdateCommand.Parameters[17].Value = ((object)(0)); | ||||
|                 this.Adapter.UpdateCommand.Parameters[18].Value = ((string)(Original_dept)); | ||||
|                 this.Adapter.UpdateCommand.Parameters[18].Value = ((object)(0)); | ||||
|                 this.Adapter.UpdateCommand.Parameters[19].Value = ((string)(Original_dept)); | ||||
|             } | ||||
|             if ((Original_grade == null)) { | ||||
|                 this.Adapter.UpdateCommand.Parameters[19].Value = ((object)(1)); | ||||
|                 this.Adapter.UpdateCommand.Parameters[20].Value = global::System.DBNull.Value; | ||||
|                 this.Adapter.UpdateCommand.Parameters[20].Value = ((object)(1)); | ||||
|                 this.Adapter.UpdateCommand.Parameters[21].Value = global::System.DBNull.Value; | ||||
|             } | ||||
|             else { | ||||
|                 this.Adapter.UpdateCommand.Parameters[19].Value = ((object)(0)); | ||||
|                 this.Adapter.UpdateCommand.Parameters[20].Value = ((string)(Original_grade)); | ||||
|                 this.Adapter.UpdateCommand.Parameters[20].Value = ((object)(0)); | ||||
|                 this.Adapter.UpdateCommand.Parameters[21].Value = ((string)(Original_grade)); | ||||
|             } | ||||
|             if ((Original_email == null)) { | ||||
|                 this.Adapter.UpdateCommand.Parameters[21].Value = ((object)(1)); | ||||
|                 this.Adapter.UpdateCommand.Parameters[22].Value = global::System.DBNull.Value; | ||||
|                 this.Adapter.UpdateCommand.Parameters[22].Value = ((object)(1)); | ||||
|                 this.Adapter.UpdateCommand.Parameters[23].Value = global::System.DBNull.Value; | ||||
|             } | ||||
|             else { | ||||
|                 this.Adapter.UpdateCommand.Parameters[21].Value = ((object)(0)); | ||||
|                 this.Adapter.UpdateCommand.Parameters[22].Value = ((string)(Original_email)); | ||||
|                 this.Adapter.UpdateCommand.Parameters[22].Value = ((object)(0)); | ||||
|                 this.Adapter.UpdateCommand.Parameters[23].Value = ((string)(Original_email)); | ||||
|             } | ||||
|             if ((Original_level.HasValue == true)) { | ||||
|                 this.Adapter.UpdateCommand.Parameters[23].Value = ((object)(0)); | ||||
|                 this.Adapter.UpdateCommand.Parameters[24].Value = ((short)(Original_level.Value)); | ||||
|                 this.Adapter.UpdateCommand.Parameters[24].Value = ((object)(0)); | ||||
|                 this.Adapter.UpdateCommand.Parameters[25].Value = ((short)(Original_level.Value)); | ||||
|             } | ||||
|             else { | ||||
|                 this.Adapter.UpdateCommand.Parameters[23].Value = ((object)(1)); | ||||
|                 this.Adapter.UpdateCommand.Parameters[24].Value = global::System.DBNull.Value; | ||||
|                 this.Adapter.UpdateCommand.Parameters[24].Value = ((object)(1)); | ||||
|                 this.Adapter.UpdateCommand.Parameters[25].Value = global::System.DBNull.Value; | ||||
|             } | ||||
|             if ((Original_indate == null)) { | ||||
|                 this.Adapter.UpdateCommand.Parameters[25].Value = ((object)(1)); | ||||
|                 this.Adapter.UpdateCommand.Parameters[26].Value = global::System.DBNull.Value; | ||||
|                 this.Adapter.UpdateCommand.Parameters[26].Value = ((object)(1)); | ||||
|                 this.Adapter.UpdateCommand.Parameters[27].Value = global::System.DBNull.Value; | ||||
|             } | ||||
|             else { | ||||
|                 this.Adapter.UpdateCommand.Parameters[25].Value = ((object)(0)); | ||||
|                 this.Adapter.UpdateCommand.Parameters[26].Value = ((string)(Original_indate)); | ||||
|                 this.Adapter.UpdateCommand.Parameters[26].Value = ((object)(0)); | ||||
|                 this.Adapter.UpdateCommand.Parameters[27].Value = ((string)(Original_indate)); | ||||
|             } | ||||
|             if ((Original_outdate == null)) { | ||||
|                 this.Adapter.UpdateCommand.Parameters[27].Value = ((object)(1)); | ||||
|                 this.Adapter.UpdateCommand.Parameters[28].Value = global::System.DBNull.Value; | ||||
|                 this.Adapter.UpdateCommand.Parameters[28].Value = ((object)(1)); | ||||
|                 this.Adapter.UpdateCommand.Parameters[29].Value = global::System.DBNull.Value; | ||||
|             } | ||||
|             else { | ||||
|                 this.Adapter.UpdateCommand.Parameters[27].Value = ((object)(0)); | ||||
|                 this.Adapter.UpdateCommand.Parameters[28].Value = ((string)(Original_outdate)); | ||||
|                 this.Adapter.UpdateCommand.Parameters[28].Value = ((object)(0)); | ||||
|                 this.Adapter.UpdateCommand.Parameters[29].Value = ((string)(Original_outdate)); | ||||
|             } | ||||
|             if ((Original_tel == 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)); | ||||
|             } | ||||
|             if ((Original_memo == null)) { | ||||
|                 this.Adapter.UpdateCommand.Parameters[29].Value = ((object)(1)); | ||||
|                 this.Adapter.UpdateCommand.Parameters[30].Value = global::System.DBNull.Value; | ||||
|                 this.Adapter.UpdateCommand.Parameters[32].Value = ((object)(1)); | ||||
|                 this.Adapter.UpdateCommand.Parameters[33].Value = global::System.DBNull.Value; | ||||
|             } | ||||
|             else { | ||||
|                 this.Adapter.UpdateCommand.Parameters[29].Value = ((object)(0)); | ||||
|                 this.Adapter.UpdateCommand.Parameters[30].Value = ((string)(Original_memo)); | ||||
|                 this.Adapter.UpdateCommand.Parameters[32].Value = ((object)(0)); | ||||
|                 this.Adapter.UpdateCommand.Parameters[33].Value = ((string)(Original_memo)); | ||||
|             } | ||||
|             if ((Original_wuid == null)) { | ||||
|                 throw new global::System.ArgumentNullException("Original_wuid"); | ||||
|             } | ||||
|             else { | ||||
|                 this.Adapter.UpdateCommand.Parameters[31].Value = ((string)(Original_wuid)); | ||||
|                 this.Adapter.UpdateCommand.Parameters[34].Value = ((string)(Original_wuid)); | ||||
|             } | ||||
|             this.Adapter.UpdateCommand.Parameters[32].Value = ((System.DateTime)(Original_wdate)); | ||||
|             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)) { | ||||
| @@ -4742,6 +4824,7 @@ SELECT id, password, name, dept, grade, email, level, indate, outdate, memo, wui | ||||
|                     global::System.Nullable<short> level,  | ||||
|                     string indate,  | ||||
|                     string outdate,  | ||||
|                     string tel,  | ||||
|                     string memo,  | ||||
|                     string wuid,  | ||||
|                     System.DateTime wdate,  | ||||
| @@ -4754,10 +4837,11 @@ SELECT id, password, name, dept, grade, email, level, indate, outdate, memo, wui | ||||
|                     global::System.Nullable<short> Original_level,  | ||||
|                     string Original_indate,  | ||||
|                     string Original_outdate,  | ||||
|                     string Original_tel,  | ||||
|                     string Original_memo,  | ||||
|                     string Original_wuid,  | ||||
|                     System.DateTime Original_wdate) { | ||||
|             return this.Update(Original_id, password, name, dept, grade, email, level, indate, outdate, memo, wuid, wdate, Original_id, Original_password, Original_name, Original_dept, Original_grade, Original_email, Original_level, Original_indate, Original_outdate, Original_memo, Original_wuid, 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); | ||||
|         } | ||||
|     } | ||||
|      | ||||
|   | ||||
| @@ -12,7 +12,7 @@ | ||||
|               <DbSource ConnectionRef="gwcs (Settings)" DbObjectName="GroupWare.dbo.Users" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill"> | ||||
|                 <DeleteCommand> | ||||
|                   <DbCommand CommandType="Text" ModifiedByUser="false"> | ||||
|                     <CommandText>DELETE FROM [Users] WHERE (([id] = @Original_id) AND ((@IsNull_password = 1 AND [password] IS NULL) OR ([password] = @Original_password)) AND ((@IsNull_name = 1 AND [name] IS NULL) OR ([name] = @Original_name)) AND ((@IsNull_dept = 1 AND [dept] IS NULL) OR ([dept] = @Original_dept)) AND ((@IsNull_grade = 1 AND [grade] IS NULL) OR ([grade] = @Original_grade)) AND ((@IsNull_email = 1 AND [email] IS NULL) OR ([email] = @Original_email)) AND ((@IsNull_level = 1 AND [level] IS NULL) OR ([level] = @Original_level)) AND ((@IsNull_indate = 1 AND [indate] IS NULL) OR ([indate] = @Original_indate)) AND ((@IsNull_outdate = 1 AND [outdate] IS NULL) OR ([outdate] = @Original_outdate)) AND ((@IsNull_memo = 1 AND [memo] IS NULL) OR ([memo] = @Original_memo)) AND ([wuid] = @Original_wuid) AND ([wdate] = @Original_wdate))</CommandText> | ||||
|                     <CommandText>DELETE FROM [Users] WHERE (([id] = @Original_id) AND ((@IsNull_password = 1 AND [password] IS NULL) OR ([password] = @Original_password)) AND ((@IsNull_name = 1 AND [name] IS NULL) OR ([name] = @Original_name)) AND ((@IsNull_dept = 1 AND [dept] IS NULL) OR ([dept] = @Original_dept)) AND ((@IsNull_grade = 1 AND [grade] IS NULL) OR ([grade] = @Original_grade)) AND ((@IsNull_email = 1 AND [email] IS NULL) OR ([email] = @Original_email)) AND ((@IsNull_level = 1 AND [level] IS NULL) OR ([level] = @Original_level)) AND ((@IsNull_indate = 1 AND [indate] IS NULL) OR ([indate] = @Original_indate)) AND ((@IsNull_outdate = 1 AND [outdate] IS NULL) OR ([outdate] = @Original_outdate)) AND ((@IsNull_tel = 1 AND [tel] IS NULL) OR ([tel] = @Original_tel)) AND ((@IsNull_memo = 1 AND [memo] IS NULL) OR ([memo] = @Original_memo)) AND ([wuid] = @Original_wuid) AND ([wdate] = @Original_wdate))</CommandText> | ||||
|                     <Parameters> | ||||
|                       <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_id" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_password" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="password" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||
| @@ -31,6 +31,8 @@ | ||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_indate" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="indate" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_outdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="outdate" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_outdate" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="outdate" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_tel" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="tel" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_tel" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="tel" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_memo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="memo" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_memo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="memo" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||
|                       <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_wuid" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="wuid" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||
| @@ -40,8 +42,8 @@ | ||||
|                 </DeleteCommand> | ||||
|                 <InsertCommand> | ||||
|                   <DbCommand CommandType="Text" ModifiedByUser="false"> | ||||
|                     <CommandText>INSERT INTO [Users] ([id], [password], [name], [dept], [grade], [email], [level], [indate], [outdate], [memo], [wuid], [wdate]) VALUES (@id, @password, @name, @dept, @grade, @email, @level, @indate, @outdate, @memo, @wuid, @wdate); | ||||
| SELECT id, password, name, dept, grade, email, level, indate, outdate, memo, wuid, wdate FROM Users WHERE (id = @id)</CommandText> | ||||
|                     <CommandText>INSERT INTO [Users] ([id], [password], [name], [dept], [grade], [email], [level], [indate], [outdate], [tel], [memo], [wuid], [wdate]) VALUES (@id, @password, @name, @dept, @grade, @email, @level, @indate, @outdate, @tel, @memo, @wuid, @wdate); | ||||
| SELECT id, password, name, dept, grade, email, level, indate, outdate, tel, memo, wuid, wdate FROM Users WHERE (id = @id)</CommandText> | ||||
|                     <Parameters> | ||||
|                       <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@id" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@password" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="password" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||
| @@ -52,6 +54,7 @@ SELECT id, password, name, dept, grade, email, level, indate, outdate, memo, wui | ||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int16" Direction="Input" ParameterName="@level" Precision="0" ProviderType="SmallInt" Scale="0" Size="0" SourceColumn="level" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@indate" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="indate" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@outdate" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="outdate" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@tel" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="tel" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@memo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="memo" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||
|                       <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@wuid" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="wuid" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||
|                       <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@wdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="wdate" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||
| @@ -59,16 +62,16 @@ SELECT id, password, name, dept, grade, email, level, indate, outdate, memo, wui | ||||
|                   </DbCommand> | ||||
|                 </InsertCommand> | ||||
|                 <SelectCommand> | ||||
|                   <DbCommand CommandType="Text" ModifiedByUser="true"> | ||||
|                     <CommandText>SELECT  Users.* | ||||
|                   <DbCommand CommandType="Text" ModifiedByUser="false"> | ||||
|                     <CommandText>SELECT  id, password, name, dept, grade, email, level, indate, outdate, tel, memo, wuid, wdate | ||||
| FROM     Users</CommandText> | ||||
|                     <Parameters /> | ||||
|                   </DbCommand> | ||||
|                 </SelectCommand> | ||||
|                 <UpdateCommand> | ||||
|                   <DbCommand CommandType="Text" ModifiedByUser="false"> | ||||
|                     <CommandText>UPDATE [Users] SET [id] = @id, [password] = @password, [name] = @name, [dept] = @dept, [grade] = @grade, [email] = @email, [level] = @level, [indate] = @indate, [outdate] = @outdate, [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_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, memo, wuid, wdate FROM Users WHERE (id = @id)</CommandText> | ||||
|                     <CommandText>UPDATE [Users] SET [id] = @id, [password] = @password, [name] = @name, [dept] = @dept, [grade] = @grade, [email] = @email, [level] = @level, [indate] = @indate, [outdate] = @outdate, [tel] = @tel, [memo] = @memo, [wuid] = @wuid, [wdate] = @wdate WHERE (([id] = @Original_id) AND ((@IsNull_password = 1 AND [password] IS NULL) OR ([password] = @Original_password)) AND ((@IsNull_name = 1 AND [name] IS NULL) OR ([name] = @Original_name)) AND ((@IsNull_dept = 1 AND [dept] IS NULL) OR ([dept] = @Original_dept)) AND ((@IsNull_grade = 1 AND [grade] IS NULL) OR ([grade] = @Original_grade)) AND ((@IsNull_email = 1 AND [email] IS NULL) OR ([email] = @Original_email)) AND ((@IsNull_level = 1 AND [level] IS NULL) OR ([level] = @Original_level)) AND ((@IsNull_indate = 1 AND [indate] IS NULL) OR ([indate] = @Original_indate)) AND ((@IsNull_outdate = 1 AND [outdate] IS NULL) OR ([outdate] = @Original_outdate)) AND ((@IsNull_tel = 1 AND [tel] IS NULL) OR ([tel] = @Original_tel)) AND ((@IsNull_memo = 1 AND [memo] IS NULL) OR ([memo] = @Original_memo)) AND ([wuid] = @Original_wuid) AND ([wdate] = @Original_wdate)); | ||||
| SELECT id, password, name, dept, grade, email, level, indate, outdate, tel, memo, wuid, wdate FROM Users WHERE (id = @id)</CommandText> | ||||
|                     <Parameters> | ||||
|                       <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@id" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@password" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="password" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||
| @@ -79,6 +82,7 @@ SELECT id, password, name, dept, grade, email, level, indate, outdate, memo, wui | ||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int16" Direction="Input" ParameterName="@level" Precision="0" ProviderType="SmallInt" Scale="0" Size="0" SourceColumn="level" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@indate" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="indate" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@outdate" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="outdate" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@tel" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="tel" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@memo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="memo" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||
|                       <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@wuid" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="wuid" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||
|                       <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@wdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="wdate" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||
| @@ -99,6 +103,8 @@ SELECT id, password, name, dept, grade, email, level, indate, outdate, memo, wui | ||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_indate" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="indate" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_outdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="outdate" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_outdate" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="outdate" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_tel" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="tel" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_tel" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="tel" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_memo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="memo" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_memo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="memo" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||
|                       <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_wuid" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="wuid" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||
| @@ -121,14 +127,13 @@ SELECT id, password, name, dept, grade, email, level, indate, outdate, memo, wui | ||||
|               <Mapping SourceColumn="memo" DataSetColumn="memo" /> | ||||
|               <Mapping SourceColumn="wuid" DataSetColumn="wuid" /> | ||||
|               <Mapping SourceColumn="wdate" DataSetColumn="wdate" /> | ||||
|               <Mapping SourceColumn="tel" DataSetColumn="tel" /> | ||||
|             </Mappings> | ||||
|             <Sources> | ||||
|               <DbSource ConnectionRef="gwcs (Settings)" DbObjectName="GroupWare.dbo.Users" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="FillIDPW" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetIDPW" GeneratorSourceName="FillIDPW" GetMethodModifier="Public" GetMethodName="GetIDPW" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetIDPW" UserSourceName="FillIDPW"> | ||||
|                 <SelectCommand> | ||||
|                   <DbCommand CommandType="Text" ModifiedByUser="true"> | ||||
|                     <CommandText>SELECT  Users.* | ||||
| FROM     Users | ||||
| where id=@id and password = @encpw</CommandText> | ||||
|                     <CommandText>SELECT dept, email, grade, id, indate, level, memo, name, outdate, password, tel, wdate, wuid FROM Users WHERE (id = @id) AND (password = @encpw)</CommandText> | ||||
|                     <Parameters> | ||||
|                       <Parameter AllowDbNull="false" AutogeneratedName="id" ColumnName="id" DataSourceName="GroupWare.dbo.Users" DataTypeServer="varchar(20)" DbType="AnsiString" Direction="Input" ParameterName="@id" Precision="0" ProviderType="VarChar" Scale="0" Size="20" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||
|                       <Parameter AllowDbNull="true" AutogeneratedName="encpw" ColumnName="password" DataSourceName="GroupWare.dbo.Users" DataTypeServer="varchar(50)" DbType="AnsiString" Direction="Input" ParameterName="@encpw" Precision="0" ProviderType="VarChar" Scale="0" Size="50" SourceColumn="password" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||
| @@ -586,7 +591,7 @@ WHERE  (idx = @idx)</CommandText> | ||||
|   <xs:element name="dsMSSQL" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="true" msprop:Generator_DataSetName="dsMSSQL" msprop:Generator_UserDSName="dsMSSQL"> | ||||
|     <xs:complexType> | ||||
|       <xs:choice minOccurs="0" maxOccurs="unbounded"> | ||||
|         <xs:element name="Users" msprop:Generator_TableClassName="UsersDataTable" msprop:Generator_TableVarName="tableUsers" msprop:Generator_RowChangedName="UsersRowChanged" msprop:Generator_TablePropName="Users" msprop:Generator_RowDeletingName="UsersRowDeleting" msprop:Generator_RowChangingName="UsersRowChanging" msprop:Generator_RowEvHandlerName="UsersRowChangeEventHandler" msprop:Generator_RowDeletedName="UsersRowDeleted" msprop:Generator_RowClassName="UsersRow" msprop:Generator_UserTableName="Users" msprop:Generator_RowEvArgName="UsersRowChangeEvent"> | ||||
|         <xs:element name="Users" msprop:Generator_TableClassName="UsersDataTable" msprop:Generator_TableVarName="tableUsers" msprop:Generator_TablePropName="Users" msprop:Generator_RowDeletingName="UsersRowDeleting" msprop:Generator_RowChangingName="UsersRowChanging" msprop:Generator_RowEvHandlerName="UsersRowChangeEventHandler" msprop:Generator_RowDeletedName="UsersRowDeleted" msprop:Generator_UserTableName="Users" msprop:Generator_RowChangedName="UsersRowChanged" msprop:Generator_RowEvArgName="UsersRowChangeEvent" msprop:Generator_RowClassName="UsersRow"> | ||||
|           <xs:complexType> | ||||
|             <xs:sequence> | ||||
|               <xs:element name="id" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id"> | ||||
| @@ -661,10 +666,17 @@ WHERE  (idx = @idx)</CommandText> | ||||
|                 </xs:simpleType> | ||||
|               </xs:element> | ||||
|               <xs:element name="wdate" msprop:Generator_ColumnVarNameInTable="columnwdate" msprop:Generator_ColumnPropNameInRow="wdate" msprop:Generator_ColumnPropNameInTable="wdateColumn" msprop:Generator_UserColumnName="wdate" type="xs:dateTime" /> | ||||
|               <xs:element name="tel" msprop:Generator_ColumnVarNameInTable="columntel" msprop:Generator_ColumnPropNameInRow="tel" msprop:Generator_ColumnPropNameInTable="telColumn" msprop:Generator_UserColumnName="tel" minOccurs="0"> | ||||
|                 <xs:simpleType> | ||||
|                   <xs:restriction base="xs:string"> | ||||
|                     <xs:maxLength value="20" /> | ||||
|                   </xs:restriction> | ||||
|                 </xs:simpleType> | ||||
|               </xs:element> | ||||
|             </xs:sequence> | ||||
|           </xs:complexType> | ||||
|         </xs:element> | ||||
|         <xs:element name="Projects" msprop:Generator_TableClassName="ProjectsDataTable" msprop:Generator_TableVarName="tableProjects" msprop:Generator_TablePropName="Projects" msprop:Generator_RowDeletingName="ProjectsRowDeleting" msprop:Generator_RowChangingName="ProjectsRowChanging" msprop:Generator_RowEvHandlerName="ProjectsRowChangeEventHandler" msprop:Generator_RowDeletedName="ProjectsRowDeleted" msprop:Generator_UserTableName="Projects" msprop:Generator_RowChangedName="ProjectsRowChanged" msprop:Generator_RowEvArgName="ProjectsRowChangeEvent" msprop:Generator_RowClassName="ProjectsRow"> | ||||
|         <xs:element name="Projects" msprop:Generator_TableClassName="ProjectsDataTable" msprop:Generator_TableVarName="tableProjects" msprop:Generator_RowChangedName="ProjectsRowChanged" msprop:Generator_TablePropName="Projects" msprop:Generator_RowDeletingName="ProjectsRowDeleting" msprop:Generator_RowChangingName="ProjectsRowChanging" msprop:Generator_RowEvHandlerName="ProjectsRowChangeEventHandler" msprop:Generator_RowDeletedName="ProjectsRowDeleted" msprop:Generator_RowClassName="ProjectsRow" msprop:Generator_UserTableName="Projects" msprop:Generator_RowEvArgName="ProjectsRowChangeEvent"> | ||||
|           <xs:complexType> | ||||
|             <xs:sequence> | ||||
|               <xs:element name="idx" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnidx" msprop:Generator_ColumnPropNameInRow="idx" msprop:Generator_ColumnPropNameInTable="idxColumn" msprop:Generator_UserColumnName="idx" type="xs:int" /> | ||||
| @@ -735,7 +747,7 @@ WHERE  (idx = @idx)</CommandText> | ||||
|             </xs:sequence> | ||||
|           </xs:complexType> | ||||
|         </xs:element> | ||||
|         <xs:element name="Items" msprop:Generator_TableClassName="ItemsDataTable" msprop:Generator_TableVarName="tableItems" msprop:Generator_RowChangedName="ItemsRowChanged" msprop:Generator_TablePropName="Items" msprop:Generator_RowDeletingName="ItemsRowDeleting" msprop:Generator_RowChangingName="ItemsRowChanging" msprop:Generator_RowEvHandlerName="ItemsRowChangeEventHandler" msprop:Generator_RowDeletedName="ItemsRowDeleted" msprop:Generator_RowClassName="ItemsRow" msprop:Generator_UserTableName="Items" msprop:Generator_RowEvArgName="ItemsRowChangeEvent"> | ||||
|         <xs:element name="Items" msprop:Generator_TableClassName="ItemsDataTable" msprop:Generator_TableVarName="tableItems" msprop:Generator_TablePropName="Items" msprop:Generator_RowDeletingName="ItemsRowDeleting" msprop:Generator_RowChangingName="ItemsRowChanging" msprop:Generator_RowEvHandlerName="ItemsRowChangeEventHandler" msprop:Generator_RowDeletedName="ItemsRowDeleted" msprop:Generator_UserTableName="Items" msprop:Generator_RowChangedName="ItemsRowChanged" msprop:Generator_RowEvArgName="ItemsRowChangeEvent" msprop:Generator_RowClassName="ItemsRow"> | ||||
|           <xs:complexType> | ||||
|             <xs:sequence> | ||||
|               <xs:element name="idx" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnidx" msprop:Generator_ColumnPropNameInRow="idx" msprop:Generator_ColumnPropNameInTable="idxColumn" msprop:Generator_UserColumnName="idx" type="xs:int" /> | ||||
| @@ -792,7 +804,7 @@ WHERE  (idx = @idx)</CommandText> | ||||
|             </xs:sequence> | ||||
|           </xs:complexType> | ||||
|         </xs:element> | ||||
|         <xs:element name="Inventory" msprop:Generator_TableClassName="InventoryDataTable" msprop:Generator_TableVarName="tableInventory" msprop:Generator_RowChangedName="InventoryRowChanged" msprop:Generator_TablePropName="Inventory" msprop:Generator_RowDeletingName="InventoryRowDeleting" msprop:Generator_RowChangingName="InventoryRowChanging" msprop:Generator_RowEvHandlerName="InventoryRowChangeEventHandler" msprop:Generator_RowDeletedName="InventoryRowDeleted" msprop:Generator_RowClassName="InventoryRow" msprop:Generator_UserTableName="Inventory" msprop:Generator_RowEvArgName="InventoryRowChangeEvent"> | ||||
|         <xs:element name="Inventory" msprop:Generator_TableClassName="InventoryDataTable" msprop:Generator_TableVarName="tableInventory" msprop:Generator_TablePropName="Inventory" msprop:Generator_RowDeletingName="InventoryRowDeleting" msprop:Generator_RowChangingName="InventoryRowChanging" msprop:Generator_RowEvHandlerName="InventoryRowChangeEventHandler" msprop:Generator_RowDeletedName="InventoryRowDeleted" msprop:Generator_UserTableName="Inventory" msprop:Generator_RowChangedName="InventoryRowChanged" msprop:Generator_RowEvArgName="InventoryRowChangeEvent" msprop:Generator_RowClassName="InventoryRow"> | ||||
|           <xs:complexType> | ||||
|             <xs:sequence> | ||||
|               <xs:element name="idx" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnidx" msprop:Generator_ColumnPropNameInRow="idx" msprop:Generator_ColumnPropNameInTable="idxColumn" msprop:Generator_UserColumnName="idx" type="xs:int" /> | ||||
| @@ -843,7 +855,7 @@ WHERE  (idx = @idx)</CommandText> | ||||
|             </xs:sequence> | ||||
|           </xs:complexType> | ||||
|         </xs:element> | ||||
|         <xs:element name="LineCode" msprop:Generator_TableClassName="LineCodeDataTable" msprop:Generator_TableVarName="tableLineCode" msprop:Generator_RowChangedName="LineCodeRowChanged" msprop:Generator_TablePropName="LineCode" msprop:Generator_RowDeletingName="LineCodeRowDeleting" msprop:Generator_RowChangingName="LineCodeRowChanging" msprop:Generator_RowEvHandlerName="LineCodeRowChangeEventHandler" msprop:Generator_RowDeletedName="LineCodeRowDeleted" msprop:Generator_RowClassName="LineCodeRow" msprop:Generator_UserTableName="LineCode" msprop:Generator_RowEvArgName="LineCodeRowChangeEvent"> | ||||
|         <xs:element name="LineCode" msprop:Generator_TableClassName="LineCodeDataTable" msprop:Generator_TableVarName="tableLineCode" msprop:Generator_TablePropName="LineCode" msprop:Generator_RowDeletingName="LineCodeRowDeleting" msprop:Generator_RowChangingName="LineCodeRowChanging" msprop:Generator_RowEvHandlerName="LineCodeRowChangeEventHandler" msprop:Generator_RowDeletedName="LineCodeRowDeleted" msprop:Generator_UserTableName="LineCode" msprop:Generator_RowChangedName="LineCodeRowChanged" msprop:Generator_RowEvArgName="LineCodeRowChangeEvent" msprop:Generator_RowClassName="LineCodeRow"> | ||||
|           <xs:complexType> | ||||
|             <xs:sequence> | ||||
|               <xs:element name="idx" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnidx" msprop:Generator_ColumnPropNameInRow="idx" msprop:Generator_ColumnPropNameInTable="idxColumn" msprop:Generator_UserColumnName="idx" type="xs:int" /> | ||||
|   | ||||
| @@ -4,9 +4,9 @@ | ||||
|      Changes to this file may cause incorrect behavior and will be lost if | ||||
|      the code is regenerated. | ||||
| </autogenerated>--> | ||||
| <DiagramLayout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ex:showrelationlabel="False" ViewPortX="445" ViewPortY="-10" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout"> | ||||
| <DiagramLayout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ex:showrelationlabel="False" ViewPortX="-10" ViewPortY="-10" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout"> | ||||
|   <Shapes> | ||||
|     <Shape ID="DesignTable:Users" ZOrder="6" X="49" Y="43" Height="305" Width="177" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" /> | ||||
|     <Shape ID="DesignTable:Users" ZOrder="6" X="39" Y="43" Height="305" Width="187" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" /> | ||||
|     <Shape ID="DesignTable:Projects" ZOrder="5" X="252" Y="43" Height="90" Width="158" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="0" /> | ||||
|     <Shape ID="DesignTable:Items" ZOrder="4" X="245" Y="160" Height="476" Width="184" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="197" /> | ||||
|     <Shape ID="DesignTable:Inventory" ZOrder="3" X="462" Y="50" Height="412" Width="245" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="292" /> | ||||
|   | ||||
							
								
								
									
										183
									
								
								Project/fMain.Designer.cs
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										183
									
								
								Project/fMain.Designer.cs
									
									
									
										generated
									
									
									
								
							| @@ -43,22 +43,17 @@ | ||||
|             this.sbBCD = new System.Windows.Forms.ToolStripStatusLabel(); | ||||
|             this.statusStrip1 = new System.Windows.Forms.StatusStrip(); | ||||
|             this.sbLogin = new System.Windows.Forms.ToolStripStatusLabel(); | ||||
|             this.btModel = new System.Windows.Forms.ToolStripMenuItem(); | ||||
|             this.btHistory = new System.Windows.Forms.ToolStripMenuItem(); | ||||
|             this.btSetting = new System.Windows.Forms.ToolStripMenuItem(); | ||||
|             this.btLog = new System.Windows.Forms.ToolStripMenuItem(); | ||||
|             this.menuStrip1 = new System.Windows.Forms.MenuStrip(); | ||||
|             this.settingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | ||||
|             this.userToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | ||||
|             this.codeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | ||||
|             this.projectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | ||||
|             this.listToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | ||||
|             this.commonToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | ||||
|             this.itemsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | ||||
|             this.inventoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | ||||
|             this.codesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | ||||
|             this.lineCodeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | ||||
|             this.staffGridToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | ||||
|             this.userInfoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | ||||
|             this.boardsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | ||||
|             this.freeBoardToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | ||||
|             this.bugReportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | ||||
| @@ -68,9 +63,15 @@ | ||||
|             this.dataFOLToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | ||||
|             this.dataMoldEOLToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | ||||
|             this.dataToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | ||||
|             this.importToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | ||||
|             this.personalInventoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | ||||
|             this.infoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | ||||
|             this.staffToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | ||||
|             this.windowsMenu = new System.Windows.Forms.ToolStripMenuItem(); | ||||
|             this.cascadeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | ||||
|             this.tileVerticalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | ||||
|             this.tileHorizontalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | ||||
|             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(); | ||||
| @@ -80,7 +81,6 @@ | ||||
|             this.printPreviewToolStripButton = new System.Windows.Forms.ToolStripButton(); | ||||
|             this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); | ||||
|             this.tbpProject = new System.Windows.Forms.ToolStripButton(); | ||||
|             this.personalInventoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | ||||
|             this.cmVision.SuspendLayout(); | ||||
|             this.statusStrip1.SuspendLayout(); | ||||
|             this.menuStrip1.SuspendLayout(); | ||||
| @@ -169,22 +169,6 @@ | ||||
|             this.sbLogin.Size = new System.Drawing.Size(50, 17); | ||||
|             this.sbLogin.Text = "{LOGIN}"; | ||||
|             //  | ||||
|             // btModel | ||||
|             //  | ||||
|             this.btModel.Enabled = false; | ||||
|             this.btModel.Name = "btModel"; | ||||
|             this.btModel.Size = new System.Drawing.Size(53, 20); | ||||
|             this.btModel.Text = "Model"; | ||||
|             this.btModel.Click += new System.EventHandler(this.modelToolStripMenuItem_Click); | ||||
|             //  | ||||
|             // btHistory | ||||
|             //  | ||||
|             this.btHistory.Enabled = false; | ||||
|             this.btHistory.Name = "btHistory"; | ||||
|             this.btHistory.Size = new System.Drawing.Size(57, 20); | ||||
|             this.btHistory.Text = "History"; | ||||
|             this.btHistory.Click += new System.EventHandler(this.historyToolStripMenuItem_Click); | ||||
|             //  | ||||
|             // btSetting | ||||
|             //  | ||||
|             this.btSetting.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; | ||||
| @@ -204,44 +188,21 @@ | ||||
|             // menuStrip1 | ||||
|             //  | ||||
|             this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { | ||||
|             this.btModel, | ||||
|             this.btHistory, | ||||
|             this.btSetting, | ||||
|             this.btLog, | ||||
|             this.settingToolStripMenuItem, | ||||
|             this.projectToolStripMenuItem, | ||||
|             this.commonToolStripMenuItem, | ||||
|             this.boardsToolStripMenuItem, | ||||
|             this.managementToolStripMenuItem, | ||||
|             this.infoToolStripMenuItem}); | ||||
|             this.infoToolStripMenuItem, | ||||
|             this.windowsMenu}); | ||||
|             this.menuStrip1.Location = new System.Drawing.Point(1, 1); | ||||
|             this.menuStrip1.MdiWindowListItem = this.windowsMenu; | ||||
|             this.menuStrip1.Name = "menuStrip1"; | ||||
|             this.menuStrip1.Size = new System.Drawing.Size(1035, 24); | ||||
|             this.menuStrip1.TabIndex = 29; | ||||
|             this.menuStrip1.Text = "menuStrip1"; | ||||
|             //  | ||||
|             // settingToolStripMenuItem | ||||
|             //  | ||||
|             this.settingToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { | ||||
|             this.userToolStripMenuItem, | ||||
|             this.codeToolStripMenuItem}); | ||||
|             this.settingToolStripMenuItem.Enabled = false; | ||||
|             this.settingToolStripMenuItem.Name = "settingToolStripMenuItem"; | ||||
|             this.settingToolStripMenuItem.Size = new System.Drawing.Size(57, 20); | ||||
|             this.settingToolStripMenuItem.Text = "Setting"; | ||||
|             //  | ||||
|             // userToolStripMenuItem | ||||
|             //  | ||||
|             this.userToolStripMenuItem.Name = "userToolStripMenuItem"; | ||||
|             this.userToolStripMenuItem.Size = new System.Drawing.Size(102, 22); | ||||
|             this.userToolStripMenuItem.Text = "User"; | ||||
|             //  | ||||
|             // codeToolStripMenuItem | ||||
|             //  | ||||
|             this.codeToolStripMenuItem.Name = "codeToolStripMenuItem"; | ||||
|             this.codeToolStripMenuItem.Size = new System.Drawing.Size(102, 22); | ||||
|             this.codeToolStripMenuItem.Text = "Code"; | ||||
|             //  | ||||
|             // projectToolStripMenuItem | ||||
|             //  | ||||
|             this.projectToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { | ||||
| @@ -261,10 +222,10 @@ | ||||
|             //  | ||||
|             this.commonToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { | ||||
|             this.itemsToolStripMenuItem, | ||||
|             this.inventoryToolStripMenuItem, | ||||
|             this.codesToolStripMenuItem, | ||||
|             this.lineCodeToolStripMenuItem, | ||||
|             this.staffGridToolStripMenuItem}); | ||||
|             this.staffGridToolStripMenuItem, | ||||
|             this.userInfoToolStripMenuItem}); | ||||
|             this.commonToolStripMenuItem.Name = "commonToolStripMenuItem"; | ||||
|             this.commonToolStripMenuItem.Size = new System.Drawing.Size(70, 20); | ||||
|             this.commonToolStripMenuItem.Text = "Common"; | ||||
| @@ -272,38 +233,38 @@ | ||||
|             // itemsToolStripMenuItem | ||||
|             //  | ||||
|             this.itemsToolStripMenuItem.Name = "itemsToolStripMenuItem"; | ||||
|             this.itemsToolStripMenuItem.Size = new System.Drawing.Size(128, 22); | ||||
|             this.itemsToolStripMenuItem.Size = new System.Drawing.Size(152, 22); | ||||
|             this.itemsToolStripMenuItem.Text = "Items"; | ||||
|             this.itemsToolStripMenuItem.Click += new System.EventHandler(this.itemsToolStripMenuItem_Click); | ||||
|             //  | ||||
|             // inventoryToolStripMenuItem | ||||
|             //  | ||||
|             this.inventoryToolStripMenuItem.Name = "inventoryToolStripMenuItem"; | ||||
|             this.inventoryToolStripMenuItem.Size = new System.Drawing.Size(128, 22); | ||||
|             this.inventoryToolStripMenuItem.Text = "Inventory"; | ||||
|             this.inventoryToolStripMenuItem.Click += new System.EventHandler(this.inventoryToolStripMenuItem_Click); | ||||
|             //  | ||||
|             // codesToolStripMenuItem | ||||
|             //  | ||||
|             this.codesToolStripMenuItem.Enabled = false; | ||||
|             this.codesToolStripMenuItem.Name = "codesToolStripMenuItem"; | ||||
|             this.codesToolStripMenuItem.Size = new System.Drawing.Size(128, 22); | ||||
|             this.codesToolStripMenuItem.Size = new System.Drawing.Size(152, 22); | ||||
|             this.codesToolStripMenuItem.Text = "Codes"; | ||||
|             //  | ||||
|             // lineCodeToolStripMenuItem | ||||
|             //  | ||||
|             this.lineCodeToolStripMenuItem.Name = "lineCodeToolStripMenuItem"; | ||||
|             this.lineCodeToolStripMenuItem.Size = new System.Drawing.Size(128, 22); | ||||
|             this.lineCodeToolStripMenuItem.Size = new System.Drawing.Size(152, 22); | ||||
|             this.lineCodeToolStripMenuItem.Text = "Line Code"; | ||||
|             this.lineCodeToolStripMenuItem.Click += new System.EventHandler(this.lineCodeToolStripMenuItem_Click); | ||||
|             //  | ||||
|             // staffGridToolStripMenuItem | ||||
|             //  | ||||
|             this.staffGridToolStripMenuItem.Name = "staffGridToolStripMenuItem"; | ||||
|             this.staffGridToolStripMenuItem.Size = new System.Drawing.Size(128, 22); | ||||
|             this.staffGridToolStripMenuItem.Size = new System.Drawing.Size(152, 22); | ||||
|             this.staffGridToolStripMenuItem.Text = "Staff Grid"; | ||||
|             this.staffGridToolStripMenuItem.Click += new System.EventHandler(this.staffGridToolStripMenuItem_Click); | ||||
|             //  | ||||
|             // userInfoToolStripMenuItem | ||||
|             //  | ||||
|             this.userInfoToolStripMenuItem.Name = "userInfoToolStripMenuItem"; | ||||
|             this.userInfoToolStripMenuItem.Size = new System.Drawing.Size(152, 22); | ||||
|             this.userInfoToolStripMenuItem.Text = "User Info"; | ||||
|             this.userInfoToolStripMenuItem.Click += new System.EventHandler(this.userInfoToolStripMenuItem_Click); | ||||
|             //  | ||||
|             // boardsToolStripMenuItem | ||||
|             //  | ||||
|             this.boardsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { | ||||
| @@ -349,40 +310,39 @@ | ||||
|             this.equipmentToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { | ||||
|             this.dataFOLToolStripMenuItem, | ||||
|             this.dataMoldEOLToolStripMenuItem, | ||||
|             this.dataToolStripMenuItem, | ||||
|             this.importToolStripMenuItem}); | ||||
|             this.dataToolStripMenuItem}); | ||||
|             this.equipmentToolStripMenuItem.Name = "equipmentToolStripMenuItem"; | ||||
|             this.equipmentToolStripMenuItem.Size = new System.Drawing.Size(152, 22); | ||||
|             this.equipmentToolStripMenuItem.Size = new System.Drawing.Size(173, 22); | ||||
|             this.equipmentToolStripMenuItem.Text = "Equipment"; | ||||
|             this.equipmentToolStripMenuItem.Click += new System.EventHandler(this.equipmentToolStripMenuItem_Click); | ||||
|             //  | ||||
|             // dataFOLToolStripMenuItem | ||||
|             //  | ||||
|             this.dataFOLToolStripMenuItem.Name = "dataFOLToolStripMenuItem"; | ||||
|             this.dataFOLToolStripMenuItem.Size = new System.Drawing.Size(164, 22); | ||||
|             this.dataFOLToolStripMenuItem.Text = "Data(FOL)"; | ||||
|             this.dataFOLToolStripMenuItem.Size = new System.Drawing.Size(138, 22); | ||||
|             this.dataFOLToolStripMenuItem.Text = "FOL"; | ||||
|             this.dataFOLToolStripMenuItem.Click += new System.EventHandler(this.dataFOLToolStripMenuItem_Click); | ||||
|             //  | ||||
|             // dataMoldEOLToolStripMenuItem | ||||
|             //  | ||||
|             this.dataMoldEOLToolStripMenuItem.Name = "dataMoldEOLToolStripMenuItem"; | ||||
|             this.dataMoldEOLToolStripMenuItem.Size = new System.Drawing.Size(164, 22); | ||||
|             this.dataMoldEOLToolStripMenuItem.Text = "Data(Mold & EOL)"; | ||||
|             this.dataMoldEOLToolStripMenuItem.Size = new System.Drawing.Size(138, 22); | ||||
|             this.dataMoldEOLToolStripMenuItem.Text = "MOLD & EOL"; | ||||
|             this.dataMoldEOLToolStripMenuItem.Click += new System.EventHandler(this.dataMoldEOLToolStripMenuItem_Click); | ||||
|             //  | ||||
|             // dataToolStripMenuItem | ||||
|             //  | ||||
|             this.dataToolStripMenuItem.Name = "dataToolStripMenuItem"; | ||||
|             this.dataToolStripMenuItem.Size = new System.Drawing.Size(164, 22); | ||||
|             this.dataToolStripMenuItem.Text = "Data(Bump)"; | ||||
|             this.dataToolStripMenuItem.Size = new System.Drawing.Size(138, 22); | ||||
|             this.dataToolStripMenuItem.Text = "BUMP"; | ||||
|             this.dataToolStripMenuItem.Click += new System.EventHandler(this.dataToolStripMenuItem_Click); | ||||
|             //  | ||||
|             // importToolStripMenuItem | ||||
|             // personalInventoryToolStripMenuItem | ||||
|             //  | ||||
|             this.importToolStripMenuItem.Name = "importToolStripMenuItem"; | ||||
|             this.importToolStripMenuItem.Size = new System.Drawing.Size(164, 22); | ||||
|             this.importToolStripMenuItem.Text = "Import"; | ||||
|             this.importToolStripMenuItem.Click += new System.EventHandler(this.importToolStripMenuItem_Click); | ||||
|             this.personalInventoryToolStripMenuItem.Name = "personalInventoryToolStripMenuItem"; | ||||
|             this.personalInventoryToolStripMenuItem.Size = new System.Drawing.Size(173, 22); | ||||
|             this.personalInventoryToolStripMenuItem.Text = "Personal Inventory"; | ||||
|             this.personalInventoryToolStripMenuItem.Click += new System.EventHandler(this.personalInventoryToolStripMenuItem_Click); | ||||
|             //  | ||||
|             // infoToolStripMenuItem | ||||
|             //  | ||||
| @@ -398,8 +358,56 @@ | ||||
|             this.staffToolStripMenuItem.Size = new System.Drawing.Size(99, 22); | ||||
|             this.staffToolStripMenuItem.Text = "Staff"; | ||||
|             //  | ||||
|             // windowsMenu | ||||
|             //  | ||||
|             this.windowsMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { | ||||
|             this.cascadeToolStripMenuItem, | ||||
|             this.tileVerticalToolStripMenuItem, | ||||
|             this.tileHorizontalToolStripMenuItem, | ||||
|             this.closeAllToolStripMenuItem, | ||||
|             this.arrangeIconsToolStripMenuItem}); | ||||
|             this.windowsMenu.Name = "windowsMenu"; | ||||
|             this.windowsMenu.Size = new System.Drawing.Size(82, 20); | ||||
|             this.windowsMenu.Text = "Window(&W)"; | ||||
|             //  | ||||
|             // cascadeToolStripMenuItem | ||||
|             //  | ||||
|             this.cascadeToolStripMenuItem.Name = "cascadeToolStripMenuItem"; | ||||
|             this.cascadeToolStripMenuItem.Size = new System.Drawing.Size(195, 22); | ||||
|             this.cascadeToolStripMenuItem.Text = "계단식 배열(&C)"; | ||||
|             this.cascadeToolStripMenuItem.Click += new System.EventHandler(this.cascadeToolStripMenuItem_Click); | ||||
|             //  | ||||
|             // tileVerticalToolStripMenuItem | ||||
|             //  | ||||
|             this.tileVerticalToolStripMenuItem.Name = "tileVerticalToolStripMenuItem"; | ||||
|             this.tileVerticalToolStripMenuItem.Size = new System.Drawing.Size(195, 22); | ||||
|             this.tileVerticalToolStripMenuItem.Text = "세로 바둑판식 배열(&V)"; | ||||
|             this.tileVerticalToolStripMenuItem.Click += new System.EventHandler(this.tileVerticalToolStripMenuItem_Click); | ||||
|             //  | ||||
|             // tileHorizontalToolStripMenuItem | ||||
|             //  | ||||
|             this.tileHorizontalToolStripMenuItem.Name = "tileHorizontalToolStripMenuItem"; | ||||
|             this.tileHorizontalToolStripMenuItem.Size = new System.Drawing.Size(195, 22); | ||||
|             this.tileHorizontalToolStripMenuItem.Text = "가로 바둑판식 배열(&H)"; | ||||
|             this.tileHorizontalToolStripMenuItem.Click += new System.EventHandler(this.tileHorizontalToolStripMenuItem_Click); | ||||
|             //  | ||||
|             // closeAllToolStripMenuItem | ||||
|             //  | ||||
|             this.closeAllToolStripMenuItem.Name = "closeAllToolStripMenuItem"; | ||||
|             this.closeAllToolStripMenuItem.Size = new System.Drawing.Size(195, 22); | ||||
|             this.closeAllToolStripMenuItem.Text = "모두 닫기(&L)"; | ||||
|             this.closeAllToolStripMenuItem.Click += new System.EventHandler(this.closeAllToolStripMenuItem_Click); | ||||
|             //  | ||||
|             // arrangeIconsToolStripMenuItem | ||||
|             //  | ||||
|             this.arrangeIconsToolStripMenuItem.Name = "arrangeIconsToolStripMenuItem"; | ||||
|             this.arrangeIconsToolStripMenuItem.Size = new System.Drawing.Size(195, 22); | ||||
|             this.arrangeIconsToolStripMenuItem.Text = "아이콘 정렬(&A)"; | ||||
|             this.arrangeIconsToolStripMenuItem.Click += new System.EventHandler(this.arrangeIconsToolStripMenuItem_Click); | ||||
|             //  | ||||
|             // toolStrip | ||||
|             //  | ||||
|             this.toolStrip.Enabled = false; | ||||
|             this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { | ||||
|             this.newToolStripButton, | ||||
|             this.openToolStripButton, | ||||
| @@ -479,13 +487,6 @@ | ||||
|             this.tbpProject.Text = "Project"; | ||||
|             this.tbpProject.Click += new System.EventHandler(this.helpToolStripButton_Click); | ||||
|             //  | ||||
|             // personalInventoryToolStripMenuItem | ||||
|             //  | ||||
|             this.personalInventoryToolStripMenuItem.Enabled = false; | ||||
|             this.personalInventoryToolStripMenuItem.Name = "personalInventoryToolStripMenuItem"; | ||||
|             this.personalInventoryToolStripMenuItem.Size = new System.Drawing.Size(173, 22); | ||||
|             this.personalInventoryToolStripMenuItem.Text = "Personal Inventory"; | ||||
|             //  | ||||
|             // fMain | ||||
|             //  | ||||
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; | ||||
| @@ -530,8 +531,6 @@ | ||||
|         private System.Windows.Forms.ToolStripStatusLabel sbBWRun; | ||||
|         private System.Windows.Forms.ToolStripStatusLabel sbBCD; | ||||
|         private System.Windows.Forms.StatusStrip statusStrip1; | ||||
|         private System.Windows.Forms.ToolStripMenuItem btModel; | ||||
|         private System.Windows.Forms.ToolStripMenuItem btHistory; | ||||
|         private System.Windows.Forms.ToolStripMenuItem btSetting; | ||||
|         private System.Windows.Forms.ToolStripMenuItem btLog; | ||||
|         private System.Windows.Forms.MenuStrip menuStrip1; | ||||
| @@ -544,14 +543,10 @@ | ||||
|         private System.Windows.Forms.ToolStripButton printPreviewToolStripButton; | ||||
|         private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; | ||||
|         private System.Windows.Forms.ToolStripButton tbpProject; | ||||
|         private System.Windows.Forms.ToolStripMenuItem settingToolStripMenuItem; | ||||
|         private System.Windows.Forms.ToolStripMenuItem userToolStripMenuItem; | ||||
|         private System.Windows.Forms.ToolStripMenuItem codeToolStripMenuItem; | ||||
|         private System.Windows.Forms.ToolStripMenuItem projectToolStripMenuItem; | ||||
|         private System.Windows.Forms.ToolStripMenuItem listToolStripMenuItem; | ||||
|         private System.Windows.Forms.ToolStripMenuItem commonToolStripMenuItem; | ||||
|         private System.Windows.Forms.ToolStripMenuItem itemsToolStripMenuItem; | ||||
|         private System.Windows.Forms.ToolStripMenuItem inventoryToolStripMenuItem; | ||||
|         private System.Windows.Forms.ToolStripStatusLabel sbLogin; | ||||
|         private System.Windows.Forms.ToolStripMenuItem codesToolStripMenuItem; | ||||
|         private System.Windows.Forms.ToolStripMenuItem boardsToolStripMenuItem; | ||||
| @@ -565,10 +560,16 @@ | ||||
|         private System.Windows.Forms.ToolStripMenuItem staffToolStripMenuItem; | ||||
|         private System.Windows.Forms.ToolStripMenuItem staffGridToolStripMenuItem; | ||||
|         private System.Windows.Forms.ToolStripMenuItem dataToolStripMenuItem; | ||||
|         private System.Windows.Forms.ToolStripMenuItem importToolStripMenuItem; | ||||
|         private System.Windows.Forms.ToolStripMenuItem dataFOLToolStripMenuItem; | ||||
|         private System.Windows.Forms.ToolStripMenuItem dataMoldEOLToolStripMenuItem; | ||||
|         private System.Windows.Forms.ToolStripMenuItem personalInventoryToolStripMenuItem; | ||||
|         private System.Windows.Forms.ToolStripMenuItem userInfoToolStripMenuItem; | ||||
|         private System.Windows.Forms.ToolStripMenuItem windowsMenu; | ||||
|         private System.Windows.Forms.ToolStripMenuItem cascadeToolStripMenuItem; | ||||
|         private System.Windows.Forms.ToolStripMenuItem tileVerticalToolStripMenuItem; | ||||
|         private System.Windows.Forms.ToolStripMenuItem tileHorizontalToolStripMenuItem; | ||||
|         private System.Windows.Forms.ToolStripMenuItem closeAllToolStripMenuItem; | ||||
|         private System.Windows.Forms.ToolStripMenuItem arrangeIconsToolStripMenuItem; | ||||
|     } | ||||
| } | ||||
|  | ||||
|   | ||||
| @@ -20,8 +20,6 @@ namespace Project | ||||
|                 if (e1.KeyCode == Keys.Escape) this.Close(); | ||||
|                 else if (e1.KeyCode == Keys.F12) btSetting.PerformClick(); | ||||
|                 else if (e1.KeyCode == Keys.F11) btLog.PerformClick(); | ||||
|                 else if (e1.KeyCode == Keys.F8) btHistory.PerformClick(); | ||||
|                 else if (e1.KeyCode == Keys.F2) btModel.PerformClick(); | ||||
|                 else if (e1.KeyCode == Keys.F1 && e1.Control && e1.Shift) | ||||
|                 { | ||||
|                     Dialog.fDebug f = new Dialog.fDebug(); | ||||
| @@ -60,6 +58,8 @@ namespace Project | ||||
|             this.Text = Application.ProductName + " v" + Application.ProductVersion; | ||||
|             Pub.init(); | ||||
|             _SetLang(); | ||||
|             if (Pub.setting.FullScreen) this.WindowState = FormWindowState.Maximized; | ||||
|             else this.WindowState = FormWindowState.Normal; | ||||
|             this.Show(); | ||||
|             Application.DoEvents(); | ||||
|              | ||||
| @@ -77,14 +77,13 @@ namespace Project | ||||
|             if (flog.ShowDialog() != System.Windows.Forms.DialogResult.OK) | ||||
|                 Application.ExitThread(); | ||||
|  | ||||
|             sbLogin.Text = string.Format("{0} {1}",Pub.Login.no,Pub.Login.name); | ||||
|             sbLogin.Text = string.Format("{0} {1}", FCOMMON.info.Login.no, FCOMMON.info.Login.name); | ||||
|             Pub.log.Add("Program Start"); | ||||
|         } | ||||
|  | ||||
|  | ||||
|         void _SetLang() | ||||
|         { | ||||
|             btModel.Text = Lang.ModelEdit; | ||||
|             btSetting.Text = Lang.Setting; | ||||
|         } | ||||
|  | ||||
| @@ -174,9 +173,7 @@ namespace Project | ||||
|  | ||||
|         private void inventoryToolStripMenuItem_Click(object sender, EventArgs e) | ||||
|         { | ||||
|             _Common.fInventory f = new _Common.fInventory(); | ||||
|             f.MdiParent = this; | ||||
|             f.Show(); | ||||
|              | ||||
|         } | ||||
|  | ||||
|         private void lineCodesToolStripMenuItem_Click(object sender, EventArgs e) | ||||
| @@ -216,7 +213,7 @@ namespace Project | ||||
|  | ||||
|         private void dataToolStripMenuItem_Click(object sender, EventArgs e) | ||||
|         { | ||||
|             _Management.fEquipment f = new _Management.fEquipment(_Management.fEquipment.eTabletype.BUMP); | ||||
|             FEQ0000.fEquipment f = new FEQ0000.fEquipment(FEQ0000.fEquipment.eTabletype.BUMP); | ||||
|             f.MdiParent = this; | ||||
|             f.Show(); | ||||
|         } | ||||
| @@ -233,14 +230,75 @@ namespace Project | ||||
|  | ||||
|         private void dataMoldEOLToolStripMenuItem_Click(object sender, EventArgs e) | ||||
|         { | ||||
|             _Management.fEquipment f = new _Management.fEquipment(_Management.fEquipment.eTabletype.MOLD); | ||||
|             FEQ0000.fEquipment f = new FEQ0000.fEquipment(FEQ0000.fEquipment.eTabletype.MOLD); | ||||
|             f.MdiParent = this; | ||||
|             f.Show(); | ||||
|         } | ||||
|  | ||||
|         private void dataFOLToolStripMenuItem_Click(object sender, EventArgs e) | ||||
|         { | ||||
|             _Management.fEquipment f = new _Management.fEquipment(_Management.fEquipment.eTabletype.FOL); | ||||
|             var f = new FEQ0000.fEquipment(FEQ0000.fEquipment.eTabletype.FOL); | ||||
|              | ||||
|             f.MdiParent = this; | ||||
|             f.Show(); | ||||
|         } | ||||
|  | ||||
|         private void userToolStripMenuItem_Click(object sender, EventArgs e) | ||||
|         { | ||||
|  | ||||
|         } | ||||
|  | ||||
|         private void codeToolStripMenuItem_Click(object sender, EventArgs e) | ||||
|         { | ||||
|  | ||||
|         } | ||||
|  | ||||
|         private void userInfoToolStripMenuItem_Click(object sender, EventArgs e) | ||||
|         { | ||||
|             if (FCOMMON.info.Login.level >= 10) | ||||
|             { | ||||
|                 var f = new _Common.fUserList(); | ||||
|                 f.MdiParent = this; | ||||
|                 f.Show(); | ||||
|             } | ||||
|             else | ||||
|             { | ||||
|                 var f = new _Common.fUserInfo(); | ||||
|                 f.ShowDialog(); | ||||
|             } | ||||
|         } | ||||
|  | ||||
|         private void cascadeToolStripMenuItem_Click(object sender, EventArgs e) | ||||
|         { | ||||
|             LayoutMdi(MdiLayout.Cascade); | ||||
|         } | ||||
|  | ||||
|         private void tileVerticalToolStripMenuItem_Click(object sender, EventArgs e) | ||||
|         { | ||||
|             LayoutMdi(MdiLayout.TileVertical); | ||||
|         } | ||||
|  | ||||
|         private void tileHorizontalToolStripMenuItem_Click(object sender, EventArgs e) | ||||
|         { | ||||
|             LayoutMdi(MdiLayout.TileHorizontal); | ||||
|         } | ||||
|  | ||||
|         private void closeAllToolStripMenuItem_Click(object sender, EventArgs e) | ||||
|         { | ||||
|             foreach (Form childForm in MdiChildren) | ||||
|             { | ||||
|                 childForm.Close(); | ||||
|             } | ||||
|         } | ||||
|  | ||||
|         private void arrangeIconsToolStripMenuItem_Click(object sender, EventArgs e) | ||||
|         { | ||||
|             LayoutMdi(MdiLayout.ArrangeIcons); | ||||
|         } | ||||
|  | ||||
|         private void personalInventoryToolStripMenuItem_Click(object sender, EventArgs e) | ||||
|         { | ||||
|             _Common.fInventory f = new _Common.fInventory(); | ||||
|             f.MdiParent = this; | ||||
|             f.Show(); | ||||
|         } | ||||
|   | ||||
							
								
								
									
										11
									
								
								Project/fSetting.Designer.cs
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										11
									
								
								Project/fSetting.Designer.cs
									
									
									
										generated
									
									
									
								
							| @@ -182,17 +182,6 @@ | ||||
|         private System.Windows.Forms.TabPage tabPage4; | ||||
|         private System.Windows.Forms.CheckBox chkLogIO; | ||||
|         private System.Windows.Forms.BindingSource bsModel; | ||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2; | ||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3; | ||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4; | ||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5; | ||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6; | ||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8; | ||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7; | ||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10; | ||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11; | ||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12; | ||||
|         private System.Windows.Forms.ToolTip toolTip1; | ||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn heightDataGridViewTextBoxColumn; | ||||
|     } | ||||
| } | ||||
| @@ -1,94 +0,0 @@ | ||||
| D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\AMR.csprojResolveAssemblyReference.cache | ||||
| D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\Project.Dialog.fDebug.resources | ||||
| D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\Project.Dialog.fMsgWindow.resources | ||||
| D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\Project.Dialog.fPassword.resources | ||||
| D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\Project.fErrorException.resources | ||||
| D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\Project.Dialog.fTouchKeyFull.resources | ||||
| D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\Project.fHistory.resources | ||||
| D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\Project.fLog.resources | ||||
| D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\Project.fMain.resources | ||||
| D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\Project.fModel.resources | ||||
| D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\Project.fSetting.resources | ||||
| D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\Project.Properties.Resources.resources | ||||
| D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\AMR.csproj.GenerateResource.Cache | ||||
| D:\Amkor\AMR\AMR.exe | ||||
| D:\Amkor\AMR\AMR.pdb | ||||
| D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\AMR.exe | ||||
| D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\AMR.pdb | ||||
| D:\Tinsky\Visual Studio For Amkor\AMR\AMR_180507_1600\Project\obj\Debug\AMR.exe | ||||
| D:\Tinsky\Visual Studio For Amkor\AMR\AMR_180507_1600\Project\obj\Debug\AMR.pdb | ||||
| D:\Tinsky\Amkor\AMR\AMR.exe | ||||
| D:\Tinsky\Amkor\AMR\AMR.pdb | ||||
| D:\Tinsky\Visual Studio For Amkor\AMR\AMR_180507_1600\Project\obj\Debug\AMR.csprojResolveAssemblyReference.cache | ||||
| D:\Tinsky\Visual Studio For Amkor\AMR\AMR_180507_1600\Project\obj\Debug\Project.Dialog.fDebug.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\AMR\AMR_180507_1600\Project\obj\Debug\Project.Dialog.fMsgWindow.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\AMR\AMR_180507_1600\Project\obj\Debug\Project.Dialog.fPassword.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\AMR\AMR_180507_1600\Project\obj\Debug\Project.fErrorException.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\AMR\AMR_180507_1600\Project\obj\Debug\Project.Dialog.fTouchKeyFull.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\AMR\AMR_180507_1600\Project\obj\Debug\Project.fHistory.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\AMR\AMR_180507_1600\Project\obj\Debug\Project.fLog.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\AMR\AMR_180507_1600\Project\obj\Debug\Project.fMain.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\AMR\AMR_180507_1600\Project\obj\Debug\Project.fModel.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\AMR\AMR_180507_1600\Project\obj\Debug\Project.fSetting.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\AMR\AMR_180507_1600\Project\obj\Debug\Project.Properties.Resources.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\AMR\AMR_180507_1600\Project\obj\Debug\AMR.csproj.GenerateResource.Cache | ||||
| D:\Source\AMR\AMR_180508_0030\Project\obj\Debug\AMR.exe | ||||
| D:\Source\AMR\AMR_180508_0030\Project\obj\Debug\AMR.pdb | ||||
| D:\Source\AMR\AMR_180508_0030\Project\obj\Debug\AMR.csprojResolveAssemblyReference.cache | ||||
| D:\Source\AMR\AMR_180508_0030\Project\obj\Debug\Project.Dialog.fDebug.resources | ||||
| D:\Source\AMR\AMR_180508_0030\Project\obj\Debug\Project.Dialog.fMsgWindow.resources | ||||
| D:\Source\AMR\AMR_180508_0030\Project\obj\Debug\Project.Dialog.fPassword.resources | ||||
| D:\Source\AMR\AMR_180508_0030\Project\obj\Debug\Project.fErrorException.resources | ||||
| D:\Source\AMR\AMR_180508_0030\Project\obj\Debug\Project.Dialog.fTouchKeyFull.resources | ||||
| D:\Source\AMR\AMR_180508_0030\Project\obj\Debug\Project.fHistory.resources | ||||
| D:\Source\AMR\AMR_180508_0030\Project\obj\Debug\Project.fLog.resources | ||||
| D:\Source\AMR\AMR_180508_0030\Project\obj\Debug\Project.fMain.resources | ||||
| D:\Source\AMR\AMR_180508_0030\Project\obj\Debug\Project.fModel.resources | ||||
| D:\Source\AMR\AMR_180508_0030\Project\obj\Debug\Project.fSetting.resources | ||||
| D:\Source\AMR\AMR_180508_0030\Project\obj\Debug\Project.Properties.Resources.resources | ||||
| D:\Source\AMR\AMR_180508_0030\Project\obj\Debug\AMR.csproj.GenerateResource.Cache | ||||
| D:\Source\AMR\AMR_180508_1800\Project\obj\Debug\AMR.exe | ||||
| D:\Source\AMR\AMR_180508_1800\Project\obj\Debug\AMR.pdb | ||||
| D:\Source\AMR\AMR_180508_1800\Project\obj\Debug\AMR.csprojResolveAssemblyReference.cache | ||||
| D:\Source\AMR\AMR_180508_1800\Project\obj\Debug\Project.Dialog.fDebug.resources | ||||
| D:\Source\AMR\AMR_180508_1800\Project\obj\Debug\Project.Dialog.fMsgWindow.resources | ||||
| D:\Source\AMR\AMR_180508_1800\Project\obj\Debug\Project.Dialog.fPassword.resources | ||||
| D:\Source\AMR\AMR_180508_1800\Project\obj\Debug\Project.fErrorException.resources | ||||
| D:\Source\AMR\AMR_180508_1800\Project\obj\Debug\Project.Dialog.fTouchKeyFull.resources | ||||
| D:\Source\AMR\AMR_180508_1800\Project\obj\Debug\Project.fHistory.resources | ||||
| D:\Source\AMR\AMR_180508_1800\Project\obj\Debug\Project.fLog.resources | ||||
| D:\Source\AMR\AMR_180508_1800\Project\obj\Debug\Project.fMain.resources | ||||
| D:\Source\AMR\AMR_180508_1800\Project\obj\Debug\Project.fModel.resources | ||||
| D:\Source\AMR\AMR_180508_1800\Project\obj\Debug\Project.fSetting.resources | ||||
| D:\Source\AMR\AMR_180508_1800\Project\obj\Debug\Project.Properties.Resources.resources | ||||
| D:\Source\AMR\AMR_180508_1800\Project\obj\Debug\AMR.csproj.GenerateResource.Cache | ||||
| D:\Source\AMR\AMR_180509_1400\Project\obj\Debug\AMR.exe | ||||
| D:\Source\AMR\AMR_180509_1400\Project\obj\Debug\AMR.pdb | ||||
| D:\Source\AMR\AMR_180509_1400\Project\obj\Debug\AMR.csprojResolveAssemblyReference.cache | ||||
| D:\Source\AMR\AMR_180509_1400\Project\obj\Debug\Project.Dialog.fDebug.resources | ||||
| D:\Source\AMR\AMR_180509_1400\Project\obj\Debug\Project.Dialog.fMsgWindow.resources | ||||
| D:\Source\AMR\AMR_180509_1400\Project\obj\Debug\Project.Dialog.fPassword.resources | ||||
| D:\Source\AMR\AMR_180509_1400\Project\obj\Debug\Project.fErrorException.resources | ||||
| D:\Source\AMR\AMR_180509_1400\Project\obj\Debug\Project.Dialog.fTouchKeyFull.resources | ||||
| D:\Source\AMR\AMR_180509_1400\Project\obj\Debug\Project.fHistory.resources | ||||
| D:\Source\AMR\AMR_180509_1400\Project\obj\Debug\Project.fLog.resources | ||||
| D:\Source\AMR\AMR_180509_1400\Project\obj\Debug\Project.fMain.resources | ||||
| D:\Source\AMR\AMR_180509_1400\Project\obj\Debug\Project.fModel.resources | ||||
| D:\Source\AMR\AMR_180509_1400\Project\obj\Debug\Project.fSetting.resources | ||||
| D:\Source\AMR\AMR_180509_1400\Project\obj\Debug\Project.Properties.Resources.resources | ||||
| D:\Source\AMR\AMR_180509_1400\Project\obj\Debug\AMR.csproj.GenerateResource.Cache | ||||
| D:\Tinsky\Visual Studio For Amkor\_Frame\Project\obj\Debug\AMR.exe | ||||
| D:\Tinsky\Visual Studio For Amkor\_Frame\Project\obj\Debug\AMR.pdb | ||||
| D:\Tinsky\Visual Studio For Amkor\_Frame\Project\obj\Debug\AMR.csprojResolveAssemblyReference.cache | ||||
| D:\Tinsky\Visual Studio For Amkor\_Frame\Project\obj\Debug\Project.Dialog.fDebug.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\_Frame\Project\obj\Debug\Project.Dialog.fMsgWindow.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\_Frame\Project\obj\Debug\Project.Dialog.fPassword.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\_Frame\Project\obj\Debug\Project.fErrorException.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\_Frame\Project\obj\Debug\Project.Dialog.fTouchKeyFull.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\_Frame\Project\obj\Debug\Project.fHistory.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\_Frame\Project\obj\Debug\Project.fLog.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\_Frame\Project\obj\Debug\Project.fMain.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\_Frame\Project\obj\Debug\Project.fModel.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\_Frame\Project\obj\Debug\Project.fSetting.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\_Frame\Project\obj\Debug\Project.Properties.Resources.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\_Frame\Project\obj\Debug\AMR.csproj.GenerateResource.Cache | ||||
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							| @@ -1,236 +0,0 @@ | ||||
| D:\Amkor\BarcodeValidation\CMS.exe | ||||
| D:\Amkor\BarcodeValidation\CMS.pdb | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\CMS.csprojResolveAssemblyReference.cache | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\Project.Dialog.fDebug.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\Project.Dialog.fMsgWindow.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\Project.Dialog.fPassword.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\Project.Dialog.fLogin.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\Project.fErrorException.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\Project.fHistory.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\Project.fLog.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\Project.fMain.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\Project.fModel.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\Project.fSetting.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\Project.Properties.Resources.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\CMS.csproj.GenerateResource.cache | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\CMS.csproj.CoreCompileInputs.cache | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\CMS.csproj.CopyComplete | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\CMS.exe | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\CMS.pdb | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\CMS.csprojResolveAssemblyReference.cache | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\Project.Dialog.fDebug.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\Project.Dialog.fMsgWindow.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\Project.Dialog.fPassword.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\Project.Dialog.fLogin.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\Project.fErrorException.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\Project.fHistory.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\Project.fLog.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\Project.fMain.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\Project.fModel.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\Project.fSetting.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\Project.Properties.Resources.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\CMS.csproj.GenerateResource.Cache | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\CMS.exe | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180425_0000\Project\obj\Debug\CMS.pdb | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180426_0040\Project\obj\Debug\CMS.csprojResolveAssemblyReference.cache | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180426_0040\Project\obj\Debug\Project.Dialog.fDebug.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180426_0040\Project\obj\Debug\Project.Dialog.fMsgWindow.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180426_0040\Project\obj\Debug\Project.Dialog.fPassword.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180426_0040\Project\obj\Debug\Project.Dialog.fLogin.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180426_0040\Project\obj\Debug\Project.fErrorException.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180426_0040\Project\obj\Debug\Project.fHistory.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180426_0040\Project\obj\Debug\Project.fLog.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180426_0040\Project\obj\Debug\Project.fMain.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180426_0040\Project\obj\Debug\Project.fModel.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180426_0040\Project\obj\Debug\Project.fSetting.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180426_0040\Project\obj\Debug\Project.Properties.Resources.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180426_0040\Project\obj\Debug\CMS.csproj.GenerateResource.cache | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180426_0040\Project\obj\Debug\CMS.csproj.CoreCompileInputs.cache | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180426_0040\Project\obj\Debug\CMS.exe | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180426_0040\Project\obj\Debug\CMS.pdb | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180426_0040\Project\obj\Debug\CMS.csproj.CopyComplete | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180426_0040\Project\obj\Debug\Project.Dialog.fInput.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180426_0040\Project\obj\Debug\Project.Dialog.fTouchKeyFull.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180426_0040\Project\obj\Debug\Project.Dialog.fItemInfo.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180426_0040\Project\obj\Debug\Project.Dialog.fInputItem.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180427_1800\Project\obj\Debug\CMS.exe | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180427_1800\Project\obj\Debug\CMS.pdb | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180427_1800\Project\obj\Debug\CMS.csprojResolveAssemblyReference.cache | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180427_1800\Project\obj\Debug\Project.Dialog.fDebug.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180427_1800\Project\obj\Debug\Project.Dialog.fInputItem.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180427_1800\Project\obj\Debug\Project.Dialog.fItemInfo.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180427_1800\Project\obj\Debug\Project.Dialog.fInput.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180427_1800\Project\obj\Debug\Project.Dialog.fMsgWindow.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180427_1800\Project\obj\Debug\Project.Dialog.fPassword.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180427_1800\Project\obj\Debug\Project.Dialog.fLogin.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180427_1800\Project\obj\Debug\Project.fErrorException.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180427_1800\Project\obj\Debug\Project.Dialog.fTouchKeyFull.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180427_1800\Project\obj\Debug\Project.fHistory.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180427_1800\Project\obj\Debug\Project.fLog.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180427_1800\Project\obj\Debug\Project.fMain.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180427_1800\Project\obj\Debug\Project.fModel.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180427_1800\Project\obj\Debug\Project.fSetting.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180427_1800\Project\obj\Debug\Project.Properties.Resources.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180427_1800\Project\obj\Debug\CMS.csproj.GenerateResource.Cache | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\CMS.exe | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\CMS.pdb | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\CMS.csprojResolveAssemblyReference.cache | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\Project.Dialog.fDebug.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\Project.Dialog.fInputItem.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\Project.Dialog.fItemInfo.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\Project.Dialog.fInput.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\Project.Dialog.fMsgWindow.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\Project.Dialog.fPassword.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\Project.Dialog.fLogin.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\Project.fErrorException.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\Project.Dialog.fTouchKeyFull.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\Project.fHistory.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\Project.fLog.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\Project.fMain.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\Project.fModel.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\Project.fSetting.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\Project.Properties.Resources.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\CMS.csproj.GenerateResource.Cache | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\CMS.csprojResolveAssemblyReference.cache | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\Project.Dialog.fDebug.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\Project.Dialog.fInputItem.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\Project.Dialog.fItemInfo.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\Project.Dialog.fInput.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\Project.Dialog.fMsgWindow.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\Project.Dialog.fPassword.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\Project.Dialog.fLogin.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\Project.fErrorException.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\Project.Dialog.fTouchKeyFull.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\Project.fHistory.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\Project.fLog.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\Project.fMain.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\Project.fModel.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\Project.fSetting.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\Project.Properties.Resources.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\CMS.csproj.GenerateResource.cache | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\CMS.csproj.CoreCompileInputs.cache | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\CMS.csproj.CopyComplete | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\CMS.exe | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180429_1700\Project\obj\Debug\CMS.pdb | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180430_1700\Project\obj\Debug\CMS.exe | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180430_1700\Project\obj\Debug\CMS.pdb | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180430_1700\Project\obj\Debug\CMS.csprojResolveAssemblyReference.cache | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180430_1700\Project\obj\Debug\Project.Dialog.fDebug.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180430_1700\Project\obj\Debug\Project.Dialog.fItemInfo.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180430_1700\Project\obj\Debug\Project.Dialog.fInput.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180430_1700\Project\obj\Debug\Project.Dialog.fMsgWindow.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180430_1700\Project\obj\Debug\Project.Dialog.fPassword.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180430_1700\Project\obj\Debug\Project.Dialog.fLogin.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180430_1700\Project\obj\Debug\Project.fErrorException.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180430_1700\Project\obj\Debug\Project.Dialog.fTouchKeyFull.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180430_1700\Project\obj\Debug\Project.fHistory.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180430_1700\Project\obj\Debug\Project.fLog.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180430_1700\Project\obj\Debug\Project.fMain.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180430_1700\Project\obj\Debug\Project.fModel.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180430_1700\Project\obj\Debug\Project.fSetting.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180430_1700\Project\obj\Debug\Project.Properties.Resources.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180430_1700\Project\obj\Debug\CMS.csproj.GenerateResource.Cache | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180430_1700\Project\obj\Debug\Project.Dialog.fItemList.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180501_2300\Project\obj\Debug\CMS.csprojResolveAssemblyReference.cache | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180501_2300\Project\obj\Debug\Project.Dialog.fDebug.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180501_2300\Project\obj\Debug\Project.Dialog.fItemInfo.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180501_2300\Project\obj\Debug\Project.Dialog.fInput.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180501_2300\Project\obj\Debug\Project.Dialog.fItemList.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180501_2300\Project\obj\Debug\Project.Dialog.fMsgWindow.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180501_2300\Project\obj\Debug\Project.Dialog.fPassword.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180501_2300\Project\obj\Debug\Project.Dialog.fLogin.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180501_2300\Project\obj\Debug\Project.fErrorException.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180501_2300\Project\obj\Debug\Project.Dialog.fTouchKeyFull.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180501_2300\Project\obj\Debug\Project.fHistory.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180501_2300\Project\obj\Debug\Project.fLog.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180501_2300\Project\obj\Debug\Project.fMain.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180501_2300\Project\obj\Debug\Project.fModel.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180501_2300\Project\obj\Debug\Project.fSetting.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180501_2300\Project\obj\Debug\Project.Properties.Resources.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180501_2300\Project\obj\Debug\CMS.csproj.GenerateResource.cache | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180501_2300\Project\obj\Debug\CMS.csproj.CoreCompileInputs.cache | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180501_2300\Project\obj\Debug\CMS.csproj.CopyComplete | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180501_2300\Project\obj\Debug\CMS.exe | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180501_2300\Project\obj\Debug\CMS.pdb | ||||
| D:\Amkor\CMS\CMS.exe | ||||
| D:\Amkor\CMS\CMS.pdb | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180502_1800\Project\obj\Debug\CMS.csprojResolveAssemblyReference.cache | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180502_1800\Project\obj\Debug\Project.Dialog.fDebug.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180502_1800\Project\obj\Debug\Project.Dialog.fItemInfo.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180502_1800\Project\obj\Debug\Project.Dialog.fInput.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180502_1800\Project\obj\Debug\Project.Dialog.fItemList.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180502_1800\Project\obj\Debug\Project.Dialog.fMsgWindow.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180502_1800\Project\obj\Debug\Project.Dialog.fPassword.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180502_1800\Project\obj\Debug\Project.Dialog.fLogin.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180502_1800\Project\obj\Debug\Project.fErrorException.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180502_1800\Project\obj\Debug\Project.Dialog.fSlotDesign.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180502_1800\Project\obj\Debug\Project.Dialog.fTouchKeyFull.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180502_1800\Project\obj\Debug\Project.fHistory.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180502_1800\Project\obj\Debug\Project.fLog.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180502_1800\Project\obj\Debug\Project.fMain.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180502_1800\Project\obj\Debug\Project.fModel.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180502_1800\Project\obj\Debug\Project.fSetting.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180502_1800\Project\obj\Debug\Project.Properties.Resources.resources | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180502_1800\Project\obj\Debug\CMS.csproj.GenerateResource.Cache | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180502_1800\Project\obj\Debug\CMS.exe | ||||
| D:\Tinsky\Visual Studio For Amkor\ComponentManagamentSystem\CMS_180502_1800\Project\obj\Debug\CMS.pdb | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\CMS.csprojResolveAssemblyReference.cache | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.Dialog.fDebug.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.Dialog.fItemInfo.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.Dialog.fInput.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.Dialog.fItemList.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.Dialog.fMsgWindow.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.Dialog.fPassword.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.Dialog.fLogin.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.fErrorException.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.Dialog.fSlotDesign.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.Dialog.fTouchKeyFull.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.fHistory.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.fLog.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.fMain.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.fModel.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.fSetting.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.Properties.Resources.resources | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\CMS.csproj.GenerateResource.cache | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\CMS.csproj.CoreCompileInputs.cache | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\CMS.csproj.CopyComplete | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\CMS.exe | ||||
| D:\Amkor\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\CMS.pdb | ||||
| D:\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\CMS.csprojResolveAssemblyReference.cache | ||||
| D:\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.Dialog.fDebug.resources | ||||
| D:\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.Dialog.fItemInfo.resources | ||||
| D:\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.Dialog.fInput.resources | ||||
| D:\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.Dialog.fItemList.resources | ||||
| D:\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.Dialog.fMsgWindow.resources | ||||
| D:\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.Dialog.fPassword.resources | ||||
| D:\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.Dialog.fLogin.resources | ||||
| D:\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.fErrorException.resources | ||||
| D:\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.Dialog.fSlotDesign.resources | ||||
| D:\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.Dialog.fTouchKeyFull.resources | ||||
| D:\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.fHistory.resources | ||||
| D:\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.fLog.resources | ||||
| D:\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.fMain.resources | ||||
| D:\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.fModel.resources | ||||
| D:\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.fSetting.resources | ||||
| D:\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\Project.Properties.Resources.resources | ||||
| D:\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\CMS.csproj.GenerateResource.cache | ||||
| D:\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\CMS.exe | ||||
| D:\Source\ComponentManagamentSystem\CMS_180503_0900\Project\obj\Debug\CMS.pdb | ||||
| D:\Source\ComponentManagamentSystem\CMS_180504_0900\Project\obj\Debug\CMS.exe | ||||
| D:\Source\ComponentManagamentSystem\CMS_180504_0900\Project\obj\Debug\CMS.pdb | ||||
| D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\CMS.exe | ||||
| D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\CMS.pdb | ||||
| D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\CMS.csprojResolveAssemblyReference.cache | ||||
| D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\Project.Dialog.fDebug.resources | ||||
| D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\Project.Dialog.fMsgWindow.resources | ||||
| D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\Project.Dialog.fPassword.resources | ||||
| D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\Project.Dialog.fLogin.resources | ||||
| D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\Project.fErrorException.resources | ||||
| D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\Project.Dialog.fTouchKeyFull.resources | ||||
| D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\Project.fHistory.resources | ||||
| D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\Project.fLog.resources | ||||
| D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\Project.fMain.resources | ||||
| D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\Project.fModel.resources | ||||
| D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\Project.fSetting.resources | ||||
| D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\Project.Properties.Resources.resources | ||||
| D:\Source\AMR\AMR_180507_1600\Project\obj\Debug\CMS.csproj.GenerateResource.Cache | ||||
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							| @@ -1,199 +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._Common.fInventory.resources | ||||
| D:\Source\GroupWare\EET_GroupWare_180917_0000\Project\obj\Debug\Project._Common.fItems.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.EQfilter.resources | ||||
| D:\Source\GroupWare\EET_GroupWare_180917_0000\Project\obj\Debug\Project._Management.fEquipment.resources | ||||
| D:\Source\GroupWare\EET_GroupWare_180917_0000\Project\obj\Debug\Project._Management.fImpEquipment.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._Management.rpt_equipmentB.resources | ||||
| D:\Source\GroupWare\EET_GroupWare_180917_0000\Project\obj\Debug\Project.Prj.fProjectList.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\RdlCompile.cache | ||||
| D:\Source\GroupWare\EET_GroupWare_180917_0000\Project\obj\Debug\RdlCompile.compiled | ||||
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							| @@ -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 | ||||
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							| @@ -1 +0,0 @@ | ||||
| 25298d5c4959e82802d7c849f4dba2822000b2ec | ||||
										
											Binary file not shown.
										
									
								
							Some files were not shown because too many files have changed in this diff Show More
		Reference in New Issue
	
	Block a user
	 chikyun.kim
					chikyun.kim