개정판 8d292359
issue #0000 baseform -> common으로 이동
ID2.Manager/ID2.Manager.Common/ID2.Manager.Common.csproj | ||
---|---|---|
52 | 52 |
<ItemGroup> |
53 | 53 |
<Reference Include="System" /> |
54 | 54 |
<Reference Include="System.Core" /> |
55 |
<Reference Include="System.Drawing" /> |
|
56 |
<Reference Include="System.Windows.Forms" /> |
|
55 | 57 |
<Reference Include="System.Xml.Linq" /> |
56 | 58 |
<Reference Include="System.Data.DataSetExtensions" /> |
57 | 59 |
<Reference Include="Microsoft.CSharp" /> |
... | ... | |
60 | 62 |
<Reference Include="System.Xml" /> |
61 | 63 |
</ItemGroup> |
62 | 64 |
<ItemGroup> |
65 |
<Compile Include="Forms\BaseForm.cs"> |
|
66 |
<SubType>Form</SubType> |
|
67 |
</Compile> |
|
68 |
<Compile Include="Forms\BaseForm.Designer.cs"> |
|
69 |
<DependentUpon>BaseForm.cs</DependentUpon> |
|
70 |
</Compile> |
|
63 | 71 |
<Compile Include="Globals.cs" /> |
64 | 72 |
<Compile Include="Informations.cs" /> |
65 | 73 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
... | ... | |
71 | 79 |
<PackageReference Include="Newtonsoft.Json"> |
72 | 80 |
<Version>13.0.3</Version> |
73 | 81 |
</PackageReference> |
82 |
<PackageReference Include="UI.for.WinForms.Common"> |
|
83 |
<Version>2023.1.314</Version> |
|
84 |
</PackageReference> |
|
74 | 85 |
</ItemGroup> |
75 | 86 |
<ItemGroup> |
76 | 87 |
<ProjectReference Include="..\ID2.Manager.Data\ID2.Manager.Data.csproj"> |
ID2.Manager/ID2.Manager.sln | ||
---|---|---|
1 | 1 |
|
2 | 2 |
Microsoft Visual Studio Solution File, Format Version 12.00 |
3 |
# Visual Studio Version 16
|
|
4 |
VisualStudioVersion = 16.0.31624.102
|
|
3 |
# Visual Studio Version 17
|
|
4 |
VisualStudioVersion = 17.6.33513.286
|
|
5 | 5 |
MinimumVisualStudioVersion = 10.0.40219.1 |
6 | 6 |
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ID2.Manager", "ID2.Manager\ID2.Manager.csproj", "{226CE2A3-DD88-4C99-A8E6-FAC5A4D78C71}" |
7 | 7 |
EndProject |
ID2.Manager/ID2.Manager/Forms/BaseForm.cs | ||
---|---|---|
14 | 14 |
|
15 | 15 |
namespace ID2.Manager.Forms |
16 | 16 |
{ |
17 |
public partial class BaseForm : RadForm |
|
17 |
public partial class BaseForm : Telerik.WinControls.UI.RadForm
|
|
18 | 18 |
{ |
19 | 19 |
protected Informations informations = Informations.Instance; |
20 | 20 |
|
ID2.Manager/ID2.Manager/Forms/ImageView.cs | ||
---|---|---|
18 | 18 |
|
19 | 19 |
namespace ID2.Manager.Forms |
20 | 20 |
{ |
21 |
public partial class ImageView : BaseForm |
|
21 |
public partial class ImageView : Common.Foms.BaseForm
|
|
22 | 22 |
{ |
23 | 23 |
string DocumentID = string.Empty; |
24 | 24 |
public OpenFileDialog ofd; |
25 |
|
|
25 |
|
|
26 | 26 |
public ImageView(string docID) |
27 | 27 |
{ |
28 | 28 |
InitializeComponent(); |
ID2.Manager/ID2.Manager/Forms/Login.cs | ||
---|---|---|
16 | 16 |
|
17 | 17 |
namespace ID2.Manager.Forms |
18 | 18 |
{ |
19 |
public partial class Login : BaseForm |
|
19 |
public partial class Login : Common.Foms.BaseForm
|
|
20 | 20 |
{ |
21 | 21 |
public Login() |
22 | 22 |
{ |
... | ... | |
92 | 92 |
} |
93 | 93 |
|
94 | 94 |
//체크완료 시 로그인 |
95 |
informations.ActiveUser = userInfo; |
|
95 |
//informations.ActiveUser = userInfo;
|
|
96 | 96 |
SaveConfig(userInfo); |
97 | 97 |
|
98 | 98 |
this.DialogResult = DialogResult.OK; |
ID2.Manager/ID2.Manager/ID2.Manager.csproj | ||
---|---|---|
83 | 83 |
<Compile Include="Controls\OpenProjectView.Designer.cs"> |
84 | 84 |
<DependentUpon>OpenProjectView.cs</DependentUpon> |
85 | 85 |
</Compile> |
86 |
<Compile Include="Forms\BaseForm.cs"> |
|
87 |
<SubType>Form</SubType> |
|
88 |
</Compile> |
|
89 |
<Compile Include="Forms\BaseForm.Designer.cs"> |
|
90 |
<DependentUpon>BaseForm.cs</DependentUpon> |
|
91 |
</Compile> |
|
92 | 86 |
<Compile Include="Forms\ImageView.cs"> |
93 | 87 |
<SubType>Form</SubType> |
94 | 88 |
</Compile> |
내보내기 Unified diff