Design Update

Design Update
This commit is contained in:
2023-03-18 10:00:27 +09:00
parent 59dac350d8
commit 49bc2f3807
10 changed files with 213 additions and 57 deletions

View File

@@ -60,6 +60,46 @@ namespace HSUCO_CCTV_Monitoring.Properties {
}
}
/// <summary>
/// System.Drawing.Bitmap 형식의 지역화된 리소스를 찾습니다.
/// </summary>
internal static System.Drawing.Bitmap CCTV_Disconnect {
get {
object obj = ResourceManager.GetObject("CCTV_Disconnect", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// System.Drawing.Bitmap 형식의 지역화된 리소스를 찾습니다.
/// </summary>
internal static System.Drawing.Bitmap CCTV_Disconnect_Title {
get {
object obj = ResourceManager.GetObject("CCTV_Disconnect_Title", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// System.Drawing.Bitmap 형식의 지역화된 리소스를 찾습니다.
/// </summary>
internal static System.Drawing.Bitmap CCTV_Inspection {
get {
object obj = ResourceManager.GetObject("CCTV_Inspection", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// System.Drawing.Bitmap 형식의 지역화된 리소스를 찾습니다.
/// </summary>
internal static System.Drawing.Bitmap CCTV_Inspection_Title {
get {
object obj = ResourceManager.GetObject("CCTV_Inspection_Title", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// System.Drawing.Bitmap 형식의 지역화된 리소스를 찾습니다.
/// </summary>
@@ -89,5 +129,15 @@ namespace HSUCO_CCTV_Monitoring.Properties {
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// System.Drawing.Bitmap 형식의 지역화된 리소스를 찾습니다.
/// </summary>
internal static System.Drawing.Bitmap NVR_Title {
get {
object obj = ResourceManager.GetObject("NVR_Title", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
}
}