source: branches/gbitmap/UFormMain.lfm

Last change on this file was 19, checked in by chronos, 8 years ago
  • Added: Define specialized classes for various usual pixmaxs.
File size: 973 bytes
Line 
1object Form1: TForm1
2 Left = 391
3 Height = 523
4 Top = 203
5 Width = 685
6 Caption = 'Form1'
7 ClientHeight = 523
8 ClientWidth = 685
9 OnShow = FormShow
10 LCLVersion = '1.6.2.0'
11 object Image1: TImage
12 Left = 208
13 Height = 456
14 Top = 23
15 Width = 464
16 Stretch = True
17 end
18 object ListBox1: TListBox
19 Left = 19
20 Height = 314
21 Hint = 'Gray 8-bit'#13#10'Gray 32-bit'#13#10'RGB 8-bit'
22 Top = 30
23 Width = 165
24 Items.Strings = (
25 'Gray 1-bit'
26 'Gray 2-bit'
27 'Gray 4-bit'
28 'Gray 8-bit'
29 'Gray 16-bit'
30 'Gray 32-bit'
31 'RGB 8-bit'
32 'RGB 16-bit'
33 'Gray variable-bit'
34 'Image Gray 1-bit'
35 )
36 ItemHeight = 20
37 OnSelectionChange = ListBox1SelectionChange
38 ScrollWidth = 163
39 TabOrder = 0
40 end
41 object Label1: TLabel
42 Left = 18
43 Height = 20
44 Top = 459
45 Width = 44
46 Caption = 'Label1'
47 ParentColor = False
48 end
49end
Note: See TracBrowser for help on using the repository browser.