Changeset 7 for trunk/Forms
- Timestamp:
- Sep 19, 2014, 9:25:56 AM (10 years ago)
- Location:
- trunk/Forms
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.lfm
r6 r7 5 5 Width = 920 6 6 Caption = 'LibrePaint' 7 ClientHeight = 61 17 ClientHeight = 614 8 8 ClientWidth = 920 9 9 Menu = MainMenu1 … … 11 11 object PaintBox1: TPaintBox 12 12 Left = 0 13 Height = 58 213 Height = 588 14 14 Top = 0 15 15 Width = 920 … … 20 20 object StatusBar1: TStatusBar 21 21 Left = 0 22 Height = 2 923 Top = 58 222 Height = 26 23 Top = 588 24 24 Width = 920 25 25 Panels = <> … … 76 76 Action = Core.AImageClear 77 77 end 78 object MenuItem14: TMenuItem 79 Action = Core.AImageRandom 80 end 81 object MenuItem17: TMenuItem 82 Action = Core.AImageMirror 83 end 84 object MenuItem18: TMenuItem 85 Action = Core.AImageFlip 86 end 78 87 end 79 88 end -
trunk/Forms/UFormMain.pas
r6 r7 20 20 MenuItem12: TMenuItem; 21 21 MenuItem13: TMenuItem; 22 MenuItem14: TMenuItem; 23 MenuItem17: TMenuItem; 24 MenuItem18: TMenuItem; 22 25 MenuItemRecentFiles: TMenuItem; 23 26 MenuItem15: TMenuItem;
Note:
See TracChangeset
for help on using the changeset viewer.