1 |
|
3 |
object Diaoption: TDiaoption
|
2 |
|
|
Left = 345
|
3 |
|
|
Top = 114
|
4 |
|
|
BorderStyle = bsDialog
|
5 |
|
|
Caption = 'Option de lancement'
|
6 |
|
|
ClientHeight = 299
|
7 |
|
|
ClientWidth = 248
|
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 GroupBox1: TGroupBox
|
19 |
|
|
Left = 24
|
20 |
|
|
Top = 32
|
21 |
|
|
Width = 201
|
22 |
|
|
Height = 169
|
23 |
|
|
Font.Charset = ANSI_CHARSET
|
24 |
|
|
Font.Color = clBlack
|
25 |
|
|
Font.Height = -11
|
26 |
|
|
Font.Name = 'MS Sans Serif'
|
27 |
|
|
Font.Style = []
|
28 |
|
|
ParentFont = False
|
29 |
|
|
TabOrder = 0
|
30 |
|
|
object CheckBox1: TCheckBox
|
31 |
|
|
Left = 32
|
32 |
|
|
Top = 40
|
33 |
|
|
Width = 137
|
34 |
|
|
Height = 17
|
35 |
|
|
Caption = 'Examen de la peau '
|
36 |
|
|
Font.Charset = ANSI_CHARSET
|
37 |
|
|
Font.Color = clBlack
|
38 |
|
|
Font.Height = -11
|
39 |
|
|
Font.Name = 'MS Sans Serif'
|
40 |
|
|
Font.Style = []
|
41 |
|
|
ParentFont = False
|
42 |
|
|
TabOrder = 0
|
43 |
|
|
end
|
44 |
|
|
object CheckBox2: TCheckBox
|
45 |
|
|
Left = 32
|
46 |
|
|
Top = 88
|
47 |
|
|
Width = 145
|
48 |
|
|
Height = 17
|
49 |
|
|
Caption = 'Pas d'#39'optimisation'
|
50 |
|
|
Font.Charset = ANSI_CHARSET
|
51 |
|
|
Font.Color = clBlack
|
52 |
|
|
Font.Height = -11
|
53 |
|
|
Font.Name = 'MS Sans Serif'
|
54 |
|
|
Font.Style = []
|
55 |
|
|
ParentFont = False
|
56 |
|
|
TabOrder = 1
|
57 |
|
|
end
|
58 |
|
|
end
|
59 |
|
|
object Button1: TButton
|
60 |
|
|
Left = 24
|
61 |
|
|
Top = 248
|
62 |
|
|
Width = 75
|
63 |
|
|
Height = 25
|
64 |
|
|
Caption = 'Ok'
|
65 |
|
|
TabOrder = 1
|
66 |
|
|
OnClick = Button1Click
|
67 |
|
|
end
|
68 |
|
|
object Button2: TButton
|
69 |
|
|
Left = 152
|
70 |
|
|
Top = 248
|
71 |
|
|
Width = 75
|
72 |
|
|
Height = 25
|
73 |
|
|
Caption = 'Cancel'
|
74 |
|
|
TabOrder = 2
|
75 |
|
|
OnClick = Button2Click
|
76 |
|
|
end
|
77 |
|
|
end
|