Line | |
---|
1 | object FormMain: TFormMain
|
---|
2 | Left = 264
|
---|
3 | Height = 509
|
---|
4 | Top = 95
|
---|
5 | Width = 686
|
---|
6 | Caption = 'PersistentData demo'
|
---|
7 | ClientHeight = 509
|
---|
8 | ClientWidth = 686
|
---|
9 | OnShow = FormShow
|
---|
10 | LCLVersion = '1.1'
|
---|
11 | object ComboBox1: TComboBox
|
---|
12 | Left = 112
|
---|
13 | Height = 21
|
---|
14 | Top = 48
|
---|
15 | Width = 152
|
---|
16 | ItemHeight = 13
|
---|
17 | OnChange = ComboBox1Change
|
---|
18 | Style = csDropDownList
|
---|
19 | TabOrder = 0
|
---|
20 | end
|
---|
21 | object Label1: TLabel
|
---|
22 | Left = 8
|
---|
23 | Height = 14
|
---|
24 | Top = 49
|
---|
25 | Width = 57
|
---|
26 | Caption = 'Client type:'
|
---|
27 | ParentColor = False
|
---|
28 | end
|
---|
29 | object Button1: TButton
|
---|
30 | Left = 88
|
---|
31 | Height = 25
|
---|
32 | Top = 120
|
---|
33 | Width = 112
|
---|
34 | Action = AClientActive
|
---|
35 | TabOrder = 1
|
---|
36 | end
|
---|
37 | object ActionList1: TActionList
|
---|
38 | left = 620
|
---|
39 | top = 195
|
---|
40 | object AClientActive: TAction
|
---|
41 | Caption = 'Client active'
|
---|
42 | OnExecute = AClientActiveExecute
|
---|
43 | end
|
---|
44 | end
|
---|
45 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.