~ubuntu-branches/ubuntu/gutsy/lazarus/gutsy

« back to all changes in this revision

Viewing changes to examples/fontenum/mainunit.lfm

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2007-05-06 13:46:10 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070506134610-lf4rbsb7p0mx31x1
Tags: 0.9.22-1
* Add homepage to debian/control.
* New upstream release. (Closes: #421850, #408512)
* Remove old patch and add new symlink /usr/bin/startlazarus.
* Add myself to Uploaders.
* Add XS-X-Vcs-Svn header to debian/control.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
object frmMain: TfrmMain
2
 
  Left = 563
 
2
  Left = 33
3
3
  Height = 440
4
 
  Top = 356
 
4
  Top = 116
5
5
  Width = 714
6
6
  HorzScrollBar.Page = 713
7
7
  VertScrollBar.Page = 439
8
8
  ActiveControl = lbFamily
9
9
  Caption = 'frmMain'
10
 
  ClientHeight = 440
11
 
  ClientWidth = 714
12
10
  OnCloseQuery = FormCloseQuery
13
11
  OnCreate = FormCreate
14
12
  OnShow = FormShow
15
13
  ShowHint = True
16
14
  object Label3: TLabel
17
15
    Left = 548
18
 
    Height = 17
 
16
    Height = 13
19
17
    Top = 257
20
 
    Width = 36
 
18
    Width = 29
21
19
    Caption = 'Filtro'
22
20
    Color = clNone
23
21
    ParentColor = False
24
22
  end
25
23
  object Label4: TLabel
26
24
    Left = 216
27
 
    Height = 17
 
25
    Height = 13
28
26
    Top = 16
29
 
    Width = 94
 
27
    Width = 73
30
28
    Caption = 'Face font list'
31
29
    Color = clNone
32
30
    ParentColor = False
33
31
  end
34
32
  object Label5: TLabel
35
33
    Left = 424
36
 
    Height = 17
 
34
    Height = 13
37
35
    Top = 11
38
 
    Width = 45
 
36
    Width = 35
39
37
    Caption = 'Styles'
40
38
    Color = clNone
41
39
    ParentColor = False
42
40
  end
43
41
  object Sizes: TLabel
44
42
    Left = 648
45
 
    Height = 17
 
43
    Height = 13
46
44
    Top = 11
47
 
    Width = 40
 
45
    Width = 31
48
46
    Caption = 'Sizes'
49
47
    Color = clNone
50
48
    ParentColor = False
51
49
  end
52
50
  object lblCharset: TLabel
53
51
    Left = 424
54
 
    Height = 17
 
52
    Height = 13
55
53
    Top = 176
56
 
    Width = 73
 
54
    Width = 57
57
55
    Caption = 'lblCharset'
58
56
    Color = clNone
59
57
    ParentColor = False
60
58
  end
61
59
  object Label6: TLabel
62
60
    Left = 11
63
 
    Height = 17
 
61
    Height = 13
64
62
    Top = 16
65
 
    Width = 36
 
63
    Width = 29
66
64
    Caption = 'Filter'
67
65
    Color = clNone
68
66
    ParentColor = False
152
150
  end
153
151
  object chkStrike: TCheckBox
154
152
    Left = 591
155
 
    Height = 24
 
153
    Height = 20
156
154
    Top = 312
157
 
    Width = 88
 
155
    Width = 72
158
156
    Caption = 'Strikeout'
159
157
    TabOrder = 8
160
158
  end
161
159
  object chkUnderLine: TCheckBox
162
160
    Left = 592
163
 
    Height = 24
 
161
    Height = 20
164
162
    Top = 336
165
 
    Width = 98
 
163
    Width = 81
166
164
    Caption = 'UnderLine'
167
165
    TabOrder = 9
168
166
  end