TC Interface Design

Source: Internet
Author: User
TC Interface Design Method

First: Determine the size of your final interface.

Second: According to the function needs, select the corresponding control price.

Third: Beautify the interface, adjust the layout position of the control of the interface, set the font color settings background picture and so on

Script code:

Function button 1_ Click ()    //Here Add the code you want to execute    exit () Endfunction Mouse Connector _ Initialize ()    //Add here the code you want to execute    controldomodal ("login") End

  

Multi-Interface Programming basics

How to create a sub-interface

Code authoring methods for sub-interfaces

Script code:

Start button _ Click Operation var account var password function Login _ start _ Click ()    account = Editgettext ("edit box 4", "Login")    password = editgettext ("edit box 5", "login")    if (Account = = "Chen One" && password = = "ASDASD")        Controlclosewindow ("Login", 1)    Else        MessageBox ("Incorrect account or password!")    end    Return trueend//Exit button _ Click Operation Function Login _ exit _ Click ()    return TrueEnd

  

TC Interface Design

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.