File: Unit6.lfm

package info (click to toggle)
optgeo 2.21-3
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 7,156 kB
  • ctags: 2,773
  • sloc: pascal: 58,720; makefile: 102; xml: 63
file content (278 lines) | stat: -rwxr-xr-x 6,903 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
object saisiepolyhedre: Tsaisiepolyhedre
  Left = 291
  Height = 431
  Top = 191
  Width = 530
  BorderIcons = []
  BorderStyle = bsDialog
  Caption = 'Propriétés de ce polygône'
  ClientHeight = 431
  ClientWidth = 530
  Color = clAqua
  OnCreate = FormCreate
  OnShow = FormShow
  LCLVersion = '0.9.29'
  object radiosortant: TRadioGroup
    Left = 8
    Height = 128
    Top = 256
    Width = 242
    AutoFill = True
    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 = 110
    ClientWidth = 238
    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
    Left = 264
    Height = 113
    Top = 104
    Width = 257
    AutoFill = True
    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 = 95
    ClientWidth = 253
    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
    Left = 264
    Height = 161
    Top = 224
    Width = 258
    Caption = 'Indice de réfraction du milieu'
    ClientHeight = 143
    ClientWidth = 254
    TabOrder = 2
    object StaticText2: TLabel
      Left = 8
      Height = 14
      Top = 24
      Width = 69
      Caption = 'Pour le rouge:'
      ParentColor = False
    end
    object StaticText3: TLabel
      Left = 8
      Height = 14
      Top = 48
      Width = 61
      Caption = 'Pour le vert:'
      ParentColor = False
    end
    object StaticText4: TLabel
      Left = 8
      Height = 14
      Top = 72
      Width = 61
      Caption = 'Pour le bleu:'
      ParentColor = False
    end
    object StaticText1: TLabel
      Left = 8
      Height = 14
      Top = 112
      Width = 47
      Caption = 'Matériau:'
      ParentColor = False
    end
    object editnrouge: TEdit
      Left = 80
      Height = 21
      Top = 24
      Width = 73
      TabOrder = 3
    end
    object editnvert: TEdit
      Left = 80
      Height = 21
      Top = 48
      Width = 73
      TabOrder = 0
    end
    object editnbleu: TEdit
      Left = 80
      Height = 21
      Top = 72
      Width = 73
      TabOrder = 1
    end
    object combomateriaux: TComboBox
      Left = 56
      Height = 21
      Top = 104
      Width = 145
      ItemHeight = 13
      OnChange = combomateriauxChange
      Style = csDropDownList
      TabOrder = 2
    end
  end
  object ComboBox1: TComboBox
    Left = 0
    Height = 21
    Top = 32
    Width = 81
    ItemHeight = 13
    OnChange = ComboBox1Change
    Style = csDropDownList
    TabOrder = 3
  end
  object GroupBox3: TGroupBox
    Left = 88
    Height = 97
    Top = 0
    Width = 161
    Caption = 'Coordonnées de ce sommet'
    ClientHeight = 79
    ClientWidth = 157
    TabOrder = 4
    object StaticText5: TLabel
      Left = 8
      Height = 14
      Top = 24
      Width = 15
      Caption = 'x='
      ParentColor = False
    end
    object StaticText6: TLabel
      Left = 8
      Height = 14
      Top = 56
      Width = 15
      Caption = 'y='
      ParentColor = False
    end
    object log1: TLabel
      Left = 128
      Height = 14
      Top = 24
      Width = 21
      Caption = 'log1'
      ParentColor = False
    end
    object log2: TLabel
      Left = 128
      Height = 14
      Top = 56
      Width = 21
      Caption = 'log2'
      ParentColor = False
    end
    object editx: TEdit
      Left = 24
      Height = 21
      Top = 17
      Width = 97
      TabOrder = 0
    end
    object edity: TEdit
      Left = 24
      Height = 21
      Top = 48
      Width = 97
      TabOrder = 1
    end
  end
  object boutonsup: TBitBtn
    Left = 8
    Height = 33
    Top = 392
    Width = 513
    Caption = 'Supprimer ce polygône'
    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 = 5
  end
  object GroupBox1: TGroupBox
    Left = 8
    Height = 145
    Top = 104
    Width = 240
    Caption = 'Couleur à l''écran'
    ClientHeight = 127
    ClientWidth = 236
    TabOrder = 6
    object Colorgrid1: TColorBox
      Left = 29
      Height = 22
      Top = 40
      Width = 136
      ItemHeight = 16
      TabOrder = 0
    end
  end
  object BitBtn1: TBitBtn
    Left = 254
    Height = 56
    Top = 6
    Width = 266
    Caption = '&OK'
    Default = True
    Kind = bkOK
    ModalResult = 1
    NumGlyphs = 0
    OnClick = BitBtn1Click
    TabOrder = 7
  end
  object BitBtn2: TBitBtn
    Left = 256
    Height = 23
    Top = 72
    Width = 260
    Cancel = True
    Caption = 'Annuler'
    Kind = bkCancel
    ModalResult = 2
    NumGlyphs = 0
    TabOrder = 8
  end
end