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
|
object saisie_indices_milieu_ambiant: Tsaisie_indices_milieu_ambiant
Left = 631
Height = 275
Top = 209
Width = 592
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Indices du milieu ambiant'
ClientHeight = 275
ClientWidth = 592
OnCreate = FormCreate
OnShow = FormShow
LCLVersion = '1.6.0.4'
object StaticText3: TLabel
Left = 8
Height = 17
Top = 16
Width = 85
Caption = 'Pour le vert:'
Color = clGreen
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
Transparent = False
end
object StaticText4: TLabel
Left = 8
Height = 17
Top = 48
Width = 98
Caption = 'Pour le rouge:'
Color = clRed
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
Transparent = False
end
object StaticText5: TLabel
Left = 8
Height = 17
Top = 79
Width = 86
Caption = 'Pour le bleu:'
Color = clBlue
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
Transparent = False
end
object Edit_indice_vert_par_defaut: TEdit
Left = 112
Height = 25
Top = 9
Width = 65
TabOrder = 0
Text = '1'
end
object Edit_indice_rouge_par_defaut: TEdit
Left = 112
Height = 25
Top = 41
Width = 65
TabOrder = 1
Text = '1'
end
object Edit_indice_bleu_par_defaut: TEdit
Left = 112
Height = 25
Top = 72
Width = 65
TabOrder = 2
Text = '1'
end
object BitBtn1: TBitBtn
Left = 207
Height = 86
Top = 8
Width = 151
Caption = '&OK'
Default = True
Kind = bkOK
ModalResult = 1
OnClick = BitBtn1Click
TabOrder = 3
end
object StaticText1: TStaticText
Left = 12
Height = 24
Top = 156
Width = 244
Caption = 'Longueur d''onde pour le vert:'
Font.Color = clGreen
Font.Style = [fsBold]
ParentFont = False
TabOrder = 4
end
object StaticText2: TStaticText
Left = 12
Height = 24
Top = 121
Width = 244
Caption = 'Longueur d''onde pour le rouge:'
Font.Color = clRed
Font.Style = [fsBold]
ParentFont = False
TabOrder = 5
end
object StaticText6: TStaticText
Left = 12
Height = 24
Top = 188
Width = 244
Caption = 'Longueur d''onde pour le bleu:'
Font.Color = clBlue
Font.Style = [fsBold]
ParentFont = False
TabOrder = 6
end
object FloatSpinEditvert: TFloatSpinEdit
Left = 272
Height = 25
Top = 152
Width = 86
Increment = 1
MaxValue = 780
MinValue = 380
TabOrder = 7
Value = 520
end
object FloatSpinEditrouge: TFloatSpinEdit
Left = 269
Height = 25
Top = 117
Width = 87
Increment = 1
MaxValue = 780
MinValue = 380
TabOrder = 8
Value = 632
end
object FloatSpinEditbleu: TFloatSpinEdit
Left = 269
Height = 25
Top = 184
Width = 89
Increment = 1
MaxValue = 780
MinValue = 380
TabOrder = 9
Value = 450
end
object StaticText7: TStaticText
Left = 14
Height = 23
Top = 233
Width = 538
Caption = 'Les valeurs de longueur d''onde sont utilisées pour les réseaux de diffraction'
TabOrder = 10
end
object StaticText8: TStaticText
Left = 368
Height = 26
Top = 119
Width = 45
Caption = 'nm'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 11
end
object StaticText9: TStaticText
Left = 368
Height = 26
Top = 152
Width = 45
Caption = 'nm'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 12
end
object StaticText10: TStaticText
Left = 368
Height = 26
Top = 184
Width = 45
Caption = 'nm'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 13
end
end
|