{
  "Version": 0,
  "Z": 1,
  "Scripts": [
    "Canvas/HeliScript/helApi.hs",
    "Canvas/HeliScript/helConfig.hs",
    "Canvas/HeliScript/helFunc.hs",

    "Canvas/HeliScript/NotificationWindow/NotificationWindowController.hs",
    "Canvas/HeliScript/NotificationWindow/NotificationWindowModel.hs",
    "Canvas/HeliScript/NotificationWindow/NotificationWindowView.hs",
    "Canvas/HeliScript/NotificationWindow/NotificationWindowViewModel.hs"
  ],
  "Layout": [
    {"Comment": "汎用通知ウィンドウ 画像あり",
      "Name": "notification_window_with_image",
      "Show": false,
      "Z": 69,
      "Components":[
        "NotificationWindowController",
        "NotificationWindowViewModel",
        "NotificationWindowModel"
      ],
      "Gui": [
        { "comment":"透明モーダル",
          "Name": "common_dialog_base_common_bg",
          "Type": "button",
          "Platform": "",
          "Language": "",
          "Show": true,
          "Pos":[ 0, 0],
          "Size":[ 12288, 12288],
          "Z": 0,
          "Pivot":[ 0.5, 0.5],
          "Anchor":"CM",
          "ParamButton": {
            "FileName": "gui2024/modal.png"
          }
        },
        { "comment":"ウィンドウ背景",
          "Name": "notification_window_base",
          "Type": "image",
          "Show": true,
          "Pos":[ 0, -27],
          "Size":[ 1085, 1622],
          "Z": 1,
          "Pivot":[0.5,0.5],
          "Anchor": "CM",
          "ParamImage": {
            "Uri": "gui2024/menu/world/world_detail_base_9s_po.png",
            "LTRB": [250,260,260,300]
          }
        },
        { "comment":"クリック阻害",
        "Name": "notification_window_untiray",
        "Type": "button",
        "Show": true,
        "Pos":[ 0, -20],
        "Size":[ 1085, 1622],
        "Z": 1,
        "Pivot":[0.5,0.5],
        "Anchor": "CM",
        "ParamButton": {
          "FileName": "gui2024/clear.png"
        }
      },
        { "comment":"画像",
          "Name": "notification_thumbnail",
          "Type": "image",
          "Platform": "",
          "Language": "",
          "Portrait": "",
          "Show": true,
          "Pos":[ 0, -444],
          "Size":[ 990, 510],
          "Z": 2,
          "Pivot":[0.5,0.5],
          "Anchor": "CM",
          "ParamImage": {
            "Uri": "gui2024/menu/world/world_thumbnail_world_list.png"
          }
        },
        { "comment":"タイトル",
          "Name": "notification_title_text",
          "Type": "text",
          "Platform": "",
          "Language": "",
          "Portrait": "",
          "Show": true,
          "Pos":[ 0, -108],
          "Size":[ 1014, 114],
          "Z": 2,
          "Pivot":[0.5,0.5],
          "Anchor": "CM",
          "ParamText": {
            "FontSize": 48,
            "FontFamily": "BIZUDPGothic",
            "Alignment":"LM",
            "Color":[1.0,1.0,1.0,1.0],
            "Text": "ここに通知タイトルが入ります。ここに通知タイトルが入ります。",
            "OverflowWrap": true
          }
        },
        { "comment":"チェックボックス OFF",
          "Name": "notification_checkbox_off",
          "Type": "button",
          "Platform": "",
          "Language": "",
          "Portrait": "",
          "Show": true,
          "Pos":[ -303, 519],
          "Size":[ 51, 51],
          "Z": 2,
          "Pivot":[0.5,0.5],
          "Anchor": "CM",
          "Toggle":[
            {"Name":"Toggle_Notification_Window_Checkbox","State":true}
          ],
          "ParamButton": {
            "FileName": "gui2024/common/common_checkbox_off.png"
          },
          "GUIAction": []
        },
        { "comment":"チェックボックス ON",
          "Name": "notification_checkbox_on",
          "Type": "button",
          "Platform": "",
          "Language": "",
          "Portrait": "",
          "Show": true,
          "Pos":[ -303, 519],
          "Size":[ 51, 51],
          "Z": 2,
          "Pivot":[0.5,0.5],
          "Anchor": "CM",
          "Toggle":[
            {"Name":"Toggle_Notification_Window_Checkbox","State":false}
          ],
          "ParamButton": {
            "FileName": "gui2024/common/common_checkbox_on.png"
          },
          "GUIAction": []
        },
        { "comment":"チェックボックス テキストラベル",
          "Name": "notification_checkbox_label",
          "Type": "text",
          "Platform": "",
          "Language": "",
          "Portrait": "",
          "Show": true,
          "Pos":[ 60, 519],
          "Size":[ 672, 45],
          "Z": 2,
          "Pivot":[0.5,0.5],
          "Anchor": "CM",
          "ParamText": {
            "FontSize": 36,
            "FontFamily": "BIZUDPGothic",
            "Alignment":"CM",
            "Color":[1.0,1.0,1.0,1.0],
            "Text": "今後このメッセージを表示しない",
            "Text_en": "Do not show this message again"
          }
        },
        { "comment":"閉じる ボタン テキスト",
          "Name": "common_btn_txt_close",
          "Type": "button",
          "Platform": "",
          "Language": "_en",
          "Portrait": "",
          "Show": true,
          "Pos":[ 0, 618],
          "Size":[ 618, 153],
          "Z": 2,
          "Pivot":[0.5,0.5],
          "Anchor": "CM",
          "ParamButton": {
            "FileName": "gui2024/common/common_btn_txt_close.png",
            "OnKeyDownMulColor":[0.5,0.5,0.5,1.0]
          }
        },
        { "comment":"閉じる ボタン 右上",
          "Name": "common_btn_close",
          "Type": "button",
          "Platform": "",
          "Language": "",
          "Portrait": "",
          "Show": true,
          "Pos":[ 467, -768],
          "Size":[ 116, 116],
          "Z": 2,
          "Pivot":[0.5,0.5],
          "Anchor": "CM",
          "ParamButton": {
            "FileName": "gui2024/common/common_btn_close.png",
            "OnKeyDownMulColor":[0.5,0.5,0.5,1.0]
          }
        }
      ]
    },
    {"Comment": "汎用通知ウィンドウ 画像あり - 通知内容表示部分",
      "Name": "notification_window_with_image_description",
      "Show": false,
      "Z": 69,
      "Components":[
        "NotificationWindowController",
        "NotificationWindowViewModel",
        "NotificationWindowModel"
      ],
      "Mask":{
        "URI":"gui2024/clear.png",
        "Show":false,
        "Pos":[ 0, 225],
        "Size":[ 1020, 510],
        "Z": 1,
        "Pivot":[ 0.5, 0.5],
        "Anchor": "CM",
        "Color":[ 0.0, 0.0, 0.0, 0.0],
        "Vertical":true,
        "FreeSlide":false
      },
      "AutoLoading":false,
      "Gui": [
        { "comment":"テキスト本文",
          "Name": "notification_description_text",
          "Type": "text",
          "Platform": "",
          "Language": "",
          "Portrait": "",
          "Show": true,
          "Pos":[ 0, 1110],
          "Size":[ 1020, 2280],
          "Z": 5,
          "Pivot":[0.5,0.5],
          "Anchor": "CM",
          "ParamText": {
            "URLClickable":true,
            "FontSize": 36,
            "FontFamily": "BIZUDPGothic",
            "Alignment":"LT",
            "OverflowWrap":true,
            "Color":[1.0,1.0,1.0,1.0],
            "Text": "",
            "LineSpace": 21
          }
        },
        { "comment":"テキスト本文 スワイプ用",
          "Name": "grab_bg",
          "Type": "button",
          "Show": true,
          "Pos":[ 0, 1110],
          "Size":[ 1020, 2280],
          "Z": 3,
          "Pivot":[0.5,0.5],
          "Anchor": "CM",
          "ParamButton": {
            "FileName": "gui2024/clear.png"
          }
        }
      ]
    },
    {"Comment": "汎用通知ウィンドウ 画像なし",
      "Name": "notification_window_with_no_image",
      "Show": false,
      "Z": 69,
      "Components":[
        "NotificationWindowController",
        "NotificationWindowViewModel",
        "NotificationWindowModel"
      ],
      "Gui": [
        { "comment":"透明モーダル",
          "Name": "common_dialog_base_common_bg",
          "Type": "button",
          "Platform": "",
          "Language": "",
          "Show": true,
          "Pos":[ 0, 0],
          "Size":[ 12288, 12288],
          "Z": 0,
          "Pivot":[ 0.5, 0.5],
          "Anchor":"CM",
          "ParamButton": {
            "FileName": "gui2024/modal.png"
          }
        },
        { "comment":"ウィンドウ背景",
          "Name": "notification_window_base",
          "Type": "image",
          "Show": true,
          "Pos":[ 0, -27],
          "Size":[ 1085, 1170],
          "Z": 1,
          "Pivot":[0.5,0.5],
          "Anchor": "CM",
          "ParamImage": {
            "Uri": "gui2024/menu/world/world_detail_base_9s_po.png",
            "LTRB": [250,260,260,300]
          }
        },
        { "comment":"クリック阻害",
        "Name": "notification_window_untiray",
        "Type": "button",
        "Show": true,
        "Pos":[ 0, -20],
        "Size":[ 1085, 1170],
        "Z": 1,
        "Pivot":[0.5,0.5],
        "Anchor": "CM",
        "ParamButton": {
          "FileName": "gui2024/clear.png"
          }
        },
        { "comment":"タイトル",
          "Name": "notification_title_text",
          "Type": "text",
          "Platform": "",
          "Language": "",
          "Portrait": "",
          "Show": true,
          "Pos":[ 0, -426],
          "Size":[ 1014, 114],
          "Z": 2,
          "Pivot":[0.5,0.5],
          "Anchor": "CM",
          "ParamText": {
            "FontSize": 48,
            "FontFamily": "BIZUDPGothic",
            "Alignment":"LM",
            "Color":[1.0,1.0,1.0,1.0],
            "Text": "ここに通知タイトルが入ります。ここに通知タイトルが入ります。",
            "OverflowWrap": true
          }
        },
        { "comment":"チェックボックス OFF",
          "Name": "notification_checkbox_off",
          "Type": "button",
          "Platform": "",
          "Language": "",
          "Portrait": "",
          "Show": true,
          "Pos":[ -303, 294],
          "Size":[ 51, 51],
          "Z": 2,
          "Pivot":[0.5,0.5],
          "Anchor": "CM",
          "Toggle":[
            {"Name":"Toggle_Notification_Window_Checkbox","State":true}
          ],
          "ParamButton": {
            "FileName": "gui2024/common/common_checkbox_off.png"
          },
          "GUIAction": []
        },
        { "comment":"チェックボックス ON",
          "Name": "notification_checkbox_on",
          "Type": "button",
          "Platform": "",
          "Language": "",
          "Portrait": "",
          "Show": true,
          "Pos":[ -303, 294],
          "Size":[ 51, 51],
          "Z": 2,
          "Pivot":[0.5,0.5],
          "Anchor": "CM",
          "Toggle":[
            {"Name":"Toggle_Notification_Window_Checkbox","State":false}
          ],
          "ParamButton": {
            "FileName": "gui2024/common/common_checkbox_on.png"
          },
          "GUIAction": []
        },
        { "comment":"チェックボックス テキストラベル",
          "Name": "notification_checkbox_label",
          "Type": "text",
          "Platform": "",
          "Language": "",
          "Portrait": "",
          "Show": true,
          "Pos":[ 60, 294],
          "Size":[ 672, 45],
          "Z": 2,
          "Pivot":[0.5,0.5],
          "Anchor": "CM",
          "ParamText": {
            "FontSize": 36,
            "FontFamily": "BIZUDPGothic",
            "Alignment":"CM",
            "Color":[1.0,1.0,1.0,1.0],
            "Text": "今後このメッセージを表示しない",
            "Text_en": "Do not show this message again"
          }
        },
        { "comment":"閉じる ボタン テキスト",
          "Name": "common_btn_txt_close",
          "Type": "button",
          "Platform": "",
          "Language": "_en",
          "Portrait": "",
          "Show": true,
          "Pos":[ 0, 393],
          "Size":[ 618, 153],
          "Z": 2,
          "Pivot":[0.5,0.5],
          "Anchor": "CM",
          "ParamButton": {
            "FileName": "gui2024/common/common_btn_txt_close.png",
            "OnKeyDownMulColor":[0.5,0.5,0.5,1.0]
          }
        },
        { "comment":"閉じる ボタン 右上",
          "Name": "common_btn_close",
          "Type": "button",
          "Platform": "",
          "Language": "",
          "Portrait": "",
          "Show": true,
          "Pos":[ 467, -540],
          "Size":[ 116, 116],
          "Z": 2,
          "Pivot":[0.5,0.5],
          "Anchor": "CM",
          "ParamButton": {
            "FileName": "gui2024/common/common_btn_close.png",
            "OnKeyDownMulColor":[0.5,0.5,0.5,1.0]
          }
        }
      ]
    },
    {"Comment": "汎用通知ウィンドウ 画像なし - 通知内容表示部分",
      "Name": "notification_window_with_no_image_description",
      "Show": false,
      "Z": 69,
      "Components":[
        "NotificationWindowController",
        "NotificationWindowViewModel",
        "NotificationWindowModel"
      ],
      "Mask":{
        "URI":"gui2024/clear.png",
        "Show":false,
        "Pos":[ 0, -88],
        "Size":[ 1020, 490],
        "Z": 1,
        "Pivot":[ 0.5, 0.5],
        "Anchor": "CM",
        "Color":[ 0.0, 0.0, 0.0, 0.0],
        "Vertical":true,
        "FreeSlide":false
      },
      "AutoLoading":false,
      "Gui": [
        { "comment":"テキスト本文",
          "Name": "notification_description_text",
          "Type": "text",
          "Platform": "",
          "Language": "",
          "Portrait": "",
          "Show": true,
          "Pos":[ 0, 768],
          "Size":[ 1020, 2280],
          "Z": 5,
          "Pivot":[0.5,0.5],
          "Anchor": "CM",
          "ParamText": {
            "URLClickable":true,
            "FontSize": 36,
            "FontFamily": "BIZUDPGothic",
            "Alignment":"LT",
            "OverflowWrap":true,
            "Color":[1.0,1.0,1.0,1.0],
            "Text": "",
            "LineSpace": 21
          }
        },
        { "comment":"テキスト本文 スワイプ用",
          "Name": "grab_bg",
          "Type": "button",
          "Show": true,
          "Pos":[ 0, 768],
          "Size":[ 1020, 2280],
          "Z": 3,
          "Pivot":[0.5,0.5],
          "Anchor": "CM",
          "ParamButton": {
            "FileName": "gui2024/clear.png"
          }
        }
      ]
    }
  ]
}