source: trunk/Forms/UFormCategorySelect.lfm

Last change on this file was 203, checked in by chronos, 5 years ago
  • Modified: Build under Lazarus 2.0.0 and newer.
  • Modified: Older .lrt files replaced by .lrj files.
File size: 966 bytes
Line 
1object FormCategorySelect: TFormCategorySelect
2 Left = 500
3 Height = 584
4 Top = 253
5 Width = 791
6 Caption = 'Select categories'
7 ClientHeight = 584
8 ClientWidth = 791
9 DesignTimePPI = 120
10 OnCreate = FormCreate
11 OnShow = FormShow
12 Position = poScreenCenter
13 LCLVersion = '2.0.2.0'
14 object ListBox1: TListBox
15 Left = 16
16 Height = 518
17 Top = 8
18 Width = 761
19 Anchors = [akTop, akLeft, akRight, akBottom]
20 ItemHeight = 0
21 MultiSelect = True
22 OnDblClick = ListBox1DblClick
23 OnKeyPress = ListBox1KeyPress
24 ScrollWidth = 762
25 TabOrder = 0
26 end
27 object ButtonOk: TButton
28 Left = 701
29 Height = 25
30 Top = 541
31 Width = 75
32 Anchors = [akRight, akBottom]
33 Caption = 'Select'
34 ModalResult = 1
35 TabOrder = 2
36 end
37 object ButtonCancel: TButton
38 Left = 605
39 Height = 25
40 Top = 542
41 Width = 75
42 Anchors = [akRight, akBottom]
43 Caption = 'Cancel'
44 ModalResult = 2
45 TabOrder = 1
46 end
47end
Note: See TracBrowser for help on using the repository browser.