diff --git a/src/ScreenTemplates.java b/src/ScreenTemplates.java index 2921945..75eb34c 100644 --- a/src/ScreenTemplates.java +++ b/src/ScreenTemplates.java @@ -841,7 +841,7 @@ temp_json01_.put("type", "button"); temp_json01_.put("text", "データ読み込み"); temp_json01_.put("visible", true); - temp_json01_.put("x", 100); + temp_json01_.put("x", 250); temp_json01_.put("y", 85); temp_json01_.put("width", 130); temp_json01_.put("height", 55); @@ -849,10 +849,18 @@ temp_json02_.put("type", "button"); temp_json02_.put("text", "保存"); temp_json02_.put("visible", true); - temp_json02_.put("x", 250); + temp_json02_.put("x", 400); temp_json02_.put("y", 85); temp_json02_.put("width", 110); temp_json02_.put("height", 55); + Map temp_json67_ = new HashMap<>(); + temp_json67_.put("type", "label"); + temp_json67_.put("text", "企業一覧"); + temp_json67_.put("visible", true); + temp_json67_.put("x", 120); + temp_json67_.put("y", 80); + temp_json67_.put("width", 60); + temp_json67_.put("height", 65); Map temp_json59 = new HashMap<>(); temp_json59.put("w191cc519b2344758b8d9878328b41cd9", temp_json60); temp_json59.put("wa1b27f08c9fd4c08b7dda38625c04f3b", temp_json61); @@ -861,6 +869,7 @@ temp_json59.put("wa6aa4bcbb7a64e9eaf75758eae59310a", temp_json66); temp_json59.put("importButton", temp_json01_); temp_json59.put("saveButton", temp_json02_); + temp_json59.put("companyListLabel", temp_json67_); Map temp_json58 = new HashMap<>(); temp_json58.put("screenId", "企業一覧"); temp_json58.put("layout", false);