source: tags/1.3.1/Forms/UFormCategorySelect.lfm

Last change on this file was 104, checked in by chronos, 8 years ago
  • Added: DPI scaling for icons and toolbars.
File size: 944 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 OnCreate = FormCreate
10 OnShow = FormShow
11 Position = poScreenCenter
12 LCLVersion = '1.6.0.4'
13 object ListBox1: TListBox
14 Left = 16
15 Height = 518
16 Top = 8
17 Width = 761
18 Anchors = [akTop, akLeft, akRight, akBottom]
19 ItemHeight = 0
20 MultiSelect = True
21 OnDblClick = ListBox1DblClick
22 OnKeyPress = ListBox1KeyPress
23 ScrollWidth = 762
24 TabOrder = 0
25 end
26 object ButtonOk: TButton
27 Left = 701
28 Height = 25
29 Top = 541
30 Width = 75
31 Anchors = [akRight, akBottom]
32 Caption = 'Select'
33 ModalResult = 1
34 TabOrder = 2
35 end
36 object ButtonCancel: TButton
37 Left = 605
38 Height = 25
39 Top = 542
40 Width = 75
41 Anchors = [akRight, akBottom]
42 Caption = 'Cancel'
43 ModalResult = 2
44 TabOrder = 1
45 end
46end
Note: See TracBrowser for help on using the repository browser.