Changeset 10 for trunk/Forms/UFormMain.lfm
- Timestamp:
- Sep 22, 2014, 3:07:02 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.lfm
r7 r10 2 2 Left = 664 3 3 Height = 640 4 Top = 4434 Top = 382 5 5 Width = 920 6 6 Caption = 'LibrePaint' … … 8 8 ClientWidth = 920 9 9 Menu = MainMenu1 10 OnActivate = FormActivate 11 OnCreate = FormCreate 12 OnDestroy = FormDestroy 13 OnShow = FormShow 10 14 LCLVersion = '1.3' 11 15 object PaintBox1: TPaintBox … … 15 19 Width = 920 16 20 Align = alClient 21 OnMouseDown = PaintBox1MouseDown 22 OnMouseMove = PaintBox1MouseMove 23 OnMouseUp = PaintBox1MouseUp 24 OnMouseLeave = PaintBox1MouseLeave 25 OnMouseWheelDown = PaintBox1MouseWheelDown 26 OnMouseWheelUp = PaintBox1MouseWheelUp 17 27 OnPaint = PaintBox1Paint 18 28 OnResize = PaintBox1Resize … … 23 33 Top = 588 24 34 Width = 920 25 Panels = <> 35 Panels = < 36 item 37 Width = 50 38 end> 39 SimplePanel = False 26 40 end 27 41 object MainMenu1: TMainMenu … … 85 99 Action = Core.AImageFlip 86 100 end 101 object MenuItem19: TMenuItem 102 Action = Core.AImageGradient 103 end 87 104 end 88 105 end
Note:
See TracChangeset
for help on using the changeset viewer.