Changeset 4 for trunk/Forms
- Timestamp:
- Sep 16, 2014, 11:55:35 AM (10 years ago)
- Location:
- trunk/Forms
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.lfm
r3 r4 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 = 61 113 Height = 614 14 14 Top = 0 15 15 Width = 920 … … 35 35 Action = Core.AImageClear 36 36 end 37 object MenuItem6: TMenuItem 38 Action = Core.AImageRandom 39 end 37 40 end 38 41 end -
trunk/Forms/UFormMain.pas
r3 r4 20 20 MenuItem4: TMenuItem; 21 21 MenuItem5: TMenuItem; 22 MenuItem6: TMenuItem; 22 23 PaintBox1: TPaintBox; 23 24 Timer1: TTimer;
Note:
See TracChangeset
for help on using the changeset viewer.