instruction
stringlengths 21
57
⌀ | output
stringlengths 3
1.48k
⌀ |
---|---|
그래프(Graph)의 Property중 autofontsize의 예제를 알려줘 | SetCtlProp(\"Graph0\ \"autofontsize\ \"1\") |
그래프(Graph)의 Property중 mask의 기능을 설명해줘 | 표시할 문자열의 마스킹 설정\"숫자/문자, 0표시여부, PreFix, PostFix, 마스크처리여부, 마스크포멧, 소수점자리수, 천단위부호 표시여부, -부호표시여부 |
그래프(Graph)의 Property중 mask의 예제를 알려줘 | SetCtlProp(\"Graph0\ \"mask\ \"1,0,,,1,##.##,0,1,0\") |
그래프(Graph)의 Property중 graphtype의 기능을 설명해줘 | 그래프 타입 (0:파이 1:바) |
그래프(Graph)의 Property중 graphtype의 예제를 알려줘 | SetCtlProp(\"Graph0\ \"graphtype\ \"0\") |
그래프(Graph)의 Property중 titleposition의 기능을 설명해줘 | 범례위치 (0:좌상 1:우하 2:상단 3:하단) |
그래프(Graph)의 Property중 titleposition의 예제를 알려줘 | SetCtlProp(\"Graph0\ \"titleposition\ \"0\") |
그래프(Graph)의 Property중 isshowtitle의 기능을 설명해줘 | 범례 항목명 보이기 설정 |
그래프(Graph)의 Property중 isshowtitle의 예제를 알려줘 | SetCtlProp(\"Graph0\ \"isshowtitle\ \"1\") |
그래프(Graph)의 Property중 isshowvalue의 기능을 설명해줘 | 범례 값 보이기 설정 |
그래프(Graph)의 Property중 isshowvalue의 예제를 알려줘 | SetCtlProp(\"Graph0\ \"isshowvalue\ \"1\") |
그래프(Graph)의 Property중 isshowpercentage의 기능을 설명해줘 | 범례 퍼센트 보이기 설정 |
그래프(Graph)의 Property중 isshowpercentage의 예제를 알려줘 | SetCtlProp(\"Graph0\ \"isshowpercentage\ \"1\") |
그래프(Graph)의 Property중 drawing의 기능을 설명해줘 | 그래프 갱신 여부 (0:갱신안함 1:갱신) |
그래프(Graph)의 Property중 drawing의 예제를 알려줘 | SetCtlProp(\"Graph0\ \"drawing\ \"1\") |
그래프(Graph)의 Property중 cleardata의 기능을 설명해줘 | 그래프 데이터 초기화 |
그래프(Graph)의 Property중 cleardata의 예제를 알려줘 | SetCtlProp(\"Graph0\ \"cleardata\ \"\") |
그래프(Graph)의 Property중 addkeyvalue의 기능을 설명해줘 | 그래프 추가 (szKey:키, szValue:데이터) |
그래프(Graph)의 Property중 addkeyvalue의 예제를 알려줘 | SetPropGraph(\"Graph0\ \"addkeyvalue\ szKey, szValue) |
그래프(Graph)의 Property중 setkeycoloridx의 기능을 설명해줘 | 지정 키의 그래프 색상지정(szKey:키, szValue:컬러인덱스) |
그래프(Graph)의 Property중 setkeycoloridx의 예제를 알려줘 | SetPropGraph(\"Graph0\ \"setkeycoloridx\ szKey, szValue) |
이미지(Image)의 Property중 ly_vert의 기능을 설명해줘, | 세로배치시 레이아웃 설정, (nLeft, nTop, nWidth, nHeight, bVisiable) |
이미지(Image)의 Property중 ly_vert의 예제를 알려줘, | SetCtlProp(\"Image0\", \"ly_vert\", szVal) |
이미지(Image)의 Property중 ly_horz의 기능을 설명해줘, | 가로배치시 레이아웃 설정, (nLeft, nTop, nWidth, nHeight, bVisiable) |
이미지(Image)의 Property중 ly_horz의 예제를 알려줘, | SetCtlProp(\"Image0\", \"ly_horz\", szVal) |
이미지(Image)의 Property중 left의 기능을 설명해줘, | 컨트롤의 왼쪽 좌표 설정 |
이미지(Image)의 Property중 left의 예제를 알려줘, | SetCtlProp(\"Image0\", \"left\", szVal)\nGetCtlProp(\""Image0\", \"left\") |
이미지(Image)의 Property중 top의 기능을 설명해줘, | 컨트롤의 Top 좌표 설정 |
이미지(Image)의 Property중 top의 예제를 알려줘, | SetCtlProp(\"Image0\", \"top\", szVal)\nGetCtlProp(\""Image0\", \"top\") |
이미지(Image)의 Property중 width의 기능을 설명해줘, | 컨트롤의 너비 설정 |
이미지(Image)의 Property중 width의 예제를 알려줘, | SetCtlProp(\"Image0\", \"width\", 300)\nGetCtlProp(\""Image0\", \"width\") |
이미지(Image)의 Property중 height의 기능을 설명해줘, | 컨트롤의 높이 설정 |
이미지(Image)의 Property중 height의 예제를 알려줘, | SetCtlProp(\"Image0\", \"height\", 30)\nGetCtlProp(\""Image0\", \"height\") |
이미지(Image)의 Property중 visible의 기능을 설명해줘, | 컨트롤의 보임 여부 설정 |
이미지(Image)의 Property중 visible의 예제를 알려줘, | SetCtlProp(\"Image0\", \"visiable\", \"1\")\nGetCtlProp(\""Image0\", \"visiable\") |
이미지(Image)의 Property중 imagefilepth의 기능을 설명해줘, | 이미지 파일명 |
이미지(Image)의 Property중 imagefilepth의 예제를 알려줘, | SetCtlProp(\"Image0\", \"imagefilepth\", szVal)\nGetCtlProp(\""Image0\", \"imagefilepth\") |
이미지(Image)의 Property중 autosize의 기능을 설명해줘, | 이미지 표현 (0:고정 1:늘리기) |
이미지(Image)의 Property중 autosize의 예제를 알려줘, | SetCtlProp(\"Image0\", \"autosize\", \"0\") |
이미지(Image)의 Property중 usegridscript의 기능을 설명해줘, | 이미지를 스크립트로 변경할지 여부 설정(그리드에 차일드로 붙을경우) |
이미지(Image)의 Property중 usegridscript의 예제를 알려줘, | SetCtlProp(\"Image0\", \"usegridscript\", \"1\") |
이미지(Image)의 Event중 Click 대해 알려줘 | 이미지 클릭시 발생 |
라디오(Radio)의 Event중 Click 대해 알려줘 | Click 된 라디오 인덱스 |
체크(Check)의 Event중 OnChange 대해 알려줘 | 체크 상태가 변경 될 때 발생. 파라미터 : (sCheckState : 체크 상태) |
셀봉(CellBong)의 Property중 ly_vert의 기능을 설명해줘 | 세로배치시 레이아웃 설정, (nLeft, nTop, nWidth, nHeight, bVisiable) |
셀봉(CellBong)의 Property중 ly_vert의 예제를 알려줘 | SetCtlProp(\"CellBong0\ \"ly_vert\ szVal) |
셀봉(CellBong)의 Property중 ly_horz의 기능을 설명해줘 | 가로배치시 레이아웃 설정, (nLeft, nTop, nWidth, nHeight, bVisiable) |
셀봉(CellBong)의 Property중 ly_horz의 예제를 알려줘 | SetCtlProp(\"CellBong0\ \"ly_horz\ szVal) |
셀봉(CellBong)의 Property중 left의 기능을 설명해줘 | 컨트롤의 왼쪽 좌표 설정 |
셀봉(CellBong)의 Property중 left의 예제를 알려줘 | SetCtlProp(\"CellBong0\ \"left\ szVal)\nGetCtlProp(\"CellBong0\ \"left\") |
셀봉(CellBong)의 Property중 top의 기능을 설명해줘 | 컨트롤의 Top 좌표 설정 |
셀봉(CellBong)의 Property중 top의 예제를 알려줘 | SetCtlProp(\"CellBong0\ \"top\ szVal)\nGetCtlProp(\"CellBong0\ \"top\") |
셀봉(CellBong)의 Property중 width의 기능을 설명해줘 | 컨트롤의 너비 설정 |
셀봉(CellBong)의 Property중 width의 예제를 알려줘 | SetCtlProp(\"CellBong0\ \"width\ 300)\nGetCtlProp(\"CellBong0\ \"width\") |
셀봉(CellBong)의 Property중 height의 기능을 설명해줘 | 컨트롤의 높이 설정 |
셀봉(CellBong)의 Property중 height의 예제를 알려줘 | SetCtlProp(\"CellBong0\ \"height\ 30)\nGetCtlProp(\"CellBong0\ \"height\") |
셀봉(CellBong)의 Property중 bgcolor의 기능을 설명해줘 | 컨트롤의 배경색 설정 |
셀봉(CellBong)의 Property중 bgcolor의 예제를 알려줘 | SetCtlProp(\"CellBong0\ \"bgcolor\ \"108:135206235\") |
셀봉(CellBong)의 Property중 fgcolor의 기능을 설명해줘 | 글자 색상 설정 |
셀봉(CellBong)의 Property중 fgcolor의 예제를 알려줘 | SetCtlProp(\"CellBong0\ \"fgcolor\ \"108:135206235\") |
셀봉(CellBong)의 Property중 visible의 기능을 설명해줘 | 컨트롤의 보임 여부 설정 |
셀봉(CellBong)의 Property중 visible의 예제를 알려줘 | SetCtlProp(\"CellBong0\ \"visiable\ \"1\")\nGetCtlProp(\"CellBong0\ \"visiable\") |
셀봉(CellBong)의 Property중 fontsize의 기능을 설명해줘 | 표시할 문자열의 사이즈 설정 |
셀봉(CellBong)의 Property중 fontsize의 예제를 알려줘 | SetCtlProp(\"CellBong0\ \"fontsize\ \"10\")\nGetCtlProp(\"CellBong0\ \"fontsize\") |
셀봉(CellBong)의 Property중 charttype의 기능을 설명해줘 | 차트 종류 (0:막대차트 1:봉차트) |
셀봉(CellBong)의 Property중 charttype의 예제를 알려줘 | SetCtlProp(\"CellBong0\ \"charttype\ \"1\") |
달력(Calendar)의 Property중 ly_vert의 기능을 설명해줘 | 세로배치시 레이아웃 설정, (nLeft, nTop, nWidth, nHeight, bVisiable) |
달력(Calendar)의 Property중 ly_vert의 예제를 알려줘 | SetCtlProp(\"Calendar0\ \"ly_vert\ szVal) |
달력(Calendar)의 Property중 ly_horz의 기능을 설명해줘 | 가로배치시 레이아웃 설정, (nLeft, nTop, nWidth, nHeight, bVisiable) |
달력(Calendar)의 Property중 ly_horz의 예제를 알려줘 | SetCtlProp(\"Calendar0\ \"ly_horz\ szVal) |
달력(Calendar)의 Property중 left의 기능을 설명해줘 | 컨트롤의 왼쪽 좌표 설정 |
달력(Calendar)의 Property중 left의 예제를 알려줘 | SetCtlProp(\"Calendar0\ \"left\ szVal)\nGetCtlProp(\"Calendar0\ \"left\") |
달력(Calendar)의 Property중 top의 기능을 설명해줘 | 컨트롤의 Top 좌표 설정 |
달력(Calendar)의 Property중 top의 예제를 알려줘 | SetCtlProp(\"Calendar0\ \"top\ szVal)\nGetCtlProp(\"Calendar0\ \"top\") |
달력(Calendar)의 Property중 width의 기능을 설명해줘 | 컨트롤의 너비 설정 |
달력(Calendar)의 Property중 width의 예제를 알려줘 | SetCtlProp(\"Calendar0\ \"width\ 300)\nGetCtlProp(\"Calendar0\ \"width\") |
달력(Calendar)의 Property중 height의 기능을 설명해줘 | 컨트롤의 높이 설정 |
달력(Calendar)의 Property중 height의 예제를 알려줘 | SetCtlProp(\"Calendar0\ \"height\ 30)\nGetCtlProp(\"Calendar0\ \"height\") |
달력(Calendar)의 Property중 enabled의 기능을 설명해줘 | 활성화 여부 설정 |
달력(Calendar)의 Property중 enabled의 예제를 알려줘 | SetCtlProp(\"Calendar0\ \"enable\ \"1\")\nGetCtlProp(\"Calendar0\ \"enable\") |
달력(Calendar)의 Property중 fgcolor의 기능을 설명해줘 | 글자 색상 설정 |
달력(Calendar)의 Property중 fgcolor의 예제를 알려줘 | SetCtlProp(\"Calendar0\ \"fgcolor\ \"108:135206235\") |
달력(Calendar)의 Property중 visible의 기능을 설명해줘 | 컨트롤의 보임 여부 설정 |
달력(Calendar)의 Property중 visible의 예제를 알려줘 | SetCtlProp(\"Calendar0\ \"visiable\ \"1\")\nGetCtlProp(\"Calendar0\ \"visiable\") |
달력(Calendar)의 Property중 caption의 기능을 설명해줘 | 컨트롤에 표시할 문자열 설정 |
달력(Calendar)의 Property중 caption의 예제를 알려줘 | SetCtlProp(\"Calendar0\ \"caption\ \"문자열\") |
달력(Calendar)의 Property중 halign의 기능을 설명해줘 | 문자열의 수평 정렬 설정, 0 – 왼쪽, 1 – 가운데, 2 – 오른쪽" |
달력(Calendar)의 Property중 halign의 예제를 알려줘 | SetCtlProp(\"Calendar0\ \"halign\ szVal) |
달력(Calendar)의 Property중 fontsize의 기능을 설명해줘 | 표시할 문자열의 사이즈 설정 |
달력(Calendar)의 Property중 fontsize의 예제를 알려줘 | SetCtlProp(\"Calendar0\ \"fontsize\ \"10\")\nGetCtlProp(\"Calendar0\ \"fontsize\") |
달력(Calendar)의 Property중 fontstyle의 기능을 설명해줘 | 표시할 문자열의 밑줄 설정 |
달력(Calendar)의 Property중 fontstyle의 예제를 알려줘 | SetCtlProp(\"Calendar0\ \"fontstyle\ \"1\") |
달력(Calendar)의 Property중 eventtr의 기능을 설명해줘 | 기본 이벤트 발생시 처리할 TR을 지정합니다." |
달력(Calendar)의 Property중 eventtr의 예제를 알려줘 | SetCtlProp(\"Calendar0\ \"eventtr\ \"sEventTrName\") |
달력(Calendar)의 Property중 dispcaption의 기능을 설명해줘 | 표시되고있는 문자열을 마스킹 상태로 얻기" |
달력(Calendar)의 Property중 dispcaption의 예제를 알려줘 | GetCtlProp(\"Calendar0\ \"dispcaption\") |
달력(Calendar)의 Property중 todaymode의 기능을 설명해줘 | 날짜 설정 (0:Host날자 1:PC날자 2:비어있음) |
달력(Calendar)의 Property중 todaymode의 예제를 알려줘 | SetCtlProp(\"Calendar0\ \"todaymode\ \"1\") |
달력(Calendar)의 Property중 addday의 기능을 설명해줘 | 날자 + nDay |
달력(Calendar)의 Property중 addday의 예제를 알려줘 | SetCtlProp(\"Calendar0\ \"addday\ \"1\") |
Subsets and Splits