Changeset 31 for trunk/Forms/UFormMain.lfm
- Timestamp:
- Jan 4, 2017, 11:49:56 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.lfm
r30 r31 5 5 Width = 920 6 6 Caption = 'LibrePaint' 7 ClientHeight = 6 157 ClientHeight = 608 8 8 ClientWidth = 920 9 9 Menu = MainMenu1 … … 13 13 OnDestroy = FormDestroy 14 14 OnShow = FormShow 15 LCLVersion = '1.6. 2.0'15 LCLVersion = '1.6.0.4' 16 16 object PaintBox1: TPaintBox 17 17 Left = 0 18 Height = 5 6118 Height = 554 19 19 Top = 26 20 20 Width = 920 … … 32 32 Left = 0 33 33 Height = 28 34 Top = 58 734 Top = 580 35 35 Width = 920 36 36 Panels = < … … 51 51 Top = 2 52 52 Action = Core.AFileNew 53 end 54 object ColorButton1: TColorButton 55 Left = 24 56 Height = 22 57 Top = 2 58 Width = 43 59 BorderWidth = 2 60 ButtonColorSize = 16 61 ButtonColor = clMaroon 62 end 63 object ToolButton2: TToolButton 64 Left = 67 65 Top = 2 66 Action = Core.AToolMove 67 end 68 object ToolButton3: TToolButton 69 Left = 90 70 Top = 2 71 Action = Core.AToolPen 53 72 end 54 73 end … … 82 101 object MenuItem2: TMenuItem 83 102 Action = Core.AExit 103 end 104 end 105 object MenuItem21: TMenuItem 106 Caption = 'Tool' 107 object MenuItem23: TMenuItem 108 Action = Core.AToolMove 109 end 110 object MenuItem22: TMenuItem 111 Action = Core.AToolPen 84 112 end 85 113 end
Note:
See TracChangeset
for help on using the changeset viewer.