instruction
stringlengths 21
57
⌀ | output
stringlengths 3
1.48k
⌀ |
---|---|
버튼(Button)의 Property중 width의 기능을 설명해줘, | 컨트롤의 너비 설정 |
버튼(Button)의 Property중 width의 예제를 알려줘, | SetCtlProp(\Button0\", \"width\", 300)\nGetCtlProp(\"Button0\", \"width\") |
버튼(Button)의 Property중 height의 기능을 설명해줘, | 컨트롤의 높이 설정 |
버튼(Button)의 Property중 height의 예제를 알려줘, | SetCtlProp(\Button0\", \"height\", 30)\nGetCtlProp(\"Button0\", \"height\") |
버튼(Button)의 Property중 enabled의 기능을 설명해줘, | 활성화 여부 설정 |
버튼(Button)의 Property중 enabled의 예제를 알려줘, | SetCtlProp(\Button0\", \"enable\", \"1\")\nGetCtlProp(\"Button0\", \"enable\") |
버튼(Button)의 Property중 bgcolor의 기능을 설명해줘, | Label의 배경색 설정 |
버튼(Button)의 Property중 bgcolor의 예제를 알려줘, | SetCtlProp(\Button0\", \"bgcolor\", \"108:135206235\") |
버튼(Button)의 Property중 bgalpha의 기능을 설명해줘, | 배경색 농도 설정 |
버튼(Button)의 Property중 bgalpha의 예제를 알려줘, | SetCtlProp(\Button0\", \"bgalpha\", \"1\") |
버튼(Button)의 Property중 fgcolor의 기능을 설명해줘, | 글자 색상 설정 |
버튼(Button)의 Property중 fgcolor의 예제를 알려줘, | SetCtlProp(\Button0\", \"fgcolor\", \"108:135206235\") |
버튼(Button)의 Property중 fgalpha의 기능을 설명해줘, | 글자 농도 설정 |
버튼(Button)의 Property중 fgalpha의 예제를 알려줘, | SetCtlProp(\Button0\", \"fgalpha\", \"1\") |
버튼(Button)의 Property중 visible의 기능을 설명해줘, | 컨트롤의 보임 여부 설정 |
버튼(Button)의 Property중 visible의 예제를 알려줘, | SetCtlProp(\Button0\", \"visiable\", \"1\")\nGetCtlProp(\"Button0\", \"visiable\") |
버튼(Button)의 Property중 caption의 기능을 설명해줘, | 컨트롤에 표시할 문자열 설정 |
버튼(Button)의 Property중 caption의 예제를 알려줘, | SetCtlProp(\Button0\", \"caption\", \"문자열\") |
버튼(Button)의 Property중 halign의 기능을 설명해줘, | 문자열의 수평 정렬 설정, 0 – 왼쪽, 1 – 가운데, 2 – 오른쪽 |
버튼(Button)의 Property중 halign의 예제를 알려줘, | SetCtlProp(\Button0\", \"halign\", szVal) |
버튼(Button)의 Property중 fontsize의 기능을 설명해줘, | 표시할 문자열의 사이즈 설정 |
버튼(Button)의 Property중 fontsize의 예제를 알려줘, | SetCtlProp(\Button0\", \"fontsize\", \"10\")\nGetCtlProp(\"Button0\", \"fontsize\") |
버튼(Button)의 Property중 fontstyle의 기능을 설명해줘, | 표시할 문자열의 밑줄 설정 |
버튼(Button)의 Property중 fontstyle의 예제를 알려줘, | SetCtlProp(\Button0\", \"fontstyle\", \"1\") |
버튼(Button)의 Property중 multiline의 기능을 설명해줘, | 표시할 문자열을 멀티라인을 사용할 것인지 사용 여부 |
버튼(Button)의 Property중 multiline의 예제를 알려줘, | SetCtlProp(\Button0\", \"multiline\", \"1\") |
버튼(Button)의 Property중 resize의 기능을 설명해줘, | 폼 크기변경에 따른 컨트롤 위치/크기 설정(\Left, Top, Width, Height\" -> 0:고정, 1:크기증감) |
버튼(Button)의 Property중 resize의 예제를 알려줘, | SetCtlProp(\Button0\", \"resize\", \"1,1,1,1\")\nGetCtlProp(\"Button0\", \"resize\") |
버튼(Button)의 Property중 paddinginfo의 기능을 설명해줘, | 표시할 문자열의 패딩 사이즈 지정 (nLeft, nTop, nRight, nBottom) |
버튼(Button)의 Property중 paddinginfo의 예제를 알려줘, | SetCtlProp(\Button0\", \"paddinginfo\", \"0,0,0,0\")\nGetCtlProp(\"Button0\", \"paddinginfo\") |
버튼(Button)의 Property중 btnimage의 기능을 설명해줘, | 버튼(Button)에 표시할 이미지를 지정한다. |
버튼(Button)의 Property중 btnimage의 예제를 알려줘, | SetCtlProp(\Button0\", \"btnimage\", \"sImageName\") |
버튼(Button)의 Property중 eventtr의 기능을 설명해줘, | 기본 이벤트 발생시 처리할 TR을 지정합니다. |
버튼(Button)의 Property중 eventtr의 예제를 알려줘, | SetCtlProp(\Button0\", \"eventtr\", \"sEventTrName\") |
버튼(Button)의 Property중 linkfile의 기능을 설명해줘, | 이벤트 발생시 오픈할 파일명 지정 |
버튼(Button)의 Property중 linkfile의 예제를 알려줘, | SetCtlProp(\Button0\", \"linkfile\", \"sFileName\") |
버튼(Button)의 Property중 btnactionevent의 기능을 설명해줘, | 이벤트 발생시 동작할 기능 설정 (0:사용안함 1:화면오픈 2:다이알로그오픈 3:팝업오픈) |
버튼(Button)의 Property중 btnactionevent의 예제를 알려줘, | SetCtlProp(\Button0\", \"linkfile\", \"1\") |
버튼(Button)의 Property중 shadow의 기능을 설명해줘, | 버튼(Button)의 그림자 표시 설정 |
버튼(Button)의 Property중 shadow의 예제를 알려줘, | SetCtlProp(\Button0\", \"linkfile\", \"1\") |
버튼(Button)의 Property중 dispcaption의 기능을 설명해줘, | 표시되고있는 문자열을 마스킹 상태로 얻기 |
버튼(Button)의 Property중 dispcaption의 예제를 알려줘, | GetCtlProp(\Button0\", \"dispcaption\") |
버튼(Button)의 Property중 margin의 기능을 설명해줘, | 여백 설정 (\nLeft, nTop, nRight, nBottom\") |
버튼(Button)의 Property중 margin의 예제를 알려줘, | SetCtlProp(\Button0\", \"margin\", \"0,0,0,0\") |
버튼(Button)의 Property중 usegridscript의 기능을 설명해줘, | 이미지를 스크립트로 변경할지 여부 설정(그리드에 차일드로 붙을경우) |
버튼(Button)의 Property중 usegridscript의 예제를 알려줘, | SetCtlProp(\Button0\", \"usegridscript\", \"1\") |
버튼(Button)의 Evnet중 Click에 대해 알려줘 | 버튼(Button)을 클릭했을 때 발생 |
에디트(Edit)의 Property중 ly_vert의 기능을 설명해줘, | 세로배치시 레이아웃 설정, (nLeft, nTop, nWidth, nHeight, bVisiable) |
에디트(Edit)의 Property중 ly_vert의 예제를 알려줘, | SetCtlProp(\Edit0\", \"ly_vert\", szVal) |
에디트(Edit)의 Property중 ly_horz의 기능을 설명해줘, | 가로배치시 레이아웃 설정, (nLeft, nTop, nWidth, nHeight, bVisiable) |
에디트(Edit)의 Property중 ly_horz의 예제를 알려줘, | SetCtlProp(\Edit0\", \"ly_horz\", szVal) |
에디트(Edit)의 Property중 left의 기능을 설명해줘, | 컨트롤의 왼쪽 좌표 설정 |
에디트(Edit)의 Property중 left의 예제를 알려줘, | SetCtlProp(\Edit0\", \"left\", szVal)\nGetCtlProp(\"Edit0\", \"left\") |
에디트(Edit)의 Property중 top의 기능을 설명해줘, | 컨트롤의 Top 좌표 설정 |
에디트(Edit)의 Property중 top의 예제를 알려줘, | SetCtlProp(\Edit0\", \"top\", szVal)\nGetCtlProp(\"Edit0\", \"top\") |
에디트(Edit)의 Property중 width의 기능을 설명해줘, | 컨트롤의 너비 설정 |
에디트(Edit)의 Property중 width의 예제를 알려줘, | SetCtlProp(\Edit0\", \"width\", 300)\nGetCtlProp(\"Edit0\", \"width\") |
에디트(Edit)의 Property중 height의 기능을 설명해줘, | 컨트롤의 높이 설정 |
에디트(Edit)의 Property중 height의 예제를 알려줘, | SetCtlProp(\Edit0\", \"height\", 30)\nGetCtlProp(\"Edit0\", \"height\") |
에디트(Edit)의 Property중 enabled의 기능을 설명해줘, | 활성화 여부 설정 |
에디트(Edit)의 Property중 enabled의 예제를 알려줘, | SetCtlProp(\Edit0\", \"enable\", \"1\")\nGetCtlProp(\"Edit0\", \"enable\") |
에디트(Edit)의 Property중 bgcolor의 기능을 설명해줘, | Label의 배경색 설정 |
에디트(Edit)의 Property중 bgcolor의 예제를 알려줘, | SetCtlProp(\Edit0\", \"bgcolor\", \"108:135206235\") |
에디트(Edit)의 Property중 bgalpha의 기능을 설명해줘, | 배경색 농도 설정 |
에디트(Edit)의 Property중 bgalpha의 예제를 알려줘, | SetCtlProp(\Edit0\", \"bgalpha\", \"1\") |
에디트(Edit)의 Property중 fgcolor의 기능을 설명해줘, | 글자 색상 설정 |
에디트(Edit)의 Property중 fgcolor의 예제를 알려줘, | SetCtlProp(\Edit0\", \"fgcolor\", \"108:135206235\") |
에디트(Edit)의 Property중 fgalpha의 기능을 설명해줘, | 글자 농도 설정 |
에디트(Edit)의 Property중 fgalpha의 예제를 알려줘, | SetCtlProp(\Edit0\", \"fgalpha\", \"1\") |
에디트(Edit)의 Property중 visible의 기능을 설명해줘, | 컨트롤의 보임 여부 설정 |
에디트(Edit)의 Property중 visible의 예제를 알려줘, | SetCtlProp(\Edit0\", \"visiable\", \"1\")\nGetCtlProp(\"Edit0\", \"visiable\") |
에디트(Edit)의 Property중 caption의 기능을 설명해줘, | 컨트롤에 표시할 문자열 설정 |
에디트(Edit)의 Property중 caption의 예제를 알려줘, | SetCtlProp(\Edit0\", \"caption\", \"문자열\") |
에디트(Edit)의 Property중 halign의 기능을 설명해줘, | 문자열의 수평 정렬 설정, 0 – 왼쪽, 1 – 가운데, 2 – 오른쪽 |
에디트(Edit)의 Property중 halign의 예제를 알려줘, | SetCtlProp(\Edit0\", \"halign\", szVal) |
에디트(Edit)의 Property중 fontsize의 기능을 설명해줘, | 표시할 문자열의 사이즈 설정 |
에디트(Edit)의 Property중 fontsize의 예제를 알려줘, | SetCtlProp(\Edit0\", \"fontsize\", \"10\")\nGetCtlProp(\"Edit0\", \"fontsize\") |
에디트(Edit)의 Property중 fontstyle의 기능을 설명해줘, | 표시할 문자열의 밑줄 설정 |
에디트(Edit)의 Property중 fontstyle의 예제를 알려줘, | SetCtlProp(\Edit0\", \"fontstyle\", \"1\") |
에디트(Edit)의 Property중 multiline의 기능을 설명해줘, | 표시할 문자열을 멀티라인을 사용할 것인지 사용 여부 |
에디트(Edit)의 Property중 multiline의 예제를 알려줘, | SetCtlProp(\Edit0\", \"multiline\", \"1\") |
에디트(Edit)의 Property중 fonttype의 기능을 설명해줘, | 표시할 문자열의 폰트타입 설정 (1:문자 2:숫자 0:자동) |
에디트(Edit)의 Property중 fonttype의 예제를 알려줘, | SetCtlProp(\Edit0\", \"fonttype\", \"10\") |
에디트(Edit)의 Property중 mask의 기능을 설명해줘, | 표시할 문자열의 마스킹 설정\숫자/문자, 0표시여부, PreFix, PostFix, 마스크처리여부, 마스크포멧, 소수점자리수, 천단위부호 표시여부, -부호표시여부 |
에디트(Edit)의 Property중 mask의 예제를 알려줘, | SetCtlProp(\Edit0\", \"mask\", \"1,0,,,1,##.##,0,1,0\") |
에디트(Edit)의 Property중 autofontsize의 기능을 설명해줘, | 표시할 문자열의 사이즈를 컨트롤 사이즈에 맞게 표시할지 여부 |
에디트(Edit)의 Property중 autofontsize의 예제를 알려줘, | SetCtlProp(\Edit0\", \"autofontsize\", \"1\") |
에디트(Edit)의 Property중 maxlength의 기능을 설명해줘, | 최대 글자수 설정 |
에디트(Edit)의 Property중 maxlength의 예제를 알려줘, | SetCtlProp(\Edit0\", \"maxlength\", szVal)\nGetCtlProp(\"Edit0\", \"maxlength\") |
에디트(Edit)의 Property중 minlength의 기능을 설명해줘, | 최소 글자수 설정 |
에디트(Edit)의 Property중 minlength의 예제를 알려줘, | SetCtlProp(\Edit0\", \"minlength\", szVal)\nGetCtlProp(\"Edit0\", \"minlength\") |
에디트(Edit)의 Property중 password의 기능을 설명해줘, | 비밀번호 사용 설정 |
에디트(Edit)의 Property중 password의 예제를 알려줘, | SetCtlProp(\Edit0\", \"password\", \"1\") |
에디트(Edit)의 Property중 hintcaption의 기능을 설명해줘, | 힌트 설정 |
에디트(Edit)의 Property중 hintcaption의 예제를 알려줘, | SetCtlProp(\Edit0\", \"hintcaption\", \"sHint\") |
에디트(Edit)의 Property중 imetype의 기능을 설명해줘, | 키보드 종류 (0:일반 1:숫자 2:검색) |
에디트(Edit)의 Property중 imetype의 예제를 알려줘, | SetCtlProp(\Edit0\", \"imetype\", \"1\") |
에디트(Edit)의 Property중 imagefilepth의 기능을 설명해줘, | 컨트롤에 표시할 이미지 파일 이름 설정 |
에디트(Edit)의 Property중 imagefilepth의 예제를 알려줘, | SetCtlProp(\Edit0\", \"imagefilepth\", \"sPath\") |
에디트(Edit)의 Property중 iscorrectpwd의 기능을 설명해줘, | 입력된 문자열이 저장된 거래비밀번호와 같은지 체크 |
Subsets and Splits