Rev 5 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5 | Rev 6 | ||
---|---|---|---|
Line 9... | Line 9... | ||
9 | Font.Charset = DEFAULT_CHARSET |
9 | Font.Charset = DEFAULT_CHARSET |
10 | Font.Color = clWindowText |
10 | Font.Color = clWindowText |
11 | Font.Height = -11 |
11 | Font.Height = -11 |
12 | Font.Name = 'MS Sans Serif' |
12 | Font.Name = 'MS Sans Serif' |
13 | Font.Style = [] |
13 | Font.Style = [] |
14 | Position = poDesktopCenter |
14 | Position = poScreenCenter |
15 | OnCanResize = FormCanResize |
15 | OnCanResize = FormCanResize |
16 | OnCreate = FormCreate |
16 | OnCreate = FormCreate |
17 | OnDestroy = FormDestroy |
17 | OnDestroy = FormDestroy |
18 | OnResize = FormResize |
18 | OnResize = FormResize |
19 | OnShow = FormShow |
19 | OnShow = FormShow |