Changeset 22 for trunk/Forms/UItemSelect.lfm
- Timestamp:
- Jun 16, 2011, 12:18:21 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UItemSelect.lfm
r21 r22 1 1 object ItemSelectForm: TItemSelectForm 2 Left = 34 43 Height = 3 504 Top = 15 15 Width = 49 52 Left = 346 3 Height = 346 4 Top = 153 5 Width = 491 6 6 Caption = 'Item select' 7 ClientHeight = 3 508 ClientWidth = 49 57 ClientHeight = 346 8 ClientWidth = 491 9 9 OnCreate = FormCreate 10 10 OnDestroy = FormDestroy … … 13 13 object ListView1: TListView 14 14 Left = 8 15 Height = 30 415 Height = 300 16 16 Top = 8 17 Width = 4 8217 Width = 478 18 18 Anchors = [akTop, akLeft, akRight, akBottom] 19 19 Columns = <> … … 27 27 end 28 28 object ButtonSelect: TButton 29 Left = 41 729 Left = 413 30 30 Height = 25 31 Top = 3 2031 Top = 316 32 32 Width = 75 33 33 Anchors = [akRight, akBottom] … … 37 37 end 38 38 object ButtonCancel: TButton 39 Left = 32 839 Left = 324 40 40 Height = 25 41 Top = 3 2041 Top = 316 42 42 Width = 75 43 43 Anchors = [akRight, akBottom]
Note:
See TracChangeset
for help on using the changeset viewer.