Changeset 113 for oup/current/Main.pas
- Timestamp:
- Feb 25, 2007, 6:20:22 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
oup/current/Main.pas
r112 r113 170 170 toolform: TForm_ToolTemplate; 171 171 begin 172 Result := True; 172 173 if MDITab.MDIChildCount > 0 then 173 174 begin … … 180 181 begin 181 182 if not toolform.Closeable then 182 ShowMessage('Can not close toolwindow: ' + toolform.Caption); 183 begin 184 ShowMessage('Can not close toolwindow: ' + toolform.Caption); 185 Result := False; 186 end; 183 187 end; 184 188 end; … … 235 239 236 240 procedure TForm_Main.FormCreate(Sender: TObject); 237 var238 RepMsg: TStatusMessages;239 241 begin 240 242 Self.Caption := 'Oni Un/Packer ' + version; … … 441 443 mode: TTBItemDisplayMode; 442 444 i: Integer; 443 isEnabled: Boolean;444 445 begin 445 446 toolbar := TTBToolbar(Sender); … … 674 675 var 675 676 name: String; 676 i: Integer;677 677 index: Integer; 678 678 RepMsg: TStatusMessages; … … 743 743 iconindex := -1; 744 744 caption_end := IntToStr(tag) + ' '; 745 746 toolform := nil; 745 747 746 748 if window_context = 'binedit' then
Note:
See TracChangeset
for help on using the changeset viewer.