ÇãÁ¤±Õ Àü¿ë ¸µÄ¿¹× ÄÄÆÄÀÏ·¯ µµ½Ã°¡½º °ø±Þ °æ¸Å½Å¹®»çº¸±Þ

ÇãÁ¤±Õ Àü¿ë ȨÆäÀÌÁö[prg.jog.co.kr]

 ÀϹݸ޴º : óÀ½È­¸é  ¸µÄ¿¹×ÄÄÆÄÀÏ·¯   µµ½Ã°¡½º°ø±Þ   °æ¸Å½Å¹®»çº¸±Þ ÇÒºÎÆǸŠDOS¿ëAPP WIN¿ëAPP ¾÷üÀÓ½ÃÀÚ·á
 Àü¿ë¸Þ´º :
¼Ò½ºÀÚ·á  ÀÀ¿ëÇÁ·Î±×·¥      PICTURE         ÇÊ Àü¿ë ÀÚ·á  TechnoCNS             ¾÷ü ´ã´çÀÚ
 ¾÷¹«¸Þ´º : ±³À°ÀÚ·á  ¼ÒÇÁÆ®»ó´ã      Å×Å©³ëÀϹݾ÷¹« 



Re: 010º¯°æ¹øÈ£ ã±â
¾ÆÀ̵ð : jgheo     À̸§ : ÇãÁ¤±Õ jgheo@jog.co.kr     ¹øÈ£ : 23.1     Á¶È¸ : 4010
ÀÛ¼ºÀÏ : 2013-11-07 15:12:29
ȨÆäÀÌÁö : http://jog.co.kr http://jog.co.kr
÷ºÎÆÄÀÏ : ´Ù¿î·Îµå : 010number.exe (809,369Byte) 010number.exe (790.40KB)     Àü¼Û : 1128

#include <GuiConstantsEx.au3>
#include <WindowsConstants.au3>

Opt('MustDeclareVars', 1)

_Main()

Func _Main()
        Local $ope,$cen, $msg
        Local $Input_1, $Input_2, $Input_3,$anc
       

        GUICreate("010 number?????", 300, 200,300, 200, $WS_OVERLAPPEDWINDOW + $WS_VISIBLE + $WS_CLIPSIBLINGS)

       

        GUICtrlCreateLabel("01X", 10, 10, 150, 20)

        GUICtrlCreateLabel("ÀüÈ­¹øÈ£ :", 10, 90, 150, 20)

       
        $Input_1 = GUICtrlCreateInput("" , 180, 10, 30, 20)
        $Input_2 = GUICtrlCreateInput("" , 210, 10, 40, 20)
        $Input_3 = GUICtrlCreateInput("" , 250, 10, 40, 20)
        $ope=GUICtrlCreateButton("ºÒ·¯¿À±â", 100, 50, 70, 20)
        $cen=GUICtrlCreateButton("Ãë    ¼Ò", 220,  50, 70, 20)
        GUISetState()
        While 1
                $msg = GUIGetMsg()
                Select
                        Case $msg = $GUI_EVENT_CLOSE
                                ExitLoop
                        Case $msg = $cen
                                ExitLoop       
                        Case $msg=$ope
                                     $anc=CHAN(GUICtrlRead($input_1),GUICtrlRead($input_2),GUICtrlRead($input_3))
                                        GUICtrlCreateLabel($anc, 180, 90, 150, 20)
                                ;;;
                EndSelect
        WEnd
        Exit
EndFunc   ;==>_Main

FUNC  CHAN($input_1,$input_2,$input_3)
        local $a="????"
        select
                case   ($input_1) ="011"
                                if $input_2 >=200 and  $input_2 <=499    then  $a=5  & $input_2
                                if $input_2 >=500 and  $input_2 <=899    then  $a=3  & $input_2
                    if $input_2 >=1700 and  $input_2 <=1799  then  $a=71 & stringright($input_2,2)
                                if $input_2 >=9000 and  $input_2 <=9499  then  $a=9  & stringright($input_2,3)
                            if $input_2 >=9500 and  $input_2 <=9999  then  $a=8  & stringright($input_2,3)
                        case $input_1 ="016"
                                if $input_2 >=200 and  $input_2 <=499    then  $a=3  & $input_2
                                if $input_2 >=500 and  $input_2 <=899    then  $a=2  & $input_2
                    if $input_2 >=9000 and  $input_2 <=9499  then  $a=7  & stringright($input_2,3)
                                if $input_2 >=9500 and  $input_2 <=9999  then  $a=9  & stringright($input_2,3)
                Case $input_1 ="017"
                                if $input_2 >=200 and  $input_2 <=499    then  $a=6  & $input_2
                                if $input_2 >=500 and  $input_2 <=899    then  $a=4  & $input_2
                case $input_1 ="018"
                                if $input_2 >=200 and  $input_2 <=499    then  $a=4  & $input_2
                                if $input_2 >=500 and  $input_2 <=899    then  $a=6  & $input_2
                Case $input_1 ="019"
                                if $input_2 >=200 and  $input_2 <=499    then  $a=2  & $input_2
                                if $input_2 >=500 and  $input_2 <=899    then  $a=5  & $input_2
                    if $input_2 >=9000 and  $input_2 <=9499  then  $a=8  & stringright($input_2,3)
                                if $input_2 >=9500 and  $input_2 <=9999  then  $a=7  & stringright($input_2,3)
                endselect
        return "010-"&$a&"-"&$input_3
ENDFUNC

À­±Û : 2013-11-07 13:54:27,   23¹ø ±Û ¹Ù·Îº¸±â,   ÷ºÎÆÄÀÏ(010¹øÈ£º¯°æ.xls, 49,664Byte)ÀÌ ÀÖ½À´Ï´Ù. 010º¯°æ¹øÈ£ ã±â
¹Ø±Û : 2012-11-15 14:02:25,   20¹ø ±Û ¹Ù·Îº¸±â,   ÷ºÎÆÄÀÏ(Wol.exe, 395,776Byte)ÀÌ ÀÖ½À´Ï´Ù. jhs-wol
  From:112.216.147.173 / Absolute number:80
Ȩ¾²±â°ü·Ã±ÛÀü´Þ¼öÁ¤»èÁ¦¸ñ·Ï
 
Á¦¸ñ ºñ°í»çÇ× Ã·ºÎÆÄÀÏ Å©±â Àü¼Û Á¶È¸ ÀÛ¼ºÀÏ
2013-11-07 13:54:27,   23¹ø ±Û ¹Ù·Îº¸±â,   ÷ºÎÆÄÀÏ(010¹øÈ£º¯°æ.xls, 49,664Byte)ÀÌ ÀÖ½À´Ï´Ù. 010º¯°æ¹øÈ£ ã±â   ´Ù¿î·Îµå : 010¹øÈ£º¯°æ.xls (49,664Byte) 010¹øÈ£º¯°æ.xls 48KB 363 11648 11-07
2013-11-07 15:12:29,   23¹øÀÇ °ü·Ã±Û ¹Ù·Îº¸±â,   ÷ºÎÆÄÀÏ(010number.exe, 809,369Byte)ÀÌ ÀÖ½À´Ï´Ù. Re: 010º¯°æ¹øÈ£ ã±â ¢¸   ´Ù¿î·Îµå : 010number.exe (809,369Byte) 010number.exe 790KB 1128 4010 11-07