Changeset 19 for branches/gbitmap/UFormMain.lfm
- Timestamp:
- Dec 20, 2016, 6:02:51 PM (8 years ago)
- Location:
- branches/gbitmap
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gbitmap
- Property svn:ignore
-
old new 3 3 project1.lps 4 4 project1.res 5 project1.exe
-
- Property svn:ignore
-
branches/gbitmap/UFormMain.lfm
r18 r19 8 8 ClientWidth = 685 9 9 OnShow = FormShow 10 LCLVersion = '1.6. 0.4'10 LCLVersion = '1.6.2.0' 11 11 object Image1: TImage 12 12 Left = 208 … … 20 20 Height = 314 21 21 Hint = 'Gray 8-bit'#13#10'Gray 32-bit'#13#10'RGB 8-bit' 22 Top = 3 822 Top = 30 23 23 Width = 165 24 24 Items.Strings = ( … … 32 32 'RGB 16-bit' 33 33 'Gray variable-bit' 34 'Image Gray 1-bit' 34 35 ) 35 ItemHeight = 3036 ItemHeight = 20 36 37 OnSelectionChange = ListBox1SelectionChange 37 38 ScrollWidth = 163 … … 40 41 object Label1: TLabel 41 42 Left = 18 42 Height = 2 443 Height = 20 43 44 Top = 459 44 Width = 5545 Width = 44 45 46 Caption = 'Label1' 46 47 ParentColor = False
Note:
See TracChangeset
for help on using the changeset viewer.