20200715 1119 

 

01 그림

02 코드

    Gui, Add, Text,x0 , [1] 메일 받은 날짜
    Gui, Add, DateTime,vTxtDate x+10 yp w100, 
    Gui, Add, Text,x0 , --▶ 연도(year)에 9999 넣으면 모든 날짜 읽기

    Gui, Add, Text,x0 , [2] 제목에 포함된 글자
    Gui, Add, Edit, vTxtTitle x+10 yp, %zFilterTitle%

    ;Gui, Add, Text, x134 y118 w-12 h-69 , 
    Gui, Add, Text, x0 , [3] 메일 보낸 사람
    Gui, Add, Edit, vTxtSender x+10 yp, %zFilterSender%

    zzz:=SubStr(zPrevousReadMail,1,15) "..."
    Gui, Add, Text, x0 , [4] 
    Gui, Add, Text, x+5 , [지난번 읽은 메일]%zzz%
    
    Gui, Add, Text, x0 , [5] 
    Gui, Add, CheckBox, vC1 x+5 checked ,지난번 읽은 메일 이후만 읽기
    Gui, Add, Text, x0 ,--▶ 체크해제하면 모든 메일 읽기
    ;Gui, Add, CheckBox, vC1 ,Ignore_Previously_Read_Mail
    
    Gui, Add, Text, x0 , [6] 
    Gui, Add, CheckBox, vC2 x+5 ,수동으로 로그인하기(로그인완료후 확인 누르세요)
    Gui, Add, Text, x0 ,--▶ 수동로그인하면 아래 정보는 무시

    Gui, Add, Text, x0 , [4] Mail ID
    Gui, Add, Edit, vTxtID x+10 yp w200 , %zID%

    Gui, Add, Text, x0 , [5] Password
    Gui, Add, Edit, vTxtPW x+10 yp w200 Password, %zPW% 

    Gui, Add, Button, gBtnRun , Run
    Gui, Add, Button, gBtnCanc x+40 yp , Cancel

    ; Generated using SmartGUI Creator for SciTE
    Gui, Show, , 메일 필터 조건
    return

    BtnCanc:
        ExitApp

GuiClose:
    Gui Destroy
    MsgBox,% TxtDate
    ;ExitApp

    BtnRun:
    gui,submit, hohide ;##################### very important

    
    Gui Destroy    

'[PA] 업무자동화 > [AH]Autohotkey' 카테고리의 다른 글

AH Util_External PC  (0) 2020.09.25
Control 땡땡  (0) 2020.08.05
AH Msgbox 두 가지 문법  (0) 2020.07.06
AH IE load 완료 확인  (0) 2020.07.06
AH 엑셀 QR코드 생성  (0) 2020.07.04
Posted by Weneedu
,


출처: https://privatedevelopnote.tistory.com/81 [개인노트]