File: saisiesphere.lfm

package info (click to toggle)
optgeo 2.25-2
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 6,960 kB
  • sloc: pascal: 58,875; xml: 63; makefile: 58
file content (395 lines) | stat: -rw-r--r-- 10,841 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
object saisiesph: Tsaisiesph
  Left = 364
  Height = 531
  Top = 127
  Width = 661
  BorderIcons = []
  BorderStyle = bsDialog
  Caption = 'Propriétés de cette sphère'
  ClientHeight = 531
  ClientWidth = 661
  Color = clAqua
  OnCreate = FormCreate
  OnShow = FormShow
  LCLVersion = '1.6.0.4'
  object radiosortant: TRadioGroup
    AnchorSideTop.Control = radioentrant
    AnchorSideTop.Side = asrBottom
    Left = 8
    Height = 141
    Top = 347
    Width = 296
    AutoFill = True
    BorderSpacing.Top = 10
    Caption = 'Rayon réfléchi (sens sortant)'
    ChildSizing.LeftRightSpacing = 6
    ChildSizing.TopBottomSpacing = 6
    ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
    ChildSizing.EnlargeVertical = crsHomogenousChildResize
    ChildSizing.ShrinkHorizontal = crsScaleChilds
    ChildSizing.ShrinkVertical = crsScaleChilds
    ChildSizing.Layout = cclLeftToRightThenTopToBottom
    ChildSizing.ControlsPerLine = 1
    ClientHeight = 119
    ClientWidth = 292
    ItemIndex = 1
    Items.Strings = (
      'Toujours'
      'Jamais'
      'Seulement si le réfracté existe'
      'Seulement si le réfracté n''existe pas'
    )
    TabOrder = 0
  end
  object radioentrant: TRadioGroup
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = GroupBox1
    AnchorSideTop.Side = asrBottom
    Left = 10
    Height = 129
    Top = 208
    Width = 296
    AutoFill = True
    BorderSpacing.Left = 10
    BorderSpacing.Top = 10
    Caption = 'Rayon réfléchi (sens entrant)'
    ChildSizing.LeftRightSpacing = 6
    ChildSizing.TopBottomSpacing = 6
    ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
    ChildSizing.EnlargeVertical = crsHomogenousChildResize
    ChildSizing.ShrinkHorizontal = crsScaleChilds
    ChildSizing.ShrinkVertical = crsScaleChilds
    ChildSizing.Layout = cclLeftToRightThenTopToBottom
    ChildSizing.ControlsPerLine = 1
    ClientHeight = 107
    ClientWidth = 292
    ItemIndex = 1
    Items.Strings = (
      'Toujours'
      'Jamais'
      'Seulement si le réfracté existe'
      'Seulement si le réfracté n''existe pas'
    )
    TabOrder = 1
  end
  object GroupBox2: TGroupBox
    AnchorSideLeft.Control = GroupBox3
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = Owner
    Left = 182
    Height = 184
    Top = 10
    Width = 306
    BorderSpacing.Left = 10
    BorderSpacing.Top = 10
    Caption = 'Indice de réfraction du milieu'
    ClientHeight = 162
    ClientWidth = 302
    TabOrder = 2
    object StaticText2: TLabel
      AnchorSideLeft.Control = GroupBox2
      Left = 10
      Height = 17
      Top = 24
      Width = 87
      BorderSpacing.Left = 10
      Caption = 'Pour le rouge:'
      ParentColor = False
    end
    object StaticText3: TLabel
      AnchorSideLeft.Control = GroupBox2
      AnchorSideTop.Control = StaticText2
      AnchorSideTop.Side = asrBottom
      Left = 10
      Height = 17
      Top = 56
      Width = 76
      BorderSpacing.Left = 10
      BorderSpacing.Top = 15
      Caption = 'Pour le vert:'
      ParentColor = False
    end
    object StaticText4: TLabel
      AnchorSideLeft.Control = GroupBox2
      AnchorSideTop.Control = StaticText3
      AnchorSideTop.Side = asrBottom
      Left = 10
      Height = 17
      Top = 88
      Width = 76
      BorderSpacing.Left = 10
      BorderSpacing.Top = 15
      Caption = 'Pour le bleu:'
      ParentColor = False
    end
    object StaticText7: TLabel
      AnchorSideLeft.Control = GroupBox2
      AnchorSideTop.Control = StaticText4
      AnchorSideTop.Side = asrBottom
      Left = 10
      Height = 17
      Top = 120
      Width = 56
      BorderSpacing.Left = 10
      BorderSpacing.Top = 15
      Caption = 'Matériau:'
      ParentColor = False
    end
    object editnrouge: TEdit
      AnchorSideLeft.Control = StaticText2
      AnchorSideLeft.Side = asrBottom
      AnchorSideTop.Control = StaticText2
      AnchorSideTop.Side = asrCenter
      Left = 107
      Height = 25
      Top = 20
      Width = 80
      BorderSpacing.Left = 10
      TabOrder = 3
      Text = '1,5'
    end
    object editnvert: TEdit
      AnchorSideLeft.Control = StaticText3
      AnchorSideLeft.Side = asrBottom
      AnchorSideTop.Control = StaticText3
      AnchorSideTop.Side = asrCenter
      Left = 96
      Height = 25
      Top = 52
      Width = 89
      BorderSpacing.Left = 10
      TabOrder = 0
      Text = '1,6'
    end
    object editnbleu: TEdit
      AnchorSideLeft.Control = StaticText4
      AnchorSideLeft.Side = asrBottom
      AnchorSideTop.Control = StaticText4
      AnchorSideTop.Side = asrCenter
      Left = 96
      Height = 25
      Top = 84
      Width = 89
      BorderSpacing.Left = 10
      TabOrder = 1
      Text = '1,7'
    end
    object combomateriaux: TComboBox
      AnchorSideLeft.Control = StaticText7
      AnchorSideLeft.Side = asrBottom
      AnchorSideTop.Control = StaticText7
      AnchorSideTop.Side = asrCenter
      Left = 76
      Height = 25
      Top = 116
      Width = 185
      BorderSpacing.Left = 10
      ItemHeight = 17
      OnChange = combomateriauxChange
      Style = csDropDownList
      TabOrder = 2
    end
  end
  object GroupBox3: TGroupBox
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = Owner
    Left = 10
    Height = 113
    Top = 10
    Width = 162
    BorderSpacing.Left = 10
    BorderSpacing.Top = 10
    Caption = 'Coordonnées du centre'
    ClientHeight = 91
    ClientWidth = 158
    TabOrder = 3
    object StaticText5: TLabel
      Left = 8
      Height = 17
      Top = 16
      Width = 18
      Caption = 'x='
      ParentColor = False
    end
    object StaticText6: TLabel
      Left = 8
      Height = 17
      Top = 52
      Width = 18
      Caption = 'y='
      ParentColor = False
    end
    object log1: TLabel
      AnchorSideLeft.Control = editx
      AnchorSideLeft.Side = asrBottom
      AnchorSideTop.Control = editx
      AnchorSideTop.Side = asrCenter
      Left = 123
      Height = 17
      Top = 16
      Width = 26
      Caption = 'log1'
      ParentColor = False
    end
    object log2: TLabel
      AnchorSideLeft.Control = edity
      AnchorSideLeft.Side = asrBottom
      AnchorSideTop.Control = edity
      AnchorSideTop.Side = asrCenter
      Left = 123
      Height = 17
      Top = 52
      Width = 26
      Caption = 'log2'
      ParentColor = False
    end
    object editx: TEdit
      AnchorSideLeft.Control = StaticText5
      AnchorSideLeft.Side = asrBottom
      AnchorSideTop.Control = StaticText5
      AnchorSideTop.Side = asrCenter
      Left = 26
      Height = 25
      Top = 12
      Width = 97
      TabOrder = 0
    end
    object edity: TEdit
      AnchorSideLeft.Control = StaticText6
      AnchorSideLeft.Side = asrBottom
      AnchorSideTop.Control = StaticText6
      AnchorSideTop.Side = asrCenter
      Left = 26
      Height = 25
      Top = 48
      Width = 97
      TabOrder = 1
    end
  end
  object boutonsup: TBitBtn
    Left = 8
    Height = 25
    Top = 496
    Width = 632
    Caption = 'Supprimer cette sphère'
    Enabled = False
    Glyph.Data = {
      DE010000424DDE01000000000000760000002800000024000000120000000100
      0400000000006801000000000000000000001000000010000000000000000000
      80000080000000808000800000008000800080800000C0C0C000808080000000
      FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00388888888877
      F7F787F8888888888333333F00004444400888FFF444448888888888F333FF8F
      000033334D5007FFF4333388888888883338888F0000333345D50FFFF4333333
      338F888F3338F33F000033334D5D0FFFF43333333388788F3338F33F00003333
      45D50FEFE4333333338F878F3338F33F000033334D5D0FFFF43333333388788F
      3338F33F0000333345D50FEFE4333333338F878F3338F33F000033334D5D0FFF
      F43333333388788F3338F33F0000333345D50FEFE4333333338F878F3338F33F
      000033334D5D0EFEF43333333388788F3338F33F0000333345D50FEFE4333333
      338F878F3338F33F000033334D5D0EFEF43333333388788F3338F33F00003333
      4444444444333333338F8F8FFFF8F33F00003333333333333333333333888888
      8888333F00003333330000003333333333333FFFFFF3333F00003333330AAAA0
      333333333333888888F3333F00003333330000003333333333338FFFF8F3333F
      0000
    }
    ModalResult = 7
    NumGlyphs = 2
    TabOrder = 4
  end
  object GroupBox1: TGroupBox
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = GroupBox3
    AnchorSideTop.Side = asrBottom
    Left = 10
    Height = 65
    Top = 133
    Width = 161
    BorderSpacing.Left = 10
    BorderSpacing.Top = 10
    Caption = 'Rayon de courbure'
    ClientHeight = 43
    ClientWidth = 157
    TabOrder = 5
    object StaticText1: TLabel
      Left = 16
      Height = 17
      Top = 16
      Width = 19
      Caption = 'R='
      ParentColor = False
    end
    object log3: TLabel
      AnchorSideLeft.Control = editrayon
      AnchorSideLeft.Side = asrBottom
      AnchorSideTop.Control = editrayon
      AnchorSideTop.Side = asrCenter
      Left = 92
      Height = 17
      Top = 16
      Width = 26
      Caption = 'log3'
      ParentColor = False
    end
    object editrayon: TEdit
      AnchorSideLeft.Control = StaticText1
      AnchorSideLeft.Side = asrBottom
      AnchorSideTop.Control = StaticText1
      AnchorSideTop.Side = asrCenter
      Left = 35
      Height = 25
      Top = 12
      Width = 57
      TabOrder = 0
    end
  end
  object GroupBox4: TGroupBox
    AnchorSideLeft.Control = radioentrant
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = GroupBox1
    AnchorSideTop.Side = asrBottom
    Left = 316
    Height = 129
    Top = 208
    Width = 209
    BorderSpacing.Left = 10
    BorderSpacing.Top = 10
    Caption = 'Couleur à l''écran'
    ClientHeight = 107
    ClientWidth = 205
    TabOrder = 6
    object Colorgrid1: TColorBox
      AnchorSideLeft.Control = GroupBox4
      AnchorSideLeft.Side = asrCenter
      AnchorSideTop.Control = GroupBox4
      AnchorSideTop.Side = asrCenter
      Left = 36
      Height = 22
      Top = 42
      Width = 133
      ItemHeight = 16
      TabOrder = 0
    end
  end
  object BitBtn2: TBitBtn
    Left = 317
    Height = 54
    Top = 408
    Width = 204
    Cancel = True
    Caption = 'Annuler'
    Kind = bkCancel
    ModalResult = 2
    TabOrder = 7
  end
  object BitBtn1: TBitBtn
    Left = 528
    Height = 425
    Top = 8
    Width = 111
    Caption = '&OK'
    Default = True
    Kind = bkOK
    ModalResult = 1
    OnClick = BitBtn1Click
    TabOrder = 8
  end
end