Changeset 26 for trunk/Forms/UFormMain.lfm
- Timestamp:
- Dec 22, 2016, 5:07:02 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.lfm
r13 r26 5 5 Width = 920 6 6 Caption = 'LibrePaint' 7 ClientHeight = 61 47 ClientHeight = 615 8 8 ClientWidth = 920 9 9 Menu = MainMenu1 … … 12 12 OnDestroy = FormDestroy 13 13 OnShow = FormShow 14 LCLVersion = '1. 3'14 LCLVersion = '1.6.2.0' 15 15 object PaintBox1: TPaintBox 16 16 Left = 0 17 Height = 58 817 Height = 587 18 18 Top = 0 19 19 Width = 920 20 20 Align = alClient 21 21 OnMouseDown = PaintBox1MouseDown 22 OnMouseLeave = PaintBox1MouseLeave 22 23 OnMouseMove = PaintBox1MouseMove 23 24 OnMouseUp = PaintBox1MouseUp 24 OnMouseLeave = PaintBox1MouseLeave25 25 OnMouseWheelDown = PaintBox1MouseWheelDown 26 26 OnMouseWheelUp = PaintBox1MouseWheelUp … … 30 30 object StatusBar1: TStatusBar 31 31 Left = 0 32 Height = 2 633 Top = 58 832 Height = 28 33 Top = 587 34 34 Width = 920 35 35 Panels = <
Note:
See TracChangeset
for help on using the changeset viewer.