MiPlatform-5. LOGIN화면,임시화면 3개,Working화면 1개 만들기

1. 정의 : 다음 단계에 MDI info 정보를 해야 되기 때문에 간단하게 form 2개를 만든다.

3. 생성순서
   a. 위치 : 메뉴 -> File -> New -> Form -> Empty form -> Name : SS1010
   b. 위와 같이 해서 form을 총 3개 만든다.

   c. 생성된 form 형식
      - ID  : PoolLogin
             Properties.Height = 128

             Properties.Width  = 296


      - ID : SS1010
             Properties.BkColor = #FFFFEE
             Properties.Title   = 메뉴관리

             Properties.Height  = 600

             Properties.Width   = 1000


      - ID : SS1020
             Properties.BkColor = #FFFFEE
             Properties.Title   = 권한관리

             Properties.Height  = 600

             Properties.Width   = 1000


      - ID : AA1010
             Properties.BkColor = #FFFFEE
             Properties.Title   = 공통코드

             Properties.Height  = 600

             Properties.Width   = 1000


      - ID : MainWorkForm
             Properties.코드

             Properties.Height  = 596
             Properties.Width   = 990 




   d. 완료된 Login 화면

       - Login Form에 Properties를 설정 후 Login 버튼을 하나 만든다. 

            

 



   e. 임시로 만든 3개의 Form 이다.
      각 화면이 Open되었을 때 확인 하기 위해서 Label 하나와  Button하나를 추가한다.

 

      

     


  f. Working Form을 하나 만들고
     Division Component를 하나 추가한다.

     


      Division에 대한 Properties
           - Properties.Bottom = 594

           - Properties.Height = 594

           - Properties.Left   = 0

           - Properties.Right = 993

           - Properties.Top   = 0

           - Properties.Width = 993

           - Properties.ID  = div_WorkForm


      
   



.           Copyright(c) www.keiis.co.kr/study. Allrights reserved.


 


      

Posted by 농부지기
,