# # bchanl_hmi.yaml # # Copyright (c) 2012 project bchan # # This software is provided 'as-is', without any express or implied # warranty. In no event will the authors be held liable for any damages # arising from the use of this software. # # Permission is granted to anyone to use this software for any purpose, # including commercial applications, and to alter it and redistribute it # freely, subject to the following restrictions: # # 1. The origin of this software must not be misrepresented; you must not # claim that you wrote the original software. If you use this software # in a product, an acknowledgment in the product documentation would be # appreciated but is not required. # # 2. Altered source versions must be plainly marked as such, and must not be # misrepresented as being the original software. # # 3. This notice may not be removed or altered from any source # distribution. # generator: output_source: bchanl_hmi.c output_header: bchanl_hmi.h lisence_source: | /* * bchanl_hmi.c * * Copyright (c) 2012 project bchan * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages * arising from the use of this software. * * Permission is granted to anyone to use this software for any purpose, * including commercial applications, and to alter it and redistribute it * freely, subject to the following restrictions: * * 1. The origin of this software must not be misrepresented; you must not * claim that you wrote the original software. If you use this software * in a product, an acknowledgment in the product documentation would be * appreciated but is not required. * * 2. Altered source versions must be plainly marked as such, and must not be * misrepresented as being the original software. * * 3. This notice may not be removed or altered from any source * distribution. * */ lisence_header: | /* * bchanl_hmi.h * * Copyright (c) 2012 project bchan * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages * arising from the use of this software. * * Permission is granted to anyone to use this software for any purpose, * including commercial applications, and to alter it and redistribute it * freely, subject to the following restrictions: * * 1. The origin of this software must not be misrepresented; you must not * claim that you wrote the original software. If you use this software * in a product, an acknowledgment in the product documentation would be * appreciated but is not required. * * 2. Altered source versions must be plainly marked as such, and must not be * misrepresented as being the original software. * * 3. This notice may not be removed or altered from any source * distribution. * */ name: bchanlhmi windows: - window_name: subjectwindow attributes: - scrollable - resizable - alwaysopen title: title_max_length: 256 export_events: - draw - butdn - close - scroll - paste - mousemove - window_name: bbsmenuwindow attributes: - scrollable - resizable - alwaysopen title_max_length: 128 export_events: - draw - butdn - close - scroll - mousemove - window_name: subjectoptionwindow attributes: - opencheckable - subwindow parent: subjectwindow title: スレ一覧設定 title_max_length: 256 size: h: 384 v: 160 parts: - name: filter type: textbox databox: specify: argument rect: left: 90 top: 38 right: 368 bottom: 64 length: 1000 attr: chcol: -1 class: -1 attr: 0 csize: h: 16 v: 16 - name: order type: switchselector databox: specify: argument rect: left: 158 top: 108 right: 300 bottom: 134 fields: - name: ascending text: 昇順 - name: descending text: 降順 - name: orderby type: switchselector databox: specify: argument rect: left: 8 top: 108 right: 150 bottom: 134 fields: - name: number text: 順 - name: res text: レス - name: since text: Since - name: vigor text: 勢い - name: filtertext type: fixedtext rect: left: 8 top: 10 right: 88 bottom: 26 text: フィルタ: - name: ordertext type: fixedtext rect: left: 8 top: 42 right: 88 bottom: 58 text: 並べ順: - window_name: registerexternalwindow attributes: - opencheckable title: 外部板の追加 title_max_length: 256 size: h: 384 v: 138 parts: - name: boradname type: textbox rect: left: 80 top: 8 right: 368 bottom: 34 length: 1000 attr: chcol: -1 class: -1 attr: 0 csize: h: 16 v: 16 - name: url type: textbox rect: left: 80 top: 38 right: 368 bottom: 64 length: 1000 attr: chcol: -1 class: -1 attr: 0 csize: h: 8 v: 16 - name: determine type: textmomentallyswitch rect: left: 226 top: 72 right: 368 bottom: 98 text: 追加 - name: cancel type: textmomentallyswitch rect: left: 8 top: 72 right: 150 bottom: 98 text: 取り消し - name: boardnametext type: fixedtext rect: left: 8 top: 10 right: 320 bottom: 26 text: 板名: - name: urltext type: fixedtext rect: left: 8 top: 42 right: 320 bottom: 58 text: URL: - window_name: externalbbswindow attributes: - scrollable - resizable - opencheckable title: 外部板 title_max_length: 256 export_events: - draw - butdn - close - scroll - paste