Changeset 120 for trunk/Forms
- Timestamp:
- Feb 19, 2022, 12:09:21 AM (3 years ago)
- Location:
- trunk/Forms
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.lfm
r115 r120 83 83 Height = 34 84 84 Top = 5 85 Width = 1 0985 Width = 145 86 86 Align = alNone 87 87 AutoSize = True … … 97 97 Transparent = True 98 98 object ToolButton5: TToolButton 99 Left = 7399 Left = 109 100 100 Top = 0 101 101 Action = Core.ASettings … … 110 110 Top = 0 111 111 Action = Core.AFind 112 end 113 object ToolButton8: TToolButton 114 Left = 73 115 Top = 0 116 Action = Core.AFileCompare 112 117 end 113 118 end … … 146 151 Action = Core.AFileSplit 147 152 end 153 object MenuItem12: TMenuItem 154 Action = Core.AFileCompare 155 end 148 156 object MenuItem2: TMenuItem 149 157 Caption = '-' -
trunk/Forms/UFormMain.pas
r115 r120 19 19 MenuItem10: TMenuItem; 20 20 MenuItem11: TMenuItem; 21 MenuItem12: TMenuItem; 21 22 MenuItem3: TMenuItem; 22 23 MenuItem4: TMenuItem; … … 52 53 ToolButton6: TToolButton; 53 54 ToolButton7: TToolButton; 55 ToolButton8: TToolButton; 54 56 procedure FormClose(Sender: TObject; var CloseAction: TCloseAction); 55 57 procedure FormCloseQuery(Sender: TObject; var CanClose: boolean);
Note:
See TracChangeset
for help on using the changeset viewer.