Scycler Learning Log-. Net language APP development platform: Imitation 12306 APP login interface, scycler12306
First, scycler is a development platform that uses the. Net language to develop apps in the VS environment. It may be more convenient than Xamarin. 1. Target Style
The following operations are required to achieve the effect:
1. Drag a TextBox Control from "scycler Components" on the toolbar to the form interface.
2. Modify the. Size attribute of TextBox.
Set the width and height of the control to (), 1
B. Location attribute
Display the control in a proper position (), 2
C. BorderColor attributes
Make the control do not show green underline, 3
D. Text attributes
So that no text is displayed on the control, 4
E. InputType attributes
Set the input text type. The default value is "Alphabet", indicating that the input text type is not limited.
If this attribute is set to "Number", only numbers can be entered.
3. scycler Form Design Interface display Effect
Ii. Mobile phone effect display