instruction
stringlengths 21
57
⌀ | output
stringlengths 3
1.48k
⌀ |
---|---|
관심그리드(GwansimGrid)의 Property중 ly_vert의 예제를 알려줘 | SetCtlProp(\"GridIntr0\ \"ly_vert\ szVal) |
관심그리드(GwansimGrid)의 Property중 ly_horz의 기능을 설명해줘 | 가로배치시 레이아웃 설정, (nLeft, nTop, nWidth, nHeight, bVisiable) |
관심그리드(GwansimGrid)의 Property중 ly_horz의 예제를 알려줘 | SetCtlProp(\"GridIntr0\ \"ly_horz\ szVal) |
관심그리드(GwansimGrid)의 Property중 left의 기능을 설명해줘 | 컨트롤의 왼쪽 좌표 설정 |
관심그리드(GwansimGrid)의 Property중 left의 예제를 알려줘 | SetCtlProp(\"GridIntr0\ \"left\ szVal)\nGetCtlProp(\"GridIntr0\ \"left\") |
관심그리드(GwansimGrid)의 Property중 top의 기능을 설명해줘 | 컨트롤의 Top 좌표 설정 |
관심그리드(GwansimGrid)의 Property중 top의 예제를 알려줘 | SetCtlProp(\"GridIntr0\ \"top\ szVal)\nGetCtlProp(\"GridIntr0\ \"top\") |
관심그리드(GwansimGrid)의 Property중 width의 기능을 설명해줘 | 컨트롤의 너비 설정 |
관심그리드(GwansimGrid)의 Property중 width의 예제를 알려줘 | SetCtlProp(\"GridIntr0\ \"width\ 300)\nGetCtlProp(\"GridIntr0\ \"width\") |
관심그리드(GwansimGrid)의 Property중 height의 기능을 설명해줘 | 컨트롤의 높이 설정 |
관심그리드(GwansimGrid)의 Property중 height의 예제를 알려줘 | SetCtlProp(\"GridIntr0\ \"height\ 30)\nGetCtlProp(\"GridIntr0\ \"height\") |
관심그리드(GwansimGrid)의 Property중 bgcolor의 기능을 설명해줘 | Label의 배경색 설정 |
관심그리드(GwansimGrid)의 Property중 bgcolor의 예제를 알려줘 | SetCtlProp(\"GridIntr0\ \"bgcolor\ \"108:135206235\") |
관심그리드(GwansimGrid)의 Property중 resize의 기능을 설명해줘 | 폼 크기변경에 따른 컨트롤 위치/크기 설정(\"Left, Top, Width, Height\" -> 0:고정, 1:크기증감) |
관심그리드(GwansimGrid)의 Property중 resize의 예제를 알려줘 | SetCtlProp(\"GridIntr0\ \"resize\ \"1,1,1,1\")\nGetCtlProp(\"GridIntr0\ \"resize\") |
관심그리드(GwansimGrid)의 Property중 colcount의 기능을 설명해줘 | 컬럼수 |
관심그리드(GwansimGrid)의 Property중 colcount의 예제를 알려줘 | SetCtlProp(\"GridIntr0\ \"colcount\ nCnt)\nGetCtlProp(\"GridIntr0\ \"colcount\") |
관심그리드(GwansimGrid)의 Property중 rowcount의 기능을 설명해줘 | 로우수 |
관심그리드(GwansimGrid)의 Property중 rowcount의 예제를 알려줘 | SetCtlProp(\"GridIntr0\ \"rowcount\ nCnt)\nGetCtlProp(\"GridIntr0\ \"rowcount\") |
관심그리드(GwansimGrid)의 Property중 dimforrow의 기능을 설명해줘 | 선택한 로우 제외하고 딤처리 |
관심그리드(GwansimGrid)의 Property중 dimforrow의 예제를 알려줘 | SetCtlProp(\"GridIntr0\ \"dimforrow\ nSelrow) |
관심그리드(GwansimGrid)의 Property중 toprow의 기능을 설명해줘 | top 로우 지정 |
관심그리드(GwansimGrid)의 Property중 toprow의 예제를 알려줘 | SetCtlProp(\"GridIntr0\ \"toprow\ \"1\") |
관심그리드(GwansimGrid)의 Property중 lockupdate의 기능을 설명해줘 | 그리드 업데이트 상태 설정 |
관심그리드(GwansimGrid)의 Property중 lockupdate의 예제를 알려줘 | SetCtlProp(\"GridIntr0\ \"lockupdate\ \"1\") |
관심그리드(GwansimGrid)의 Property중 regintrsingle의 기능을 설명해줘 | 관심종목에 추가하기 |
관심그리드(GwansimGrid)의 Property중 regintrsingle의 예제를 알려줘 | SetCtlProp(\"GridIntr0\ \"regintrsingle\ ColID) |
관심그리드(GwansimGrid)의 Property중 regintrall의 기능을 설명해줘 | 관심종목에 추가하기 |
관심그리드(GwansimGrid)의 Property중 regintrall의 예제를 알려줘 | SetCtlProp(\"GridIntr0\ \"regintrall\ ColID) |
관심그리드(GwansimGrid)의 Property중 location의 기능을 설명해줘 | 그리드 위치 리턴 (x, y, width, height) |
관심그리드(GwansimGrid)의 Property중 location의 예제를 알려줘 | GetCtlProp(\"GridIntr0\ \"location\") |
관심그리드(GwansimGrid)의 Property중 alpha의 기능을 설명해줘 | 컨트롤 투명도 설정 (0~1) |
관심그리드(GwansimGrid)의 Property중 alpha의 예제를 알려줘 | SetCtlProp(\"GridIntr0\ \"alpha\ \"0.5\") |
관심그리드(GwansimGrid)의 Property중 bodyalpha의 기능을 설명해줘 | 리스트 투명도 설정 (0~1) |
관심그리드(GwansimGrid)의 Property중 bodyalpha의 예제를 알려줘 | SetCtlProp(\"GridIntr0\ \"bodyalpha\ \"0.5\") |
관심그리드(GwansimGrid)의 Property중 selectrow의 기능을 설명해줘 | 로우 선택 |
관심그리드(GwansimGrid)의 Property중 selectrow의 예제를 알려줘 | SetCtlProp(\"GridIntr0\ \"selectrow\ \"0\")\nGetCtlProp(\"GridIntr0\ \"selectrow\") |
관심그리드(GwansimGrid)의 Property중 insertrow의 기능을 설명해줘 | Row 삽입 (nPos:삽입위치) |
관심그리드(GwansimGrid)의 Property중 insertrow의 예제를 알려줘 | SetCtlProp(\"GridIntr0\ \"insertrow\ nPos) |
관심그리드(GwansimGrid)의 Property중 addrow의 기능을 설명해줘 | row추가 |
관심그리드(GwansimGrid)의 Property중 addrow의 예제를 알려줘 | SetPropGridCell(\"GridIntr0\ \"addrow\ \"\ 1, \"\") |
관심그리드(GwansimGrid)의 Property중 caption의 기능을 설명해줘 | 캡션 설정 (종목명 컨트롤이 차일드로 붙었을경우에는 종목코드) |
관심그리드(GwansimGrid)의 Property중 caption의 예제를 알려줘 | SetPropGridCell(\"GridIntr0\ \"caption\ szCellID, nRowIndex, szVal)\nGetPropGridCell(\"GridIntr0\ \"caption\ szCellID, nRowIndex) |
관심그리드(GwansimGrid)의 Property중 topcaption의 기능을 설명해줘 | 헤더 캡션 설정 |
관심그리드(GwansimGrid)의 Property중 topcaption의 예제를 알려줘 | SetPropGridCell(\"GridIntr0\ \"topcaption\ szCellID, nRowIndex, szVal)\nGetPropGridCell(\"GridIntr0\ \"topcaption\ szCellID, nRowIndex) |
관심그리드(GwansimGrid)의 Property중 footcaption의 기능을 설명해줘 | 풋헤더 캡션 설정 |
관심그리드(GwansimGrid)의 Property중 footcaption의 예제를 알려줘 | SetPropGridCell(\"GridIntr0\ \"footcaption\ szCellID, nRowIndex, szVal)\nGetPropGridCell(\"GridIntr0\ \"footcaption\ szCellID, nRowIndex) |
관심그리드(GwansimGrid)의 Property중 topalign의 기능을 설명해줘 | 헤더 정렬 설정 |
관심그리드(GwansimGrid)의 Property중 topalign의 예제를 알려줘 | SetPropGridCell(\"GridIntr0\ \"topalign\ szCellID, nRowIndex, szVal) |
관심그리드(GwansimGrid)의 Property중 halign의 기능을 설명해줘 | 가로정렬 |
관심그리드(GwansimGrid)의 Property중 halign의 예제를 알려줘 | SetPropGridCell(\"GridIntr0\ \"halign\ szCellID, nRowIndex, szVal) |
관심그리드(GwansimGrid)의 Property중 valign의 기능을 설명해줘 | 세로정렬 |
관심그리드(GwansimGrid)의 Property중 valign의 예제를 알려줘 | SetPropGridCell(\"GridIntr0\ \"valign\ szCellID, nRowIndex, szVal) |
관심그리드(GwansimGrid)의 Property중 clear의 기능을 설명해줘 | Body 데이터 삭제 |
관심그리드(GwansimGrid)의 Property중 clear의 예제를 알려줘 | SetPropGridCell(\"GridIntr0\ \"clear\ szCellID, nRowIndex, szVal) |
관심그리드(GwansimGrid)의 Property중 bongdisp의 기능을 설명해줘 | 봉 표시 설정 (0:안보임 1:보임) |
관심그리드(GwansimGrid)의 Property중 bongdisp의 예제를 알려줘 | SetPropGridCell(\"GridIntr0\ \"bongdisp\ szCellID, nRowIndex, \"1\") |
관심그리드(GwansimGrid)의 Property중 allcheck의 기능을 설명해줘 | 전체 체크 설정 |
관심그리드(GwansimGrid)의 Property중 allcheck의 예제를 알려줘 | SetPropGridCell(\"GridIntr0\ \"allcheck\ szCellID, \"\ szVal) |
관심그리드(GwansimGrid)의 Property중 alluncheck의 기능을 설명해줘 | 전체 체크 설정 |
관심그리드(GwansimGrid)의 Property중 alluncheck의 예제를 알려줘 | SetPropGridCell(\"GridIntr0\ \"alluncheck\ szCellID, \"\ szVal) |
관심그리드(GwansimGrid)의 Property중 deleterow의 기능을 설명해줘 | 로우 삭제 |
관심그리드(GwansimGrid)의 Property중 deleterow의 예제를 알려줘 | SetPropGridCell(\"GridIntr0\ \"deleterow\ \"\ nRowIndex, \"\") |
관심그리드(GwansimGrid)의 Property중 attrcolor의 기능을 설명해줘 | Attribute 색상을 임의로 설정 |
관심그리드(GwansimGrid)의 Property중 attrcolor의 예제를 알려줘 | SetPropGridCell(\"GridIntr0\ \"attrcolor\ szCellID, nRowIndex, szColor) |
관심그리드(GwansimGrid)의 Property중 captionname의 기능을 설명해줘 | 종목명 컨트롤이 차일드로 붙었을 경우의 캡션 설정 |
관심그리드(GwansimGrid)의 Property중 captionname의 예제를 알려줘 | SetPropGridCell(\"GridIntr0\ \"captionname\ szCellID, nRowIndex, \"아이티젠\") |
관심그리드(GwansimGrid)의 Property중 enable의 기능을 설명해줘 | 사용가능 여부 설정 |
관심그리드(GwansimGrid)의 Property중 enable의 예제를 알려줘 | SetPropGridCell(\"GridIntr0\ \"enable\ szCellID, nRowIndex, \"1\") |
관심그리드(GwansimGrid)의 Property중 cellbgcolor의 기능을 설명해줘 | 셀 배경색 설정 |
관심그리드(GwansimGrid)의 Property중 cellbgcolor의 예제를 알려줘 | SetPropGridCell(\"GridIntr0\ \"topcaption\ szCellID, nRowIndex, \"108:135206235\") |
관심그리드(GwansimGrid)의 Property중 fgcolor의 기능을 설명해줘 | 전경색 설정 |
관심그리드(GwansimGrid)의 Property중 fgcolor의 예제를 알려줘 | SetPropGridCell(\"GridIntr0\ \"fgcolor\ szCellID, nRowIndex, \"0:000000000\") |
관심그리드(GwansimGrid)의 Property중 usefgcolor의 기능을 설명해줘 | 스크립트 컬러 사용 여부 설정 |
관심그리드(GwansimGrid)의 Property중 usefgcolor의 예제를 알려줘 | SetPropGridCell(\"GridIntr0\ \"usefgcolor\ szCellID, nRowIndex, \"1\") |
관심그리드(GwansimGrid)의 Property중 gridsingle의 기능을 설명해줘 | 그리드 종목명을 싱글모드로 보일것인지 설정 |
관심그리드(GwansimGrid)의 Property중 gridsingle의 예제를 알려줘 | SetPropGridCell(\"GridIntr0\ \"gridsingle\ szCellID, nRowIndex, \"1\") |
관심그리드(GwansimGrid)의 Event중 CellDataChanged의 예제를 알려줘 | 셀의 데이터가 변경되었을 때 발생, 파라미터( lRow: 발생 위치의 서브행, lCol: 발생 위치의 열, szOldData: 원래 데이터, szNewData : 새로운 데이터, ByReal: 리얼여부) |
관심그리드(GwansimGrid)의 Event중 OnScrollEnd의 예제를 알려줘 | 그리드의 스크롤을 하여 그리드의 마지막 행에 도착했을 때 발생 |
관심그리드(GwansimGrid)의 Event중 OnHeaderClickUp의 예제를 알려줘 | 헤드를 마우스 클릭했을 때 마우스 업에서 발생, 파라미터(lRow: 발생 위치의 서브행, lCol: 발생 위치의 열) |
관심그리드(GwansimGrid)의 Event중 OnHeaderClicked의 예제를 알려줘 | 헤드를 마우스 왼쪽 클릭했을 때 발생, 파라미터(lRow: 발생 위치의 서브행, lCol: 발생 위치의 열, bUpDn: 0 (down) / 1 (up), * pvarProcessed : 사용안함) |
관심그리드(GwansimGrid)의 Event중 OnClickUp의 예제를 알려줘 | 마우스 클릭했을 때 마우스 업에서 발생, 파라미터(lRow: 발생 위치의 서브행, lCol: 발생 위치의 열) |
테이블(Table)의 Property중 ly_vert의 기능을 설명해줘 | 세로배치시 레이아웃 설정, (nLeft, nTop, nWidth, nHeight, bVisiable) |
테이블(Table)의 Property중 ly_vert의 예제를 알려줘 | SetCtlProp(\"Table0\ \"ly_vert\ szVal) |
테이블(Table)의 Property중 ly_horz의 기능을 설명해줘 | 가로배치시 레이아웃 설정, (nLeft, nTop, nWidth, nHeight, bVisiable) |
테이블(Table)의 Property중 ly_horz의 예제를 알려줘 | SetCtlProp(\"Table0\ \"ly_horz\ szVal) |
테이블(Table)의 Property중 left의 기능을 설명해줘 | 컨트롤의 왼쪽 좌표 설정 |
테이블(Table)의 Property중 left의 예제를 알려줘 | SetCtlProp(\"Table0\ \"left\ szVal)\nGetCtlProp(\"Table0\ \"left\") |
테이블(Table)의 Property중 top의 기능을 설명해줘 | 컨트롤의 Top 좌표 설정 |
테이블(Table)의 Property중 top의 예제를 알려줘 | SetCtlProp(\"Table0\ \"top\ szVal)\nGetCtlProp(\"Table0\ \"top\") |
테이블(Table)의 Property중 width의 기능을 설명해줘 | 컨트롤의 너비 설정 |
테이블(Table)의 Property중 width의 예제를 알려줘 | SetCtlProp(\"Table0\ \"width\ 300)\nGetCtlProp(\"Table0\ \"width\") |
테이블(Table)의 Property중 height의 기능을 설명해줘 | 컨트롤의 높이 설정 |
테이블(Table)의 Property중 height의 예제를 알려줘 | SetCtlProp(\"Table0\ \"height\ 30)\nGetCtlProp(\"Table0\ \"height\") |
테이블(Table)의 Property중 enabled의 기능을 설명해줘 | 활성화 여부 설정 |
테이블(Table)의 Property중 enabled의 예제를 알려줘 | SetCtlProp(\"Table0\ \"enable\ \"1\")\nGetCtlProp(\"Table0\ \"enable\") |
테이블(Table)의 Property중 bgcolor의 기능을 설명해줘 | Label의 배경색 설정 |
테이블(Table)의 Property중 bgcolor의 예제를 알려줘 | SetCtlProp(\"Table0\ \"bgcolor\ \"108:135206235\") |
테이블(Table)의 Property중 alpha의 기능을 설명해줘 | 컨트롤 투명도 설정 |
테이블(Table)의 Property중 alpha의 예제를 알려줘 | SetCtlProp(\"Table0\ \"alpha\ \"1\") |
Subsets and Splits