1 |
|
3 |
object Igsoption: TIgsoption
|
2 |
|
|
Left = 156
|
3 |
|
|
Top = 152
|
4 |
|
|
BorderStyle = bsDialog
|
5 |
|
|
Caption = 'Option de lancement'
|
6 |
|
|
ClientHeight = 262
|
7 |
|
|
ClientWidth = 296
|
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 Button1: TButton
|
19 |
|
|
Left = 16
|
20 |
|
|
Top = 224
|
21 |
|
|
Width = 89
|
22 |
|
|
Height = 25
|
23 |
|
|
Caption = 'Ok'
|
24 |
|
|
Default = True
|
25 |
|
|
TabOrder = 0
|
26 |
|
|
OnClick = Button1Click
|
27 |
|
|
end
|
28 |
|
|
object GroupBox1: TGroupBox
|
29 |
|
|
Left = 16
|
30 |
|
|
Top = 24
|
31 |
|
|
Width = 273
|
32 |
|
|
Height = 185
|
33 |
|
|
Font.Charset = ANSI_CHARSET
|
34 |
|
|
Font.Color = clBlack
|
35 |
|
|
Font.Height = -11
|
36 |
|
|
Font.Name = 'MS Sans Serif'
|
37 |
|
|
Font.Style = []
|
38 |
|
|
ParentFont = False
|
39 |
|
|
TabOrder = 1
|
40 |
|
|
object Label1: TLabel
|
41 |
|
|
Left = 32
|
42 |
|
|
Top = 24
|
43 |
|
|
Width = 46
|
44 |
|
|
Height = 16
|
45 |
|
|
Caption = 'Densite'
|
46 |
|
|
Font.Charset = ANSI_CHARSET
|
47 |
|
|
Font.Color = clBlack
|
48 |
|
|
Font.Height = -13
|
49 |
|
|
Font.Name = 'MS Sans Serif'
|
50 |
|
|
Font.Style = []
|
51 |
|
|
ParentFont = False
|
52 |
|
|
end
|
53 |
|
|
object Label2: TLabel
|
54 |
|
|
Left = 32
|
55 |
|
|
Top = 64
|
56 |
|
|
Width = 74
|
57 |
|
|
Height = 16
|
58 |
|
|
Caption = 'Optimisation'
|
59 |
|
|
Font.Charset = ANSI_CHARSET
|
60 |
|
|
Font.Color = clBlack
|
61 |
|
|
Font.Height = -13
|
62 |
|
|
Font.Name = 'MS Sans Serif'
|
63 |
|
|
Font.Style = []
|
64 |
|
|
ParentFont = False
|
65 |
|
|
end
|
66 |
|
|
object Label3: TLabel
|
67 |
|
|
Left = 32
|
68 |
|
|
Top = 104
|
69 |
|
|
Width = 45
|
70 |
|
|
Height = 16
|
71 |
|
|
Caption = 'Epsilon'
|
72 |
|
|
Font.Charset = ANSI_CHARSET
|
73 |
|
|
Font.Color = clBlack
|
74 |
|
|
Font.Height = -13
|
75 |
|
|
Font.Name = 'MS Sans Serif'
|
76 |
|
|
Font.Style = []
|
77 |
|
|
ParentFont = False
|
78 |
|
|
end
|
79 |
|
|
object CheckBox1: TCheckBox
|
80 |
|
|
Left = 32
|
81 |
|
|
Top = 152
|
82 |
|
|
Width = 97
|
83 |
|
|
Height = 17
|
84 |
|
|
Caption = 'Analyse'
|
85 |
|
|
Color = clBtnFace
|
86 |
|
|
DragCursor = crDefault
|
87 |
|
|
Font.Charset = ANSI_CHARSET
|
88 |
|
|
Font.Color = clBlack
|
89 |
|
|
Font.Height = -11
|
90 |
|
|
Font.Name = 'MS Sans Serif'
|
91 |
|
|
Font.Style = []
|
92 |
|
|
ParentColor = False
|
93 |
|
|
ParentFont = False
|
94 |
|
|
TabOrder = 0
|
95 |
|
|
end
|
96 |
|
|
object Edit2: TEdit
|
97 |
|
|
Left = 120
|
98 |
|
|
Top = 64
|
99 |
|
|
Width = 145
|
100 |
|
|
Height = 21
|
101 |
|
|
Font.Charset = ANSI_CHARSET
|
102 |
|
|
Font.Color = clWhite
|
103 |
|
|
Font.Height = -11
|
104 |
|
|
Font.Name = 'MS Sans Serif'
|
105 |
|
|
Font.Style = []
|
106 |
|
|
ParentFont = False
|
107 |
|
|
TabOrder = 1
|
108 |
|
|
end
|
109 |
|
|
object Edit3: TEdit
|
110 |
|
|
Left = 120
|
111 |
|
|
Top = 104
|
112 |
|
|
Width = 145
|
113 |
|
|
Height = 21
|
114 |
|
|
Font.Charset = ANSI_CHARSET
|
115 |
|
|
Font.Color = clWhite
|
116 |
|
|
Font.Height = -11
|
117 |
|
|
Font.Name = 'MS Sans Serif'
|
118 |
|
|
Font.Style = []
|
119 |
|
|
ParentFont = False
|
120 |
|
|
TabOrder = 2
|
121 |
|
|
end
|
122 |
|
|
object RadioButton1: TRadioButton
|
123 |
|
|
Left = 136
|
124 |
|
|
Top = 136
|
125 |
|
|
Width = 113
|
126 |
|
|
Height = 17
|
127 |
|
|
Caption = 'Epsilon relatif'
|
128 |
|
|
TabOrder = 3
|
129 |
|
|
OnClick = RadioButton1Click
|
130 |
|
|
end
|
131 |
|
|
object RadioButton2: TRadioButton
|
132 |
|
|
Left = 136
|
133 |
|
|
Top = 160
|
134 |
|
|
Width = 113
|
135 |
|
|
Height = 17
|
136 |
|
|
Caption = 'Epsilon absolu'
|
137 |
|
|
Checked = True
|
138 |
|
|
TabOrder = 4
|
139 |
|
|
TabStop = True
|
140 |
|
|
OnClick = RadioButton2Click
|
141 |
|
|
end
|
142 |
|
|
end
|
143 |
|
|
object Edit1: TEdit
|
144 |
|
|
Left = 136
|
145 |
|
|
Top = 48
|
146 |
|
|
Width = 145
|
147 |
|
|
Height = 21
|
148 |
|
|
Font.Charset = ANSI_CHARSET
|
149 |
|
|
Font.Color = clWhite
|
150 |
|
|
Font.Height = -11
|
151 |
|
|
Font.Name = 'MS Sans Serif'
|
152 |
|
|
Font.Style = []
|
153 |
|
|
ParentFont = False
|
154 |
|
|
TabOrder = 2
|
155 |
|
|
end
|
156 |
|
|
object Button2: TButton
|
157 |
|
|
Left = 184
|
158 |
|
|
Top = 224
|
159 |
|
|
Width = 89
|
160 |
|
|
Height = 25
|
161 |
|
|
Caption = 'Cancel'
|
162 |
|
|
TabOrder = 3
|
163 |
|
|
OnClick = Button2Click
|
164 |
|
|
end
|
165 |
|
|
end
|