source: tags/1.1.0/Forms/UFormCategorySelect.lfm

Last change on this file was 55, checked in by chronos, 8 years ago
  • Fixed: Set correct tab order of controls on forms.
File size: 892 bytes
Line 
1object FormCategorySelect: TFormCategorySelect
2 Left = 786
3 Height = 602
4 Top = 370
5 Width = 794
6 Caption = 'Select categories'
7 ClientHeight = 602
8 ClientWidth = 794
9 OnShow = FormShow
10 LCLVersion = '1.6.0.4'
11 object ListBox1: TListBox
12 Left = 16
13 Height = 536
14 Top = 8
15 Width = 764
16 Anchors = [akTop, akLeft, akRight, akBottom]
17 ItemHeight = 0
18 MultiSelect = True
19 OnDblClick = ListBox1DblClick
20 OnKeyPress = ListBox1KeyPress
21 ScrollWidth = 762
22 TabOrder = 0
23 end
24 object ButtonOk: TButton
25 Left = 704
26 Height = 25
27 Top = 559
28 Width = 75
29 Anchors = [akRight, akBottom]
30 Caption = 'Select'
31 ModalResult = 1
32 TabOrder = 2
33 end
34 object ButtonCancel: TButton
35 Left = 608
36 Height = 25
37 Top = 560
38 Width = 75
39 Anchors = [akRight, akBottom]
40 Caption = 'Cancel'
41 ModalResult = 2
42 TabOrder = 1
43 end
44end
Note: See TracBrowser for help on using the repository browser.