Changeset 7 for trunk/Forms/UFormMain.lfm
- Timestamp:
- Sep 19, 2014, 9:25:56 AM (10 years ago)
- File:
-
- 1 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
Note:
See TracChangeset
for help on using the changeset viewer.