Changeset 28 for trunk/Forms/UFormRecords.lfm
- Timestamp:
- Sep 10, 2022, 10:21:48 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormRecords.lfm
r15 r28 1 1 object FormRecords: TFormRecords 2 2 Left = 621 3 Height = 5493 Height = 824 4 4 Top = 308 5 Width = 8975 Width = 1346 6 6 Caption = 'Records' 7 ClientHeight = 549 8 ClientWidth = 897 7 ClientHeight = 824 8 ClientWidth = 1346 9 DesignTimePPI = 144 9 10 OnShow = FormShow 10 11 Position = poMainFormCenter 11 LCLVersion = ' 1.8.0.4'12 object ListView 1: TListView13 Left = 414 Height = 50515 Top = 416 Width = 88912 LCLVersion = '2.2.2.0' 13 object ListViewRecords: TListView 14 Left = 6 15 Height = 758 16 Top = 6 17 Width = 1334 17 18 Align = alClient 18 BorderSpacing.Around = 419 BorderSpacing.Around = 6 19 20 Columns = < 20 21 item 21 22 Caption = 'Name' 22 Width = 50023 Width = 750 23 24 end 24 25 item 25 26 Caption = 'Records' 26 Width = 45327 Width = 680 27 28 end> 28 29 OwnerData = True … … 32 33 TabOrder = 0 33 34 ViewStyle = vsReport 34 OnData = ListView 1Data35 OnData = ListViewRecordsData 35 36 OnDblClick = AModifyExecute 36 OnSelectItem = ListView 1SelectItem37 OnSelectItem = ListViewRecordsSelectItem 37 38 end 38 39 object ToolBar1: TToolBar 39 40 Left = 0 40 Height = 3641 Top = 51342 Width = 89741 Height = 54 42 Top = 770 43 Width = 1346 43 44 Align = alBottom 44 ButtonHeight = 3245 ButtonWidth = 3245 ButtonHeight = 48 46 ButtonWidth = 48 46 47 Images = Core.ImageList1 47 48 ParentShowHint = False … … 54 55 end 55 56 object ToolButton2: TToolButton 56 Left = 3757 Left = 49 57 58 Top = 2 58 59 Action = AModify 59 60 end 60 61 object ToolButton3: TToolButton 61 Left = 7362 Left = 97 62 63 Top = 2 63 64 Action = ARemove … … 66 67 object ActionList1: TActionList 67 68 Images = Core.ImageList1 68 left = 35069 top = 16869 Left = 525 70 Top = 252 70 71 object AAdd: TAction 71 72 Caption = 'Add' … … 86 87 object PopupMenu1: TPopupMenu 87 88 Images = Core.ImageList1 88 left = 49289 top = 17289 Left = 738 90 Top = 258 90 91 object MenuItem1: TMenuItem 91 92 Action = AAdd
Note:
See TracChangeset
for help on using the changeset viewer.