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
|
object saisienombrerayons: Tsaisienombrerayons
Left = 461
Height = 73
Top = 98
Width = 441
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Nombre de rayons'
ClientHeight = 73
ClientWidth = 441
Color = clAqua
OnCreate = FormCreate
OnShow = FormShow
LCLVersion = '0.9.30'
object StaticText1: TLabel
Left = 8
Height = 14
Top = 24
Width = 251
Caption = 'Nombre de rayons émis par cette source ponctuelle:'
ParentColor = False
end
object SpinEdit1: TSpinEdit
Left = 288
Height = 21
Top = 17
Width = 42
AutoSize = False
Font.Style = [fsBold]
MaxValue = 50
MinValue = 2
ParentFont = False
TabOrder = 0
Value = 5
end
object BitBtn1: TBitBtn
Left = 352
Height = 65
Top = 3
Width = 81
Caption = '&OK'
Default = True
Kind = bkOK
ModalResult = 1
NumGlyphs = 0
OnClick = BitBtn1Click
TabOrder = 1
end
end
|