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