1 |
|
3 |
object Face: TFace
|
2 |
|
|
Left = 192
|
3 |
|
|
Top = 105
|
4 |
|
|
BorderStyle = bsDialog
|
5 |
|
|
Caption = 'Choix de la face'
|
6 |
|
|
ClientHeight = 219
|
7 |
|
|
ClientWidth = 219
|
8 |
|
|
Color = clBtnFace
|
9 |
|
|
Font.Charset = DEFAULT_CHARSET
|
10 |
|
|
Font.Color = clWindowText
|
11 |
|
|
Font.Height = -11
|
12 |
|
|
Font.Name = 'MS Sans Serif'
|
13 |
|
|
Font.Style = []
|
14 |
|
|
OldCreateOrder = True
|
15 |
|
|
OnShow = FormShow
|
16 |
|
|
PixelsPerInch = 96
|
17 |
|
|
TextHeight = 13
|
18 |
|
|
object ListBox1: TListBox
|
19 |
|
|
Left = 48
|
20 |
|
|
Top = 48
|
21 |
|
|
Width = 121
|
22 |
|
|
Height = 97
|
23 |
|
|
ItemHeight = 13
|
24 |
|
|
TabOrder = 0
|
25 |
|
|
end
|
26 |
|
|
object Button1: TButton
|
27 |
|
|
Left = 72
|
28 |
|
|
Top = 176
|
29 |
|
|
Width = 75
|
30 |
|
|
Height = 25
|
31 |
|
|
Caption = 'Ok'
|
32 |
|
|
TabOrder = 1
|
33 |
|
|
OnClick = Button1Click
|
34 |
|
|
end
|
35 |
|
|
end
|