blob: f4bf644c92f133afcf04d2a96bcc62800455aa75 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<com:TForm>
<com:TLabel ForControl="DDropTurno" Text="Turno:"/>
<com:TActiveDropDownList ID="DDropTurno"
onSelectedIndexChanged="trocaTurno" AutoPostBack="true"/>
<com:TLabel Text="Código:" ForControl="Codigo"/>
<com:TActiveTextBox ID="Codigo" MaxLength="10" Columns="2"/>
<com:TLabel Text="Descrição:" ForControl="Descricao"/>
<com:TActiveTextBox ID="Descricao" MaxLength="25" Columns="25"/>
<com:TJavascriptLogger />
</com:TForm>
|