Changeset 276 for tools/Image resize/uformmain.lfm
- Timestamp:
- Sep 5, 2020, 12:39:05 AM (4 years ago)
- Location:
- tools/Image resize
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/Image resize
-
Property svn:ignore
set to
lib
ImageResize
ImageResize.lps
ImageResize.res
-
Property svn:ignore
set to
-
tools/Image resize/uformmain.lfm
r181 r276 1 object Form 1: TForm11 object FormMain: TFormMain 2 2 Left = 534 3 Height = 3 003 Height = 312 4 4 Top = 388 5 Width = 400 6 Caption = 'Form1' 7 DesignTimePPI = 120 5 Width = 417 6 Caption = 'Image resize' 7 ClientHeight = 312 8 ClientWidth = 417 9 DesignTimePPI = 125 8 10 OnShow = FormShow 9 LCLVersion = '2.0.6.0' 11 LCLVersion = '2.0.10.0' 12 object ButtonResize: TButton 13 Left = 16 14 Height = 33 15 Top = 16 16 Width = 98 17 Caption = 'Resize' 18 OnClick = ButtonResizeClick 19 TabOrder = 0 20 end 21 object ButtonAlpha: TButton 22 Left = 16 23 Height = 33 24 Top = 64 25 Width = 144 26 Caption = 'Alpha channel' 27 OnClick = ButtonAlphaClick 28 TabOrder = 1 29 end 10 30 end
Note:
See TracChangeset
for help on using the changeset viewer.