2025-11-27 02:28:54 +00:00
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
|
// <auto-generated>
|
2025-12-23 05:50:30 +00:00
|
|
|
|
// 이 코드는 도구를 사용하여 생성되었습니다.
|
|
|
|
|
|
// 런타임 버전:2.0.50727.9151
|
2025-11-27 02:28:54 +00:00
|
|
|
|
//
|
2025-12-23 05:50:30 +00:00
|
|
|
|
// 파일 내용을 변경하면 잘못된 동작이 발생할 수 있으며, 코드를 다시 생성하면
|
|
|
|
|
|
// 이러한 변경 내용이 손실됩니다.
|
2025-11-27 02:28:54 +00:00
|
|
|
|
// </auto-generated>
|
|
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
namespace INT89DB_26_ImageDll {
|
|
|
|
|
|
using System;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
2025-12-23 05:50:30 +00:00
|
|
|
|
/// 지역화된 문자열 등을 찾기 위한 강력한 형식의 리소스 클래스입니다.
|
2025-11-27 02:28:54 +00:00
|
|
|
|
/// </summary>
|
2025-12-23 05:50:30 +00:00
|
|
|
|
// 이 클래스는 ResGen 또는 Visual Studio와 같은 도구를 통해 StronglyTypedResourceBuilder
|
|
|
|
|
|
// 클래스에서 자동으로 생성되었습니다.
|
|
|
|
|
|
// 멤버를 추가하거나 제거하려면 .ResX 파일을 편집한 다음 /str 옵션을 사용하여 ResGen을
|
|
|
|
|
|
// 다시 실행하거나 VS 프로젝트를 다시 빌드하십시오.
|
2025-11-27 02:28:54 +00:00
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
internal class Resource1 {
|
|
|
|
|
|
|
|
|
|
|
|
private static global::System.Resources.ResourceManager resourceMan;
|
|
|
|
|
|
|
|
|
|
|
|
private static global::System.Globalization.CultureInfo resourceCulture;
|
|
|
|
|
|
|
|
|
|
|
|
internal Resource1() {
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
2025-12-23 05:50:30 +00:00
|
|
|
|
/// 이 클래스에서 사용하는 캐시된 ResourceManager 인스턴스를 반환합니다.
|
2025-11-27 02:28:54 +00:00
|
|
|
|
/// </summary>
|
|
|
|
|
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
|
|
|
|
internal static global::System.Resources.ResourceManager ResourceManager {
|
|
|
|
|
|
get {
|
|
|
|
|
|
if (object.ReferenceEquals(resourceMan, null)) {
|
|
|
|
|
|
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("INT89DB_26_ImageDll.Resource1", typeof(Resource1).Assembly);
|
|
|
|
|
|
resourceMan = temp;
|
|
|
|
|
|
}
|
|
|
|
|
|
return resourceMan;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
2025-12-23 05:50:30 +00:00
|
|
|
|
/// 이 강력한 형식의 리소스 클래스를 사용하여 모든 리소스 조회에 대한 현재 스레드의 CurrentUICulture
|
|
|
|
|
|
/// 속성을 재정의합니다.
|
2025-11-27 02:28:54 +00:00
|
|
|
|
/// </summary>
|
|
|
|
|
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
|
|
|
|
internal static global::System.Globalization.CultureInfo Culture {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return resourceCulture;
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
resourceCulture = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnBackDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnBackDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnBackgroundUserLogin {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnBackgroundUserLogin", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnBackUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnBackUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnBackupDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnBackupDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnBackupUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnBackupUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnBigEnterDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnBigEnterDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnBigEnterUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnBigEnterUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnBypassCountDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnBypassCountDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnBypassCountUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnBypassCountUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnBypassOccasionDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnBypassOccasionDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnBypassOccasionUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnBypassOccasionUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnCancelDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnCancelDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnCancelUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnCancelUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnCopyDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnCopyDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnCopyUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnCopyUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnDisable {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnDisable", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnEnable {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnEnable", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnEnterDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnEnterDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnEnterUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnEnterUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnFormCalibrationCancelDisable {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormCalibrationCancelDisable", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnFormCalibrationCancelDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormCalibrationCancelDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnFormCalibrationCancelUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormCalibrationCancelUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnFormCalibrationStartDisable {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormCalibrationStartDisable", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnFormCalibrationStartDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormCalibrationStartDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnFormCalibrationStartUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormCalibrationStartUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnFormCalibrationWeightDisable {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormCalibrationWeightDisable", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnFormCalibrationWeightDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormCalibrationWeightDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnFormCalibrationWeightUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormCalibrationWeightUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnFormMainOverDisable {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMainOverDisable", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnFormMainOverDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMainOverDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnFormMainOverUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMainOverUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnFormMainPassDisable {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMainPassDisable", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnFormMainPassDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMainPassDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnFormMainPassUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMainPassUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnFormMainTareDisable {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMainTareDisable", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnFormMainTareDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMainTareDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnFormMainTareUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMainTareUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnFormMainUnderDisable {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMainUnderDisable", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnFormMainUnderDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMainUnderDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnFormMainUnderUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMainUnderUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-12-23 05:50:30 +00:00
|
|
|
|
internal static System.Drawing.Bitmap chnFormMenuCalibrationDisable {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMenuCalibrationDisable", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-11-27 02:28:54 +00:00
|
|
|
|
internal static System.Drawing.Bitmap chnFormMenuCalibrationDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMenuCalibrationDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnFormMenuCalibrationUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMenuCalibrationUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-12-23 05:50:30 +00:00
|
|
|
|
internal static System.Drawing.Bitmap chnFormMenuCommunicationDisable {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMenuCommunicationDisable", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-11-27 02:28:54 +00:00
|
|
|
|
internal static System.Drawing.Bitmap chnFormMenuCommunicationDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMenuCommunicationDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnFormMenuCommunicationUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMenuCommunicationUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-12-23 05:50:30 +00:00
|
|
|
|
internal static System.Drawing.Bitmap chnFormMenuConfigurationDisable {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMenuConfigurationDisable", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-11-27 02:28:54 +00:00
|
|
|
|
internal static System.Drawing.Bitmap chnFormMenuConfigurationDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMenuConfigurationDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnFormMenuConfigurationUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMenuConfigurationUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-12-23 05:50:30 +00:00
|
|
|
|
internal static System.Drawing.Bitmap chnFormMenuDataBackupDisable {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMenuDataBackupDisable", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnFormMenuDataBackupDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMenuDataBackupDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnFormMenuDataBackupUp {
|
2025-11-27 02:28:54 +00:00
|
|
|
|
get {
|
2025-12-23 05:50:30 +00:00
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMenuDataBackupUp", resourceCulture);
|
2025-11-27 02:28:54 +00:00
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-12-23 05:50:30 +00:00
|
|
|
|
internal static System.Drawing.Bitmap chnFormMenuDataViewerDisable {
|
2025-11-27 02:28:54 +00:00
|
|
|
|
get {
|
2025-12-23 05:50:30 +00:00
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMenuDataViewerDisable", resourceCulture);
|
2025-11-27 02:28:54 +00:00
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-12-23 05:50:30 +00:00
|
|
|
|
internal static System.Drawing.Bitmap chnFormMenuDataViewerDown {
|
2025-11-27 02:28:54 +00:00
|
|
|
|
get {
|
2025-12-23 05:50:30 +00:00
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMenuDataViewerDown", resourceCulture);
|
2025-11-27 02:28:54 +00:00
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-12-23 05:50:30 +00:00
|
|
|
|
internal static System.Drawing.Bitmap chnFormMenuDataViewerUp {
|
2025-11-27 02:28:54 +00:00
|
|
|
|
get {
|
2025-12-23 05:50:30 +00:00
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMenuDataViewerUp", resourceCulture);
|
2025-11-27 02:28:54 +00:00
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-12-23 05:50:30 +00:00
|
|
|
|
internal static System.Drawing.Bitmap chnFormMenuEquipmentDisable {
|
2025-11-27 02:28:54 +00:00
|
|
|
|
get {
|
2025-12-23 05:50:30 +00:00
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMenuEquipmentDisable", resourceCulture);
|
2025-11-27 02:28:54 +00:00
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-12-23 05:50:30 +00:00
|
|
|
|
internal static System.Drawing.Bitmap chnFormMenuEquipmentDown {
|
2025-11-27 02:28:54 +00:00
|
|
|
|
get {
|
2025-12-23 05:50:30 +00:00
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMenuEquipmentDown", resourceCulture);
|
2025-11-27 02:28:54 +00:00
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-12-23 05:50:30 +00:00
|
|
|
|
internal static System.Drawing.Bitmap chnFormMenuEquipmentUp {
|
2025-11-27 02:28:54 +00:00
|
|
|
|
get {
|
2025-12-23 05:50:30 +00:00
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMenuEquipmentUp", resourceCulture);
|
2025-11-27 02:28:54 +00:00
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-12-23 05:50:30 +00:00
|
|
|
|
internal static System.Drawing.Bitmap chnFormMenuInformationDisable {
|
2025-11-27 02:28:54 +00:00
|
|
|
|
get {
|
2025-12-23 05:50:30 +00:00
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMenuInformationDisable", resourceCulture);
|
2025-11-27 02:28:54 +00:00
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnFormMenuInformationDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMenuInformationDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnFormMenuInformationUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMenuInformationUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-12-23 05:50:30 +00:00
|
|
|
|
internal static System.Drawing.Bitmap chnFormMenuInitializationDisable {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMenuInitializationDisable", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-11-27 02:28:54 +00:00
|
|
|
|
internal static System.Drawing.Bitmap chnFormMenuInitializationDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMenuInitializationDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnFormMenuInitializationUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMenuInitializationUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-12-23 05:50:30 +00:00
|
|
|
|
internal static System.Drawing.Bitmap chnFormMenuIOTestDisable {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMenuIOTestDisable", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-11-27 02:28:54 +00:00
|
|
|
|
internal static System.Drawing.Bitmap chnFormMenuIOTestDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMenuIOTestDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnFormMenuIOTestUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMenuIOTestUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-12-23 05:50:30 +00:00
|
|
|
|
internal static System.Drawing.Bitmap chnFormMenuMotorDisable {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMenuMotorDisable", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-11-27 02:28:54 +00:00
|
|
|
|
internal static System.Drawing.Bitmap chnFormMenuMotorDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMenuMotorDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-12-23 05:50:30 +00:00
|
|
|
|
internal static System.Drawing.Bitmap chnFormMenuMotorUp {
|
2025-11-27 02:28:54 +00:00
|
|
|
|
get {
|
2025-12-23 05:50:30 +00:00
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMenuMotorUp", resourceCulture);
|
2025-11-27 02:28:54 +00:00
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-12-23 05:50:30 +00:00
|
|
|
|
internal static System.Drawing.Bitmap chnFormMenuOptionDisable {
|
2025-11-27 02:28:54 +00:00
|
|
|
|
get {
|
2025-12-23 05:50:30 +00:00
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMenuOptionDisable", resourceCulture);
|
2025-11-27 02:28:54 +00:00
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-12-23 05:50:30 +00:00
|
|
|
|
internal static System.Drawing.Bitmap chnFormMenuOptionDown {
|
2025-11-27 02:28:54 +00:00
|
|
|
|
get {
|
2025-12-23 05:50:30 +00:00
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMenuOptionDown", resourceCulture);
|
2025-11-27 02:28:54 +00:00
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-12-23 05:50:30 +00:00
|
|
|
|
internal static System.Drawing.Bitmap chnFormMenuOptionUp {
|
2025-11-27 02:28:54 +00:00
|
|
|
|
get {
|
2025-12-23 05:50:30 +00:00
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMenuOptionUp", resourceCulture);
|
2025-11-27 02:28:54 +00:00
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-12-23 05:50:30 +00:00
|
|
|
|
internal static System.Drawing.Bitmap chnFormMenuStatisticsDisable {
|
2025-11-27 02:28:54 +00:00
|
|
|
|
get {
|
2025-12-23 05:50:30 +00:00
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMenuStatisticsDisable", resourceCulture);
|
2025-11-27 02:28:54 +00:00
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-12-23 05:50:30 +00:00
|
|
|
|
internal static System.Drawing.Bitmap chnFormMenuStatisticsDown {
|
2025-11-27 02:28:54 +00:00
|
|
|
|
get {
|
2025-12-23 05:50:30 +00:00
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMenuStatisticsDown", resourceCulture);
|
2025-11-27 02:28:54 +00:00
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-12-23 05:50:30 +00:00
|
|
|
|
internal static System.Drawing.Bitmap chnFormMenuStatisticsUp {
|
2025-11-27 02:28:54 +00:00
|
|
|
|
get {
|
2025-12-23 05:50:30 +00:00
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMenuStatisticsUp", resourceCulture);
|
2025-11-27 02:28:54 +00:00
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-12-23 05:50:30 +00:00
|
|
|
|
internal static System.Drawing.Bitmap chnFormMenuSystemDisable {
|
2025-11-27 02:28:54 +00:00
|
|
|
|
get {
|
2025-12-23 05:50:30 +00:00
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMenuSystemDisable", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnFormMenuSystemDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMenuSystemDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnFormMenuSystemUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMenuSystemUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnFormMenuTestDisable {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMenuTestDisable", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnFormMenuTestDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMenuTestDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnFormMenuTestUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMenuTestUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnFormMenuTimeDisable {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMenuTimeDisable", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnFormMenuTimeDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMenuTimeDown", resourceCulture);
|
2025-11-27 02:28:54 +00:00
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnFormMenuTimeUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMenuTimeUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-12-23 05:50:30 +00:00
|
|
|
|
internal static System.Drawing.Bitmap chnFormMenuUpdateDisable {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMenuUpdateDisable", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-11-27 02:28:54 +00:00
|
|
|
|
internal static System.Drawing.Bitmap chnFormMenuUpdateDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMenuUpdateDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnFormMenuUpdateUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMenuUpdateUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-12-23 05:50:30 +00:00
|
|
|
|
internal static System.Drawing.Bitmap chnFormMenuUserDisable {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMenuUserDisable", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-11-27 02:28:54 +00:00
|
|
|
|
internal static System.Drawing.Bitmap chnFormMenuUserDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMenuUserDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnFormMenuUserUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormMenuUserUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnFormSystemSettingNoDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormSystemSettingNoDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnFormSystemSettingNoUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormSystemSettingNoUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnFormSystemSettingOverDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormSystemSettingOverDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnFormSystemSettingOverUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormSystemSettingOverUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnFormSystemSettingPassDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormSystemSettingPassDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnFormSystemSettingPassUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormSystemSettingPassUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnFormSystemSettingTareDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormSystemSettingTareDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnFormSystemSettingTareUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormSystemSettingTareUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnFormSystemSettingUnderDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormSystemSettingUnderDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnFormSystemSettingUnderUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnFormSystemSettingUnderUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnMainCancelDisable {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnMainCancelDisable", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnMainCancelDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnMainCancelDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnMainCancelUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnMainCancelUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnMainDisplayClearDisable {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnMainDisplayClearDisable", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnMainDisplayClearDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnMainDisplayClearDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnMainDisplayClearUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnMainDisplayClearUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnMainDisplayLoginDisable {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnMainDisplayLoginDisable", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnMainDisplayLoginUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnMainDisplayLoginUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnMainDisplayLogOutUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnMainDisplayLogOutUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnMainDisplayMenuBigDisable {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnMainDisplayMenuBigDisable", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnMainDisplayMenuBigDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnMainDisplayMenuBigDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnMainDisplayMenuBigUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnMainDisplayMenuBigUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnMainDisplayMenuDisable {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnMainDisplayMenuDisable", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnMainDisplayMenuDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnMainDisplayMenuDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnMainDisplayMenuUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnMainDisplayMenuUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnMainDisplaySubMenuDisable {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnMainDisplaySubMenuDisable", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnMainDisplaySubMenuDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnMainDisplaySubMenuDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnMainDisplaySubMenuUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnMainDisplaySubMenuUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnMainLoginDisable {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnMainLoginDisable", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnMainLoginDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnMainLoginDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnMainLoginUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnMainLoginUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnPasteAllDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnPasteAllDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnPasteAllUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnPasteAllUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnPasteDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnPasteDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnPasteUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnPasteUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnSaveDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnSaveDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap chnSaveUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("chnSaveUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engBackDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engBackDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engBackUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engBackUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engBackupDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engBackupDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engBackupUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engBackupUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engBigEnterDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engBigEnterDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engBigEnterUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engBigEnterUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engBypassCountDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engBypassCountDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engBypassCountUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engBypassCountUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engCancelDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engCancelDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engCancelUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engCancelUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engCopyDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engCopyDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engCopyUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engCopyUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engEnterDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engEnterDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engEnterUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engEnterUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormCalibration {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormCalibration", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormCalibrationCancelDisable {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormCalibrationCancelDisable", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormCalibrationCancelDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormCalibrationCancelDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormCalibrationCancelUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormCalibrationCancelUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormCalibrationStartDisable {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormCalibrationStartDisable", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormCalibrationStartDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormCalibrationStartDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormCalibrationStartUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormCalibrationStartUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormCalibrationWeightDisable {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormCalibrationWeightDisable", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormCalibrationWeightDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormCalibrationWeightDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormCalibrationWeightUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormCalibrationWeightUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormConfiguration {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormConfiguration", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormDataBackup {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormDataBackup", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormFactoryReset {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormFactoryReset", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormInformation {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormInformation", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormIOTest {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormIOTest", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormJudgmentSetting {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormJudgmentSetting", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormMainLoginCancelDisable {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormMainLoginCancelDisable", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormMainLoginCancelDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormMainLoginCancelDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormMainLoginCancelUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormMainLoginCancelUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormMainLoginDisable {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormMainLoginDisable", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormMainLoginDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormMainLoginDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormMainLoginUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormMainLoginUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormMainOverDisable {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormMainOverDisable", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormMainOverDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormMainOverDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormMainOverUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormMainOverUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormMainPassDisable {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormMainPassDisable", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormMainPassDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormMainPassDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormMainPassUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormMainPassUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormMainTareDisable {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormMainTareDisable", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormMainTareDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormMainTareDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormMainTareUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormMainTareUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormMainUnderDisable {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormMainUnderDisable", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormMainUnderDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormMainUnderDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormMainUnderUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormMainUnderUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormMenu {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormMenu", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-12-23 05:50:30 +00:00
|
|
|
|
internal static System.Drawing.Bitmap engFormMenuCalibrationDisable {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormMenuCalibrationDisable", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-11-27 02:28:54 +00:00
|
|
|
|
internal static System.Drawing.Bitmap engFormMenuCalibrationDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormMenuCalibrationDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormMenuCalibrationUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormMenuCalibrationUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-12-23 05:50:30 +00:00
|
|
|
|
internal static System.Drawing.Bitmap engFormMenuCommunicationDisable {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormMenuCommunicationDisable", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-11-27 02:28:54 +00:00
|
|
|
|
internal static System.Drawing.Bitmap engFormMenuCommunicationDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormMenuCommunicationDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormMenuCommunicationUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormMenuCommunicationUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-12-23 05:50:30 +00:00
|
|
|
|
internal static System.Drawing.Bitmap engFormMenuConfigurationDisable {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormMenuConfigurationDisable", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-11-27 02:28:54 +00:00
|
|
|
|
internal static System.Drawing.Bitmap engFormMenuConfigurationDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormMenuConfigurationDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormMenuConfigurationUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormMenuConfigurationUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-12-23 05:50:30 +00:00
|
|
|
|
internal static System.Drawing.Bitmap engFormMenuDataBackupDisable {
|
2025-11-27 02:28:54 +00:00
|
|
|
|
get {
|
2025-12-23 05:50:30 +00:00
|
|
|
|
object obj = ResourceManager.GetObject("engFormMenuDataBackupDisable", resourceCulture);
|
2025-11-27 02:28:54 +00:00
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-12-23 05:50:30 +00:00
|
|
|
|
internal static System.Drawing.Bitmap engFormMenuDataBackupDown {
|
2025-11-27 02:28:54 +00:00
|
|
|
|
get {
|
2025-12-23 05:50:30 +00:00
|
|
|
|
object obj = ResourceManager.GetObject("engFormMenuDataBackupDown", resourceCulture);
|
2025-11-27 02:28:54 +00:00
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-12-23 05:50:30 +00:00
|
|
|
|
internal static System.Drawing.Bitmap engFormMenuDataBackupUp {
|
2025-11-27 02:28:54 +00:00
|
|
|
|
get {
|
2025-12-23 05:50:30 +00:00
|
|
|
|
object obj = ResourceManager.GetObject("engFormMenuDataBackupUp", resourceCulture);
|
2025-11-27 02:28:54 +00:00
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-12-23 05:50:30 +00:00
|
|
|
|
internal static System.Drawing.Bitmap engFormMenuDataViewerDisable {
|
2025-11-27 02:28:54 +00:00
|
|
|
|
get {
|
2025-12-23 05:50:30 +00:00
|
|
|
|
object obj = ResourceManager.GetObject("engFormMenuDataViewerDisable", resourceCulture);
|
2025-11-27 02:28:54 +00:00
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-12-23 05:50:30 +00:00
|
|
|
|
internal static System.Drawing.Bitmap engFormMenuDataViewerDown {
|
2025-11-27 02:28:54 +00:00
|
|
|
|
get {
|
2025-12-23 05:50:30 +00:00
|
|
|
|
object obj = ResourceManager.GetObject("engFormMenuDataViewerDown", resourceCulture);
|
2025-11-27 02:28:54 +00:00
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-12-23 05:50:30 +00:00
|
|
|
|
internal static System.Drawing.Bitmap engFormMenuDataViewerUp {
|
2025-11-27 02:28:54 +00:00
|
|
|
|
get {
|
2025-12-23 05:50:30 +00:00
|
|
|
|
object obj = ResourceManager.GetObject("engFormMenuDataViewerUp", resourceCulture);
|
2025-11-27 02:28:54 +00:00
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-12-23 05:50:30 +00:00
|
|
|
|
internal static System.Drawing.Bitmap engFormMenuEquipmentDisable {
|
2025-11-27 02:28:54 +00:00
|
|
|
|
get {
|
2025-12-23 05:50:30 +00:00
|
|
|
|
object obj = ResourceManager.GetObject("engFormMenuEquipmentDisable", resourceCulture);
|
2025-11-27 02:28:54 +00:00
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-12-23 05:50:30 +00:00
|
|
|
|
internal static System.Drawing.Bitmap engFormMenuEquipmentDown {
|
2025-11-27 02:28:54 +00:00
|
|
|
|
get {
|
2025-12-23 05:50:30 +00:00
|
|
|
|
object obj = ResourceManager.GetObject("engFormMenuEquipmentDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormMenuEquipmentUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormMenuEquipmentUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormMenuInformationDisable {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormMenuInformationDisable", resourceCulture);
|
2025-11-27 02:28:54 +00:00
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormMenuInformationDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormMenuInformationDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormMenuInformationUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormMenuInformationUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-12-23 05:50:30 +00:00
|
|
|
|
internal static System.Drawing.Bitmap engFormMenuInitializationDisable {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormMenuInitializationDisable", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormMenuInitializationDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormMenuInitializationDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormMenuInitializationUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormMenuInitializationUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormMenuIOTestDisable {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormMenuIOTestDisable", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-11-27 02:28:54 +00:00
|
|
|
|
internal static System.Drawing.Bitmap engFormMenuIOTestDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormMenuIOTestDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormMenuIOTestUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormMenuIOTestUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-12-23 05:50:30 +00:00
|
|
|
|
internal static System.Drawing.Bitmap engFormMenuMotorDisable {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormMenuMotorDisable", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormMenuMotorDown {
|
2025-11-27 02:28:54 +00:00
|
|
|
|
get {
|
2025-12-23 05:50:30 +00:00
|
|
|
|
object obj = ResourceManager.GetObject("engFormMenuMotorDown", resourceCulture);
|
2025-11-27 02:28:54 +00:00
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-12-23 05:50:30 +00:00
|
|
|
|
internal static System.Drawing.Bitmap engFormMenuMotorUp {
|
2025-11-27 02:28:54 +00:00
|
|
|
|
get {
|
2025-12-23 05:50:30 +00:00
|
|
|
|
object obj = ResourceManager.GetObject("engFormMenuMotorUp", resourceCulture);
|
2025-11-27 02:28:54 +00:00
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-12-23 05:50:30 +00:00
|
|
|
|
internal static System.Drawing.Bitmap engFormMenuOptionDisable {
|
2025-11-27 02:28:54 +00:00
|
|
|
|
get {
|
2025-12-23 05:50:30 +00:00
|
|
|
|
object obj = ResourceManager.GetObject("engFormMenuOptionDisable", resourceCulture);
|
2025-11-27 02:28:54 +00:00
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-12-23 05:50:30 +00:00
|
|
|
|
internal static System.Drawing.Bitmap engFormMenuOptionDown {
|
2025-11-27 02:28:54 +00:00
|
|
|
|
get {
|
2025-12-23 05:50:30 +00:00
|
|
|
|
object obj = ResourceManager.GetObject("engFormMenuOptionDown", resourceCulture);
|
2025-11-27 02:28:54 +00:00
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-12-23 05:50:30 +00:00
|
|
|
|
internal static System.Drawing.Bitmap engFormMenuOptionUp {
|
2025-11-27 02:28:54 +00:00
|
|
|
|
get {
|
2025-12-23 05:50:30 +00:00
|
|
|
|
object obj = ResourceManager.GetObject("engFormMenuOptionUp", resourceCulture);
|
2025-11-27 02:28:54 +00:00
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-12-23 05:50:30 +00:00
|
|
|
|
internal static System.Drawing.Bitmap engFormMenuStatisticsDisable {
|
2025-11-27 02:28:54 +00:00
|
|
|
|
get {
|
2025-12-23 05:50:30 +00:00
|
|
|
|
object obj = ResourceManager.GetObject("engFormMenuStatisticsDisable", resourceCulture);
|
2025-11-27 02:28:54 +00:00
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-12-23 05:50:30 +00:00
|
|
|
|
internal static System.Drawing.Bitmap engFormMenuStatisticsDown {
|
2025-11-27 02:28:54 +00:00
|
|
|
|
get {
|
2025-12-23 05:50:30 +00:00
|
|
|
|
object obj = ResourceManager.GetObject("engFormMenuStatisticsDown", resourceCulture);
|
2025-11-27 02:28:54 +00:00
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-12-23 05:50:30 +00:00
|
|
|
|
internal static System.Drawing.Bitmap engFormMenuStatisticsUp {
|
2025-11-27 02:28:54 +00:00
|
|
|
|
get {
|
2025-12-23 05:50:30 +00:00
|
|
|
|
object obj = ResourceManager.GetObject("engFormMenuStatisticsUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormMenuSystemDisable {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormMenuSystemDisable", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormMenuSystemDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormMenuSystemDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormMenuSystemUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormMenuSystemUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormMenuTestDisable {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormMenuTestDisable", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormMenuTestDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormMenuTestDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormMenuTestUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormMenuTestUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormMenuTimeDisable {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormMenuTimeDisable", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormMenuTimeDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormMenuTimeDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormMenuTimeUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormMenuTimeUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormMenuUpdateDisable {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormMenuUpdateDisable", resourceCulture);
|
2025-11-27 02:28:54 +00:00
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormMenuUpdateDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormMenuUpdateDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormMenuUpdateUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormMenuUpdateUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-12-23 05:50:30 +00:00
|
|
|
|
internal static System.Drawing.Bitmap engFormMenuUserDisable {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormMenuUserDisable", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-11-27 02:28:54 +00:00
|
|
|
|
internal static System.Drawing.Bitmap engFormMenuUserDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormMenuUserDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormMenuUserUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormMenuUserUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormMotorSetting {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormMotorSetting", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormProductSetting {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormProductSetting", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormProgramUpdate {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormProgramUpdate", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormSystemSetting {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormSystemSetting", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormSystemSettingNoDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormSystemSettingNoDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormSystemSettingNoUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormSystemSettingNoUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormSystemSettingOverDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormSystemSettingOverDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormSystemSettingOverUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormSystemSettingOverUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormSystemSettingPassDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormSystemSettingPassDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormSystemSettingPassUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormSystemSettingPassUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormSystemSettingTareDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormSystemSettingTareDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormSystemSettingTareUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormSystemSettingTareUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormSystemSettingUnderDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormSystemSettingUnderDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormSystemSettingUnderUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormSystemSettingUnderUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engFormTimeSetting {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engFormTimeSetting", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engMainDisplayClearDisable {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engMainDisplayClearDisable", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engMainDisplayClearDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engMainDisplayClearDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engMainDisplayClearUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engMainDisplayClearUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engMainDisplayMenuBigDisable {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engMainDisplayMenuBigDisable", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engMainDisplayMenuBigDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engMainDisplayMenuBigDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engMainDisplayMenuBigUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engMainDisplayMenuBigUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engMainDisplayMenuDisable {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engMainDisplayMenuDisable", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engMainDisplayMenuDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engMainDisplayMenuDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engMainDisplayMenuUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engMainDisplayMenuUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engMainDisplaySubMenuDisable {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engMainDisplaySubMenuDisable", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engMainDisplaySubMenuDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engMainDisplaySubMenuDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engMainDisplaySubMenuUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engMainDisplaySubMenuUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engPasteAllDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engPasteAllDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engPasteAllUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engPasteAllUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engPasteDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engPasteDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engPasteUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engPasteUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engSaveDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engSaveDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap engSaveUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("engSaveUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap korMainDisplayMenuBigDisable {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("korMainDisplayMenuBigDisable", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap korMainDisplayMenuBigDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("korMainDisplayMenuBigDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap korMainDisplayMenuBigUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("korMainDisplayMenuBigUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap korMainDisplayMenuDisable {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("korMainDisplayMenuDisable", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap korMainDisplayMenuDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("korMainDisplayMenuDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap korMainDisplayMenuUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("korMainDisplayMenuUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap Line2ImpellerDisable {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("Line2ImpellerDisable", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap Line2ImpellerDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("Line2ImpellerDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap Line2ImpellerUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("Line2ImpellerUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap Line2ZeroDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("Line2ZeroDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap Line2ZeroUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("Line2ZeroUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap Line3ImpellerDisable {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("Line3ImpellerDisable", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap Line3ImpellerDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("Line3ImpellerDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap Line3ImpellerUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("Line3ImpellerUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap Line3ZeroDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("Line3ZeroDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap Line3ZeroUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("Line3ZeroUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap Line4ImpellerDisable {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("Line4ImpellerDisable", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap Line4ImpellerDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("Line4ImpellerDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap Line4ImpellerUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("Line4ImpellerUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap Line4ZeroDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("Line4ZeroDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap Line4ZeroUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("Line4ZeroUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap Line5ImpellerDisable {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("Line5ImpellerDisable", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap Line5ImpellerDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("Line5ImpellerDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap Line5ImpellerUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("Line5ImpellerUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap Line5ZeroDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("Line5ZeroDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap Line5ZeroUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("Line5ZeroUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap Line6ImpellerDisable {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("Line6ImpellerDisable", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap Line6ImpellerDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("Line6ImpellerDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap Line6ImpellerUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("Line6ImpellerUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap Line6ZeroDown {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("Line6ZeroDown", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static System.Drawing.Bitmap Line6ZeroUp {
|
|
|
|
|
|
get {
|
|
|
|
|
|
object obj = ResourceManager.GetObject("Line6ZeroUp", resourceCulture);
|
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|