Changeset 6 for trunk/Forms/UFormMain.lfm
- Timestamp:
- Sep 19, 2014, 7:12:01 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.lfm
r5 r6 1 1 object FormMain: TFormMain 2 Left = 5142 Left = 664 3 3 Height = 640 4 Top = 2994 Top = 443 5 5 Width = 920 6 6 Caption = 'LibrePaint' 7 ClientHeight = 61 47 ClientHeight = 611 8 8 ClientWidth = 920 9 9 Menu = MainMenu1 … … 11 11 object PaintBox1: TPaintBox 12 12 Left = 0 13 Height = 61413 Height = 582 14 14 Top = 0 15 15 Width = 920 … … 18 18 OnResize = PaintBox1Resize 19 19 end 20 object StatusBar1: TStatusBar 21 Left = 0 22 Height = 29 23 Top = 582 24 Width = 920 25 Panels = <> 26 end 20 27 object MainMenu1: TMainMenu 28 Images = Core.ImageList1 21 29 left = 104 22 30 top = 48 23 31 object MenuItem1: TMenuItem 24 Caption = ' Soubor'32 Caption = 'File' 25 33 object MenuItem3: TMenuItem 26 Action = Core.AProjectNew 34 Action = Core.AFileNew 35 end 36 object MenuItem12: TMenuItem 37 Action = Core.AFileOpen 38 end 39 object MenuItemRecentFiles: TMenuItem 40 Caption = 'Recent files' 41 end 42 object MenuItem13: TMenuItem 43 Action = Core.AFileSave 44 end 45 object MenuItem15: TMenuItem 46 Action = Core.AFileSaveAs 47 end 48 object MenuItem16: TMenuItem 49 Action = Core.AFileClose 50 end 51 object MenuItem11: TMenuItem 52 Caption = '-' 27 53 end 28 54 object MenuItem2: TMenuItem 29 55 Action = Core.AExit 56 end 57 end 58 object MenuItem6: TMenuItem 59 Caption = 'View' 60 object MenuItem7: TMenuItem 61 Action = Core.AZoomNormal 62 end 63 object MenuItem8: TMenuItem 64 Action = Core.AZoomIn 65 end 66 object MenuItem9: TMenuItem 67 Action = Core.AZoomOut 68 end 69 object MenuItem10: TMenuItem 70 Action = Core.AZoomAll 30 71 end 31 72 end … … 34 75 object MenuItem5: TMenuItem 35 76 Action = Core.AImageClear 36 end37 object MenuItem6: TMenuItem38 Action = Core.AImageRandom39 77 end 40 78 end
Note:
See TracChangeset
for help on using the changeset viewer.