first commit

This commit is contained in:
2026-02-21 17:11:31 +09:00
commit 18b4338361
4001 changed files with 365464 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 202 KiB

View File

@@ -0,0 +1,126 @@
[
{"key" : "VideoEncryption",
"title" : "ビデオ暗号化",
"values" : [0,1],
"value_strings" : ["OFF","ON"],
"default" : 1,
"control" : "radio",
"type" : "int"
},
{"key" : "REC Bit Rate",
"title" : "録画ビットレート",
"values" : [0,1,2,3,4,5,6],
"value_strings" : ["128 kbps","256 kbps","512 kbps","1024 kbps","1536 kbps","2048 kbps","2560 kbps"],
"default" : 3,
"control" : "combo",
"type" : "int"
},
{"key" : "REC Frame Rate",
"title" : "録画フレームレート",
"values" : [0,1,2,3],
"value_strings" : ["5 fps","10 fps","15 fps","30 fps"],
"default" : 1,
"control" : "radio",
"type" : "int"
},
{"key" : "SSID",
"title" : "無線LAN SSID",
"default" : "OER-0000",
"min_length" : 8,
"control" : "text",
"type" : "text"
},
{"key" : "PSK",
"title" : "無線LANパスワード",
"default" : "OER12345",
"min_length" : 4,
"control" : "text",
"type" : "text"
},
{"key" : "PROTO",
"default" : "WPA RSN",
"hidden" : true,
"type" : "text"
},
{"key" : "KEY_MGMT",
"default" : "WPA-PSK",
"hidden" : true,
"type" : "text"
},
{"key" : "PAIRWISE",
"default" : "CCMP",
"hidden" : true,
"type" : "text"
},
{"key" : "GROUP",
"default" : "CCMP",
"hidden" : true,
"type" : "text"
},
{"key" : "SCAN",
"default" : "1",
"hidden" : true,
"type" : "text"
},
{"key" : "IP_ADDRESS",
"title" : "IP ADDRESS",
"default" : "10.1.0.100",
"regex" : "^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$",
"control" : "text",
"type" : "text"
},
{"key" : "SUBNET_MASK",
"title" : "SUBNET MASK",
"default" : "255.0.0.0",
"regex" : "^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$",
"control" : "text",
"type" : "text"
},
{"key" : "RTSP Bit Rate",
"title" : "RTSPビットレート",
"values" : [0,1,2,3,4,5,6],
"value_strings" : ["128 kbps","256 kbps","512 kbps","1024 kbps","1536 kbps","2048 kbps","2560 kbps"],
"default" : 2,
"control" : "combo",
"type" : "int"
},
{"key" : "RTSP Frame Rate",
"title" : "RTSPフレームレート",
"values" : [0,1,2,3],
"value_strings" : ["5 fps","10 fps","15 fps","30 fps"],
"default" : 1,
"control" : "radio",
"type" : "int"
},
{"key" : "Format Year",
"hidden" : true,
"default" : 2024,
"type" : "int"
},
{"key" : "Format Month",
"hidden" : true,
"default" : 3,
"type" : "int"
},
{"key" : "Format Day",
"hidden" : true,
"default" : 8,
"type" : "int"
},
{"key" : "OSD Display",
"title" : "OSD表示",
"values" : [0,1,2,3],
"value_strings" : ["左下","左上","右下","右上"],
"default" : 0,
"control" : "radio",
"type" : "int"
},
{"key" : "Video Reversal",
"title" : "画像反転",
"values" : [0,1,2,3],
"value_strings" : ["正像","上下左右反転","左右反転","上下反転"],
"default" : 0,
"control" : "combo",
"type" : "int"
}
]

View File

@@ -0,0 +1,126 @@
[
{"key" : "VideoEncryption",
"title" : "ビデオ暗号化",
"values" : [0,1],
"value_strings" : ["OFF","ON"],
"default" : 1,
"control" : "radio",
"type" : "int"
},
{"key" : "REC Bit Rate",
"title" : "録画ビットレート",
"values" : [0,1,2,3,4,5,6],
"value_strings" : ["128 kbps","256 kbps","512 kbps","1024 kbps","1536 kbps","2048 kbps","2560 kbps"],
"default" : 3,
"control" : "combo",
"type" : "int"
},
{"key" : "REC Frame Rate",
"title" : "録画フレームレート",
"values" : [0,1,2,3],
"value_strings" : ["5 fps","10 fps","15 fps","30 fps"],
"default" : 1,
"control" : "radio",
"type" : "int"
},
{"key" : "SSID",
"title" : "無線LAN SSID",
"default" : "YEC-0000",
"min_length" : 8,
"control" : "text",
"type" : "text"
},
{"key" : "PSK",
"title" : "無線LANパスワード",
"default" : "YEC12345678",
"min_length" : 4,
"control" : "text",
"type" : "text"
},
{"key" : "PROTO",
"default" : "WPA RSN",
"hidden" : true,
"type" : "text"
},
{"key" : "KEY_MGMT",
"default" : "WPA-PSK",
"hidden" : true,
"type" : "text"
},
{"key" : "PAIRWISE",
"default" : "CCMP",
"hidden" : true,
"type" : "text"
},
{"key" : "GROUP",
"default" : "CCMP",
"hidden" : true,
"type" : "text"
},
{"key" : "SCAN",
"default" : "1",
"hidden" : true,
"type" : "text"
},
{"key" : "IP_ADDRESS",
"title" : "IP ADDRESS",
"default" : "10.1.0.100",
"regex" : "^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$",
"control" : "text",
"type" : "text"
},
{"key" : "SUBNET_MASK",
"title" : "SUBNET MASK",
"default" : "255.0.0.0",
"regex" : "^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$",
"control" : "text",
"type" : "text"
},
{"key" : "RTSP Bit Rate",
"title" : "RTSPビットレート",
"values" : [0,1,2,3,4,5,6],
"value_strings" : ["128 kbps","256 kbps","512 kbps","1024 kbps","1536 kbps","2048 kbps","2560 kbps"],
"default" : 2,
"control" : "combo",
"type" : "int"
},
{"key" : "RTSP Frame Rate",
"title" : "RTSPフレームレート",
"values" : [0,1,2,3],
"value_strings" : ["5 fps","10 fps","15 fps","30 fps"],
"default" : 1,
"control" : "radio",
"type" : "int"
},
{"key" : "Format Year",
"hidden" : true,
"default" : 2024,
"type" : "int"
},
{"key" : "Format Month",
"hidden" : true,
"default" : 3,
"type" : "int"
},
{"key" : "Format Day",
"hidden" : true,
"default" : 8,
"type" : "int"
},
{"key" : "OSD Display",
"title" : "OSD表示",
"values" : [0,1,2,3],
"value_strings" : ["左下","左上","右下","右上"],
"default" : 0,
"control" : "radio",
"type" : "int"
},
{"key" : "Video Reversal",
"title" : "画像反転",
"values" : [0,1,2,3],
"value_strings" : ["正像","上下左右反転","左右反転","上下反転"],
"default" : 0,
"control" : "combo",
"type" : "int"
}
]

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 297 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 291 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 629 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 625 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 625 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 575 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 138 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 344 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 551 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 548 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 479 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 387 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 517 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 527 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 464 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 357 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -0,0 +1,225 @@
<!DOCTYPE HTML>
<html>
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.5.1/dist/leaflet.css" integrity="sha512-xwE/Az9zrjBIphAcBb3F6JVqxf46+CDLwfLMHloNu6KEQCAWi6HcDUbeOfBIptF7tcCzusKFjFw2yuvEpDL9wQ==" crossorigin=""/>
<script src="https://unpkg.com/leaflet@1.5.1/dist/leaflet.js"
integrity="sha512-GffPMF3RvMeYyc1LWMHtK8EbPv0iNZ8/oTtHPx9/cc2ILxQ+u905qIwdpULaqDkyBKgOaB57QTMg7ztg8Jm2Og=="
crossorigin=""></script>
<!--
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css" />
<script src="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet-src.js" type="text/javascript"></script>
-->
<script type="text/javascript">
// Global
var lat1;
var long1;
var color1;
var markers;
var map = null;
var lineColor = [];
var polyline = null;
var icon = L.divIcon({
className: 'embeded_icon',
iconSize: [30, 30],
iconAnchor: [15, 30],
html: '<img src="data:image/png;base64, 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"/>'
});
function moveTest() {
lat1 = 35.681382;
long1 = 139.766084;
var position = L.latLng(lat1, long1);
map.panTo(position);
}
//초기화 처리
function init() {
//초기 위치(도쿄 역)WGS84
lat1 = 35.681382;
long1 = 139.766084;
var position = L.latLng(lat1, long1);
//초기 줌 수준
var zoom = 15;
//지리원 맵 타일·계층 생성
/*
var tl_std = new L.tileLayer(
"http://cyberjapandata.gsi.go.jp/xyz/std/{z}/{x}/{y}.png",
{
attribution:'<a href="http://www.gsi.go.jp/kikakuchousei/kikakuchousei40182.html" target="_blank">地理院地図</a>',
maxZoom: 18,
}
);
*/
//OSM타일·레이어 생성
var tl_osm = new L.tileLayer(
'http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
{
attribution: 'Map data &copy; <a href="http://openstreetmap.org" target="_blank">OpenStreetMap</a>',
maxZoom: 18,
}
);
//GoogleMAP레이어 생성
//var tl_gmap = new L.Google('ROADMAP');
//지도 선택용 레이어 배열
var Map_base = {
//"地理院地図": tl_std,
"OpenStreetMap": tl_osm
//"GoogleMAP": tl_gmap
};
//맵 객체의 생성(센터 위치, 줌 수준, 지도 층 지정 부)
map = L.map('basicMap',{
center: [lat1, long1],
zoom: zoom,
layers:[tl_osm],
attributionControl:false
}
);
tl_osm.addTo(map);
L.control.attribution({prefix: '<a href="https://leafletjs.com/" target="_blank">Leaflet</a>'}).addTo(map);
//지도 스타일 선택 컨트롤을 map개체에 추가
/*
L.control.layers(Map_base, null,
{
collapsed: true
}
).addTo(map);
*/
//자기 마커 추가
markers = L.marker(position, { icon: icon }).addTo(map);
//속도에 따른 궤적의 색의 테이블 생성
initLineColor();
}
//주행 궤적 색 테이블
function initLineColor() { //14단계
lineColor.push('#7FED11');
lineColor.push('#35ED11');
lineColor.push('#11ED3C');
lineColor.push('#11ED7F');
lineColor.push('#11EDC8');
lineColor.push('#11C8ED');
lineColor.push('#117FED');
lineColor.push('#1135ED');
lineColor.push('#3511ED');
lineColor.push('#7F11ED');
lineColor.push('#C811ED');
lineColor.push('#ED11C8');
lineColor.push('#ED117F');
lineColor.push('#ED1135');
}
//function loaded() {
// if(layerGroup)
// {
// layerGroups.push(layerGroup);
// layerGroup = null;
// polyline = null;
// }
// layerGroup = L.layerGroup().addTo(map);
//}
// API
// 이동하면서 PATH 를 그린다. .. 처음부터 다 그리는 방식이 아님.
function setLatLag(Latitude, Longitude, speed, bFirst, bDistance) {
if(map == null) {
return;
}
var lat0, long0;
lat0 = lat1;
long0 = long1;
lat1 = Latitude;
long1 = Longitude;
//주행 궤적 표시
if ((bFirst == 0) && (bDistance == 0)) {
var points = [
[lat0, long0],
[lat1, long1]
];
// select line color by speed
var color_num = speed;
if (color_num < 0)
color_num = 0;
else if (color_num > 13)
color_num = 13;
if(color1 == color_num && polyline != null)
{
polyline.addLatLng([lat1, long1]);
}
else
{
// draw line
polyline = L.polyline(points,
{
color: lineColor[color_num],
weight: 4,
opacity: 1.0,
smoothFactor: 4.0,
lineCap: "square",
lineJoin: "square",
interactive: false
}
).addTo(map);
}
// 저장
color1 = color_num;
}
else
{
polyline = null;
}
//마커를 이동
var position = L.latLng(lat1, long1);
markers.setLatLng( position );
//맵을 센터링
map.panTo(position);
}
</script>
<head>
<title>OSM, 地理院地図 by leaflet.js</title>
<style type="text/css">
html, body, #basicMap {
width: 100%;
height: 100%;
margin: 0;
}
</style>
</head>
<!--<body onload="init();">-->
<body onload="init();" oncontextmenu="return false;">
<div id="basicMap"></div>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@@ -0,0 +1,207 @@
<RCC>
<qresource prefix="/image">
<file>guide.png</file>
<file>video_bg.png</file>
<file>title_bg.png</file>
<file>title_logo.png</file>
<file>title_logo_yawata.png</file>
<file>title_report.png</file>
<file>title_report_1.png</file>
<file>title_report_2.png</file>
<file>title_report_3.png</file>
<file>title_capture.png</file>
<file>title_capture_1.png</file>
<file>title_capture_2.png</file>
<file>title_capture_3.png</file>
<file>title_setup.png</file>
<file>title_setup_1.png</file>
<file>title_setup_2.png</file>
<file>title_setup_3.png</file>
<file>title_info.png</file>
<file>title_info_1.png</file>
<file>title_info_2.png</file>
<file>title_info_3.png</file>
<file>title_language.png</file>
<file>title_language_1.png</file>
<file>title_language_2.png</file>
<file>title_language_3.png</file>
<file>title_map.png</file>
<file>title_map_1.png</file>
<file>title_map_2.png</file>
<file>title_map_3.png</file>
<file>title_minimize.png</file>
<file>title_minimize_1.png</file>
<file>title_minimize_2.png</file>
<file>title_minimize_3.png</file>
<file>title_close.png</file>
<file>title_close_1.png</file>
<file>title_close_2.png</file>
<file>title_close_3.png</file>
<file>title_popup_bg.png</file>
<file>title_settings.png</file>
<file>panel_bg9.png</file>
<file>popup_btn_disabled.png</file>
<file>popup_btn_focused.png</file>
<file>popup_btn_normal.png</file>
<file>popup_btn_pressed.png</file>
<file>play_bg.png</file>
<file>play_backward.png</file>
<file>play_backward_1.png</file>
<file>play_backward_2.png</file>
<file>play_backward_3.png</file>
<file>play_forward.png</file>
<file>play_forward_1.png</file>
<file>play_forward_2.png</file>
<file>play_forward_3.png</file>
<file>play_next.png</file>
<file>play_next_1.png</file>
<file>play_next_2.png</file>
<file>play_next_3.png</file>
<file>play_play_checked.png</file>
<file>play_play_checked_1.png</file>
<file>play_play_checked_2.png</file>
<file>play_play_checked_3.png</file>
<file>play_play.png</file>
<file>play_play_1.png</file>
<file>play_play_2.png</file>
<file>play_play_3.png</file>
<file>play_previous.png</file>
<file>play_previous_1.png</file>
<file>play_previous_2.png</file>
<file>play_previous_3.png</file>
<file>play_stop.png</file>
<file>play_stop_1.png</file>
<file>play_stop_2.png</file>
<file>play_stop_3.png</file>
<file>open.png</file>
<file>open_1.png</file>
<file>open_2.png</file>
<file>open_3.png</file>
<file>v_brightness.png</file>
<file>v_brightness_1.png</file>
<file>v_brightness_2.png</file>
<file>v_brightness_3.png</file>
<file>v_constrast.png</file>
<file>v_constrast_1.png</file>
<file>v_constrast_2.png</file>
<file>v_constrast_3.png</file>
<file>v_speed.png</file>
<file>v_speed_1.png</file>
<file>v_speed_2.png</file>
<file>v_speed_3.png</file>
<file>v_volume.png</file>
<file>v_volume_1.png</file>
<file>v_volume_2.png</file>
<file>v_volume_3.png</file>
<file>v_volume_checked.png</file>
<file>v_volume_checked_1.png</file>
<file>v_volume_checked_2.png</file>
<file>v_volume_checked_3.png</file>
<file>speed_kmh.png</file>
<file>speed_kmh_1.png</file>
<file>speed_kmh_2.png</file>
<file>speed_kmh_3.png</file>
<file>num_15x25.png</file>
<file>speed_on.png</file>
<file>speed_off.png</file>
<file>graph_up.png</file>
<file>graph_up_1.png</file>
<file>graph_up_2.png</file>
<file>graph_up_3.png</file>
<file>graph_down.png</file>
<file>graph_down_1.png</file>
<file>graph_down_2.png</file>
<file>graph_down_3.png</file>
<file>sensor_x.png</file>
<file>sensor_x_1.png</file>
<file>sensor_x_2.png</file>
<file>sensor_x_3.png</file>
<file>sensor_y.png</file>
<file>sensor_y_1.png</file>
<file>sensor_y_2.png</file>
<file>sensor_y_3.png</file>
<file>sensor_z.png</file>
<file>sensor_z_1.png</file>
<file>sensor_z_2.png</file>
<file>sensor_z_3.png</file>
<file>title_video_front.png</file>
<file>title_video_rear.png</file>
<file>logo_front_big.png</file>
<file>logo_rear_small.png</file>
<file>logo_front_small.png</file>
<file>logo_rear_big.png</file>
<file>speed_control_label.png</file>
<file>speed_control_label_dark.png</file>
<file>title_list.png</file>
<file>type_all.png</file>
<file>type_all_3.png</file>
<file>type_all2.png</file>
<file>type_all2_3.png</file>
<file>type_normal.png</file>
<file>type_normal_3.png</file>
<file>type_event.png</file>
<file>type_event_3.png</file>
<file>backup.png</file>
<file>backup_1.png</file>
<file>backup_2.png</file>
<file>backup_3.png</file>
<file>speed_bar.png</file>
<file>map_marker.png</file>
<file>radio_button_checked.png</file>
<file>radio_button_checked_disabled.png</file>
<file>radio_button_checked_focused.png</file>
<file>radio_button_unchecked.png</file>
<file>radio_button_unchecked_disabled.png</file>
<file>radio_button_unchecked_focused.png</file>
<file>arrow_up.png</file>
<file>arrow_down.png</file>
<file>checkbox_checked.png</file>
<file>checkbox_partial.png</file>
<file>checkbox_unchecked.png</file>
<file>chechbox_disabled.png</file>
<file>vt_flip_h.png</file>
<file>vt_flip_h_1.png</file>
<file>vt_flip_h_2.png</file>
<file>vt_flip_h_3.png</file>
<file>vt_flip_v.png</file>
<file>vt_flip_v_1.png</file>
<file>vt_flip_v_2.png</file>
<file>vt_flip_v_3.png</file>
<file>vt_swap.png</file>
<file>vt_swap_1.png</file>
<file>vt_swap_2.png</file>
<file>vt_swap_3.png</file>
<file>vt_fullscreen.png</file>
<file>vt_fullscreen_1.png</file>
<file>vt_fullscreen_2.png</file>
<file>vt_fullscreen_3.png</file>
<file>vt_fullscreen_checked.png</file>
<file>vt_fullscreen_checked_1.png</file>
<file>vt_fullscreen_checked_2.png</file>
<file>vt_fullscreen_checked_3.png</file>
<file>vt_split.png</file>
<file>vt_split_1.png</file>
<file>vt_split_2.png</file>
<file>vt_split_3.png</file>
<file>slider_knob.png</file>
<file>slider_knob_1.png</file>
<file>slider_knob_2.png</file>
<file>slider_knob_3.png</file>
<file>slider_knob_small.png</file>
<file>slider_knob_small_1.png</file>
<file>slider_knob_small_2.png</file>
<file>slider_knob_small_3.png</file>
<file>down_check.png</file>
</qresource>
<qresource prefix="/stylesheet">
<file>style.qss</file>
</qresource>
<qresource prefix="/html">
<file>map.html</file>
<file>an6000_cfg.json</file>
<file>an6000_cfg_yec.json</file>
</qresource>
<qresource prefix="/report">
<file>report.xls</file>
</qresource>
</RCC>

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 722 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 722 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 722 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 722 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 475 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 440 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 513 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 358 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 323 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 439 B

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,44 @@
#include <windows.h>
// 언어 설정 정보
// https://docs.microsoft.com/en-us/windows/win32/menurc/varfileinfo-block
#define STRINGIZE2(s) #s
#define STRINGIZE(s) STRINGIZE2(s)
#define VERSION_STRING STRINGIZE(RM_MODEL_VERSION_0) \
"." STRINGIZE(RM_MODEL_VERSION_1) \
"." STRINGIZE(RM_MODEL_VERSION_2) \
"." STRINGIZE(RM_MODEL_SVN_VERSION)
//#if (RM_MODEL == 1)
LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
IDI_ICON1 ICON DISCARDABLE "an6000.ico"
VS_VERSION_INFO VERSIONINFO
FILEVERSION RM_MODEL_VERSION_0,RM_MODEL_VERSION_1,RM_MODEL_VERSION_2,RM_MODEL_SVN_VERSION
PRODUCTVERSION RM_MODEL_VERSION_0,RM_MODEL_VERSION_1,RM_MODEL_VERSION_2,RM_MODEL_SVN_VERSION
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904E4"
BEGIN
VALUE "CompanyName", ""
VALUE "FileDescription", "AN6000 Viewer"
VALUE "FileVersion", VERSION_STRING
VALUE "InternalName", "AN6000 Viewer"
VALUE "LegalCopyright", "YAWATA"
VALUE "LegalTrademarks1", ""
VALUE "LegalTrademarks2", ""
VALUE "OriginalFilename", "viewer.exe"
VALUE "ProductName", "AN6000 Viewer"
VALUE "ProductVersion", VERSION_STRING
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x0411, 1252,
END
END
//#endif

Binary file not shown.

After

Width:  |  Height:  |  Size: 765 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 851 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 689 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 628 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 601 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 696 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 557 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 504 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 623 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 689 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 560 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 520 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 712 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 664 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 653 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 499 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 587 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 577 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 576 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 500 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 244 B

Some files were not shown because too many files have changed in this diff Show More