source: branches/test1/Client/Forms/UFormItemSelect.lfm

Last change on this file was 46, checked in by chronos, 13 years ago
File size: 1010 bytes
Line 
1object ItemSelectForm: TItemSelectForm
2 Left = 346
3 Height = 346
4 Top = 153
5 Width = 491
6 Caption = 'Item select'
7 ClientHeight = 346
8 ClientWidth = 491
9 OnCreate = FormCreate
10 OnDestroy = FormDestroy
11 OnShow = FormShow
12 LCLVersion = '0.9.31'
13 object ListView1: TListView
14 Left = 8
15 Height = 300
16 Top = 8
17 Width = 478
18 Anchors = [akTop, akLeft, akRight, akBottom]
19 Columns = <>
20 OwnerData = True
21 ReadOnly = True
22 RowSelect = True
23 TabOrder = 0
24 ViewStyle = vsReport
25 OnData = ListView1Data
26 OnResize = ListView1Resize
27 end
28 object ButtonSelect: TButton
29 Left = 413
30 Height = 25
31 Top = 316
32 Width = 75
33 Anchors = [akRight, akBottom]
34 Caption = 'Select'
35 ModalResult = 1
36 TabOrder = 1
37 end
38 object ButtonCancel: TButton
39 Left = 324
40 Height = 25
41 Top = 316
42 Width = 75
43 Anchors = [akRight, akBottom]
44 Caption = 'Cancel'
45 ModalResult = 2
46 TabOrder = 2
47 end
48end
Note: See TracBrowser for help on using the repository browser.