Changeset 333 for tools/Image resize/UFormMain.lfm
- Timestamp:
- Mar 31, 2021, 7:21:45 PM (4 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
tools/Image resize/UFormMain.lfm
r332 r333 1 1 object FormMain: TFormMain 2 2 Left = 534 3 Height = 3 123 Height = 359 4 4 Top = 388 5 Width = 4 175 Width = 480 6 6 Caption = 'Image resize' 7 ClientHeight = 3 128 ClientWidth = 4 179 DesignTimePPI = 1 257 ClientHeight = 359 8 ClientWidth = 480 9 DesignTimePPI = 144 10 10 OnShow = FormShow 11 LCLVersion = '2.0.1 0.0'11 LCLVersion = '2.0.12.0' 12 12 object ButtonResize: TButton 13 Left = 1 614 Height = 3 315 Top = 1 616 Width = 9813 Left = 18 14 Height = 38 15 Top = 18 16 Width = 113 17 17 Caption = 'Resize' 18 18 OnClick = ButtonResizeClick 19 ParentFont = False 19 20 TabOrder = 0 20 21 end 21 22 object ButtonAlpha: TButton 22 Left = 1 623 Height = 3 324 Top = 6425 Width = 1 4423 Left = 18 24 Height = 38 25 Top = 74 26 Width = 166 26 27 Caption = 'Alpha channel' 27 28 OnClick = ButtonAlphaClick 29 ParentFont = False 28 30 TabOrder = 1 29 31 end 32 object ButtonTile: TButton 33 Left = 18 34 Height = 38 35 Top = 126 36 Width = 153 37 Caption = 'Process tile' 38 OnClick = ButtonTileClick 39 TabOrder = 2 40 end 30 41 end
Note:
See TracChangeset
for help on using the changeset viewer.