Changeset 115 for branches/generator/Forms
- Timestamp:
- Nov 27, 2017, 9:16:09 AM (7 years ago)
- Location:
- branches/generator/Forms
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/generator/Forms/UFormMain.lfm
r114 r115 29 29 Width = 179 30 30 end> 31 Images = Core.ImageList1 31 32 object ToolBar1: TToolBar 32 33 AnchorSideLeft.Control = CoolBar1 … … 43 44 EdgeInner = esNone 44 45 EdgeOuter = esNone 46 Images = Core.ImageList1 45 47 ParentShowHint = False 46 48 ShowHint = True … … 86 88 object ARules: TAction 87 89 Caption = 'Rules' 90 Hint = 'Rules' 91 ImageIndex = 8 88 92 OnExecute = ARulesExecute 89 93 end 90 94 object AExit: TAction 91 95 Caption = 'Exit' 96 Hint = 'Exit' 92 97 ImageIndex = 2 93 98 OnExecute = AExitExecute … … 95 100 object AOpen: TAction 96 101 Caption = 'Open...' 102 Hint = 'Open...' 97 103 ImageIndex = 4 98 104 OnExecute = AOpenExecute … … 100 106 object ASaveAs: TAction 101 107 Caption = 'Save as...' 108 Hint = 'Save as...' 102 109 ImageIndex = 5 103 110 OnExecute = ASaveAsExecute -
branches/generator/Forms/UFormRules.lfm
r114 r115 26 26 AnchorSideTop.Control = CoolBar1 27 27 Left = 24 28 Height = 2 428 Height = 22 29 29 Top = 5 30 30 Width = 70 … … 43 43 object ToolButton1: TToolButton 44 44 Left = 1 45 Top = 245 Top = 0 46 46 Action = AAdd 47 47 end 48 48 object ToolButton2: TToolButton 49 49 Left = 24 50 Top = 250 Top = 0 51 51 Action = AModify 52 52 end 53 53 object ToolButton3: TToolButton 54 54 Left = 47 55 Top = 255 Top = 0 56 56 Action = ARemove 57 57 end … … 92 92 object AAdd: TAction 93 93 Caption = 'Add' 94 Hint = 'Add' 94 95 ImageIndex = 0 95 96 OnExecute = AAddExecute … … 97 98 object AModify: TAction 98 99 Caption = 'Modify' 100 Hint = 'Modify' 99 101 ImageIndex = 3 100 102 OnExecute = AModifyExecute … … 102 104 object ARemove: TAction 103 105 Caption = 'Remove' 106 Hint = 'Remove' 104 107 ImageIndex = 1 105 108 OnExecute = ARemoveExecute
Note:
See TracChangeset
for help on using the changeset viewer.