blob: b5e1f95b77cfdfe0d87b408c5220814ba32c3f0c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<com:TContent ID="Content">
<com:TPanel DefaultButton="button1">
Panel 1
<com:TTextBox />
<com:TButton ID="button1" Text="Button 1" OnClick="button_clicked" />
</com:TPanel>
<com:TPanel DefaultButton="button2">
Panel 2
<com:TTextBox />
<com:TButton ID="button2" Text="Button 2" OnClick="button_clicked" />
</com:TPanel>
<com:TLabel ID="label1" />
</com:TContent>
|