Changeset 51 for trunk/Forms/UFormAcronyms.lfm
- Timestamp:
- Jul 25, 2016, 5:20:29 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormAcronyms.lfm
r50 r51 7 7 ClientHeight = 558 8 8 ClientWidth = 740 9 OnCreate = FormCreate 9 10 OnShow = FormShow 10 11 LCLVersion = '1.6.0.4' 11 12 object ListViewAcronyms: TListView 12 13 Left = 8 13 Height = 4 8014 Height = 456 14 15 Top = 40 15 16 Width = 725 … … 61 62 end> 62 63 SimplePanel = False 64 end 65 object ToolBar1: TToolBar 66 Left = 0 67 Height = 26 68 Top = 504 69 Width = 740 70 Align = alBottom 71 Caption = 'ToolBar1' 72 Images = FormMain.ImageList1 73 ParentShowHint = False 74 ShowHint = True 75 TabOrder = 3 76 object ToolButton1: TToolButton 77 Left = 1 78 Top = 2 79 Action = AAdd 80 end 81 object ToolButton2: TToolButton 82 Left = 24 83 Top = 2 84 Action = AModify 85 end 86 object ToolButton3: TToolButton 87 Left = 47 88 Top = 2 89 Action = ARemove 90 end 63 91 end 64 92 object ListViewSort1: TListViewSort
Note:
See TracChangeset
for help on using the changeset viewer.